0.9.0claws40
[claws.git] / ChangeLog.claws
1 2003-06-16 [christoph]  0.9.0claws40
2
3         * src/main.c
4                 don't popup main window on --receive or --receive-all
5
6         * src/mainwindow.[ch]
7         * src/plugins/trayicon/trayicon.c
8                 allow hiding of main window by clicking on the trayicon
9                 (doesn't work correctly in seperate window mode and may
10                  cause unexpected GTK problems I couldn't find yet)
11
12         * src/common/ssl.c
13                 remove incorrect warning
14
15 2003-06-15 [alfons]     0.9.0claws39
16
17         * src/gtk/gtkstext.c
18                 don't output debug text;
19                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
20                 for pointing this out);
21
22 2003-06-14 [alfons]     0.9.0claws38
23         
24         * src/messageview.c
25                 remove printf() and make one if..else comply with coding style
26
27 2003-06-14 [alfons]     0.9.0claws37
28
29         * AUTHORS
30                 add Martin Wicke
31         * src/action.c
32         * src/messageview.[ch]
33         * src/summaryview.c
34                 apply patch #754162 "Quoting messages filtered by actions" submitted
35                 by Martin Wicke, which allows quoting message body changed by an
36                 action (Thanks!).
37
38 2003-06-13 [alfons]     0.9.0claws36
39
40         * src/utils.c
41                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
42                 use case insensitive regexp (suggested by Ivan Martinez)
43
44 2003-06-13 [christoph]  0.9.0claws35
45
46         * configure.ac
47         * src/plugins/trayicon/Makefile.am
48         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
49         * src/plugins/trayicon/trayicon.c
50         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
51         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
52         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
53         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
54         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
55         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
56                 replace my own EggTrayIcon backport with the backport
57                 used by (l|x)mule and gabber.
58
59 2003-06-13 [alfons]     0.9.0claws34
60
61         * AUTHORS
62         * src/common/utils.c
63                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
64
65 2003-06-13 [alfons]     0.9.0claws33
66
67         * src/compose.c
68                 clean up a little bit
69
70 2003-06-12 [alfons]     0.9.0claws32
71
72         * src/compose.c
73                 const correctness fix
74
75         * src/common/sylpheed.[ch]
76                 () -> (void)
77                 prevent redef MIN/MAX
78                 
79         * src/common/utils.[ch]
80                 () -> (void)
81
82 2003-06-12 [melvin]     0.9.0claws31
83
84         * src/compose.c
85                 Updated to take into accounts changes in GtkAspell.
86
87 2003-06-12 [alfons]     0.9.0claws30
88
89         * src/compose.c
90         * src/procmsg.c
91         * src/common/utils.[ch]
92                 handle reply subject prefixes better (initial 
93                 suggestion by Robert Story adapted and enhanced 
94                 using regexps)
95
96 2003-06-12 [melvin]     0.9.0claws29
97
98         * src/compose.c
99                 Use new gtkaspell_checkers_strerror() to get the speller's
100                 error message instead of accessing the (now private)
101                 checkers structure.
102                 Minor code clean up
103
104         * src/main.c
105                 Use #ifdef instead of #if for USE_ASPELL
106                 Use the new spell checkers init/quit functions 
107
108         * src/gtk/gtkaspell.c
109                 Use #ifdef instead of #if for USE_ASPELL
110                 Moved in the majority of GtkAspell structures that were
111                 exported before by gtkaspell.h
112         
113         * src/gtk/gktaspell.h
114                 Made gtkaspell.h contain only the necessary data to be
115                 publicized by moving many structures to gtkaspell.c.
116                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
117                 gtkaspell_checkers_new(): replaced by...
118                 gtkaspell_checkers_init(): new function for initialization
119                 gtkaspell_checkers_delete(): replaced by...
120                 gtkaspell_checkers_quit(): new function
121                 gtkaspell_checkers_strerror(): new function that returns
122                 the checker's last error message.
123                 
124 2003-06-11 [melvin]     0.9.0claws28
125
126         * po/POTFILES.in
127                 Updated to take into account gtkaspell.c migration to
128                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
129
130 2003-06-10 [alfons]     0.9.0claws27
131
132         * src/filtering.[ch]
133         * src/folder.c
134         * src/matcher.c
135         * src/scoring.[ch]
136                 - try fixing bug #18 (any brave testers?)
137                 - add more robustness by refusing previously 
138                   unchecked NULL pointers 
139
140 2003-06-10 [alfons]     0.9.0claws26
141
142         * src/procmsg.c
143                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
144
145 2003-06-09 [alfons]     0.9.0claws25
146
147         * src/prefs_common.c
148                 fix bug #163 "Icon switching doesnt work properly" by 
149                 preventing early freeing of prefs_common.pixmap_theme_path.
150
151 2003-06-09 [christoph]  0.9.0claws24
152
153         * src/gtk/gtkaspell.c
154                 revert Thorsten's fix and add forgotten g_strdup for
155                 aspell path (it should not be possible to alter the path a
156                 GtkASpell uses from outside)
157
158 2003-06-09 [thorsten]   0.9.0claws23
159
160         * src/gtk/gtkaspell.c
161                 dont free prefs_common.aspell_path when closing compose
162
163 2003-06-08 [colin]      0.9.0claws22
164
165         * src/plugins/spamassassin/spamassassin.c
166                 fix prefs types
167
168 2003-06-07 [christoph]  0.9.0claws21
169
170         * src/Makefile.am
171         * src/compose.c
172         * src/gtkaspell.[ch]            ** REMOVE **
173         * src/gtk/Makefile.am
174         * src/gtk/gtkaspell.[ch]        ** NEW **
175                 o make gtkaspell independent from sylpheed's prefs
176                 o move gtkaspell.[ch] to gtk directory
177
178 2003-06-07 [christoph]  0.9.0claws20
179
180         * src/Makefile.am
181         * src/crash.c
182         * src/export.c
183         * src/filesel.[ch]              ** REMOVE **
184         * src/folder.c
185         * src/main.[ch]
186         * src/common/sylpheed.[ch]
187         * src/gtk/Makefile.am
188         * src/gtk/filesel.[ch]          ** NEW **
189         * src/gtk/pluginwindow.c
190         * src/gtk/sslcertwindow.c
191                 move filesel.[ch] to gtk directory
192
193 2003-06-07 [alfons]     0.9.0claws19
194
195         * src/filesel.c
196                 make (multi) file selection dialog work again (Claws-only)
197
198 2003-06-07 [thorsten]   0.9.0claws18
199
200         * po/de.po
201                 fix typos
202
203 2003-06-07 [alfons]     0.9.0claws17
204
205         * configure.ac
206         * src/mimeview.c
207                 detect apache mishap in which case don't include fnmatch.h
208                 if regex.h is already included
209
210 2003-06-06 [christoph]  0.9.0claws16
211
212         * configure.ac
213         * src/mimeview.h
214                 add check for fnmatch.h and include it when available
215
216         * src/mimeview.[ch]
217                 fix wrong case sensitivity of Content-Types
218
219         * src/gtk/Makefile.am
220                 need the same include paths in gtk directory as in
221                 common directory because .h files in common can
222                 include files from these directories, when included
223                 in gtk's .h or .c files
224
225 2003-06-06 [alfons]     0.9.0claws15
226
227         * src/mimeview.c
228         * src/summaryview.c
229                 make it compile again because of regex.h / fnmatch.h 
230                 include problems (related to recent mime stuff, can
231                 someone check this?)
232
233 2003-06-06 [thorsten]   0.9.0claws14
234
235         * src/folderview.c
236                 possible use of uninitialized pointer while dragging
237
238 2003-06-06 [paul]       0.9.0claws13
239
240         * src/compose.c
241                 fix bug where the insert sig button would be effective
242                 only when auto_sig was set
243
244 2003-06-06 [paul]       0.9.0claws12
245
246         * sync with 0.9.2 release
247
248 2003-06-02 [paul]       0.9.0claws11
249
250         * sync with 0.9.1cvs1
251                 see ChangeLog 2003-06-02
252                 
253         * po/de.po
254                 update by Jens
255
256 2003-06-01 [christoph]  0.9.0claws10
257
258         * src/account.c
259                 don't use substring search to find accounts by email address
260
261         (closes Bug 169 Overly loose matching of "From" address)
262
263 2003-05-31 [christoph]  0.9.0claws9
264
265         * doc-src/rfc2683.txt
266         * src/imap.c
267                 limit IMAP command length as recommended in RFC2683
268                 (message number lists will be split into multiple imap
269                 sets, the limit of 1000 octets is not a hard limit)
270
271         (closes Bug 161 sylpheed-claws exits with segfault when logging
272          in to certain imap-servers)
273
274 2003-05-29 [alfons]     0.9.0claws8
275
276         * src/toolbar.[ch]
277                 add print button (calling summary_print());
278                 fine tune setting tooltip text;
279                 (if someone needs other buttons, please take these 
280                 commits as a guide, instead of bothering us - also
281                 see 0.8.11claws150) 
282
283 2003-05-29 [darko]      0.9.0claws7
284
285         * src/compose.c
286                 fix crash when word wrapping kicks in due to
287                 changed text by spell checker
288
289 2003-05-29 [paul]       0.9.0claws6
290
291         * src/compose.c
292                 fix bug where changing account would insert
293                 sig even if auto_sig was FALSE
294                 
295         * ChangeLog
296           ChangeLog.jp
297           INSTALL
298                 sync with 0.9.1 release
299
300 2003-05-28 [christoph]  0.9.0claws5
301
302         * src/imap.c
303                 fix truncation of too long commands
304
305         (closes Bug 167 IMAP hangs trying to get envelope
306          information in imap_get_uncached_messages)
307
308 2003-05-27 [paul]       0.9.0claws4
309
310         * tools/Makefile.am
311           tools/maildir2sylpheed.pl     ** NEW FILE **
312                 add kmail to sylpheed mailbox conversion script
313
314 2003-05-27 [paul]       0.9.0claws3
315
316         * sync with 0.9.0cvs10
317                 see ChangeLog 2003-05-26
318
319 2003-05-26 [paul]       0.9.0claws2
320
321         * sync with 0.9.0cvs9
322                 see ChangeLog 2003-05-26
323
324 2003-05-24 [paul]       0.9.0claws1
325
326         * sync with 0.9.0cvs8
327                 see ChangeLog 2003-05-23
328
329 2003-05-24 [paul]       0.9.0claws
330
331         * version 0.9.0claws released
332
333 2003-05-24 [paul]       0.8.11claws177
334
335         * src/plugins/dillo-viewer/Makefile.am
336           src/plugins/traycon/Makefile.am
337                 add missing files
338                 
339         * po/bg.po
340           po/en_GB.po
341           po/es.po
342           po/it.po
343           po/pt_BR.po
344           po/ru.po
345           po/sr.po
346                 update Bulgarian, British English, Spanish, Italian, 
347                 Brazilian Portuguese, Russian, and Serbian translations, 
348                 submitted by George Danchev, [me], Ricardo Mones Lastra,
349                 André Filipe de Assunção e Brito, Alessandro Maestri, 
350                 Ruslan N. Balkin, and Urke MMI
351
352 2003-05-23 [melvin]     0.8.11claws176
353
354         * po/fr.po
355                 Updated French translations
356
357 2003-05-22 [paul]       0.8.11claws175
358
359         * src/Makefile.am
360           src/addrbook.[ch]
361           src/addrcache.[ch]
362           src/addr_compl.[ch]
363           src/adressbook.[ch]
364           src/addrindex.[ch]
365           src/addritem.[ch]
366           src/editaddress.c
367           src/editgroup.c
368           src/editldap_basedn.c
369           src/editldap.c
370           src/jpilot.c
371           src/vcard.c
372                 revert to get ldap into it previous working state
373                 
374         * po/zh_TW.Big5.po
375                 new Taiwanese translation,
376                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
377
378 2003-05-22 [christoph]  0.8.11claws174
379
380         * src/plugins/spamassassin/libspamc.[ch]
381                 sync libspamc with SpamAssaain release 2.55
382
383 2003-05-22 [paul]       0.8.11claws173
384
385         * sync with 0.9.0cvs7
386                 see ChangeLog 2003-05-22
387                 
388         * src/summaryview.c
389                 revert change in 0.8.11claws172: follow
390                 Hiroyuki's decision and that's the end of it.
391
392 2003-05-21 [paul]       0.8.11claws172
393
394         * src/summaryview.c
395                 fix discrepency between open_unread_on_enter
396                 and always_show_msg
397
398 2003-05-21 [paul]       0.8.11claws171
399
400         * sync with 0.9.0cvs6
401                 see ChangeLog 2003-05-21
402
403 2003-05-21 [paul]       0.8.11claws170
404
405         * sync with 0.9.0cvs5
406                 see ChangeLog 2003-05-21
407
408 2003-05-20 [paul]       0.8.11claws169
409
410         * sync with 0.9.0cvs4
411                 see ChangeLog 2003-05-20
412                 fixes bug #152, 'encoding of IMAP folders names'
413
414 2003-05-20 [paul]       0.8.11claws168
415
416         * sync with 0.9.0cvs3
417                 see ChangeLog 2003-05-20
418                 
419         * src/tools/convert_mbox.pl
420                 minor change in the comments, submitted by Fred Marton
421
422 2003-05-19 [paul]       0.8.11claws167
423
424         * src/plugins/clamav/Makefile.am
425           configure.ac
426                 link clamav_lib to the plugin and not to the main program
427
428 2003-05-19 [christoph]
429
430         * src/Makefile.am
431                 add -export-dynamic for linking
432
433 2003-05-19 [paul]       0.8.11claws166
434
435         * sync with 0.9.0cvs1
436                 see ChangeLog 2003-05-19
437
438 2003-05-19 [paul]       0.8.11claws165
439
440         * src/inc.c
441                 fix 'pop before smtp' timeout
442
443 2003-05-18 [alfons]     0.8.11claws164
444
445         * src/prefs_matcher.c
446                 put "execute" action command line ("expression") in edit box
447
448 2003-05-18 [christoph]  0.8.11claws163
449
450         * src/mimeview.[ch]
451         * src/plugins/dillo_viewer/dillo_viewer.c
452         * src/plugins/image_viewer/viewer.c
453         * src/plugins/mathml_viewer/mathml_viewer.c
454                 let a viewer have a list of Content-Types
455
456 2003-05-18 [paul]       0.8.11claws162
457
458         * src/prefs_filtering.c
459                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
460                 and REDIRECT actions
461
462 2003-05-17 [christoph]
463
464         * README.claws
465                 o remove dynamic signatures that was syned with main
466                 o add infos about no longer "build in" image viewer
467                 o update bugtracker URL
468
469 2003-05-17 [christoph]  0.8.11claws161
470
471         * src/folder.c
472         * src/folderview.c
473         * src/imap.c
474                 don't use imap_scan_folder anymore. Instead call folder_item_scan
475                 for every folder after rebuilding the folder tree.
476
477         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
478          messages)
479
480 2003-05-17 [christoph]  0.8.11claws160
481
482         * src/imap.c
483                 don't use STATUS command on current folder to check for
484                 content changes. imap_cmd_ok() now tracks changes to
485                 folder and number of existing messages.
486
487 2003-05-17 [paul]       0.8.11claws159
488
489         * src/plugins/clamav/clamav_plugin.c
490                 remove unnecessary debug_print
491
492 2003-05-16 [thorsten]   0.8.11claws158
493
494         * src/plugins/demo.c
495                 included missing intl.h
496
497 2003-05-16 [paul]       0.8.11claws157
498
499         * po/POTFILES.in
500                 remove non-existant entries
501         
502         * src/plugins/clamav/clamav_plugin.c
503           src/plugins/clamav/clamav_plugin_gtk.c
504           src/plugins/dillo_viewer/dillo_prefs.c
505           src/plugins/dillo_viewer/dillo_viewer.c
506                 gettextise
507
508 2003-05-16 [christoph]  0.8.11claws156
509
510         * po/POTFILES.in
511                 include plugin .c files for translation until I
512                 find a better solution to have plugins have their
513                 own textdomain
514         * src/plugins/demo/demo.c
515         * src/plugins/image_viewer/plugin.c
516         * src/plugins/mathml_viewer/mathml_viewer.c
517         * src/plugins/spamassassin/spamassassin.c
518         * src/plugins/spamassassin/spamassassin_gtk.c
519         * src/plugins/trayicon/trayicon.c
520                 add gettext macros for plugin name and description
521
522 2003-05-16 [paul]
523
524         * sync with 0.9.0
525
526 2003-05-16 [paul]       0.8.11claws155
527
528         * sync with lastest 0.9.0pre1
529                 see ChangeLog 2003-05-16
530
531 2003-05-15 [paul]       0.8.11claws154
532
533         * sync with latest 0.9.0pre1
534                 see ChangeLog 2003-05-14 and 2003-05-15
535
536 2003-05-14 [christoph]  0.8.11claws153
537
538         * src/plugins/image_viewer/viewer.c
539         * src/plugins/image_viewer/viewer.glade         ** NEW **
540         * src/plugins/image_viewer/viewerprefs.c
541                 make it possible to disable the autoload function in the
542                 imageviewer again
543
544 2003-05-14 [christoph]  0.8.11claws152
545
546         * src/folder.c
547                 fix folder update after adding a message
548
549 2003-05-13 [alfons]     0.8.11claws151
550
551         * src/common/session.c
552                 remove debug traces
553                 
554         * src/addrcache.[ch]
555         * src/filtering.[ch]
556         * src/folder.[c]
557         * src/gtkaspell.[ch]
558         * src/imap.[ch]
559         * src/mbox_folder.[ch]
560         * src/mh.[ch]
561         * src/mimeview.h
562         * src/msgcache.[ch]
563         * src/news.[ch]
564         * src/passphrase.[ch]
565         * src/prefs_common.[ch]
566         * src/prefs_gtk.[ch]
567         * src/procmsg.c
568         * src/scoring.[ch]
569                 be pedantic; (in prototypes () implies (int))
570
571 2003-05-13 [alfons]     0.8.11claws150
572
573         * src/prefs_toolbar.[ch]
574         * src/summaryview.[ch]
575         * src/toolbar.[ch]
576                 change misleading text in toolbar prefs;
577                 add toolbar action for ignore thread (toggles ignore thread flag);
578                 clean up a little bit;
579
580 2003-05-12 [paul]
581
582         * tools/convert_mbox.pl
583                 bug fixed by Fred Marton
584
585 2003-05-12 [paul]
586
587         * sync with 0.9.0pre1
588
589 2003-05-09 [paul]       0.8.11claws149
590
591         * sync with 0.8.11cvs43
592                 see ChangeLog 2003-05-09
593
594 2003-05-08 [christoph]  0.8.11claws148
595
596         * src/imap.[ch]
597                 o use CAPABILIY as first command and check for PREAUTH
598                   information in the response to it
599                 o rewrite all imap_cmd_* functions to use an IMAPSession
600                   instead of a SockInfo as parameter
601                 o do STARTTLS after fetching and checking the server
602                   capabilities
603
604 2003-05-08 [paul]       0.8.11claws147
605
606         * tools/Makefile.am
607           tools/README
608           tools/convert_mbox.pl         ** NEW FILE **
609                 add mbox conversion script. Submitted by 
610                 Fred Marton <Fred.Marton@uni-bayreuth.de>
611
612 2003-05-07 [christoph]
613
614         * doc-src/glade.txt
615         * src/gtk/pluginwindow.glade
616         * src/plugins/image_viewer/viewerprefs.glade
617         * src/plugins/spamassassin/spamassassin_gtk.glade
618                 add glade files for user interfaces and a description how
619                 to use glade to create the sylpheed code
620
621 2003-05-07 [paul]       0.8.11claws146
622
623         * sync with 0.8.11cvs41
624                 see ChangeLog 2003-05-07
625
626 2003-05-06 [christoph]  0.8.11claws145
627
628         * src/main.c
629         * src/plugins/image_viewer/viewer.c
630                 fix usage of imlib in imageviewer plugin
631
632         * src/gtk/prefswindow.c
633                 handle window close event correctly
634
635 2003-05-06 [paul]       0.8.11claws144
636
637         * src/common/ssl.c
638                 fix typo introduced in sync
639
640 2003-05-06 [paul]       0.8.11claws143
641
642         * sync with 0.8.11cvs39
643                 see ChangeLog 2003-05-06
644
645 2003-05-06 [paul]       0.8.11claws142
646
647         * AUTHORS
648           po/cs.po
649                 updated Czech translation, submitted by 
650                 Radek Vybiral <Radek.Vybiral@vsb.cz>
651                 
652         * src/plugins/clamav/clamav_plugin_gtk.c
653                 clean up
654
655 2003-05-03 [alfons]     0.8.11claws141
656
657         * src/compose.[ch]
658                 make paste as quotation work even when the call to 
659                 text_inserted() was deferred (fixes bug #140 "Paste 
660                 as quotation does not work when using "external" 
661                 clipboard")
662
663 2003-05-03 [thorsten]   0.8.11claws140
664
665         * src/addrquery.h
666           src/ldapquery.h
667           src/mainwindow.c
668                 removed C++ comments
669         * src/addr_compl.c
670                 function with non-int retval/param used before
671                 implementation/declaration
672
673 2003-05-02 [paul]       0.8.11claws139
674
675         * src/addr_compl.[ch]
676           src/addressbook.[ch]
677           src/addrindex.c
678           src/summaryview.c
679                 revert match's changes to (finally) remove the bug where
680                 opening a folder causes massive slowdown when using the 
681                 'Display sender using address book' option
682
683 2003-05-01 [melvin]     0.8.11claws138
684
685         * src/plugins/dillo_viewer/dillo_prefs.[ch]
686         * src/plugins/dillo_viewer/dillo_viewer.c
687                 Fixed bug where "Cancel" button from prefs issued
688                 warnings.
689                 Comply a little more to coding style
690
691 2003-05-01 [paul]       0.8.11claws137
692
693         * sync with 0.8.11cvs38
694                 see ChangeLog 2003-05-01
695
696 2003-05-01 [paul]       0.8.11claws136
697
698         * po/bg.po
699                 updated by George Danchev
700
701 2003-04-30 [christoph]  0.8.11claws135
702
703         * src/plugins/dillo_viewer/dillo_prefs.c
704         * src/plugins/image_viewer/viewerprefs.c
705         * src/plugins/spamassassin/spamassassin_gtk.c
706                 remove gtk_widget_ref() calls for widgets in
707                 glade code
708
709 2003-04-30 [paul]       0.8.11claws134
710
711         * src/addrindex.c
712                 ok, this time a better fix for the bug where opening folder
713                 has massive slowdown when using the 'Display sender using 
714                 address book' option
715
716 2003-04-30 [paul]       0.8.11claws133
717
718         * src/addrindex.c
719                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
720         
721 2003-04-30 [melvin]     0.8.11claws132
722
723         New: Dillo plugin preferences (patch by Dimitar Haralanov)
724
725         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
726                 Preferences for the dillo plugin
727         * src/plugins/dillo_viewer/dillo_viewer.c
728                 Support for preferences
729         * src/plugins/dillo_viewer/Makefile.am
730                 Added dillo_prefs.[ch]
731
732 2003-04-30 [alfons]     0.8.11claws131
733
734         * src/common/plugin.[ch]
735                 see? this ANSI C'fication immediately gives us type
736                 checking for free.
737
738 2003-04-30 [alfons]     0.8.11claws130
739
740         * src/common/plugin.[ch]
741         * src/plugins/clamav/clamav_plugin.[ch]
742         * src/plugins/clamav/clamav_plugin_gtk.c
743         * src/plugins/demo/demo.c
744         * src/plugins/dillo_viewer/dillo_viewer.c
745         * src/plugins/image_viewer/plugin.c
746         * src/plugins/image_viewer/viewer.[ch]
747         * src/plugins/image_viewer/viewerprefs.[ch]
748         * src/plugins/mathml_viewer/mathml_viewer.c
749         * src/plugins/spamassassin/spamassassin.[ch]
750         * src/plugins/spamassassin/spamassassin_gtk.c
751         * src/plugins/trayicon/trayicon.c
752                 clean up
753
754 2003-04-30 [alfons]     0.8.11claws129
755
756         * src/common/utils.c
757                 make is_ascii_str() fail gracefully when NULL pointer
758                 is passed
759
760 2003-04-30 [paul]       0.8.11claws128
761
762         * src/addrindex.c
763                 fix bug where opening folder has massive slowdown when
764                 using the 'Display sender using address book' option
765
766 2003-04-30 [paul]       0.8.11claws127
767
768         * src/plugins/clamav/clamav_plugin.c
769           src/plugins/clamav/clamav_plugin_gtk.c
770           src/plugins/demo/demo.c
771           src/plugins/dillo_viewer/dillo_viewer.c
772           src/plugins/image_viewer/plugin.c
773           src/plugins/mathml_viewer/mathml_viewer.c
774           src/plugins/spamassassin/spamassassin.c
775           src/plugins/spamassassin/spamassassin_gtk.c
776           src/plugins/trayicon/trayicon.c
777                 get rid of eye-hurting function signatures
778
779 2003-04-30 [paul]       0.8.11claws126
780
781         * src/plugins/trayicon/trayicon.c
782                 add description
783                 
784         * src/mimeview.c
785                 be more descriptive
786
787 2003-04-30 [paul]       0.8.11claws125
788
789         * configure.ac
790                 arrange the plugins in reverse alphabetical order
791                 
792         * src/plugins/clamav/clamav_plugin.[ch]
793           src/plugins/clamav/clamav_plugin_gtk.c
794                 rename some params
795                 resize max_size window
796                 re-arrange the order of some gui elements
797                 improve descriptions
798         
799         * src/plugins/image_viewer/plugin.c
800           src/plugins/mathml_viewer/mathml_viewer.c
801                 add descriptions
802                 
803         * src/plugins/spamassassin/spamassassin_gtk.c
804                 resize max_size window
805                 re-arrange the order of some gui elements
806                 
807         * src/messageview.c
808           src/mimeview.c
809                 correct typos
810
811 2003-04-30 [alfons]     0.8.11claws124
812
813         * src/imap.c
814                 fix a leak found while browsing Martin Kluge's 
815                 valgrind log (Claws only)
816
817 2003-04-29 [darko]      0.8.11claws123
818
819         * src/gtk/gtkstext.h
820                 include wchar.h if it is available, fixes compilation
821                 on HP-UX systems
822
823 2003-04-29 [melvin]     0.8.11claws122
824
825         * src/prefs_actions.c
826                 Improved help text of Actions' syntax
827
828 2003-04-28 [paul]       0.8.11claws121
829
830         * src/action.c
831                 a better fix for the crash when performing an action
832                 on a mime part
833
834 2003-04-28 [paul]       0.8.11claws120
835
836         * src/action.c
837                 fix crash when performing an action on a
838                 mime part
839
840 2003-04-28 [paul]       0.8.11claws119
841
842         * sync with 0.8.11cvs36
843                 see ChangeLog 2003-04-28
844
845 2003-04-27 [paul]       0.8.11claws118
846
847         * more sync with 0.8.11cvs35
848                 see ChangeLog 2003-04-25
849
850 2003-04-26 [christoph]  0.8.11claws117
851
852         * src/folder.c
853                 fix remove virtual check
854
855 2003-04-26 [paul]       0.8.11claws116
856
857         * src/messageview.c
858                 fix return-receipt, make it work again
859
860 2003-04-26 [paul]       0.8.11claws115
861
862         * src/mimeview.c
863                 restore double-clicking of the [application/pgp-signature 
864                 (Select "Check signature" to check)] line in the message view,
865                 broken in recent sync
866
867 2003-04-26 [christoph]  0.8.11claws114
868
869         * src/folder.c
870                 check if remove virtual really exists before
871                 calling the function
872
873 2003-04-25 [match]      0.8.11claws113
874
875         * src/addrindex.c
876         * src/addrbook.c
877         * src/ldapquery.[ch]
878         * src/ldapctrl.[ch]
879                 fix memleak.
880         * src/ldapserver.[ch]
881                 fix memleak. fix segfault.
882                 plug a Claws memleak
883
884 2003-04-25 [alfons]     0.8.11claws112
885
886         * src/folder.c
887                 plug a Claws memleak
888
889 2003-04-25 [alfons]     0.8.11claws111
890
891         * src/common/session.c
892                 plug a memleak
893
894 2003-04-25 [paul]       0.8.11claws110
895
896         * sync with 0.8.11cvs35
897                 see ChangeLog 2003-04-24 and 2003-04-25
898                 
899         * src/gtk/pluginwindow.c
900                 correct another strange float value
901
902 2003-04-24 [christoph]  0.8.11claws109
903
904         * src/folder.c
905                 freeze folder item updates when unsetting new flags
906
907         * src/gtk/pluginwindow.c
908                 correct strange float value
909
910 2003-04-23 [paul]       0.8.11claws108
911
912         * sync with 0.8.11cvs33
913                 see ChangeLog 2003-04-23
914
915 2003-04-22 [paul]       0.8.11claws107
916
917         * src/Makefile.am
918           src/messageview.c
919           src/mimeview.c
920           src/pgptext.[ch]      ** REMOVED **
921                 remove pgptext.[ch] as its not used any more
922
923 2003-04-22 [paul]       0.8.11claws106
924
925         * sync with 0.8.11cvs31
926                 see ChangeLog 2003-04-21 and 2003-04-22
927
928 2003-04-21 [alfons]     0.8.11claws105
929
930         * src/main.c
931                 No access to GTK structures if we're a spawned child
932                 (and clean up code a little bit...) Should fix #126.
933
934 2003-04-21 [melvin]     0.8.11claws104
935
936         * src/plugins/dillo_viewer/README
937                 Improved slightly the text.
938
939 2003-04-21 [melvin]     0.8.11claws103
940
941         * src/plugins/dillo_viewer/README *** NEW ***
942                 Added a README file for the Dillo plugin
943
944 2003-04-20 [paul]
945
946         * tools/README
947           tools/outlook2sylpheed.pl
948                 updated and improved by Ricardo Mones Lastra
949
950 2003-04-18 [oliver]     0.8.11claws102
951
952         * src/inc.c 
953         * src/prefs_account.h
954                 remove Pop3SessionType (used by selective download)
955         * src/prefs_toolbar.c
956                 enable set Default Toolbar button
957
958 2003-04-18 [paul]       0.8.11claws101
959
960         * sync with 0.8.11cvs29
961                 see ChangeLog 2003-04-18
962
963 2003-04-17 [paul]       0.8.11claws100
964
965         * src/prefs_common.[ch]
966           src/summaryview.c
967                 remove 'Open next message on deletion' option,
968                 as the same effect can now be achieved via the
969                 'Always open messages in summary when selected'
970                 option.
971
972 2003-04-17 [paul]       0.8.11claws99
973
974         * sync with 0.8.11cvs28
975                 see ChangeLog 2003-04-17
976
977 2003-04-17 [christoph]  0.8.11claws98
978
979         * ac/spamassassin.m4
980         * src/plugins/spamassassin/libspamc.[ch]
981         * src/plugins/spamassassin/utils.[ch]
982                 sync libspamc with SpamAssassin project
983
984 2003-04-17 [christoph]  0.8.11claws97
985
986         * src/common/socket.h
987         * src/gtk/sslcertwindow.h
988                 rename old USE_SSL to USE_OPENSSL
989
990 2003-04-17 [paul]       0.8.11claws96
991
992         * src/prefs_common.h
993                 use gulong for P_COLOR so that it compiles/runs on
994                 64-bit systems. Patch submitted by James Noyes
995                 <jnoyes-claws@retrogeeks.com>
996                 
997         * po/de.po
998                 updated by Jens
999
1000 2003-04-17 [paul]       0.8.11claws95
1001
1002         * sync with 0.8.11cvs27
1003                 see ChangeLog 2003-04-16
1004
1005 2003-04-15 [paul]       0.8.11claws94
1006
1007         * src/prefs_common.[ch]
1008                 rearrange to stop the window getting too long:
1009                         move Receive dialog stuff to Receive tab
1010                         move Send dialog to Send tab
1011                         remove Dialogs frame
1012                 rename 'Open messages in summary with cursor keys' to
1013                 'Always open messages in summary when selected', as its
1014                 more appropriate
1015
1016 2003-04-15 [paul]       0.8.11claws93
1017
1018         * src/prefs_common.[ch]
1019           src/summaryview.c
1020                 add new option '/Interface/Open next message on deletion'
1021
1022 2003-04-15 [paul]       0.8.11claws92
1023
1024         * src/summaryview.[ch]
1025                 add /Mark/Lock and /Mark/Unlock to the pop-up
1026                 menu. Patch submitted by Ivan Francolin Martinez
1027                 <ivanfm@users.sourceforge.net>
1028
1029 2003-04-15 [paul]       0.8.11claws91
1030
1031         * sync with 0.8.11cvs24
1032                 see ChangeLog 2003-04-15
1033
1034 2003-04-14 [jens]       0.8.11claws90
1035
1036         * updated German translation and some corrections from
1037                 Roland Bless <bless@tm.uka.de>
1038
1039 2003-04-14 [paul]       0.8.11claws89
1040
1041         * sync with 0.8.11cvs22
1042                 see ChangeLog 2003-04-14
1043
1044 2003-04-13 [paul]       0.8.11claws88
1045
1046         * src/plugins/clamav/clamav_plugin.c
1047                 fix memory leaks
1048                 clean up
1049
1050 2003-04-12 [paul]       0.8.11claws87
1051
1052         * src/plugins/clamav/clamav_plugin.c
1053                 activate enable/disable archive scanning option
1054                 
1055         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1056
1057 2003-04-12 [paul]       0.8.11claws86
1058
1059         * src/plugins/Makefile.am
1060           src/plugins/clamav/Makefile.am                ** NEW FILE **
1061           src/plugins/clamav/README                     ** NEW FILE ** 
1062           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1063           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1064                 add Clam AntiVirus plugin
1065
1066 2003-04-12 [paul]       0.8.11claws85
1067
1068         * sync with 0.8.11cvs21
1069                 see ChangeLog 2003-04-11
1070
1071 2003-04-11 [paul]       0.8.11claws84
1072
1073         * po/es.po
1074                 update Spanish translation. Submitted by Ricardo
1075                 Mones Lastra.
1076
1077 2003-04-10 [christoph]  0.8.11claws83
1078
1079         * src/mbox.c
1080                 fix typo that did not move unfiltered mails to destination
1081                 folder
1082
1083         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1084          when filtering from spool)
1085
1086 2003-04-10 [christoph]  0.8.11claws82
1087
1088         * src/imap.c
1089                 use BODY.PEEK instead of BODY in in message fetch operation
1090                 to make sure the IMAP server does not set the \Seen flag for
1091                 messages. Sylpheed does that later itself, when the message
1092                 is opened in sylpheed
1093
1094         (closes Bug 111 Claws destroys unread marks)
1095
1096 2003-04-09 [oliver]     0.8.11claws81
1097         
1098         * src/folder.c
1099                 fix crash in folder_destroy
1100         * README.claws
1101                 remove selective download
1102
1103 2003-04-09 [christoph]  0.8.11claws80
1104
1105         * src/imap.c
1106                 fix crash in imap_get_msginfo() when then fetched message
1107                 is not found
1108
1109         (closes Bug 110 Crash during mail composition)
1110
1111 2003-04-08 [christoph]  0.8.11claws79
1112
1113         * src/folder.c
1114         * src/prefs_account.c
1115                 Filter new messages that are found in an INBOX folder
1116                 when 'Filter messages on receiving' is enabled in the
1117                 Folder's AccountPrefs. This allows to use Sylpheed's
1118                 filtering engine for IMAP folders where messages are
1119                 added to the INBOX by a MTA
1120
1121 2003-04-08 [paul]       0.8.11claws78
1122
1123         * src/procmsg.h
1124                 clean up after last commit
1125
1126 2003-04-08 [paul]       0.8.11claws77
1127
1128         * sync with 0.8.11cvs20
1129                 see ChangeLog 2003-04-07 and 2003-04-08
1130
1131 2003-04-07 [christoph]  0.8.11claws76
1132
1133         * src/filtering.[ch]
1134         * src/inc.[ch]
1135         * src/mbox.c
1136         * src/procmsg.[ch]
1137                 add procmsg_msginfo_filter() to execute filtering actions
1138
1139 2003-04-06 [christoph]  0.8.11claws75
1140
1141         * src/imap.c
1142                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1143
1144 2003-04-06 [christoph]  0.8.11claws74
1145
1146         * src/common/utils.[ch]
1147                 add g_int_compare() function for slist sorting
1148
1149         * src/imap.c
1150                 fetch all MsgInfos with one command in imap_get_msginfos()
1151                 using an imap set with a list of ranges
1152
1153         * src/news.c
1154                 use new g_int_compare() function
1155
1156 2003-04-06 [thorsten]   0.8.11claws73
1157
1158         * src/mh.c
1159                 corrected implementation of mh_folder_destroy()
1160
1161 2003-04-05 [christoph]  0.8.11claws72
1162
1163         * src/account.c
1164         * src/folder.[ch]
1165         * src/folderview.c
1166         * src/imap.c
1167         * src/inc.c
1168         * src/main.c
1169         * src/mainwindow.c
1170         * src/mbox_folder.c
1171         * src/mh.c
1172         * src/mimeview.h
1173         * src/msgcache.[ch]
1174         * src/news.c
1175         * src/procmime.h
1176         * src/procmsg.[ch]
1177         * src/setup.c
1178         * src/gtk/gtkutils.c
1179                 o rename structure field names class and new to klass and
1180                   new_msgs, to allow including files in C++
1181                 o add 'extern "C"' block to some header files
1182                 o add MsgInfoList and MsgNumberList as alias for GSList for
1183                   developers to know what type of list is expected
1184
1185         * src/plugins/image_viewer/plugin.c
1186         * src/plugins/image_viewer/viewer.[ch]
1187         * src/plugins/image_viewer/viewerprefs.[ch]
1188                 rename function names to prevent conflicts
1189
1190 2003-04-05 [paul]       0.8.11claws71
1191
1192         * sync with 0.8.11cvs18
1193                 see ChangeLog 2003-04-03 and 2003-04-04
1194
1195 2003-04-02 [christoph]  0.8.11claws70
1196
1197         * src/folder.[ch]
1198         * src/imap.[ch]
1199         * src/mbox_folder.[ch]
1200         * src/mh.[ch]
1201         * src/news.[ch]
1202                 o Make all virtual folder functions private
1203                 o remove unused folder code
1204
1205         * src/common/socket.[ch]
1206         * src/summaryview.c
1207                 fix warnings
1208
1209 2003-03-30 [alfons]     0.8.11claws69
1210
1211         * src/send_message.c
1212                 remove two debug traces and see if people still report
1213                 errors
1214
1215 2003-03-30 [alfons]     0.8.11claws68
1216
1217         * src/send_message.c
1218         * src/commons/session.c
1219                 add more debug traces
1220
1221 2003-03-30 [christoph]  0.8.11claws67
1222
1223         * src/folder.c
1224                 change processing folder name from .processing to processing
1225
1226         * src/common/ssl.c
1227                 disable SSL certificate check because it causes Xlib error
1228                 when the child process want's to open an GTK window
1229
1230 2003-03-30 [christoph]  0.8.11claws66
1231
1232         * src/folder.c
1233                 don't use default folder for processing folder item because
1234                 it can be a non local folder
1235
1236         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1237
1238 2003-03-30 [alfons]     0.8.11claws65
1239
1240         * src/send_message.c
1241                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1242                 to generate bad code for 'send_send_data_progressive': When
1243                 called from 'send_send_data_finished', the 'data' pointer is
1244                 cleared just before the assignment to the dialog pointer
1245
1246 2003-03-29 [christoph]  0.8.11claws64
1247
1248         * src/common/prefs.h
1249         * src/plugins/image_viewer/Makefile.am
1250         * src/plugins/image_viewer/plugin.c
1251         * src/plugins/image_viewer/viewer.[ch]
1252         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1253                 add PrefsPage for ImageViewer
1254
1255 2003-03-28 [thorsten]   0.8.11claws63
1256
1257         * src/common/session.c
1258                 added some comments
1259
1260 2003-03-28 [paul]       0.8.11claws62
1261
1262         * sync with 0.8.11cvs16
1263                 see ChangeLog 2003-03-28
1264
1265 2003-03-28 [paul]       0.8.11claws61
1266
1267         * sync with 0.8.11cvs15
1268                 see ChangeLog 2003-03-28
1269
1270 2003-03-27 [christoph]  0.8.11claws60
1271
1272         * src/folder.c
1273         * src/imap.c
1274         * src/common/socket.[ch]
1275                 set socket state to DISCONNECTED when any operation
1276                 fails to allow reconnecting in IMAP code without
1277                 checking the return code of all calls to the command
1278                 functions
1279
1280         * src/folderview.c
1281         * src/summaryview.c
1282                 remove some more stuff that depends on specific
1283                 folder types
1284
1285 2003-03-27 [paul]       0.8.11claws59
1286
1287         * sync with 0.8.11cvs14
1288                 see ChangeLog 2003-03-27
1289                 
1290         * src/selective_download.[ch]   ** REMOVED **
1291                 really removed
1292
1293 2003-03-27 [christoph]  0.8.11claws58
1294
1295         * src/folder.c
1296                 fix handling of tmp_flags in flag copy function
1297
1298 2003-03-27 [paul]       0.8.11claws57
1299
1300         * sync with 0.8.11cvs13
1301                 see ChangeLog 2003-03-27
1302
1303 2003-03-27 [oliver]     0.8.11claws56
1304
1305         * src/maiwindow.c
1306                 remove sel_download_cb
1307
1308 2003-03-27 [oliver]     0.8.11claws55
1309         
1310         * src/inc.c
1311                 remove POP3_TOP
1312         
1313 2003-03-26 [oliver]     0.8.11claws54
1314
1315         *src/pop.h
1316                 remove POP3_TOP*
1317         * README.claws
1318                 remove selective donwload readme
1319
1320 2003-03-26 [oliver]     0.8.11claws53
1321         * src/matcher.[ch]
1322         * src/matcher_parser_parse.y 
1323         * src/pop.c 
1324         * src/prefs_account.[ch]
1325         * src/prefs_filtering.c
1326                 remove selective donwload
1327
1328 2003-03-26 [oliver]     0.8.11claws52
1329
1330         * src/inc.[ch] 
1331         * src/filtering.c 
1332         * src/mainwindow.c 
1333                 remove selective donwload
1334
1335 2003-03-26 [oliver]     0.8.11claws51
1336         
1337         * src/Makefile.am
1338         * src/selective_download.[ch]   ** REMOVE **    
1339
1340 2003-03-26 [christoph]  0.8.11claws50
1341
1342         * src/news.c
1343                 fix NEWS that got broken by a sync with sylpheed-main
1344
1345 2003-03-26 [christoph]  0.8.11claws49
1346
1347         * src/mimeview.c
1348                 fix mime type guessing when no mime type is found for a file
1349
1350 2003-03-25 [christoph]  0.8.11claws48
1351
1352         * src/mimeview.c
1353         * src/procmime.c
1354                 remove mime type guessing from mime parser and use
1355                 name based mime types in viewer lookup for mime type
1356                 application/octet-stream
1357
1358 2003-03-25 [christoph]  0.8.11claws47
1359
1360         * doc-src/readme.txt
1361         * doc-src/rfc2554.txt
1362                 add RFC about SMTP AUTH
1363
1364         * src/send_message.c
1365         * src/common/smtp.[ch]
1366                 add extra error code for authentication errors and
1367                 clear temporary password when this error occurs
1368
1369         (closes Bug 84 authentication failure while sending should
1370          prompt for password again)
1371
1372 2003-03-25 [christoph]  0.8.11claws46
1373
1374         * configure.ac
1375         * src/Makefile.am
1376         * src/imageview.[ch]                            ** REMOVE **
1377         * src/messageview.[ch]
1378         * src/mimeview.[ch]
1379         * src/prefs_common.[ch]
1380         * src/textview.c
1381         * src/plugins/Makefile.am
1382         * src/plugins/image_viewer/.cvsignore           ** NEW **
1383         * src/plugins/image_viewer/Makefile.am          ** NEW **
1384         * src/plugins/image_viewer/plugin.c             ** NEW **
1385         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
1386                 move image viewer into a plugin (building is enabled by default)
1387                 [ToDo: Prefs for resize and autoview]
1388
1389 2003-03-25 [paul]       0.8.11claws45
1390
1391         * sync with 0.8.11cvs12
1392                 see ChangeLog 2003-03-26
1393
1394 2003-03-25 [paul]       0.8.11claws44
1395
1396         * sync with 0.8.11cvs11
1397                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1398                 
1399         Note: Selective Download is broken.
1400                 
1401 2003-03-22 [christoph]  0.8.11claws43
1402
1403         * src/folder.c
1404                 code cleanup for flags copying
1405
1406 2003-03-22 [christoph]  0.8.11claws42
1407
1408         * src/plugins/trayicon/trayicon.c
1409                 fix setting the transparent area when the window size
1410                 is forced by the system tray
1411
1412 2003-03-22 [christoph]  0.8.11claws41
1413
1414         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
1415         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
1416         * src/plugins/trayicon/newmail.xpm              ** NEW **
1417         * src/plugins/trayicon/nomail.xpm               ** NEW **
1418         * src/plugins/trayicon/trayicon.c
1419         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
1420                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1421                 o add icon for unread mails
1422                 o set transparency for window
1423
1424 2003-03-22 [christoph]  0.8.11claws40
1425
1426         * src/news.c
1427                 init news session to prevent crash when session is closed
1428
1429 2003-03-22 [christoph]  0.8.11claws39
1430
1431         * src/imap.c
1432         * src/common/session.[ch]
1433                 Init session data to make sure we don't have invalid pointers
1434                 for read_ch and write_ch when new multi process sessions are
1435                 not used
1436
1437         * src/main.c
1438         * src/common/plugin.c
1439         * src/common/sylpheed.c
1440         * src/plugins/demo/demo.c
1441         * src/plugins/dillo_viewer/dillo_viewer.c
1442         * src/plugins/mathml_viewer/mathml_viewer.c
1443         * src/plugins/spamassassin/spamassassin.c
1444         * src/plugins/spamassassin/spamassassin_gtk.c
1445                 add plugin types to allow loading plugins at different times
1446                 (and maybe for different frontends), because it's not good to
1447                 load GTK-Plugins gefore gtk_init was called
1448
1449         * configure.ac
1450         * src/plugins/Makefile.am
1451         * src/plugins/trayicon/.cvsignore               ** NEW **
1452         * src/plugins/trayicon/Makefile.am              ** NEW **
1453         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
1454         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1455         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1456         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1457         * src/plugins/trayicon/trayicon.c               ** NEW **
1458                 New Trayicon plugin that shows an icon in a systray that uses
1459                 XEMBED protocol like Gnome's systray. Icon shows if there
1460                 are new mails and a tooltip shows information about new,
1461                 unread and total messages.
1462
1463 2003-03-22 [paul]       0.8.11claws38
1464
1465         * src/common/smtp.c
1466                 fix ESMTP AUTH CRAM-MD5
1467                 [sync with main (still version 0.8.11cvs6), see
1468                  ChangeLog 2003-03-22]
1469
1470 2003-03-21 [colin]      0.8.11claws37
1471
1472         * src/send_message.c
1473                 Fix USE_SSL => USE_OPENSSL
1474
1475 2003-03-21 [colin]      0.8.11claws36
1476
1477         * src/folderview.c
1478                 Fix counts in drag and dropped subfolders
1479
1480 2003-03-21 [colin]      0.8.11claws35
1481
1482         * src/folder.c 
1483         * src/folderview.c
1484                 speed up a bit folder dnd
1485
1486 2003-03-20 [alfons]     0.8.11claws34
1487
1488         * src/main.c
1489         * src/toolbar.c
1490         * src/procmsg.c
1491                 don't send locked queue messages
1492                 (feature request "[ 705245 ] Locking message in outbox 
1493                  should prevent sending")
1494
1495 2003-03-20 [christoph]  0.8.11claws33
1496
1497         * src/folder.c
1498                 remove NEW and UNREAD flag in special folders when scanning
1499                 
1500         * src/common/smtp.c
1501                 fix ESMTP AUTH CRAM-MD5
1502
1503 2003-03-20 [paul]       0.8.11claws32
1504
1505         * src/prefs_account.c
1506                 Re-write 'Tunnel command to open connection' as
1507                 'Use command to communicate with server', and disable
1508                 it for all except IMAP accounts
1509
1510 2003-03-20 [paul]       0.8.11claws31
1511
1512         * sync with 0.8.11cvs6
1513                 see ChangeLog 2003-03-20
1514
1515 2003-03-19 [match]      0.8.11claws30
1516
1517         * src/addritem.[ch]
1518                 include documentation. minor refactoring.
1519         * src/addr_compl.[ch]
1520         * src/addrindex.[ch]
1521         * src/addresbook.[ch]
1522         * src/summaryview.c
1523                 re-enable address lookup (was disabled in
1524                 0.8.11claws20).
1525
1526 2003-03-19 [christoph]  0.8.11claws29
1527
1528         * src/procmsg.c
1529                 add temp flag handling, will make moving and copying
1530                 messages possible again
1531
1532         * src/folder.c
1533                 correct calulation of folder stats
1534
1535 2003-03-18 [match]      0.8.11claws28
1536
1537         * src/editgroup.h
1538                 remove case sensitive comparison (closes bug 80).
1539
1540 2003-03-18 [christoph]  0.8.11claws27
1541
1542         * src/imap.c
1543                 fix imap using a tunnel command
1544
1545         (closes bug 87)
1546
1547 2003-03-18 [christoph]  0.8.11claws26
1548
1549         * src/folder.[ch]
1550         * src/imap.c
1551         * src/procmsg.[ch]
1552                 rewrite flag handling for folders
1553
1554 2003-03-18 [christoph]  0.8.11claws25
1555
1556         * src/folder.c
1557         * src/procmsg.c
1558         * src/summaryview.c
1559                 unset NEW and UNREAD flags when message is ignored, to make
1560                 sure messages don't show up as unread on other IMAP clients,
1561                 because the IGNORE_THREAD flag can not be syncronized through
1562                 the IMAP folder
1563
1564 2003-03-17 [christoph]  0.8.11claws24
1565
1566         * src/imap.c
1567                 don't use recursion to fetch uids when the number of messages
1568                 does not match. Moved code into subfunction that is used
1569                 again when needed, to prevent an endless loop.
1570
1571 2003-03-17 [thorsten]   0.8.11claws23
1572
1573         * src/imageview.[ch]
1574                 export imageview_get_resized_size() (for plugins)
1575         * src/prefs_common.[ch]
1576                 added prefs_common_get() (for plugins)
1577
1578 2003-03-17 [christoph]  0.8.11claws22
1579
1580         * src/imap.c
1581                 o remove UID guessing from copy code
1582                 o support UIDPLUS extension for APPEND command
1583
1584 2003-03-17 [paul]       0.8.11claws21
1585
1586         * src/gtk/about.c
1587                 remove 'Compiled-plugins' section.
1588                 
1589         * src/plugins/dillo_viewer/dillo_viewer.c
1590                 slight change to description text
1591
1592 2003-03-16 [match]      0.8.11claws20
1593         * src/ldapserver.[ch]           ** NEW **
1594         * src/ldapctrl.[ch]             ** NEW **
1595         * src/ldapquery.[ch]            ** NEW **
1596         * src/ldaputil.[ch]             ** NEW **
1597         * src/addrcindex.[ch]           ** NEW **
1598         * src/addrquery.h               ** NEW **
1599         * src/addritem.[ch]
1600         * src/addrcache.[ch]
1601         * src/addrindex.[ch]
1602         * src/addr_compl.[ch]
1603         * src/addressbook.[ch]
1604         * src/addrbook.[ch]
1605         * src/editgroup.c
1606         * src/editaddress.c
1607         * src/editldap.c
1608         * src/editldap_basedn.c
1609         * src/vcard.c
1610         * src/jpilot.c
1611         * src/Makefile.am
1612                 included dynamic LDAP queries. improved address
1613                 completion.
1614
1615 2003-03-16 [paul]       0.8.11claws19
1616
1617         * tools/multiwebsearch.pl
1618                 fix a fatal typo
1619
1620 2003-03-16 [christoph]  0.8.11claws18
1621
1622         * src/mimeview.c
1623         * src/plugins/dillo_viewer/dillo_viewer.c
1624         * src/plugins/mathml_viewer/mathml_viewer.c
1625                 make unregistering of MimeViewerFactorys possible
1626
1627 2003-03-16 [alfons]     0.8.11claws17
1628
1629         * configure.ac
1630                 correct typo
1631
1632 2003-03-16 [melvin]     0.8.11claws16
1633
1634         * src/plugins/dillo_viewer.c
1635                 Fixed bug where it was not possible to view more than
1636                 one text/html attachment per message (bug discovered
1637                 by Christoph Hohmann).
1638
1639 2003-03-15 [melvin]     0.8.11claws15
1640
1641         * src/prefs_actions.c
1642                 Fixed compilation warnings.
1643
1644 2003-03-15 [melvin]     0.8.11claws14
1645
1646         * src/plugins/Makefile.am
1647         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
1648         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
1649         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
1650                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1651                 newer (http://dillo.auriga.wearlab.de/).
1652
1653 2003-03-15 [christoph]  0.8.11claws13
1654
1655         * src/imap.c
1656                 don't query imap folder for attributes because we already
1657                 for them from imap_status
1658
1659         * src/mimeview.[ch]
1660                 add support for plugable MimeViewers (unloading Viewers
1661                 not yet complete)
1662
1663         * src/plugins/Makefile.am
1664         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
1665         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
1666         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
1667                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1668                 widget from http://helm.cs.unibo.it/mml-widget/
1669
1670 2003-03-14 [christoph]  0.8.11claws12
1671
1672         * src/folder.[ch]
1673                 o error return code's should better be negative
1674                 o replace printf with debug_print
1675
1676         * src/imap.c
1677                 improve IMAP folder scan by checking UID-NEXT
1678
1679         * src/summaryview.c
1680                 remove check that are unnecessary in my opinion
1681
1682 2003-03-13 [christoph]  0.8.11claws11
1683
1684         * src/folder.[ch]
1685         * src/foldersel.c
1686         * src/folderview.c
1687         * src/imap.c
1688         * src/mbox_folder.c
1689         * src/mh.c
1690         * src/news.c
1691         * src/prefs_scoring.c
1692         * src/summaryview.c
1693                 use a common function to get a displayable name
1694                 for a FolderItem
1695
1696 2003-03-13 [paul]       0.8.11claws10
1697
1698         * tools/Makefile.am
1699           tools/README
1700           tools/multiwebsearch.conf     ** NEW FILE **
1701           tools/multiwebsearch.pl       ** NEW FILE **
1702                 add multiwebsearch Actions script
1703
1704 2003-03-13 [colin]      0.8.11claws9
1705
1706         * src/compose.c
1707                 Remove leading emtpy lines from quoted text
1708                 before quoting it
1709
1710 2003-03-13 [melvin]     0.8.11claws8
1711
1712         * src/prefs_actions.c
1713                 Fixed a memory leak
1714                 Code clean ups
1715                 Added Cancel and OK buttons
1716                 Corrected help text
1717
1718 2003-03-13 [christoph]  0.8.11claws7
1719
1720         * src/account.c
1721         * src/folder.[ch]
1722         * src/imap.c
1723         * src/mainwindow.c
1724         * src/mbox_folder.c
1725         * src/mh.c
1726         * src/news.c
1727         * src/setup.c
1728                 replace more folder type stuff with folder class stuff
1729
1730 2003-03-13 [melvin]     0.8.11claws6
1731
1732         * src/prefs_actions.c
1733                 Added new tokens:
1734                 %u: user provided argument
1735                 %h: user provided argument (hidden on input)
1736                 %s: current text selection in the message view 
1737
1738 2003-03-13 [paul]       0.8.11claws5
1739
1740         * sync with 0.8.11cvs5
1741                 see ChangeLog 2003-03-11, 2003-03-12
1742
1743 2003-03-12 [christoph]  0.8.11claws4
1744
1745         * src/folder.c
1746                 use folder class idstr when writing folderlist.xml
1747
1748         * src/folder.h
1749         * src/imap.c
1750         * src/news.c
1751                 replace folder type checks with folder class checks
1752
1753 2003-03-12 [christoph]  0.8.11claws3
1754
1755         * src/folder.[ch]
1756         * src/imap.[ch]
1757         * src/main.c
1758         * src/mbox_folder.[ch]
1759         * src/mh.[ch]
1760         * src/news.[ch]
1761                 o create a list of known folder classes in the folder system
1762                 o use folder class id strings for folder item identifiers
1763
1764 2003-03-12 [christoph]  0.8.11claws2
1765
1766         * src/imap.c
1767                 fix imap uid validity check
1768
1769 2003-03-12 [christoph]  0.8.11claws1
1770
1771         * src/account.c
1772         * src/folder.[ch]
1773         * src/foldersel.c
1774         * src/folderview.c
1775         * src/imap.c
1776         * src/mainwindow.c
1777         * src/mbox_folder.c
1778         * src/mh.c
1779         * src/news.c
1780         * src/prefs_scoring.c
1781         * src/procmsg.c
1782         * src/setup.c
1783         * src/summaryview.c
1784                 initial restructuring of folder system, seperating
1785                 folders and folder classes
1786
1787 2003-03-12 [paul]       0.8.11claws
1788
1789         0.8.11claws release
1790
1791 2003-03-12 [christoph]
1792
1793         * src/gtk/prefswindow.c
1794                 fix translation of "Page Index"
1795
1796 2003-03-12 [paul]       0.8.10claws110
1797
1798         a sync from 0.8.11cvs4 before the release
1799
1800         * src/common/utils.c
1801                 subject_compare_for_sort(): allow null strings (fixes
1802                 summary sorting).
1803
1804 2003-03-11 [paul]       0.8.10claws109
1805
1806         * po/es.po
1807                 update Spanish translation, submitted by
1808                 Ricardo Mones Lastra
1809
1810 2003-03-11 [melvin]     0.8.10claws108
1811
1812         * po/fr.po
1813                 Updated French translations
1814
1815 2003-03-11 [paul]       0.8.10claws107
1816
1817         * manual/en/Makefile.am
1818           manual/en/*.html
1819                 update English manual, add a new page
1820                 updated by Francois Barriere <fbarriere@atmel.fr>
1821                 
1822         * po/bg.po
1823           po/it.po
1824           po/sr.po
1825                 update Bulgarian, Italian, and Serbian translations
1826                 submitted by George Danchev, Alessandro Maestri, and
1827                 Urke MMI
1828
1829 2003-03-10 [paul]       0.8.10claws106
1830
1831         * src/gtk/about.c
1832           src/gtk/prefswindow.c
1833                 make some strings translatable
1834
1835 2003-03-10 [darko]      0.8.10claws105
1836
1837         * src/compose.c
1838                 code cleanup to make Hiro happy
1839
1840 2003-03-10 [paul]       0.8.10claws104
1841
1842         * sync with 0.8.11cvs2
1843                 see ChangeLog 2003-03-10
1844
1845 2003-03-09 [melvin]     0.8.10claws103
1846
1847         * src/textview.c
1848                 textview_set_font(): fix for message display in
1849                 UTF-8 locales (thanks to Sergey Vlasov).
1850                 (was unintentionnaly reverted in 0.8.6claws6)   
1851
1852 2003-03-08 [darko]      0.8.10claws102
1853
1854         * src/compose.c
1855                 fix infinite loop in wrapping as reported
1856                 by happycactus
1857                 obsoletes patch #696482
1858
1859 2003-03-08 [christoph]  0.8.10claws101
1860
1861         * src/imap.c
1862                 add workaround for IMAP servers that do not
1863                 support the "UID SEARCH UID" command
1864
1865 2003-03-07 [christoph]  0.8.10claws100
1866
1867         * src/plugins/spamassassin/spamassassin.[ch]
1868         * src/plugins/spamassassin/spamassassin_gtk.c
1869                 code cleanup
1870
1871 2003-03-07 [paul]       0.8.10claws99
1872
1873         * po/es.po
1874                 updated Spanish translation, submitted by
1875                 Ricardo Mones Lastra
1876
1877 2003-03-07 [christoph]  0.8.10claws98
1878
1879         * src/send.c
1880                 fix in 0.8.10claws94 was wrong
1881                 local delivery does not require escaping, remove escaping
1882                 code to make signatures of mails with "." lines valid
1883                 
1884                 NOTE: requires that sendmail is executed with "-i" option,
1885                       what is the default now, but has to be changed in all
1886                       exsiting accounts)
1887
1888 2003-03-07 [paul]       0.8.10claws97
1889
1890         * sync with 0.8.11 release
1891                 see ChangeLog 2003-03-07
1892
1893 2003-03-06 [paul]       0.8.10claws96
1894
1895         * src/compose.c
1896                 revert commit 0.8.10claws92
1897
1898 2003-03-06 [paul]       0.8.10claws95
1899
1900         * src/folderview.c
1901                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
1902
1903         * src/gtkaspell.c
1904                 fix bug 74, 'Crash opening editor window with pseudo-color
1905                 display'
1906                 
1907         Patches submitted by Kevin Vigor <kevin@vigor.nu>
1908
1909 2003-03-06 [christoph]  0.8.10claws94
1910
1911         * src/send.c
1912                 fix rfc2821 (4.5.2) violation in SMTP data sending,
1913                 all lines starting with a period get an extra period
1914                 inserted
1915                 (found by Simon 'corecode' Schubert)
1916
1917 2003-03-06 [paul]       0.8.10claws93
1918
1919         * src/folderview.c
1920                 if configured font can't be loaded fall back to gtk
1921                 default. (with thanks to Christoph)
1922                 
1923                 closes long-standing bug 15 'Crashes on startup'
1924
1925 2003-03-06 [paul]       0.8.10claws92
1926
1927         * src/compose.c
1928                 freeze text before autosave and thaw afterwards
1929                 fixes bug 67 'autosave make re-rediting message crazy'
1930
1931 2003-03-06 [christoph]  0.8.10claws91
1932
1933         * src/compose.c
1934                 ignore address comment in dupe check for Cc-list
1935
1936         (closes reopened bug 47 Replying to message strips name part of
1937          e-mail addresses of Cc: lines)
1938
1939 2003-03-06 [paul]       0.8.10claws90
1940
1941         * src/Makefile.am
1942                 remove reference to gtkxtext.h as its no longer in
1943                 the repository
1944
1945 2003-03-06 [paul]       0.8.10claws89
1946
1947         * sync with 0.8.10cvs25
1948                 see ChangeLog 2003-03-06
1949
1950 2003-03-06 [oliver]     0.8.10claws88
1951         
1952         * src/messageview.c
1953                 remove include
1954
1955 2003-03-06 [oliver]     0.8.10claws87
1956         
1957         * src/folderview.c 
1958                 remove changes introduced inclaws74
1959         * src/messageview.c
1960                 another attempt to sanely delete and update
1961                 messages deleted in separate messageview
1962
1963 2003-03-05 [christoph]  0.8.10claws86
1964
1965         * src/summaryview.c
1966                 check if "From" matches any account's address if
1967                 addressbook completion of addresses is disabled too
1968
1969         (closes Bug 70 "Display recipient in from" doesn't check
1970          folder's default account)
1971
1972 2003-03-05 [christoph]  0.8.10claws85
1973
1974         * src/compose.c
1975         * src/common/utils.[ch]
1976                 don't strip address comments when building Cc lists
1977
1978         (closes Bug 47 Replying to message strips name part of e-mail addresses
1979          of Cc: lines)
1980
1981         * src/folder.c
1982                 fix return value of copy function
1983
1984 2003-03-05 [christoph]  0.8.10claws84
1985
1986         * src/imap.c
1987                 don't ask imap server for non rfc822 headers
1988
1989         (closes bug 71 IMAP FETCH asks for FROM header field twice)
1990
1991         * src/imap.c
1992                 destroy session on socket error to allow reconnecting
1993
1994 2003-03-05 [christoph]  0.8.10claws83
1995
1996         * configure.ac
1997                 fix building with gnome when no prefix is set
1998
1999         (closes bug 66 Gnome directory is set to NONE)
2000
2001 2003-03-05 [paul]       0.8.10claws82
2002
2003         * sync with 0.8.10cvs23
2004                 see ChangeLog 2003-03-05
2005
2006 2003-03-04 [christoph]  0.8.10claws81
2007
2008         * src/folder.c
2009                 o fix moving and copying when folder returns 0 for new
2010                   message number
2011                 o remove some code for single message copy and move
2012                   operations and use functions for multiple messages
2013
2014         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2015
2016         * src/news.c
2017                 remove unused include
2018
2019 2003-03-04 [paul]       0.8.10claws80
2020
2021         * src/gtk/about.c
2022                 list 'Compiled plugins'
2023
2024 2003-03-03 [christoph]  0.8.10claws79
2025
2026         * src/news.[ch]
2027                 have to multiply the percentage of the current fetch with
2028                 the percentage that it has of the total fetch operation
2029                 for correct values
2030
2031 2003-03-03 [christoph]  0.8.10claws78
2032
2033         * src/news.c
2034                 fix calculation of expected lines for progress indicator
2035
2036 2003-03-03 [christoph]  0.8.10claws77
2037
2038         * src/summaryview.c
2039         * src/common/utils.c
2040                 fix segfault when opening the root news folder
2041
2042 2003-03-03 [christoph]  0.8.10claws76
2043
2044         * src/mainwindow.[ch]
2045         * src/common/Makefile.am
2046         * src/common/progressindicator.[ch]
2047                 add UI independent progress indicator handling
2048
2049         * src/news.[ch]
2050                 use new progress indicator for message info fetching
2051
2052         * src/common/hooks.h
2053                 code cleanup
2054
2055 2003-03-03 [oliver]     0.8.10claws75
2056
2057         * src/toolbar.c
2058         * src/compose.c
2059                 removed commented code
2060
2061 2003-03-03 [oliver]     0.8.10claws74
2062
2063         * src/toolbar.[ch]
2064                 cleanups and refactoring
2065         * src/compose.[ch]
2066                 compose_reply_mode reply & forwarding interface for
2067                 toolbar buttons
2068         * src/folderview.c
2069                 act on messages marked for deletion in folderview_selected
2070                 based on prefs_common.immediate_exec since a message might 
2071                 have been deleted by messageview in a folder we are changing 
2072                 to (does anybody understand what I'm on about ?)
2073
2074 2003-03-03 [oliver]     0.8.10claws73
2075         
2076         * src/messageview.[ch]
2077                 new functions
2078                 - messageview_delete: delete message shown in messagview
2079                 - messageview_update_view: update messageview to currently 
2080                   selected summaryview message
2081                 - add separate messageview to msgview_list in order to update 
2082                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2083         * src/summaryview.[ch]
2084                 summary_get_selection returns a list of selected msgs
2085                 in summaryview
2086         * src/mainwindow.c
2087                 toolbar reply refactoring
2088
2089 2003-03-03 [paul]       0.8.10claws72
2090
2091         * sync with 0.8.10cvs21
2092                 see ChangeLog 2003-03-03
2093
2094 2003-03-02 [christoph]  0.8.10claws71
2095
2096         * src/common/passcrypt.c
2097                 use POSIX includes
2098
2099 2003-03-02 [christoph]  0.8.10claws70
2100
2101         * configure.ac
2102         * src/prefs_account.c
2103         * src/prefs_gtk.[ch]
2104         * src/common/.cvsignore
2105         * src/common/Makefile.am
2106         * src/common/passcrypt.c                ** NEW **
2107         * src/common/passcrypt.h.in             ** NEW **
2108                 Implement password encryption in config files
2109                 using unix encrypt and setkey functions. The crypt
2110                 key can be set as a configure parameter. Old
2111                 passwords will be converted if they do not begin
2112                 with '!'
2113
2114 2003-03-02 [paul]       0.8.10claws69
2115
2116         * src/prefs_account.c
2117                 fix compile error
2118
2119 2003-03-01 [thorsten]   0.8.10claws68
2120
2121         * po/el.po
2122           po/hr.po
2123           po/it.po
2124           po/nl.po
2125           po/sr.po
2126           po/sv.po
2127                 corrected format strings
2128         * po/en_GB.po
2129                 corrected headers
2130                 (fix compile errors with GNU gettext-0.11.5)
2131
2132 2003-03-01 [oliver]     0.8.10claws67
2133
2134         * src/summaryview.c
2135                 menu callbacks call toolbar_menu_reply
2136
2137 2003-03-01 [oliver]     0.8.10claws66
2138
2139         * src/mainwindow.c
2140         * src/messageview.c
2141                 menu callbacks call toolbar_menu_reply
2142         * src/toolbar.[ch]
2143                 callbacks from menu handled by toolbar_menu_reply
2144
2145 2003-03-01 [paul]       0.8.10claws65
2146
2147         * src/addressbook.c
2148                 revert commit 0.8.10claws54 - breaks editing of
2149                 addressbook.
2150                 
2151         * po/bg.po
2152                 update Bulgarian translation, submitted by
2153                 George Danchev
2154
2155 2003-02-28 [christoph]  0.8.10claws64
2156
2157         * src/account.c
2158         * src/addressadd.c
2159         * src/compose.c
2160         * src/gtkaspell.c
2161         * src/gtkxtext.h                ** REMOVE **
2162         * src/imap.c
2163         * src/matcher.[ch]
2164         * src/mh.c
2165         * src/news.c
2166         * src/pine.c
2167         * src/prefs_common.c
2168         * src/prefs_matcher.c
2169         * src/procheader.[ch]
2170         * src/procmsg.[ch]
2171         * src/toolbar.c
2172         * src/common/ssl_certificate.c
2173         * src/gtk/colorlabel.c
2174         * src/gtk/menu.c
2175                 o fix warnings
2176                 o remove code obsoleted by new cache and folder system rework
2177
2178 2003-02-28 [oliver]     0.8.10claws63
2179         
2180         * src/toolbar.[ch]
2181                 * fix bug where reply in Messageview replied to 
2182                 Message displayed in summaryview
2183                 (reportedd via ML by chinatinte at gmx dot ch)
2184                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2185                 didn't work in separate MessageView Toolbar
2186                 (wondering if anybody uses this at all ?)
2187         * src/summaryview.[ch]
2188                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2189                 (generalize reply and forward code);
2190         * src/messageview.c 
2191                 remove focus_in event which updated summaryview to messageview
2192
2193 2003-02-28 [paul]       0.8.10claws62
2194
2195         * po/Makefile.in.in
2196                 add the --check option
2197                 Patch submitted by Ricardo Mones Lastra
2198
2199 2003-02-28 [paul]       0.8.10claws61
2200
2201         * src/prefs_account.c
2202                 re-order 'Signature' items
2203
2204 2003-02-28 [paul]       0.8.10claws60
2205
2206         * sync with 0.8.10cvs20
2207                 see ChangeLog 2003-02-28
2208
2209 2003-02-28 [paul]       0.8.10claws59
2210
2211         * po/POTFILES.in
2212                 update to reflect recent movement of files
2213
2214 2003-02-28 [paul]       0.8.10claws58
2215
2216         * sync with 0.8.10cvs19
2217                 see ChangeLog 2003-02-28
2218
2219 2003-02-27 [martin]     0.8.10claws57
2220
2221         * src/prefs_matcher.c 
2222                 fix segfault in prefs_matcher_ok() when the
2223                 last entry is deleted and prevents that the
2224                 message "entry not saved" comes up after deleting
2225                 an entry
2226
2227 2003-02-27 [martin]     0.8.10claws56
2228
2229         * src/prefs_filtering.c 
2230                 fix segfault in prefs_filtering_ok() when the
2231                 last entry is deleted and prevents that the
2232                 message "entry not saved" comes up after deleting
2233                 an entry
2234
2235 2003-02-27 [paul]       0.8.10claws55
2236
2237         * sync with 0.8.10cvs18
2238                 see ChangeLog 2003-02-27
2239
2240 2003-02-27 [paul]       0.8.10claws54
2241
2242         * src/addressbook.c
2243                 fix bug where the address book crashes with 
2244                 multiple lookups.
2245                 Patch [687729] submitted by David Frager 
2246                 <dbfrager@users.sourceforge.net>
2247
2248 2003-02-25 [christoph]  0.8.10claws53
2249
2250         * src/Makefile.am
2251         * src/colorlabel.[ch]           ** REMOVE **
2252         * src/gtk/Makefile.am
2253         * src/gtk/colorlabel.[ch]       ** NEW **
2254                 move colorlabel files to gtk directory
2255
2256         * src/esmtp.[ch]                ** REMOVE **
2257                 has been merged into smtp.[ch] in 0.7.5
2258
2259 2003-02-25 [christoph]  0.8.10claws52
2260
2261         * src/Makefile.am
2262         * src/about.[ch]                ** REMOVE **
2263         * src/gtk/Makefile.am
2264         * src/gtk/about.[ch]            ** NEW **
2265                 move about files to gtk directory
2266
2267 2003-02-25 [christoph]  0.8.10claws51
2268
2269         * src/folder.c
2270                 some code optimization of folder scanning code
2271
2272         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2273
2274 2003-02-25 [christoph]  0.8.10claws50
2275
2276         * src/main.c
2277         * src/common/sylpheed.c
2278                 add command line parameter parsing to common code
2279
2280 2003-02-24 [christoph]
2281
2282         * Makefile.am
2283         * configure.ac
2284                 fix gnome prefix problems, the configure script now removed
2285                 `gnome-config --prefix` from `gnome-config --datadir`
2286                 and adds $(prefix} instead
2287
2288         (closes Bug 24 Makefile does not respect prefix when installing
2289          GNOME data)
2290
2291 2003-02-24 [christoph]  0.8.10claws49
2292
2293         * src/news.c
2294                 check for valid session before trying to authenticate
2295
2296         (closes Bug 60 crash if "authenticate on logon" is activated
2297          and newsserver-hostname is not valid)
2298
2299 2003-02-24 [melvin]     0.8.10claws48
2300
2301         * src/prefs_actions.c
2302                 Make sure all user's input is sent to the action and then
2303                 close the socket..
2304
2305 2003-02-23 [alfons]     0.8.10claws46
2306
2307         * src/summaryview.c
2308                 also wait cursor when deleting files
2309
2310 2003-02-23 [paul]
2311
2312         * tools/freshmeat_search.pl
2313           tools/google_search.pl
2314                 scripts should now work for any browser/browser command line
2315
2316 2003-02-22 [christoph]  0.8.10claws45
2317
2318         * src/procmsg.c
2319                 fix IMAP flag setting, IMAP flag is not handled correctly
2320                 anymore by the folder system and information about the
2321                 folder should not be saved in the MsgInfo (in my opinion)
2322
2323         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2324
2325 2003-02-22 [christoph]  0.8.10claws44
2326
2327         * src/summaryview.c
2328                 fix spelling of "label" ;-)
2329
2330 2003-02-22 [thorsten]   0.8.10claws43
2331
2332         * src/mimeview.c
2333           src/prefs_common.[ch]
2334           src/procmime.[ch]
2335                 do not use description as attachment name
2336
2337 2003-02-22 [alfons]     0.8.10claws42
2338
2339         * src/summaryview.c
2340                 freeze/thaw folder item updates when changing color labels,
2341                 and put a wait cursors on
2342
2343 2003-02-22 [thorsten]   0.8.10claws41
2344
2345         * src/mimeview.c
2346                 save-all fixes: crash if invoked on multipart container,
2347                 mimeinfo access, pathseparators, error dialog
2348
2349 2003-02-21 [alfons]     0.8.10claws40
2350
2351         * src/prefs_gtk.c
2352                 remove unused var
2353
2354 2003-02-21 [colin]      0.8.10claws39
2355
2356         * src/send.c
2357                 Fix smtp logging
2358
2359 2003-02-21 [colin]      0.8.10claws38
2360
2361         * src/summaryview.c
2362                 Freeze/thaw folderItem updates when filtering messages 
2363                 via Tools/Filter messages
2364
2365 2003-02-21 [paul]       0.8.10claws37
2366
2367         * src/compose.c
2368                 revert commit 0.8.10claws26, there are ulterior motives
2369                 for users to set a Reply-To header when posting to
2370                 newsgroups
2371
2372 2003-02-21 [paul]       0.8.10claws36
2373
2374         * sync with 0.8.10cvs17
2375                 see ChangeLog 2003-02-21
2376
2377 2003-02-20 [christoph]  0.8.10claws35
2378
2379         * src/imap.c
2380                 IMAP UID fetch speedup using SEARCH
2381
2382         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2383
2384         * src/imap.c
2385                 fix problem with UIDs in IMAP UID cache that no longer existed
2386
2387 2003-02-20 [christoph]  0.8.10claws34
2388
2389         * src/imap.c
2390         * src/procheader.c
2391         * src/procheader.h
2392                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2393
2394         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2395
2396         * src/imap.c
2397                 Rewrite imap_cmd_gen_recv use sock_getline instead
2398                 of sock_gets to avoid problems with too long reply
2399                 lines
2400     
2401 2003-02-20 [colin]      0.8.10claws33
2402         
2403         * src/prefs_account.c
2404                 Better wording
2405
2406 2003-02-20 [colin]      0.8.10claws32
2407
2408         * src/compose.c
2409                 Remove useless '&& !to_sender' 
2410
2411 2003-02-20 [darko]
2412
2413         * AUTHORS
2414                 change my e-mail address
2415
2416 2003-02-19 [colin]      0.8.10claws31
2417
2418         * src/prefs_common.c
2419                 X11 style colors for every configurable color
2420
2421 2003-02-19 [alfons]     0.8.10claws30
2422
2423         * src/prefs_gtk.[ch]
2424         * src/prefs_common.c
2425                 for color_new accept both plain integers and X11 style color
2426                 names (as found in /usr/lib/X11/rgb.txt)
2427
2428 2003-02-19 [paul]       0.8.10claws29
2429
2430         * src/mainwindow.c
2431                 add tooltips to online/offline button and account selector
2432                 button
2433
2434 2003-02-19 [paul]       0.8.10claws28
2435
2436         * src/folder.c
2437           src/news.c
2438           src/prefs_account.[ch]
2439           src/prefs_common.[ch]
2440                 move 'Maximum number of articles to download' to
2441                 account prefs.
2442                 clean up account prefs gui a little by hiding entries
2443                 rather then greying out entries
2444
2445 2003-02-19 [hiro]       0.8.10claws27
2446
2447         * src/common/utils.c
2448                 fix bug #54 'yesterdays date is displayed in the message 
2449                 summary window'
2450
2451 2003-02-19 [paul]       0.8.10claws26
2452
2453         * src/compose.c
2454                 fix bug reported in Feature Request [688596] 
2455                 'Reply-to header in news'
2456
2457 2003-02-18 [paul]       0.8.10claws25
2458
2459         * src/select-keys.c
2460                 add a 'List all keys' button to key selection dialog
2461
2462 2003-02-18 [colin]      0.8.10claws24
2463         
2464         * src/stock_pixmap.c
2465                 fix compile error
2466
2467 2003-02-18 [colin]      0.8.10claws23
2468
2469         * src/common/smtp.[ch]
2470           src/prefs_account.c
2471                 Try to starttls if it seems to be the only
2472                 way to authenticate a user
2473
2474 2003-02-18 [paul]       0.8.10claws22
2475
2476         * src/Makefile.am
2477           src/folderview.c
2478           src/stock_pixmap.[ch]
2479           src/pixmaps/drafts_close.xpm  ** NEW FILE **
2480           src/pixmaps/drafts_open.xpm   ** NEW FILE **
2481                 as a Drafts folder is a special folder allow it to have
2482                 its own unique icons
2483
2484 2003-02-18 [colin]      0.8.10claws21
2485
2486         * src/imap.c
2487                 Fix port selection when using starttls
2488
2489 2003-02-18 [paul]       0.8.10claws20
2490
2491         * src/mainwindow.c
2492           src/prefs_common.[ch]
2493                 make blue the default new mail colour
2494
2495 2003-02-18 [paul]       0.8.10claws19
2496
2497         * sync with 0.8.10cvs14
2498                 see ChangeLog 2003-02-18
2499
2500 2003-02-17 [jens]       0.8.10claws18
2501
2502         * src/common/md5.c
2503                 fixed a compile problem with gcc 3.3
2504                 works on 2.95.3 too (testet on PPC as it is big endian)
2505
2506 2003-02-17 [paul]       0.8.10claws17
2507
2508         * sync with 0.8.10cvs13
2509                 see ChangeLog 2003-02-17
2510
2511 2003-02-17 [paul]       0.8.10claws16
2512
2513         * sync with 0.8.10cvs12
2514                 see ChangeLog 2003-02-17
2515
2516 2003-02-16 [match]      0.8.10claws15
2517
2518         * src/addressbook.c
2519                 Eliminates reloading of address data when items
2520                 deleted or added. Applied submitted by
2521                 Luke Plant <lukeplant@softhome.net>
2522
2523 2003-02-16 [paul]       0.8.10claws14
2524
2525         * src/news.c
2526                 when a 'protocol error' is encountered disconnect from
2527                 the server. This means that the user can carry on viewing
2528                 other articles and doesn't have to either wait until the
2529                 server timesout or quit sylpheed.
2530                 Fixes bug #53 'Unable to read messages in newsgroups, 
2531                 displayed message doesn't change'
2532
2533 2003-02-15 [christoph]  0.8.10claws13
2534
2535         * src/imap.c
2536                 fix bug that stopped scanning of folders when an
2537                 IMAP folder was empty
2538
2539         (closes bug 46 stop scan messages in folders after empty folder)
2540
2541 2003-02-15 [paul]
2542
2543         * tools/Makefile.am
2544           tools/README
2545           tools/freshmeat_search.pl     ** NEW FILE **
2546           tools/google_search.pl        ** NEW FILE **
2547                 Add 2 Actions scripts which search freshmeat/google
2548                 for the selected text using the browser configured
2549                 in sylpheedrc.
2550                 
2551         Note: These scripts are very dependent on the format of the
2552         browser command and may not work on every occasion. Testing
2553         is welcome. 
2554
2555 2003-02-14 [alfons]     0.8.10claws12
2556
2557         * src/compose.c
2558                 fix breakage because of uninitialized account pointer.
2559                 please verify.
2560
2561 2003-02-14 [paul]       0.8.10claws11
2562
2563         * src/compose.c
2564           src/prefs_account.[ch]
2565           src/prefs_common.[ch]
2566                 move signature settings to Account Prefs
2567
2568 2003-02-14 [paul]       0.8.10claws10
2569
2570         * sync with 0.8.10cvs11
2571                 see ChangeLog 2003-02-14
2572
2573 2003-02-13 [thorsten]   0.8.10claws9
2574
2575         * src/news.c
2576                 revert news progressbar (GUI separation)
2577
2578 2003-02-13 [paul]       0.8.10claws8
2579
2580         * src/compose.c
2581                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
2582                 paragraph 1
2583
2584 2003-02-13 [paul]       0.8.10claws7
2585
2586         * src/compose.[ch]
2587           src/summaryview.c
2588                 fix 'Follow-up and Reply-to' so that it creates a reply to
2589                 the newsgroup and the sender. If the message has the keyword
2590                 'poster' in the Followup-To header, all replies go to the
2591                 sender, re: RFC 1036, Section 2.2.3
2592                 rename all instances of 'ignore_replyto' to 'to_sender', both
2593                 were previously used, now we use just one.
2594
2595 2003-02-13 [paul]       0.8.10claws6
2596
2597         * sync with 0.8.10cvs9
2598                 see ChangeLog 2003-02-13
2599
2600 2003-02-13 [paul]       0.8.10claws5
2601
2602         * configure.ac
2603                 show which plugins are configured in the configure
2604                 output.
2605
2606 2003-02-12 [thorsten]   0.8.10claws4
2607
2608         * src/news.c
2609                 show progress while fetching news headers
2610
2611 2003-02-12 [christoph]  0.8.10claws3
2612
2613         * configure.ac
2614         * src/plugins/Makefile.am
2615                 use AM_CONDITIONAL to enable plugins, automake correctly
2616                 manages this when creating distdir
2617
2618 2003-02-12 [christoph]  0.8.10claws2
2619
2620         * ac/spamassassin.m4
2621         * src/plugins/spamassassin/Makefile.am
2622                 fix building SpamAssassin plugin without OpenSSL
2623
2624 2003-02-12 [paul]       0.8.10claws1
2625
2626         * ac/Makefile.am
2627           src/Makefile.am
2628           src/plugins/Makefile.am
2629                 fix failure of 'make release'
2630
2631 2003-02-12 [paul]       0.8.10claws
2632
2633         * 0.8.10claws released
2634
2635 2003-02-12 [paul]       0.8.9claws56
2636
2637         * po/bg.po
2638           po/es.po
2639           po/it.po
2640           po/ru.po
2641           po/sr.po
2642                 updated translations by George Danchev, Ricardo Mones Lastra,
2643                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2644                 
2645         * sylpheed.spec.in
2646                 Allow the building of RPMs by a regular user. Submitted
2647                 by Sergei Astanin
2648
2649 2003-02-11 [alfons]     0.8.9claws55
2650
2651         * src/colorlabel.c
2652                 don't use pixmaps for label color rect but draw rectangles
2653                 so we can respect the color map of palette based visuals
2654                 (fixes the long time crashes on Suns - thanks to Andreas
2655                 Engel and Steve O'Hara-Smith for testing)
2656
2657 2003-02-11 [christoph]  0.8.9claws54
2658
2659         * src/matcher_parser_parse.y
2660                 correct bug where filering rules of not existing folders in
2661                 matcherrc were added to global filtering
2662                 
2663         (closes Debian Bug #180253 - Directory's filter-rules are merged with
2664          main filter-rules after removing directory, http://bugs.debian.org/180253)
2665         
2666 2003-02-11 [paul]       0.8.9claws53
2667
2668         * sync with 0.8.10cvs7
2669                 see ChangeLog 2003-02-09
2670
2671 2003-02-11 [melvin]     0.8.9claws52
2672
2673         * po/fr.po
2674                 Updated French tranlsations
2675
2676 2003-02-10 [paul]       0.8.9claws51
2677
2678         * sylpheed.spec.in
2679                 correct --enable-openssl
2680                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2681
2682 2003-02-09 [martin]     0.8.9claws50
2683
2684         * src/prefs_matcher.c
2685                 fix segfault in prefs_matcher_substitute_cb() when
2686                 no row is selected
2687
2688 2003-02-09 [paul]       0.8.9claws49
2689
2690         * src/folderview.c
2691                 fix bug where a newsgroup folder's processing rules were
2692                 merged with the global filtering rules when the newsgroup
2693                 folder was deleted, causing some seriously bad results,
2694                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2695
2696 2003-02-08 [melvin]     0.8.9claws48
2697
2698         * src/compose.c
2699                 Corrected and modified an alert message.
2700
2701 2003-02-07 [paul]       0.8.9claws47
2702
2703         * src/folderview.c
2704                 fix bug where both an 'Account properties' window and a
2705                 'Folder properties' window were opened when clicking on
2706                 'Properties' in an NNTP or IMAP folder's popup menu.
2707
2708 2003-02-07 [paul]       0.8.9claws46
2709
2710         * sync with 0.8.10cvs6
2711                 see ChangeLog 2003-02-06
2712
2713 2003-02-06 [christoph]  0.8.9claws45
2714
2715         * src/mbox.c
2716                 freeze folder updates while importing mbox files
2717                 (closes bug 43 importing mbox took hours)
2718                 
2719         Patch submitted by Jens Rantil <jens.rantil@telia.com>
2720
2721 2003-02-06 [thorsten]   0.8.9claws44
2722
2723         * po/de.po
2724                 Updated german translations
2725
2726 2003-02-06 [thorsten]   0.8.9claws43
2727
2728         * src/news.h
2729                 use guint for message numbers (fix count in grouplist dialog)
2730
2731 2003-02-05 [paul]       0.8.9claws42
2732
2733         * sync with 0.8.10cvs2
2734                 see ChangeLog 2003-02-05
2735
2736 2003-02-04 [colin]      0.8.9claws41
2737
2738         * src/prefs_common.[ch]
2739           src/procmsg.c
2740           src/summaryview.c
2741                 Add an option to disable threading by subject
2742
2743 2003-02-04 [christoph]  0.8.9claws40
2744
2745         * src/inc.c
2746                 only abort fetching mails from multiple accounts when the
2747                 error is fatal and does not allow to check any more accounts
2748                 (currently only disk full error)
2749
2750         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
2751          receive mails for other accouts)
2752
2753 2003-02-04 [christoph]  0.8.9claws39
2754
2755         * src/folder.c
2756                 first add the new message to the cache, then
2757                 send the update notification
2758
2759         (closes bug 39 after sending message folderview doesnt get updated)
2760
2761 2003-02-04 [colin]      0.8.9claws38
2762
2763         * src/inc.c
2764                 _really_ fix this Connecting... status
2765
2766 2003-02-04 [paul]       0.8.9claws37
2767
2768         * sync with 0.8.10
2769                 see ChangeLog 2003-02-04
2770
2771 2003-02-04 [paul]       0.8.9claws36
2772
2773         * sync with 0.8.9cvs6
2774                 see ChangeLog 2003-02-03
2775
2776 2003-02-04 [paul]       0.8.9claws35
2777
2778         * po/pt_BR.po
2779                 updated by André Filipe de Assunção e Brito 
2780                 <bedecko@netsite.com.br>
2781
2782 2003-02-03 [thorsten]   0.8.9claws34
2783
2784         * po/de.po
2785                 Updated german translations
2786
2787 2003-02-02 [paul]       0.8.9claws33
2788
2789         * po/es.po
2790                 updated by Ricardo Mones Lastra
2791
2792 2003-02-02 [thorsten]   0.8.9claws32
2793
2794         * src/mh.c
2795                 Fix mh_get_msginfo() segfault if file is inaccessible
2796
2797 2003-01-31 [colin]      0.8.9claws31
2798
2799         * src/procheader.c
2800                 Fix last commit's bug
2801
2802 2003-01-31 [colin]      0.8.9claws30
2803
2804         * src/procheader.c
2805                 Missing a change for gpg-signed messages
2806
2807 2003-01-31 [paul]       0.8.9claws29
2808
2809         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
2810           src/procheader.c
2811           src/stock_pixmap.[ch]
2812           src/summaryview.c
2813                 indicate GnuPG signed messages by displaying an icon
2814                 in the Attachment column.
2815
2816 2003-01-31 [paul]       0.8.9claws28
2817
2818         * sync with 0.8.9cvs4
2819                 see ChangeLog 2003-01-31
2820
2821 2003-01-31 [alfons]     0.8.9claws27
2822
2823         * src/textview.c
2824                 tune URI parser to accept mailto URLs with a '?'
2825                 (patch from Ruslan Balkin)
2826
2827 2003-01-31 [colin]      0.8.9claws26
2828
2829         * src/summaryview.c
2830                 Fix a leak introduced in claws24
2831
2832 2003-01-31 [colin]      0.8.9claws25
2833
2834         * src/summaryview.c
2835                 Freeze/Thaw folder updates when deleting dups
2836
2837 2003-01-31 [colin]      0.8.9claws24
2838         
2839         * src/addr_compl.c
2840           src/summaryview.c
2841           src/msgcache.c
2842                 little speed improvements
2843
2844 2003-01-31 [colin]      0.8.9claws23
2845
2846         * src/summaryview.c
2847                 Fix segfault when forwarding nothing
2848                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
2849                 
2850 2003-01-30 [paul]       0.8.9claws22
2851
2852         * sync with 0.8.9cvs3
2853                 see ChangeLog 2003-01-30
2854
2855 2003-01-30 [paul]       0.8.9claws21
2856
2857         * sync with 0.8.9cvs2
2858                 see ChangeLog 2003-01-30
2859
2860 2003-01-29 [paul]       0.8.9claws20
2861
2862         * sync with 0.8.9cvs1
2863                 see ChangeLog 2003-01-29
2864
2865 2003-01-28 [paul]       0.8.9claws19
2866
2867         * po/POTFILES.in
2868                 update to reflect changes. 
2869                 thanks to Ricardo Mones Lastra
2870
2871 2003-01-27 [christoph]  0.8.9claws18
2872
2873         * ac/openssl.m4
2874         * ac/spamassassin.m4
2875         * src/plugins/spamassassin/README
2876         * src/plugins/spamassassin/libspamc.[ch]
2877         * src/plugins/spamassassin/utils.[ch]
2878                 updated to latest libspamc
2879
2880 2003-01-27 [christoph]  0.8.9claws17
2881
2882         * src/folder.c
2883                 fix wrong use of procheader_get_header_fields
2884
2885 2003-01-27 [christoph]  0.8.9claws16
2886
2887         * src/news.c
2888         * src/prefs_account.[ch]
2889         * src/common/nntp.[ch]
2890                 allow to force authentication for NNTP servers
2891
2892         Patch submitted by Florian Mickler <dmk@d-labs.de>
2893
2894 2003-01-26 [paul]       0.8.9claws15
2895
2896         * src/summaryview.c
2897                 speed up of marking messages as read
2898                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
2899
2900 2003-01-26 [christoph]  0.8.9claws14
2901
2902         * src/Makefile.am
2903         * src/mgutils.[ch]              ** REMOVE **
2904         * src/xml.[ch]                  ** REMOVE **
2905         * src/xmlprops.[ch]             ** REMOVE **
2906         * src/common/Makefile.am
2907         * src/common/mgutils.[ch]       ** NEW **
2908         * src/common/xml.[ch]           ** NEW **
2909         * src/common/xmlprops.[ch]      ** NEW **
2910                 move xml files to common directory
2911
2912 2003-01-26 [christoph]  0.8.9claws13
2913
2914         * src/plugins/spamassassin/spamassassin_gtk.c
2915                 only set gtk entry text if string is available
2916
2917 2003-01-26 [melvin]     0.8.9claws12
2918
2919         * src/description_window.c
2920                 Allow resizing of the window
2921                 Allow automatic horizontal scroll bar
2922                 Do not vertically expand and fill
2923
2924 2003-01-26 [christoph]  0.8.9claws11
2925
2926         * src/Makefile.am
2927         * src/gtkutils.[ch]             ** REMOVE **
2928         * src/common/sylpheed.c
2929         * src/gtk/Makefile.am
2930         * src/gtk/description_window.c
2931         * src/gtk/gtkutils.[ch]         ** NEW **
2932         * src/gtk/prefswindow.c
2933                 move gtkutils to gtk directory
2934
2935 2003-01-26 [paul]       0.8.9claws10
2936
2937         * src/summaryview.c
2938                 rename summary_unread_clicked() to summary_status_clicked()
2939
2940 2003-01-26 [melvin]     0.8.9claws9
2941
2942         * src/prefs_actions.c
2943                 Cosmetical changes to the help text
2944
2945 2003-01-26 [paul]       0.8.9claws8
2946
2947         * src/folder.[ch]
2948           src/mainwindow.c
2949           src/prefs_common.c
2950           src/prefs_sumamry_column.c
2951           summaryview.[ch]
2952                 rename the 'Unread' column to 'Status'
2953
2954 2003-01-25 [match]      0.8.9claws7
2955
2956         * src/mgutils.[ch]
2957                 removed reference to LDAP constants. removed error2string.
2958                 included functions to support LDAP dynamic queries.
2959         * src/syldap.h
2960                 moved LDAP constants here.
2961         * src/addressbook.c
2962         * src/addrindex.c
2963         * src/importldif.c
2964                 removed references to LDAP constants and references to
2965                 error2string.
2966
2967 2003-01-25 [paul]       0.8.9claws6
2968
2969         * src/summaryview.c
2970                 summary_thread_build(), summary_thread_init(): remove 
2971                 unneeded reference to summaryview->folder_item
2972
2973 2003-01-25 [christoph]  0.8.9claws5
2974
2975         * src/gtk/description_window.c
2976                 o allow description texts to expand over multiple columns
2977                 o translate all columns
2978         * src/prefs_actions.c
2979                 change syntax description to use new multi column feature
2980
2981         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2982
2983 2003-01-25 [match]      0.8.9claws4
2984
2985         * src/vcard.c
2986                 fixed bug with Quoted-Printable
2987
2988 2003-01-25 [paul]       0.8.9claws3
2989
2990         * src/folder.[ch]
2991           src/summaryview.[ch]
2992                 implement per-folder collapsed/expanded threads setting
2993                 
2994         * src/prefs_common.c
2995                 remove global collapsed/expanded threads option
2996
2997 2003-01-25 [christoph]  0.8.9claws2
2998
2999         * po/POTFILES.in
3000                 add pluginwindow and prefswindow
3001         * src/compose.c
3002                 make send respond correctly to messages that could be added
3003                 to the queue folder, but the UID of the message is unknown
3004         * src/folder.c
3005         * src/imap.c
3006                 don't return guessed UIDs in imap_add_msg anymore. We return
3007                 0 to tell the folder system it was appened but the UID is
3008                 unknown. Folder system now get's the UID by scaning the folder
3009                 and searching the cache for the Message-ID
3010                 (closes bug #29 Messages queued, but not sent)
3011
3012 2003-01-25 [paul]       0.8.9claws1
3013
3014         * src/codeconv.c
3015                 conv_encode_header():  fix bug when long headers with 8-bit
3016                 characters are used, so that the encoded words are wrapped.
3017                 If the space in the original text falls on the wrap boundary,
3018                 it can be lost.
3019                 Patch by Sergey Vlasov.
3020                 
3021         * src/folderview.c
3022                  fix bug where a change to the sorting method or thread view
3023                  of a folder's messages is lost if simpify-subject is set and
3024                  toggled on or off.
3025                  Patch by Luke Plant.
3026
3027 2003-01-24 [paul]       0.8.9claws
3028
3029         * sylpheed-0.8.9claws released
3030         
3031         * Makefile.am
3032           sylpheed.spec.in
3033                 remove reference to 'INSTALL.jp'
3034
3035 2003-01-23 [paul]       0.8.8claws128
3036
3037         * po/es.po
3038           po/it.po
3039           po/ru.po
3040           po/sr.po
3041                 updated translations. submitted by Ricardo Mones Lastra,
3042                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3043
3044 2003-01-23 [colin]      0.8.8claws127
3045
3046         * src/compose.c
3047                 Fix drafted and queued news articles re-edition
3048
3049 2003-01-23 [melvin]     0.8.8claws126
3050
3051         * po/fr.po
3052                 Updated French translations
3053
3054 2003-01-23 [colin]      0.8.8claws125
3055
3056         * src/inc.c
3057                 Fix "Connecting to..." status message
3058
3059 2003-01-22 [paul]       0.8.8claws124
3060
3061         * po/bg.po
3062                 updated by George Danchev
3063                 
3064         * src/folder.c
3065                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3066                 and folder deletion
3067
3068 2003-01-21 [paul]       0.8.8claws123
3069
3070         * po/bg.po
3071                 updated by George Danchev
3072                 
3073         * src/about.c
3074                 its now 2003
3075                 
3076         * src/toolbar.c
3077                 don't translate 'Separator'
3078                 
3079         * src/plugins/spamassassin/Makefile.am
3080                 add aspell to CPPFLAGS
3081                 
3082         * src/plugins/spamassassin/spamassassin.c
3083           src/plugins/spamassassin/spamassassin_gtk.c
3084                 set correct default for spamassassin_receive_spam
3085                 slightly re-word descriptions and some
3086                 other minor changes
3087
3088 2003-01-19 [alfons]     0.8.8claws122
3089                 
3090         * src/mimeview.c
3091                 mimeview_save_as(): we might as well show the file name for
3092                 the single case "Save As" too
3093
3094 2003-01-19 [alfons]     0.8.8claws121
3095
3096         * src/crash.c
3097                 change bug tracker URL to bugzilla URL
3098
3099 2003-01-19 [alfons]     0.8.8claws120
3100
3101         * src/mimeview.c
3102                 mimeview_save_all(): display name of file before overwriting;
3103                 continue saving all, even when one overwrite was cancelled
3104
3105 2003-01-19 [christoph]  0.8.8claws119
3106
3107         * src/summaryview.c
3108         * src/procmsg.[ch]
3109                 fix wrong usage of procmsg_find_children in summaryview
3110                 by using procmsg_update_unread_children instead of
3111                 summaryview_update_unread_children
3112
3113 2003-01-19 [christoph]  0.8.8claws118
3114
3115         * src/procmsg.c
3116                 fix infinite loop in procmsg_find_children
3117                  (closes bug #25 sylpheed crashes on delete.)
3118
3119         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3120
3121 2003-01-19 [paul]       0.8.8claws117
3122
3123         * po/pt_BR.po
3124                 updated by Ivan Francolin Martinez
3125
3126 2003-01-18 [melvin]     0.8.8claws116
3127
3128         * src/prefs_actions.c
3129                 Removed syntax limitation of only one '&' at the end of command.
3130                         Now actions that contain '>/dev/null 2>&1' are possible.
3131
3132 2003-01-18 [melvin]     0.8.8claws115
3133
3134         * src/prefs_actions.c
3135                 Actions IO dialog: when the action ends
3136                 the "Close" button now has focus and [Escape] closes the
3137                 window.
3138
3139 2003-01-18 [christoph]  0.8.8claws114
3140
3141         * src/procmsg.c
3142                 o add debug output when MsgInfos are really freed
3143                 o free GSLists in procmsg_find_children and
3144                   procmsg_update_unread_children
3145
3146 2003-01-18 [christoph]  0.8.8claws113
3147
3148         * src/mainwindow.c
3149                 reorder Configuration menu
3150
3151 2003-01-18 [christoph]  0.8.8claws112
3152
3153         * src/compose.c
3154                 fix applying templates to forwarded messages
3155
3156         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3157
3158 2003-01-17 [christoph]  0.8.8claws111
3159
3160         * src/folder.c
3161                 destroy folder items, when a folder item is removed
3162
3163 2003-01-17 [christoph]  0.8.8claws110
3164
3165         * src/folder.c
3166                 fix wrong folder stats update when ignored message is
3167                 deleted
3168
3169 2003-01-17 [colin]      0.8.8claws109
3170         
3171         * src/mainwindow.c
3172         * src/summaryview.c
3173                 Quicksearch bugfixes: 
3174                 - hide help button at startup if not extended
3175                 - switch to extended when looking for replies
3176
3177 2003-01-17 [paul]
3178
3179         * sync with 0.8.9 release
3180
3181 2003-01-17 [paul]       0.8.8claws108
3182
3183         * sync with 0.8.8cvs11
3184                 see ChangeLog 2003-01-17
3185
3186 2003-01-16 [colin]      0.8.8claws107
3187
3188         * src/procmsg.c
3189                 Changed encryption test to re-ask passphrase
3190                 if an encrypted message hasn't been decrypted
3191                 Fixes bug #5
3192
3193 2003-01-16 [christoph]  0.8.8claws106
3194
3195         * src/prefs_gtk.c
3196         * src/prefs_toolbar.c
3197         * src/gtk/prefswindow.h
3198         * src/plugins/spamassassin/spamassassin_gtk.c
3199                 remove page destroy function that is not used anymore
3200
3201 2003-01-16 [paul]       0.8.8claws105
3202
3203         * sync with 0.8.8cvs9
3204                 see ChangeLog 2002-01-16
3205
3206 2003-01-16 [colin]      0.8.8claws104
3207
3208         * src/compose.[ch]
3209                 Fix bug with autosaved drafts for IMAP, when draft
3210                 folder is specified - fixes bugzilla bug #20
3211
3212 2003-01-15 [paul]       0.8.8claws103
3213
3214         * src/compose.[ch]
3215           src/procmsg.c
3216                 store folder and message-id of message forwarding
3217                 in queue header and set forward flag after sending
3218
3219 2003-01-15 [paul]       0.8.8claws102
3220
3221         * sync with 0.8.8cvs8
3222                 see ChangeLog 2002-01-15
3223
3224 2003-01-15 [colin]      0.8.8claws101
3225
3226         * src/Makefile.am
3227                 Fix linking with GNU libiconv
3228
3229 2003-01-15 [darko]      0.8.8claws100
3230
3231         * src/pine.c
3232                 fix crash when importing pine address book
3233                 entry with an empty name (reported by DY
3234                 <dybulk at tri8.net>)
3235
3236 2003-01-14 [paul]       0.8.8claws99
3237
3238         * configure.in  ** REMOVED **
3239           configure.ac  ** NEW FILE **
3240                 rename configure.in to configure.ac, as it is now
3241                 preferred
3242
3243 2003-01-14 [melvin]     0.8.8claws98
3244
3245         * src/folderview.c
3246                 folderview_check_new(): More precise function description
3247
3248 2003-01-14 [melvin]     0.8.8claws97
3249
3250         * src/folderview.c
3251                 folderview_check_new(): return the number of new messages 
3252                         since last check.
3253         * src/inc.c
3254                 inc_account_mail(): Disable counting of new messages for IMAP
3255                         and NNTP until bug [19] and [14] are fixed.
3256
3257 2003-01-14 [paul]       0.8.8claws96
3258
3259         * sync with 0.8.8cvs6
3260                 see ChangeLog 2003-01-14
3261
3262 2003-01-13 [alfons]     0.8.8claws95
3263
3264         * src/textview.c
3265                 tune email address validation (c. 0.8.8claws89): if . is 
3266                 just one char away from @, the address is invalid too 
3267                 (correctly rejects addresses like foo@.com)
3268
3269 2003-01-13 [paul]       0.8.8claws94
3270
3271         * src/messageview.c
3272           src/toolbar.c
3273                 fixes to the Message View toolbar and menu:
3274                 fix non-functioning Forward button
3275                 make Reply button consider default_reply_list
3276                 remove 'Follow-up...' menu entry
3277                 add 'Forward' and 'Redirect' menu entries
3278
3279 2003-01-13 [melvin]     0.8.8claws93
3280
3281         * src/inc.c
3282                 Fixed typo that could make new messages count incorrect.
3283
3284 2003-01-13 [melvin]     0.8.8claws92
3285
3286         * src/folderview.[ch]
3287                 folderview_check_new(): return the number of new messages.
3288         * src/inc.c
3289                 Should fix bug [14] where new mail notification worked 
3290                         incorrectly with IMAP accounts.
3291                 inc_spool_account(): return number of new msgs, or -1 on error
3292                 inc_all_spool(): return number of new msgs
3293                 
3294 2003-01-13 [melvin]     0.8.8claws91
3295
3296         * src/prefs_actions.c
3297                 Justify help text.
3298
3299 2003-01-12 [thorsten]   0.8.8claws90
3300
3301         * src/common/prefs.c
3302                 close file before rename
3303
3304 2003-01-12 [alfons]     0.8.8claws89
3305
3306         * AUTHORS
3307                 add Christian Mertes
3308         * src/common/utils.[ch]
3309                 g_stricase_hash(), g_stricase_equal(): functions for 
3310                 case insensitive hash tables
3311         * src/textview.c
3312                 use top level domain names to validate email address, based
3313                 on a patch by Christian Mertes (thanks!), but changed 
3314                 implementation to use a hash table 
3315
3316 2003-01-12 [paul]       0.8.8claws88
3317
3318         * po/bg.po
3319                 updated by George Danchev
3320
3321 2003-01-12 [alfons]     0.8.8claws87
3322
3323         * src/summaryview.c
3324                 delete / execute performance: use new style folder update
3325
3326 2003-01-12 [paul]       0.8.8claws86
3327
3328         * sync with 0.8.8cvs5
3329                 see ChangeLog 2003-01-13 (!)
3330
3331 2003-01-12 [alfons]     0.8.8claws85
3332
3333         * src/filtering.c
3334         * src/matcher_parser_parse.y
3335                 prepare change_score filtering action
3336         * src/matcher.[ch]
3337                 give up const-correctness on functions that call non-const-correct functions;
3338                 several casts to gpointer in g_free();
3339                 add change_score;
3340
3341 2003-01-12 [christoph]  0.8.8claws84
3342
3343         * src/compose.c
3344                 fix 2 warnings
3345
3346         * src/gtk/prefswindow.[ch]
3347         * src/plugins/spamassassin/spamassassin_gtk.c
3348                 changed the call of the widget create function
3349                 for PrefsPages, because sometimes the widget
3350                 create function needs a widget that already has
3351                 been attached to a window (to create GDK pixmaps
3352                 for exmaple). So we simply pass the GtkWindow as
3353                 the second parameter now.
3354
3355         * src/main.c
3356         * src/mainwindow.c
3357         * src/prefs_toolbar.[ch]
3358                 rewrite Toolbar Preferences using the new
3359                 prefs window
3360
3361 2003-01-11 [alfons]     0.8.8claws83
3362
3363         * src/addressadd.c
3364                 fix crash when adding sender to addressbook because status bar
3365                 isn't there (the status bar doesn't seem to be used though,
3366                 but I'll let Match decide what to do with it)
3367
3368 2003-01-11 [colin]      0.8.8claws82
3369
3370         * src/main.c
3371           src/toolbar.c
3372                 Two useless changes reversed
3373
3374 2003-01-11 [colin]      0.8.8claws81
3375
3376         * src/mainwindow.c
3377           src/mainwindow.h
3378                 Add mainwindow_get_mainwindow()
3379         * src/alertpanel.c
3380           src/alertpanel.h
3381                 Add alertpanel_error_log() 
3382         * src/compose.c
3383           src/inc.c
3384           src/messageview.c
3385           src/toolbar.c
3386           src/main.c
3387           src/procmsg.c
3388                 Network errors get a View Log button
3389
3390 2003-01-10 [alfons]     0.8.8claws80
3391
3392         * src/prefs_toolbar.c
3393         * src/toolbar.c
3394                 use the translatable string for "Separator" as file name for
3395                 separator toolbar items (probably make this uppercase?)
3396
3397 2003-01-10 [alfons]     0.8.8claws79
3398
3399         * src/prefs_toolbar.c
3400                 put right A_SEPARATOR description string in "displayed
3401                 toolbar items list" so manually added separators are
3402                 saved correctly (bug #10, "Adding a separator to the main 
3403                 toolbar fails, entry in xml file is wrong")
3404
3405 2003-01-10 [christoph]  0.8.8claws78
3406
3407         * src/imap.c
3408                 o fix warnings
3409                 o use CAPABILITY to check if NAMESPACE is available
3410
3411 2003-01-10 [christoph]  0.8.8claws77
3412
3413         * src/imap.[ch]
3414                 apply UIDPLUS IMAP extension support patch
3415
3416         Patch submitted by Simon 'corecode' Schubert
3417
3418 2003-01-10 [paul]       0.8.8claws76
3419
3420         * src/folderview.c
3421                 a sync from main which fixes the news account folders'
3422                 Properties bug
3423
3424 2003-01-10 [christoph]  0.8.8claws75
3425
3426         * src/folder.c
3427                 don't accept 0 as a valid uid returned by copy and move
3428                 functions. 0 means the message was copied or moved but the
3429                 new uid could not be fetched. It is not an error condition
3430                 for the copy or move operation.
3431
3432 2003-01-10 [paul]       0.8.8claws74
3433
3434         * src/prefs_filtering.c
3435                 change English used in Alert when entry is not
3436                 saved.
3437                 
3438         * sync with 0.8.8cvs4
3439                 see ChangeLog 2003-01-10
3440
3441 2003-01-10 [darko]      0.8.8claws73
3442
3443         * src/pine.c
3444                 fix crash when importing address book entry
3445                 without a valid address
3446
3447 2003-01-09 [alfons]     0.8.8claws72
3448
3449         * src/inc.c
3450                 filtering performance: use new style folder update
3451
3452 2003-01-09 [christoph]  0.8.8claws71
3453
3454         * src/compose.c
3455         * src/gtk/menu.[ch]
3456                 fix wrong selecting of mime encoding type, when
3457                 opening property dialog of attachments in the
3458                 compose window. 7bit was always selected and that
3459                 destoryed files with 8bit data.
3460                 (closes bug #9 Sylpheed-claws destroys attachments when
3461                  changing MIME-types)
3462
3463 2003-01-09 [paul]       0.8.8claws70
3464
3465         * sync with 0.8.8cvs3
3466                 see ChangeLog 2003-01-09
3467
3468 2003-01-08 [alfons]     0.8.8claws69
3469         
3470         * src/addressadd.c
3471                 apply patch by Kim Schulz to fix build breakage
3472                 because of missing variable
3473
3474 2003-01-08 [paul]       0.8.8claws68
3475
3476         * sync with 0.8.8cvs2
3477                 see ChangeLog 2002-01-08
3478
3479 2003-01-08 [paul]       0.8.8claws67
3480
3481         * po/it.po
3482                 updated by Alessandro Maestri
3483                 
3484         * src/addressadd.c
3485                 when using 'Add sender to addressbook' allow
3486                 name to be edited and remarks to be entered
3487                 Patch submitted by Luke Plant
3488
3489 2003-01-08 [darko]      0.8.8claws66
3490
3491         * README.claws, src/summaryview.c
3492                 fix description for marked messages
3493
3494 2003-01-08 [paul]
3495
3496         * tools/Makefile.am
3497           tools/launch_phoenix  ** NEW FILE **
3498                 add script that enables using Phoenix as the default
3499                 web browser. 
3500                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3501                 
3502         * tools/OOo2sylpheed.pl
3503                 remove full path to sylpheed executable, just 'sylpheed'
3504                 will do
3505                 
3506         * tools/README
3507                 add launch_phoenix informtion and re-arrange and compress
3508                 the data a little
3509
3510 2003-01-07 [christoph]  0.8.8claws65
3511
3512         * src/folder.c
3513                 fix update for source folder when moving messages
3514         * src/procmsg.[ch]
3515         * src/summaryview.c
3516                 use function to set to_folder for message infos and
3517                 automatically update the op_count for old and new
3518                 folder
3519
3520 2003-01-07 [melvin]     0.8.8claws64
3521
3522         * src/prefs_actions.c
3523                 Fixed bug where an '%p' Action on a displayed image crashed 
3524                         Sylpheed
3525                 Code clean up (get rid of duplicated code and removed unnecessary 
3526                                 structure member)
3527
3528 2003-01-07 [christoph]  0.8.8claws63
3529
3530         * src/compose.c
3531         * src/folder.[ch]
3532         * src/folderview.c
3533         * src/import.c
3534         * src/inc.c
3535         * src/main.c
3536         * src/mainwindow.c
3537         * src/messageview.c
3538         * src/prefs_folder_item.c
3539         * src/procmsg.c
3540         * src/summaryview.c
3541         * src/toolbar.c
3542                 o remove all folder update triggering from the UI code. The folder
3543                   system should know much better when a folder needs an update.
3544                 o to prevent multiple updates in a row the folder updates can be
3545                   frozen for some time.
3546
3547                 Note: - Please verify that no updates are missing
3548                       - Check where freeze/thaws should be added
3549
3550 2003-01-07 [christoph]  0.8.8claws62
3551
3552         * src/prefs_actions.c
3553                 don't translate empty strings
3554
3555         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3556
3557 2003-01-06 [christoph]  0.8.8claws61
3558
3559         * src/prefs_actions.c
3560                 mark strings for gettext
3561         * src/prefs_matcher.c
3562                 use new description window for Execute action and
3563                 match condition in Filtering
3564
3565         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3566
3567 2003-01-06 [alfons]     0.8.8claws60
3568
3569         keep myself inspired to re-organize matcher part 8; 
3570         yes, more to come (I need to move out the descriptive
3571         text for actions to matcher.c, or at least make it not
3572         depend on the wicked ordering)
3573
3574         * src/prefs_matcher.c
3575                 add documentation so others may comprehend the
3576                 UI part of the conditions
3577                 
3578 2003-01-06 [christoph]  0.8.8claws59
3579
3580         * src/prefs_actions.c
3581                 use new description window for syntax help
3582         * src/gtk/description_window.c
3583                 fix display of descriptions with column count != 2
3584
3585         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3586
3587 2003-01-06 [christoph]  0.8.8claws58
3588
3589         * src/quote_fmt.c
3590         * src/summaryview.[ch]
3591         * src/gtk/Makefile.am
3592         * src/gtk/description_window.[ch]       ** NEW **
3593                 use a generic window to display syntax descriptions
3594                 currently used in quote_fmt and summaryview (new description
3595                 for extended quick search)
3596
3597         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3598
3599 2003-01-06 [paul]       0.8.8claws57
3600
3601         * sync with 0.8.8cvs1
3602                 see ChangeLog 2003-01-06
3603
3604 2003-01-06 [christoph]  0.8.8claws56
3605
3606         * src/mainwindow.c
3607         * src/prefs_gtk.[ch]
3608         * src/gtk/prefswindow.[ch]
3609         * src/plugins/spamassassin/spamassassin_gtk.c
3610                 o remove page management from prefswindow, pages
3611                   will be an argument to prefswindow_open
3612                 o prefswindow_open gets a datapointer that is
3613                   passed to the widget_create function to allow
3614                   creation of prefswindow for specific items
3615
3616 2003-01-06 [colin]      0.8.8claws55
3617         
3618         * src/summaryview.c
3619                 We don't want regexp in the reply-finder, 
3620                 because MIDs can contain !,$,. and so on
3621
3622 2003-01-06 [jens]       0.8.8claws54
3623
3624         * src/jpilot.c
3625                 fixed a wrong free in jpilot_read_db_files
3626
3627 2003-01-06 [alfons]     0.8.8claws53
3628
3629         re-organize matcher part 8; more to come
3630        
3631         * src/matcher.c
3632                 matcherprop_to_string(): put g_free()s before the
3633                 switch-case break to fix memleaks                
3634
3635 2003-01-06 [colin]      0.8.8claws52
3636
3637         * src/summaryview.c
3638                 cleanup & reply-finder now displays the first 
3639                 matching message
3640
3641 2003-01-05 [alfons]     0.8.8claws51
3642
3643         re-organize matcher part 7; more to come
3644
3645         * src/matcher.[ch]
3646                 fixes for constant correctness;
3647                 more documentation;
3648
3649 2003-01-05 [alfons]     0.8.8claws50
3650
3651         re-organize matcher part 6; more to come
3652         
3653         * src/matcher.[ch]
3654                 fixes for constant correctness;
3655                 more documentation;
3656         * src/filtering.c
3657                 fix for constant correctness
3658
3659 2003-01-05 [colin]      0.8.8claws49
3660
3661         * src/account.[ch]
3662                 Add account_get_reply_account function
3663         * src/compose.c
3664                 Use account_get_reply_account function 
3665         * src/summaryview.c
3666                 Basic reply-finder - click on the replied
3667                 icon gets you to the outbox using quick-search
3668
3669 2003-01-05 [paul]       0.8.8claws48
3670
3671         * src/prefs_common.c
3672                 small change to English
3673                 
3674         * src/prefs_filtering.c
3675                 prefs_filtering_action_select(): improve logic and uniformity
3676                 of gui
3677
3678 2003-01-05 [alfons]     0.8.8claws47
3679
3680         fine tune solution to focus problems (bug #7)
3681
3682         * src/mainwindow.c
3683                 mainwindow_focus_in_event(): remove grab event check
3684         * src/summaryview.c
3685                 summary_button_pressed(): move selection on right-click
3686                 too. we can't possibly move the selection back after
3687                 canceling a dialog, because gtk's incomplete focus 
3688                 management. whether this is a good solution, only time
3689                 will tell.
3690
3691 2003-01-05 [christoph]  0.8.8claws46
3692
3693         * src/imap.c
3694                 fix crash when no imap connection could be established
3695
3696 2003-01-05 [paul]       0.8.8claws45
3697
3698         * src/mainwindow.c
3699           src/sumamryview.c
3700           src/gtk/menu.[ch]
3701                 fix bug 605957 'shortcuts in popup-menu'
3702                 make user-defined shortcuts work
3703                 show shortcuts that are already defined
3704                 in the main menu
3705                 Patch submitted by Luke Plant
3706
3707 2003-01-05 [alfons]     0.8.8claws44
3708
3709         * src/mainwindow.c
3710                 focus_in_event handler should not select summary view row 
3711                 when another window (menu, dialog) grabbed for events 
3712                 (bug #7, "[0.8.8claws42] Message summary focus") 
3713
3714 2003-01-04 [christoph]  0.8.8claws43
3715
3716         * src/procmsg.c
3717                 update save folder after adding the sent message
3718                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
3719
3720 2003-01-02 [christoph]  0.8.8claws42
3721
3722         * src/common/plugin.c
3723                 fix unloading of all plugins and unload
3724                 plugins in reverse order
3725                 
3726         * src/gtk/pluginwindow.c
3727                 implement function of load and unload button
3728
3729         * src/gtk/prefswindow.c
3730         * src/gtk/prefswindow.h
3731                 rename register function and add new unregister
3732                 function
3733
3734         * src/plugins/spamassassin/spamassassin_gtk.c
3735                 unregister prefs page and update for changes in
3736                 src/gtk/prefswindow.c
3737
3738 2003-01-02 [paul]       0.8.8claws41
3739
3740         * po/es.po
3741                 updated by Ricardo Mones Lastra
3742
3743 2003-01-02 [paul]
3744
3745         * tools/tb2sylpheed
3746                 fixes and improvements by Urke MMI
3747
3748 2003-01-02 [thorsten]   0.8.8claws40
3749
3750         * src/procmsg.c
3751                 fixed wrong return value
3752
3753 2003-01-02 [thorsten]   0.8.8claws39
3754
3755         * src/prefs.c
3756                 fixed printing wrong variable
3757
3758 2003-01-02 [thorsten]   0.8.8claws38
3759
3760         * src/prefs.c
3761                 fixed acessing members of freed pfile struct
3762
3763 2003-01-02 [thorsten]   0.8.8claws37
3764
3765         * src/procmsg.c
3766                 detect loops across several messages
3767                 as suggested by Christoph Hohmann
3768
3769 2003-01-01 [match]      0.8.8claws36
3770
3771         * src/addrindex.c
3772                 fixed another memory leak.
3773
3774 2003-01-01 [match]      0.8.8claws35
3775
3776         * src/jpilot.[ch]
3777                 fixed memory leaks. applied Doxygen comments.
3778
3779 2003-01-01 [thorsten]   0.8.8claws34
3780
3781         * src/procmsg.c
3782                 inhibit endless loop if msg references itself
3783                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3784
3785 2003-01-01 [christoph]  0.8.8claws33
3786
3787         * src/mainwindow.c
3788         * src/gtk/Makefile.am
3789         * src/gtk/pluginwindow.c                ** NEW **
3790         * src/gtk/pluginwindow.h                ** NEW **
3791                 add plugin window
3792
3793         * src/plugins/demo/demo.c
3794         * src/plugins/spamassassin/spamassassin.c
3795         * src/plugins/spamassassin/spamassassin_gtk.c
3796                 write better plugin descriptions
3797
3798 2002-12-31 [christoph]  0.8.8claws32
3799
3800         * src/gtk/prefswindow.c
3801         * src/plugins/spamassassin/spamassassin_gtk.c
3802                 some small improvements to GTK code
3803
3804 2002-12-31 [christoph]  0.8.8claws31
3805
3806         * src/plugins/spamassassin/spamassassin_gtk.c
3807                 enable folder select button
3808
3809 2002-12-31 [christoph]  0.8.8claws30
3810
3811         * src/mainwindow.c
3812         * src/gtk/Makefile.am
3813         * src/gtk/prefswindow.c                         ** NEW **
3814         * src/gtk/prefswindow.h                         ** NEW **
3815                 add new prefs window
3816
3817         * src/common/plugin.c
3818                 don't try to load empty config lines
3819         
3820         * src/plugins/spamassassin/Makefile.am
3821         * src/plugins/spamassassin/spamassassin.c
3822         * src/plugins/spamassassin/spamassassin.h       ** NEW **
3823         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
3824                 GTK config for SpamAssassin Plugin using
3825                 the new prefs window
3826
3827 2002-12-31 [paul]       0.8.8claws29
3828
3829         * po/POTFILES.in
3830                 remove obsolete entry 'src/menu.c'
3831
3832 2002-12-31 [alfons]     0.8.8claws28
3833
3834         * src/matcher.[ch]
3835         * src/matcher_parser_parse.y
3836         * src/prefs_matcher.c
3837                 add "ignore_thread" and "~ignore_thread" condition so it's
3838                 possible to make the actions / scoring operate on the ignore
3839                 thread flag
3840
3841 2002-12-31 [christoph]  0.8.8claws27
3842
3843         * src/addrbook.c
3844         * src/addrindex.c
3845         * src/folder.c
3846         * src/matcher.c
3847         * src/prefs_account.c
3848         * src/prefs_actions.c
3849         * src/prefs_customheader.c
3850         * src/prefs_display_header.c
3851         * src/prefs_gtk.c
3852         * src/procmime.c
3853         * src/toolbar.c
3854         * src/xmlprops.c
3855         * src/common/prefs.[ch]
3856                 extend prefs file handling for reading and automatic handling
3857                 of blocks. When reading prefs_set_block_label will automatically
3858                 move on to the block. When writing it will copy all other blocks
3859                 automatically
3860
3861         * src/common/plugin.c
3862                 Now loading plugin filenames from [Plugins] block in
3863                 sylpheed rc file
3864
3865 2002-12-30 [christoph]  0.8.8claws26
3866
3867         * src/common/hooks.[ch]
3868                 return abort status to caller of hooks_invoke
3869                 
3870         * src/inc.[ch]
3871                 invoke message filtering hook and stop
3872                 default handling when filter returns abort
3873
3874         * src/common/plugin.[ch]
3875         * src/plugins/demo/demo.c
3876                 modify plugin loader, because resolving symbols for strings
3877                 does not work correctly
3878         
3879         * configure.in
3880         * ac/spamassassin.m4                            ** NEW **
3881         * src/plugins/spamassassin/.cvsignore           ** NEW **
3882         * src/plugins/spamassassin/Makefile.am          ** NEW **
3883         * src/plugins/spamassassin/README               ** NEW **
3884         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
3885         * src/plugins/spamassassin/spamassassin.c       ** NEW **
3886         * src/plugins/spamassassin/utils.[ch]           ** NEW **
3887                 add spamassassin plugin, see src/plugins/spamassassin/README
3888                 for details
3889
3890 2002-12-29 [alfons]     0.8.8claws25
3891
3892         * src/mainwindow.c
3893                 when moving focus from a message view to the main 
3894                 window, don't forget to select the summary node
3895                 of the displayed message. should fix "[ 659103 ] 
3896                 focus-follows-mouse confuses sylpheed"
3897
3898 2002-12-29 [christoph]  0.8.8claws24
3899
3900         * src/Makefile.am
3901         * src/stringtable.[ch]          ** REMOVE **
3902         * src/common/Makefile.am
3903         * src/common/stringtable.[ch]   ** NEW **
3904                 move stringtable files to common directory
3905
3906 2002-12-29 [christoph]  0.8.8claws23
3907
3908         * src/Makefile.am
3909         * src/menu.[ch]                 ** REMOVE **
3910         * src/gtk/Makefile.am
3911         * src/gtk/menu.[ch]             ** NEW **
3912                 move menu files to gtk directory
3913
3914 2002-12-29 [match]      0.8.8claws22
3915
3916         * src/addressbook.c
3917         * src/syldap.c
3918                 moved UI specific code out of LDAP code into addressbook
3919                 UI code. fixed memory leak.
3920
3921 2002-12-29 [christoph]  0.8.8claws21
3922
3923         * src/folder.c
3924                 only check for IGNORED parent message when message is
3925                 not IGNORED itself
3926
3927 2002-12-29 [alfons]     0.8.8claws20
3928
3929         * src/summaryview.c
3930                 set gtksctree's anchor correct (immediate execute
3931                 changes the tree's layout, and anchor points at 
3932                 the incorrect row). fixes "[ 657233 ] multiple msg 
3933                 delete sometimes off by 1".
3934                 we probably have to look for more tree layout /
3935                 anchor glitches.
3936
3937 2002-12-29 [paul]       0.8.8claws19
3938
3939         * src/summaryview.c
3940                 fix bug [ 659054 ] incorrect sorting of 'From' column
3941                 when using 'display sender using address book'
3942                 thanks to Alfons and Luke Plant
3943
3944 2002-12-29 [christoph]  0.8.8claws18
3945
3946         * src/folder.c
3947         * src/procmsg.[ch]
3948                 check parent messages for IGNORE THREAD flag, when adding,
3949                 moving or copying messages to a folder
3950
3951 2002-12-27 [alfons]     0.8.8claws17
3952
3953         re-organize matcher part 5; more to come
3954
3955         * src/matcher.c
3956                 hash keywords in matchparser_tab 
3957
3958 2002-12-27 [alfons]     0.8.8claws16
3959
3960         re-organize matcher part 4; more to come
3961
3962         * src/matcher_parser.h
3963         * src/matcher_parser_lex.l
3964         * src/matcher_parser_parse.y
3965                 cleanup
3966
3967 2002-12-27 [alfons]     0.8.8claws15
3968
3969         re-organize matcher part 3; more to come
3970
3971         * src/matcher.[ch]
3972                 cleanup
3973
3974 2002-12-27 [alfons]     0.8.8claws14
3975
3976         re-organize matcher part 2; more to come but this should
3977         work. cc me if there are any regressions.
3978
3979         * src/matcher.h
3980                 add prototype for get_matchparser_tab_id()
3981         * src/matcher_parser_lex.l
3982                 look up keywords using matchparser_tab_id();
3983
3984 2002-12-27 [alfons]     0.8.8claws12
3985
3986         re-organize matcher part 1
3987
3988         * src/matcher.h
3989                 map yacc generated constants to sylpheed matcher constants
3990         * src/matcher.c
3991                 add function to find a matcher constant from a string
3992
3993 2002-12-27 [christoph]  0.8.8claws11
3994
3995         * src/compose.c
3996                 MENUITEM_ADD casts the 4th argument from integer to pointer
3997                 so it probably should not be a pointer, this means we
3998                 should use account id for it and not the account's pointer
3999
4000 2002-12-27 [paul]       0.8.8claws10
4001
4002         * src/mainwindow.c
4003                 remove unneeded 'GtkWidget *vbox'
4004                 
4005         * src/summaryview.c
4006                 further sync with 0.8.8 - make sort
4007                 by recipient work as expected
4008                 
4009         * NEWS
4010                 sync with 0.8.8
4011
4012 2002-12-27 [paul]       0.8.8claws9
4013
4014         * po/pt_BR.po
4015                 updated by Ivan F. Martinez
4016                 
4017 2002-12-27 [darko]      0.8.8claws8
4018
4019         * src/common/utils.c
4020                 added locked pattern to extended search
4021
4022 2002-12-27 [alfons]     0.8.8claws7
4023
4024         * src/prefs_matcher.[ch]
4025                 clean up
4026
4027 2002-12-26 [alfons]     0.8.8claws6
4028
4029         * src/matcher.[ch]
4030         * src/matcher_parser_lex.l
4031         * src/matcher_parser_parse.y
4032         * src/prefs_matcher.c
4033                 allow color label as a condition in the matcher
4034
4035 2002-12-26 [oliver]     0.8.8claws5
4036         
4037         * src/toolbar.c 
4038                 enable Addressbook for Main and Messageview
4039         * src/prefs_actions.c
4040                 enable actions in Messageview
4041
4042 2002-12-26 [christoph]  0.8.8claws4
4043
4044         * src/common/plugin.c
4045                 add a little debug output
4046         * configure.in
4047         * src/plugins/demo/Makefile.am
4048                 better use of automake
4049
4050 2002-12-26 [christoph]  0.8.8claws3
4051
4052         * src/Makefile.am
4053         * src/common/Makefile.am
4054                 fix "make distdir"
4055
4056 2002-12-26 [christoph]  0.8.8claws2
4057
4058         * configure.in
4059                 sort configure checks into common / gtk / plugins
4060         * po/POTFILES.in
4061                 add src/prefs_gtk.c
4062         * src/Makefile.am
4063                 add plugins SUBDIR
4064         * src/main.c
4065         * src/common/sylpheed.[ch]
4066                 added now sylpheed_done function for shutdown
4067         * src/common/Makefile.am
4068         * src/common/plugin.[ch]                ** NEW **
4069                 plugin loader and unloader
4070         * src/plugins/.cvsignore                ** NEW **
4071         * src/plugins/Makefile.am               ** NEW **
4072                 build plugins
4073         * src/plugins/demo/.cvsignore           ** NEW **
4074         * src/plugins/demo/Makefile.am          ** NEW **
4075         * src/plugins/demo/demo.c               ** NEW **
4076                 small demo plugin that installs a logtext hook and
4077                 outputs the log text to stdout
4078
4079 2002-12-26 [paul]       0.8.8claws1
4080
4081         * po/es.po
4082                 updated by Ricardo Mones Lastra
4083
4084 2002-12-26 [paul]       0.8.8claws
4085
4086         * 0.8.8claws released
4087
4088 2002-12-26 [paul]       0.8.7claws12
4089
4090         * po/bg.po
4091                 updated by George Danchev
4092
4093 2002-12-26 [paul]       0.8.7claws11
4094
4095         * po/POTFILES.in
4096                 remove unneeded 'src/prefs.c' entry 
4097
4098 2002-12-26 [paul]       0.8.7claws10
4099
4100         * src/codeconv.c
4101           src/mainwindow.c
4102                 sync with 0.8.8 release
4103         
4104         * src/folder.[ch]
4105           src/mh.c
4106           src/summaryview.c
4107                 partial sync with 0.8.8 release
4108         
4109
4110 2002-12-25 [alfons]     0.8.7claws9
4111
4112         * src/matcher.[ch]
4113         * src/matcher_parser_lex.l
4114         * src/matcher_parser_parse.y
4115         * src/prefs_matcher.c
4116                 add locked flag to possible filtering / matcher 
4117                 conditions (also a good example what should be
4118                 done to add a simple boolean condition)
4119
4120 2002-12-25 [christoph]  0.8.7claws8
4121
4122         * src/Makefile.am
4123         * src/account.[ch]
4124         * src/addrbook.c
4125         * src/addressbook.c
4126         * src/addrindex.c
4127         * src/filtering.c
4128         * src/folder.c
4129         * src/matcher.c
4130         * src/prefs.[ch]                ** REMOVE **
4131         * src/prefs_account.c
4132         * src/prefs_actions.c
4133         * src/prefs_common.c
4134         * src/prefs_customheader.c
4135         * src/prefs_display_header.c
4136         * src/prefs_filtering.c
4137         * src/prefs_folder_item.c
4138         * src/prefs_gtk.[ch]            ** NEW **
4139         * src/prefs_matcher.c
4140         * src/prefs_scoring.c
4141         * src/prefs_summary_column.c
4142         * src/procmime.c
4143         * src/selective_download.c
4144         * src/toolbar.c
4145         * src/common/Makefile.am
4146         * src/common/prefs.[ch]         ** NEW **
4147                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4148
4149 2002-12-24 [alfons]     0.8.7claws7
4150
4151         * src/summaryview.c
4152                 summary_thread_build(): fix real cause of the crash mentioned in
4153                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4154                 this way we get meaningful ctree nodes 
4155
4156 2002-12-24 [oliver]     0.8.7claws6
4157
4158         * src/mainwindow.[ch]
4159         * src/messageview.[ch]
4160         * src/compose.[ch]
4161         * src/inc.c
4162         * src/summaryview.c
4163                 changes to use updated toolbar handling
4164                 
4165 2002-12-24 [oliver]     0.8.7claws5
4166
4167         * src/toolbar.[ch]
4168                 generic toolbar handling
4169                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4170         * src/prefs_toolbar.[ch]
4171                 adjust to handling
4172         
4173 2002-12-24 [oliver]     0.8.7claws4
4174         
4175         * src/stock_pixmap.[ch]
4176                 move SYLPHEED_LOGO to end of list in order 
4177                 to remove it from Custom Toolbar`s Icon View
4178
4179 2002-12-24 [alfons]     0.8.7claws3
4180
4181         * src/summaryview.c
4182                 summary_thread_build(): fix crash because of focus != selection 
4183                 after threading. when deleting the selection, gtk tries but fails 
4184                 to find the correct focusable element. we now force the selection
4185                 to be focused. this should solve the infamous bug reported by 
4186                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4187                 a test case is available. 
4188
4189 2002-12-24 [darko]      0.8.7claws2
4190
4191         * src/summaryview.c
4192                 don't crash when unmarking message with unread children
4193
4194 2002-12-23 [christoph]  0.8.7claws1
4195
4196         * src/Makefile.am
4197         * src/common/Makefile.am
4198                 update Makefiles for moved intl.h, version.h and defs.h
4199         * src/imap.c
4200                 rewrite imap_session_get to avoid duplicate code
4201
4202 2002-12-23 [paul]       0.8.7claws
4203
4204         * Santa-Claws released
4205         
4206         * po/hu.po
4207           po/ru.po
4208                 squeeze in updated Hungarian and Russian translations.
4209                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4210
4211 2002-12-23 [paul]       0.8.6claws129
4212
4213         * po/pl.po
4214                 updated by Witold Wladyslaw Wojciech Wilk
4215
4216 2002-12-23 [paul]       0.8.6claws128
4217
4218         * src/quote_fmt_parse.y
4219                 fix typo and add licence header
4220
4221 2002-12-23 [paul]       0.8.6claws127
4222
4223         * po/en_GB.po
4224                 updated
4225
4226 2002-12-23 [paul]       0.8.6claws126
4227
4228         * po/it.po
4229                 updated translation, submitted by Alessandro Maestri
4230                 
4231 2002-12-23 [paul]       0.8.6claws125
4232
4233         * src/quote_fmt_parse.y
4234                 fix signature-stripping on replies bug. match
4235                 '-- \n' and not '-- '.
4236
4237 2002-12-22 [paul]       0.8.6claws124
4238
4239         * po/bg.po
4240           po/es.po
4241           po/sr.po
4242                 updated translations. submitted by George Danchev,
4243                 Ricardo Mones Lastra, and Urke MMI respectively
4244
4245 2002-12-21 [paul]       0.8.6claws123
4246
4247         * src/addrbook.c
4248                 fix coding style
4249
4250 2002-12-21 [paul]       0.8.6claws122
4251
4252         * src/addrbook.c
4253                 fix bug [643638] where if a person is in one or more
4254                 addressbook groups editing that person's email 
4255                 address results in removal from those groups.
4256                 Patch submitted by Luke Plant.
4257
4258 2002-12-20 [christoph]  0.8.6claws121
4259
4260         * src/common/utils.c
4261         * src/summaryview.c
4262                 reimplement expand_search_string using GString to
4263                 prevent crashs caused by miscalculated string
4264                 lengths reported by Paul
4265
4266 2002-12-20 [christoph]  0.8.6claws120
4267
4268         * src/summaryview.c
4269                 don't use "changed" to check if op_count has to be changed as it
4270                 is also set when the message has unread children
4271                 (closes bug [ 653221 ] crash while deleting duplicates)
4272
4273 2002-12-20 [paul]       0.8.6claws119
4274
4275         * sync with 0.8.6cvs27
4276                 see ChangeLog 2002-12-20
4277
4278 2002-12-20 [paul]       0.8.6claws118
4279
4280         * sync with 0.8.6cvs26
4281                 see ChangeLog 2002-12-19 and 2002-12-20
4282
4283 2002-12-19 [alfons]     0.8.6claws117
4284
4285         * src/textview.c
4286                 fix incorrect parsing of email addresses, submitted by 
4287                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4288                 name display if it contains @".
4289
4290 2002-12-18 [paul]       0.8.6claws116
4291
4292         * sync with 0.8.6cvs23
4293                 see ChangeLog 2002-12-18
4294
4295 2002-12-18 [paul]       0.8.6claws115
4296
4297         * src/Makefile.am
4298         * src/account.c
4299         * src/codeconv.c
4300         * src/gtkutils.[ch]
4301         * src/imap.c
4302                 sync with 0.8.6cvs22.
4303                 see ChangeLog 2002-12-17 and 2002-12-18
4304
4305 2002-12-17 [christoph]  0.8.6claws114
4306
4307         * src/imap.c
4308                 o don't create a session if imap greeting fails
4309                 o don't close socket when authentication fails
4310                   this is done by imap_session_destroy
4311
4312 2002-12-17 [thorsten]   0.8.6claws113
4313
4314         * tools/Makefile.am
4315           tools/README
4316           tools/google_msgid.pl ** NEW FILE **
4317                 Added "search for message-id" script and doc
4318
4319 2002-12-17 [thorsten]   0.8.6claws112
4320
4321         * po/hu.po
4322                 Updated hungarian translation
4323                 (updated by Gal Zoltan)
4324
4325 2002-12-16 [christoph]  0.8.6claws111
4326
4327         * src/addr_compl.c
4328                 remove stupid addressbook dump to debug output
4329         * src/mh.c
4330                 fix memory leak found by Hiro
4331
4332 2002-12-14 [paul]       0.8.6claws110
4333
4334         * src/compose.c
4335                 fix menubar sensitivity on send
4336                 
4337         * src/prefs_filtering.c
4338         * src/prefs_matcher.c
4339         * src/prefs_scoring.c
4340                 Fix english ;)
4341                 
4342         * src/common/quoted-printable.h
4343                 sync: fix typo
4344         
4345 2002-12-13 [christoph]  0.8.6claws109
4346
4347         * src/Makefile.am
4348         * src/manage_window.[ch]        ** REMOVE **
4349         * src/gtk/Makefile.am
4350         * src/gtk/manage_window.[ch]    ** NEW **
4351                 move manage_window files to gtk directory
4352
4353 2002-12-13 [christoph]  0.8.6claws108
4354
4355         * src/Makefile.am
4356         * src/gtkshruler.[ch]           ** REMOVE **
4357         * src/gtk/Makefile.am
4358         * src/gtk/gtkshruler.[ch]       ** NEW **
4359                 move gtkshruler files to gtk directory
4360
4361 2002-12-13 [christoph]  0.8.6claws107
4362
4363         * src/Makefile.am
4364         * src/compose.c
4365         * src/gtkstext.[ch]             ** REMOVE **
4366         * src/gtkutils.[ch]
4367         * src/textview.c
4368         * src/gtk/gtkstext.[ch]         ** NEW **
4369         * src/gtk/Makefile.am
4370                 o move stext functions to gtkstext.c to remove
4371                   dependency of gtkutils
4372                 o move gtkstext files to gtk directory
4373
4374         * src/gtk/Makefile.am
4375         * src/gtk/sslcertwindow.[ch]
4376                 UI stuff can always depend on common code so
4377                 it's ok to add ../common to include path
4378
4379 2002-12-13 [colin]      0.8.6claws106
4380
4381         * src/summaryview.c
4382                 Disconnect sighandlers for mainwindow when
4383                 quicksearch has the focus
4384                 Fix bug #653231
4385         * src/mainwindow.[ch]
4386                 Make key_pressed callback public, to be able
4387                 to disconnect it
4388
4389 2002-12-13 [christoph]  0.8.6claws105
4390
4391         * src/mh.c
4392                 create .mh_sequences file in new MH folders
4393                 (closes feature request [ 523162 ] MH folders should
4394                  get a .mh_sequences)
4395
4396 2002-12-13 [colin]      0.8.6claws104
4397
4398         * src/summaryview.c
4399                 Better handling of quicksearch show/hide
4400                 (basically the button stays under the mouse 
4401                  when toggled)
4402
4403 2002-12-13 [paul]       0.8.6claws103
4404
4405         * sync with 0.8.6cvs17
4406                 see ChangeLog 2002-12-13
4407
4408 2002-12-13 [paul]       0.8.6claws102
4409
4410         * po/es.po
4411                 updated by Ricardo Mones Lastra
4412
4413 2002-12-11 [colin]       0.8.6claws101
4414
4415         * src/folder.c
4416                 remove statusbar stuff
4417           src/folderview.c
4418                 set statusbar verbosity when moving folders
4419
4420 2002-12-11 [colin]       0.8.6claws100
4421         * src/prefs_filtering.c
4422         * src/prefs_matcher.c
4423         * src/prefs_scoring.c
4424                 Fix english ;)
4425
4426 2002-12-11 [colin]       0.8.6claws99
4427
4428         * src/prefs_common.[ch]
4429                 Add summary_quicksearch_type
4430         * src/summaryview.c
4431                 Save last used quicksearch type
4432
4433 2002-12-11 [jens]       0.8.6claws98
4434         * src/prefs_filtering.c
4435         * src/prefs_matcher.c
4436         * src/prefs_scoring.c
4437                 added dialog for incomplete rules in scoring, filtering and
4438                 matcher to ask wheather really close
4439
4440 2002-12-11 [colin]      0.8.6claws97
4441
4442         * src/folder.c
4443                 Fix folder dnd statusbar logging
4444
4445 2002-12-10 [christoph]  0.8.6claws96
4446
4447         * src/compose.c
4448         * src/folder.c
4449         * src/imap.c
4450         * src/inc.c
4451         * src/main.c
4452         * src/mainwindow.c
4453         * src/news.c
4454         * src/send.c
4455         * src/statusbar.[ch]
4456         * src/common/hooks.c
4457         * src/common/log.[ch]
4458                 o handle verbose logging in statusbar directly in statusbar code
4459                   and common code does not need any knowledge about a statusbar
4460                 o remove direct calls to statusbar_(puts|pop)_all functions
4461
4462 2002-12-10 [jens]       0.8.6claws95
4463
4464         * src/*.c
4465                 removed gettext from g_warnings
4466         * po/POTFILES.in
4467                 cleaned and updated
4468         * po/de.po
4469                 updated
4470
4471 2002-12-10 [colin]      0.8.6claws94
4472
4473         * src/main.c
4474                 finish crash dialog fix
4475
4476 2002-12-10 [colin]      0.8.6claws93
4477
4478         * src/main.c
4479                 "Fix" "sylpheed already running" instead of
4480                 crash dialog appearing after a crash
4481
4482 2002-12-10 [colin]      0.8.6claws92
4483
4484         * po/POTFILES.in
4485                 add src/gtk/sslcertwindow.c
4486
4487 2002-12-10 [paul]       0.8.6claws91
4488
4489         * po/POTFILES.in
4490                 updated to reflect recent changes
4491                 submitted by Alessandro Maestri
4492
4493 2002-12-09 [christoph]  0.8.6claws90
4494
4495         * src/Makefile.am
4496         * src/smtp.[ch]                 ** REMOVE **
4497         * src/common/Makefile.am
4498         * src/common/smtp.[ch]          ** NEW **
4499                 move smtp files to common directory
4500
4501 2002-12-09 [christoph]  0.8.6claws89
4502
4503         * src/Makefile.am
4504         * src/session.[ch]              ** REMOVE **
4505         * src/common/Makefile.am
4506         * src/common/session.[ch]       ** NEW **
4507                 move session files to common directory
4508
4509 2002-12-09 [paul]       0.8.6claws88
4510
4511         * src/account.c
4512                 fix bug [649746] edit accounts: move account reverted
4513                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
4514
4515 2002-12-09 [colin]      0.8.6claws87
4516
4517         * src/ssl_certificate.c
4518                 cleanup
4519
4520 2002-12-09 [colin]      0.8.6claws86
4521
4522         * src/ssl.c
4523                 Try to open the cert.pem database and 
4524                 issue a warning if it isn't there
4525
4526 2002-12-09 [colin]      0.8.6claws85
4527
4528         * src/common/ssl_certificate.c
4529         * src/gtk/sslcertwindow.c
4530                 Warning fixes
4531
4532 2002-12-09 [colin]      0.8.6claws84
4533
4534         * src/ssl_certificate.[ch] ** REMOVED **
4535         * src/common/ssl_certificate.[ch] ** NEW **
4536         * src/Makefile.am
4537         * src/common/Makefile.am
4538                 Moved ssl_certificate.[ch] to common
4539         * src/common/ssl.c 
4540                 Put back needed include
4541         * src/gtk/sslcertwindow.[ch]
4542                 Changed ssl_certificate.h include
4543         
4544 2002-12-09 [colin]      0.8.6claws83
4545
4546         * src/gtk/sslcertwindow.[ch]
4547                 Implement hook for certificate acception
4548         * src/ssl_certificate.[ch]
4549                 Implement hook for certificate acception
4550         * src/common/ssl.c
4551                 Reenable certificate acception check
4552         * src/mainwindow.c
4553                 Register sslcertwindow's hook
4554         
4555 2002-12-08 [christoph]  0.8.6claws82
4556
4557         * src/about.c
4558         * src/addr_compl.c
4559         * src/codeconv.c
4560         * src/manual.c
4561         * src/undo.c
4562         * src/common/utils.c
4563                 o add missing includes
4564                 o fix warnings
4565         * src/.cvsignore
4566         * src/common/.cvsignore
4567         * src/common/version.h          ** REMOVE **
4568                 remove autogenerated file
4569
4570 2002-12-08 [paul]       0.8.6claws81
4571
4572         * src/stringtable.c
4573                 put back needed include
4574
4575 2002-12-08 [colin]      0.8.6claws80
4576         
4577         * src/gtk/sslcertwindow.c
4578                 Cleaner popups when asking
4579         * src/ssl_certificate.c
4580         * src/prefs_common.[ch]
4581                 remove ssl certificate pref
4582                 put back needed include
4583         * src/undo.c
4584                 put back needed include
4585
4586 2002-12-08 [christoph]  0.8.6claws79
4587
4588         * src/folderview.c
4589         * src/logwindow.c
4590         * src/statusbar.c
4591         * src/summaryview.c
4592                 only abort hook invokation if required data is missing not
4593                 if our own data pointer is NULL, update hookfunction for
4594                 log window
4595
4596 2002-12-08 [paul]       0.8.6claws78
4597
4598         * src/about.c
4599         * src/addrcache.c
4600         * src/addrclip.c
4601         * src/addr_compl.c
4602         * src/addrselect.c
4603         * src/codeconv.c
4604         * src/colorlabel.c
4605         * src/enriched.c
4606         * src/esmtp.c
4607         * src/exporthtml.c
4608         * src/headerview.c
4609         * src/imageview.c
4610         * src/manual.c
4611         * src/noticeview.c
4612         * src/pgptext.c
4613         * src/scoring.c
4614         * src/sourcewindow.c
4615         * src/stringtable.c
4616         * src/undo.c
4617                 clean up: remove unneccesary includes
4618
4619 2002-12-08 [christoph]  0.8.6claws77
4620
4621         * src/folderview.c
4622         * src/statusbar.c
4623         * src/summaryview.c
4624         * src/common/hooks.[ch]
4625                 hook functions now have a gboolean return value, if a hook
4626                 returns TRUE it will stop executing of any more hooks in
4627                 the same hooklist for this invokation
4628
4629 2002-12-08 [colin]      0.8.6claws76
4630         
4631         * src/main.c
4632                 put back argv0 for CRASH_DIALOG
4633
4634 2002-12-08 [christoph]  0.8.6claws75
4635
4636         * src/Makefile.am
4637         * src/about.c
4638         * src/account.c
4639         * src/crash.c
4640         * src/esmtp.h
4641         * src/imap.[ch]
4642         * src/inc.c
4643         * src/main.c
4644         * src/mainwindow.c
4645         * src/news.c
4646         * src/pop.[ch]
4647         * src/prefs_account.[ch]
4648         * src/prefs_common.[ch]
4649         * src/send.[ch]
4650         * src/smtp.[ch]
4651         * src/ssl_certificate.[ch]
4652         * src/ssl_manager.[ch]
4653         * src/common/Makefile.am
4654         * src/common/log.c
4655         * src/common/nntp.[ch]
4656         * src/common/socket.[ch]
4657         * src/common/ssl.[ch]
4658         * src/gtk/sslcertwindow.[ch]
4659         * ac/openssl.m4
4660                 use new autoconf script to detect OpenSSL with extra parameters
4661                 to specify the location of libs and includes, also remove USE_SSL
4662                 to USE_OPENSSL
4663
4664         * src/common/sylpheed.[ch]
4665         * src/common/version.h.in
4666                 start seperation of common code initialization seperated from gui
4667
4668         * src/summaryview.c
4669                 The function that is called when a color label changes
4670                 should not change the color lable again
4671
4672 2002-12-08 [colin]      0.8.6claws74
4673
4674         * src/gtk/sslcertwindow.c
4675                 warning fixes
4676
4677 2002-12-08 [colin]      0.8.6claws73
4678
4679         * src/statusbar.c
4680           src/common/log.h
4681                 Register a hook for statusbar_puts_all
4682         * src/common/log.c
4683                 invoke statusbar_puts_all's hook
4684         
4685 2002-12-08 [colin]      0.8.6claws72
4686
4687         * src/ssl_certificate.c
4688                 Put back a badly-removed include
4689
4690 2002-12-08 [colin]      0.8.6claws71
4691
4692         * src/gtk/sslcertwindow.[ch]    ** NEW **
4693                 new certificate presentation
4694         * src/gtk/Makefile.am
4695                 add new files
4696         * src/ssl_certificate.[ch]
4697                 gtk cleanup, made utility functions public
4698         * src/ssl_manager.c
4699                 use new cert presentation
4700
4701 2002-12-07 [christoph]  0.8.6claws70
4702
4703         * src/Makefile.am
4704         * src/nntp.[ch]                 ** REMOVE **
4705         * src/common/Makefile.am
4706         * src/common/nntp.[ch]          ** NEW **
4707                 move nntp files to common directory
4708
4709 2002-12-07 [christoph]  0.8.6claws69
4710
4711         * src/procmsg.[ch]
4712         * src/summaryview.c
4713                 implement msginfo update callback using sylpheed's new
4714                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
4715
4716 2002-12-06 [christoph]  0.8.6claws68
4717
4718         * src/editgroup.c
4719                 This patch changes the 'Edit Group Details' dialog to
4720                 allow extended selections in either pane, so that
4721                 addresses can be added or removed from a group more
4722                 quickly and easily. (it actually is a net decrease in
4723                 file size, as some unnecessary functions have been
4724                 removed). 
4725                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
4726
4727 2002-12-06 [christoph]  0.8.6claws67
4728
4729         * src/Makefile.am
4730         * src/template.[ch]             ** REMOVE **
4731         * src/common/Makefile.am
4732         * src/common/template.[ch]      ** NEW **
4733                 move template files to common directory
4734
4735         * src/nntp.c
4736                 add missing log.h include
4737
4738 2002-12-06 [melvin]     0.8.6claws66
4739
4740         * src/prefs_actions.c
4741                 Added the trailing ">" syntax to insert command's output
4742                 without replacing old text (in contrast to trailing "|").
4743
4744 2002-12-05 [colin]      0.8.6claws65
4745         
4746         * src/common/utils.c
4747                 Don't modify original search_string or it'll change
4748                 the next iterations in the for()
4749
4750 2002-12-05 [darko]      0.8.6claws64
4751
4752         * src/common/utils.c
4753                 proper check for filtering commands, found by Colin
4754
4755 2002-12-05 [darko]      0.8.6claws63
4756
4757         * src/common/utils.c
4758                 check proper string for NULL pointer, found by Colin
4759
4760 2002-12-05 [darko]      0.8.6claws62
4761
4762         * src/common/utils.[ch]
4763                 expand_search_string(): new function
4764                 converts Mutt-like patterns to Sylpheed's
4765                 filtering engine
4766         * src/summaryview.c
4767                 use expand_search_string() to allow Mutt-like
4768                 patterns in extended search
4769         * README.claws
4770                 document extended option in quick search
4771
4772 2002-12-05 [paul]       0.8.6claws61
4773
4774         * sync with 0.8.6cvs16
4775                 see ChangeLog 2002-12-05
4776                 
4777         * po/POTFILES.in
4778                 clean up
4779
4780 2002-12-04 [christoph]  0.8.6claws60
4781
4782         * src/imap.[ch]
4783                 put imap authentication code into a new function and
4784                 remove it from imap_session_new that will allow to
4785                 send other commands before authentication
4786
4787 2002-12-04 [christoph]  0.8.6claws59
4788
4789         * src/imap.[ch]
4790                 use already existing method to prevent unneeded IMAP
4791                 folder selects. Set imap_select parameters to NULL
4792                 in some functions if the values are not required.
4793
4794         * src/xml.h
4795                 remove no longer required include
4796
4797 2002-12-04 [paul]       0.8.6claws58
4798
4799         * po/es.po
4800                 updated by Ricardo Mones Lastra
4801                 
4802         * configure.in
4803           po/hu.po      ** NEW FILE **
4804                 initial Hungarian translation, submitted
4805                 by Gál Zoltán <galzoli@hu.inter.net>
4806
4807 2002-12-03 [christoph]  0.8.6claws57
4808
4809         * src/Makefile.am
4810         * src/gtksctree.[ch]            ** REMOVE **
4811         * src/gtk/Makefile.am
4812         * src/gtk/gtksctree.[ch]        ** NEW **
4813                 move gtksctree files to gtk directory
4814
4815 2002-12-03 [christoph]  0.8.6claws56
4816
4817         * src/Makefile.am
4818         * src/md5.[ch]                  ** REMOVE **
4819         * srm/common/Makefile.am
4820         * src/common/md5.[ch]           ** NEW **
4821                 move md5 files to common directory
4822
4823         * src/gtkstext.c
4824                 remove not required #include
4825
4826 2002-12-03 [sergey]     0.8.6claws55
4827
4828         * src/gtkutils.c
4829         * src/gtkutils.h
4830                 gtkut_window_popup(): new function.
4831         * src/mainwindow.c
4832                 main_window_popup(): use gtkut_window_popup() to raise
4833                 window without changing its position.
4834                 (see sylpheed-main ML message [sylpheed:17247])
4835
4836 2002-12-03 [sergey]     0.8.6claws54
4837
4838         * src/send.c
4839                 send_message_local(): removed first-dot escaping
4840                 (SMTP-only, not needed for sending through pipe)
4841
4842 2002-12-03 [paul]       0.8.6claws53
4843
4844         * po/POTFILES.in
4845                 update to reflect recent changes (thanks
4846                 to Ricardo Mones Lastra)
4847                 
4848         * tools/filter_conv.pl
4849                  fix problem with quoted strings. Patch submitted
4850                  by Luke Plant <lukeplant@softhome.net>
4851
4852 2002-12-03 [paul]       0.8.6claws52
4853
4854         * sync with 0.8.6cvs15
4855                 see ChangeLog 2002-12-03
4856
4857 2002-12-02 [christoph]  0.8.6claws51
4858
4859         * src/logwindow.[ch]
4860         * src/common/log.[ch]
4861                 implement logging using a hook function
4862
4863         * src/folderview.c
4864         * src/folder.[ch]
4865                 define hooklist name in header file to avoid
4866                 errors caused by wrong spelling of hooklist names
4867
4868         * src/toolbar.c
4869                 fix warnings
4870
4871 2002-12-02 [christoph]  0.8.6claws50
4872
4873         * src/common/Makefile.am
4874                 add src/common/hooks.[ch]
4875
4876         * src/common/hooks.[ch]
4877                 implement a simple hook system using glib's hook functions
4878
4879         * src/folder.[ch]
4880         * src/folderview.c
4881                 use new hook system for folder item updates
4882
4883 2002-12-02 [christoph]  0.8.6claws49
4884
4885         * doc-src/ui_seperation.txt     ** NEW **
4886                 information for ui seperation
4887
4888         * src/Makefile.am
4889                 remove files that were moved to common
4890                 include common directory by default for the header files
4891
4892         * src/inc.c
4893         * src/common/socket.c
4894         * src/automaton.[ch]
4895                 implement automaton using g_io_*-functions instead of
4896                 gdk_input_add to make it ui independent
4897
4898         * src/codeconv.c
4899         * src/compose.c
4900         * src/ldif.c
4901         * src/pgptext.c
4902         * src/procmime.c
4903         * src/rfc2015.c
4904         * src/smtp.c
4905         * src/unmime.c
4906                 remove common/ prefix because directory is now in
4907                 include path
4908
4909         * src/compose.c
4910         * src/folder.c
4911         * src/folderview.c
4912         * src/mainwindow.c
4913         * src/messageview.c
4914         * src/prefs_common.c
4915         * src/procmsg.c
4916         * src/rfc2015.c
4917                 fix warnings
4918
4919         * src/imap.c
4920         * src/inc.c
4921         * src/news.c
4922         * src/pop.c
4923         * src/send.c
4924         * src/smtp.c
4925         * src/ssl_certificate.c
4926                 add log.h header file for logging functions
4927
4928         * src/main.c
4929         * src/common/utils.c
4930         * src/summaryview.c
4931         * src/xml.c
4932                 o move debug_mode to common/utils.c
4933                 o add functions to set and get debug_mode
4934
4935         * src/defs.h                    ** REMOVE **
4936         * src/intl.h                    ** REMOVE **
4937         * src/socket.[ch]               ** REMOVE **
4938         * src/ssl.[ch]                  ** REMOVE **
4939         * src/utils.[ch]                ** REMOVE **
4940                 replaced by new files in src/common/
4941         
4942         * src/common/Makefile.am
4943                 add new files in src/common/
4944
4945         * src/common/defs.h             ** NEW **
4946         * src/common/intl.h             ** NEW **
4947         * src/common/log.[ch]           ** NEW **
4948         * src/common/socket.[ch]        ** NEW **
4949         * src/common/ssl.[ch]           ** NEW **
4950         * src/common/utils.[ch]         ** NEW **
4951                 replacement for files in src/
4952
4953 2002-12-02 [colin]      0.8.6claws48
4954
4955         * src/folderview.c
4956                 Scroll folderview if necessary during dnd
4957
4958 2002-12-02 [colin]      0.8.6claws47
4959
4960         * src/folder.[ch]
4961                 Add check to verify a move is within a single mailbox
4962         * src/folderview.c
4963                 Add specific error string for this check
4964
4965 2002-12-02 [colin]      0.8.6claws46
4966
4967         * src/folder.c
4968                 Add a test to folder moving, remove a statusbar_print
4969         * src/folderview.c
4970                 Add Move folder... context-menu item
4971                 Factorize folder moving code
4972                 Enable folder DND for mbox
4973
4974 2002-12-01 [christoph]  0.8.6claws45
4975
4976         * ac/aspell.m4
4977                 remove conf.aspelltest if the version check fails
4978
4979 2002-11-30 [christoph]  0.8.6claws44
4980
4981         * autogen.sh
4982                 run libtoolize --force in autogen to create missing
4983                 libtool scripts
4984
4985 2002-11-30 [christoph]  0.8.6claws43
4986
4987         * src/Makefile.am
4988         * src/pgptext.c
4989         * src/procmime.c
4990         * src/rfc2015.c
4991         * src/uuencode.[ch]             ** REMOVED **
4992         * src/common/Makefile.am
4993         * src/common/uuencode.[ch]      ** NEW **
4994                 move uuen/decoder to common directory
4995
4996 2002-11-30 [christoph]  0.8.6claws42
4997
4998         * src/Makefile.am
4999         * src/base64.[ch]               ** REMOVED **
5000         * src/codeconv.c
5001         * src/compose.c
5002         * src/ldif.c
5003         * src/pgptext.c
5004         * src/procmime.c
5005         * src/rfc2015.c
5006         * src/smtp.c
5007         * src/unmime.c
5008         * src/common/Makefile.am
5009         * src/common/base64.[ch]        ** NEW **
5010                 move base64 en/decoder to common directory
5011
5012 2002-11-30 [christoph]  0.8.6claws41
5013
5014         * src/common                    ** NEW **
5015                 new directory for UI independent code
5016         * src/gtk                       ** NEW **
5017                 new directory for GTK frontend
5018         * src/common/.cvsignore         ** NEW **
5019         * src/gtk/.cvsignore            ** NEW **
5020                 ignore build files
5021         * src/common/Makefile.am        ** NEW **
5022         * src/gtk/Makefile.am           ** NEW **
5023                 automake files to build new seperated stuff
5024         * src/Makefile.am
5025                 the binary will currently still be build with the
5026                 files in src, so we include the code from the
5027                 subdirs for now after building the libs there
5028
5029 2002-11-30 [paul]       0.8.6claws40
5030
5031         * src/compose.c
5032                 fix bug [642731] 'Wrong selected account with drafted mail'
5033
5034 2002-11-29 [oliver]     0.8.6claws39
5035         
5036         * src/messageview.c
5037                 o update summaryview when switching between different
5038                   messageviews          
5039         * src/toolbar.c  
5040                 o check if messageview holds already removed msg
5041                   from summaryview
5042                 
5043
5044 2002-11-29 [oliver]     0.8.6claws38
5045
5046         * src/toolbar.c 
5047                 remove not needed variables and includes
5048                 make messageview stay opened and move to next when msgs are deleted 
5049
5050 2002-11-29 [oliver]     0.8.6claws37
5051         
5052         * src/toolbar.c 
5053                 disable compose button (messageview toolbar) by default
5054                 deleted msgs are moved to trash
5055         
5056 2002-11-29 [melvin]     0.8.6claws36
5057
5058         * configure.in
5059                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5060                 and to detect signatures expirations (gpgme 0.3.6)
5061
5062         * src/main.c
5063                 Use non obsolescent function for Gpgme engine checking.
5064
5065         * src/rfc2015.c
5066                 Inform about expired signatures or signatures which key
5067                 has expired. Expiration date is displayed.
5068
5069         * src/sigstatus.c
5070                 Inform about expired signatures or signatures which key
5071                 has expired.
5072
5073 2002-11-28 [paul]       0.8.6claws35
5074
5075         * src/folderview.c
5076                 re-instate 'Check for new messages' in Newsgroup
5077                 folders right-click menu, after a suggestion from
5078                 Tim Mann <timmann@users.sourceforge.net>
5079
5080         * src/main.c
5081                 after a crash check only local folders for new
5082                 messages
5083
5084 2002-11-28 [paul]       0.8.6claws34
5085
5086         * configure.in
5087                 apply patch that fixes the checking of GTK with XIM 
5088                 support on different OSs, such as FreeBSD. Patch 
5089                 submitted by Topia <topia@users.sourceforge.net>
5090                 
5091 2002-11-28 [paul]       0.8.6claws33
5092
5093         * src/mainwindow.c
5094           src/prefs_common.c
5095           src/prefs_toolbar.c
5096                 more changes to the English
5097
5098 2002-11-28 [paul]       0.8.6claws32
5099
5100         * sync with 0.8.6cvs13
5101                 see ChangeLog 2002-11-28 (no sync needed
5102                 for src/compose.c)
5103
5104 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5105         
5106         * src/mainwindow.[ch]
5107                 add patch by Ivan F. Martinez introducing messageview Toolbar
5108                 some changes and committed by oliver    
5109
5110 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5111
5112         * src/messageview.[ch]
5113                 add patch by Ivan F. Martinez introducing messageview Toolbar
5114                 some changes and committed by oliver    
5115
5116 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5117
5118         * src/compose.[ch]
5119                 add patch by Ivan F. Martinez introducing messageview Toolbar
5120                 some changes and committed by oliver    
5121
5122 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5123         
5124         * src/toolbar.[ch]
5125                 add patch by Ivan F. Martinez introducing messageview Toolbar
5126                 some changes and committed by oliver
5127
5128 2002-11-28 [oliver]     0.8.6claws27
5129         
5130         * src/prefs_toolbar.[ch]
5131                 getting ready for messageview toolbar
5132                 free mem allocated by gettext
5133                 change prefs_toolbar to prefs_toolbar_open
5134  
5135 2002-11-28 [thorsten]   0.8.6claws26
5136
5137         * src/imageview.[ch]
5138                 cleaned up conflicting declarations of
5139                 imageview_show_image()
5140
5141 2002-11-28 [paul]       0.8.6claws25
5142
5143         * src/grouplistdialog.c
5144           src/prefs_common.c
5145           src/prefs_summary_column.c
5146                 a few more improvements to the English
5147
5148 2002-11-28 [colin]      0.8.6claws24
5149
5150         * man/sylpheed.1
5151                 A few updates to command-line parameters
5152
5153 2002-11-28 [colin]      0.8.6claws23
5154
5155         * src/prefs_filtering.c
5156                 Fix problems with prefs_filtering_delete_path:
5157                 a) if the first rule is removed, original pointers
5158                    weren't updated (leading to segfaults)
5159                 b) it was always global_processing updated in case
5160                    of removed path was parent of rule path
5161
5162 2002-11-27 [paul]       0.8.6claws22
5163
5164         * src/mainwindow.c
5165           src/prefs_account.c
5166           src/prefs_actions.c
5167           src/prefs_common.c
5168           src/prefs_customheader.c
5169           src/prefs_display_header.c
5170           src/prefs_filtering.c
5171           src/prefs_folder_item.c
5172           src/prefs_matcher.c
5173           src/prefs_scoring.c
5174           src/prefs_summary_column.c
5175           src/prefs_template.c
5176           src/prefs_toolbar.c
5177                  improve the English in the GUI
5178
5179 2002-11-27 [colin]      0.8.6claws21
5180
5181         * src/folder.c
5182                 Fix processing renaming problems happening after
5183                 last commit
5184
5185 2002-11-27 [colin]      0.8.6claws20
5186
5187         * src/folder.c
5188                 recursive move now deletes src each subfolder after 
5189                 having moved it
5190         * src/folderview.c
5191                 Use identifier instead of path during dnd (enables
5192                 IMAP folder dnd)
5193
5194 2002-11-27 [paul]       0.8.6claws19
5195
5196         * src/main.c
5197                 apply patch that does command-line processing 
5198                 BEFORE gtk_init, allowing claws to run from 
5199                 shell-scripts in non-X environment (e.g. crontab 
5200                 or ip-up, ip-down scripts). Patch submitted by
5201                 Ruslan N. Balkin <baron@dartel.ru>
5202                 
5203         * po/it.po
5204                 updated by Alessandro Maestri
5205
5206 2002-11-27 [paul]       0.8.6claws18
5207
5208         * sync with 0.8.6cvs12
5209           src/prefs_common.c
5210                 Differences are that main uses a 'Receive dialog'
5211                 frame on the Interface tab, whereas claws groups all 
5212                 the dialogs together in a 'Dialogs' frame.
5213
5214 2002-11-27 [colin]      0.8.6claws17
5215
5216         * src/prefs_matcher.c
5217                 Fix Execute criteria's NOT flag
5218
5219
5220 2002-11-26 [christoph]  0.8.6claws16
5221
5222         * src/ssl.c
5223                 rewrite the ssl code a little bit, only use one
5224                 SSL context, set default certificates' file/path
5225
5226 2002-11-26 [thorsten]   0.8.6claws15
5227
5228         * src/compose.c
5229                 default-reply-to didn't work for ml-reply
5230
5231 2002-11-26 [melvin]     0.8.6claws14
5232
5233         * src/prefs_actions.c
5234                 Made pipe-actions ignore short headers in message view
5235                 Made trailing-pipe-actions write in the message view with
5236                 the same font as the original message
5237
5238 2002-11-26 [paul]       0.8.6claws13
5239
5240         * src/compose.c
5241                 this time commit the correct file
5242
5243 2002-11-26 [paul]       0.8.6claws12
5244
5245         * sync with 0.8.6cvs11
5246           src/quote_fmt_parse.y  
5247                 no sync needed
5248           src/account.[ch]       
5249                 not sync'ed
5250           src/compose.c
5251                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5252                 on draft mode.
5253                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5254                 header
5255                 
5256         see ChangeLog 2002-11-25 and 2002-11-26
5257
5258 2002-11-26 [colin]      0.8.6claws11
5259
5260         * src/folderview.c
5261                 Fix collapsed folder not auto-expanding during
5262                 mail dnd, if it was the source folder.
5263
5264 2002-11-25 [colin]      0.8.6claws10
5265
5266         * src/folderview.[ch]
5267                 Variable renaming and cleaning (slist of nodes 
5268                 to be re-collapsed is stored in FolderView)
5269
5270 2002-11-25 [paul]       0.8.6claws9
5271
5272         * src/prefs_common.[ch]
5273                 fix breakage caused by last commit
5274
5275 2002-11-25 [paul]       0.8.6claws8
5276
5277         * sync with 0.8.6cvs4
5278                 see ChangeLog 2002-11-21
5279
5280 2002-11-25 [paul]       0.8.6claws7
5281
5282         * sync with 0.8.6cvs4
5283                 see ChangeLog 2002-11-20
5284
5285 2002-11-25 [paul]       0.8.6claws6
5286
5287         * sync with 0.8.6cvs3
5288                 see ChangeLog 2002-11-18
5289
5290 2002-11-25 [colin]      0.8.6claws5
5291
5292         * src/gtkutils.[ch]
5293                 Add gtkut_ctree_node_is_parent()
5294         * src/folderview.c
5295                 Spring-loaded folders
5296
5297 2002-11-25 [colin]      0.8.6claws4
5298
5299         * src/utils.[ch]
5300                 Add slist_concat_unique(), function to merge
5301                 two GSList filtering dups
5302         * src/folder.[ch]
5303         * src/summaryview.[ch]
5304         * src/folderview.c
5305         * src/main.c
5306                 Add detection/update/display of unread answers
5307                 to marked mails
5308         * src/procmsg.[ch]
5309                 Add procmsg_find_children()
5310                 Add procmsg_msg_has_marked_parent()
5311
5312 2002-11-25 [colin]      0.8.6claws3
5313
5314         * src/ssl_certificate.[ch]
5315                 Allow checking a certificate without a DNS
5316                 lookup
5317                 Allow to forget a cert (by deleting it)
5318                 Make ssl_certificate_destroy_public
5319         * src/ssl_manager.[ch] ** NEW FILES **
5320                 Gui to manage (display/remove) certificates
5321         * src/prefs_common.[ch]
5322                 Add a pref to allow silent acceptation of
5323                 trusted certificates or not (based on the
5324                 "I want to know what's going on" principle)
5325         * src/mainwindow.c
5326                 Add SSL manager in Tools menu
5327         * src/Makefile.am
5328                 Add the new files to the build
5329         * po/POTFILES.in
5330                 Add ssl_manager.c to translations
5331
5332 2002-11-25 [colin]      0.8.6claws2
5333
5334         * src/summaryview.[ch]
5335                 Add S_SEARCH_EXTENDED to the quick search, which 
5336                 allows to search using filtering syntax.
5337
5338 2002-11-25 [colin]      0.8.6claws1
5339
5340         * src/summaryview.c
5341                 Deletion of duplicates now prefer deleting
5342                 the unread dup (fixes feature-request 638989).
5343
5344 2002-11-24 [paul]       0.8.6claws
5345
5346         * po/es.po
5347           po/pl.po
5348           po/ru.po
5349           po/sr.po
5350                 updated by Ricardo Mones Lastra,
5351                 Witold Wladyslaw Wojciech Wilk,
5352                 Ruslan N. Balkin, and  Urke MMI 
5353                 respectively
5354
5355 2002-11-24 [paul]       0.8.5claws182
5356
5357         * po/bg.po
5358                 updated by George Danchev
5359
5360 2002-11-23 [alfons]     0.8.5claws181
5361
5362         * src/imap.c
5363                 tiny memory leak found by browsing Dimitar's 
5364                 valgrind report
5365
5366 2002-11-23 [paul]       0.8.5claws180
5367
5368         * po/it.po
5369                 updated by Alessandro Maestri
5370
5371 2002-11-22 [christoph]  0.8.5claws179
5372
5373         * src/compose.c
5374         * src/inc.c
5375         * src/prefs_filtering.c
5376         * src/summaryview.c
5377                 more warning fixes
5378
5379 2002-11-22 [alfons]     0.8.5claws178
5380
5381         * src/summaryview.c
5382                 summary_execute_delete_func(): if message is deleted, make 
5383                 sure to also remove its entry in the subject hash table. 
5384                 fixes a corner case bug.
5385
5386 2002-11-22 [paul]       0.8.5claws177
5387
5388         * .cvsignore
5389                 add 'autom4te.cache'
5390                 
5391         * ltconfig      ** REMOVED **
5392                 not needed
5393
5394 2002-11-22 [paul]       0.8.5claws176
5395
5396         * src/textview.c
5397                 textview_set_font(): fix for message display in
5398                 UTF-8 locales (thanks to Sergey Vlasov).
5399                 
5400         * AUTHORS
5401                 add new team members and contributors
5402
5403
5404 2002-11-21 [colin]      0.8.5claws175
5405
5406         * src/procmsg.[ch]
5407                 Add procmsg_remove_special_headers()
5408         * src/mh.c
5409                 Use procmsg_remove_special_headers() for 
5410                 previous fix
5411
5412 2002-11-21 [colin]      0.8.5claws174
5413
5414         * src/mh.c
5415                 Fix moving/copying from queue/draft folders
5416                 for MH folders
5417
5418 2002-11-21 [christoph]  0.8.5claws173
5419
5420         * src/crash.c
5421         * src/filtering.c
5422         * src/logwindow.c
5423         * src/main.c
5424         * src/matcher_parser_lex.[hl]
5425         * src/mbox.c
5426         * src/mbox_folder.[ch]
5427         * src/prefs_filtering.c
5428         * src/procheader.c
5429         * src/quote_fmt_lex.l
5430         * src/ssl.c
5431                 fix all warnings except the warnings in lex and yacc files
5432
5433 2002-11-20 [christoph]  0.8.5claws172
5434
5435         * src/imap.c
5436                 fix MsgInfo retrieval for IMAP draft and queue folders
5437                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
5438
5439 2002-11-19 [christoph]  0.8.5claws171
5440
5441         * src/compose.c
5442                 fix segfault, when draft saving does not get
5443                 the MsgInfo of the new message
5444                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
5445
5446 2002-11-19 [christoph]  0.8.5claws170
5447
5448         * src/procmsg.c
5449                 add parameter check for flag setting function
5450                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
5451
5452 2002-11-18 [paul]       0.8.5claws169
5453
5454         * src/compose.c
5455                 more sensitivity fixes to redirect mode:
5456                 * disable toolbar draft button
5457                 * allow only Address book in the Tools menu
5458                 * disable editing of message by the spell
5459                   checker
5460
5461 2002-11-18 [paul]       0.8.5claws168
5462
5463         * src/compose.c
5464                 fix sensitivity of menu items in compose_redirect():
5465                 allow only the necessary items 
5466
5467 2002-11-18 [paul]       0.8.5claws167
5468
5469         * src/compose.c
5470                 fix bug [ 603259 ] 'attachment got lost on bounce'
5471
5472 2002-11-18 [paul]       0.8.5claws166
5473
5474         * po/ru.po
5475                 updated by Ruslan N. Balkin <baron@dartel.ru>
5476
5477 2002-11-18 [colin]      0.8.5claws165
5478
5479         * src/main.c
5480           src/defs.h
5481                 Remove old filtering stuff
5482
5483
5484 2002-11-17 [oliver]     0.8.5claws164
5485
5486         * src/toolbar.h
5487                 remove not needed typedef 
5488
5489 2002-11-17 [oliver]     0.8.5claws163
5490
5491         * src/toolbar.c
5492                 make toolbar's on click events translatable
5493
5494 2002-11-15 [colin]      0.8.5claws162
5495
5496         * src/summaryview.c
5497                 Revert too-soon integration of a feature
5498
5499 2002-11-15 [christoph]  0.8.5claws161
5500
5501         * src/imap.c
5502                 use main's implementation of imap_get_msginfo
5503
5504 2002-11-15 [christoph]  0.8.5claws160
5505
5506         * src/compose.c
5507         * src/folder.[ch]
5508         * src/imap.c
5509         * src/mbox_folder.c
5510         * src/mh.c
5511         * src/news.c
5512         * src/procmsg.c
5513         * src/summaryview.c
5514                 replace claws' fetch_msginfo with main's get_msginfo
5515                 (use main's implementation where possible)
5516
5517 2002-11-15 [colin]      0.8.5claws159
5518
5519         * src/ssl_certificate.c
5520                 Missed a check
5521
5522 2002-11-16 [melvin]     0.8.5claws158
5523
5524         * po/fr.po
5525                 Updated French translations.
5526
5527 2002-11-16 [colin]      0.8.5claws157
5528
5529         * src/ssl_certificate.c
5530                 Check for missing parts in the certificates
5531
5532 2002-11-15 [colin]      0.8.5claws156
5533
5534         * src/folderview.c
5535                 Preventive fix (missing check) found by
5536                 Alfons
5537
5538 2002-11-15 [paul]
5539
5540         * NEWS
5541                 sync with 0.8.6 release
5542
5543 2002-11-15 [colin]      0.8.5claws155
5544
5545         * src/folder.[ch]
5546           src/folderview.c
5547                 Fix error handling of folder_item_move_to()
5548                 (thanks to Alfons!)
5549
5550 2002-11-15 [colin]      0.8.5claws154
5551
5552         * src/folder.[ch]
5553           src/folderview.c
5554                 folder_item_move_to() sets an error message instead
5555                 of having GUI stuff in folder.c
5556
5557 2002-11-15 [colin]      0.8.5claws153
5558
5559         * src/procmsg.[ch]
5560                 Implemented a callback for MsgInfo updates, 
5561                 heavily copy/pasted from Christoph's folder 
5562                 callback system
5563         * src/summaryview.[ch]
5564                 Register summary_update_msg as callback
5565
5566 2002-11-14 [colin]      0.8.5claws152
5567         
5568         * src/procmsg.c
5569                 Update the FolderItem after sending (fixes 617593)
5570
5571 2002-11-14 [christoph]  0.8.5claws151
5572
5573         * src/folder.c
5574                 fix wrong position of NULL pointer check found
5575                 by Sergey
5576
5577 2002-11-14 [christoph]  0.8.5claws150
5578
5579         * src/folder.c
5580                 fix segfault when deleting messages from IMAP folders
5581                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
5582
5583 2002-11-14 [colin]      0.8.5claws149
5584
5585         * src/compose.c
5586                 Forwarding was also ignoring the folder's default account.
5587
5588 2002-11-14 [colin]      0.8.5claws148
5589
5590         * src/compose.c
5591                 Fix sent folder not set to folder properties when 
5592                 forwarding.
5593
5594 2002-11-14 [thorsten]   0.8.5claws147
5595
5596         * src/inc.c
5597                 inc_start(): Files were not moved from .processing to inbox,
5598                 if no global processing rule existed
5599
5600 2002-11-14 [colin]      0.8.5claws146
5601
5602         * src/ssl_certificate
5603                 Fix file operations
5604
5605 2002-11-14 [paul]       0.8.5claws145
5606
5607         * po/it.po
5608                 updated by Alessandro Maestri
5609
5610 2002-11-13 [alfons]     0.8.5claws144
5611
5612         * src/folder.c
5613                 folder_item_close(): only mark messages unread
5614                 when a folder has new messages 
5615
5616 2002-11-13 [keith]      0.8.5claws143
5617
5618         * src/imap.c
5619                 Fix problem moving or copying between
5620                 IMAP folders
5621
5622 2002-11-13 [colin]      0.8.5claws142
5623
5624         * src/matcher_parser_parse.y
5625                 Fix rule problem when " don't match
5626
5627 2002-11-13 [christoph]  0.8.5claws141
5628
5629         * src/folder.c
5630         * src/folderview.c
5631                 moved cache saving to folder_item_close
5632                 the folderview should not have to deal with
5633                 this things
5634
5635 2002-11-13 [christoph]  0.8.5claws140
5636
5637         * src/summaryview.c
5638                 moved setting of important score to
5639                 summary_set_prefs_from_folderitem
5640
5641 2002-11-13 [colin]      0.8.5claws139
5642
5643         * src/matcher_parser_parse.y
5644                 Fix a segfault in the parser (happening when
5645                 a good expression had been tested and a bad 
5646                 one arrives)
5647
5648 2002-11-13 [paul]       0.8.5claws138
5649
5650         * sync with 0.8.5cvs24
5651                 see ChangeLog 2002-11-13
5652                 
5653         * po/pt_BR.po
5654                 updated by Fabio Jr. Beneditto
5655
5656 2002-11-13 [colin]      0.8.5claws137
5657         
5658         * src/msgcache.c
5659           src/defs.h
5660           src/procmsg.[ch]
5661                 Revert last commit, problem
5662
5663 2002-11-13 [colin]      0.8.5claws136
5664
5665         * src/msgcache.c
5666                 Remove duplicated code
5667         * src/defs.h
5668                 Bumped CACHE_VERSION and MARK_VERSION
5669         * src/procmsg.[ch]
5670                 Network endian for cache and mark files
5671
5672 2002-11-12 [colin]      0.8.5claws135
5673
5674         * src/inc.c
5675                 Fix the "socket error" dialog which disappeared
5676
5677 2002-11-12 [colin]      0.8.5claws134
5678
5679         * src/msgcache.c
5680                 Reverse last commit which had performance 
5681                 problems, but still reverse the list
5682
5683 2002-11-12 [colin]      0.8.5claws133
5684
5685         * src/msgcache.c
5686                 Reverse list order
5687
5688 2002-11-12 [melvin]     0.8.5claws132
5689
5690         * src/compose.c
5691                 Added a check for a NULL prefs_common.dictionary
5692
5693 2002-11-12 [colin]      0.8.5claws131
5694
5695         * src/ssl_certificate.[ch]
5696                 Use FQDN hostname
5697
5698 2002-11-12 [colin]      0.8.5claws130
5699
5700         * src/ssl_certificate.[ch]
5701                 Take connection port into account for 
5702                 checking certificates (a single hostname
5703                 could have multiple servers with multiple
5704                 certificates)
5705         * src/ssl.c
5706                 Pass the port to ssl_certificate_check
5707
5708 2002-11-12 [paul]       0.8.5claws129
5709
5710         * src/folder.c
5711                 fix a typo in last commit
5712
5713 2002-11-12 [paul]       0.8.5claws128
5714
5715         * sync with 0.8.5cvs23
5716                 see ChangeLog entry 2002-11-12
5717
5718 2002-11-11 [colin]      0.8.5claws127
5719
5720         * src/ssl_certificate.c
5721                 Cleaner messages
5722                 Don't popup, instead log error, if the 
5723                 corresponding pref is checked
5724         * src/ssl_certificate.h
5725                 include <openssl/objects/h>
5726
5727 2002-11-11 [colin]      0.8.5claws126
5728
5729         * src/ssl_certificate.h
5730                 _Really_ clean it
5731
5732 2002-11-11 [colin]      0.8.5claws125
5733         
5734         * src/ssl_certificate.c
5735                 Fixed leak
5736
5737 2002-11-11 [colin]      0.8.5claws124
5738
5739         * src/ssl.c
5740                 Cleaned a bit
5741         * src/ssl_certificate.[ch]
5742                 Cleaned a bit (better use of SSL API)
5743                 (This will cause non-recognition of saved 
5744                  certificates of claws12[23]...)
5745
5746 2002-11-11 [paul]       0.8.5claws123
5747         
5748         * po/es.po
5749                 updated by Ricardo Mones Lastra
5750
5751 2002-11-11 [colin]      0.8.5claws122
5752
5753         * src/ssl.c
5754                 Fix a typo
5755
5756 2002-11-11 [colin]      0.8.5claws121
5757
5758         * src/ssl_certificate.[ch] ** NEW FILES **
5759         * src/ssl.[ch]
5760                 Check SSL certificates presented to us
5761         * src/Makefile.am
5762                 Add ssl_certificate.[ch]
5763         * po/POTFILES.in
5764                 Add ssl_certificate.c
5765
5766 2002-11-11 [paul]       0.8.5claws120
5767
5768         * sync with 0.8.5cvs22
5769                 see ChangeLog 2002-11-11
5770
5771 2002-11-11 [paul]       0.8.5claws119
5772
5773         * sync with 0.8.5cvs21
5774                 see ChangeLog 2002-11-11
5775
5776 2002-11-10 [jens]       0.8.5claws118
5777
5778         * src/folder.c
5779         * src/folderview.c
5780                 corrected some typing
5781         * po/de.po
5782                 updated german translation
5783         * sylpheed.spec.in
5784                 cleaned up specfile and adjusted it for claws
5785
5786 2002-11-10 [colin]      0.8.5claws117
5787
5788         * src/summaryview.c
5789                 a STATUSBAR_PUSH/POP fix
5790
5791 2002-11-10 [colin]      0.8.5claws116
5792
5793         * src/prefs_folder_item.c
5794                 Fix hanging after opening folder properties
5795
5796 2002-11-10 [hoa]        0.8.5claws115
5797
5798         * src/matcher_parser_lex.l
5799         * src/matcher_parser_parse.y
5800                 config file for scoring and filtering is no more trashed
5801                 when there is a syntax error in a filtering rule when
5802                 editing it in a dialog.
5803
5804 2002-11-09 [colin]      0.8.5claws114
5805
5806         * src/mbox_folder.c
5807                 Added missing initialisation of folder->destroy()
5808
5809 2002-11-09 [colin]      0.8.5claws113
5810
5811         * src/folder.c
5812           src/folderview.c
5813                 Fix the status bar messages
5814
5815 2002-11-09 [colin]      0.8.5claws112
5816
5817         * src/folderview.c
5818                 Fix hangs after folder dnd, happening after 
5819                 claws109.
5820
5821 2002-11-09 [christoph]  0.8.5claws111
5822
5823         * src/folderview.c
5824                 just changed order of calls (reverse order of
5825                 associated calls)
5826         * src/inc.c
5827                 lock inc when checking only one account, otherwise
5828                 inc all could be executed at the same time
5829
5830 2002-11-09 [christoph]  0.8.5claws110
5831
5832         * src/folderview.c
5833                 better unlock the mouse cursor before calling
5834                 summary_show because it changes the cursor too
5835
5836 2002-11-09 [christoph]  0.8.5claws109
5837
5838         * src/folder.[ch]
5839         * src/folderview.c
5840                 add functions to open and close a folder
5841                 o opending will execute scanning for remote folders
5842                   and processing
5843                 o closing will unset new flag for messages
5844
5845 2002-11-09 [colin]      0.8.5claws108
5846
5847         * src/folder.c
5848                 Add a call to prefs_matcher_write_config to 
5849                 avoid non-leaf folders filtering settings to be
5850                 lost
5851
5852 2002-11-09 [paul]       0.8.5claws107
5853
5854         * src/prefs_account.c
5855                 re-word a label
5856
5857 2002-11-09 [colin]      0.8.5claws106
5858
5859         * src/folderview.c
5860                 Minor esthetic fix
5861
5862 2002-11-09 [colin]      0.8.5claws105
5863
5864         * src/folderview.c
5865                 Fix prefs_filtering deletion for MH folders (same
5866                 reason as below)
5867         * src/prefs_filtering.c
5868                 Fix prefs_filtering renaming and deletion for 
5869                 folder-based processing rules.  
5870
5871 2002-11-09 [christoph]  0.8.5claws104
5872
5873         * src/compose.c
5874         * src/folder.[ch]
5875         * src/folderview.[ch]
5876         * src/import.c
5877         * src/inc.c
5878         * src/main.c
5879         * src/mainwindow.c
5880         * src/messageview.c
5881         * src/prefs_folder_item.c
5882         * src/procmsg.c
5883         * src/summaryview.c
5884                 implement a callback system for folder item updates
5885
5886 2002-11-09 [colin]      0.8.5claws103
5887
5888         * src/folderview.c
5889                 Fix prefs_filtering renaming for MH folders (we
5890                 shouldn't rename by path as another folder could
5891                 have the same hierarchy).
5892
5893 2002-11-09 [colin]      0.8.5claws102
5894
5895         * src/folder.c
5896                 Fix a leak found by Christoph, use better variable
5897                 names
5898
5899 2002-11-09 [colin]      0.8.5claws101
5900
5901         * src/folder.c
5902                 One more fix for processing rules
5903
5904 2002-11-08 [colin]      0.8.5claws100
5905         
5906         * src/matcher.c
5907                 Don't copy the compiled regexp (will be reevaluated)
5908         * src/folderview.c
5909                 Lock folderview while moving
5910         * src/folder.c
5911                 Provide info on what's happening to the user
5912
5913 2002-11-08 [colin]      0.8.5claws99
5914
5915         * src/folderview.c
5916                 Fix folder reordering after a move if parent is 
5917                 root
5918         * src/scoring.[ch]
5919                 Add function to copy a ScoringProp
5920         * src/prefs_folder_item.c
5921                 Copy scoring rules when copying a folder prefs
5922
5923 2002-11-08 [colin]      0.8.5claws98
5924
5925         * src/folderview.c
5926                 Fixes in case of failure
5927         * src/filtering.[ch]    
5928                 Add function to duplicate a FilteringProp
5929         * src/matcher.[ch]
5930                 Add function to duplicate a MatcherProp
5931         * src/prefs_folder_item.c
5932                 Save folder's processing rules when copying 
5933                 its prefs
5934
5935 2002-11-08 [colin]      0.8.5claws97
5936         
5937         * src/folderview.c
5938                 Sort after move
5939         * src/folder.c 
5940                 Change a printf to debug_print
5941
5942 2002-11-08 [colin]      0.8.5claws96
5943
5944         * src/folder.c
5945           src/folderview.c
5946                 Fix segfaults, call me stupido
5947         
5948
5949 2002-11-08 [colin]      0.8.5claws95
5950
5951         *src/folder.c
5952                 Added forgotten prefs to save when moving folders
5953
5954 2002-11-08 [colin]      0.8.5claws94
5955
5956         * src/folder.c
5957                 Fixes to folder DND (prefs copy)
5958         * src/folderview.c
5959                 Optimization for folder DND (don't rescan whole tree)
5960                 Added folderview_create_folder_node() for this 
5961                 optimization, so de-duped a bit the code
5962         * src/prefs_folder_item.[ch]
5963                 Added prefs_folder_item_copy_prefs()    
5964           
5965 2002-11-08 [paul]       0.8.5claws93
5966
5967         * src/prefs_account.c
5968           tools/README
5969           tools/kmail2sylpheed_v2.pl
5970                 correct some typos
5971
5972 2002-11-08 [paul]       0.8.5claws92
5973
5974         * src/compose.c
5975           src/prefs_account.[ch]
5976                 remove account options 'clearsign' and 'ascii_armored',
5977                 replace with 'default_gnupg_mode' to prevent mixed-mode
5978                 Privacy settings
5979
5980 2002-11-08 [paul]       0.8.5claws91
5981
5982         * src/compose.[ch]
5983                 re-implement GnuPG 'on-the-fly' mode selection,
5984                 disallow mixed-mode
5985
5986 2002-11-08 [colin]      0.8.5claws90
5987
5988         * src/folderview.c
5989           src/prefs_folder_item.c
5990                 Change "Property" to "Properties"
5991
5992 2002-11-07 [colin]      0.8.5claws89
5993
5994         * src/folderview.c
5995           src/folder.c
5996                 Allow folder dropping to a root folder
5997
5998 2002-11-07 [paul]       0.8.5claws88
5999
6000         * src/compose.c
6001                 revert last commit
6002
6003 2002-11-07 [paul]       0.8.5claws87
6004
6005         * src/compose.c
6006                 fix reply-to-list bug. closes bug report
6007                 "[633382] reply-to-list broken in recent cvs"
6008
6009 2002-11-07 [paul]       0.8.5claws86
6010
6011         * src/compose.c
6012                 add a forgotten '#if USE_GPGME ... #endif'
6013
6014 2002-11-07 [paul]       0.8.5claws85
6015
6016         * sync with 0.8.5cvs20
6017                 see ChangeLog 2002-11-07
6018
6019 2002-11-07 [colin]      0.8.5claws84
6020
6021         * src/folder.[ch]
6022                 Change folder_item_move_to to return the newly 
6023                 created folderitem.
6024         * src/folderview.c
6025                 Select the new folderitem after moving.
6026
6027 2002-11-07 [colin]      0.8.5claws83
6028
6029         * src/prefs_filtering.c
6030                 Fix rule rewriting when moving a leaf folder to a 
6031                 shorter path
6032
6033 2002-11-07 [colin]      0.8.5claws82
6034
6035         * src/prefs_filtering.c
6036                 fix a leak
6037
6038 2002-11-07 [colin]      0.8.5claws81
6039
6040         * src/folder.[ch]
6041                 Add folder_item_move_to() function to move a 
6042                 folderitem into another one (updates matcher etc)
6043         * src/folderview.c
6044                 Add folder drag'n drop (context menu to come)
6045                 [Should be dataloss free, but Please backup before 
6046                  trying !]
6047
6048 2002-11-06 [colin]      0.8.5claws80
6049
6050         * src/mh.c
6051                 mh_create_folder() returns NULL if can't create
6052                 directory hierarchy
6053
6054 2002-11-06 [paul]       0.8.5claws79
6055
6056         * src/compose.[ch]
6057                 allow 'on-the-fly' changing of the type of encryption 
6058                 and/or signing used (mime/ascii) via the compose window
6059
6060 2002-11-06 [paul]       0.8.5claws78
6061
6062         * sync with 0.8.5cvs19
6063                 see ChangeLog 2002-11-06 for src/account.c: 
6064                 account_get_special_folder()
6065                 
6066 2002-11-05 [alfons]     0.8.5claws77
6067
6068         * src/crash.c
6069                 very minor cleanups: nothing to see here, move on. :-)
6070
6071 2002-11-05 [colin]      0.8.5claws76
6072
6073         * src/main.c
6074                 Changes choices if compose windows are opened to
6075                 Discard, Draft, Don't quit
6076
6077 2002-11-05 [thorsten]   0.8.5claws75
6078
6079         * src/compose.c
6080                 reenabled default_reply_to folder option
6081
6082 2002-11-05 [colin]      0.8.5claws74
6083
6084         * src/compose.[ch] 
6085                 add compose_draft()
6086         * src/crash.c
6087                 add SIGTERM handler
6088         * src/main.[ch]
6089                 add clean_quit() for the SIGTERM handler
6090
6091 2002-11-05 [paul]       0.8.5claws73
6092         
6093         * po/es.po
6094                 updated by Ricardo Mones Lastra
6095
6096 2002-11-05 [melvin]     0.8.5claws72
6097
6098         * src/logwindow.c
6099                 Fixed log-clipping bug #616795.
6100                 To stop logging in the log window use 0 length.
6101         * src/prefs_common.c
6102                 Added a label to inform about the 0 log length behaviour.
6103
6104 2002-11-05 [paul]       0.8.5claws71
6105
6106         * sync with 0.8.5cvs17
6107                 see ChangeLog 2002-11-05
6108
6109 2002-11-04 [paul]       0.8.5claws70
6110
6111         * sylpheed-128x128.png
6112           sylpheed-64x64.png
6113           sylpheed.png
6114                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6115                 <nikai@users.sourceforge.net>
6116                 
6117         * po/bg.po
6118                 updated by George Danchev
6119
6120 2002-11-03 [thorsten]   0.8.5claws69
6121
6122         * src/main.c
6123           src/mimeview.c
6124           src/rfc2015.h
6125                 add check if gpg is active
6126
6127 2002-11-03 [thorsten]   0.8.5claws68
6128
6129         * src/toolbar.h
6130                 removed GSList declaration causing trouble on MacOS-X
6131                 (submitted by alfons, reported by xfesty)
6132
6133 2002-11-01 [paul]       0.8.5claws67
6134
6135         * src/mainwindow.c
6136                 remove last remnants of main's filter code
6137
6138 2002-11-01 [paul]       0.8.5claws66
6139
6140         * tools/filter_conv.pl
6141                 fix bug where user-defined headers were ignored
6142
6143 2002-11-01 [paul]       0.8.5claws65
6144
6145         * src/logwindow.c
6146                 make a debug_print() not translatable
6147
6148 2002-10-31 [melvin]     0.8.5claws64
6149
6150         * ac/aspell.m4
6151                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6152                 not run any GNU/aspell test.  The dictionary path will
6153                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6154                 was given, in which case, it will be $prefix/lib/aspell/
6155         * configure.in
6156                 Fixed typo in commentary (Aspell code).
6157
6158 2002-10-31 [paul]       0.8.5claws63
6159
6160         * po/POTFILES.in
6161                 remove src/filter.c and src/prefs_filter.c
6162                 thanks to Ricardo for reminding me
6163
6164 2002-10-31 [colin]      0.8.5claws62
6165
6166         * src/mbox_folder.c
6167                 Plug some leaks
6168
6169 2002-10-31 [paul]       0.8.5claws61
6170
6171         * src/prefs_filter.[ch] ** REMOVED **
6172           src/filter.[ch]       ** REMOVED **
6173           
6174         * src/Makefile.am
6175           src/folderview.c
6176           src/inc.c
6177           src/main.c
6178           src/mainwindow.c
6179           src/mbox.c
6180           src/prefs_common.c
6181           src/prefs_filtering.c
6182           src/summaryview.[ch]
6183                 remove main's 'filter' code
6184                 
6185         README.claws
6186                 update to reflect removal of main's filter
6187
6188 2002-10-31 [paul]       0.8.5claws60
6189
6190         * src/summaryview.c
6191                 remove check for global_processing in summary_filter_open(). 
6192                 This fixes the bug where if the user uses the right-click 
6193                 'Create filter rule...' and doesn't have any filter rules 
6194                 already defined in claws' advanced filtering, the newly 
6195                 created filter rule goes to main's filtering which is 
6196                 inaccessible through the gui. Now the filter rule gets added
6197                 to claws' filtering by default.
6198
6199 2002-10-28 [melvin]     0.8.5claws59
6200
6201         * src/prefs_actions.c
6202                 Fixed bug #627322 where MIME parts were not always
6203                 correctly passed to a %p action
6204                 Display an error dialog when message filename is not found.
6205
6206 2002-10-28 [melvin]     0.8.5claws58
6207
6208         * src/prefs_common.c
6209                 Readded a missing function declaration lost in 0.8.3claws34
6210
6211 2002-10-28 [paul]       0.8.5claws57
6212
6213         * sync with 0.8.5cvs15
6214                 see ChangeLog 2002-10-28 and 2002-10-25
6215                 
6216         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6217
6218 2002-10-27 [oliver]     0.8.5claws56
6219
6220         * src/pop.c
6221                 plug leak in pop3_top_recv
6222
6223 2002-10-26 [christoph]  0.8.5claws55
6224
6225         * src/folder.c
6226                 set need_update folder flag when messages are added
6227                 (closes bug [ 626922 ] folder not updated after receiving)
6228
6229 2002-10-25 [melvin]     0.8.5claws54
6230
6231         * src/imageview.c
6232                 Fixed a memleak introduced in the scaling code.
6233
6234 2002-10-24 [alfons]     0.8.5claws53
6235
6236         * src/filtering.c
6237                 make filtering's forward message action forward from the 
6238                 correct account
6239                 (closes bug [628089 ] Filter -> Forward from address problem
6240                 reported by Oktay)
6241
6242 2002-10-24 [christoph]  0.8.5claws52
6243
6244         * src/mainwindow.c
6245         * src/manual.[ch]
6246                 o use manual of current locale or english if current
6247                   locale is not available (and english is available)
6248                 o also link to sylpheed doc project manuals
6249
6250 2002-10-23 [paul]       0.8.5claws51
6251
6252         * tools/README
6253           tools/kmail2sylpheed_v2.pl
6254                 add new version of kmail addressbook importer script.
6255                 works with newer versions of Kmail/KAddressBook which
6256                 have new and rearranged data.
6257
6258 2002-10-23 [martin]     0.8.5claws50
6259
6260         * src/folderview.c
6261         * src/summaryview.c
6262         * src/utils.h
6263         * src/utils.c
6264                 added length parameter to get_abbrev_newsgroup_name()
6265                 changed this function so that it abbreviates the newsgroup
6266                 names only so long it is smaller than the length parameter
6267                 (for better reading of some newsgroup names and space efficiency)
6268
6269 2002-10-22 [colin]      0.8.5claws49
6270
6271         *src/foldersel.c
6272                 Revert Alfons' last modification (after voting ;-))
6273
6274 2002-10-21 [alfons]     0.8.5claws48
6275
6276         * src/foldersel.c
6277                 folder view in folder selection dialog reflects state of
6278                 folder view in main window
6279
6280 2002-10-18 [alfons]     0.8.5claws47
6281
6282         * src/mbox.c
6283                 drop imported messages in folder selected by user,
6284                 and not in the inbox
6285                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6286
6287 2002-10-18 [alfons]     0.8.5claws46
6288
6289         * src/compose.c
6290                 make automagic reply work correctly for email accounts 
6291                 (whether it's viable to do a full sync with Hiro's 
6292                 compose.c is still under discussion)
6293
6294 2002-10-18 [melvin]     0.8.5claws45
6295
6296         * src/prefs_actions.c
6297                 Fixed bug #622275 where asynchroneous actions left 
6298                 zombies processes
6299                 Made (synchroneous) actions' input be displayed live.
6300
6301 2002-10-18 [christoph]  0.8.5claws44
6302
6303         * src/textview.c
6304                 don't add a newline in the textview in front of the
6305                 first textpart if header display is disabled
6306                 (closes bug [ 603385 ] disabled header display leaves blank
6307                  lin)
6308
6309 2002-10-18 [christoph]  0.8.5claws43
6310
6311         * src/folder.[ch]
6312         * src/imap.c
6313         * src/mbox_folder.c
6314         * src/mh.c
6315         * src/news.c
6316                 folder->get_num_list now returns an error code
6317                 (closes bug [ 609424 ] News cache cleared on failure)
6318                 
6319 2002-10-17 [colin]      0.8.5claws42
6320         
6321         * src/news.c
6322                 Changed a printf by debug_print
6323
6324 2002-10-16 [paul]       
6325
6326         * tools/OOo2sylpheed.pl
6327                 allow for spaces in the name of the
6328                 file to be attached.
6329
6330 2002-10-16 [colin]      0.8.5claws41
6331
6332         * src/main.c
6333                 Use a tristate to change online mode
6334
6335 2002-10-16 [paul]       0.8.5claws40
6336
6337         * po/es.po
6338                 updated by Ricardo Mones Lastra
6339
6340 2002-10-16 [colin]      0.8.5claws39
6341
6342         * src/main.c
6343           src/mainwindow.[ch]
6344                 Added --online and --offline command-line
6345                 switches
6346
6347 2002-10-15 [christoph]  0.8.5claws38
6348
6349         * src/procmime.c
6350                 set mimeinfo->name to NULL after g_free to
6351                 avoid double freeing with g_free
6352
6353 2002-10-14 [christoph]  0.8.5claws37
6354
6355         * src/compose.c
6356         * src/filtering.c
6357         * src/summaryview.c
6358                 remove calls to folder->change_flags that are now
6359                 done by procmsg flag functions (seems it is not
6360                 used by any foldertype anyway)
6361         * src/folder.c
6362                 init folder->change_flags with NULL
6363
6364 2002-10-14 [christoph]  0.8.5claws36
6365
6366         * src/folder.[ch]
6367         * src/imap.[ch]
6368                 use virtual functions for folder item new and destroy
6369                 functions
6370
6371 2002-10-14 [melvin]     0.8.5claws35
6372
6373         * src/compose.c
6374                 Added a test to not run the spell checker if no default
6375                 dictionary is available. No dialog is displayed though.
6376
6377 2002-10-14 [melvin]     0.8.5claws34
6378
6379         * src/gtkaspell.c
6380                 Fixed bug in dictionary list context menu where
6381                 "More..." pointed to an emtpy submenu if the
6382                 number of dictionaries is a multiple of 15
6383                 Removed unneeded code in suggestions list creation
6384
6385 2002-10-14 [paul]       0.8.5claws33
6386
6387         * po/bg.po
6388                 updated by George Danchev
6389
6390 2002-10-13 [hoa]        0.8.5claws32
6391
6392         * src/matcher.[ch]
6393           src/matcher_parser_parser.y
6394                 removed the escaped string from internal structure
6395                 of matcher.
6396
6397 2002-10-12 [colin]      0.8.5claws31
6398
6399         * src/gtksctree.[ch]
6400           src/summaryview.c
6401                 Removed useless function gtksctree_reanchor
6402
6403 2002-10-12 [alfons]     0.8.5claws30
6404         
6405         * sync with remaining main changes 2002-10-09 - 2002-10-11
6406         - drop changes to src/compose.c (requires claws specific changes)
6407         
6408 2002-10-12 [alfons]     0.8.5claws29
6409         
6410         * sync with main changes of 2002-10-08
6411         - drop changes to src/compose.c (requires claws specific changes)
6412         - drop changes to src/summaryview.c (requires changes to compose.c)     
6413
6414 2002-10-12 [alfons]     0.8.5claws28
6415         
6416         * sync with main changes of 2002-10-07
6417
6418 2002-10-12 [alfons]     0.8.5claws27
6419
6420         * sync with main changes of 2002-10-04
6421         - drop changes to src/compose.c (requires claws specific changes)
6422         - drop changes to src/prefs_folder_item.c (claws implementation
6423           seems to be working)
6424
6425 2002-10-12 [colin]      0.8.5claws26
6426
6427         * src/mainwindow.c
6428                 Fix folder-flicker when space-reading, introduced 
6429                 in claws22.
6430
6431 2002-10-12 [colin]      0.8.5claws25
6432
6433         * src/compose.c
6434                 Save account address when saving as draft.
6435                 (closes bug 621838)
6436
6437 2002-10-12 [colin]      0.8.5claws24
6438
6439         * src/summaryview.c
6440                 Fix the problem consisting of no message selected
6441                 after the last message in a folder has been moved.
6442
6443 2002-10-12 [paul]       0.8.5claws23
6444
6445         * src/compose.c
6446           src/prefs_template.c
6447           src/template.[ch]
6448                 add Cc and Bcc to templates. Patch submitted by
6449                 John L. Males.
6450
6451 2002-10-12 [colin]      0.8.5claws22
6452
6453         * src/folderview.c
6454                 Fix a bug after "Check for new messages":
6455                 If a folder was opened, it was still selected at
6456                 the end of the check, but displayed empty.
6457         * src/mainwindow.c
6458                 Remove unnecessary check
6459
6460 2002-10-12 [paul]
6461
6462         * tools/README
6463                 be more verbose in the description of
6464                 OOo2sylpheed.pl
6465                 
6466
6467 2002-10-11 [colin]      0.8.5claws21
6468
6469         * src/mainwindow.c
6470                 Make space work (better) when no mail is selected
6471
6472 2002-10-11 [colin]      0.8.5claws20
6473
6474         * src/inc.c
6475           src/news.c
6476                 fix warnings
6477
6478 2002-10-11 [colin]      0.8.5claws19
6479
6480         * src/mainwindow.c
6481                 revert 0.8.5claws6 changes as i couldn't get to
6482                 anything satisfying
6483
6484 2002-10-11 [melvin]     0.8.5claws18
6485
6486         * src/compose.c
6487                 Removed buggy and unused macro (should have been committed in
6488                 0.8.5claws17)
6489
6490 2002-10-11 [melvin]     0.8.5claws17
6491
6492         * src/compose.c
6493                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
6494
6495 2002-10-11 [thorsten]   0.8.5claws16 
6496
6497         * src/folderview.c
6498                 remove rescan warning
6499
6500 2002-10-11 [colin]      0.8.5claws15 
6501
6502         * src/procheader.c
6503                 fix a segfault that happens if conv_unmime_header
6504                 fails (should be better to find out why it fails)
6505
6506 2002-10-11 [christoph]  0.8.5claws14
6507
6508         * src/summaryview.c
6509                 update folderview stats after ignore/unignore thread
6510
6511 2002-10-11 [hoa]        0.8.5claws13
6512
6513         * src/quote_fmt_parse.y
6514                 Fixed a yacc/bison syntax error
6515         * src/matcher.c
6516                 Escaping of string is fixed.
6517
6518 2002-10-11 [colin]      0.8.5claws12
6519
6520         * src/imageview.c
6521                 Resize images to fit
6522
6523 2002-10-11 [paul]       0.8.5claws11
6524
6525         * po/es.po
6526                 updated by Ricardo Mones Lastra
6527
6528 2002-10-10 [alfons]     0.8.5claws10
6529
6530         * src/compose.c
6531                 allow dropping files by "moving" files from a file manager,
6532                 not only by the more cumbersome "copying". the latter 
6533                 mostly implies holding down the Control button
6534
6535 2002-10-10 [christoph]  0.8.5claws9
6536
6537         * src/summaryview.c
6538                 update folders after thread building for ignored threads
6539
6540 2002-10-10 [christoph]  0.8.5claws8
6541
6542         * config/.cvsignore
6543                 added Makefile
6544         * src/filtering.[ch]
6545         * src/folder.[ch]
6546         * src/folderview.[ch]
6547         * src/import.c
6548         * src/inc.[ch]
6549         * src/mbox.[ch]
6550         * src/procmsg.c
6551         * src/summaryview.[ch]
6552                 o added new flag need_update to FolderItem
6553                 o removed folder_table from various functions from tracking
6554                   folder updates
6555                 o set need_update flags in folder.c's move, copy and delete
6556                   functions and procmsg's flags functions
6557                 o added function folderview_update_items_when_required that
6558                   updates all folders with need_update set
6559                 o call folderview_update_items_when_required instead of
6560                   folderview_update_item_foreach
6561
6562 2002-10-09 [sergey]     0.8.5claws7
6563
6564         * src/compose.c
6565                 Strip CRs whel loading the text into editor in reedit mode.
6566
6567 2002-10-09 [colin]      0.8.5claws6
6568
6569         * src/mainwindow.c
6570                 Make Space work when no mail is selected
6571
6572 2002-10-09 [colin]      0.8.5claws5
6573
6574         * src/gtksctree.[ch]
6575                 Fix range_select
6576                 Add gtk_sctree_reanchor() 
6577         * src/summaryview.c
6578                 Use gtk_sctree_reanchor() - better fix for 
6579                 bug 60413
6580
6581 2002-10-09 [colin]      0.8.5claws4
6582
6583         * src/summaryview.c
6584                 Fix shift-click select after delete problem
6585                 (closes bug 60413)
6586
6587 2002-10-08 [thorsten]   0.8.5claws3
6588
6589         * src/summaryview.c
6590                 exclude current msg from -hide read messages-
6591
6592 2002-10-08 [colin]      0.8.5claws2
6593
6594         * src/inc.[ch]
6595           src/pop.c
6596           src/recv.c
6597                 Differentiate socket errors from disk full
6598                 errors
6599
6600 2002-10-08 [christoph]  0.8.5claws1
6601
6602         * Makefile.am
6603         * configure.in
6604                 modifications for new config directory
6605
6606         * config.guess  ** REMOVED **
6607         * config.sub    ** REMOVED **
6608         * install-sh    ** REMOVED **
6609         * ltmain.sh     ** REMOVED **
6610         * missing       ** REMOVED **
6611         * mkinstalldirs ** REMOVED **
6612                 these files are autogenerated by automake
6613                 when you run autogen.sh
6614
6615         * config/.cvsignore     ** NEW FILE **
6616         * config/Makefile.am    ** NEW FILE **
6617                 ignore autogenerated files
6618                 create a Makefile in this directory
6619
6620 2002-10-08 [paul]       0.8.5claws
6621
6622         * 0.8.5claws release
6623         
6624         * src/compose.c
6625           src/procheader.c
6626           src/procmsg.c
6627                 fix quote reply format for newsgroups reply bug
6628                 (thanks to Hoa)
6629                 
6630         * po/en_GB.po
6631           po/pl.po
6632                 updated by me and Witold Wladyslaw Wojciech Wilk
6633                 repectively
6634
6635 2002-10-07 [paul]       0.8.3claws53
6636
6637         * po/it.po
6638           po/pt_BR.po
6639           po/sr.po
6640                 updated messages catalogs, submitted by
6641                 Alessandro Maestri, Fabio Jr.Beneditto 
6642                 and Urke MMI, respectively.
6643
6644 2002-10-07 [christoph]  0.8.3claws52
6645
6646         * src/folder.[ch]
6647         * src/folderview.c
6648         * src/mainwindow.c
6649                 fix new folder ghost message bug
6650                 (closes bug [ 619722 ] wrong count for newly created folders)
6651
6652 2002-10-07 [christoph]  0.8.3claws51
6653
6654         * src/compose.c
6655                 fix news posting problem
6656
6657 2002-10-07 [melvin]     0.8.3claws50
6658
6659         * po/fr.po
6660                 Updated French translation
6661
6662 2002-10-05 [christoph]  0.8.3claws49
6663
6664         * src/gtkstext.c
6665                 check if line_start_cache is set in gtk_stext_update_text
6666                 (closes bug [ 618119 ] crash while doing search in folder)
6667
6668 2002-10-05 [christoph]  0.8.3claws48
6669
6670         * src/imap.c
6671         * src/news.c
6672         * src/utils.c
6673         * src/utils.h
6674                 implement cache cleanups for claws' folder system
6675                 (closes bug [ 595916 ] imapcache not cleaned up)
6676
6677 2002-10-05 [melvin]     0.8.3claws47
6678
6679         * src/prefs_actions.c
6680                 Made the help text more clear for the %p token
6681
6682 2002-10-04 [paul]       0.8.3claws46
6683
6684         * sync with 0.8.5
6685                 see ChangeLog 2002-10-02 and 2002-10-03
6686
6687 2002-10-04 [christoph]  0.8.3claws45
6688
6689         * src/inc.c
6690                 fix segfault caused by pop before smtp
6691                 call to inc_account_mail with NULL
6692                 pointer for mainwin
6693
6694 2002-10-04 [paul]       0.8.3claws44
6695
6696         * configure.in
6697                 sync the LDAP detection from 0.8.5cvs1
6698
6699 2002-10-02 [christoph]  0.8.3claws43
6700
6701         * po/de.po
6702                 fix small spelling error
6703
6704 2002-10-02 [melvin]     0.8.3claws42
6705
6706         * ac/aspell.m4
6707                 Behave better and say "no" when test program cannot be run.
6708
6709 2002-10-02 [paul]       0.8.3claws41
6710
6711         * sync with 0.8.4cvs1
6712                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
6713                 
6714         * src/summaryview.c
6715                 toggle the behavior of Reply menuitem between
6716                 normal reply and reply-to-list
6717
6718 2002-10-01 [sergey]     0.8.3claws40
6719
6720         * src/compose.c
6721                 Convert newlines in the message text to the canonical form
6722                 before base64 encoding (RFC2045 compliance, fixes some
6723                 interoperability issues with Evolution 1.0.3)
6724
6725 2002-09-29 [colin]      0.8.3claws39
6726
6727         * src/summaryview.c
6728                 Fix an unwanted copy/paste
6729
6730 2002-09-29 [colin]      0.8.3claws38
6731
6732         * src/mainwindow.c
6733                 Renamed "Custom toolbar" to "Customize toolbar"
6734                 Renamed "Show all header" to "Show all headers"
6735                 Renamed "Set diplay item" to "Set displayed items"
6736         * src/prefs_common.c
6737                 Renamed "Show all header" to "Show all headers"
6738         * src/prefs_summary_column.c
6739                 Renamed "diplay item" to "displayed items"
6740
6741 2002-09-29 [colin]      0.8.3claws37
6742
6743         * src/mainwindow.[ch]
6744                 online/offline status pixmaps follow theme
6745                 changes
6746         * src/summaryview.[ch]
6747                 quicksearch pixmap follows theme changes
6748
6749 2002-09-29 [thorsten]   0.8.3claws36
6750
6751         * src/compose.c
6752           src/prefs_folder_item.[ch]
6753                 add default_reply_to folder option (closes patch 581044)
6754
6755 2002-09-29 [christoph]  0.8.3claws35
6756
6757         * acconfig.h    ** REMOVED **
6758         * configure.in
6759         * ac/aspell.m4
6760         * ac/check-type.m4
6761         * ac/gnupg-check-typedef.m4
6762                 fix autoheader 2.50 warning
6763
6764 2002-09-29 [christoph]  0.8.3claws34
6765
6766         * major code cleanup (part 2)
6767         
6768                 - unused variables removed
6769                 - unused functions removed
6770                 - uninitialized variables checked
6771                 - missing return statements added
6772                 - missing function return types added
6773                 - added parentheses around assignment
6774                   when suggested by gcc
6775
6776 2002-09-29 [alfons]     0.8.3claws33
6777
6778         * src/logwindow.c
6779                 log_window_clear(): only bracket gtk_text_forward_delete() 
6780                 with gtk_text_freeze() / gtk_text_thaw() (see if this
6781                 works around GTK text bug)
6782
6783 2002-09-29 [paul]       0.8.3claws32
6784
6785         * po/bg.po
6786           po/sr.po
6787                 updated by George Danchev and Urke MMI
6788                 respectively
6789
6790 2002-09-27 [christoph]  0.8.3claws31
6791
6792         * doc-src/readme.txt
6793         * doc-src/rfc1806.txt   ** REMOVED **
6794         * doc-src/rfc2183.txt   ** NEW FILE **
6795         * doc-src/rfc2980.txt   ** NEW FILE **
6796                 update rfcs
6797
6798 2002-09-27 [melvin]     0.8.3claws30
6799
6800         * ac/aspell.m4
6801                 Fixed typo which could break linking
6802
6803 2002-09-27 [melvin]     0.8.3claws29
6804
6805         * ac/aspell.m4
6806                 Improved GNU/aspell checking. 
6807                 Fixed bug #614490
6808
6809 2002-09-27 [paul]       0.8.3claws28
6810
6811         * sync with 0.8.3cvs8
6812                 see ChangeLog 2002-09-27
6813
6814 2002-09-26 [colin]      0.8.3claws27
6815
6816         * src/toolbar.[ch]
6817           src/mainwindow.[ch]
6818                 Add "Reply to Mailing-list" to the toolbar
6819
6820 2002-09-26 [christoph]  0.8.3claws26
6821
6822         * src/summaryview.c
6823                 Fix wrong message counts in summaryview status
6824
6825 2002-09-26 [paul]       0.8.3claws25
6826
6827         * sync with 0.8.3cvs7
6828                 see ChangeLog 2002-09-26
6829
6830 2002-09-26 [paul]       0.8.3claws24
6831
6832         * sync with 0.8.3cvs6
6833                 see ChangeLog 2002-09-25
6834
6835 2002-09-25 [christoph]  0.8.3claws23
6836
6837         * src/prefs_common.c
6838         * src/prefs_folder_item.c
6839         * src/prefs_scoring.c
6840                 Renamed "kill score" to "hide score" in GUI
6841                 and prefs files
6842
6843 2002-09-25 [paul]       0.8.3claws22
6844
6845         * sync with 0.8.3cvs5
6846                 see ChangeLog 2002-09-24
6847
6848 2002-09-24 [alfons]     0.8.3claws21
6849
6850         patch by Satoshi Nagayasu: allows appending / saving multiple 
6851         selected files (closes "[ 612279 ] save multiple mesg(s) in 
6852         'Save as ...'")
6853
6854         * AUTHORS
6855                 add Satoshi Nagayasu
6856         * src/summaryview.c
6857                 summary_save_as(): allow saving selected files to
6858                 one file
6859                 summary_set_menu_sensitive: enable "Save As..." when
6860                 multiple files are selected
6861         * src/utils.[ch]
6862                 append_file(): new function
6863
6864 2002-09-24 [colin]      0.8.3claws20
6865
6866         * src/procmime.c
6867                 Fix segfault when mimeinfo doesn't have a 
6868                 content_type. 
6869
6870 2002-09-24 [colin]      0.8.3claws19
6871
6872         * src/prefs_common.[ch]
6873                 Add a preference to display send dialog or not
6874         * src/send.c
6875                 Display send dialog according to preference
6876
6877 2002-09-24 [colin]      0.8.3claws18
6878
6879         * src/compose.[ch]
6880                 Disable user actions when sending
6881
6882 2002-09-24 [colin]      0.8.3claws17
6883
6884         * src/procmime.c
6885                 Do not display name or filename for attachments
6886                 with an application/pgp-signature type
6887                 (security flaw, see bug 537413)
6888
6889 2002-09-23 [colin]      0.8.3claws16
6890
6891         * src/editaddress.c
6892                 Initialize entry_email, entry_alias and 
6893                 entry_remarks to first email address of the list
6894
6895 2002-09-23 [colin]      0.83claws15
6896
6897         * src/compose.c
6898                 Drop pgp-signature when reediting a signed queued
6899                 message
6900
6901 2002-09-23 [melvin]     0.8.3claws14
6902
6903         * po/fr.po
6904                 Updated French translation
6905
6906 2002-09-23 [melvin]     0.8.3claws13
6907
6908         * src/mainwindow.c
6909                 Made custom toolbar menu labels more consistent
6910         * src/prefs_toolbar.c
6911                 Made custom toolbar window title more consistent
6912
6913 2002-09-22 [colin]      0.8.3claws12
6914
6915         * src/inc.c
6916                 Initialize session type to normal before getting 
6917                 mail (fixes strange Get behaviour)
6918         * src/prefs_account.h
6919                 Move STYPE_POP_BEFORE_SMTP to last position to 
6920                 avoid other side-effects
6921
6922 2002-09-22 [colin]      0.8.3claws11
6923
6924         * src/prefs_account.c
6925                 Fix pop_bfr_smtp_tm_entry sensivity when switching
6926                 from pop3 to apop or vice-versa
6927
6928 2002-09-22 [colin]      0.8.3claws10
6929         
6930         * src/prefs_account.[ch]
6931                 Add an option for the POP before SMTP timeout
6932         * src/inc.c
6933                 Remember time of last POP connection
6934         * src/send.c
6935                 Do POP before SMTP only if timeout reached
6936
6937 2002-09-22 [oliver]     0.8.3claws9
6938         
6939         * README.claws
6940                 explain custom toolbar
6941
6942 2002-09-22 [oliver]     0.8.3claws8
6943
6944         * src/prefs_actions.[ch]
6945         custom toolbar for compose      
6946                 actions callback from compose toolbar
6947         * src/folderview.c
6948                 remove include toolbar.h
6949
6950 2002-09-22 [oliver]     0.8.3claws7
6951         
6952         * src/prefs_toolbar.[ch]
6953                 custom toolbar for compose
6954                 - generic prefs_toolbar handles both
6955                   Mainwin's toolbar as well as Compose toolbar          
6956
6957 2002-09-22 [oliver]     0.8.3claws6
6958         
6959         * src/toolbar.[ch]
6960                 custom toolbar for compose
6961                 restructure toolbar.[ch]
6962
6963 2002-09-22 [oliver]     0.8.3claws5
6964
6965         * src/compose.[ch]
6966                 custom toolbar for compose
6967
6968 2002-09-22 [oliver]     0.8.3claws4
6969         
6970         * src/mainwindow.[ch]
6971                 custom toolbar for compose 
6972                 move mainwin toolbar back to mainwindow
6973
6974 2002-09-22 [alfons]     0.8.3claws3
6975
6976         * src/procmsg.c
6977                 :%sno/if(/if (/gc
6978                 :%sno/for(/for (/gc
6979                 (beautify)
6980
6981 2002-09-22 [alfons]     0.8.3claws2
6982         
6983         * src/procmsg.c
6984                 procmsg_save_to_outbox(): don't unlink message file from queue;
6985                 callers should do it using folder_item_remove_msg()
6986
6987 2002-09-22 [colin]      0.8.3claws1
6988
6989         * src/mimeview.[ch]
6990                 Made mimeview_check_signature() public
6991         * src/textview.c
6992                 Made GPG signatures verifiable by clicking
6993                 the [application/pgp-signature] in the Text
6994                 view
6995
6996 2002-09-22 [paul]       0.8.3claws
6997
6998         * po/bg.po
6999           po/en_GB.po
7000           po/es.po
7001           po/it.po
7002           po/pl.po
7003           po/pt_BR.po
7004           po/sr.po
7005                 updated translations, submitted by George Danchev,
7006                 me, Ricardo Mones Lastra, Alessandro Maestri,
7007                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7008                 and Urke MMI, respectively.     
7009
7010 2002-09-22 [alfons]     0.8.2claws65
7011
7012         * src/procmsg.c
7013         * src/pgptext.c
7014                 no furry valgrinds have been used to plug these memleaks
7015
7016 2002-09-20 [paul]       0.8.2claws64
7017
7018         * sync with 0.8.3cvs4
7019                 'Select thread' re-implemented 
7020                 see ChangeLog 2002-09-20
7021
7022 2002-09-21 [alfons]     0.8.2claws63
7023
7024         * src/compose.c
7025                 compose_send(): plug unnoticed memleak
7026
7027 2002-09-20 [alfons]     0.8.2claws62
7028
7029         * src/addr_compl.c
7030                 replace_address_in_edit(): strict check for NULL address to
7031                 fix "[ 607348 ] Segfault in address completion". My guess is
7032                 that this happens with an empty address book, but it's good
7033                 to have this check here anyway
7034                 
7035                 completion_window_button_press(): free string returned 
7036                 from the internal cache
7037
7038 2002-09-20 [christoph]  0.8.2claws61
7039
7040         * src/procmime.h
7041                 added ENC_BINARY to EncodingType
7042         * src/procmime.c
7043                 the string returned by procmime_get_encoding_str
7044                 should not depend on the order of values in the
7045                 EncodingType definition
7046         * doc-src/rfc1806.txt   ** NEW FILE **
7047                 Added rfc1806 about MIME Content-Disposition
7048                 Extension
7049
7050 2002-09-19 [paul]       0.8.2claws60
7051
7052         * sync with 0.8.2cvs3
7053                 see ChangeLog 2002-09-19
7054
7055 2002-09-19 [paul]       0.8.2claws59
7056
7057         * src/prefs_folder_item.c
7058                 revert to Darko's original alignment of colour
7059                 selector button
7060                 add a colon to folder_color label
7061                 
7062         * src/compose.c
7063                 add Colin's patch (with Hiro's modifications) to 
7064                 force BASE64 encoding for 8-bit text when signing
7065                 (sync with 0.8.3cvs2)
7066
7067 2002-09-18 [alfons]     0.8.2claws58
7068
7069         * src/compose.c
7070                 :%sno/if(/if (/gc
7071                 :%sno/for(/for (/gc
7072                 (beautify a little bit)
7073
7074 2002-09-18 [christoph]  0.8.2claws57
7075
7076         * src/pine.c
7077                 fix handling of fgetc return value
7078
7079 2002-09-17 [alfons]     0.8.2claws56
7080         
7081         * src/summaryview.c
7082                 summary_sort(): check non-NULL summaryview->folder_item when no 
7083                 folder is selected at all
7084                 (closes "[ 610344 ] sort label make syl Crash")
7085
7086 2002-09-17 [alfons]     0.8.2claws55
7087         
7088         * src/compose.c
7089                 beautify a little bit
7090
7091 2002-09-17 [christoph]  0.8.2claws54
7092
7093         * src/folder.c
7094                 initialize max values for cache and folder
7095                 when cache or folder is empty
7096
7097 2002-09-15 [colin]      0.8.2claws53
7098
7099         * src/compose.c
7100                 Fix a leak (thanks Alfons!) and cleaned
7101                 variables names for custom headers
7102
7103 2002-09-15 [colin]      0.8.2claws52
7104
7105         * src/compose.c
7106                 Fix custom headers recognition when
7107                 prefs_common.trans_hdr is on
7108
7109 2002-09-15 [colin]      0.8.2claws51
7110
7111         * src/compose.c
7112                 Allow dynamically-added custom headers
7113                 Yet not reparsed if reedited
7114
7115 2002-09-15 [alfons]     0.8.2claws50
7116
7117         * src/prefs_account.c
7118                 fix warnings
7119
7120 2002-09-15 [colin]      0.8.2claws49
7121         
7122         * src/prefs_account.c
7123                 fix pop_before_smtp sensitivity
7124
7125 2002-09-15 [colin]      0.8.2claws48
7126
7127         * src/inc.[ch]
7128                 add inc_pop_before_smtp()
7129                 allow MainWindow to be undefined in 
7130                 inc_account_mail() and inc_start()
7131         * src/pop.c
7132           src/prefs_account.h
7133                 add STYPE_POP_BEFORE_SMTP session type
7134         * src/prefs_account.c
7135                 activated pop before smtp option
7136         * src/send.c
7137                 do pop before smtp if the relevant option 
7138                 is set
7139
7140 2002-09-15 [paul]       0.8.2claws47
7141
7142         * sync with 0.8.3
7143                 see ChangeLog 2002-09-15
7144
7145 2002-09-14 [paul]       0.8.2claws46
7146
7147         * po/bg.po
7148                 updated Bulgarian translation, submitted by
7149                 George Danchev
7150
7151 2002-09-13 [paul]       0.8.2claws45
7152
7153         * src/compose.c
7154                 merge claws' select_account() with main's
7155                 (new) compose_select_account(). [sync with
7156                 0.8.2cvs15, see ChangeLog 2002-09-11]
7157
7158 2002-09-12 [christoph]  0.8.2claws44
7159
7160         * src/filter.c
7161                 allocate 1 elements of FolderItem not 0
7162
7163 2002-09-12 [colin]      0.8.2claws43
7164
7165         * src/compose.c
7166                 Fix bug #590825 (obey Follow-up: poster)
7167
7168 2002-09-12 [colin]      0.8.2claws42
7169
7170         * src/procmime.c
7171                 Fix bug #557009 (wrong headers for messages 
7172                 forwarded as attachments)
7173
7174 2002-09-11 [colin]      0.8.2claws41
7175         
7176         * src/compose.c
7177                 Put SCF: pseudo-header on top of message
7178                 Set draft tmp_flag when saved as draft
7179
7180         * src/procmsg.c
7181           src/procheader.c
7182                 Skip after first \n\n for beginning of real message
7183                 for drafts too
7184
7185 2002-09-11 [christoph]  0.8.2claws40
7186
7187         * src/filtering.c
7188                 use procmsg flag functions in filtering or processing
7189                 will cause incorrect folder message counts
7190
7191 2002-09-11 [colin]      0.8.2claws39
7192
7193         * src/compose.c
7194                 Fix bug #550175 - wrong save folder when reediting
7195                 drafts
7196
7197 2002-09-11 [paul]       0.8.2claws38
7198
7199         * sync with 0.8.2cvs14
7200                 see ChangeLog 2002-09-11
7201
7202 2002-09-11 [colin]      0.8.2claws37
7203
7204         * src/folder.c
7205                 Fix a typo (seeming to cause new/unread status to
7206                 be lost)
7207
7208 2002-09-10 [christoph]  0.8.2claws36
7209
7210         * src/compose.c
7211                 compose_redirect should not use compose_generic_new
7212                 because that does more stuff than expected including
7213                 opening the external editor
7214                 (closes bug "[ 526608 ] bounced messages appear blank
7215                  in editor")
7216
7217 2002-09-10 [christoph]  0.8.2claws35
7218
7219         * src/folder.c
7220                 fix problem with too large message number range
7221                 causing a crash in folder_item_scan
7222
7223 2002-09-10 [paul]       0.8.2claws34
7224
7225         * sync with 0.8.2cvs13
7226                 see ChangeLog 2002-09-10
7227
7228 2002-09-10 [christoph]  0.8.2claws33
7229
7230         * src/msgcache.c
7231                 set MsgInfo TmpFlags for queue and draft folders
7232                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7233
7234 2002-09-10 [paul]       0.8.2claws32
7235
7236         * AUTHORS
7237           po/bg.po      ** NEW FILE **
7238                 new Bulgarian translation submitted by
7239                 George Danchev <danchev@spnet.net>
7240                 
7241         * tools/Makefile.am
7242           tools/README
7243           tools/tb2sylpheed     ** NEW FILE **
7244                 add script that converts an addressbook exported
7245                 from The Bat! into a Sylpheed addressbook. Submitted
7246                 by Urke MMI <urke-kg@eunet.yu>
7247
7248 2002-09-10 [paul]       0.8.2claws31
7249
7250         * sync with 0.8.2cvs12
7251                 see ChangeLog 2002-09-10
7252
7253 2002-09-06 [paul]       0.8.2claws30
7254
7255         * src/prefs_common.c
7256                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7257                 
7258         * tools/Makefile.am
7259           tools/README
7260           tools/ldif-to-xml.py  ** REMOVED **
7261                 remove obsolete python script
7262
7263 2002-09-06 [paul]       0.8.2claws29
7264
7265         * sync with 0.8.2cvs10
7266                 see ChangeLog 2002-09-06
7267
7268 2002-09-04 [paul]       0.8.2claws28
7269
7270         * sync with 0.8.2cvs9
7271                 see ChangeLog 2002-08-04
7272
7273 2002-09-04 [colin]      0.8.2claws27 
7274
7275         * src/prefs_common.[ch]
7276                 Added signature color configuration
7277         * src/textview.c
7278                 Use user-specified signature color
7279
7280 2002-09-03 [colin]      0.8.2claws26
7281
7282         * src/prefs_common.[ch]
7283                 Added autosave and autosave_length prefs
7284         * src/compose.c
7285                 Added compose_remove_draft()
7286                 Auto-save drafts according to the prefs
7287         * src/main.c
7288                 Added a crash-indicator file, allowing to check
7289                 for new messages on startup if Sylpheed crashed
7290                 (makes saved drafts "reappear")
7291
7292 2002-09-03 [colin]      0.8.2claws25
7293
7294         * src/textview.[ch]
7295                 Grey the signature
7296
7297 2002-09-03 [paul]       0.8.2claws24
7298
7299         * sync with 0.8.2cvs8
7300                 see ChangeLog 2002-09-02 and 2002-09-03
7301
7302 2002-09-03 [darko]      0.8.2claws23
7303
7304         * src/folderview.c
7305                 use normal style when creating new folder to pick
7306                 proper font size 
7307
7308 2002-09-02 [melvin]     0.8.2claws22
7309
7310         * src/gtkaspell.m4
7311                 removed some obsolete code
7312
7313 2002-09-02 [melvin]     0.8.2claws21
7314
7315         * ac/aspell.m4
7316                 fixed test's equality sign (== to =)
7317
7318 2002-09-02 [alfons]     0.8.2claws20
7319
7320         * src/folder.c
7321         * src/mh.c
7322                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7323                 as folder->destroy virtual as suggested by Hiro
7324                 (the mh.c code seems to have been lost around mh.c.1.21)
7325
7326 2002-09-02 [paul]       0.8.2claws19
7327
7328         * po/pt_BR.po
7329                 updated by Fabio Jr. Beneditto
7330                 
7331         * src/defs.h
7332                 use 'http://claws.sylpheed.org' for homepage link. 
7333                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7334
7335 2002-09-01 [alfons]     0.8.2claws18
7336
7337         * src/mh.c
7338                 plug memleak related to one Martin Kluge found
7339
7340 2002-08-31 [paul]       0.8.2claws17
7341
7342         * sync with 0.8.2cvs6
7343                 see ChangeLog 2002-08-30
7344
7345 2002-08-31 [alfons]     0.8.2claws16
7346
7347         * src/folder.c
7348                 folder_destroy(): remove mailbox from folderlist even if it has
7349                 no destroy virtual
7350
7351 2002-08-31 [alfons]     0.8.2claws15
7352
7353         * src/folder.c
7354                 :%sno/if(/if (/gc
7355                 :%sno/for(/for (/gc
7356                 (being pedantic I know)
7357
7358 2002-08-31 [alfons]     0.8.2claws14
7359
7360         * src/folder.c
7361                 check for NULL pointers returned from folder->fetch_msginfo virtual
7362                 (should solve some reported crashes)
7363
7364 2002-08-30 [alfons]     0.8.2claws13
7365
7366         * acconfig.h
7367         * configure.in
7368         * src/crash.c
7369                 enable crash dialog on compilation time
7370                 (--enable-crash-dialog configure option)
7371
7372 2002-08-30 [alfons]     0.8.2claws12
7373
7374         * AUTHORS
7375                 add Martin Kluge
7376         * src/mh.c
7377                 apply memory leak plug patch by Martin Kluge
7378                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
7379                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
7380                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
7381
7382 2002-08-30 [darko]      0.8.2claws11
7383
7384         * src/folderview.c
7385                 copy Gtk style from normal style to match
7386                 font size for coloured folders
7387
7388 2002-08-29 [alfons]     0.8.2claws10
7389
7390         * sylpheed.desktop
7391                 Type=Internet <- Type=Application
7392                 (reported by Michael Schwendt, see:
7393                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
7394                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
7395
7396 2002-08-29 [paul]       0.8.2claws9
7397
7398         * sync with 0.8.2cvs5
7399                 see ChangeLog 2002-08-29
7400
7401 2002-08-29 [colin]      0.8.2claws8
7402
7403         * src/summaryview.c
7404                 Added a sanity check in summary_select_thread
7405                 Should fix bug 601605
7406
7407 2002-08-29 [colin]      0.8.2claws7
7408
7409         * src/main.c
7410                 Revert claws6 changes regarding bug #591676
7411
7412 2002-08-28 [colin]      0.8.2claws6
7413         
7414         * src/main.c
7415                 Ignore cache for queue folderitems
7416                 Fix bug #591676
7417
7418 2002-08-28 [melvin]     0.8.2claws5
7419
7420         * README.claws
7421                 Fixed typos.
7422
7423 2002-08-28 [melvin]     0.8.2claws4
7424
7425         * README.claws
7426                 Updated a bit the text concerning the spell checker
7427
7428 2002-08-28 [melvin]     0.8.2claws3
7429
7430         Merged the GNU_aspell_branch:
7431                 Support of new GNU/aspell is now included and the old pspell
7432                 is not supported anymore.
7433                 See README.claws
7434
7435         * README.claws
7436                 Updated spell checker text to reflect the switch to GNU/aspell
7437
7438         * ac/aspell.m4          *** NEW ***
7439         * src/gtkaspell.[ch]    *** NEW *** 
7440         * ac/pspell.m4          *** DELETED *** 
7441         * src/gtkspell.[ch]     *** DELETED ***
7442
7443         * ac/Makefile.am
7444                 Updated for GNU/aspell support
7445
7446         * po/POTFILES.in
7447                 Replaced gtkspell.c by gtkaspell.c
7448
7449         * acconfig.h
7450         * src/Makefile.am
7451         * src/about.c
7452         * src/compose.[ch]
7453         * src/crash.c
7454         * src/main.c
7455         * src/prefs_common.[ch]
7456                 Updated for GNU/aspell support
7457
7458 2002-08-28 [paul]       0.8.2claws2
7459
7460         * sync with 0.8.2cvs4
7461                 see ChangeLog 2002-08-27 and 2002-08-28
7462
7463 2002-08-28 [colin]      0.8.2claws1
7464
7465         * src/summary_search.c
7466                 Added "AND search"
7467
7468 2002-08-28 [jens]       0.8.2claws
7469
7470         *po/de.po
7471                 Updated German translations
7472
7473 2002-08-27 [melvin]     0.8.2claws
7474
7475         * po/fr.po
7476                 Updated French translations
7477
7478 2002-08-27 [paul]       0.8.2claws
7479
7480         * sync with 0.8.2 main release
7481
7482         * po/en_GB.po
7483           po/es.po
7484           po/it.po
7485           po/pl.po
7486           po/pt_BR.po
7487           po/sr.po
7488                 updated message catalogs submitted by
7489                 Ricardo Mones Lastra, Alessandro Maestri,
7490                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
7491                 Beneditto and Urke MMI  
7492
7493 2002-08-27 [hoa]        0.8.1claws123
7494
7495         * src/mainwindow.[ch]
7496         * src/summaryview.[ch]
7497                 removed the "filter setting" menu option.
7498                 add a "cancel a news message" menu option.
7499
7500 2002-08-26 [martin]     0.8.1claws122
7501
7502         * ChangeLog.claws
7503                 changed string under 0.8.1claws79 changed by myself
7504                 i'm sorry alfons :(
7505
7506 2002-08-26 [martin]     0.8.1claws121
7507
7508         * src/crash.c
7509                 added kill command to debuggerrc to start crash dialog
7510
7511 2002-08-26 [paul]       0.8.1claws120
7512
7513         * sync with 0.8.1cvs31
7514                 see ChangeLog 2002-08-26
7515
7516 2002-08-25 [alfons]     0.8.1claws119
7517
7518         * src/procmsg.c
7519                 fix bug that didn't send out correct headers to news server
7520                 when sending news article and email from queue (bug reported
7521                 and patch provided by Tim Mann; closes bug 
7522                 "[ 583196 ] 0.7.8claws can't post news")
7523
7524 2002-08-25 [alfons]     0.8.1claws118
7525
7526         * src/selective_download.c
7527                 mark two strings as translatable
7528                 (thanks to Urke MMI for pointing this out)
7529
7530 2002-08-25 [alfons]     0.8.1claws117
7531
7532         * src/summaryview.c
7533                 treat sent boxes as special and allow sorting them by addressee
7534                 (closes "[ 589418 ] Sent folder sorting misbehavior"
7535                 submitted by Steve Lamb)
7536
7537 2002-08-24 [alfons]     0.8.1claws116
7538
7539         * src/matcher.c
7540                 fix memleak reported by Martin Kluge
7541                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
7542
7543 2002-08-24 [oliver]     0.8.1claws115
7544
7545         * src/prefs_toolbar.c
7546                 o code cleanup as suggested by Alfons
7547                 o memleak fix
7548
7549 2002-08-24 [alfons]     0.8.1claws114
7550
7551         * src/summaryview.c
7552                 o fix another memory leak reported by Martin Kluge
7553                   (see "[ 599568 ] Small Memory Leak")
7554                 o remove 'from' variable from 'summary_set_header()'; we can
7555                   do with just 'to' 
7556
7557 2002-08-24 [paul]       0.8.1claws113
7558
7559         * sync with 0.8.1cvs30
7560                 see ChangeLog 2002-08-23
7561
7562 2002-08-24 [alfons]     0.8.1claws112
7563
7564         * src/summaryview.c
7565                 remove unnecessary allocations for search bar fixing leaks
7566                 reported by Martin Kluge
7567                 (see "[ 599451 ] Further memory leaks?")
7568
7569 2002-08-24 [alfons]     0.8.1claws111
7570
7571         * src/main.c
7572                 make get_socket_name() public for crash.c
7573         * src/crash.c
7574                 o make report bug button work (goes to claws' 
7575                   bug tracker at sf.net)
7576                 o introduce function for doing important stuff just
7577                   before claws goes down
7578                 o clean up code 
7579
7580 2002-08-24 [alfons]     0.8.1claws110
7581
7582         * src/compose.c
7583                 move cursor to "To" entry when forwarding as attachment
7584                 (reported and solved by Steve Lamb, closes bug report
7585                 "[ 592880 ] Forward as attachment; cursor not in to")
7586
7587 2002-08-24 [colin]      0.8.1claws109
7588
7589         * src/mainwindow.c
7590                 fix quick search visibility after GUI (de)separations.
7591
7592 2002-08-23 [colin]      0.8.1claws108
7593
7594         * src/mainwindow.c
7595                 fix header pane visibility after folderview or
7596                 messageview (de)separation
7597
7598 2002-08-23 [paul]       0.8.1claws107
7599
7600         * src/mainwindow.[ch]
7601           src/toolbar.c
7602                 give full control of display or non-display 
7603                 of the Execute icon to Custom toolbar settings.
7604                 add new sensitivity condition to maninwindow.h: 
7605                 M_DELAY_EXEC
7606
7607         * ChangeLog
7608           ChangeLog.jp
7609           NEWS
7610                 more sync with 0.8.1cvs29
7611
7612 2002-08-23 [melvin]     0.8.1claws106
7613
7614         * src/alertpanel.c
7615                 Readded support for custom widget in alertpanel lost in last
7616                 sync.
7617
7618 2002-08-23 [paul]       0.8.1claws105
7619
7620         * sync with 0.8.1cvs29
7621                 see ChangeLog 2002-08-23
7622
7623 2002-08-23 [colin]      0.8.1claws104
7624
7625         * src/summaryview.c
7626                 Fix folder and search pixmaps exchanging positions
7627                 after theme or toolbar changes. Thank to Oliver for 
7628                 reporting this.
7629
7630 2002-08-23 [colin]      0.8.1claws103
7631
7632         * src/mainwindow.c
7633           src/messageview.[ch]
7634           src/noticeview.[ch]
7635           src/summaryview.c
7636                 Changed messageview_create() and noticeview_create()
7637                 to avoid the last gdk_warning
7638
7639 2002-08-22 [colin]      0.8.1claws102
7640
7641         * src/summaryview.c
7642                 Fix my new `Creating pixmap from xpm' warning
7643
7644 2002-08-22 [colin]      0.8.1claws101
7645
7646         * src/mainwindow.c
7647                 Fix some of the gdk warnings
7648
7649 2002-08-22 [colin]      0.8.1claws100
7650
7651         * src/Makefile.am
7652         * src/stock_pixmap.c
7653         * src/stock_pixmap.h
7654         * src/pixmaps/quicksearch.xpm *ADDED*
7655                 Add the quicksearch pixmap
7656         * src/mainwindow.c
7657         * src/summaryview.c
7658         * src/summaryview.h
7659                 Make quicksearch bar visible/hidden via a button
7660
7661 2002-08-22 [christoph]  0.8.1claws99
7662
7663         * src/folder.c
7664                 fix folder update for newsgroups with message
7665                 numbers below minimum number of articles to fetch
7666                 (closes bug #598445)
7667
7668 2002-08-22 [paul]       0.8.1claws98
7669
7670         * sync with 0.8.1cvs28
7671                 see ChangeLog 2002-08-22
7672
7673 2002-08-21 [alfons]     0.8.1claws97
7674
7675         * src/crash.c
7676                 use bt instead of bt full which seems to work 
7677                 better, and bt full doesn't give a great deal 
7678                 of information anyway
7679
7680 2002-08-21 [colin]      0.8.1claws96
7681
7682         * src/summaryview.c
7683                 fix summaryview_searchtype_changed prototype
7684
7685 2002-08-21 [christoph]  0.8.1claws95
7686
7687         * src/mainwindow.c
7688                 o fix broken menu update for sorting type, we have to
7689                   get this info from the summaryview now
7690                 o removed setting of threaded state in menu callback
7691         * src/summaryview.[ch]
7692                 more summaryview/folderitem seperation for
7693                 threading option
7694         * configure.in
7695                 removed not required --with-compiler-flags option
7696
7697 2002-08-21 [oliver]     0.8.1claws94
7698         
7699         * src/toolbar.h 
7700                 o rename toolbar.xml to toolbar_main.xml
7701                   since toolbar_compose.xml might come up 
7702                   any time soon
7703         * README.claws
7704                 add custom toolbar              
7705
7706 2002-08-21 [darko]      0.8.1claws93
7707
7708         * src/procmsg.c
7709                 don't reset tmp flags for messages copied
7710                 to sent folder
7711
7712 2002-08-21 [colin]      0.8.1claws92
7713         
7714         * src/prefs_filtering.c
7715                 fix renaming rules on folder rename 
7716                 when folder is not a leaf folder
7717
7718 2002-08-21 [paul]       0.8.1claws91
7719
7720         * src/prefs_folder_item.c
7721                 fix alignment of colour selector
7722
7723 2002-08-21 [paul]       0.8.1claws90
7724
7725         * sync with 0.8.1cvs27
7726                 see ChangeLog 2002-08-21
7727
7728 2002-08-21 [paul]       0.8.1claws89
7729
7730         * src/summaryview.c
7731                 fix crash when changing field type in
7732                 Quick search bar
7733
7734 2002-08-21 [colin]      0.8.1claws88
7735
7736         * src/summaryview.c
7737                 Made quick search case-insensitive
7738
7739 2002-08-21 [paul]       0.8.1claws87
7740
7741         * sync with 0.8.1cvs26
7742                 see ChangeLog 2002-08-21
7743
7744 2002-08-20 [christoph]  0.8.1claws86
7745
7746         * src/folderview.c
7747         * src/main.c
7748         * src/summaryview.[ch]
7749                 more summaryview/folderitem seperation for
7750                 sort_key and sort_type
7751         * src/procmsg.c
7752                 added missing return statement
7753
7754 2002-08-20 [colin]      0.8.1claws85
7755
7756         * src/summaryview.[ch]
7757                 Added a quick search box
7758         * src/mainwindow.c
7759         * src/prefs_common.[ch]
7760                 Added a show/hide option for the quick search
7761
7762 2002-08-20 [oliver]     0.8.1claws84
7763         
7764         * src/mainwindow.c
7765                 remove toolbar_create_popups
7766         * src/toolbar.[ch]
7767                 o remove toolbar_create_popups
7768                 o fix toolbar_set_sensitive 
7769                   (Bug reports #596834 and #596832)     
7770         * src/prefs_toolbar.c
7771                 o add "Set default" button
7772                 o align label and text + combo widgets
7773
7774 2002-08-20 [hoa]        0.8.1claws83bis
7775
7776         * src/imap.c
7777                 fixed a bug in imap_fetch_msginfo() in case there is no
7778                 current folder.
7779
7780 2002-08-20 [darko]      0.8.1claws83
7781
7782         * src/folderview.c
7783                 copy the color style of folder view so it
7784                 works with GTK themes
7785
7786 2002-08-20 [darko]      0.8.1claws82
7787
7788         * src/folder.h
7789         * src/folderview.c
7790         * src/prefs_folder_item.[hc]
7791                 don't use UI stuff in folder.h
7792
7793 2002-08-20 [darko]      0.8.1claws81
7794
7795         * src/folder.h
7796         * src/prefs_folder_item.h
7797         * src/folderview.c
7798         * src/prefs_folder_item.c
7799                 ability to set folder color in folderview
7800
7801 2002-08-19 [alfons]     0.8.1claws80
7802
7803         * src/summaryview.c
7804                 fix one of the earlier memleaks reported by Martin Kluge
7805
7806 2002-08-19 [alfons]     0.8.1claws79
7807
7808         * src/mainwindow.c
7809                 hide notice view when selecting seperate folder
7810                 view (reported by Urke MMI)
7811
7812 2002-08-19 [christoph]  0.8.1claws78
7813
7814         * src/folderview.c
7815         * src/prefs_folder_item.h
7816         * src/summaryview.[ch]
7817                 o add summary_set_prefs_from_folderitem to set
7818                   summaryview prefs (first step to remove all
7819                   references to the folderitem in summaryview)
7820                 o moved compiled regex stuff from folderitem prefs
7821                   to summaryview code
7822
7823 2002-08-19 [paul]       0.8.1claws77
7824
7825         * src/compose.c
7826                 add check for '.' to QUOTE_IF_REQUIRED
7827
7828 2002-08-19 [paul]       0.8.1claws76
7829
7830         * src/inc.c
7831                 sync with 0.8.1cvs25 (plug memory leak)
7832
7833         * src/prefs_toolbar.c
7834                 re-order prefs_toolbar_cancel()
7835
7836 2002-08-18 [alfons]     0.8.1claws75
7837
7838         * src/inc.c
7839         * src/matcher.c
7840                 plug other memleaks reported by Martin Kluge
7841
7842 2002-08-18 [paul]       0.8.1claws74
7843
7844         * po/pt_BR.po
7845                 updated by Fabio Jr. Beneditto
7846
7847 2002-08-18 [paul]       0.8.1claws73
7848
7849         * src/toolbar.[ch]
7850                 fix bug where tooltips were displayed untranslated              
7851
7852         * src/prefs_toolbar.c
7853                 fix bug where clicking 'Cancel' creates an icon & text
7854                 toolbar regardless of prefs
7855         
7856
7857 2002-08-17 [oliver]     0.8.1claws72
7858
7859         * src/prefs_toolbar.c
7860                 update toolbar on CANCEL
7861                 bug reported by Martin Kluge
7862         * src/toolbar.c
7863                 toolbar_destroy memleak fixed           
7864
7865 2002-08-17 [alfons]     0.8.1claws71
7866
7867         * src/toolbar.c
7868                 plug another memleak reported by Martin Kluge
7869
7870 2002-08-16 [alfons]     0.8.1claws70
7871
7872         * src/crash.c
7873                 use execvp() correctly (suggested by wwp; thanks!)
7874
7875 2002-08-16 [alfons]     0.8.1claws69
7876
7877         * src/gtksctree.c
7878                 plug memory leak reported by Kim Schultz & Martin Kluge
7879
7880 2002-08-16 [paul]       0.8.1claws68
7881
7882         * po/es.po
7883                 updated by Ricardo Mones Lastra
7884
7885 2002-08-16 [paul]       0.8.1claws67
7886
7887         * src/toolbar.h
7888                 fix bug where 'Compose News' icon showed wrong
7889                 tooltip
7890
7891 2002-08-16 [paul]       0.8.1claws66
7892
7893         * sync with 0.8.1cvs24
7894                 see ChangeLog 2002-08-16
7895
7896         * po/it.po
7897                 updated by Alessandro Maestri
7898
7899 2002-08-15 [paul]       0.8.1claws65
7900
7901         * po/sr.po
7902                 updated by Urke MMI
7903
7904 2002-08-15 [paul]       0.8.1claws64
7905
7906         * src/*.c
7907                 don't translate debug info
7908
7909         * src/matcher.[ch]
7910                 add copyright info
7911
7912 2002-08-15 [paul]       0.8.1claws63
7913
7914         * src/prefs_toolbar.c
7915                 fix bug where clicking 'OK' creates an icon & text
7916                 toolbar regardless of prefs
7917
7918 2002-08-14 [alfons]     0.8.1claws62
7919
7920         * src/main.c
7921                 add global var that has the full argv[0]
7922         * src/crash.c
7923                 o execvp the correct sylpheed by using argv0
7924                   and setting the correct work dir
7925                 o other tweaks  
7926
7927 2002-08-14 [oliver]     0.8.1claws61
7928         
7929         * enable/disable Toolbar Action Buttons 
7930         * code cleanups
7931         * src/mainwindow.c
7932         * src/toolbar.[ch]      
7933         * src/prefs_toolbar.c   
7934
7935 2002-08-14 [melvin]     0.8.1claws60
7936
7937         * po/fr.po
7938                 Updated French translations
7939
7940 2002-08-14 [melvin]     0.8.1claws59
7941
7942         * src/crash.c
7943                 Made bug report not translatable
7944         * src/exporthtml.c
7945                 Fixed exporthtml_build_filespec() return value
7946         * src/foldersel.c
7947                 Fixed incorrect include file
7948         * src/gtkspell.c
7949         * src/prefs_actions.c
7950         * src/prefs_toolbar.c
7951                 Made debug info not translatable
7952         * src/mutt.c
7953         * src/quote_fmt.c
7954                 Added missing includes
7955         * src/prefs_common.c
7956                 Fixed typo
7957
7958 2002-08-14 [paul]       0.8.1claws58
7959
7960         * faq/es/sylpheed-faq.html
7961           faq/es/sylpheed-faq-[1-3].html
7962           faq/es/sylpheed-faq-4.html     **NEW FILE **
7963                 update Spanish FAQ
7964
7965 2002-08-13 [christoph]  0.8.1claws57
7966
7967         * src/procmsg.c
7968                 ignore thread fix that did not mark all
7969                 child nodes of a ignored thread as
7970                 ignored. Does not work perfectly yet,
7971                 but it is better now
7972
7973 2002-08-13 [alfons]     0.8.1claws56
7974
7975         * src/crash.c
7976                 o implement 'save crash log'
7977                 o some tweaks
7978
7979 2002-08-13 [melvin]     0.8.1claws55
7980
7981         * src/main.c
7982                 removed unrequired "execinfo.h" header
7983
7984 2002-08-12 [paul]       0.8.1claws54
7985
7986         * faq/en/sylpheed-faq.html
7987           faq/en/sylpheed-faq-[1-3].html
7988           faq/en/sylpheed-faq-4.html     **NEW FILE **
7989                 update English FAQ
7990
7991 2002-08-12 [alfons]     0.8.1claws53
7992
7993         * po/POTFILES.in
7994                 add crash.c to translatables
7995         * src/crash.c
7996                 bring in Leandro's crash dialog
7997
7998 2002-08-11 [alfons]     0.8.1claws52
7999
8000         * src/crash.c
8001                 clean up some warnings
8002
8003 2002-08-11 [alfons]     0.8.1claws51
8004
8005         * acconfig.h
8006         * configure.in
8007         * src/crash.[ch]        ** NEW FILES **
8008         * src/main.c            
8009                 initial gdb crash handler
8010
8011 2002-08-11 [paul]       0.8.1claws50
8012
8013         * src/prefs_toolbar.c
8014                 replace Up/Down arrow pixmaps with text to be
8015                 consistent across icon themes
8016
8017 2002-08-11 [paul]       0.8.1claws49
8018
8019         * src/prefs_common.c
8020           src/prefs_toolbar.c
8021                 rename 'Pixmap' -> 'Icon'
8022
8023         * src/toolbar.[ch]
8024                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8025
8026 2002-08-10 [paul]       0.8.1claws48
8027
8028         * src/prefs_toolbar.c
8029                 re-work the UI
8030
8031 2002-08-10 [paul]       0.8.1claws47
8032
8033         * src/main.c
8034                 don't write Processing progress to status bar
8035                 patch submitted by Alexander Evseev
8036
8037         * src/prefs_toolbar.c
8038                 re-position and resize window
8039                 make window assume correct size on first call
8040
8041 2002-08-10 [paul]       0.8.1claws46
8042
8043         * src/mainwindow.c
8044           src/prefs_toolbar.c
8045           src/toolbar.c
8046           src/toolbar.h
8047                 obey coding style
8048                 follow UI text conventions
8049
8050 2002-08-10 [alfons]     0.8.1claws45
8051
8052         * src/toolbar.c
8053                 correct pixmap for delete action
8054
8055 2002-08-10 [paul]       0.8.1claws44
8056
8057         * po/pt_BR.po
8058                 updated by Fabio Jr. Beneditto
8059
8060 2002-08-10 [paul]       0.8.1claws43
8061
8062         * po/POTFILES.in
8063                 add custom toolbar files
8064
8065 2002-08-10 [paul]       0.8.1claws42
8066
8067         * sync with 0.8.1cvs22
8068                 see ChangeLog 2002-08-09
8069
8070 2002-08-09 [paul]       0.8.1claws41
8071
8072         * tools/Makefile.am
8073           tools/README
8074           tools/outlook2sylpheed.pl     ** NEW FILE **
8075                 add script to convert exported Outlook
8076                 contacts list to a Sylpheed addressbook.
8077                 Submitted by Ricardo Mones Lastra.
8078
8079 2002-08-09 [paul]       0.8.1claws40
8080
8081         * AUTHORS
8082           configure.in
8083           po/sr.po      ** NEW FILE **
8084                 add Serbian message catalog. Submitted by
8085                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8086
8087 2002-08-09 [paul]       0.8.1claws39
8088
8089         * sync with 0.8.1cvs21
8090                 see ChangeLog 2002-08-08
8091
8092 2002-08-08 [oliver]     0.8.1claws38
8093
8094         * src/mainwindow.c
8095                 move Custom Toolbar to Configuration menu
8096
8097 2002-08-08 [oliver]     0.8.1claws37
8098
8099         * src/prefs_toolbar.c
8100                 fix substitute pixmap bug
8101
8102 2002-08-08 [paul]       0.8.1claws36
8103
8104         * sync with 0.8.1cvs19
8105                 see ChangeLog 2002-08-08
8106
8107 2002-08-07 [christoph]  0.8.1claws35
8108
8109         * src/utils.c
8110                 fixed a memory leak in new canonicalize_file_replace
8111
8112 2002-08-07 [christoph]  0.8.1claws34
8113
8114         * src/utils.[ch]
8115                 o canonicalize_file_replace should create the temporary
8116                   file in the same directory as the original file.
8117                 o added get_tmpfile_in_dir that creates a temorary file
8118                   in a specified directory.
8119
8120 2002-08-07 [melvin]     0.8.1claws33
8121
8122         * src/toolbar.c
8123                 fixed bug where 'Article' button acted as 'Email' button.
8124
8125 2002-08-07 [paul]       0.8.1claws32
8126
8127         * sync with 0.8.1.cvs17
8128                 see ChangeLog 2002-08-07
8129
8130 2002-08-07 [colin]      0.8.1claws31
8131         
8132         * src/news.c
8133                 fix mass-cancel problem
8134
8135 2002-08-07 [thorsten]   0.8.1claws30
8136
8137         * src/prefs_toolbar.c
8138                 fix: crash on replace or add new button
8139         * src/toolbar.c
8140                 fix: close xmlfile after reading
8141         * src/utils.c
8142                 fix: unlink() file before rename()
8143
8144 2002-08-06 [paul]       0.8.1claws29
8145
8146         * sync with 0.8.cvs15
8147                 see ChangeLog 2002-08-06
8148
8149 2002-08-06 [oliver]     0.8.1claws28
8150
8151         * src/toolbar.c
8152         * src/prefs_toolbar.c
8153                 fixed empty toolbar issue
8154
8155 2002-08-06 [oliver]     0.8.1claws27
8156
8157         * Custom Toolbar Final 
8158         * src/folderview.c
8159         * src/inc.c
8160         * src/summaryview.c
8161                 o toolbar stuff now lives in src/toolbar.[ch]
8162                 o main_window_toolbar_* functions are renamed to
8163                   toolbar_* reflecting their new source file
8164         * src/mainwindow.[ch]
8165                 o remove toolbar stuff  
8166
8167 2002-08-06 [oliver]     0.8.1claws26
8168         
8169         * src/Makefile.am
8170         * src/prefs_toolbar.[ch]        **New File**
8171         * src/toolbar.[ch]              **New File**
8172                 o prefs_toolbar.[ch] custom toolbar frontend
8173                 o toolbar.[ch]       backend 
8174
8175 2002-08-06 [oliver]     0.8.1claws25
8176
8177         * src/prefs_actions.[ch]
8178                 o new exported function actions_execute
8179
8180 2002-08-06 [paul]       0.8.1claws24
8181
8182         * sync with 0.8.1cvs4
8183                 see ChangeLog 2002-08-06
8184
8185 2002-08-06 [paul]       0.8.1claws23
8186
8187         * sync with 0.8.1cvs13
8188                 see ChangeLog 2002-08-06
8189
8190 2002-08-06 [paul]       0.8.1claws22
8191
8192         * sync with 0.8.1cvs12
8193                 see ChangeLog 2002-08-05 and 2002-08-06
8194
8195 2002-08-06 [match]      0.8.1claws21
8196
8197         * src/addrclip.c
8198                 improvements to cut/copy/paste address
8199
8200 2002-08-05 [match]      0.8.1claws20
8201
8202         * src/addritem.[ch]
8203         * src/addrcache.c
8204         * src/addrbook.c
8205         * src/editaddress.c
8206         * src/addressbook.c
8207                 fixes to improve cut/copy/paste
8208
8209 2002-08-06 [melvin]     0.8.1claws19
8210
8211         * src/account.[ch]
8212                 account_find_all_from_address(): new function that returns the
8213                 list of all accounts that are matched in an address.
8214         * src/alertpanel.[ch]
8215                 alertpanel() now accepts a custom widget
8216                 alertpanel_with_widget(): new function that pops up a panel with
8217                 a custom widget in it 
8218         * src/gtkutils.[ch]
8219                 gtkut_account_menu_new(): new function that allows the selection
8220                 of an account from a list of accounts.
8221         * src/messageview.c
8222                 Extended Return Receipt notification to select the correct 
8223                 account and to make a security test on the Delivery-Notification
8224                 address which should be the same as the Return-Path.
8225
8226 2002-08-06 [thorsten]   0.8.1claws18
8227
8228         * src/mimeview.c
8229                 attach_all: save unnamed as "noname.%d",
8230                 dont free static dirname
8231
8232 2002-08-05 [alfons]     0.8.1claws17
8233
8234         * configure.in
8235                 detect XIM by trying to link rather than compile a XIM program
8236
8237 2002-08-05 [oliver]     0.8.1claws16
8238                 
8239         * src/stock_pixmap.[ch]
8240                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8241                 o new func to retrieve pixmaps
8242
8243 2002-08-05 [paul]       0.8.1claws15
8244
8245         * sync with 0.8.1cvs10
8246                 see ChangeLog 2002-08-05
8247
8248 2002-08-04 [alfons]     0.8.1claws14
8249
8250         * src/textview.c
8251                 see if this plugs memleak
8252
8253 2002-08-04 [melvin]     0.8.1claws13
8254
8255         * src/gtkspell.c
8256                 fixed bug that could crash Sylpheed when highlighting
8257                 all misspelled words.
8258
8259 2002-08-03 [melvin]     0.8.1claws12
8260
8261         * src/prefs_actions.c
8262                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8263         * src/messageview.c
8264                 fixed bug where the Return Receipt was sent to
8265                 Delivery-Notification-To address even if it was not present
8266
8267 2002-08-02 [alfons]     0.8.1claws11
8268
8269         * src/prefs_actions.c
8270                 o more check for NULLs
8271                 o put create_io_dialog() in right conditional block
8272
8273 2002-08-02 [paul]       0.8.1claws10
8274
8275         * po/es.po
8276                 updated by Ricardo Mones Lastra
8277
8278 2002-08-01 [christoph]  0.8.1claws9
8279
8280         * src/folder.c
8281                 don't free the cache of the opened
8282                 folder in the summaryview
8283         * src/summaryview.c
8284                 don't unset flags, if it is not required
8285
8286 2002-08-01 [paul]       0.8.1claws8
8287
8288         * sync with 0.8.1cvs8
8289                 see ChangeLog entry 2002-08-01
8290
8291 2002-08-01 [paul]       0.8.1claws7
8292
8293         * sync with 0.8.1cvs7
8294                 see ChangeLog 2002-07-31 and 2002-08-01
8295
8296 2002-07-31 [christoph]  0.8.1claws6
8297
8298         * src/mainwindow.c
8299                 forgot to update menu sensitivity
8300                 function for new menu entry
8301
8302 2002-07-31 [alfons]     0.8.1claws5
8303
8304         * src/main.c
8305                 check folder item and its path for NULL on
8306                 initial processing
8307
8308 2002-07-31 [christoph]  0.8.1claws4
8309
8310         * src/folder.c
8311                 check if folder_item_get_msginfo in
8312                 folder_item_remove_msg returned NULL
8313         * src/imap.c
8314                 better clear the uid cache in the
8315                 uid validity check function and delete
8316                 cached messages
8317
8318 2002-07-31 [paul]       0.8.1claws3
8319
8320         * man/sylpheed.1
8321                 add the '--attach' option and a few other
8322                 minor changes
8323
8324 2002-07-31 [paul]       0.8.1claws2
8325
8326         * sync with 0.8.1cvs5
8327                 see ChangeLog 2002-07-31
8328
8329 2002-07-31 [christoph]  0.8.1claws1
8330
8331         * src/folderview.[ch]
8332         * src/mainwindow.c
8333                 replace "Rescan all folders..." with
8334                 "Check all folders for new messages..."
8335
8336 2002-07-30 [paul]       0.8.1claws
8337
8338         * version 0.8.1claws released
8339
8340 2002-07-30 [paul]       0.8.0claws29
8341
8342         * tools/OOo2sylpheed.pl ** NEW FILE **
8343           tools/README
8344                 add script to enable sending documents as
8345                 attachments from OpenOffice.org
8346
8347 2002-07-30 [melvin]     0.8.0claws28
8348
8349         * src/prefs_actions.c
8350                 Made the actions' input/output dialog display
8351                 without delay.
8352
8353 2002-07-30 [christoph]  0.8.0claws27
8354
8355         * src/procmsg.c
8356                 check if folder_item_get_msginfo in
8357                 procmsg_save_to_outbox returned NULL
8358
8359 2002-07-30 [paul]       0.8.0claws26
8360
8361         * sync with 0.8.1cvs4
8362                 see ChangeLog 2002-07-29
8363
8364 2002-07-29 [thorsten]   0.8.0claws25
8365
8366         * README.claws
8367                 added selective download, delete on server
8368
8369 2002-07-29 [paul]       0.8.0claws24
8370
8371         * sync with 0.8.1cvs3
8372                 see ChangeLog 2002-07-29
8373
8374 2002-07-27 [christoph]  0.8.0claws23
8375
8376         * src/folder.c
8377                 add extra check if fetching the msginfo
8378                 returned NULL
8379
8380 2002-07-27 [paul]       0.8.0claws22
8381
8382         * sync with 0.8.1cvs2
8383                 see ChangeLog 2002-07-26
8384
8385 2002-07-27 [christoph]  0.8.0claws21
8386
8387         * src/imap.c
8388                 add another check if a valid msginfo
8389                 was returned
8390
8391 2002-07-26 [hoa]        0.8.0claws20
8392
8393         * src/folder.c
8394                 Fixed a condition in folder_item_destroy()
8395
8396         * src/imap.c
8397                 Fixed an error in IMAP protocol
8398
8399 2002-07-26 [alfons]     0.8.0claws19
8400
8401         * src/folder.c
8402                 ofcourse compare with identifier, not the path
8403
8404 2002-07-26 [alfons]     0.8.0claws18
8405
8406         * src/folder.c
8407                 use folder item identifier for saving / restoring
8408                 preferences because folder->path might not be unique
8409
8410 2002-07-26 [melvin]     0.8.0claws17
8411
8412         * src/logwindow.c
8413                 Fixed a crash introduced in 0.8.0claws5 when log is 
8414                 cut under 80 characters.
8415
8416 2002-07-26 [paul]       0.8.0claws16
8417
8418         * sync with 0.8.1cvs1
8419                 see ChangeLog 2002-07-26
8420
8421 2002-07-26 [christoph]  0.8.0claws15
8422
8423         * src/imap.[ch]
8424                 imap folder now remembers the last selected
8425                 folder and imap_fetch_msginfo skips selecting
8426                 the folder if it is already selected
8427
8428 2002-07-26 [christoph]  0.8.0claws14
8429
8430         * src/folder.c
8431         * src/folderview.c
8432         * src/imap.c
8433                 fix imap folder rescanning
8434
8435 2002-07-25 [christoph]  0.8.0claws13
8436
8437         * src/filter.c
8438         * src/folder.[ch]
8439         * src/folderview.c
8440         * src/imap.[ch]
8441         * src/mainwindow.c
8442         * src/mbox_folder.c
8443         * src/mh.c
8444         * src/news.c
8445                 implement imap uid cache and uid validity check
8446
8447 2002-07-25 [alfons]     0.8.0claws12
8448
8449         * src/summaryview.c
8450                 fix a brown paper bag bug, and also add some more
8451                 checks
8452
8453 2002-07-25 [christoph]  0.8.0claws11
8454
8455         * src/folder.c
8456                 don't mix copy, fetch_msginfo and remove
8457                 operations in folder item copy and move
8458                 operations
8459
8460 2002-07-25 [christoph]  0.8.0claws10
8461
8462         * src/folderview.c
8463         * src/mainwindow.c
8464         * src/prefs_folder_item.c
8465         * src/summaryview.[ch]
8466                 remove no longer required parameter update_cache from
8467                 summary_show
8468
8469 2002-07-25 [paul]       0.8.0claws9
8470
8471         * sync with 0.8.1
8472         
8473         * AUTHORS
8474                 a few corrections
8475
8476 2002-07-24 [alfons]     0.8.0claws8
8477
8478         * src/summaryview.c
8479                 sort correctly when using simplified subject line
8480                 (closes feature request "[ 585141 ] applying regexp to subject 
8481                 before sort" submitted by Alexandra Walford)
8482
8483 2002-07-24 [paul]       0.8.0claws7
8484
8485         * sync with 0.8.0cvs3
8486                 see ChangeLog 2002-07-24
8487
8488 2002-07-23 [christoph]  0.8.0claws6
8489
8490         * src/folder.c
8491         * src/folder.h
8492         * src/summaryview.c
8493         * src/summaryview.h
8494         * src/main.c
8495                 o separate processing and summaryview
8496                 o removed summary_write_cache from summaryview
8497                 o removed summaryview->killed_messages, because we don't have
8498                   to keep a list of killed messages anymore. New cache will
8499                   keep the hidden messages in cache anyway
8500         * src/folderview.c
8501         * src/inc.c
8502         * src/selective_download.c
8503                 o removed unnecessary summary_write_cache calls
8504         * src/procmsg.c
8505                 o don't set ignore thread flag in procmsg_get_thread_tree
8506                   if it is already set
8507         * src/mainwindow.c
8508         * src/statusbar.h
8509                 o moved STATUSBAR_PUSH/POP to statusbar.h because
8510                   they are used in different files
8511
8512 2002-07-23 [melvin]     0.8.0claws5
8513
8514         * src/addressbook.c
8515         * src/addrgather.c
8516         * src/editaddress.c
8517         * src/editgroup.c
8518         * src/editldap_basedn.c
8519         * src/importldif.c
8520         * src/prefs_common.c
8521                 Fixed few memory leak (gtk_editable_get_chars returns
8522                 an allocated string)
8523         * src/logwindow.c
8524                 Fixed few memory leak (gtk_editable_get_chars returns
8525                 an allocated string) and modified a little the log cutting
8526                 loop.
8527         * src/compose.c
8528                 Replaced a call to an obsolete function gtk_entry_get_text()
8529                 by gtk_editable_get_chars()
8530         * src/send.c
8531                 Removed a debug printf
8532
8533 2002-07-23 [christoph]  0.8.0claws4
8534
8535         * src/filesel.c
8536                 fix another g_dirname memory leak
8537
8538 2002-07-23 [christoph]  0.8.0claws3
8539
8540         * src/mh.c
8541                 fixed a memory leak in mh_fetch_msginfo
8542                 fixed crash when message header could not be
8543                 parsed
8544
8545 2002-07-23 [paul]       0.8.0claws2
8546
8547         * sync with 0.8.0cvs2
8548                 see ChangeLog 2002-07-23
8549
8550 2002-07-23 [paul]       0.8.0claws1
8551
8552         * sync with 0.8.0cvs1
8553                 see ChangeLog 2002-07-23
8554
8555 2002-07-23 [paul]       0.8.0claws
8556
8557         * release of 0.8.0claws
8558
8559 2002-07-23 [paul]       0.7.8claws99
8560
8561         * po/ru.po
8562                 new Russian translation, submitted by
8563                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
8564
8565 2002-07-22 [jens]       0.7.8claws98
8566
8567         * po/de.po
8568                 Updated German translations.
8569
8570 2002-07-22 [paul]       0.7.8claws97
8571
8572         * po/es.po
8573           po/it.po
8574           po/nl.po
8575           po/pt_BR.po
8576                 updated translations by Ricardo Mones Lastra,
8577                 Alessandro Maestri, Wilbert Berendsen and 
8578                 Fabio Jr. Beneditto respectively
8579
8580 2002-07-22 [christoph]  0.7.8claws96
8581
8582         * src/mimeview.c
8583                 fix memory leak caused by wrong g_dirname usage
8584
8585 2002-07-22 [christoph]  0.7.8claws95
8586
8587         * src/summaryview.c
8588                 update new and unread message counts for summaryview
8589                 summaryview does not get it from the folder anymore
8590                 and has to update the values itself
8591
8592 2002-07-22 [melvin]     0.7.8claws94
8593
8594         * po/fr.po
8595                 Updated French translations.
8596
8597 2002-07-22 [christoph]  0.7.8claws93
8598
8599         * src/matcher.c
8600                 set prop->preg pointer to NULL or following check
8601                 will not fail and regexec will be called with
8602                 invalid pointer
8603
8604 2002-07-21 [alfons]     0.7.8claws92
8605         
8606         * src/prefs_common.[ch]
8607                 remove option "Send return receipt on request"
8608
8609 2002-07-21 [thorsten]   0.7.8claws91
8610
8611         * src/mimeview.c
8612                 fixed memleaks, coding style as pointed out by alfons
8613
8614 2002-07-21 [alfons]     0.7.8claws90
8615
8616         * src/messageview.c
8617         * src/noticeview.[ch]
8618                 o fix bug notice view being displayed when going to empty folder 
8619                   (noticed by Christoph)
8620                 o allow RRR to be sent when restarting sylpheed, or changing folder 
8621                   (noticed by Thorsten)
8622
8623 2002-07-21 [thorsten]   0.7.8claws89
8624
8625         * src/mimeview.c
8626                 Included save_all patch from Xaview FACQ
8627                 added support for pathnames
8628
8629 2002-07-21 [alfons]     0.7.8claws88
8630
8631         * po/POTFILES.in
8632         * src/Makefile.am
8633         * src/mainwindow.c
8634         * src/messageview.[ch]
8635         * src/noticeview.c      ** NEW FILE **
8636         * src/noticeview.h      ** NEW FILE **
8637                 make return receipts work again
8638                 (UI idea by Leandro Pereira)
8639
8640 2002-07-21 [paul]       0.7.8claws87
8641
8642         * src/summaryview.c
8643                 fix sensitivity of 'Select thread'
8644
8645 2002-07-21 [paul]       0.7.8claws86
8646
8647         * src/prefs_common.c
8648                 add browser command line for Galeon
8649
8650 2002-07-21 [paul]       0.7.8claws85
8651
8652         * Makefile.am
8653                 fix 'EXTRA_DIST': remove README.README, add TODO
8654                 and TODO.claws
8655
8656 2002-07-21 [alfons]     0.7.8claws84
8657
8658         * src/gtkstext.c
8659                 make enter clear selection
8660                 (closes "[ 579888 ] Editor selection/entry error"
8661                 reported by Steve Lamb)
8662
8663 2002-07-21 [alfons]     0.7.8claws83
8664         
8665         * src/summaryview.c
8666                 sort message list when selecting unthread messages
8667                 (closes "[ 501593 ] switching threaded view doesn't sort"
8668                 reported by Simon Schubert)
8669
8670 2002-07-20 [alfons]     0.7.8claws82
8671         
8672         * src/matcher.c
8673                 const-correctness
8674
8675 2002-07-20 [thorsten]   0.7.8claws81
8676
8677         * src/matcher.c
8678                 Fixed expansion of empty fields in matchactions
8679
8680 2002-07-19 [melvin]     0.7.8claws80
8681
8682         * src/gtkspell.c
8683                 Removed a duplicate menu entry (fast mode) introduced during
8684                 the new cache merge
8685                 Added a menu separator between 'Use alternate' and 'Fast mode'
8686
8687 2002-07-19 [paul]       0.7.8claws79
8688
8689         * tools/Makefile.am
8690           tools/README
8691                 correct typos
8692
8693 2002-07-19 [thorsten]   0.7.8claws78
8694
8695         * tools/calypso_convert.pl      ** NEW FILE **
8696           tools/README
8697           tools/Makefile.am
8698                 script to import mbox files exported
8699                 by calypso
8700                 o generates folder structure
8701                 o includes attachments
8702
8703 2002-07-19 [melvin]     0.7.8claws77
8704
8705         * src/selective_download.[ch]
8706                 Fixed bug where closing the dialog with the window manager's
8707                 close button will not unlock the summary
8708                 Corrected some function declarations that missed a return value
8709                 Made the source code comply better with coding style.
8710         * src/prefs_common.c
8711                 Added new browser command line for Mozilla.
8712
8713 2002-07-18 [paul]       0.7.8claws76
8714
8715         * src/mainwindow.c
8716           src/selective_download.[ch]
8717                 reflect theme changes, fix Gdk Warning when creating 
8718                 pixmap from NULL window, and minor clean up.
8719                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8720
8721         * po/en_GB.po
8722                 updated
8723
8724 2002-07-17 [paul]       0.7.8claws75
8725
8726         * INSTALL[.jp]
8727                 sync with 0.8.0
8728         
8729         * po/en_GB.po
8730                 updated
8731
8732 2002-07-16 [paul]       0.7.8claws74
8733
8734         * tools/filter_conv.pl
8735           tools/README
8736                 replace conversion script with reimplemented version, 
8737                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
8738
8739 2002-07-16 [colin]      0.7.8claws73
8740
8741         * src/summaryview.c
8742                 remove forgotten debug messages - sorry ;-)
8743
8744 2002-07-16 [colin]      0.7.8claws72
8745
8746         * src/mimeview.c
8747           src/summaryview.c
8748           src/textview.c
8749           src/textview.h
8750                 add the ability to select part of a text mime-part 
8751                 to reply.
8752
8753 2002-07-15 [christoph]  0.7.8claws71
8754
8755         * src/folder.c
8756                 fix folder message count for folders without
8757                 msg_is_changed (includes news folders)
8758
8759 2002-07-15 [martin]     0.7.8claws70
8760
8761         * src/summaryview.c
8762                 option "display recipient on 'From'..." now works
8763                 without the need of enabling the option
8764                 "display  sender  using  address  book".
8765
8766 2002-07-15 [christoph]  0.7.8claws69
8767
8768         * src/summaryview.c
8769                 removed setting folder status from summaryview.
8770                 folder.c should update all message counts correctly.
8771
8772 2002-07-15 [paul]       0.7.8claws68
8773
8774         * po/pt_BR.po
8775                 updated by Fabio Junior Beneditto
8776
8777 2002-07-15 [darko]      0.7.8claws67
8778
8779         * src/mh.c
8780                 Fixed target folder colorization, don't decrease op
8781                 number twice
8782
8783 2002-07-14 [paul]       0.7.8claws66
8784
8785         * sync with main 0.8.0
8786                 see ChangeLog 2002-07-14
8787
8788 2002-07-13 [melvin]     0.7.8claws65
8789         
8790         * src/addrbook.c
8791         * src/addressbook.c
8792         * src/addrindex.c
8793                 Replaced sprintf by g_snprintf to prevent possible buffer
8794                 overflow.
8795         * src/news.c
8796                 Corrected a log message output format.
8797                 Added a missing "done" debug output.
8798         * src/compose.c
8799                 Added keyboard accelerator for Priority menu items
8800                 Added missing \n in debug output
8801         * src/logwindow.c
8802         * src/gtkspell.c
8803         * src/rfc2015.c
8804                 Added missing \n in debug output
8805
8806 2002-07-13 [paul]       0.7.8claws64
8807
8808         * man/sylpheed.1
8809                 change Sergey's email address to the sf address
8810
8811         * src/textview.c
8812                 increase show_url_timeout (more useful for long
8813                 urls)
8814
8815 2002-07-12 [sergey]     0.7.8claws63
8816
8817         * src/rfc2015.c
8818                 applied (with some modifications) patch to set the
8819                 micalg parameter for signatures
8820                 (2001-08-28 Werner Koch <wk@gnupg.org>)
8821
8822 2002-07-12 [sergey]     0.7.8claws62
8823
8824         * man/Makefile.am
8825         * configure.in
8826                 fixed man page installation
8827
8828 2002-07-12 [paul]       0.7.8claws61
8829
8830         * sync with 0.7.8cvs26
8831                 see ChangeLog 2002-07-11 and 2002-07-12
8832
8833 2002-07-11 [christoph]  0.7.8claws60
8834
8835         * src/compose.c
8836         * src/procmsg.c
8837                 first use the message number to find the message
8838                 to mark with a reply flag but check the
8839                 message-id if we got the correct message, if not
8840                 try to find it by message-id.
8841                 use new string seperator that is not allowed
8842                 in message-ids.
8843
8844 2002-07-11 [paul]       0.7.8claws59
8845
8846         * sync with 0.7.8cvs23
8847                 see ChangeLog 2002-07-10
8848
8849 2002-07-10 [christoph]  0.7.8claws58
8850
8851         * src/folder.[ch]
8852         * src/msgcache.[ch]
8853                 Added message-id table to the cache in memory
8854                 and functions to msgcache.c and folder.c to
8855                 fetch MsgInfos by message id
8856         * src/compose.c
8857         * src/procmsg.c
8858                 store folder and message-id of message replying
8859                 to in queue header and set reply flag after sending
8860                 (Closes bug #469498)
8861
8862 2002-07-10 [paul]       0.7.8claws57
8863
8864         * AUTHORS
8865           man/sylpheed.1.gz
8866                 add Martin to the list of authors
8867
8868 2002-07-09 [martin]     0.7.8claws56
8869         * src/gtksctree.c
8870                 Added gtk_ctree_last_visible(), tree_update_level(),
8871                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
8872                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8873                 from gtk+ to gtksctree.c for the new sorting code
8874                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
8875                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
8876         * src/gtksctree.h
8877                 Added declaration for gtk_sctree_sort_recursive() and
8878                 gtk_sctree_sort_node
8879         * src/addressbook.c
8880         * src/foldersel.c
8881         * src/folderview.c
8882         * src/summaryview.c
8883                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8884                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
8885
8886 2002-07-08 [paul]       0.7.8claws55
8887
8888         * more sync with 0.7.8cvs21
8889                 see ChangeLog 2002-07-08
8890
8891 2002-07-08 [paul]       0.7.8claws54
8892
8893         * sync with 0.7.8cvs21
8894                 see ChangeLog 2002-07-08
8895
8896 2002-07-07 [alfons]     0.7.8claws53
8897
8898         * src/Makefile.am
8899         * src/stock_pixmap.[ch]
8900         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
8901         * src/pixmaps/notice_error.xpm  ** NEW FILE **
8902         * src/pixmaps/notice_note.xpm   ** NEW FILE **
8903                 add new pixmaps for upcoming notice pane
8904
8905 2002-07-06 [melvin]     0.7.8claws52
8906
8907         * src/gtkspell.[ch]
8908                 Made them a bit closer to Sylpheed's coding style.
8909                 Removed old code.
8910                 Removed possible memory leaks when some errors occurs.
8911
8912 2002-07-06 [melvin]     0.7.8claws51
8913
8914         * po/Makefile.in.in
8915                 Removed --no-location in xgettext command line to help
8916                 translators that use Emacs' po-mode
8917         * src/quote_fmt.c
8918                 Removed unnecessary comments that messed up sylpheed.pot
8919
8920 2002-07-06 [paul]       0.7.8claws50
8921
8922         * sync with 0.7.8cvs19
8923                 see ChangeLog 2002-07-05
8924
8925 2002-07-06 [christoph]  0.7.8claws49
8926
8927         * src/folder.c
8928         * src/mainwindow.c
8929                 fix folder_item_remove_all_msg and folderview
8930                 status for trash folders after emptying trash
8931
8932 2002-07-05 [paul]       0.7.8claws48
8933
8934         * sync with 0.7.8cvs16
8935                 see ChangeLog 2002-07-04 and 2002-07-05
8936
8937 2002-07-04 [paul]       0.7.8claws47
8938
8939         * sync with 0.7.8cvs14
8940                 see  ChangeLog 2002-07-04
8941
8942 2002-07-03 [alfons]     0.7.8claws46
8943
8944         * src/folder.c
8945                 dupe folder item's path because it's being reallocated
8946                 by new folder scanning code
8947
8948 2002-07-03 [christoph]  0.7.8claws45
8949
8950         * src/imap.c
8951                 better IMAP uid fetching using 'FETCH 1:* (UID)'
8952         * src/msgcache.c
8953                 add missing return in msgcache_write
8954
8955 2002-07-02 [thorsten]   0.7.8claws44
8956
8957         * src/jpilot.c
8958         * src/msgcache.c
8959         * src/rfc2015.c
8960                 use binary mode for file access
8961
8962 2002-07-02 [christoph]  0.7.8claws43
8963
8964         * major code cleanup (part 1)
8965         
8966                 - unused variables removed
8967                 - unused functions removed
8968                 - uninitialized variables checked
8969                 - missing return statements added
8970                 - missing function return types added
8971                 - added parentheses around assignment and
8972                   && in || when suggested by gcc
8973               
8974         * src/mh.c
8975         * src/folder.c
8976                 replaced direct calls to folder->scan_tree
8977                 with folder_scan_tree and restore folder
8978                 prefs in this function. The folder should
8979                 not have to deal with them.
8980                 ( Should now work for all folder types )
8981
8982 2002-07-02 [paul]       0.7.8claws42
8983
8984         * sync with 0.7.8cvs13
8985                 see ChangeLog 2002-07-01 and 2002-07-02
8986
8987 2002-07-01 [christoph]  0.7.8claws41
8988
8989         * src/summaryview.c
8990                 fix "goto next/prev unread message" with
8991                 ignored threads
8992
8993 2002-07-01 [paul]       0.7.8claws40
8994
8995         * po/es.po
8996                 updated by Ricardo Mones Lastra
8997
8998 2002-06-30 [match]      0.7.8claws39
8999
9000         * src/jpilot.c
9001                 applied variation of leonerd's patch (566661) to
9002                 allow multiple email addresses per JPilot entry.
9003                 addresses may be separated by space, comma, pipe,
9004                 semi-colon, new-line.
9005
9006 2002-06-30 [alfons]     0.7.8claws38
9007
9008         * src/procmsg.c
9009                 simple fix for putting older nodes before
9010                 newer nodes when threading by subject
9011
9012 2002-06-30 [christoph]  0.7.8claws37
9013
9014         * src/folder.c
9015         * src/folderview.c
9016         * src/mh.c
9017         * src/news.c
9018         * src/procmsg.c
9019                 fix broken folder tree rescaning
9020                 and don't use procmsg_get_mark_sum
9021                 anymore
9022
9023 2002-06-30 [christoph]  0.7.8claws36
9024
9025         * merge new cache branch
9026         * src/imap.c
9027                 fix new cache imap copy bug
9028         * src/folder.c
9029                 improved folder_item_scan
9030                 it should now always set the correct
9031                 new, unread and total message counts
9032
9033 2002-06-29 [paul]       0.7.8claws35
9034
9035         * configure.in
9036                 correct syntax error
9037
9038 2002-06-29 [paul]       0.7.8claws34
9039
9040         * configure.in
9041           Makefile.am
9042           man/Makefile.am       ** NEW FILE **
9043           man/sylpheed.1.gz     ** NEW FILE **
9044                 add Sylpheed man page
9045
9046 2002-06-29 [paul]       0.7.8claws33
9047
9048         * po/pt_BR.po
9049                 updated by Fabio Junior Beneditto
9050
9051 2002-06-28 [jens]       0.7.8claws32
9052
9053         * po/de.po
9054                 translation updated
9055
9056         * src/selective_download.c
9057                 removed gettext for space " "
9058
9059         * src/imap.c
9060                 removed wrong space
9061
9062 2002-06-28 [paul]       0.7.8claws31
9063
9064         * sync with 0.7.8cvs11
9065                 see ChangeLog 2002-06-28
9066
9067 2002-06-28 [paul]       0.7.8claws30
9068
9069         * sync with 0.7.8cvs10
9070                 see ChangeLog 2002-06-27 and 2002-06-28
9071
9072 2002-06-26 [paul]       0.7.8claws29
9073
9074         * src/addrgather.c
9075           src/selective_download.c
9076                 don't gettextise empty strings.
9077                 reserved by gettext. gettext("") returns 
9078                 the header entry with meta information, 
9079                 not the empty string
9080
9081         * po/en_GB.po
9082                 updated
9083
9084 2002-06-26 [paul]       0.7.8claws28
9085
9086         * sync with 0.7.8cvs7
9087                 see ChangeLog 2002-06-25
9088
9089         * src/prefs_common.c
9090                 ...and in the process, tweak the gui a little
9091
9092 2002-06-25 [alfons]     0.7.8claws27
9093         
9094         * configure.in
9095         * src/Makefile.am
9096                 fine tune ldap library detection
9097
9098 2002-06-25 [alfons]     0.7.8claws26
9099
9100         * src/compose.c
9101                 don't allow return receipts when composing a news article
9102
9103 2002-06-25 [paul]       0.7.8claws25
9104
9105         * Makefile.am
9106                 add '$(AMTAR)' to 'release' section to allow for
9107                 new and older autotools
9108
9109 2002-06-25 [paul]       0.7.8claws24
9110
9111         * src/summaryview.c
9112                 fix "No more unread messages" persistant pop-up
9113                 window bug
9114
9115 2002-06-25 [paul]       0.7.8claws23
9116
9117         * po/it.po
9118                 updated by Alessandro Maestri
9119
9120 2002-06-25 [paul]       0.7.8claws22
9121
9122         * sync with 0.7.8cvs6
9123                 see ChangeLog 2002-06-25
9124
9125 2002-06-24 [paul]       0.7.8claws21
9126
9127         * tools/update-po
9128                 add GPL copyright information
9129
9130 2002-06-24 [paul]       0.7.8claws20
9131
9132         * tools/Makefile.am
9133           tools/README
9134           tools/update-po       ** NEW FILE **
9135                 add script that eases the creation of *.po files
9136                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9137
9138 2002-06-23 [alfons]     0.7.8claws19
9139
9140         * src/messageview.c
9141                 make notification_convert_header obey const correctness
9142                 (next step will be fixing the broken return receipt)
9143
9144 2002-06-23 [paul]       0.7.8claws18
9145
9146         * src/messageview.c
9147                 fix bug introduced in last commit:
9148                 removed too much code in last commit - put back what's
9149                 needed
9150
9151 2002-06-23 [paul]       0.7.8claws17
9152
9153         * src/messageview.[ch]
9154                 remove code committed in error from locally patched
9155                 source
9156
9157 2002-06-23 [colin]      0.7.8claws16
9158
9159         * src/compose.[ch]
9160                 add compose_entry_select(), used to select the default_to
9161                 email address - hopefully avoiding people sending mails to
9162                 wrong recipients.
9163
9164 2002-06-22 [alfons]     0.7.8claws15
9165
9166         * AUTHORS
9167                 add Bram Metsch & Stanislav Karchebny
9168         * src/smtp.[ch]
9169         * src/prefs_account.[ch]
9170         * src/send.c
9171                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9172                   options.  (see <http://sourceforge.net/tracker/index.php
9173                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9174
9175                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9176                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9177
9178 2002-06-22 [paul]       0.7.8claws14
9179
9180         * sync with 0.7.8cvs5
9181                 see ChangeLog 2002-06-19 and 2002-06-20
9182
9183 2002-06-22 [alfons]     0.7.8claws13
9184
9185         * src/selective_download.c
9186                 fix a stupid mistake I made
9187
9188 2002-06-22 [alfons]     0.7.8claws12
9189
9190         * src/selective_download.[ch]
9191                 fix another unnoticed leak; cleanup code
9192
9193 2002-06-21 [alfons]
9194
9195         * tools/Makefile.am
9196                 gpg-sign <-- gpg-sign-syl
9197
9198 2002-06-21 [alfons]     0.7.8claws11
9199
9200         * src/selective_download.c
9201         * src/selective_download.h
9202                 fix assorted mix of allocation errors (should solve
9203                 problem reported by Philippe Gramoullé, see:
9204                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9205
9206 2002-06-20 [melvin]     0.7.8claws10
9207
9208         * tools/gpg-sign *REMOVED*
9209           tools/gpg-sign-syl *ADDED*
9210                 Replaced the gpg clearsigning script with the version using
9211                 xterm instead of ssh-askpass and changed its name.
9212
9213         * README.claws
9214                 Updated actions example to reflect the renaming of the
9215                 gpg clearsigning script.
9216
9217 2002-06-19 [paul]       0.7.8claws9
9218
9219         * sync with 0.7.8claws9
9220                 see ChangeLog 2002-06-18 and 2002-06-19
9221
9222 2002-06-19 [paul]       0.7.8claws8
9223
9224         * sync with 0.7.8cvs1
9225                 see ChangeLog 2002-06-18
9226
9227 2002-06-18 [alfons]     0.7.8claws7
9228
9229         * src/mainwindow.h
9230                 add omitted prototype
9231
9232 2002-06-17 [paul]       0.7.8claws6
9233
9234         * src/mainwindow.c
9235                 fix hiding of exec_btn
9236
9237 2002-06-17 [paul]       0.7.8claws5
9238
9239         * src/pop.c
9240                 remove unneeded code: should_delete() 
9241                 and Pop3State::uidl_todelete_list
9242
9243 2002-06-17 [paul]       0.7.8claws4
9244
9245         * sync with 0.7.8
9246                 see ChangeLog 2002-06-11 and 2002-06-13
9247
9248 2002-06-16 [alfons]     0.7.8claws3
9249         
9250         * src/folder.c
9251                 make sure lock sort mode (claws specific) is
9252                 also persists after a tree rescan
9253
9254 2002-06-16 [alfons]     0.7.8claws2
9255
9256         * src/prefs_folder_item.c
9257         * src/folder.[ch]
9258                 fix persistence of folder sort mode (broken
9259                 by adapting Hiro's new folder persistence code)
9260
9261 2002-06-16 [alfons]     0.7.8claws1
9262
9263         * AUTHORS
9264         * src/logwindow.c
9265         * src/prefscommon.[ch]
9266                 control size of log text in log window; 
9267                 closes patch #569155 submitted by Mitko Haralanov.
9268
9269 2002-06-15 [paul]       0.7.8claws
9270
9271         * release of 0.7.8claws
9272
9273 2002-06-15 [paul]       0.7.7claws
9274
9275         * po/pt_BR.po
9276                 updated by Fabio Junior Beneditto
9277
9278 2002-06-14 [paul]       0.7.6claws49
9279
9280         * po/es.po
9281                 updated by Ricardo Mones Lastra
9282
9283 2002-06-14 [paul]       0.7.6claws48
9284
9285         * po/nl.po
9286                 updated translation by Wilbert Berendsen
9287
9288 2002-06-14 [melvin]     0.7.6claws47
9289
9290         * po/fr.po
9291                 Updated French translation
9292
9293 2002-06-13 [paul]       0.7.6claws46
9294
9295         * src/filesel.c
9296                 allow filename to be typed in, rather than just
9297                 selected by the mouse. Patch by Gustavo Noronha Silva.
9298
9299 2002-06-13 [alfons]     0.7.6claws45
9300
9301         * src/mainwindow.[ch]
9302                 more cleanups (removing unnecessary menu items Expand 
9303                 summary / message view)
9304
9305 2002-06-13 [melvin]     0.7.6claws44
9306
9307         * po/POTFILES.in
9308                 Added src/string_match.c
9309         * src/string_match.c
9310                 Fixed possible buffer overflow.
9311                 Corrected typo.
9312                 Added missing config.h header.
9313         * src/prefs_common.c
9314           src/prefs_matcher.c
9315           src/prefs_scoring.c
9316                 Made some strings translatable (missing _(..)).
9317
9318 2002-06-13 [melvin]     0.7.6claws43
9319
9320         * README.claws
9321                 Corrected action example (verifying clearsigned mail).
9322         * src/prefs_account.c
9323                 Corrected typo.
9324         * src/prefs_common.c
9325                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9326
9327 2002-06-12 [alfons]     0.7.6claws42
9328
9329         * src/summaryview.c
9330                 add init of score column lost in 0.7.6claws42
9331
9332 2002-06-12 [paul]       0.7.6claws41
9333
9334         * src/prefs_account.c
9335                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9336                 behavior of the radio buttons, (from 0.7.7cvs2)
9337
9338 2002-06-11 [alfons]     0.7.6claws40
9339
9340         * src/messageview.[ch]
9341         * src/summaryview.[ch]
9342         * src/summary_search.c
9343         * src/mainwindow.c
9344                 perform a sync to bring in Hiro's separate view implementation 
9345
9346                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9347
9348 2002-06-11 [paul]       0.7.6claws39
9349         
9350         * src/prefs_account.c
9351                 correct a typo on the Receive tab
9352
9353 2002-06-10 [match]      0.7.6claws38
9354
9355         * src/addressbook.c
9356                 Included address completion patch from Gustavo Noronha.
9357
9358 2002-06-10 [paul]       0.7.6claws37
9359
9360         * src/inc.[ch]
9361           src/pop.c
9362           src/prefs_account.[ch]
9363           src/selective_download.[ch]
9364                 apply PATCH #561712
9365                  NEW:
9366                 - check if POP Account
9367                 - Receive Button renamed to Preview
9368                 - Preview Button Popup: preview new/all messages
9369                 - Download Button
9370                 - Account Preferences-->Receive tab checkbutton if you
9371                   want to remove Mail after Download
9372                 -: default YES
9373                 - Account Preferences-->Receive tab checkbutton use
9374                   filtering rules on preview
9375                   (think of delete_on_server)
9376                 -: default YES
9377                 - Account selectable from SD dialog
9378                 - checkbutton to show already downloaded messages if
9379                   all messages are previewed
9380                 - new clist column showing Date
9381                 - ESC KEY close
9382                 FIXES:
9383                 - play ball with UIDL
9384                 - fault tolerant (?) 
9385                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9386
9387 2002-06-10 [melvin]     0.7.6claws36
9388
9389         * README.claws
9390                 Added a hint to ac/README in cvs instructions.
9391
9392         * src/prefs_actions.c
9393                 Made it possible to use a more elaborate command line
9394                 for asynchronous actions, too.
9395
9396 2002-06-10 [melvin]     0.7.6claws35
9397         
9398         * src/prefs_actions.c
9399                 Make it possible to use a more elaborate command line
9400                 (e.g. |foo|bar|cat>there;echo Done|)
9401                 Corrected error message when calling %f, %F and %p commands
9402                 from the compose window.
9403
9404 2002-06-09 [colin]      0.7.6claws34
9405
9406         * src/summaryview.c
9407                 Automatically find unread messages in current folder
9408                 before annoying the user.
9409
9410 2002-06-08 [alfons]     0.7.6claws33
9411
9412         * po/it.po
9413                 remove bad formatting string in it.po translation
9414                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
9415
9416 2002-06-08 [paul]       0.7.6claws32
9417
9418         * sync with 0.7.6cvs25
9419                 see ChangeLog 2002-06-07
9420
9421 2002-06-05 [paul]       0.7.6claws31
9422
9423         * src/mainwindow.c
9424                 add 'Sort by locked' and 'Sort by score'
9425
9426 2002-06-05 [paul]       0.7.6claws30
9427
9428         * sync with 0.7.6cvs24
9429                 see ChangeLog 2002-06-04
9430
9431 2002-06-04 [paul]       0.7.6claws29
9432
9433         * po/pt_BR.po
9434                 updated by Fabio Junior Beneditto
9435
9436 2002-06-03 [thorsten]   0.7.6claws28
9437
9438         * src/matcher.c
9439                 fclose() matcherrc after reading
9440
9441 2002-06-03 [paul]       0.7.6claws27
9442
9443         * sync with 0.7.6cvs21
9444                 see ChangeLog 2002-05-31
9445
9446 2002-05-31 [paul]       0.7.6claws26
9447
9448         * sync with 0.7.6cvs20
9449                 see ChangeLog 2002-05-29 and 2002-05-30
9450
9451 2002-05-31 [paul]       0.7.6claws25
9452
9453         * src/imap.c
9454                 hopefully fix last buggy sync
9455
9456         * README.claws
9457                 correct typo in 'Actions' examples
9458
9459 2002-05-29 [paul]       0.7.6claws24
9460
9461         * sync with 0.7.6cvs18
9462                 see ChangeLog 2002-05-28 and 2002-05-29
9463
9464         * src/news.c
9465           src/nntp.[ch]
9466                 sync with above 
9467
9468 2002-05-28 [paul]       0.7.6claws23
9469
9470         * sync with 0.7.6cvs16
9471                 see ChangeLog 2002-05-28
9472
9473 2002-05-27 [thorsten]   0.7.6claws22 
9474
9475         * faq/it/sylpheed-faq-1.html
9476           faq/it/sylpheed-faq-2.html
9477           faq/it/sylpheed-faq-3.html
9478           faq/it/sylpheed-faq.html
9479                 corrected DOS lineendings
9480         * faq/de/sylpheed-faq-1.html
9481           faq/de/sylpheed-faq-2.html
9482           faq/en/sylpheed-faq-1.html
9483           faq/en/sylpheed-faq-2.html
9484           faq/en/sylpheed-faq-3.html
9485           faq/es/sylpheed-faq-1.html
9486           faq/es/sylpheed-faq-2.html
9487           faq/es/sylpheed-faq-3.html
9488           faq/fr/sylpheed-faq-1.html
9489           faq/it/sylpheed-faq-1.html
9490           faq/it/sylpheed-faq-2.html
9491           faq/it/sylpheed-faq-3.html
9492           faq/it/sylpheed-faq.html
9493                 changed ">" to &quot;
9494
9495 2002-05-27 [paul]       0.7.6claws21
9496         
9497         * sync with 0.7.6cvs15
9498                 see ChangeLog 2002-05-27
9499
9500 2002-05-27 [paul]       0.7.6claws20
9501
9502         * src/prefs_account.c
9503                 correct a typo
9504
9505 2002-05-26 [paul]       0.7.6claws19
9506
9507         * tools/README
9508                 correct a typo
9509
9510 2002-05-25 [paul]       0.7.6claws18
9511
9512         * tools/README
9513                 add description of kmail2sylpheed.pl
9514
9515 2002-05-25 [paul]       0.7.6claws17
9516
9517         * tools/kmail2sylpheed.pl       ** NEW FILE **
9518                 perl script that converts an exported Kmail address
9519                 book, converts it to sylpheed addressbook file,
9520                 writes the file to .sylpheed, and updates
9521                 addrbook--index.xml 
9522
9523 2002-05-25 [paul]       0.7.6claws16
9524
9525         * sync with 0.7.6cvs14
9526                 see ChangeLog 2002-05-23
9527
9528 2002-05-24 [paul]       0.7.6claws15
9529
9530         * README.claws
9531                 make a correction and add some more info
9532
9533 2002-05-24 [paul]       0.7.6claws14
9534
9535         * src/compose.c
9536                 fix memory leak in 
9537                 compose_redirect_write_headers_from_headerlist()
9538                 add Subject and Resent-Message-ID to
9539                 compose_redirect_write_headers()
9540                 Received, Subject, and X-UIDL are filtered out in 
9541                 compose_redirect_write_to_file()
9542
9543 2002-05-23 [paul]       0.7.6claws13
9544
9545         * src/compose.[ch]
9546           src/filtering.c
9547           src/mainwindow.c
9548           src/matcher.[ch]
9549           src/matcher_parser_lex.l
9550           src/matcher_parser_parse.y
9551           src/prefs_common.[ch]
9552           src/prefs_filtering.c
9553           src/summaryview.c
9554                 rename 'Bounce' to 'Redirect'
9555
9556 2002-05-23 [paul]       0.7.6claws12
9557
9558         * more sync with 0.7.6cvs13
9559           src/compose.c
9560                 see ChangeLog 2002-05-22
9561
9562 2002-05-22 [paul]       0.7.6claws11
9563
9564         * sync with 0.7.6cvs13
9565           src/codeconv.c
9566                 see ChangeLog 2002-05-20
9567           src/prefs_common.c
9568                 see ChangeLog 2002-05-22
9569
9570 2002-05-21 [melvin]     0.7.6claws10
9571
9572         * src/folderview.c
9573                 Added missing filtering and scoring headers
9574                 Fixed bad function call that showed garbage 
9575                 in Folder->Processing
9576
9577 2002-05-21 [paul]       0.7.6claws9
9578
9579         * tools/Makefile.am
9580                 make all tools executable, (patch by Alfons).
9581
9582 2002-05-20 [alfons]     0.7.6claws8
9583
9584         * src/procheader.c
9585                 don't forget to call mktime() so we have a valid week 
9586                 and year day
9587                 (Bug report by Roger Sondermann <mail@jumaros.de>)
9588
9589 2002-05-20 [paul]       0.7.6claws7
9590
9591         * src/html.c
9592                 fix broken parsing of urls
9593         * src/textview.c
9594                 fix displaying of urls
9595
9596                 both fixes from the patch [547855] by Eugene 
9597                 Brevdo (zonem)
9598
9599 2002-05-19 [alfons]     0.7.6claws6
9600
9601         * configure.in
9602                 make sylpheed configure correctly with the latest
9603                 and greatest of automake / autoconf / gettext
9604
9605 2002-05-19 [alfons]     0.7.6claws5
9606
9607         * src/procheader.c
9608         * src/procheader.h
9609                 add function for returning ime zone offset
9610         * src/quote_fmt.c
9611         * src/quote_fmt_parse.y
9612                 better quotation formatting - does not convert
9613                 to local time, but uses the original date string.
9614                 
9615                 Note: %z inserts the timezone offset (should 
9616                 work also on platforms where strftime does not
9617                 support %z).
9618
9619 2002-05-18 [christoph]  0.7.6claws4
9620
9621         * src/summaryview.c
9622                 fix indentation of some code
9623         * tools/Makefile.am
9624                 fix spaces after \
9625         * src/Makefile.am
9626                 add missing \
9627                 correct path for ignorethread.xpm
9628                 incorrect filename for sylpheed_logo.xpm
9629                 add missing include matcher_parser_parse.h
9630
9631 2002-05-18 [paul]       0.7.6claws3
9632
9633         * sync with 0.7.6cvs8
9634                 see ChangeLog 2002-05-16 and 2002-05-17
9635
9636 2002-05-18 [melvin]     0.7.6claws2
9637
9638         * README.claws
9639                 Corrected an action's definition and fixed some misspellings.
9640
9641 2002-05-18 [paul]       0.7.6claws1
9642
9643         * tools/Makefile.am
9644           tools/gpg-sign        ** new file **
9645           tools/uudec           ** new file **
9646                 add Melvin's Actions scripts
9647
9648         * README.claws
9649                 add Melvin's descriptions for Actions
9650
9651 2002-05-18 [paul]       0.7.6claws
9652
9653         * Version 0.7.6claws released
9654
9655 2002-05-17 [paul]       0.7.5claws32
9656
9657         * po/es.po
9658                 updated by Ricardo Mones Lastra
9659
9660 2002-05-17 [paul]       0.7.5claws31
9661
9662         * src/compose.c
9663                 fix Account prefs default folder for sent/draft/deleted
9664                 messages bug
9665
9666         * po/it.po
9667           po/nl.po
9668                 updated translation by Alessandro Maestri and
9669                 Wilbert Berendsen
9670
9671 2002-05-17 [melvin]     0.7.5claws30
9672
9673         * src/prefs_actions.c
9674                 Fixed bug where using %F not at the end of the command 
9675                 resulted in an additional empty argument being created.
9676                 Thanks to Darko Koruga for reporting the bug.
9677
9678 2002-05-17 [melvin]     0.7.5claws29
9679
9680         * po/fr.po
9681                 Updated French translations.
9682
9683 2002-05-15 [paul]       0.7.5claws28
9684         
9685         * po/es.po
9686                 updated by Ricardo Mones Lastra
9687
9688 2002-05-15 [paul]       0.7.5claws27
9689
9690         * sync with 0.7.6cvs4
9691                 see ChangeLog 2002-05-14 and 2002-05-15
9692
9693 2002-05-14 [paul]       0.7.5claws26
9694
9695         * sync with 0.7.6cvs1
9696                 see ChangeLog 2002-05-13
9697
9698 2002-05-13 [thorsten]   0.7.5claws25
9699
9700         * src/messageview.c
9701                 fix select_all and copy in multipart messages
9702         * src/mainwindow.c
9703                 fix select_all and copy in multipart messages
9704
9705 2002-05-12 [paul]       0.7.5claws24
9706
9707         * src/summaryview.c
9708                 reverse last commit, bug already fixed in 0.7.5claws3
9709
9710 2002-05-12 [netztorte]  0.7.5claws23
9711
9712         * src/summaryview.c
9713                 dont parse empty addressbook (checked in before claws20)
9714
9715 2002-05-12 [melvin]     0.7.5claws22
9716
9717         * src/procmsg.[ch]
9718                 Removed unneeded priority code introduced by the previous 
9719                 commit.
9720
9721 2002-05-12 [melvin]     0.7.5claws21
9722
9723         * src/compose.[ch]
9724                 Added possibility to set message's priority.
9725         * src/procmsg.[ch]
9726                 Added possibility to set message's priority.
9727                 Added missing headers
9728
9729 2002-05-12 [melvin]     0.7.5claws20
9730
9731         * src/prefs_actions.c
9732                 Removed implicitely added quotes around the name
9733                 of the temporary files of mime parts.
9734
9735 2002-05-12 [paul]       0.7.5claws19
9736
9737         * sync with 0.7.5cvs20
9738                 see ChangeLog 2002-05-11
9739
9740 2002-05-12 [alfons]     0.7.5claws18
9741
9742         * src/quote_fmt_lex.l
9743         * src/quote_fmt_parse.y
9744                 allow quote / reply date & time format to be set using
9745                 %D{format}. format is a format string you'd pass to
9746                 strftime() (see man strftime, or the Display tab |
9747                 Date format setting).
9748
9749                 Currently %D converts the date to local time. 
9750
9751 2002-05-11 [paul]       0.7.5claws17
9752
9753         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
9754                 see ChangeLog 2002-05-10 and 2002-05-11
9755
9756 2002-05-10 [paul]       0.7.5claws16
9757
9758         * sync with 0.7.5cvs16
9759                 see ChangeLog entries 2002-05-09 and 
9760                 2002-05-10
9761
9762 2002-05-10 [colin]      0.7.5claws15
9763
9764         * src/textview.c
9765                 Corrected a bug that prevented sylpheed to open
9766                 double-clicked URIs.
9767
9768 2002-05-09 [paul]       0.7.5claws14
9769
9770         * sync with 0.7.5cvs14
9771                 see ChangeLog 2002-05-08 and 2002-05-09
9772
9773 2002-05-08 [paul]       0.7.5claws13
9774
9775         * sync with 0.7.5cvs11
9776                 see ChangeLog entry 2002-05-08
9777
9778 2002-05-08 [paul]       0.7.5claws12
9779
9780         * src/mainwindow.c
9781           src/textview.[ch]
9782                 fix segfault on View->Open in new window
9783                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9784
9785 2002-05-07 [paul]       0.7.5claws11
9786
9787         * sync with 0.7.5cvs9
9788                 see ChangeLog entry 2002-05-07
9789
9790 2002-05-06 [paul]       0.7.5claws10
9791
9792         * src/messageview.c
9793           src/textview.c
9794                 display url in statusbar on single-click
9795                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9796
9797 2002-05-06 [match]      0.7.5claws9
9798
9799         * src/addritem.[ch]
9800                 new functions.
9801         * src/addrcache.c
9802                 tidy up.
9803         * src/xmlprops.[ch]
9804                 XML implementation of properties file.
9805         * src/exporthtml.[ch]
9806         * src/expthtmldlg.[ch]
9807         * src/addressbook.c
9808                 export to HTML.
9809
9810 2002-05-02 [sergey]     0.7.5claws8
9811
9812         * src/mainwindow.c (mainwin_entries),
9813           src/prefs_common.c (prefs_send_create()),
9814           src/codeconv.c (locale_table):
9815                 use charset name "Windows-1251" instead of "CP1251".
9816
9817 2002-05-02 [colin]      0.7.5claws7
9818         
9819         * src/compose.c
9820           src/prefs_common.c
9821           src/prefs_folder_item.c
9822                 Fixed cosmetics bugs due to Outbox renamed to Sent.
9823
9824 2002-05-02 [hiro]       0.7.5claws6
9825
9826         * src/imap.c
9827                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
9828
9829 2002-05-02 [paul]       0.7.5claws5
9830
9831         * src/compose.c
9832                 more sync with 0.7.5cvs7, see ChangeLog entry
9833                 2002-05-02
9834
9835 2002-05-02 [hiro]       0.7.5claws4
9836
9837         * src/compose.c
9838                 compose_queue_sub():
9839                 check if queue folder exists (closes #550397).
9840                 removed directory creation since it should be handled
9841                 transparently.
9842         * src/imap.c
9843                 imap_add_msg(): return UID for appended message
9844                 (closes #548842).
9845
9846 2002-04-30 [paul]       0.7.5claws3
9847
9848         * src/summaryview.c
9849                 fix account_find_from_address() bug
9850
9851 2002-04-28 [colin]      0.7.5claws2
9852
9853         * src/compose.c
9854           src/textview.c
9855           src/prefs_common.[ch]
9856           src/utils.[ch]
9857                 Added user-definable quotation characters recognition.
9858
9859 2002-04-28 [paul]       0.7.5claws1
9860
9861         * sync with 0.7.5cvs4
9862                 see ChangeLog entry  2002-04-25
9863
9864 2002-04-28 [paul]       0.7.5claws
9865
9866         * po/es.po
9867           po/nl.po
9868           po/pt_BR.po
9869                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
9870                 Fabio Junior Beneditto
9871
9872 2002-04-27 [jens]       0.7.4claws103
9873
9874         * po/de.po
9875                 updated German translation.
9876
9877 2002-04-27 [hiro]       0.7.4claws102
9878
9879         * src/summaryview.c
9880                 summary_write_cache(): fixed the mark loss of hidden messages.
9881
9882 2002-04-26 [melvin]     0.7.4claws101
9883
9884         * src/procmsg.c
9885                 fixed a second typo (same one)
9886         * po/fr.po
9887           po/it.po
9888           po/pt_BR.po
9889                 fixed the type again...
9890
9891 2002-04-26 [melvin]     0.7.4claws100
9892
9893         * src/procmsg.c
9894                 fixed a typo in an alert message ("temorary").
9895         * po/it.po
9896         * po/pt_BR.po
9897                 corrected the typo  described above.
9898         * po/fr.po
9899                 updated French translation.
9900
9901 2002-04-26 [darko]      0.7.4claws99
9902
9903         * src/summaryview.c
9904                 fix target folder colorization
9905
9906 2002-04-25 [paul]       0.7.4claws98
9907
9908         * po/it.po
9909                 updated by Alessandro Maestri
9910
9911 2002-04-24 [colin]      0.7.4claws97
9912         
9913         * src/compose.c
9914                 Fixed double "subject is empty" question.
9915
9916 2002-04-23 [colin]      0.7.4claws96
9917         
9918         * src/mimeview.c
9919                 Corrected issue when "automatically display images" was
9920                 not set : first image remained after selecting second.
9921
9922 2002-04-23 [melvin]     0.7.4claws95
9923
9924         * src/prefs_actions.c
9925                 Don't display in/out dialog if there is nothing to show.
9926
9927 2002-04-23 [paul]       0.7.4claws94
9928
9929         * sync with 0.7.5cvs3
9930                 bug fixes: see ChangeLog entry 2002-04-23
9931
9932 2002-04-22 [darko]      0.7.4claws93
9933
9934         * src/compose.c
9935                 fix previous check-in which changed code after
9936                 merge from main
9937
9938 2002-04-22 [paul]       0.7.4claws92
9939
9940         * faq/de/*
9941                 add German FAQ
9942         * faq/en/*
9943           faq/es/*
9944           faq/fr/*
9945                 update English, Spanish and French FAQs
9946         * manual/de/*
9947           manual/es/*
9948                 add German and Spanish manuals
9949         * manual/en/*
9950           manual/fr/*
9951                 update English and French manuals
9952
9953         * src/Makefile.am
9954                 add to and re-arrange the pixmap entries
9955
9956 2002-04-22 [darko]      0.7.4claws91
9957
9958         * src/compose.c
9959                 fix sender initials recognition to only allow
9960                 '>' after the initials
9961
9962 2002-04-21 [paul]       0.7.4claws90
9963
9964         * sync with 0.7.5 release
9965                 see ChangeLog entry 2002-04-21
9966
9967 2002-04-21 [alfons]
9968
9969         * src/Makefile.am
9970                 add colin's new pixmaps to EXTRA_DIST
9971
9972 2002-04-21 [colin]      0.7.4claws89
9973         * src/compose.c
9974         * src/inc.c
9975         * src/mainwindow.[ch]
9976         * src/prefs_common.[ch]
9977         * src/stock_pixmap.[ch]
9978                 Added "Work offline" ability.
9979
9980 2002-04-21 [colin]      0.7.4claws88
9981         
9982         * src/mimeview.c
9983         * src/prefs_common.c
9984         * src/prefs_common.h
9985         * src/textview.c : Added an option to common preferences -> display
9986           to allow user not to automatically display images.
9987
9988 2002-04-21 [paul]       0.7.4claws87
9989
9990         * sync with 0.7.4cvs52
9991                 see ChangeLog entry 2002-04-21 (src/imap.c)
9992
9993 2002-04-21 [paul]       0.7.4claws86
9994
9995         * sync with 0.7.4cvs51
9996                 see ChangeLog entry 2002-04-21
9997
9998 2002-04-21 [paul]       0.7.4claws85
9999
10000         * sync with 0.7.4cvs49
10001                 see ChangeLog entries 2002-04-20 and 2002-04-21
10002
10003         * src/Makefile.am
10004                 clean up: remove old 'stock_' element from xpm 
10005                 filenames.
10006
10007 2002-04-21 [alfons]     0.7.4claws84
10008
10009         apply sync patch from Paul
10010
10011         * src/folderview.c
10012                 use old claws prefs_folder_item_create() for now
10013
10014 2002-04-19 [match]      0.7.4claws83
10015
10016         * src/addressbook.[ch]
10017         * src/addrharvest.[ch]
10018         * src/addrgather.[ch]
10019                 recurse folders.
10020         * src/mainwindow.c
10021         * src/summaryview.[ch]
10022                 change menu option.
10023
10024 2002-04-19 [paul]       0.7.4claws82
10025
10026         * po/pt_BR.po
10027                 updated by Fabio Junior Beneditto
10028
10029 2002-04-14 [alfons]     0.7.4claws81
10030
10031         * src/passphrase.c
10032                 add #include <sys/types.h> for mode_t and off_t 
10033
10034 2002-04-13 [paul]       0.7.4claws80
10035         
10036         * src/main.c
10037           src/passphrase.[ch]
10038           src/pgptext.c
10039           src/prefs_common.[ch]
10040           src/rfc2015.c
10041                 enable storing of GnuPG passphrase for the whole 
10042                 session or a user-defined number of minutes. patch 
10043                 submitted by Ravemax <ravemax@dextrose.com>
10044
10045 2002-04-13 [alfons]     0.7.4claws79
10046
10047         * src/textview.c
10048                 make email parser also stop scanning when encountering separators
10049                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10050
10051 2002-04-13 [paul]       0.7.4claws78
10052
10053         * sync with 0.7.4cvs39
10054                 see ChangeLog entry 2002-04-12
10055
10056 2002-04-11 [paul]       0.7.4claws77
10057
10058         * sync with 0.7.4cvs37
10059                 see ChangeLog entry 2002-04-11
10060
10061 2002-04-11 [paul]       0.7.4claws76
10062
10063         * COPYING 
10064                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10065                 the clause for OpenSSL). sync with sylpheed main
10066
10067 2002-04-09 [melvin]     0.7.4claws75
10068
10069         * src/compose.c
10070                 Made 'Ctrl-Enter' on send ignore some modifiers 
10071                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10072                 to bind other *-Enter (but not Alt-Enter).
10073
10074 2002-04-09 [paul]       0.7.4claws74
10075
10076         * sync with 0.7.4cvs35
10077                 see ChangeLog entries 2002-04-09
10078
10079 2002-04-08 [paul]       0.7.4claws73
10080
10081         * sync with 0.7.4cvs33
10082                 see ChangeLog entry 200-04-08
10083
10084 2002-04-07 [match]      0.7.4claws72
10085
10086         * src/addrharvest.[ch]
10087                 fixed to read all addresses in header, regardless
10088                 of header size. improved name parsing. accommodate
10089                 harvest from folders and selected message.
10090         * src/addritem.[ch]
10091                 included new address parsing function.
10092         * src/addrgather.[ch]
10093         * src/addressbook.[ch]
10094         * src/summaryview.[ch]
10095         * src/mainwindow.c
10096                 allow address harvest of folder as well as selected
10097                 messages.
10098
10099 2002-04-07 [paul]       0.7.4claws71
10100
10101         * src/esmtp.[ch]
10102           src/smtp.c
10103                 don't try to authenticate with CRAM-MD5 in SMTP when 
10104                 SMTP-AUTH enabled if MTA doesn't issue this 
10105                 auth-method in it's ehlo-response. bug item #531364,
10106                 patch item #938910. patch submitted by Colin Leroy 
10107                 <colin@colino.net>
10108
10109 2002-04-07 [paul]       0.7.4claws70
10110
10111         * src/nntp.c
10112                 fix missing MODE_READER bug. patch submitted by
10113                 Colin Leroy <colin@colino.net>
10114
10115 2002-04-07 [alfons]     0.7.4claws69
10116
10117         * src/matcher.[ch]
10118         * src/prefs_filtering.c
10119         * src/summaryview.c
10120                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10121                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10122
10123 2002-04-07 [paul]       0.7.4claws68
10124
10125         * sync with 0.7.4cvs32
10126                 see ChangeLog entry 2002-04-06
10127
10128         * tools/filter_conv.pl
10129                 more bug fixes
10130
10131 2002-04-06 [paul]       0.7.4claws67
10132
10133         * tools/filter_conv.pl
10134                 modify to be able to find the name of the first
10135                 mailbox and use that. main's filter does not
10136                 record the full path to the mailbox and therefore
10137                 can only filter to the first mailbox.
10138
10139 2002-04-05 [paul]       0.7.4claws66
10140
10141         * tools/filter_conv.pl
10142                 attempt to make the script all-encompassing and
10143                 be able to convert any main 'filter' rule thrown
10144                 at it
10145
10146 2002-04-05 [paul]       0.7.4claws65
10147
10148         * tools/filter_conv.pl
10149                 allow for collapsed folder trees
10150
10151 2002-04-05 [paul]       0.7.4claws64
10152
10153         * sync with 0.7.4cvs31
10154                 see ChangeLog entries 2002-04-05
10155
10156 2002-04-03 [paul]       0.7.4claws63
10157
10158         * sync with 0.7.4cvs29
10159                 see ChangeLog entries 2002-04-02 and 2002-04-03
10160
10161 2002-04-02 [paul]       0.7.4claws62
10162
10163         * sync with 0.7.4cvs26
10164                 see ChangeLog entry 2002-04-01
10165
10166 2002-04-02 [match]      0.7.4claws61
10167
10168         * src/pine.[ch]
10169         * src/importpine.[ch]
10170         * src/addressbook.c
10171                 import Pine address book.
10172
10173 2002-04-02 [match]      0.7.4claws60
10174
10175         * src/addrharvest.[ch]
10176                 improve address parsing of funky addresses.
10177
10178 2002-04-02 [darko]      0.7.4claws59
10179
10180         * src/compose.c
10181                 wrap on send improvements, it now recognizes quoted
10182                 initials as part of the quotation string, and it
10183                 does not join lines separated by CR
10184
10185 2002-04-01 [match]      0.7.4claws58
10186
10187         * src/mgutils.[ch]
10188                 added new functions.
10189         * src/mutt.[ch]
10190                 remove excessive duplicate address generation
10191                 on import.
10192
10193 2002-04-01 [alfons]     0.7.4claws57
10194         
10195         * src/summaryview.c
10196                 put back g_free() 
10197
10198 2002-04-01 [paul]       0.7.4claws56
10199
10200         * sync with 0.7.4cvs25
10201                 see ChangeLog entry 2002-04-01
10202
10203 2002-04-01 [alfons]     0.7.4aprilfool55
10204
10205         * src/summaryview.c
10206                 honour feature request item #537427 to allow for
10207                 displaying names from address book for sent mail also
10208
10209 2002-03-29 [paul]       0.7.4claws54
10210
10211         * src/mainwindow.c
10212           src/prefs_filtering.[ch]
10213           src/prefs_matcher.c
10214           src/summaryview.c
10215                 add 'fast filter' for claws' filtering,
10216                 /Tools/Create filter rule/... patch submitted
10217                 by Neill Miller <neillm@thecodefactory.org>
10218
10219 2002-03-29 [paul]       0.7.4claws53
10220
10221         * sync with 0.7.4cvs24
10222                 see ChangeLog entry 2002-03-29
10223
10224 2002-03-28 [paul]       0.7.4claws52
10225
10226         * sync with 0.7.4cvs23
10227                 see ChangeLog entry 2002-03-28
10228
10229 2002-03-27 [melvin]     0.7.4claws51
10230
10231         * src/prefs_actions.c
10232                 Added support to pass only one message part (as a
10233                 file) to the command using '%p'. No quotes are needed
10234                 because doubles quotes are automatically added.
10235                 Fixed bug where Sylpheed could block when waiting for
10236                 a child process to finish.
10237                 Changed the help menu to remove quotes around symbols to 
10238                 avoid misinterpretation (they must not be used).
10239
10240 2002-03-27 [melvin]     0.7.4claws50
10241
10242         * src/inc.c
10243                 Made the new mail notification command always 
10244                 execute asynchronously.
10245
10246 2002-03-27 [paul]       0.7.4claws49
10247
10248         * src/compose.c
10249                 fix bug introduced in last commit
10250
10251 2002-03-27 [paul]       0.7.4claws48
10252
10253         * sync with 0.7.4cvs21
10254                 see ChangeLog 2002-03-26 and 2002-03-27
10255
10256 2002-03-26 [hoa]        0.7.4claws47
10257
10258         * src/prefs_folder_item.c
10259                 really fixed the bug #516442 with folder rescan.
10260
10261 2002-03-26 [paul]       0.7.4claws46
10262
10263         * sync with 0.7.4cvs19
10264                 see ChangeLog entries 2002-03-25 and 2002-03-26
10265
10266 2002-03-25 [hoa]        0.7.4claws45
10267
10268         * src/matcher.c
10269         * src/mh.c
10270                 fix the bug #516442 with folder rescan.
10271
10272         * src/prefs_common.[ch]
10273         * src/compose.c
10274                 added an option to enable two different behaviours
10275                 for bounce.
10276
10277
10278 2002-03-25 [paul]       0.7.4claws44
10279
10280         * src/mainwindow.c
10281           src/selective_download.c
10282                 correct a few menuitem labels
10283
10284 2002-03-25 [christoph]  0.7.4claws43
10285
10286         * src/procmsg.c
10287                 fix non deleted tmp message in
10288                 procmsg_save_to_outbox
10289                 fix problems caused by sync with
10290                 main branch's procmsg_send_queue
10291
10292 2002-03-25 [paul]       0.7.4claws42
10293
10294         * src/quote_fmt.c
10295           src/quote_fmt_lex.l
10296           src/quote_fmt_parse.y
10297                 add Last name (%L) placeholder for quoting. 
10298                 patch submitted by Thorsten Thielen 
10299                 <thth@users.sourceforge.net>
10300
10301 2002-03-25 [paul]       0.7.4claws41
10302
10303         * src/utils.c
10304                 get full hostname. patch submitted by
10305                 Bob Woodside <rwoodside1@comcast.net>
10306
10307 2002-03-25 [paul]       0.7.4claws40
10308
10309         * src/account.c
10310           src/news.c
10311           src/nntp.[ch]
10312           src/prefs_account.[ch]
10313                 enable NNTP over SSL. patch submitted by
10314                 Pascal Jermini <pascal@infinity.hn.org>
10315
10316 2002-03-24 [paul]       0.7.4claws39
10317
10318         * src/prefs_common.c
10319                 make the arrangement of the Compose tab more
10320                 coherent
10321
10322         * src/mainwindow.c
10323                 fix some irregularities of style
10324
10325         * po/de.po
10326                 updated by Kilian Krause
10327
10328 2002-03-23 [paul]       0.7.4claws38
10329
10330         * po/pt_BR.po
10331                 updated by Fabio Junior Beneditto
10332
10333 2002-03-23 [paul]       0.7.4claws37
10334
10335         * src/mainwindow.c
10336                 move 'Gather addresses' to 'Tools' menu
10337                 make 'Selective download' sensitive
10338
10339 2002-03-23 [paul]       0.7.4claws36
10340
10341         * sync with 0.7.4cvs16
10342                 see ChangeLog entries 2002-03-23
10343
10344 2002-03-22 [christoph]  0.7.4claws35
10345
10346         * src/quote_fmt_parse.y
10347                 fix include program output
10348
10349 2002-03-22 [alfons]     0.7.4claws34
10350
10351         * src/pop.c
10352                 initialize GDate stack variable correctly (sorry!)
10353
10354 2002-03-22 [paul]       0.7.4claws33
10355
10356         * src/compose.c
10357           src/mainwindow.c
10358           src/prefs_actions.c
10359           src/prefs_common.c
10360                 rename 'Tool' to 'Tools'
10361
10362         * src/mainwindow.c
10363                 move 'Delete duplicated messages' from
10364                 'Message/' to 'Tools/'
10365                 re-arrange the order of 'Tools/' items
10366
10367 2002-03-22 [paul]       0.7.4claws32
10368
10369         * src/addr_compl.c
10370           src/addressbook.[ch]
10371                 auto-address completion now also matches on
10372                 Nickname. patch submitted by Bob Forsman 
10373                 <hammor@users.sourceforge.net>
10374
10375         * src/editaddress.c
10376                 correct a spelling mistake
10377
10378 2002-03-22 [alfons]     0.7.4claws31
10379
10380         * src/pop.c
10381                 fix getting uidl from incorrect string 
10382                 (spotted by Colin)
10383
10384 2002-03-21 [alfons]     0.7.4claws30
10385
10386         * src/pop.c
10387                 more code refactoring
10388                 plug mem leak introduced by delete on server
10389
10390 2002-03-21 [paul]       0.7.4claws29
10391
10392         * sync with 0.7.4cvs11
10393                 see ChangeLog entries 2002-03-20
10394
10395 2002-03-20 [alfons]     0.7.4claws28
10396
10397         * src/inc.c
10398                 apply Colin's patch and refactor
10399
10400 2002-03-20 [paul]       0.7.4claws27
10401
10402         * sync with sylpheed 0.7.4cvs9
10403                 see ChangeLog entry 2002-03-20
10404
10405 2002-03-19 [christoph]  0.7.4claws26
10406
10407         * src/mh.c
10408         * src/procmsg.[ch]
10409         * src/summaryview.c
10410                 revert changes for flag updates
10411                 (does not work correctly and no time to debug)
10412
10413 2002-03-20 [alfons]     0.7.4claws25
10414
10415         * src/pop.c
10416                 refactor should_delete() a little bit 
10417
10418 2002-03-19 [paul]       0.7.4claws24
10419
10420         * src/inc.[ch]
10421           src/pop.c
10422           src/prefs_account.[ch]
10423                 allow the user to leave downloaded mail on the 
10424                 server for n days. Patch submitted by Colin Leroy 
10425                 <colin@colino.net>
10426
10427 2002-02-19 [paul]       0.7.4claws23
10428
10429         * sync with sylpheed 0.7.4cvs8
10430                 see ChangeLog entries 2002-03-19
10431
10432 2002-03-18 [paul]       0.7.4claws22
10433
10434         * sync with sylpheed 0.7.4cvs6
10435                 see ChangeLog entry 2002-03-18
10436
10437 2002-03-18 [paul]       0.7.4claws21
10438
10439         * po/en_GB.po
10440                 add en_GB message catalogue
10441
10442         * src/mbox_folder.c
10443           src/prefs_account.c
10444           src/prefs_actions.c
10445                 correct a few spelling mistakes
10446
10447 2002-03-17 [alfons]     0.7.4claws20
10448
10449         * src/matcher.c
10450                 more stringent checks for NULL params when writing
10451                 filtering actions to a file
10452                 
10453 2002-03-17 [hoa]        0.7.3claws20
10454
10455         * src/news.c
10456                 fixed the count of new messages
10457
10458         * src/compose.c
10459                 fixed the "attachment properties" window
10460
10461 2002-03-17 [paul]       0.7.4claws19
10462
10463         * src/defs.h
10464           src/folder.h
10465           src/news.c
10466           src/prefs_account.[ch]
10467           src/procmsg.[ch]
10468           src/summaryview.c
10469                 automatically mark cross-posted messages as read 
10470                 and (optionally) give them a colour label
10471                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10472                 
10473
10474 2002-03-17 [paul]       0.7.4claws18
10475
10476         * sync with sylpheed 0.7.4cvs5
10477                 see ChangeLog entry 2002-03-17
10478
10479 2002-03-17 [melvin]     0.7.4claws17
10480         
10481         * src/textview.c
10482                 Worked around a gtktext 'bug': when searching for 
10483                 a text in a long message it was scrolling slowly
10484                 line by line until it hit the searched text.
10485         * po/fr.po
10486                 Updated French translation
10487
10488 2002-03-17 [melvin]     0.7.4claws16
10489
10490         * src/mainwindow.c
10491         * src/compose.c
10492         * src/prefs_actions.c
10493                 Moved "Edit/Actions" to "Tool/Actions"
10494                 Made mainwindow/compose window sensitive as soon as
10495                 no child process is running anymore even if the io dialog
10496                 is open.
10497                 Fixed a struct being initialized with a non constant char*
10498
10499 2002-03-16 [christoph]  0.7.4claws15
10500
10501         * configure.in
10502                 add --with-compiler-flags option
10503                 (only for developer hacking)
10504         * src/mh.c
10505         * src/procmsg.[ch]
10506         * src/summaryview.c
10507                 try to make folder-stats and flag handling more
10508                 independent from the summaryview. msgcounts
10509                 are only set when the folder is opened and
10510                 procmsg_msginfo_(un)set_flags will handle it
10511                 later and summaryview will get the values
10512                 from the folder.
10513
10514 2002-03-16 [paul]       0.7.4claws14
10515
10516         * src/messageview.c
10517                 fix Return-receipt. Patch submitted by Bob
10518                 Woodside <rwoodside1@comcast.net>
10519
10520 2002-03-16 [paul]       0.7.4claws13
10521
10522         * src/compose.c
10523                 fix 'dynamic' signatures, make it work again
10524                 broken during sync on 2002-03-14 (0.7.4claws2)
10525
10526 2002-03-15 [match]      0.7.4claws12
10527
10528         * src/addrharvest.[ch]
10529         * src/addrgather.[ch]
10530         * src/addressbook.[ch]
10531         * src/mainwindow.c
10532                 included address harvester feature. still some
10533                 issues with address parsing that I will fix.
10534
10535 2002-03-15 [match]      0.7.4claws11
10536
10537         * src/addrbook.[ch]
10538         * src/addrcache.[ch]
10539         * src/addressbook.[ch]
10540         * src/addrindex.c
10541         * src/editbook.c
10542         * src/importldif.c
10543         * src/importmutt.c
10544         * src/jpilot.[ch]
10545         * src/main.c
10546         * src/syldap.[ch]
10547         * src/vcard.[ch]
10548                 tidy up. fix memory leaks. moved attribs and methods
10549                 from individual interfaces to addrcache object. prep
10550                 for new stuff to come in.
10551
10552 2002-03-15 [alfons]     0.7.4claws10
10553
10554         * src/matcher.[ch]
10555         * src/matcher_parser_parse.y
10556         * src/matcher_parser_lex.l
10557         * src/prefs_matcher.c
10558                 add filtering conditions message greater than, smaller 
10559                 than, and exactly matching a size in bytes
10560                 (does not work with delete from POP3 server yet)
10561
10562                 this should also give others an idea what you should
10563                 do to add new criterions to claws filtering system
10564                 
10565
10566 2002-03-15 [paul]       0.7.4claws9
10567
10568         * tools/filter_conv.pl
10569                 exit if there are no filter rules to convert
10570                 rename filterrc to filterrc.old after completion
10571
10572 2002-03-15 [paul]       0.7.4claws8
10573
10574         * sync with sylpheed 0.7.4cvs3
10575                 see ChangeLog entry 2002-03-14
10576
10577 2002-03-14 [paul]       0.7.4claws7
10578
10579         * src/compose.c
10580                 clean up the last commit (ahem)
10581
10582 2002-03-14 [paul]       0.7.4claws6
10583
10584         * src/compose.c
10585                 fix bug #515655. honour account preferences
10586                 regarding gpg default signing/encryption when 
10587                 changing account from the compose window.
10588
10589 2002-03-14 [paul]       0.7.4claws5
10590
10591         * src/folderview.c
10592                 remove unnecessary curly brackets
10593
10594 2002-03-14 [paul]       0.7.4claws4
10595
10596         * src/folderview.c
10597           src/prefs_filtering.[ch]
10598                 add filter rename on folder rename and filter
10599                 delete on folder delete. Patch submitted by
10600                 Neill Miller <neillm@thecodefactory.org> 
10601
10602 2002-03-14 [christoph]  0.7.4claws3
10603
10604         * src/procmsg.c
10605         * src/send.c
10606                 fix local delivery
10607                 (patch submitted by "Simon 'corecode' Schubert")
10608         * src/prefs_common.c
10609         * src/procmsg.c
10610                 fix gcc 3.0 warning
10611
10612 2002-03-14 [paul]       0.7.4claws2
10613
10614         * sync with sylpheed 0.7.4cvs2
10615                 see ChangeLog entry 2002-03-13
10616
10617 2002-03-12 [darko]      0.7.4claws1
10618
10619         * src/mainwindow.c
10620                 fix what seems to be a copy and paste error
10621                 when setting color for important messages
10622                 (reported by wwp)
10623
10624 2002-03-11 [paul]       version 0.7.4claws released
10625
10626 2002-03-11 [paul]       0.7.4claws
10627
10628         * po/es.po
10629           po/it.po
10630           po/nl.po
10631           po/pt_BR.po
10632                 update message catalogs. Submitted by Ricardo Mones 
10633                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
10634                 Fabio Junior Beneditto
10635
10636         * configure.in
10637           faq/Makefile.am
10638           faq/it/Makefile
10639           faq/it/sylpheed-faq*
10640           src/mainwindow.c
10641           src/manual.[ch]
10642                 add FAQ in Italian
10643         
10644
10645 2002-03-11 [jens]       0.7.3claws7
10646
10647         * po/de.po
10648                 updated German translation
10649
10650 2002-03-11 [melvin]     0.7.3claws6
10651
10652         * po/fr.po
10653                 updated and corrected French translation
10654
10655 2002-03-10 [hoa]        0.7.3claws5
10656
10657         * src/account.c
10658         * src/inc.c
10659         * src/prefs_account.c
10660         * src/procmsg.c
10661         * src/send.[ch]
10662                 fixed the local account.
10663                 you have to change the default "/usr/sbin/sendmail"
10664                 to "/usr/sbin/sendmail -t" in the preferences of
10665                 the local account.
10666
10667         * src/procmime.c
10668                 removed some debug display for renderer
10669
10670 2002-03-10 [paul]       0.7.3claws4
10671
10672         * faq/en/sylpheed-faq-1.html
10673           faq/en/sylpheed-faq-2.html
10674                 update
10675
10676 2002-03-09 [paul]       0.7.3claws3
10677
10678         * sync with sylpheed 0.7.4
10679                 see ChangeLog entry 2002-03-09
10680
10681 2002-03-08 [paul]       0.7.3claws2
10682
10683         * faq/en/sylpheed-faq*
10684           faq/es/sylpheed-faq*
10685           faq/fr/sylpheed-faq*
10686                 update the FAQs
10687
10688         * manual/fr/.cvsignore
10689           manual/fr/Makefilea.am
10690           manual/fr/sylpheed*
10691           src/mainwindow.c
10692           src/manual.[ch]
10693                 add the French manual
10694
10695 2002-03-07 [paul]       0.7.3claws1
10696
10697         * sync with sylpheed 0.7.3cvs4
10698                 see ChangeLog entries  2002-03-06 and 2002-03-07
10699         
10700         * po/nl.po
10701                 updated by Wilbert Berendsen
10702
10703 2002-03-07 [melvin]     0.7.2claws34
10704
10705         * src/selective_download.c
10706                 Changed the pixmap of the receive button to MAIL_RECEIVE.
10707
10708 2002-03-06 [paul]       0.7.2claws33
10709
10710         * sync with sylpheed 0.7.3cvs1
10711                 bug fix, see ChangeLog entry 2002-03-05
10712
10713 2002-03-05 [paul]       0.7.2claws32
10714
10715         * src/mimeview.c
10716           src/pgptext.[ch]
10717           src/procmsg.c
10718                 reverse the pgp ascii-armored code implemented in 
10719                 0.7.2claws16. removal of this code until it matures.
10720                 this means that verifying ascii-armored pgp sigs and
10721                 automatic decryption of ascii-armored encrypted
10722                 messages no longer works.
10723
10724 2002-03-05 [paul]       0.7.2claws31
10725
10726         * configure.in
10727           Makefile.am
10728         * faq/Makefile.am
10729         * faq/en/Makefile.am
10730           faq/en/sylpheed-faq.html
10731           faq/en/sylpheed-faq-1.html
10732           faq/en/sylpheed-faq-2.html
10733           faq/en/sylpheed-faq-3.html
10734         * faq/es/Makefile.am
10735           faq/es/sylpheed-faq.html
10736           faq/es/sylpheed-faq-1.html
10737           faq/es/sylpheed-faq-2.html
10738           faq/es/sylpheed-faq-3.html
10739           faq/es/sylpheed-faq-4.html
10740         * faq/fr/Makefile.am
10741           faq/fr/sylpheed-faq.html
10742           faq/fr/sylpheed-faq-1.html
10743           faq/fr/sylpheed-faq-2.html
10744           faq/fr/sylpheed-faq-3.html
10745         * src/Makefile.am
10746           src/defs.h
10747           src/mainwindow.c
10748           src/manual.[ch]
10749                 add FAQs in English, Spanish and French
10750
10751
10752 2002-03-05 [paul]       0.7.2claws30
10753
10754         * manual/en/sylpheed.html
10755           manual/en/sylpheed-XX.html
10756                 updated the English manual
10757
10758 2002-03-05 [hoa]        
10759
10760         * src/summaryview.c
10761                 dialog box pops up if the article can't be deleted.
10762
10763 2002-03-04 [paul]       
10764         
10765         * po/pt_BR.po
10766                 updated by Fabio Junior Benedito
10767
10768 2002-03-04 [hoa]
10769
10770         * removed ac/gpgme.m4
10771                 to avoid autogen common problem
10772                 developers have to install gpgme development package now
10773
10774         * src/compose.c
10775                 encoding to 7bit or 8bit is enabled.
10776
10777 2002-03-03 [alfons]     0.7.2claws29
10778
10779         * src/pop.c
10780                 merge fix by Oliver Haertel for selective
10781                 download buglet
10782
10783 2002-03-03 [paul]       0.7.2claws28
10784         
10785         * sync with sylpheed 0.7.3
10786
10787 2002-03-03 [paul]       0.7.2claws27
10788
10789         * sync with sylpheed 0.7.2cvs24
10790                 see ChangeLog entries 2002-03-02 and 2002-03-03
10791
10792 2002-03-02 [melvin]     0.7.2claws26
10793
10794         * src/inc.[ch]
10795         * src/main.c
10796         * src/mainwindow.c
10797         * src/prefs_common.[ch]
10798                 Added user definable notification on new mail arrival.
10799                 Removed unused variables in spell checker prefs code.
10800
10801 2002-03-02 [melvin]     0.7.2claws25
10802
10803         * src/quote_fmt.c
10804                 Removed unnecessary escape sequences.
10805                 Changed 'Initial...' to 'Initials of Sender'
10806
10807 2002-03-02 [paul]       0.7.2claws24
10808
10809         * sync with sylpheed 0.7.2cvs22
10810                 see ChangeLog entry 2002-03-01
10811
10812 2002-03-01 [hoa]        0.7.2claws23
10813
10814         * src/mainwindow.c
10815                 Set sensitivity of delete actions to active
10816                 even if the folder is a newsgroup.
10817
10818         * src/summaryview.c
10819                 - Set sensitivity of delete actions
10820                 - Added function check_permission() that will check if the
10821                   user is authorized to delete a message. For news, it
10822                   will check if the author is the same.
10823                 - Enabled deletion when there is no trash folder.
10824
10825         * src/news.[ch]
10826                 - Added news_cancel_article() to cancel articles
10827                 - Implemented news_remove_message() (public function)
10828
10829 2002-03-01 [paul]       0.7.2claws22
10830
10831         * src/gtkutils.c
10832           src/textview.c
10833                 recognise urls that that don't include 'http://' and
10834                 simply begin 'www.' 
10835
10836         * AUTHORS
10837                 remove duplicated name
10838
10839 2002-02-28 [paul]       0.7.2claws21
10840
10841         * src/mainwindow.c
10842           src/summaryview.[ch]
10843                 add ability to 'Select thread'
10844                 combines Melvin's "Select thread's head" patch (#510907)
10845                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
10846                 patch (#518514) 
10847
10848 2002-02-28 [paul]       0.7.2claws20
10849
10850         * src/mimeview.c
10851                 hopefully fix segfault on right-clicking a mime part
10852                 that some people have experienced.      
10853                 fix submitted by Fredrik Olofsson <frol@linux.nu>
10854
10855 2002-02-28 [paul]       0.7.2claws19
10856
10857         * sync with sylpheed 0.7.2cvs21
10858                 see ChangeLog entries 2002-02-27 and 2002-02-28
10859
10860 2002-02-27 [paul]       0.7.2claws18
10861
10862         * sync with sylpheed 0.7.2cvs18
10863                 see ChangeLog entries 2002-02-26 and 2002-02-27
10864
10865 2002-02-26 [alfons]     0.7.2claws17
10866
10867         * src/procheader.c
10868                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
10869                 (spotted by Chris Hessman <idatech@gmx.net>)
10870
10871 2002-02-26 [paul]       0.7.2claws16
10872
10873         * src/mimeview.c
10874           src/pgptext.[ch]
10875           src/procmsg.c
10876                 make decryption of ascii-armored pgp encrypted messages
10877                 and verification of ascii-armored signatures work again.
10878                 slightly altered from the patch by Jens Jahnke 
10879                 <jan0sch@gmx.net>
10880
10881                 ##FIX ME##
10882                 * the checking of plaintext signatures always comes up in 
10883                   a popup box
10884                 * it doesn't work for multipart messages 
10885                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
10886                   including the msg headers and these 2 line themselves, are 
10887                   not displayed
10888
10889         * src/mainwindow.c
10890                 "View/Folder Tree" becomes "View/Separate Folder Tree"
10891                 "View/Message View" becomes "View/Separate Message View"
10892                 because its less ambiguous.
10893
10894         * po/es.po
10895                 updated by Ricardo Mones Lastra
10896
10897 2002-02-26 [paul]       0.7.2claws15
10898
10899         * sync with sylpheed 0.7.2cvs17
10900                 see ChangeLog entries 2002-02-25 and 2002-02-26
10901
10902 2002-02-25 [christoph]  0.7.2claws14
10903
10904         * src/filtering.[ch]
10905         * src/inc.c
10906                 do filtering stuff after all messages have been received
10907                   1. drop all messages to .processing
10908                   2. scan processing folder for messages
10909                   3. filter messages or move to inbox
10910                 this will also find old messages left in processing after
10911                 a crash or something like that and we get a real msginfo
10912                 from folder->get_msg_list and do not have to create our
10913                 own in filter_message
10914         * src/matcher_parser_parse.y
10915                 remove MIX/MAX warning (reordered includes)
10916
10917 2002-02-25 [paul]       0.7.2claws13
10918
10919         * sync with sylpheed 0.7.2cvs15
10920                 see ChangeLog entry 2002-02-24
10921
10922 2002-02-24 [alfons]     0.7.2claws12
10923
10924         * src/filtering.c
10925                 clear old color flags first when applying a new color to
10926                 a message info. 
10927                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
10928
10929 2002-02-24 [alfons]     0.7.2.claws11
10930         
10931         * AUTHORS
10932         * src/prefs_common.c
10933                 add presets for Opera and Konqueror, closes patch #517261,
10934                 submitted by Ville Skyttä <scop@users.sourceforge.net>
10935
10936 2002-02-24 [alfons]     0.7.2.claws10
10937
10938         * AUTHORS
10939         * src/summaryview.c
10940                 fix threading for null message ids, closes patch #521601,
10941                 submitted by Bob Forsman <hammor@users.sourceforge.net>
10942
10943 2002-02-24 [alfons]     0.7.2claws9
10944
10945         * src/summaryview.c
10946         * src/filtering.c
10947                 make Tool | Filter Message work with filtering system so
10948                 setting flags also works
10949
10950                 TODO:
10951
10952                 - Processing uses the same function as Tool | Filter
10953                   Message, but doesn't use the same update proc yet
10954
10955 2002-02-23 [paul]       0.7.2claws8
10956
10957         * sync with sylpheed 0.7.2cvs14
10958                 see ChangeLog entries 2002-02-22 and 2002-02-23
10959
10960 2002-02-22 [christoph]  0.7.2claws7
10961
10962         * src/quote_fmt.c
10963                 Add column space to table
10964         * src/quote_fmt_parse.y
10965                 Close files
10966
10967 2002-02-22 [paul]       0.7.2claws6
10968
10969         * src/Makefile.am
10970           src/defs.h
10971           src/filtering.c
10972           src/inc.[ch]
10973           src/mainwindow.c
10974           src/matcher.[ch]
10975           src/matcher_parser_lex.l
10976           src/matcher_parser_parse.y
10977           src/pop.[ch]
10978           src/prefs_account.h
10979           src/prefs_filtering.c
10980           src/selective_download.[ch]   *** NEW FILES ***
10981           src/utils.[ch]
10982           po/POTFILES.in
10983                 Selective Download added to 'Tool' menu. 
10984                 Retrieves email headers of the currently selected pop3 
10985                 account and allows the user to mark emails for deletion 
10986                 right on the pop3 server. Patch submitted by Oliver Haertel 
10987                 <oha@users.sourceforge.net>.
10988         
10989         * po/POTFILES.in
10990                 add 'src/quote_fmt.c'           
10991
10992 2002-02-22 [christoph]  0.7.2claws5
10993
10994         * src/Makefile.am
10995                 added quote_fmt.c
10996         * src/prefs_common.[ch]
10997         * src/prefs_template.c
10998         * src/quote_fmt.c               *** NEW FILE ***
10999         * src/quote_fmt.h
11000                 move quote format symbol description code
11001                 to it's own file because it is used from
11002                 differnent code parts
11003                 Rewrote symbol description GUI
11004                   + use table
11005                   + add separators
11006                   + get data from array (no more long constant strings)
11007         * src/quote_fmt_lex.l
11008         * src/quote_fmt_parse.y
11009                 Symbol for Literal % changed to \% instead of %%
11010                 (More logical as \ is used for quoting for other symbols)
11011                 Add |f and |p to include files and program output
11012                 Examples:
11013                     |f{/home/.../.signature}
11014                     |p{date}
11015         * po/de.po
11016                 Correct wrong spelling for "Referenzen"
11017
11018 2002-02-21 [paul]       0.7.2claws4
11019
11020         * src/procmsg.c
11021                 forgotten during sync
11022
11023 2002-02-21 [paul]       0.7.2claws3
11024
11025         * sync with sylpheed 0.7.2cvs11
11026                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11027                 2002-02-20 and 2002-02-21
11028
11029 2002-02-20 [melvin]     0.7.2claws2
11030
11031         * src/prefs_actions.c
11032                 Added error report when child cannot fork or when execvp 
11033                 returns with an error.
11034
11035 2002-02-19 [christoph]  0.7.2claws1
11036
11037         * src/codeconv.c
11038                 return unconverted text if conde conversion is not possible
11039                 when libjconv is used.
11040                 (patch submitted by "Simon 'corecode' Schubert")
11041
11042 2002-02-19 [paul]       
11043
11044         * version 0.7.2claws release
11045
11046 2002-02-19 [paul]       0.7.2claws
11047
11048         * po/nl.po
11049                 updated by Wilbert Berendsen
11050
11051
11052 2002-02-18 [alfons]     0.7.1claws13
11053
11054         * src/syldap.c
11055         * src/jpilot.c
11056                 remove references to dlfcn and explicitly loading functions
11057                 from dynalink libs, because libs linked anyway, and functions
11058                 are loaded explicitly
11059
11060 2002-02-17 [melvin]     0.7.1claws12
11061
11062         * src/prefs_actions.c
11063                 Replaced children wait loop with double fork technique.
11064                 Now, input/output window updated at each new output.
11065                 free_children(): Fixed a memory leak.
11066                 Made input/output window non closable if running children
11067                 still exist.
11068                 Added missing <unistd.h> include.
11069                 Added some --debug outputs.
11070
11071 2002-02-17 [melvin]     0.7.1claws11
11072
11073         * src/summaryview.c
11074                 Fixed bug where descending sort order did not select top
11075                 message.
11076
11077 2002-02-17 [melvin]     0.7.1claws10
11078
11079         * acconfig.h
11080                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11081         * src/prefs_common.c
11082                 Pspell data package directory no more hard coded but
11083                 set during configuration (PSPELL_PATH). (Thanks to 
11084                                 Gustavo Noronha Silva.)
11085
11086 2002-02-17 [melvin]     0.7.1claws9
11087
11088         * configure.in
11089                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11090         * src/gtkspell.c
11091                 Fixed compile-time warnings.
11092
11093 2002-02-16 [alfons]     0.7.1claws8
11094
11095         * src/filesel.c
11096                 fix inadvertent free of NULL pointer which caused
11097                 sylpheed to crash when closing the save-as dialog
11098                 using the window close button
11099
11100 2002-02-16 [carsten]    0.7.1claws7
11101         * src/mainwindow.[ch]
11102           src/summaryview.c
11103           src/prefs_common.c
11104                 fixes for pixmap theming code:
11105                         - recently changed mail attributes shouldn't get
11106                           lost any longer
11107                         - theme is only reloaded iff another theme was
11108                           selected
11109
11110 2002-02-16 [paul]       0.7.1claws6
11111
11112         * sync with sylpheed 0.7.2 release
11113                 see ChangeLog entry 2002-02-15 and 2002-02-16
11114
11115 2002-02-15 [paul]       0.7.1claws5
11116
11117         * sync with sylpheed 0.7.1cvs9
11118                 see ChangeLog entry 2002-02-15
11119
11120         * po/POTFILES.in
11121                 remove unneeded headerwindow.c entry
11122
11123 2002-02-14 [carsten]    0.7.1claws4
11124         * src/summaryview.c
11125                 fixed a bug for "Go to next unread message": there was
11126                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11127                 in the prefs, because of doing "Search again" instead
11128                 "No"
11129
11130 2002-02-14 [carsten]    0.7.1claws3
11131         * src/stock_pixmap.c
11132                 removed 2 more mem leaks; following memprof,
11133                 this code is "leak free" now :)
11134
11135 2002-02-14 [carsten]    0.7.1claws2
11136         * src/stock_pixmap.c
11137                 used opendir/readdir/closedir instead of scandir
11138                 -> code should work now on Solaris
11139
11140 2002-02-14 [paul]       0.7.1claws1
11141
11142         * sync with sylpheed 0.7.1cvs8
11143                 see ChangeLog entries 2002-02-13 and 2002-02-14
11144
11145         * README.claws
11146                 add some description of Actions and Pixmap Themes
11147
11148 2002-02-13 [paul]       
11149
11150         * version 0.7.1claws release
11151
11152 2002-02-13 [paul]       0.7.1claws
11153
11154         * po/es.po
11155           po/it.po
11156           po/pt_BR.po
11157                 updated translations, submitted by Ricardo Mones Lastra,
11158                 Alessandro Maestri and Fabio Junior Beneditto
11159
11160 2002-02-13 [melvin]     0.7.0claws75
11161
11162         * src/prefs_actions.c
11163                 Added missing "signal.h" include
11164
11165 2002-02-13 [melvin]     0.7.0claws74
11166
11167         * src/prefs_folder_item.c
11168                 Added missing "config.h" include
11169         * po/fr.po
11170                 Updated French translation for folder propriety.
11171
11172 2002-02-13 [jens]       0.7.0claws73
11173
11174         * po/POTFILES.in
11175                 Added missing src/prefs_folder_item.c [log added by melvin]
11176         * po/de.po
11177                 Updated German translation.
11178
11179 2002-02-13 [melvin]     0.7.0claws72
11180
11181         * po/fr.po
11182                 Updated French translation.
11183
11184 2002-02-13 [melvin]     0.7.0claws71
11185
11186         * src/gtkutils.c
11187                 Made gtkut_editable_get_selection return NULL if selection
11188                 is of length zero.
11189                 This fixes a bug where selecting part of message A then
11190                 switching to message B and replying to it will not
11191                 quote the message's body.
11192
11193 2002-02-12 [paul]       0.7.0claws70
11194
11195         * src/mainwindow.c
11196                 cosmetic, relating to pixmap themes: on toolbar make 
11197                 updating of 'Exec' and 'Compose news/Compose email'
11198                 icons faster.
11199
11200 2002-02-12 [carsten]    0.7.0claws69
11201         * src/folderview.c
11202           src/mainwindow.[ch]
11203           src/stock_pixmap.c
11204           src/summaryview.c
11205           src/prefs_common.c
11206                 - refreshing after changing pixmap theme better
11207                   now (thanks Paul)
11208                 - wanted to remove some mem leaks, but alfons was
11209                   faster (and had the better solution ;)
11210
11211 2002-02-12 [alfons]     0.7.0claws68
11212
11213         * src/prefs_common.c
11214         * src/stock_pixmap.[ch]
11215                 plug mem leaks, refactor code a little bit
11216
11217
11218 2002-02-12 [sergey]     0.7.0claws67
11219
11220         * src/imap.c
11221                 Fixed problem with copying messages to IMAP folders when the
11222                 server uses something other than '/' as a namespace separator
11223                 (cyrus-imapd uses '.').
11224
11225 2002-02-12 [jens]       0.7.0claws66
11226
11227         * po/de.po
11228                 Updated German Translation
11229
11230 2002-02-12 [paul]       0.7.0claws65
11231
11232         * sync with sylpheed 0.7.1cvs1
11233                 see ChangeLog entry 2002-02-12
11234
11235 2002-02-12 [melvin]     0.7.0claws64
11236
11237         * src/prefs_actions.c
11238                 Fixed "feature" where children's output was duplicated 
11239                 instead of refreshed while monitoring.
11240                 Removed some debug code.
11241
11242 2002-02-12 [christoph]  0.7.0claws63
11243
11244         * src/compose.c
11245                 always delete message from queue after sending/send error
11246                 (closes bug #509601)
11247
11248 2002-02-12 [melvin]     0.7.0claws62
11249
11250         * src/prefs_actions.c
11251                 Children wait loop is now triggered with a timeout of 1s
11252                 Added %F which is replaced with the list of filenames 
11253                 of all selected messages (as suggested by Ricardo Mones Lestra)
11254                 Pipe syntax changed. Prefix with | to send selection, postfix
11255                 with | to retrieve output. Prefix with > or * to send
11256                 user definable input to the command (*: input is hidden)
11257                 Old pipe action should now be postfixed with |, too.
11258
11259 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11260         * src/stock_pixmap.c
11261                 fixed a bug: if there's no theme directory don't
11262                 throw an error, just do "nothing" (thanks Alfons)
11263
11264 2002-02-12 [carsten]    0.7.0claws60
11265         * src/folderview.c
11266           src/summaryview.c
11267                 had to write the cache twice (nasty!); some marks would 
11268                 get lost if not
11269
11270 2002-02-11 [carsten]    0.7.0claws59
11271         * acconfig.h
11272           configure.in
11273           doc-src/maintainer_guide.txt
11274           src/compose.[ch]
11275           src/defs.h
11276           src/folderview.[ch]
11277           src/gtkutils.[ch]
11278           src/mainwindow.[ch]
11279           src/prefs_common.[ch]
11280           src/stock_pixmap.[ch]
11281           src/summaryview.[ch]
11282                 pixmap theming and related work on pixmap
11283                 handling on some other places
11284                 (e.g. hrm features for all folder)
11285           src/pixmap/stock_*.xpm -> the stock_ was removed
11286         
11287 2002-02-11 [paul]       0.7.0claws58
11288
11289         * sync with sylpheed 0.7.1 release
11290                 see ChangeLog entries 2002-02-11
11291
11292 2002-02-08 [paul]       0.7.0claws57
11293
11294         * sync with sylpheed 0.7.0cvs39
11295                 see ChangeLog entry 2002-02-07 (last entry) 
11296
11297         * src/prefs_actions.c
11298           src/prefs_filtering.c
11299           src/prefs_matcher.c
11300           src/prefs_scoring.c
11301                 sync: made it compile with C compilers other than gcc
11302
11303 2002-02-07 [paul]       0.7.0claws56
11304
11305         * sync with sylpheed 0.7.0cvs38
11306                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11307                 2002-02-07
11308
11309 2002-02-07 [darko]      0.7.0claws55
11310
11311         * src/gtkutils.[ch]
11312         * src/summaryview.c
11313                 Fix const gchar */gchar * issue (thanks Hiro)
11314
11315 2002-02-07 [darko]      0.7.0claws54
11316
11317         * src/compose.[ch]
11318         * src/filtering.c
11319         * src/gtkutils.[ch]
11320         * src/prefs_template.c
11321         * src/quote_fmt.h
11322         * src/quote_fmt_parse.y
11323         * src/summaryview.c
11324         * src/utils.[ch]
11325                 When replying or forwarding an email don't quote the entire
11326                 mail body but use the part of the message text that is selected
11327
11328 2002-02-06 [melvin]     0.7.0claws53
11329
11330         * src/prefs_common.[ch]
11331         * src/gtkspell.[ch]
11332         * src/compose.c
11333                 Made possible to switch quickly to last used dictionary
11334                 which makes checking bilingual documents easier.
11335
11336 2002-02-06 [melvin]     0.7.0claws52
11337         
11338         * po/POTFILES.in
11339                 Added forgotten new file src/prefs_actions.c
11340
11341 2002-02-06 [melvin]     0.7.0claws51
11342
11343         * src/prefs_actions.c   ** NEW FILE **
11344         * src/prefs_actions.h   ** NEW FILE **
11345                 Added actions to execute on message text view, or on the
11346                         message's file.
11347         * src/Makefile.am
11348                 Added src/prefs_actions.[ch]
11349         * src/compose.c
11350                 Added new menu "Edit/Actions"
11351         * src/defs.h
11352                 Added new actionsrc file.
11353         * src/main.c
11354                 Added actionsrc reading.
11355         * src/mainwindow.c
11356                 Added new menus "Edit/Actions" and "Configuration/Actions..."
11357         * src/prefs_common.h
11358                 Added new element actionslst element to prefs_common.
11359
11360 2002-02-06 [paul]       0.7.0claws50
11361
11362         * sync with sylpheed 0.7.0cvs36
11363                 see ChangeLog entry 2002-02-06
11364
11365 2002-02-05 [paul]
11366
11367         * po/es.po
11368                 updated by Ricardo Mones Lastra
11369
11370 2002-02-05 [paul]       0.7.0claws49
11371
11372         * sync with sylpheed 0.7.0cvs33
11373                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
11374
11375 2002-02-05 [paul]       0.7.0claws48
11376
11377         * src/compose.c
11378                 re-add 'Edit/Advanced/Delete entire line', previously named
11379                 'Delete Line+'
11380
11381 2002-02-04 [paul]       0.7.0claws47
11382
11383         * src/compose.c
11384           src/summaryview.c
11385                 fix bug #494993 (Reply All not taking Reply-To into consi)
11386                 eliminate differences in behaviour of right-click 'Reply to all' 
11387                 in summary view and 'Reply to all' on the toolbar. 
11388                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
11389                 view and From gets ignored by 'Reply to all' on toolbar.
11390                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
11391                 From when no Reply-To header is present.
11392
11393 2002-02-04 [paul]       0.7.0claws46
11394
11395         * sync with sylpheed 0.7.0cvs30
11396                 see ChangeLog entries 2002-02-03 and 2002-02-04
11397
11398 2002-02-03 [melvin]     0.7.0claws45
11399
11400         * src/gtkspell.[ch]
11401                 Readded function to highlight all misspelled words.
11402                 Fixed bug where user-provided-words did not replace
11403                         correctly the misspelled word when using the mouse.
11404                 Fixed bug where checking a region selected from right to left did
11405                         not check the region at all.
11406                 Fixed bug where 'Check backwards' may not check at all. 
11407                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
11408                 Fixed possible buffer overflow when checking for long strings (>1k).
11409                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
11410                 Accelerators code uses now gtk_widget_add_accel.
11411                 Removed and disabled obsolete and unfinished code.
11412                 Cleaning up.
11413
11414         * src/compose.c
11415                 Added menu item to Highlight all misspelled words.
11416
11417 2002-02-01 [paul]       0.7.0claws44
11418
11419         * src/mainwindow.c
11420                 fix '/View/Hide read messages' sensitivity when all
11421                 messages in a folder are hidden
11422
11423 2002-02-01 [paul]       0.7.0claws43
11424
11425         * src/main.c
11426                 add --send option to command line interface, sends all
11427                 queued mail. Patch submitted by Ricardo Mones Lastra.
11428
11429 2002-01-31 [paul]       0.7.0claws42
11430
11431         * src/mainwindow.c
11432                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
11433
11434 2002-01-31 [paul]       0.7.0claws41
11435
11436         * sync with sylpheed 0.7.0cvs27
11437                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
11438                 and 2002-01-31
11439
11440         * src/textview.c
11441                 comment out elements of textview_show_part() as temporary
11442                 workaround for attachment 'Display as text' bug 
11443
11444         * po/pt_BR.po
11445                 updated by Fabio Junior Beneditto
11446
11447 2002-01-30 [paul]       0.7.0claws40
11448
11449         * sync with sylpheed 0.7.0cvs24
11450                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
11451                 and 2002-01-30
11452
11453         * src/compose.c
11454                 add {N_("/_Spelling"), ... "<Branch>"} to 
11455                 GtkItemFactoryEntry compose_entries[]
11456
11457         * src/prefs_common.c
11458                 add claws menu items to prefs_keybind_apply_clicked()
11459                 and remove non-claws menu items
11460
11461 2002-01-29 [paul]       0.7.0claws39
11462
11463         * sync with sylpheed 0.7.0cvs22
11464                 see ChangeLog entries 2002-01-28 and 2002-01-29
11465
11466 2002-01-28 [melvin]     0.7.0claws38
11467
11468         * src/compose.c
11469                 Added the declartion of compose_send_control_enter.
11470
11471         * src/compose.c
11472         * src/gtkspell.[ch]
11473                 Added in a 'Spelling' menu which includes the configuration menu. 
11474                 Added a real 'Check all' and got rid from the old one which only
11475                 highlited misspelled word.
11476                 Made 'Check while typing' a disableable option.
11477                 Added a dialog when there are no more misspelled word.
11478                 Added a dialog if error occurs when switching to a dictionary.
11479         
11480         * src/prefs_common.[ch]
11481                 Added option for the default 'Check while typing' option.
11482
11483
11484 2002-01-28 [alfons]     0.7.0claws37
11485
11486         * src/compose.c
11487                 fix buglet and make code comply with sylpheed code style
11488
11489 2002-01-28 [paul]       0.7.0claws36
11490
11491         * sync with sylpheed 0.7.0cvs19
11492                 see ChangeLog entries for 2002-01-28
11493
11494 2002-01-28 [hoa]        0.7.0claws35
11495
11496         * src/defs.h
11497                 added rendererrc
11498
11499         * src/main.c
11500                 read the renderer config
11501
11502         * src/procmime.[ch]
11503                 use the renderer config to convert mime attachments
11504
11505         * src/textview.c
11506                 don't use textview_show_html/ertf,
11507                 use get_text_content instead
11508
11509 2002-01-27 [alfons]     0.7.0claws34
11510         
11511         * src/news.c
11512                 make sylpheed believe it can delete a news message...
11513                 (messages are NOT deleted, maybe we should remove
11514                 processing from the folder properties after all.)
11515
11516 2002-01-27 [alfons]     0.7.0claws33
11517
11518         * src/folder.c
11519                 add extra checks
11520         * src/news.c
11521                 implement remove_msg() 
11522
11523 2002-01-27 [alfons]     0.7.0claws32
11524
11525         * src/procmsg.h
11526         * src/procheader.c
11527         * src/messageview.c
11528                 fix return receipt / disposition notification again. this
11529                 stuff seems to break on _every_ major summary UI change, so
11530                 it's now implemented using a flag which is saved in the
11531                 marks cache
11532                 
11533 2002-01-26 [alfons]     0.7.0claws31
11534
11535         * src/import.c
11536                 let import dialog show the destination folder identifier
11537
11538 2002-01-26 [melvin]     0.7.0claws30
11539
11540         * src/folderview.c
11541         * src/summaryview.c
11542                 Readded 'Mark all read' into summary view popup menu
11543                 Added 'Mark all read' in folder view popup menu for IMAP
11544                 and NNTP.
11545                 Made it insensitive if the selected folder is not the shown
11546                 one to avoid 'Mark all read' on the wrong folder.
11547                 
11548 2002-01-26 [paul]       0.7.0claws29
11549
11550         * src/folderview.c
11551           src/summaryview.c
11552                 move 'Mark all read' from summary view to folder view
11553                 menu. (adapted from) patch submitted by Jeremy Andrews,
11554                 <lists@kerneltrap.com>
11555
11556 2002-01-25 [alfons]     0.7.0claws28
11557
11558         * src/gtkstext.c
11559                 put the gtk class name back so GtkSText adapts the 
11560                 settings of GtkText
11561
11562 2002-01-25 [alfons]     0.7.0claws27
11563
11564         * src/folderview.c 
11565                 assimilate Ricardo's patch that shows pixmaps instead of
11566                 plain "new" and "unread" texts in the folder view column
11567                 headers 
11568
11569 2002-01-25 [paul]       0.7.0claws26
11570
11571         * src/Makefile.am
11572                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
11573                 be found in non-standard locations. 
11574                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
11575
11576 2002-01-25 [paul]       0.7.0claws25
11577
11578         * sync with sylpheed 0.7.0cvs16
11579                 see ChangeLog entry 2002-01-25
11580
11581 2002-01-24 [paul]       0.7.0claws24
11582
11583         * more sync with sylpheed 0.7.0cvs15
11584                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
11585
11586 2002-01-23 [sergey]     0.7.0claws23
11587
11588         * src/importldif.c
11589                 Fixed segfault when closing LDIF import wizard with
11590                 the window manager.
11591         * src/imageview.c
11592         * src/imageview.h
11593         * src/messageview.c
11594         * src/mimeview.c
11595                 Fixed wrong scrolling position after switching between
11596                 text and image parts.
11597
11598 2002-01-23 [paul]       0.7.0claws22
11599
11600         * sync with sylpheed 0.7.0cvs15
11601                 see ChangeLog entries 2002-01-22 and 2002-01-23
11602
11603 2002-01-21 [melvin]     0.7.0claws21
11604
11605         * src/prefs_scoring.c
11606         * src/prefs_filtering.c
11607                 Fixed bug where scoring and filtering windows stopped
11608                 autochecking.
11609
11610 2002-01-21 [paul]       0.7.0claws20
11611
11612         * sync with sylpheed 0.7.0cvs12
11613                 see ChangeLog entries 2002-01-20 and 2002-01-21
11614
11615 2002-01-21 [carsten]    0.7.0claws19
11616         * src/mainwindow.c
11617         * src/menu.[ch]
11618         * src/messageview.[ch]
11619         * src/summaryview.[ch]
11620                 changes to shortcuts handling again:
11621                         + "Q" now controled by mainwin
11622                         + v/V are now customizable and have slightly
11623                           different meanings
11624                 the "button" to minimize the messageview (and maximize
11625                 the summary view) is a real button now
11626         * src/compose.c
11627                 "Delete Line+" added to Edit/Advanced (this will also
11628                 delete the '\n')
11629
11630 2002-01-20 [melvin] 0.7.0claws18
11631
11632         * src/addressbook.c
11633                 Made "Bcc" sensitive when addressbook is called from
11634                 compose window (it was a Claws only bug).
11635
11636 2002-01-19 [alfons] 0.7.0claws17
11637
11638         * src/inc.c
11639                 prevent unnecessary updates when currently selected folder has
11640                 no new messages 
11641
11642 2002-01-19 [alfons] 0.7.0claws16
11643         
11644         * src/summaryview.c
11645                 prevent writing the cache based on current message list in summary 
11646                 view when filtering also put messages in currently selected folder
11647
11648 2002-01-19 [paul]
11649
11650         * po/it.po
11651                 Italian translation submitted by Alessandro Maestri
11652                 <a.maestri@cs.tin.it>
11653
11654 2002-01-18 [melvin]     0.7.0claws15
11655
11656         * src/prefs_filters.c
11657                 fixed bug where 'cancel' from 'filters' window stops autochecking
11658                 if the timer timed out  when the window was open.
11659
11660 2002-01-18 [match]      0.7.0claws14
11661
11662         * src/addrclip.[ch]     ** NEW FILE **
11663         * src/addrselect.[ch]   ** NEW FILE **
11664         * src/adbookbase.h      ** NEW FILE **
11665                 addressbook cut, copy and paste
11666         * src/addrbook.[ch]
11667         * src/addrcache.[ch]
11668         * src/addressitem.h
11669         * src/addrindex.[ch]
11670         * src/addritem.[ch]
11671         * src/importldif.c
11672         * src/importmutt.c
11673         * src/jpilot.[ch]
11674         * src/syldap.[ch]
11675         * src/vcard.[ch]
11676         * src/jpilot.[ch]
11677         * src/editbook.c
11678         * src/editjpilot.c
11679         * src/editldap.c
11680         * src/editvcard.c
11681                 support for copy/paste
11682         * src/addressbook.c
11683                 support for copy/paste
11684                 tidy up menu option processing
11685                 correct address list function arguments
11686         * src/editaddress.c
11687                 sort user attributes
11688         * src/ldif.h
11689         * src/mutt.h
11690                 tidy up
11691
11692         * src/addrbook.[ch]
11693         * src/addrbook.[ch]
11694         * src/addrbook.[ch]
11695                 
11696
11697 2002-01-18 [paul]       0.7.0claws13
11698
11699         * sync with sylpheed 0.7.0cvs8
11700                 configure.in: support Mac OS X (Darwin)
11701
11702 2002-01-18 [carsten]    0.7.0claws12
11703         * src/html.c
11704                 small hack to fix a segfault with an empty href
11705                 (reported by Alexandra Walford <deeni@altern.org>)
11706         * src/mainwindow.c
11707         * src/summaryview.c
11708                 the shortcuts for Mark und Mark as unread are hardcoded
11709                 again
11710         * src/compose.c
11711         * src/gtkstext.[ch]
11712                 readded the shortcuts in gtkstext but made them
11713                 customizeable (simply by adding a menu plus a wrapper
11714                 to compose.c)
11715
11716 2002-01-17 [melvin]     0.7.0claws11
11717
11718         * src/gtkspell.c
11719                 fix default dictionary not being saved.
11720
11721 2002-01-16 [darko]      0.7.0claws10
11722
11723         * src/compose.c
11724                 fix wrapping crash with URL longer than wrapping margin
11725
11726 2002-12-08 [hoa]        0.7.0claws10
11727
11728         * src/matcher_parser_parse.y
11729                 fixed some bugs
11730
11731         * src/prefs_filtering.c
11732                 now, we can use bounce action in the dialog box.
11733
11734 2002-01-16 [carsten]    0.7.0claws9
11735         * src/gtkstext.c
11736                 removed the <control> and <alt> shortcuts because they're
11737                 not needed and interefered with the "normal" shortcuts
11738         * src/mainwindow.c
11739         * src/summaryview.c
11740                 removed most of the hardcoded shortcuts and assigned
11741                 them to menu entries making them easy customizable by
11742                 that
11743
11744 2002-01-16 |melvin]     0.7.0claws8
11745
11746         * src/gtkspell.c
11747                 fixed bug where using the mouse and when the compose
11748                 window is not on top may result in a crash.
11749
11750 2002-01-16 [melvin]     0.7.0claws7
11751
11752         * src/compose.c
11753                 fixed a long standingspell checker bug which could 
11754                 cause a crash after sending a message.
11755
11756 2002-01-16 [paul]       0.7.0claws6
11757
11758         * sync with sylpheed 0.7.0cvs7
11759                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
11760                 2002-01-15, and 2002-01-16
11761
11762 2002-01-16 [melvin]     0.7.0claws5
11763
11764         * README.claws
11765         * src/compose.c
11766         * src/gtkspell.[ch]
11767         * src/main.c
11768                 Heavily modified spell checker code to work around
11769                 ispell bug, to add keyboard shortcuts and for future
11770                 enhancements. See README.claws for usage information.
11771
11772 2002-01-15 [alfons]     0.7.0claws4
11773         
11774         * src/summaryview.c
11775                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
11776                 so sorting within threads reflects sort mode
11777
11778 2002-01-15 [christoph]  0.7.0claws3
11779
11780         * src/procmsg.c
11781                 added alertpanel if mail sending failed
11782
11783 2002-01-15 [alfons]     0.7.0claws2
11784         
11785         * src/prefs_filtering.c
11786                 don't stop timer when prefs filtering dialog is opened
11787
11788 2002-01-14 [alfons]     0.7.0claws1
11789
11790         * src/addr_compl.c
11791         * src/prefs.c
11792                 remove debug_print()s for privacy reasons
11793
11794 2002-01-14 [darko]      0.7.0claws
11795
11796         * README.claws
11797                 quotation wrapping is now also in the main branch
11798
11799 2002-01-14 [paul]
11800
11801         * tools/filter_conv.pl
11802                 allow for Boolean Op and case-sensitivity
11803                 this file is included in the release and tagged
11804                 'rel_0_7_0'
11805
11806 2002-01-13 [paul]       0.7.0claws
11807
11808         * release 0.7.0, with cvs tag 'rel_0_7_0'
11809
11810 2002-01-13 [paul]
11811
11812         * tools/filter_conv.pl
11813         * tools/README
11814                 rewritten to output to matcherrc instead of filteringrc
11815
11816         * po/es.po
11817                 updated Spanish translation by Ricardo Mones Lastra
11818
11819 2002-01-13 [alfons]
11820
11821         * po/nl.po
11822                 update dutch translation
11823
11824 2002-01-13 [paul]
11825
11826         * po/pt_BR.po
11827                 Updated by Fabio Junior Beneditto 
11828
11829 2002-01-13 [melvin]     0.6.6claws53
11830
11831         * po/fr.po
11832                 Updated french translation
11833
11834 2002-01-12 [alfons]     0.6.6claws52
11835
11836         * src/filtering.c
11837                 plug mem leak that has been sitting there for ages              
11838
11839 2002-01-12 [alfons]     0.6.6claws51
11840
11841         * src/summaryview.c
11842                 undo melvin's changes from 0.6.6claws48 because summary
11843                 view now refuses to select first unread message when
11844                 selecting a folder 
11845
11846 2002-01-11 [alfons]     0.6.6claws50
11847
11848         * src/import.c
11849                 use claws' semantics for getting folder item when
11850                 importing an mbox file into a folder 
11851                 (submitted by Dale P. Smith)
11852
11853 2002-01-11 [christoph]  0.6.6claws49
11854
11855         * src/prefs.h
11856                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
11857                 toggle widget, because non static prefs can not use
11858                 prefs_set_* functions
11859         * src/prefs_account.c
11860                 toggle smtp auth password field sensitivity if
11861                 user id is empty and add descrition of usage for
11862                 these fields
11863         * src/prefs_folder_item.c
11864                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
11865                 callbacks
11866
11867 2002-01-11 [melvin]     0.6.6claws48
11868
11869         * src/compose.c
11870                 fix the 'Ctrl-Enter' feature for sending and test really
11871                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
11872                 editables which was not documented in Gtk)
11873
11874         * src/summaryview.c
11875                 Made summaryview refresh after sorting and not before.
11876
11877 2002-01-11 [christoph]  0.6.6claws47
11878
11879         * src/compose.c
11880                 select account from account ids if possible and
11881                 correctly set save folder for copy in reedit
11882
11883 2002-01-10 [paul]       0.6.6claws46
11884
11885         * sync with sylpheed 0.7.0 release
11886                 see ChangeLog entries 2002-01-07, 2002-01-08 and
11887                 2002-01-09
11888
11889 2002-01-09 [alfons]
11890
11891         * src/summaryview.c
11892                 remove more dirt traces...
11893
11894 2002-01-09 [alfons]
11895         
11896         * src/summaryview.c
11897                 clean up some traces of my debugging stuff
11898
11899 2002-01-09 [alfons]     0.6.6claws45
11900
11901         * src/filtering.c
11902                 break up filteringprop_apply() in three separate pieces
11903                 so we can drop messages that failed processing in the
11904                 inbox
11905
11906         * src/summaryview.c
11907                 fix bug #469598 "no refresh of inbox after filter" which 
11908                 was introduced by the new summary view locking, and which 
11909                 prevented the summary view to update after a manual filter 
11910                 message. claw's filter message requires a summary_show().
11911                 (aargh, summary_show() again! :-)
11912                 
11913 2002-01-07 [alfons]     0.6.6claws44
11914
11915         * src/headerwindow.c
11916         * src/logwindow.c
11917         * src/messageview.c
11918         * src/sourcewindow.c
11919                 bring in Hiro's last 0.7.0 wm class fixes
11920
11921         * tools/sylprint.pl
11922                 bring in Ricardo's fix for sylprint script
11923
11924         * AUTHORS       
11925         * src/rfc2015.[ch]
11926         * src/prefs_common.[ch]
11927         * src/prefs_account.[ch]
11928         * src/compose.c
11929                 clean up account preference poison in rfc2015,
11930                 and preparation to fix double sign bug 
11931                 (patch submitted by Simon 'corecode' Schubert)
11932
11933 2002-01-07 [christoph]  0.6.6claws43
11934
11935         * src/mh.c
11936                 search for free message number, do not only rely
11937                 on last_num
11938         * src/send.c
11939                 fix smtp auth and use extra account information
11940                 if available, if not use pop3 data instead
11941                 (closes bug #500341)            
11942         * src/ssl.[ch]
11943                 match coding style
11944
11945 2002-01-06 [alfons]     0.6.6claws42
11946
11947         * src/mainwindow.c
11948                 try making the separate windows work again...
11949
11950 2002-01-06 [alfons]     0.6.6claws41
11951
11952         * src/mainwindow.c
11953                 adapt Hiro's separate window menu (to get rid of the funny
11954                 duplicate menu items), and make it work again
11955
11956 2002-01-06 [alfons]     0.6.6claws40
11957
11958         * tools/Makefile.am
11959         * tools/sylprint.rc
11960         * tools/sylprint.pl
11961         * tools/README.sylprint
11962                 add sylprint script for printing mails from Sylpheed
11963                 (contributed by Ricardo Mones Lastra)
11964
11965         * src/acount.c
11966                 clean up
11967
11968 2002-01-06 [melvin]     0.6.6claws39
11969
11970         * src/mainwindow.c
11971         * src/summaryview.c
11972                 Fixed crash introduced in 0.6.6claws38 by the menu
11973                 reorganisation (Hide read messages)
11974         
11975         * ChangeLog.claws 
11976                 Fixed typo (we are now in 2002, alfons ;) )
11977
11978 2002-01-05 [alfons]     0.6.6claws38
11979
11980         * sync with sylpheed 0.6.6cvs10-17
11981                 (last stuff marked as LAST_STABLE)
11982
11983 2002-01-04 [melvin]     0.6.6claws37
11984
11985         * src/account.c
11986                 Made account selection code use strcasestr again instead of
11987                 g_strcasecmp (fixes bug where reediting queued messages
11988                 did not select proper account reported by T. Link).
11989         
11990         * src/folderview.c
11991                 Fix bug where folder icons are not shown when 'hide read messages'
11992                 is on.
11993         
11994         * src/stock_pixmaps.[ch]
11995                 Added folder icons for 'hide read messages'.
11996         
11997         * src/compose.c
11998                 Fixed bug where 'Enter' in a header entry will send the message 
11999                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12000
12001 2002-01-03 [melvin]     0.6.6claws36
12002         
12003         * src/prefs.[ch]
12004                 Added popup menu for common preferences and
12005                 account preferences (right click on tab displays
12006                                 a menu of all tabs.)
12007
12008 2002-01-02 [melvin]     0.6.6claws35
12009
12010         * src/gtkspell.[ch]
12011                 Made spelling code compatible with undo/redo feature.
12012                 Added creation of suggestion mode menu for the general
12013                         preferences.
12014         
12015         * src/prefs_common.[ch]
12016                 Added option menu for the speller's suggestion mode.
12017                 Added missing spaces in "..." buttons and made a "..."
12018                         button non translatable!
12019         
12020         * src/compose.c
12021                 Made speller use the default suggestion mode.
12022                 Hack to make it possible to choose 'CTRL-Enter' as a
12023                         shortcut for sending (and only for sending).
12024
12025         * src/prefs_folder_item.c
12026                 Changing subject simplification does not update cache 
12027                         anymore (because it is unnecessary).
12028                 Fixed bug where changing subject simplification updated the 
12029                         summaryview even when the viewed folder is not the
12030                         folder which properties are being changed. (E.g. 
12031                                         viewing folder A and changing
12032                                         the subject simplification of 
12033                                         folder B -not being viewed- updated the 
12034                                         summaryview of folder A with data of
12035                                         folder B). (Hope this is clear... )
12036
12037 2001-12-31 [alfons]     0.6.6claws34
12038         
12039         * src/ldif.c
12040         * src/mutt.c
12041                 fgetc() returns a signed integer which doesn't
12042                 fit in a char. so c truncates this to a char
12043                 but we may lose significant bits. i.e. we may
12044                 comparing 0xFF which may not be equal to -1
12045                 unless properly casted to signed char which
12046                 we won't do because fgetc() returns a signed
12047                 integer which doesn't fit in a char. so c 
12048                 truncates this to a char but we may lose 
12049                 significat bits. (you got the idea, thanks
12050                 to Gustavo Noronha Silva <kov@debian.org>
12051                 and the Debian folks!)
12052
12053 2001-12-30 [alfons]     0.6.6claws33
12054
12055         * src/prefs_common.c
12056                 add #ifdef USE_PSPELLs that Melvin forgot               
12057
12058 2001-12-30 [melvin]     0.6.6claws32
12059         
12060         * src/prefs_common.[ch]
12061                 Added configurable color for misspelled words.
12062
12063         * src/gtkspell.[ch]
12064                 Fixed bug of foreground text color (reported by David
12065                                 Mehrmann)
12066                 Added configurable color for misspelled words.
12067
12068 2001-12-30 [alfons]     0.6.6claws31
12069
12070         * src/folder.c
12071                 remove unnecessary things someone put there
12072
12073         * src/mh.c
12074         * src/folder.[ch]
12075                 make folder properties (like threading and sorting) persistent
12076                 (closes bug #497424 "rescan folder tree resets proprieties")
12077                 currently this is only for MH folders. 
12078
12079 2001-12-29 [melvin]     0.6.6claws30
12080
12081         * src/string_match.[ch]
12082                 Optimized a bit: regexp pattern buffer compiled only once, and
12083                   one subroutine call removed. Fixed ^ regexp search: Now, 
12084                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12085         
12086         * src/summaryview.c
12087                 Subject filtering changed to filter summary columns and
12088                   not directly the messages subject cache. The loss in 
12089                   performance is balanced by the improvement of string_match.
12090                 Added an alert panel if there is an error in the regexp.
12091
12092         * src/src/prefs_folder_item.h
12093                 Added a regexp pattern buffer.
12094
12095 2001-12-28 [alfons]     0.6.6claws29
12096
12097         * src/string_match.[ch]
12098                 clean up name space
12099                 allow compilation *BSD
12100
12101 2001-12-27 [alfons]     0.6.6claws28
12102
12103         * src/filter.c
12104                 sync the Hiro's bug fix for BSD
12105
12106 2001-12-27 [melvin]     0.6.6claws27
12107         
12108         * src/compose.c
12109                 Simplify focus to subject entry code.
12110
12111 2001-12-27 [darko]      0.6.6claws26
12112
12113         * src/filtering.c
12114         * src/mbox_folder.c
12115         * src/messageview.c
12116         * src/mh.c
12117         * src/procheader.[ch]
12118         * src/procmsg.h
12119         * src/stock_pixmap.[ch]
12120         * src/summaryview.c
12121                 Show key icon for encrypted mails in summary view
12122
12123         * src/pixmaps/clip.xpm
12124         * src/pixmaps/clipkey.xpm
12125         * src/pixmaps/key.xpm
12126                 New/modified icons for the above
12127
12128 2001-12-27 [melvin]     0.6.6claws25
12129
12130         * src/prefs_common.c
12131                 Put spell checker options in a separate tab to decrease
12132                 the Common Preferences window height.
12133
12134         * README.claws  
12135                 Update spell checker usage instruction about its options
12136                 location.
12137
12138 2001-12-27 [melvin]     0.6.6claws24
12139
12140         * src/compose.c
12141                 Changed subject entry widget position. Initial focus is
12142                 on the To header instead of the subject entry.
12143                 Creating a new header scrolls the header list to make the
12144                 created one visible. Nevertheless, when automatically filling
12145                 headers, the first one is shown.
12146                 A Tab key press in the last empty header entry zips the 
12147                 focus to the subject entry.
12148                 (I did not change the combo boxes, yet)
12149
12150 2001-12-26 [alfons]     0.6.6claws23
12151
12152         * src/prefs_account.c
12153         * src/inc.c
12154                 allow default inbox to reside in another mailbox (only
12155                 works for POP3 accounts)
12156
12157 2001-12-26 [alfons]     0.6.6claws22
12158         
12159         * src/textview.c
12160                 make reply-on-click work with the account of the selected folder
12161         * src/compose.c
12162                 put a fixme here to remind me to fix finding correct default
12163                 account for nested folders
12164
12165 2001-12-25 [alfons]     0.6.6claws21
12166
12167         * src/summaryview.c
12168                 make column headers display locked and mark pixmaps (idea by Melvin) 
12169                 fix bug by adding score and locked column type to sort array
12170
12171 2001-12-25 [alfons]     0.6.6claws20
12172         
12173         * src/summaryview.c
12174                 catch a *potentially* inadvertent write back of  
12175                 the message cache(s) introduced by 0.6.5claws37
12176
12177 2001-12-25 [christoph]  0.6.6claws19
12178
12179         * src/stock_pixmap.[ch]
12180         * src/summaryview.c
12181                 add ignore thread pixmap
12182                 (can someone draw a better icon for this?)
12183
12184 2001-12-24 [alfons]     0.6.6claws18
12185
12186         * src/prefs_folder_item.c
12187                 make address completion actually work for the
12188                 Default To address in the Folder Property dialog.
12189
12190 2001-12-24 [alfons]     0.6.6claws17
12191         
12192         * src/summaryview.c
12193                 use new style regexp for subject stripping 
12194                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12195
12196 2001-12-24 [darko]      0.6.6claws16
12197
12198         * src/pgptext.c
12199         * src/rfc2015.c
12200                 move GPG related informational messages to debug mode
12201
12202 2001-12-23 [alfons]     0.6.6claws15
12203
12204         * src/stock_pixmap.[ch]
12205         * src/summaryview.c
12206                 add the forgotten Claws' locked pixmap
12207
12208 2001-12-23 [alfons]     0.6.6claws14
12209
12210         * src/filesel.c
12211                 accept file name typed in entry in multi file
12212                 selector (patch submitted by Gustavo Noronha Silva 
12213                 <kov@debian.org>)
12214
12215 2001-12-23 [alfons]     0.6.6claws13
12216
12217         * src/prefs_filter.c
12218         * src/prefs_filtering.c
12219         * src/matcher.c
12220         * src/importmutt.c
12221                 clean up a little bit
12222         
12223         * src/string_match.c
12224                 validate input strings a little bit more
12225
12226 2001-12-23 [alfons]     0.6.6claws12
12227
12228         * src/Makefile.am
12229         * src/summaryview.c
12230         * src/string_match.[ch]         ** NEW **
12231         * src/folderview.[ch]
12232         * src/headerview.h
12233         * src/folder.[ch]
12234         * src/prefs_folder_item.[ch]
12235                 add subject simplification to strip out strings from
12236                 a subject line (esp. handy for mailing lists). 
12237                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12238                 but slightly changed things for better integration.)
12239
12240 2001-12-23 [alfons]     0.6.6claws11
12241
12242         * src/mainwindow.c
12243                 fix bug introduced by submission included in 0.6.5claws52.
12244                 ideally this submission should clean the trash if any trash
12245                 folder has a message. however, the hasTrash variable was
12246                 set to false whenever a trash folder was empty (discarding
12247                 a previously found *filled* trash folder.)
12248
12249                 also edited the code a little bit and made it more safe.
12250
12251 2001-12-22 [alfons]     0.6.6claws10
12252
12253         * src/imap.c
12254                 quick fix for Martin Pool's omission of an account
12255                 specific SSL setting
12256
12257 2001-12-22 [alfons]     0.6.6claws9
12258
12259         * src/compose.c
12260         * src/messageview.c
12261         * src/mimeview.c
12262         * src/pgptext.c
12263         * src/procmime.[ch]
12264                 better support for multipart/digest (submitted
12265                 by Fredrik <e98fo@efd.lth.se>)
12266
12267 2001-12-22 [alfons]     0.6.6claws8
12268
12269         * src/addressbook.c
12270                 correct function signature
12271         * src/socket.[ch]
12272         * src/imap.[ch]
12273         * src/prefs_account.[ch]
12274                 allow IMAP over SSH tunnel (patch submitted by 
12275                 Martin Pool <mbp@samba.org>)
12276
12277 2001-12-21 [alfons]     0.6.6claws7
12278
12279         * sync with sylpheed 0.6.6cvs4-9
12280                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12281
12282 2001-12-21 [christoph]  0.6.6claws6
12283
12284         * src/compose.c
12285         * src/prefs_folder_item.[ch]
12286                 implement saving of outgoing messages to current folder.
12287                 fix segfault when no default outbox is available
12288                 (closes bug #495683)
12289
12290 2001-12-21 [carsten]    0.6.6claws5
12291         * src/folderview.c
12292         * src/summaryview.c
12293                 pressing CTRL while DND does now the expected thing and
12294                 copies the mail (moving is still the default, as this
12295                 seam more appropriate for handling mails by DND)
12296
12297 2001-12-18 [paul]       0.6.6claws4
12298
12299         * sync with sylpheed 0.6.6cvs3
12300                 see ChangeLog entries 2001-12-18
12301
12302 2001-12-18 [hiro]       0.6.6claws3
12303
12304         * src/undo.c
12305                 fix for multibyte characters (obtain the number of letters
12306                 instead of bytes).
12307
12308 2001-12-17 [paul]       0.6.6claws2
12309
12310         * sync with sylpheed 0.6.6cvs1
12311                 see ChangeLog entry 2001-12-16
12312
12313 2000-12-17 [alfons]     0.6.6claws1
12314
12315         * src/filtering.c
12316                 clean up
12317
12318 2001-12-16 [paul]       0.6.6claws
12319 2001-12-15
12320
12321         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12322
12323         * src/mimeview.c
12324                 last minute sync with main 0.6.6
12325
12326         * po/es.po
12327                 updated by Ricardo Mones Lastra
12328                 update for last minute sync
12329         * po/fr.po
12330         * po/nl.po
12331                 update for last minute sync
12332         * po/de.po
12333                 updated by Jens Oberender
12334         * po/pt_BR.po
12335                 updated by Fabio Junior Beneditto
12336
12337         * src/prefs_common.[ch]
12338         * src/undo.c
12339                 number of undo levels is user configurable
12340                 (squeeze it into the release in the dying
12341                 moments) Submitted by Jens Oberender    
12342
12343 2001-12-15 [melvin]
12344
12345         * po/fr.po
12346                 updated french translation
12347
12348 2001-12-15 [paul]       0.6.5claws92
12349
12350         * sync with sylpheed 0.6.5cvs28
12351                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
12352
12353         * po/nl.po
12354                 update to allow for sync
12355
12356 2001-12-15 [alfons]
12357         
12358         * po/nl.po
12359                 update dutch translation
12360
12361 2001-12-14 [carsten]    0.6.5claws91
12362         * src/summaryview.c
12363                 fixed bug #473785; also after changing the column order
12364                 the same message will be selected and displayed as before
12365                 the reordering
12366
12367 2001-12-14 [carsten]    0.6.5claws90
12368         * src/folderview.c
12369                 probably found the bug reported by wwb opening or closing
12370                 a folder tree just before dnd (found the solution in the
12371                 balsa source -- thanks to them)
12372
12373 2001-12-14 [carsten]    0.6.5claws89
12374         * src/gtkutils.c
12375         * src/account.c
12376                 moved gtk_clist_moveto to the right place, so that
12377                 only the accounts dialog is effected on opening
12378
12379 2001-12-14 [carsten]    0.6.5claws88
12380         * src/gtkutils.c
12381                 gtkut_clist_set_focus_row does a gtk_clist_moveto
12382                 now, so that the focused row will be seen in any case
12383                 (reported by wwp on sf-claws-user)
12384
12385 2001-12-14 [darko]      0.6.5claws87
12386
12387         * src/compose.c
12388                 remove unnecessary line
12389
12390 2001-12-14 [paul]       0.6.5claws86
12391
12392         * sync with sylpheed 0.6.5cvs27
12393                 see ChangeLog entries 2001-12-14
12394
12395 2001-12-14 [carsten]    0.6.5claws85
12396         * src/mainwindow.c
12397                 following a suggestion of Melvin the rcoabm pops up
12398                 right under the button now and the button is reliefed
12399                 while the popup is open
12400
12401 2001-12-14 [darko]      0.6.5claws84
12402
12403         * src/compose.c
12404                 fix crash when wrapping long lines if linewrap quotation
12405                 is disabled and wrapper encounters a word spanning more
12406                 than one line
12407
12408 2001-12-13 [paul]       0.6.5claws83
12409
12410         * src/compose.c
12411                 prefer 'Reply-To' header over mailing list header when
12412                 replying to a message. Finally prevent all those confirmation 
12413                 messages being sent to the list itself.
12414
12415         * src/summaryview.c
12416                 remove unused summary_set_menu_sensitive() entry
12417
12418 2001-12-13 [paul]       0.6.5claws82
12419
12420         * src/folderview.c
12421         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
12422         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
12423         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
12424                 improvements to 'Hide read messages': Inbox, Outbox,
12425                 Trash, Queue, and Draft icons now reveal presence of hidden 
12426                 messages
12427
12428 2001-12-12 [alfons]     0.6.5claws81
12429
12430         0.6.5claws80 was tagged as LAST_STABLE
12431
12432         * src/filtering.[ch]
12433         * src/matcher.[ch]
12434         * src/matcher_parser_lex.c
12435                 fix the filtering; my last attempt to get it right, 
12436                 if it does not work, it's Hoa's turn. ;-)
12437
12438                 for my honourable peers:
12439                 
12440                 the code now makes a clear distinction between
12441                 rules as they are displayed (probably escaped),
12442                 and as they are executed (probably unescaped). the
12443                 parser does *NOT* do any unescaping, this is
12444                 the task of the matcher.c (which breaks up a
12445                 rule into condition) and the filtering.c (which
12446                 breaks up the rule's action). to make this
12447                 run happily we provide an unescaped copy of
12448                 crucial strings to the MatcherProp and 
12449                 FilteringAction structures. note that the only
12450                 exception to this is any REGEXP string. those
12451                 are directly passed to regcomp() and regexp()
12452                 (who have much more powerful unescape functions).
12453                 
12454                 for everyone else:
12455         
12456                 you can escape tab (\t), carriage return (\r),
12457                 linefeed (\n), form feed (\f), quote (\"), 
12458                 single quote (\'), bell (\b) in all the entry
12459                 lines in the scoring & filtering dialogs.
12460                 as an added bonus this should not affect
12461                 existing filtering rules.
12462
12463 2001-12-12 [carsten]    0.6.5claws80
12464
12465         * src/summaryview.c
12466         * po/de.po
12467                 "item(s) selected" is now sensitive to 1 or more
12468                 than one selected (nice for language where simple
12469                 adding of a "s" is not possible as German (Eintrag
12470                 ->Eintr"age)
12471                 
12472                 the "forward as attachment" entry from the right
12473                 click menu removed, "forward" acts following the
12474                 prefs
12475         
12476         * src/textview.c
12477                 reverted my former changes; so compiler warning again
12478                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
12479                 nevertheless
12480
12481         * src/messageview.c
12482                 "search in message" does now *not* only work in MVIEW_TEXT
12483                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
12484                 message
12485
12486         * src/mainwindow.c
12487                 removed "/File/_Close" as it was the same as "/File/E_xit"
12488                 and we don't need it two times
12489
12490                 the separate folder view and message view now get a distinct
12491                 WMCLASS, just in case someone is using sawfish ;-)
12492
12493                 as the menu entries "/View/Message view" and "/View/Folder tree"
12494                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
12495                 make them sensitive accordingly and as these two are "shown"
12496                 after startup anytime check this menuitem at startup
12497
12498 2001-12-12 [paul]       0.6.5claws79
12499
12500         * src/folderview.c
12501                 fix sensitivity of 'Search folder...', broken in
12502                 0.6.5claws75
12503
12504         * src/mainwindow.c
12505                 fix dodgy English
12506
12507 2001-12-11 [carsten]    0.6.5claws78
12508         * src/filtering.c
12509                 fixed two typos returning a wrong FALSE/TRUE
12510         * src/mainwindow.[ch]
12511                 extra menu for email/news button removed
12512
12513 2001-12-11 [alfons]     0.6.5claws77
12514         
12515         * src/matcher.c                 (1.3)
12516         * src/matcher_parser_lex.l      (1.28)
12517                 revert for another attempt
12518                 mark 0.6.5claws77 as LAST_STABLE
12519
12520 2001-12-11 [christoph]  0.6.5claws76
12521
12522         * po/de.po
12523                 fixed wrong translation for prev. unread msg
12524
12525 2001-12-11 [paul]       0.6.5claws75
12526
12527         * src/folder.[ch]
12528         * src/folderview.c
12529         * src/mainwindow.c
12530         * src/summaryview.[ch]
12531         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
12532                 enable ability to hide read messages on per folder basis via 
12533                 '/Summary/Hide read messages'; when selected, a folder will 
12534                 have a red open folder icon, instead of a blue icon, if the 
12535                 folder contains hidden messges
12536                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
12537
12538         * src/mainwindow.c
12539                 remove '/Message/Forward as attachment' from 
12540                 main_window_set_menu_sensitive() to prevent debug warning
12541
12542         * src/folderview.c
12543         * src/mainwindow.c
12544                 Clean up some of the English
12545
12546         * tools/newscache_clean.pl
12547                 allow for new 'hidereadmsgs' entry in folderlist.xml
12548
12549         * po/es.po
12550                 updated translation, submitted by Ricardo Mones Lastra
12551
12552 2001-12-11 [paul]       0.6.5claws74
12553
12554         * sync with sylpheed 0.6.5cvs25
12555                 see ChangeLog entry 2001-12-11
12556
12557 2001-12-10 [alfons]     0.6.5claws73
12558
12559         * src/matcher.c
12560                 add more control characters
12561         * src/matcher_parser_lex.l
12562                 make escaping / unescaping work again
12563
12564 2001-12-10 [alfons]     0.6.5claws72
12565
12566         * src/imap.c
12567                 clean up warnings "returning value for void function" 
12568         * src/prefs_filtering.c
12569                 make info button for execute action sensitive
12570
12571 2001-12-10 [paul]       0.6.5claws71
12572
12573         * src/compose.c
12574         * src/imap.[ch]
12575         * src/summaryview.c
12576                 fix: imap server now gets informed of MARKED, UNMARKED
12577                 and REPLY events. Now people can use different IMAP-Mail
12578                 clients and have the exact same information about MARKED,
12579                 UNMARKED and REPLY status with all of them. Especially
12580                 useful for imap servers with a web-frontend.
12581                 submitted by Tobias Sandhaas <medlor@web.de>
12582
12583 2001-12-09 [melvin]     0.6.5claws70
12584         
12585         * src/textview.[ch]
12586                 fixed bug #490076 (hunted down by Alfons who implemented
12587                 a workaround in 0.6.5claws65)
12588
12589 2001-12-09 [christoph]  0.6.5claws69
12590
12591         * src/summaryview.c
12592                 set pointer to string in LOCKED column to NULL
12593                 (might fix bug #490800)
12594
12595 2001-12-09 [carsten]    0.6.5claws68
12596
12597         * po/de.po
12598                 resolved some cluttered menu shortcuts 
12599                 ('creating new email' and 'creating news message'
12600                 hade the same)
12601         * src/compose.c
12602                 wmclass now distinc from main window
12603         * src/mainwindow.c
12604           src/mainwindow.h
12605                 email/news and forward button functionality similar
12606                 to the reply buttons; removed the ugly dropdown arrows
12607                 and use instead the right mouse button
12608
12609 2001-12-09 [paul]       0.6.5claws67
12610
12611         * src/imap.c
12612         * src/utils.h
12613                 allow spaces in imap folder names
12614                 submitted by Willem van Engen <wvengen@stack.nl>
12615
12616 2001-12-09 [paul]       0.6.5claws66
12617
12618         * sync with sylpheed 0.6.5cvs24
12619                 see ChangeLog entry 2001-12-09
12620
12621 2001-12-08 [alfons]     0.6.5claws65
12622
12623         * src/textview.c
12624                 prevent secondary selection claim after "add to sender" dialog
12625                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
12626                 we trick GTK by simulating a click at (0, 0) in the textview.
12627
12628 2001-12-08 [hoa]        0.6.5claws64
12629
12630         * src/folder.c
12631                 fixed a bug about the .processing folder name while filtering
12632
12633 2001-12-08 [alfons]     0.6.5claws63
12634
12635         * src/folderview.c 
12636                 work around problem of not correctly updating folder stats
12637                 when deleting messages. there's some folder scanning evil
12638                 going so the folderview_update_msg_num() does not work
12639                 correctly. need to investigate this.
12640
12641 2001-12-08 [paul]       0.6.5claws62
12642
12643         * sync with sylpheed 0.6.5cvs23
12644                 see ChangeLog entry 2001-12-08
12645
12646 2001-12-07 [christoph]  0.6.5claws61
12647
12648         * src/compose.c
12649                 fix another header translation problem
12650
12651 2001-12-07 [alfons]     0.6.5claws60
12652
12653         * src/mbox.c
12654                 make filtering also work on local spool mbox
12655
12656 2001-12-07 [carsten]    0.6.5claws59
12657         * src/addressbook.c
12658                 addressbook window gets a wmclass distinct from the main
12659                 sylpheed window
12660         * src/compose.h
12661         * src/mainwindow.[ch]
12662                   forward menu item will use mode selected in prefs, forward 
12663                 as attatchment in menu removed (will be substituted in the
12664                 toolbar similar to reply buttons)
12665                   create news message menu entry and news button is now 
12666                 sensitive to the existance of a news account
12667         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
12668         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
12669         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
12670                 these are removed because the toolbar buttons don't show
12671                 the quoting modus any longer
12672
12673 2001-12-07 [paul]
12674
12675         * tools/newscache_clean.pl      ** NEW FILE **
12676                 perl script to do some tidying up in the newscache directory 
12677                 
12678         * tools/sylpheed-switcher       ** NEW FILE **
12679                 perl script to enable easy switching between main and claws
12680                 
12681         * tools/README
12682                 added descriptions of the two new perl scripts          
12683
12684
12685 2001-12-07 [melvin]     0.6.5claws58
12686
12687         * src/messageview.c
12688                 fixed a warning during compilation introduced in 0.6.5claws56
12689
12690 2001-12-07 [paul]       0.6.5claws57
12691
12692         * src/mainwindow.[ch]
12693         * src/menu.[ch]
12694                 further usability enhancements to replying with or without 
12695                 quoting via the toolbar, use of Ctrl key is replaced by 
12696                 drop down menu 
12697                 Submitted by Carsten Schurig            
12698
12699 2001-12-07 [melvin]     0.6.5claws56
12700
12701         * src/messageview.c
12702                 hack to fix bug that prevented to make/paste selections
12703                 after switching between MVIEW_TEXT and MVIEW_MIME views
12704                 without deselecting the selection first.
12705
12706 2001-12-06 [alfons]     0.6.5claws55
12707
12708         * src/filtering.[ch]
12709         * src/inc.c
12710                 revise filtering a little bit more, and make sure
12711                 messages are delivered to the appropriate inbox
12712                 (perhaps set per account)
12713
12714 2001-12-06 [paul]       0.6.5claws54
12715
12716         * sync with sylpheed 0.6.5cvs22
12717                 see ChangeLog entry 2001-12-06
12718
12719 2001-12-05 [alfons]     0.6.5claws53
12720
12721         * src/inc.c
12722         * src/folder.[ch]
12723         * src/procmsg.c
12724         * src/filtering.c
12725                 more revisions of filtering system
12726                 (last stable version is marked as LAST_STABLE)
12727                 
12728                 | NOTE 1): the filtering system now uses a local folder called
12729                 | .processing. if filtering fails, check this directory
12730                 | for missing messages.
12731                 |
12732                 | NOTE 2): help us find the filtering actions still missing
12733
12734 2001-12-05 [paul]       0.6.5claws52
12735
12736         * src/mainwindow.c
12737                 fix bug where 'Empty Trash?' pop-up window appears even
12738                 when Trash is empty, submitted by Jesse Skinner         
12739
12740 2001-12-05 [melvin]     0.6.5claws51
12741
12742         * src/compose.c
12743                 fixed bug #486106 to select correct account when reediting 
12744                 a queued message
12745         
12746 2001-12-04 [alfons]     0.6.5claws50
12747
12748         * src/mh.c
12749                 declare markfile in appropriate functions when
12750                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
12751                 for spotting this)
12752
12753 2001-12-04 [paul]       0.6.5claws49
12754
12755         * sync with sylpheed 0.6.5cvs21
12756                 see ChangeLog entry 2001-12-04
12757
12758 2001-12-03 [christoph]  0.6.5claws48
12759
12760         * po/de.po
12761                 changed translation of undo
12762         * src/account.c
12763         * src/folder.c
12764                 don't reinvent the wheel to traverse a GNode
12765         * src/compose.[ch]
12766                 seperate code to create the compose gui into functions
12767                 add "Others" page with folder selection for saving copy
12768                 of the message.
12769                 the folder identifier is saved to queue header
12770         * src/procmsg.c
12771                 save message to folder in queue header
12772
12773 2001-12-03 [paul]       0.6.5claws47
12774
12775         * sync with sylpheed 0.6.5cvs20
12776                 see ChangeLog entry 2001-12-03
12777
12778 2001-12-01 [paul]
12779
12780         * more sync with sylpheed 0.6.5cvs19
12781                 see ChangeLog entry 2001-11-29
12782
12783 2001-11-30 [paul]       0.6.5claws46
12784         
12785         * src/compose.c
12786                 remove conflicts introduced by Hoa's last commit
12787          
12788         * src/mainwindow.c
12789                 make 'Message/Bounce' sensitive
12790
12791 2001-11-30 [hoa]        0.6.5claws45
12792
12793         * src/compose.c
12794                 slightly change bounce function to add
12795                 information about the user that bounced the mail
12796                 in the From header line.
12797
12798         * src/folderview.c
12799                 permit the use of processing in outbox folder.
12800
12801 2001-11-29 [paul]       0.6.5claws44
12802
12803         * src/mainwindow.[ch]
12804         * src/prefs_common.c
12805         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
12806         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
12807         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
12808                 usability enhancements to the quoting, implements
12809                 use of Ctrl key to toggle quoting settings
12810                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
12811
12812 2001-11-29 [paul]       0.6.5claws43
12813         
12814         * sync with sylpheed 0.6.5cvs19
12815                 see ChangeLog entry 2001-11-28
12816
12817 2001-11-29 [melvin]     0.6.5claws42
12818         * src/Makefile.am
12819                 added enriched.[ch] to the list of files
12820
12821         * src/textview.c
12822         * src/mimeview.c
12823         * src/procmime.[ch]
12824         * src/enriched.[ch]
12825                 added support to view text/enriched
12826                 added support to show headers in message view for text/enriched and text/html
12827                         in non multipart messages
12828
12829 2001-11-28 [paul]       0.6.5claws41
12830
12831         * more sync with sylpheed 0.6.5cvs18
12832                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
12833
12834 2001-11-27 [paul]       0.6.5claws40
12835         
12836         * po/pt_BR.po
12837                 updated translation, submitted by Fabio Junior Beneditto
12838                 
12839         * sync with sylpheed 0.6.5cvs18
12840                 see ChangeLog entries 2001-11-26 (src/textview.c) and
12841                 2001-11-27
12842
12843
12844 2001-11-26 [paul]
12845
12846         * po/es.po
12847                 updated translation, submitted by Ricardo Mones Lastra
12848
12849 2001-11-26 [alfons]
12850
12851         * src/matcher.c
12852                 add more translatable strings
12853
12854 2001-11-26 [christoph]  0.6.5claws39
12855
12856         * po/de.po      
12857                 fixed one more umlaut
12858         * src/compose.c
12859                 fix translated header when it should not be translated
12860
12861 2001-11-26 [paul]       0.6.5claws38
12862
12863         * src/mainwindow.c
12864                 remove '/Message/Add Sender to address book' from 
12865                 main_window_set_menu_sensitive(), prevent debug warning
12866                 add 'Message/Mark/Mark all read' to mainwin_entries[]
12867
12868 2001-11-26 [paul]       0.6.5claws37
12869
12870         * src/summaryview.c
12871                 fix 'recurring unread state' bug 
12872
12873         * tools/README 
12874         * tools/filter_conv.pl
12875                 read name of top level mailbox from folderlist.xml
12876                 and presume nothing about its name              
12877
12878 2001-11-26 [darko]      0.6.5claws36
12879
12880         * src/gtkstext.[ch]
12881                 removed functions that are now in gtkutils.c
12882                 use gtkut_text_is_uri_string() from gtkutils.c
12883         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
12884
12885 2001-11-26 [paul]       0.6.5claws35
12886
12887         * sync with sylpheed 0.6.5cvs16
12888                 see ChangeLog entries 2001-11-25 and 2001-11-26
12889
12890 2001-11-25 [alfons]     0.6.5claws34
12891
12892         EXPERIMENTAL!!! Please checkout the last stable version using: 
12893           
12894         % cvs update -r LAST_STABLE -dRAP
12895
12896         (Or help us testing this stuff.)
12897
12898         * src/filtering.c               (1.14)
12899         * src/filtering.h               (1.6)
12900         * src/inc.c                     (1.28)
12901         * src/matcher.c                 (1.20)
12902         * src/mbox.c                    (1.9)
12903         * src/procmsg.h                 (1.14)
12904         * src/summaryview.c             (1.59)
12905         * src/summaryview.h             (dunno)
12906                 revert/merge/sync to as it was before commit 
12907                 on Thu, 19 Jul 2001 10:15:51 -0700.
12908
12909 2001-11-25 [hoa]        0.6.5claws33
12910
12911         * src/main.c
12912                 processing mails at startup
12913
12914         * src/folderview.c
12915         * src/summaryview.[ch]
12916                 processing mails when entering folder
12917
12918         * src/prefs_filtering.c
12919                 fixed some UI bugs
12920
12921 2001-11-24 [alfons]     0.6.5claws32
12922
12923         * src/summaryview.[ch]
12924                 make summary sort headers work, and also make
12925                 sure the sort type is stored
12926
12927 2001-11-23 [alfons]     0.6.5claws31
12928
12929         * src/summaryview.[ch]
12930                 make lock work like mark
12931                 disallow deleting messages marked as locked
12932
12933 2001-11-23 [alfons]     0.6.5claws30
12934
12935         * src/gtkstext.c
12936         * src/compose.[ch]
12937         * src/Makefile.am
12938         * src/undo.[ch]
12939                 merge undo patch submitted by Jens
12940
12941 2001-11-23 [christoph]  0.6.5claws29
12942
12943         * src/.cvsignore
12944                 added ylwrap
12945         * src/compose.c
12946                 fixed gpg signing and encoding
12947         * src/folder.[ch]
12948         * src/main.c
12949                 added --status option to get new, unread and total
12950                 message count from a running sylpheed
12951         * src/prefs_common.c
12952                 temporary fix for reply_with_quote problem
12953                 (don't call functions for non existing widget)
12954         * src/procmsg.c
12955                 one more check for ignored threads but still not
12956                 always working correctly. probably a recursive
12957                 check for all parents is needed
12958
12959 2001-11-23 [darko]      0.6.5claws28
12960
12961         * src/compose.c
12962                 wrapping on send improvements
12963         * src/gtkutils.[ch]
12964                 fix for GtkSText after last sync with main branch
12965                 GTK_TEXT -> GTK_STEXT
12966
12967 2001-11-23 [paul]       0.6.5claws27
12968
12969         * sync with sylpheed 0.6.5cvs14
12970                 see ChangeLog entries 2001-11-22 and 2001-11-23
12971                 
12972         * po/de.po
12973                 fixed the scrambled umlauts 
12974                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
12975
12976 2001-11-21 [paul]       0.6.5claws26
12977
12978         * sync with sylpheed 0.6.5cvs12
12979                 see 2nd ChangeLog entry dated 2001-11-20
12980
12981 2001-11-20 [paul]       0.6.5claws25
12982
12983         * sync with sylpheed 0.6.5cvs11
12984                 see ChangeLog entry 2001-11-19 (src/utils.c)
12985
12986 2001-11-20 [hiro]
12987
12988         * src/compose.c
12989                 GTK_TEXT -> GTK_STEXT
12990                 fix for wrong comment
12991
12992 2001-11-20 [hiro]       0.6.5claws24
12993
12994         * src/compose.[ch]
12995                 more merges from main branch
12996                 removed fatal warnings (uninitialized variables etc.)
12997                 some coding style fix
12998         * src/gtkutils.h
12999                 fixed typo.
13000         * src/addressbook.c
13001           src/addrindex.c
13002                 V-Card -> vCard
13003
13004 2001-11-19 [hoa]        0.6.5claws23
13005
13006         * src/filtering.c
13007         * src/prefs_scoring.c
13008         * src/matcher.[ch]
13009         * src/scoring.c
13010                 cleaning code
13011
13012         * src/matcher_parser_parse.y
13013         * src/prefs_filtering.c
13014                 bouncing
13015
13016 2001-11-19 [alfons]     0.6.5claws22
13017
13018         more of my old things into claws
13019
13020         * src/Makefile.am
13021         * src/prefs_common.c
13022         * src/procmsg.h
13023         * src/summaryview.[ch]
13024         * src/prefs_summary_column.c
13025         * src/pixmaps/locked.xpm
13026                 add indicators for locking of message in summary view
13027                 (does not work yet, only visual indicator)
13028
13029 2001-11-19 [paul]       0.6.5claws21
13030
13031         * sync with sylpheed 0.6.5cvs10
13032                 see ChangeLog entry 2001-11-19
13033
13034 2001-11-18 [alfons]     0.6.5claws20
13035         
13036         * src/filtering.c
13037                 remove an inadvertent free I forgot in previous clean up 
13038
13039 2001-11-18 [alfons]     0.6.5claws19
13040
13041         * src/filtering.[ch]
13042                 clean up & plug leaks
13043
13044 2001-11-18 [paul]       0.6.5claws18
13045
13046         * sync with sylpheed 0.6.5cvs9
13047                 see ChangeLog entries 2001-11-17 and 2001-11-18
13048
13049 2001-11-16 [paul]       0.6.5claws17
13050
13051         * sync with sylpheed 0.6.5cvs8
13052                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13053
13054 2001-11-16 [paul]       0.6.5claws16
13055
13056         * sync with sylpheed 0.6.5cvs7
13057                 see ChangeLog entries 2001-11-15 and 2001-11-16
13058
13059 2001-11-15 [hoa]        0.6.5claws15
13060
13061         * src/compose.c
13062                 fix bounce, mails we received couln't be bounced to ourself.
13063
13064         * src/defs.h
13065         * src/filtering.[ch]
13066         * src/matcher.[ch]
13067         * src/matcher_parser.h
13068         * src/matcher_parser_lex.l
13069         * src/matcher_parser_parse.y
13070         * src/inc.c
13071         * src/main.c
13072         * src/mbox.c
13073         * src/prefs_filtering.[ch]
13074         * src/mainwindow.c
13075         * src/prefs_matcher.c
13076         * src/prefs_scoring.c
13077         * src/scoring.[ch]
13078         * src/summaryview.c
13079                 new matcher/filter/score configuration file parser
13080                 one unique configuration file => ~/.sylpheed/matcherrc
13081                 import in currently automatic, then save are made
13082                 in this new file.
13083                 one filter per folder and one global filter
13084                 (filter of a folder will be used as folder processing)
13085
13086         * src/folder.c
13087                 fix a bug in folder_item_get_identifier
13088                 
13089         * src/messageview.c
13090                 receive receipt return are fixed.
13091
13092 2001-11-14 [alfons]     0.6.5claws14
13093
13094         * src/session.h
13095                 add things from main branch to make claws compile
13096
13097 2001-11-14 [paul]       0.6.5claws13
13098
13099         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13100                 see ChangeLog entries 2001-11-08 to 2001-11-14
13101
13102 2001-11-14 [hoa] 0.6.5claws12
13103
13104         * src/compose.[ch]
13105         * src/mainwindow.c
13106         * src/summaryview.c
13107                 add "bounce mail" option
13108
13109 2001-11-13 [christoph]  0.6.5claws11
13110
13111         * src/compose.c
13112                 Cleanup a mess i add before commiting
13113
13114 2001-11-13 [hoa]        0.6.5claws10
13115
13116         * src/compose.c
13117                 some fixes when mail are sent or
13118                 for crossposts
13119
13120 2001-11-13 [christoph]  0.6.5claws9
13121
13122         * po/de.po
13123                 Changed two string with the same translation
13124         * src/compose.c
13125         * src/procmsg.[ch]
13126         * src/send.[ch]
13127                 New mailsending process:
13128                   - Always queue message before sending
13129                     (message will be saved if sylpheed crashed or
13130                      freezes while sending)
13131                   - Allow queuing of newspostings
13132                   - No copy in outbox before sending
13133                     (closes bug #469501)
13134                   - No more redundant code for send and send_later
13135         * src/summaryview.c
13136                 Applied wwp <subscript@free.fr>'s patch that fixes
13137                 marks for multiple forwarded messages (+compose.c)
13138
13139 2001-11-12 [alfons]
13140
13141         * README.claws
13142                 remove things that are now in main branch
13143         
13144         * po/nl.po
13145                 update Dutch translation
13146
13147 2001-11-12 [mhadasht]   0.6.5.claws8
13148
13149         * src/prefs_common.c
13150                 re-enabled account autoselection feature for forward
13151                 and reedit lost during the branch point for SYNC-B4-REL
13152         * src/gtkspell.c
13153                 gtkpspell_get_dict(): more readable code (even if function is
13154                 not used yet)
13155         * ChangeLog.claws
13156                 added version number info to 2001-11-12 [hiro] comment.
13157
13158 2001-11-12 [hiro]       0.6.5.claws7
13159
13160         * src/compose.c
13161                 compose_forward(): fixed a bug that forward quote mark
13162                 wasn't used.
13163                 removed unnecessary code.
13164         * src/template_select.[ch]: removed.
13165
13166 2001-11-11 [alfons]
13167
13168         * src/compose.c
13169                 :%s/GTK_TEXT/GTK_STEXT/g
13170         
13171         * src/compose.[ch]
13172         * src/undo.[ch]
13173         * src/Makefile.am
13174                 revert the undo stuff (this is 0.6.6claws stuff)
13175
13176 2001-11-11 [hoa]        0.6.5.claws6
13177
13178         * src/compose.[ch]
13179                 Insert signature at the end of the text.
13180                 Added undo patch but currently disabled
13181
13182         * src/procmsg.c
13183                 Threading by subject improved.
13184
13185         * added src/undo.[ch]
13186                 Undo module for compose dialog box.
13187
13188 2001-11-11 [alfons]     0.6.5.claws5
13189
13190         * src/procmsg.c
13191                 prevent threading by subject on nodes that have already been
13192                 threaded by in-reply-to (as in "circular references in a tree
13193                 result in a dead branch")
13194
13195 2001-11-09 [hoa]        0.6.5.claws4
13196         
13197         * src/folderview.c
13198                 allows creation of mbox folder item from any files.
13199
13200 2001-11-09 [alfons]     0.6.5.claws3
13201         
13202         * src/utils.c
13203         * src/procmsg.c
13204                 do what I mean and correct threading by subject so it really
13205                 ignores attracting lines without "Re: "
13206
13207 2001-11-07 [alfons]     0.6.5.claws2
13208
13209         * src/procmsg.c
13210         * src/utils.[ch]
13211                 only attract by subject if a subject line starts with a "Re: "
13212         * src/syldap.c
13213                 remove warning
13214
13215 2001-11-07 [paul]       0.6.5claws1
13216
13217         * sync with sylpheed 0.6.5. release
13218                 see ChangeLog entry 2001-11-07
13219
13220 2001-11-07 [paul]       0.6.4claws31
13221
13222         * sync with sylpheed 0.6.4cvs18
13223                 see ChangeLog entries 2001-10-30 to 2001-11-07
13224                 prefs_templates.[ch] renamed prefs_template.[ch]
13225
13226 2001-11-06 [alfons]
13227         
13228         * src/utils.h
13229                 add semicolon Hoa forgot ;-)
13230                 
13231
13232 2001-11-06 [hoa]        0.6.4claws30
13233         
13234         * src/procmsg.c
13235         * src/summaryview.c
13236         * src/utils.c
13237         * src/utils.h
13238                 threading by subject - empty subject are ignored
13239
13240 2001-11-06 [christoph]  0.6.4claws29
13241
13242         * src/socket.c
13243                 use SSL_peek for sock_gets
13244         * src/utils.c
13245                 removed unneeded pointer in extracting quoted
13246                 names implementation
13247
13248 2001-11-06 [melvin]     0.6.4claws28
13249
13250         * src/gtkspell.c
13251                 fixed bug #476792 Selection overtyping with spell checker
13252                 fixed bug which could cause a buffer overflow
13253                 fixed a memory leak
13254
13255 2001-11-06 [hoa]        0.6.4claws27
13256         
13257         * src/procmsg.c
13258         * src/summaryview.c
13259                 threading by subject
13260
13261 2001-11-05 [alfons]     0.6.4claws26
13262         
13263         * README.claws
13264                 Claws -> Sylpheed (vice versa)
13265
13266         * src/compose.c
13267                 :%s/gtk_text/gtk_stext/g
13268                 :%s/GTK_TEXT/GTK_STEXT/g
13269                 (thanks to Jonathan Ware for spotting this)
13270
13271 2001-11-04 [christoph]  0.6.4claws25
13272
13273         * src/summaryview.c
13274                 replace Xalloca + strdup with Xstrdup_a
13275         * src/utils.c
13276                 better implementation of extracting quoted names
13277                 from addresses (remove backlashes and ignore
13278                 quotes after them)
13279
13280 2001-11-04 [alfons]     0.6.4claws24
13281
13282         * src/utils.[ch]
13283                 edit to comply more with coding style
13284
13285         * src/textview.c
13286                 fix bug reported by Kim Schulz. introduced by the patch integrated
13287                 in 0.6.4claws15. the code did not check the return value of
13288                 the html parser.
13289
13290         * AUTHORS
13291                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13292
13293 2001-11-04 [christoph]  0.6.4claws23
13294
13295         * src/main.c
13296         * src/prefs_common.[ch]
13297                 init some pointers that possibly caused a segfault
13298                 reported in the claws-users ML
13299
13300 2001-11-04 [hoa]        0.6.4claws22
13301
13302         * src/grouplistdialog.c
13303                 change the names of the nodes in the tree
13304
13305         * src/compose.c
13306                 enhanced mailto syntax as described in
13307                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13308                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13309
13310         * src/utils.c
13311                 encode and decode URI (useful when opening URL into
13312                 netscape).
13313
13314 2001-11-03 [hoa]        0.6.4claws21
13315
13316         * src/grouplistdialog.c
13317                 a new newsgroups list selection dialog box
13318                 with a CTree instead of a CList
13319
13320 2001-11-03 [hoa]        0.6.4claws20
13321
13322         * src/folderview.c
13323                 enable property and scoring options when right
13324                 click on "inbox"
13325
13326         * src/summaryview.c
13327                 fixed bug when nickname were displayed using
13328                 the address book.
13329
13330 2001-11-02 [darko]      0.6.4claws19
13331
13332         * src/compose.c
13333                 new wrap quotation and URL/long words wrapping implementation
13334         * src/compose.c src/gtkstext.[ch]
13335                 move gtkstext_strncmp() to gtkstext.c
13336
13337 2001-11-01 [christoph]  0.6.4claws18
13338
13339         * src/prefs_account.c
13340                 fixed mess in account settings dialog
13341         * src/prefs_folder_item.c
13342                 added label with folder path to dialog
13343
13344 2001-10-31 [match]      0.6.4claws17
13345
13346         * src/vcard.c
13347                 fix memory leak.
13348         * src/addrbook.c
13349                 fix generation of spurious address book file names.
13350                 remove redundant functions.
13351         * po/POTFILES.in
13352                 added missing file names.
13353
13354 2001-10-30 [paul]       0.6.4claws16
13355
13356         * sync with sylpheed 0.6.4cvs6
13357                 see ChangeLog entries 2001-10-26 to 2001-10-30
13358
13359         * tools/filter_conv.pl
13360                 read folderlist.xml to discover whether the top-level
13361                 folder is called 'Mailbox' or 'Mail' 
13362
13363 2001-10-29 [paul]       0.6.4claws15
13364
13365         * src/html.c, src/textview.c
13366                 activate links in html mail and fix clickable parts
13367                 Submitted by Matthieu Dazy <dazy@t-surf.com>
13368
13369 2001-10-29 [paul]
13370
13371         * po/de.po, po/es.po, po/pt_BR/po
13372                 updated translations, submitted by Jens Oberender,
13373                 Ricardo Mones Lastra, and Fabio Junior Beneditto
13374
13375 2001-10-29 [darko]      0.6.4claws14
13376
13377         * src/compose.c
13378                 fix wrapping for good
13379
13380 2001-10-29 [darko]
13381
13382         * src/compose.c
13383                 undo previous change as it broke the smart wrapping
13384
13385 2001-10-29 [darko]      0.6.4claws13
13386
13387         * src/compose.c
13388                 fix infinite loop when long URL is quoted
13389                 (closes bug #475122.
13390
13391 2001-10-28 [match]
13392
13393         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
13394                 import Mutt address book
13395         * src/ldif.[ch] src/importldif.h
13396                 modified import LDIF handle user attributes
13397
13398 2001-10-28 [christoph]  0.6.4claws12
13399
13400         * src/summaryview.c
13401                 fixed that filtering did not work if there
13402                 were no filter rules
13403                 (closes bug #472003 and better implementation
13404                  of patch #474644)
13405
13406 2001-10-27 [christoph]  0.6.4claws11
13407
13408         * src/compose.c
13409                 make the folder's default account to be used when
13410                 replying. (patch by wwp <subscript@free.fr>)
13411         * src/compose.c
13412                 code cleanup, nearly killed all of wwp's patch
13413                 for folder's default account in compose
13414         * src/folderview.c
13415                 error panel when a folder could not be created
13416                 (closes bug #471080 new folder name & already
13417                  existing file)
13418
13419 2001-10-26 [alfons]
13420
13421         * src/utils.h
13422                 change prototype of strstr2() that Christoph forgot about
13423
13424 2001-10-26 [christoph]  0.6.4claws10
13425
13426         * src/account.c
13427                 made search for accounts by email address not case
13428                 sensitive
13429         * src/folder.c
13430                 fixed memory leak in folder_item_get_identifier
13431         * src/gtkspell.c
13432         * src/utils.c
13433                 fixed wrong strstr2 (should work like strstr)
13434
13435 2001-10-26 [darko]      0.6.4claws9
13436
13437         * src/compose.c src/gtkstext.[ch]
13438         * src/gtkstext.c
13439                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
13440
13441 2001-10-26 [paul]       0.6.4claws8
13442
13443         * src/html.c
13444                 ignore css and javascript tags in html mail
13445                 case-insensitive, with or without double-quoted
13446                 strings
13447
13448 2001-10-26 [paul]       0.6.4claws7
13449
13450         * sync with sylpheed 0.6.4cvs1
13451                 see ChangeLog entry 2001-10-26
13452
13453         * src/prefs_account.c, src/prefs_common.c,
13454           src/prefs_summary_column.c
13455                 minor improvements to the English
13456
13457 2001-10-25 [alfons]     0.6.4claws6
13458
13459         * src/gtkstext.c
13460         
13461                 make GtkSText follow style of GtkText (closes bug 
13462                 #469211 "text selection while writing message")
13463                 
13464                 do sync with GTK 1.2.10
13465
13466 2001-10-25 [paul]       0.6.4claws5
13467
13468         * src/html.c
13469                 ignore css tags in html mail
13470
13471 2001-10-25 [darko]      0.6.4claws4
13472
13473         * src/compose.c
13474                 don't declare is_url_string as static function since
13475                 we need it in gtkstext.c
13476         * src/gtkstext.c
13477                 remove unused variable
13478                 don't wrap long URLs while composing a message
13479
13480 2001-10-24 [christoph]  0.6.4claws3
13481
13482         * src/socket.c
13483                 fix ssl deadlock, when peer closes connection
13484
13485 2001-10-24 [paul]       0.6.4claws2
13486
13487         * src/prefs_common.c
13488                 gettextize the gpg ascii-armored warning message
13489
13490         * src/compose.c
13491                 insert a DOS/MAC file into the composed message
13492                 (improvements)
13493
13494         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
13495
13496 2001-10-22 [paul]       0.6.4claws1
13497
13498         * sync with sylpheed 0.6.4 release
13499                 see ChangeLog entries 2001-10-21
13500
13501         * po/fr.po, po/pt_BR.po
13502                 updated by Melvin Hadasht and Fabio Junior Beneditto
13503
13504 2001-10-21 [paul]       0.6.3claws30
13505
13506         * src/compose.c
13507                 insert a DOS text file from the compose window
13508                 into the composed message text (removes CRs characters)
13509                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
13510
13511         * tools/filter_conv.pl, tools/README
13512                 automatically use ~/.sylpheed as working directory
13513                 print out confirmation message on completion
13514
13515         * correct Hoa's last ChangeLog.claws entry
13516
13517 2001-10-20 [hoa]        0.6.3claws29
13518
13519         * src/grouplistdialog.c
13520                 bugfix (another ?) to give the right
13521                 newsgroups list for each news server.
13522
13523         * src/news.c
13524         * src/news.h
13525                 improve the newsgroups list cache
13526
13527 2001-10-20 [paul]       0.6.3claws28
13528
13529         * sync with sylpheed 0.6.3cvs9
13530                 see ChangeLog entry 2001-10-19
13531
13532         * correct Alfons' last ChangeLog.claws entry
13533
13534 2001-10-19 [alfons]
13535
13536         * src/pgptext.[ch]
13537                 fix compilation problems (part of bug #472895)
13538
13539 2001-10-18 [hoa]        0.6.3claws27
13540
13541         * src/grouplistdialog.c
13542                 bugfix when we refresh was clicked (bug 472701)
13543
13544 2001-10-19 [christoph]  0.6.3claws26
13545
13546         * src/compose.c
13547                 last header entry should default to "To:" or
13548                 "Newsgroups:" and not copy the last entry line
13549                 in a new compose window
13550                 (closes bug #472686, #470792)
13551
13552 2001-10-19 [paul]       0.6.3claws25
13553
13554         * sync with Sylpheed 0.6.3cvs8
13555                 see ChangeLog entries 2001-10-18 and 2001-10-19
13556
13557 2001-10-18 [christoph]  0.6.3claws24
13558
13559         * src/procmsg.c
13560                 reimplement ignore thread
13561         
13562 2001-10-18 [hoa]        0.6.3claws23
13563
13564         * src/folderview.c
13565         * src/grouplistdialog.[ch]
13566                 enhanced news subscription interface (feature 469113)
13567
13568         * src/news.c
13569         * src/news.h
13570                 enchanced newsgroup listing,
13571                 now, we can get groups informations
13572                 (NNTPGroupInfo)
13573
13574 2001-10-18 [paul]       0.6.3claws22
13575
13576         * src/summaryview.c
13577                 remove comment (sync with main branch)
13578         * src/mainwindow.c
13579                 fix 'Re-edit' bug in 'Message' menu
13580
13581 2001-10-17 [christoph]  0.6.3claws21
13582
13583         * src/compose.c
13584                 ignore empty or whitespace only header lines
13585
13586 2001-10-17 [paul]       0.6.3claws20
13587
13588         * sync with sylpheed 0.6.3cvs7
13589                 see ChangeLog entries 2001-10-14, 2001-10-16, and
13590                 2001-10-17
13591
13592 2001-10-17 [darko]
13593
13594         * src/compose.c
13595                 wrap long lines without spaces
13596                 don't wrap URLs
13597
13598 2001-10-16 [paul]
13599
13600         * po/es.po, po/nl.po, po/pt_BR.po
13601                 updated by Ricardo Mones Lastra, Alfons,
13602                 and Fabio Junior Beneditto
13603
13604         * sylpheed-0.6.3claws released
13605
13606 2001-10-15 [melvin] 0.6.3claws18
13607
13608         * README.claws
13609                 added summary and detailed installation instructions
13610                 for spell checker
13611         * po/fr.po
13612                 Updated, corrected and completed french translation
13613
13614 2001-10-15 [hoa] 0.6.3claws17
13615         * src/grouplistdialog.c
13616                 we can choose the newsgroups to display with wildcards
13617
13618 2001-10-15 [christoph]  0.6.3claws16
13619
13620         * src/account.c
13621         * src/compose.c
13622         * src/prefs_folder_item.[ch]
13623                 applied wwp <subscript@free.fr>'s folder
13624                 default account patch
13625         * po/de.po
13626                 Fixed wrong translation
13627
13628 2001-10-13 [alfons, christoph, melvin]  
13629                         0.6.3claws15
13630
13631         solution #2 to solve MT-safety problems defers all GUI related calls
13632         to the main thread using a gtk_idle_add() callback. discussed on
13633         ircnet #sylpheed, with christoph spotting some issues with the
13634         original code, and melvin allowing us to lobotomize his sylpheed.
13635
13636         * src/syldap.[ch], src/main.c
13637                 fix race problem in ldap search thread by deferring GUI 
13638                 stuff to main thread using gtk_idle_add()
13639
13640 2001-10-13 [paul]       0.6.3claws14
13641
13642         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
13643                 add Sergey's smtpcred.patch
13644                 adds separate username/password setting for SMTP Auth
13645                 needed by some servers
13646                 (closes feature request #471659)
13647
13648 2001-10-13 [paul]       0.6.3claws13
13649
13650         * src/pgptext.[ch] **NEW FILES**
13651         * src/Makefile.am, src/messageview.c, src/mimeview.c
13652                 decrypt ascii-armored gpg text embedded in
13653                 the message body.
13654                 Submitted by Jens Jahnke <jan0sch@gmx.net>
13655
13656 2001-10-13 [christoph]  0.6.3claws12
13657
13658         * README.claws
13659                 some more details on default to and
13660                 feature requests
13661         * src/main.c
13662                 init glib threading when ldap is used
13663         * src/syldap.c
13664                 threading fixes
13665         * po/de.po
13666                 fixed a typo
13667
13668 2001-10-12 [paul]       0.6.3claws11
13669
13670         * src/prefs_common.[ch], src/rfc2015.c
13671                 enable ascii-armored gpg text to be embedded in the
13672                 message body, selectable through the 'Privacy'
13673                 preferences. Supports encrypting only.
13674                 Submitted by Ravemax <ravemax@dextrose.com>
13675
13676 2001-10-12 [paul]       0.6.3claws10
13677
13678         * sync with sylpheed 0.6.3cvs6
13679                 see ChangeLog entries 2001-10-11 and 2001-11-12
13680
13681         * src/folderview.c
13682                 incorporated mbox folders, scoring, and folder
13683                 properties into the sync
13684
13685 2001-10-12 [darko]      0.6.3claws9
13686
13687         * README.claws
13688                 describe quotation wrapping
13689         * src/compose.c
13690                 don't treat tab as space to calculate line length properly
13691
13692 2001-10-11 [alfons]
13693
13694         * README.claws
13695                 correct description of how to make new filtering system work,
13696                 add some other things
13697                 
13698         * src/syldap.c
13699                 remove sched_yield() (not necessary / unportable)
13700
13701 2001-10-11 [paul]       0.6.3claws8
13702
13703         * sync with sylpheed 0.6.3cvs3
13704                 see ChangeLog entry 2001-10-10
13705
13706 2001-10-10 [christoph]  0.6.3claws7
13707
13708         * .cvsignore
13709                 ignore 2 files created by newer autotools
13710         * src/prefs_folder_item.c
13711                 using table for widget alignment
13712                 fixed memory leak and broken octal display
13713         * src/filesel.c
13714                 fixed segfault caused by lost filename
13715                 workaround (closes bug #469551)
13716
13717 2001-10-10 [paul]       0.6.3claws6
13718
13719         * sync with sylpheed 0.6.3cvs2
13720                 see ChangeLog entries 2001-10-09 and 2001-10-10
13721
13722 2001-10-10 [darko]      0.6.3.claws5
13723
13724         * src/gtkstext.c
13725                 proper calculation of right margin if smart wrapping is enabled
13726         * src/compose.c
13727                 automatically wrap long lines if wrap quotation is enabled
13728
13729 2001-10-09 [alfons]     0.6.3.claws4
13730
13731         * src/summaryview.c
13732                 select correct row when deleting last row in the summary view (and
13733                 close bug "[ #469104 ] select second last in list when deleting")
13734
13735 2001-10-09 [paul]       0.6.3claws3
13736
13737         * sync with sylpheed 0.6.3cvs1
13738                 updated some autotool scripts
13739
13740 2001-10-09 [darko]      0.6.3claws2
13741
13742         * src/gtkstext.[ch]
13743                 new name and mark with Sylpheed comment
13744         * src/compose.c
13745                 smart quotation wrapping a-la VIM
13746
13747 2001-10-08 [paul]       0.6.3claws1
13748
13749         * sync with sylpheed 0.6.3 release
13750                 see ChangeLog entry 2001-10-08
13751
13752 2001-10-08 [paul]       0.6.2claws24
13753
13754         * src/summaryview.c
13755                 more sync with sylpheed 0.6.2cvs12
13756                 Fixed the bug that didn't select the last row correctly
13757
13758
13759 2001-10-07 [paul]       0.6.2claws23
13760
13761         * sync with sylpheed 0.6.2cvs12
13762                 see ChangeLog entry 2001-10-07
13763
13764 2001-10-06 [match]
13765         * src/jpilot.[ch]
13766                 enable jpilot to read unsynch'ed addresses.
13767
13768         * src/editldap_basedn.c
13769                 fix segfault when opening dialog.
13770
13771 2001-10-06 [alfons]     0.6.2.claws22
13772
13773         * src/summaryview.c
13774                 fix bug with summary view selecting last *inserted*
13775                 node instead of last *visible* node. remember we
13776                 work with a tree
13777
13778 2001-10-06 [paul]       0.6.2claws21
13779
13780         * po/pt_BR.po
13781                 updated translation, contains some fixes and new
13782                 translations, submitted by Gustavo Noronha Silva
13783                 <kov@debian.org>
13784
13785         * src/prefs_common.c
13786                 change 'each' to 'every' - fix dubious English
13787
13788         * sync with sylpheed 0.6.2cvs11
13789
13790 2001-10-05 [alfons]     0.6.2claws20
13791
13792         * src/mainwindow.[ch], src/folderview.c
13793                 make composite tool button switch between "Compose News"
13794                 and "Compose Mail" depending on selected folder
13795                 (nifty idea by Kim Schulz <kim@schulz.dk>)
13796
13797 2001-10-05 [paul]       0.6.2claws19
13798
13799         * src/mainwindow.c, src/summaryview.c
13800                 fix 'Message/Reply to all', broken in last commit
13801
13802         * src/compose.c
13803                 fix X_BEENTHERE seg fault, thanks to Alfons
13804
13805 2001-10-04 [paul]       0.6.2claws18
13806
13807         * src/compose.[ch], src/mainwindow.c
13808                 make "Message/Reply" reply to mailing lists; matches
13809                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
13810                 based on portions of the patch submitted by
13811                 Junichi Uekawa <dancer@netfort.gr.jp>
13812
13813 2001-10-04 [darko]      0.6.2claws17
13814
13815         * src/compose.c
13816                 better smart wrapping
13817         * src/gtkstext.[hc]
13818                 a function to make text buffer contiguous
13819
13820 2001-10-03 [paul]       0.6.2claws16
13821
13822         * sync with sylpheed 0.6.2cvs10
13823
13824 2001-10-02 [alfons]
13825
13826         * configure.in
13827         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
13828                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
13829                 references to chinese translations (hope someone picks up
13830                 this)
13831
13832 2001-10-02 [christoph]  0.6.2claws15
13833
13834         * src/compose.c
13835                 fixed non translated header bug
13836         * ChangeLog.claws
13837                 fixed wrong date in alfons last entry ;)
13838
13839 2001-10-02 [alfons]     0.6.2claws14
13840
13841         * src/compose.c, src/prefs_common.[ch]
13842                 add block cursor option
13843
13844 2001-10-02 [paul]       0.6.2claws13
13845
13846         * sync with sylpheed 0.6.2cvs9
13847
13848 2001-09-30 [paul]       0.6.2claws12
13849
13850         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
13851                 updated translations
13852
13853         * po/POTFILES.in
13854                 add 'src/importldif.c'
13855
13856         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
13857                 added eudora-to-vCard conversion tool
13858                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
13859
13860         * sync with sylpheed 0.6.2cvs8
13861
13862 2001-09-30 [paul]
13863
13864         * sylpheed-0.6.2claws released
13865
13866 2001-09-27 [melvin]     0.6.2claws11
13867
13868         * src/gtkspell.c
13869                 fixed crash when using default path (introduced 
13870                 in 0.6.2claws10)
13871                 fixed tiny bug for initial suggestion mode
13872
13873 2001-09-27 [melvin]     0.6.2claws10
13874         
13875         * src/gtkspell.c
13876                 fixed bug where gtkpspell didn't set the path correctly
13877
13878         * README.claws
13879                 added a paragraph about spell checking
13880                 
13881
13882
13883 2001-09-27 [paul]       0.6.2claws9
13884
13885         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
13886                 replace '// comments' with '/* comments */' to prevent
13887                 some compiler warnings 
13888
13889         * sync with sylpheed 0.6.2cvs6
13890
13891 2001-09-26 [alfons]     0.6.2claws8
13892
13893         * src/messageview.c
13894                 introduce return receipt request notification again,
13895                 which was lost because of other semantics in 
13896                 procheader_parse() (???)
13897
13898 2001-09-26 [christoph]  0.6.2claws7
13899
13900         * src/compose.c
13901                 replace comments for old code with #if 0
13902                 readded auto cc, bcc and reply-to
13903         * src/prefs_matcher.c
13904         * src/prefs_scoring.c
13905                 removed some definition (was moved to
13906                 prefs.h)
13907
13908 2001-09-26 [paul]       0.6.2claws6
13909
13910         * src/mainwindow.c
13911                 make 'Follow-up and reply to' sensitive
13912
13913         * more sync with sylpheed 0.6.2cvs5
13914
13915 2001-09-25 [melvin]
13916
13917         * 0.6.2claws5
13918
13919         * src/gtkspell.c
13920                 fixed bug for "US-ASCII" introduced by the encoding code
13921
13922 2001-09-25 [paul]
13923
13924         * 0.6.2claws4
13925
13926         * src/prefs_common.[ch], src/summaryview.c
13927                 'next unread msg' 'go to next folder?' dialog can be
13928                 given default behaviour, either always show dialog,
13929                 or assume 'yes', or assume 'no'
13930                 Submitted by wwp <subscript@free.fr>
13931
13932 2001-09-25 [melvin]
13933                 
13934         * src/compose.c src/gtkspell.[ch]
13935                 added support for different encodings
13936
13937 2001-09-25 [paul]
13938
13939         * more sync with sylpheed 0.6.2cvs5
13940
13941 2001-09-24 [alfons]
13942         
13943         * src/prefs_folder_item.c
13944                 add check for item->prefs->default_to string is NULL and
13945                 add another check when freeing this string
13946
13947 2001-09-24 [paul]
13948
13949         * configure.in
13950                 change to version 0.6.2claws3
13951
13952         * sync with sylpheed 0.6.2cvs5 
13953
13954 2001-09-24 [match]
13955         * src/ldif.[ch], src/importldif.[ch], addressbook.c
13956                 import LDIF files.
13957         * src/addrcache.[ch], addrindex.[ch]
13958                 small update for future
13959         * src/addrbook.c
13960                 fix test XML file.
13961
13962 2001-09-24 [melvin]
13963         * src/gtkspell.[ch]
13964                 added 'Learn from mistakes' option
13965                 better handling of quotes in checked words
13966                 sorted dict list
13967         * po/fr.po
13968                 small update for spell checking stuff
13969
13970 2001-09-23 [alfons]
13971         
13972         * src/gtkspell.c
13973                 edit a little bit so it complies more with main coding style
13974
13975 2001-09-23 [alfons]
13976
13977         * src/folder.[ch], prefs_folder_item.c, compose.c
13978                 migrate "request return receipt" folder property
13979                 to folderlist.xml
13980
13981 2001-09-22 [alfons]
13982
13983         * README.claws **NEW**
13984                 (add things of interest for users of main branch 
13985                 and claws here)
13986
13987         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
13988                 re-implement threading per folder option, but store 
13989                 the setting in folderlist.xml (where it belongs)
13990
13991 2001-09-21 [melvin]
13992
13993         * src/gtkspell.[ch]
13994                 fixed bug when compose window is under another window
13995         * src/prefs_common.[ch] src/compose.c
13996                 changed 'dictionary_path' to 'dictionary' to be consistent
13997                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
13998         * ac/pspell.m4 src/Makefile.am 
13999                 dropped PSPELL_PATH macro
14000         * po/fr.po
14001                 updated translations
14002
14003 2001-09-21 [christoph]
14004
14005         * src/compose.c
14006                 added border around header fields
14007                 keep header type when new field is added
14008
14009 2001-09-20 [christoph]
14010
14011         * src/utils.[ch]
14012                 more portable debug_print with source filename
14013                 and linenumber
14014         * src/procmsg.c
14015                 more newlines after debug messages
14016
14017 2001-09-20 [paul]
14018
14019         * configure.in
14020                 change to version 0.6.2claws2
14021
14022         * sync with sylpheed 0.6.2cvs3
14023
14024 2001-09-19 [melvin]
14025
14026         * src/gtkspell.c
14027                 fixed the post-right-click focus pb
14028                 fixed crash when 'Spell check all' after dict change 
14029                         and when cursor is at the end of the text
14030                 shift-right-click pops up config menu even on misspelled words.
14031         * po/POTFILES.in
14032                 added gtkspell.c
14033
14034 2001-09-19 [melvin]
14035
14036         * src/about.c
14037                 added pspell to compiled-in features list
14038
14039 2001-09-18 [melvin]
14040
14041         * switched to pspell and dropped ispell
14042         * ac/pspell.m4
14043                 new file. autoconf macro for pspell
14044         * ac/Makefile.am 
14045         * configure.in acconfig.h
14046                 added pspell support
14047         * src/Makefile.am
14048         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14049         * src/prefs_common.[ch] 
14050                 added pspell support
14051
14052 2001-09-18 [christoph]
14053
14054         * src/addr_compl.c
14055         * src/template.[ch]
14056                 replace LOG_MESSAGE with debug_print
14057         * src/compose.[ch]
14058                 gui improvements
14059         * src/menu.c
14060                 added newline after debug message
14061         * src/utils.h
14062                 using __VA_ARGS__ for debug_print macro
14063         * tools/.cvsignore
14064                 ignore Makefile and Makefile.in
14065
14066 2001-09-18 [paul]
14067
14068         * configure.in
14069                 change to version 0.6.2claws1
14070         * sync with sylpheed 0.6.2cvs1
14071
14072         * src/matcher.c 
14073         * src/prefs_matcher.c
14074                 add 'score equal to' option, submitted by
14075                 Paul Evans <nerd@freeuk.com>
14076
14077 2001-09-15 [christoph]
14078
14079         * src/mainwindow.c
14080                 comment out menu entry not existing in claws
14081         * src/menu.c
14082                 add debug output for non existing menu entries
14083         * src/summaryview.c
14084                 fix next/prev unread message for ignored threads
14085         * src/utils.[ch]
14086                 add sourcefile and line number to debug output
14087                 otherwise it is sometimes hard to find the
14088                 source code part if debug messages are translated
14089
14090 2001-09-14 [darko]
14091         
14092         * src/folderview.c
14093                 refresh target folder style after colour is changed
14094
14095 2001-09-13 [paul]
14096
14097         * configure.in
14098                 change to version 0.6.1claws3
14099
14100         * sync with sylpheed 0.6.1cvs6
14101
14102 2001-09-13 [darko]
14103         
14104         * src/folderview.c
14105                 fix target folder colourization to use user selected colour
14106
14107 2001-09-12 [darko]
14108         
14109         * src/summaryview.c
14110                 fix crash when message that is marked for copy/move is unmarked
14111
14112 2001-09-09 [paul]
14113
14114         * configure.in
14115                 change to version 0.6.1claws2
14116
14117         * sync with sylpheed 0.6.1cvs3
14118
14119 2001-09-09 [alfons]
14120         
14121         * src/folderview.c
14122                 fix bug with default font used for trash folder text
14123
14124 2001-09-06 [paul]
14125
14126         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14127                 updated translations
14128
14129         * configure.in
14130                 change to version 0.6.1claws1
14131
14132         * sync with sylpheed 0.6.1cvs2
14133
14134 2001-09-03 [paul]
14135
14136         * po/POTFILES.in
14137                 add Match's new addressbook
14138
14139         * po/de.po
14140                 updated translation submitted by Jens Oberender
14141
14142 2001-09-02 [paul]
14143
14144         * configure.in
14145                 change to 0.6.1claws
14146         * sync with sylpheed 0.6.1 release
14147
14148 2001-09-02 [paul]
14149
14150         * configure.in
14151                 change to 0.6.0claws2
14152
14153         * sync with sylpheed 0.6.0cvs4
14154
14155         * po/pt_BR.po
14156                 updated translation submitted by Fabio Junior Beneditto
14157
14158 2001-09-01 [match]
14159         * pixmaps/
14160                 interface.xpm
14161                 book.xpm
14162                 address.xpm
14163         * src/
14164                 Makefile.am
14165                 a ton of new files
14166
14167 2001-08-31 [paul]
14168
14169         * configure.in
14170                 change to version 0.6.0claws1
14171
14172         * sync with sylpheed 0.6.0cvs1
14173
14174         * po/es.po
14175                 updated translation submitted by Ricardo Mones Lastra
14176
14177         * po/POTFILES.in
14178                 add 'src/prefs_templates.c'
14179
14180         * src/compose.c, src/summaryview.c
14181                 fix segfault on 'Re_edit'               
14182
14183 2001-08-30 [alfons]
14184
14185         * configure.in, Makefile.am
14186         * tools/Makefile.am
14187                 add tools directory to source distribution
14188
14189 2001-08-30 [paul]
14190
14191         * configure.in
14192                 change to version 0.6.0claws
14193
14194         * sync with sylpheed 0.6.0 release
14195
14196 2001-08-30 [christoph]
14197
14198         * configure.in
14199                 removed autoconf version check
14200
14201 2001-08-30 [paul]
14202
14203         * src/account.c, src/compose.c, src/prefs_common.[ch]
14204         * src/procheader.[ch] src/utils.[ch]
14205                 Enhanced automatic account selection on replies
14206                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14207
14208         * configure.in
14209                 add LDAP and JPilot to the configuration results output.
14210
14211 2001-08-29 [christoph]
14212
14213         * src/summeryview.c
14214                 no bold font for ignored threads
14215
14216 2001-08-29 [paul]
14217
14218         * configure.in
14219                 change to version 0.5.3claws6
14220
14221         * sync with sylpheed 0.5.3cvs10
14222                 src/stringtable.[ch]: New Files
14223
14224         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14225         * src/pixmaps/sylpheed.xpm
14226                 add mini-icons to windows (by Alfons)
14227
14228 2001-08-27 [paul]
14229
14230         * src/mainwindow.c
14231                 new functions: next_labeled_cb(), prev_labeled_cb()
14232
14233         * src/summaryview.c
14234                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14235                 summary_select_next_labeled(), summary_select_prev_labeled()
14236
14237         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14238                 give claws blue folders and a blue trash can
14239
14240 2001-08-27 [paul]
14241
14242         * configure.in
14243                 change to version 0.5.3claws5
14244
14245         * sync with sylpheed 0.5.3cvs9
14246                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14247
14248 2001-08-24 [christoph]
14249
14250         * src/filesel.c
14251                 keep filename when browsing directories
14252                 (not working for user entered filename, but
14253                  for default name and selected filename from
14254                  file list)
14255         * src/mainwindow.c
14256                 fixed wrong spelling "Folllow-up"
14257         * src/mbox_folder.c
14258         * src/procmsg.c
14259         * src/summaryview.c
14260                 fixed new/unread message count with ignored
14261                 threads (2 commits, first didn't notice no
14262                 longer needed decreasing)
14263         * src/inc.c
14264                 readded scrolling of progress dialog
14265                 (lost in sync)
14266
14267 2001-08-24 [paul]
14268
14269         * configure.in
14270                 change to 0.5.3claws4
14271
14272         * sync with sylpheed 0.5.3cvs7
14273
14274 2001-08-24 [christoph]
14275
14276         * src/compose.c
14277                 set request return receipt when replying
14278                 if it is set is the folder prefs of the
14279                 message
14280         * src/inc.c
14281                 disable final error popup if popups are
14282                 disabled in config (again)
14283
14284 2001-08-23 [paul]
14285
14286         * configure.in
14287                 Change version number to 0.5.3claws3
14288
14289         * sync with sylpheed 0.5.3cvs5
14290
14291         * src/mimeview.c
14292                 double quote '%s' in 'gedit %s' to fix bug when
14293                 opening attachment with spaces in the name
14294
14295 2001-08-22 [alte]
14296         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14297           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14298                 initial message templates support
14299
14300
14301 2001-08-22 [paul]
14302
14303         * configure.in
14304                 change version number to 0.5.3claws2
14305
14306         * sync with sylpheed 0.5.3cvs4
14307
14308         * src/procmsg.h src/summaryview.c
14309                 re-implement (un)ignore thread
14310
14311 2001-08-21 [paul]
14312
14313         * src/summaryview.c
14314                 remove unnecessary code
14315         * src/compose.c
14316                 enable 'dynamic' signatures (submitted by
14317                 Eric Limpens <eric@hscg-internet.nl>)
14318
14319 2001-08-21 [paul]
14320
14321         clean up after sync with sylpheed 0.5.3 release
14322
14323         * src/folderview.c
14324                 fix re-introduced font mess, see Christoph's
14325                 entry 2001-06-24
14326
14327         * src/summaryview.c
14328                 remove prev_msgnum
14329                 use sylpheed's small font instead of
14330                 gtk default font for summary view
14331
14332
14333 2001-08-17 [paul]
14334
14335         * configure.in
14336                 add pl to ALL_LINGUAS - sync with main branch
14337
14338         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14339                 Updated. Translations by Jens Oberender, Ricardo Mones
14340                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14341
14342         * po/pl.po  ** NEW FILE **
14343                 sync with the main branch
14344
14345         * src/folderview.c
14346                 fix target folder colorizing and refresh problem
14347
14348
14349 2001-08-17 [christoph]
14350
14351         * src/mainwindow.c
14352                 claws uses 4 colors for target folder coloring.
14353                 arrays were not long enough and destroyed the
14354                 stack causing a segfault.
14355                 target folder colorizing does not work anymore
14356                 for me
14357
14358 2001-08-16 [paul]
14359
14360         * configure.in
14361                 change to version 0.5.3claws1
14362
14363         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
14364           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
14365           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
14366
14367                 sync with sylpheed 0.5.3 release, but keep claws method of
14368                 configuring/saving fonts
14369
14370         * src/addressbook.[ch]
14371                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
14372                 in line with a similar change in Hiroyuki's branch
14373
14374         * src/mainwindow.[ch]
14375                 disable main_window_set_thread_option()
14376         * src/prefs_folder_item.c
14377                 comment out &tmps_prefs.enable_thread,
14378         * src/mbox_folder.c, src/procmsg.[ch]
14379                 comment out MSG_IS_IGNORE_THREAD
14380         * src/summaryview.c
14381                 comment out summary_ignore_thread() and summary_unignore_thread()
14382                 comment out MSG_IS_IGNORE_THREAD
14383
14384                 use Hiroyuki's threading instead.
14385
14386
14387
14388 2001-08-15 [paul]
14389
14390         * src/account.c
14391                 use Hiroyuki's 0.5.3 column scheme but also
14392                 include the enable/disable button.
14393         * src/pixmaps/mark.xpm
14394                 add Hiroyuki's amended pixmap
14395
14396 2001-08-13 [christoph]
14397
14398         * src/account.c
14399                 receive at get all column showed wrong state for APOP
14400                 button should only work for POP3 and APOP accounts
14401         * src/prefs_account.c
14402                 added missing preprocessor statement for SSL
14403
14404 2001-08-12 [paul]
14405
14406         * src/account.[ch]
14407                 add 'receive at get all' column and enable/disable
14408                 button.
14409
14410 2001-08-06 [christoph]
14411
14412         * src/account.c
14413                 show usage of SSL in protocol column
14414
14415         * src/imap.c
14416         * src/inc.c
14417                 renamed ssl options
14418
14419         * src/prefs_account.[ch]
14420                 moved ssl options to a new page
14421
14422         * src/send.c
14423         * src/smtp.c
14424         * src/ssl.[ch]
14425                 renamed ssl options
14426                 added support for SMTP STARTTLS command
14427
14428 2001-08-05 [christoph]
14429
14430         * configure.in
14431                 debian autoconf needs version check to find
14432                 correct autoconf version. if the file is
14433                 named configure.in 2.13 is used, which does
14434                 not work with this configure.in script.
14435                 other solution would be to rename the script
14436                 to configure.ac as suggested in the autoconf
14437                 manual.
14438
14439         * src/inc.c
14440                 disable final error popup if popups are
14441                 diabled in config
14442
14443         * src/socket.c
14444                 bugfix in ssl_gets
14445                 fixes IMAP over SSL problem
14446
14447 2001-08-03 [paul]
14448
14449         * configure.in
14450                 change to 0.5.2claws1
14451
14452         * sync with sylpheed 0.5.2cvs1
14453
14454 2001-08-02 [alfons]
14455
14456         * configure.in
14457                 quick fix for ispell detection...
14458
14459 2001-08-01 [paul]
14460
14461         * configure.in
14462                 change to 0.5.1claws4
14463
14464         * sync with sylpheed 0.5.1cvs7
14465
14466 2001-07-31 [alfons]
14467
14468         * src/prefs_common.c, src/prefs_common.h, 
14469           src/gtkspell.c, src/gtkspell.h
14470                 add global spelling checker settings (compose tab) +
14471                 selection of dictionary 
14472           
14473         * configure.in  
14474                 guess valid ispell location
14475
14476 2001-07-31 [paul]
14477
14478         * po/POTFILES.in
14479                 removal of 'src/quote_fmt_parse.c'
14480         * po/de.po
14481                 Updated de.po
14482                 (submitted by Jens Oberender <didge@suse.de>)
14483
14484 2001-07-31 [darko]
14485
14486         * src/folder.[ch]
14487         * src/folderview.[ch]
14488         * src/mainwindow.c
14489         * src/mh.c
14490         * src/prefs_common.[ch]
14491         * src/summaryview.c
14492                 target folder colourization
14493
14494 2001-07-30 [paul]
14495
14496         more sync with Sylpheed 0.5.1cvs6 
14497
14498 2001-07-30 [darko]
14499
14500         * src/mh.c
14501         * src/prefs_folder_item.[hc]
14502         * src/summaryview.c
14503                 shared folders support with a GUI
14504
14505 2001-07-29 [paul]
14506
14507         0.5.1claws3
14508
14509         * sync with Sylpheed 0.5.1cvs6
14510
14511 2001-07-29 [paul]
14512
14513         * po/pt_BR.po
14514                 updated
14515                 (submitted by Fabio Junior Beneditto)
14516
14517 2001-07-28 [paul]
14518
14519         * src/procmime.c
14520         * AUTHORS
14521                 patch to correct bad image mime headers
14522                 (submitted by Don Quijote <dq@searchlores.org>)
14523
14524 2001-07-28 [paul]
14525
14526         * tools/gif2xface.pl   **NEW FILE**
14527         * tools/README
14528                 script to convert file.gif to file.xface for
14529                 use in a custom header.
14530                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
14531
14532 2001-07-27 [alfons]
14533         
14534         * configure.in
14535                 change macros for detecting JPilot and LDAP
14536
14537 2001-07-27 [christoph]
14538
14539         * src/filtering.c
14540                 code cleanup (MIN / MAX warning, needed casting)
14541
14542 2001-07-27 [alfons]
14543
14544         * procheader.c
14545                 disallow setting flags when detecting certain headers
14546                 (X-Status, Status, Seen, X-Seen). 
14547         
14548         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
14549
14550 2001-07-27 [christoph]
14551
14552         * src/prefs_filter.c
14553         * src/prefs_filtering.c
14554         * src/prefs_matcher.c
14555         * src/prefs_scoring.c
14556                 scroll list when moving rows up or down
14557
14558         * src/imap.c
14559         * src/imap.h
14560         * src/prefs_account.c
14561         * src/prefs_account.h
14562         * src/send.c
14563                 SMTP over SSL (untested, feedback requested)
14564                 IMAP over SSL
14565
14566         * src/ssl.c
14567                 code cleanup
14568
14569 2001-07-26 [alfons]
14570         
14571         * configure.in, acconfig.h
14572                 define CLAWS (need this for main / claws detection)
14573
14574 2001-07-25 [alfons]
14575
14576         * configure.in
14577                 Sylpheed 0.5.1claws2
14578                 
14579         * sync with Sylpheed 0.5.1cvs4
14580
14581 2001-07-25 [christoph]
14582
14583         * src/scoring.c
14584                 fixed segfault
14585                 item->prefs == NULL (don't know why)
14586
14587 2001-07-25 [alfons]
14588
14589         * configure.in
14590                 Sylpheed 0.5.1claws1
14591
14592         * sync with Sylpheed 0.5.1cvs1-3
14593
14594 2001-07-24 [christoph]
14595
14596         * src/folderview.c
14597         * src/prefs_folder_item.[ch]
14598                 added folderitem preferences dialog with
14599                 default To: and auto request return receipt
14600
14601         * src/compose.[ch]
14602         * src/menu.[ch]
14603                 changes to handle new folderitem preferences
14604
14605         * src/mainwindow.c
14606         * src/summaryview.c
14607                 call compose new mail with current folderitem
14608
14609 2001-07-24 [alfons]
14610
14611         Release Sylpheed 0.5.1claws
14612
14613         * configure.in
14614                 change to release version 0.5.1claws
14615
14616 2001-07-24 [christoph]
14617
14618         * src/summaryview.c
14619                 fixed segfault that happend when the selected
14620                 message was removed while retrieving new messages.
14621
14622         * po/es.po
14623                 updated translation
14624                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
14625
14626 2001-07-22 [alfons]
14627
14628         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
14629         this is a work in progress, for more information: http://nlpagan.net/sylman 
14630         
14631         * configure.in, src/mainwindow.c, manual/Makefile.am
14632                 add support for English manual
14633
14634         * AUTHORS
14635                 add authors of user manuals
14636
14637         * manual/en/sylpheed*.html
14638                 add English documentation
14639
14640 2001-07-22 [christoph]
14641
14642         * po/POTFILES.in
14643                 added src/ssl.c
14644         * src/ssl.c
14645                 changed a wrong debug message
14646
14647 2001-07-22 [alfons]
14648
14649         * po/nl.po
14650                 update Dutch translation
14651
14652         * src/prefs_filtering.c, 
14653           src/prefs_matcher.c
14654                 add more translatable strings           
14655
14656 2001-07-21 [alfons]
14657
14658         0.5.0claws7
14659
14660         * configure.in
14661                 change version
14662
14663         * src/inc.c, src/summaryview.[ch]
14664                 prevent update of mark file when filtering has done, by
14665                 using a variable; this affects two functions:
14666                         inc.c::inc_finished()
14667                         summaryview.c::summary_show()
14668
14669 2001-07-20 [alfons]
14670
14671         * src/filtering.[ch], src/prefs_filtering.c, 
14672           src/matcher.[ch]
14673                 add filtering action for label coloring 
14674
14675         * po/POTFILES.in
14676                 add labelcolors.c
14677
14678         * added src/labelcolors.c
14679         * added src/labelcolors.h
14680         * src/Makefile.am, src/summaryview.c
14681                 rearrange label coloring code
14682
14683         * src/procmsg.h
14684                 add more parentheses so label colouring works correctly
14685
14686         * src/filtering.c
14687                 don't really delete message, but move it to Trash
14688
14689         * src/prefs_matcher.c
14690                 add quote options to info dialog
14691
14692 2001-07-20 [christoph]
14693
14694         * src/Makefile.am
14695         * src/inc.c
14696         * src/main.[ch]
14697         * src/socket.h
14698         * src/ssl.[ch] (new)
14699                 moved ssl stuff to a seperate file
14700
14701 2001-07-20 [darko]
14702
14703         * src/summaryview.c
14704                 fix show sender using address book with no e-mail
14705                 address in From: field
14706
14707 2001-07-19 [alfons]
14708
14709         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
14710                 fix messy handling of escaping... now at least the
14711                 execute command is useful. escape char is '\', we
14712                 accept \n and \r too. 
14713
14714                 Real life example:
14715                 
14716                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
14717                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
14718
14719 2001-07-18 [alfons]
14720
14721         0.5.0claws6
14722
14723         * src/summaryview.c
14724                 clean up
14725
14726         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
14727           src/procmsg.[ch]
14728                 revise filtering; currently move, copy, marking have
14729                 been tested. if you like bleeding edge stuff, you
14730                 should definitely go for this version :)
14731
14732         * mark old working stuff as VERSION_0_5_0_CLAWS5        
14733
14734 2001-07-17 [christoph]
14735
14736         * src/utils.c
14737                 timestamp log
14738
14739 2001-07-17 [alfons]
14740
14741         0.5.0claws5
14742
14743         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
14744           bits in the mark file, without affecting either branch. Lots of
14745           files changed, also in claws branch.
14746
14747           UNTESTED: use of mbox folders
14748
14749         * src/summaryview.c
14750                 added mark all read; however this was a quick hack used for
14751                 cleaning up mess after initial merge with Hiroyuki
14752
14753         * configure.in
14754                 change claws version number back to 0.5.0claws5 to clear up 
14755                 confusion & pretension (recent release was technically 
14756                 0.5.0claws4, so we neatly align with Hiroyuki :-)
14757
14758 2001-07-16 [alfons]
14759
14760         sync with Hiroyuki's 0.5.0cvs4
14761
14762 2001-07-16 [alfons]
14763
14764         0.5.1claws3
14765
14766         * src/filtering.[ch]
14767                 remove invalid updating of mark files for 
14768                 filter actions MATCHING_ACTION_MOVE and 
14769                 MATCHING_ACTION_DELETE; this should fix the
14770                 folder update bug
14771                 
14772         * src/procmsg.c
14773                 revert Christoph's stab at fixing the folder 
14774                 update bug
14775
14776         * po/POTFILES.in
14777                 add missing files with translatable strings
14778
14779         * src/summaryview.c
14780                 remove debug print
14781
14782 2001-07-15 [alfons]
14783
14784         * src/addr_compl.[ch], src/prefs_filtering.c
14785                 make "filtering pref dialog's destination entry" an
14786                 "address completable entry", if filter destination is 
14787                 an email address
14788
14789         0.5.1claws2
14790         
14791         sync with Hiroyuki's 0.5.0cvs2-3
14792
14793 2001-07-15 [christoph]
14794
14795         * src/procmsg.c
14796                 fixed folder stats update after incorporation
14797
14798 2001-07-15 [alfons]
14799
14800         * src/summaryview.c
14801                 * finish label colouring stuff (for now)
14802                 * fix incorrect colour bug (off by one) 
14803
14804 2001-07-14 [alfons]
14805
14806         * src/mainwindow.c
14807                 change text labels for news and mail message so there's
14808                 plenty of toolbar estate left
14809
14810         * configure.in
14811                 0.5.1claws1
14812
14813         * src/folderview.c
14814           src/folder.[ch]
14815                 sync with Hiroyuki's 0.5.0cvs1
14816
14817         * src/summaryview.c
14818                 more rewrite label colouring
14819
14820 2001-07-14 [alfons]
14821
14822         * src/summaryview.[ch]
14823                 * start rewrite label colouring 
14824                 * fix proper location "Add Sender To Addressbook" menu item
14825
14826 2001-07-13
14827
14828         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14829         (actually this is 0.5.0claws4)
14830
14831 2001-07-13 [alfons]
14832
14833         * po/pt_BR.po
14834                 * fix duplicate message
14835                 * add updated Portugese / Brazilian translation
14836                   submitted by Fabio Junior Beneditto
14837
14838 2001-07-12 [alfons]
14839
14840         * AUTHORS
14841                 add Jens
14842
14843         * po/nl.po
14844                 add updated Dutch translation
14845
14846         * po/de.po
14847                 add updated German translation submitted by Jens
14848
14849 2001-07-11 [alfons]
14850
14851         Prerelease before 0.5.0claws. Please test.
14852         This version is temporarily tagged as VERSION_0_5_0_TEST
14853
14854         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
14855           src/prefs_scoring.c, src/prefs_matcher.c, 
14856           src/prefs_filtering.c, src/mbox.c, 
14857           src/main.c, src/inc.c, src/filtering.[ch]
14858                 revert new Hoa's new matcher (does not work yet)
14859
14860         * src/Makefile.am
14861                 clean up
14862
14863 2001-07-10
14864
14865         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14866
14867
14868 2001-07-10 [alfons]
14869
14870         * Makefile.am
14871                 add ChangeLog.claws to EXTRA_DIST
14872         * src/Makefile.am
14873                 add matcher_parser_parse.h to EXTRA_DIST
14874
14875 2001-07-10 [christoph]
14876
14877         * src/inc.c
14878                 add destination folder to table of
14879                 folders that need to be updated after
14880                 incorporation
14881
14882 2001-07-10 [alfons]
14883
14884         * folder.[ch]
14885           folderview.c
14886                 make collapse state of folders and folder items persistent, i.e.
14887                 if you collapse a folder tree, the next time sylpheed-claws starts 
14888                 up the folder tree remains collapsed.  
14889                 
14890 2001-07-10 [christoph]
14891
14892         * acconfig.h
14893         * configure.in
14894                 added --enable-ssl
14895         * src/md5.[ch]
14896                 renamed MD5_CTX to MD5_CTX_syl
14897                 conflicts with a struct in openssl
14898         * src/inc.c
14899         * src/main.[ch]
14900         * src/prefs_account.[ch]
14901         * src/socket.[ch]
14902                 SSL support for POP
14903         * src/mainwindow.c
14904                 fixed compose with current account
14905                 broken by new compose button stuff
14906
14907 2001-07-09 [hoa]
14908
14909         * AUTHORS
14910                 changed my email address
14911
14912         * src/matcher_parser_parse.y
14913                 clean the parser to remove conflicts
14914
14915 2001-07-09 [alfons]
14916
14917         * AUTHORS
14918                 add Match Grun
14919
14920         * configure.in
14921                 fix incorrect description of --enable-ldap parameter
14922
14923         * src/prefs_common.[ch]
14924           src/compose.c
14925                 add experimental option "smart wrapping" which makes the
14926                 compose editor auto wrap.
14927                 
14928                 | TODO: the problem with the buggy cursor handling is caused |
14929                 | by the GtkText. when deleting / backspacing text its       |
14930                 | wrapping algorithm does not take in account the previous   |
14931                 | line. should find a way to hack this in.                   |
14932                 | or should perhaps combine this with the word wrapping      |
14933                 | patch i wrote in january.                                  |
14934
14935         * src/about.c
14936                 show build parameters for LDAP and JPilot
14937
14938         * src/summaryview.c
14939                 revert Christoph's bugfix for selecting next unread message, 
14940                 because folder stats aren't updated correctly
14941
14942 2001-07-08 [hoa]
14943
14944         * src/filtering.c
14945         * src/mainwindow.c
14946         * src/matcher.c
14947         * src/matcher_parser_lex.l
14948         * src/matcher_parser_parse.y
14949         * src/prefs_filtering.c
14950         * src/prefs_scoring.c
14951         * src/scoring.c
14952                 bugfix of the config file parser
14953
14954 2001-07-08 [alfons]
14955
14956         * src/Makefile.am
14957                 added generated matcher sources to BUILT_SOURCES
14958
14959 2001-07-08 [hoa]
14960
14961         * src/Makefile.am
14962         * src/.cvsignore
14963                 added new config file parser
14964
14965         * src/scoring.[ch]
14966         * src/filtering.[ch]
14967         * src/matcher.[ch]
14968         * src/prefs_filtering.c
14969         * src/prefs_matcher.c
14970         * src/prefs_scoring.c
14971         * added src/matcher_parser.h
14972         * added src/matcher_parser_lex.h
14973         * added src/matcher_parser_lex.l
14974         * added src/matcher_parser_parse.y
14975                 lex & yacc config file parser
14976
14977         * src/mbox.c
14978         * src/inc.c
14979         * src/main.c
14980                 changes prefs_filtering into global_filtering           
14981
14982         * src/summaryview.c
14983                 build threads with subjects only if "Re: " is at the
14984                 beginning of the subject
14985
14986 2001-07-07 [paul]
14987
14988         0.5.0claws
14989
14990         sync with sylpheed 0.5.0
14991                 change of version number only
14992
14993 2001-07-06 [paul]
14994
14995         0.5.0claws5
14996
14997         sync with sylpheed 0.5.0pre5
14998
14999 2001-07-05 [paul]
15000
15001         sync with sylpheed 0.5.0pre4 release
15002                 /po and /manual/ja not sync'ed
15003
15004 2001-07-04 [paul]
15005
15006         more sync with sylpheed 0.5.0pre4
15007
15008 2001-07-03 [christoph]
15009
15010         * src/addressbook.c
15011                 fixed address book broken by address book
15012                 for VCard, JPilot, LDAP
15013
15014 2001-07-03 [alfons]
15015
15016         * src/matcher.c
15017         * src/textview.c
15018                 stopped memory leaks
15019
15020 2001-07-03 [paul]
15021
15022         more sync with sylpheed 0.5.0pre4
15023
15024 2001-07-02 [match]
15025
15026         * included address book patch for VCard, JPilot, LDAP
15027         * pref_common.c - fixed Font options on Display tab (cosmetic)
15028         * alertpanel.c - fixed truncated message
15029
15030 2001-07-02 [christoph]
15031
15032         * src/mbox_folder.c
15033         * src/procmsg.[ch]
15034         * src/summaryview.c
15035                 mark threads for ignoring
15036
15037 2001-07-02 [paul]
15038
15039         0.5.0claws4
15040
15041         * sync with sylpheed 0.5.0pre4
15042                 updated gettext to 0.10.38.
15043
15044 2001-07-01 [paul]
15045
15046         * src/ mainwindow.c
15047         * src/procmsg.h
15048         * src/summaryview.[ch]
15049                 new right-click option: Label.
15050                 substitute for 'Mark-->Mark/Unmark', colours the line.
15051                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15052
15053 2001-07-01 [christoph]
15054
15055         * src/folderview.c
15056                 fixed font for trash
15057         * src/summaryview.c
15058                 move ctree to unread message
15059
15060 2001-07-01 [paul]
15061
15062         * sync with sylpheed 0.5.0pre3 release
15063
15064 2001-06-30 [alfons]
15065
15066         * src/filesel.[ch]
15067         * src/compose.c
15068                 allow inserting / attaching multiple files in
15069                 the composer window
15070
15071 2001-06-30 [paul]
15072
15073         * src/codeconv.c
15074                 small change to Alfons' previous stuff so that it
15075                 actually makes
15076
15077 2001-06-30 [alfons]
15078
15079         * lots of files changed; first attempt to merge the changes
15080           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15081
15082 2001-06-30 [paul]
15083
15084         * po/pt_BR.po
15085                 updated and completed, translations by Fabio
15086                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15087
15088 2001-06-29 [alfons]
15089
15090         * src/compose.c
15091         * src/mimeproc.[ch]
15092                 allow selecting an attached files' mime type from a 
15093                 list of types.
15094
15095 2001-06-29 [paul]
15096
15097         * more sync with sylpheed 0.5.0pre3
15098
15099 2001-06-29 [paul]
15100
15101         * po/pt_BR.po
15102                 merge with sylpheed.pot and pt_BR.po provided by
15103                 Fabio Junior Beneditto.
15104
15105 2001-06-29 [darko]
15106
15107         * src/procmime.c
15108                 make MIME types case insensitive
15109
15110 2001-06-28 [alfons]
15111
15112         * po/nl.po
15113                 merge with sylpheed.pot and old nl.po; translations added.
15114
15115 2001-06-28 [paul]
15116
15117         * more sync with sylpheed 0.5.0pre3
15118
15119 2001-06-27 [alfons]
15120
15121         * src/summaryview.c
15122                 don't crash when removing parent node of messages
15123                 attracted by subject. this was caused by not deleting
15124                 the parent node from the subject line hash table.
15125
15126 2001-06-27 [alfons]
15127
15128         * src/summaryview.c
15129         * src/compose.[ch]
15130         * src/mainwindow.c
15131                 if there are multiple messages selected, allow forwarding
15132                 them as attachments.
15133
15134 2001-06-27 [paul]
15135
15136         * more sync with sylpheed 0.5.0pre3
15137
15138 2001-06-26 [paul]
15139
15140         0.5.0claws3
15141
15142         * sync with sylpheed 0.5.0pre3
15143
15144 2001-06-25 [paul]
15145
15146         * src/mainwindow.c
15147                 fixed 'compose news article' bug
15148                 from icon-and-text toolbar
15149
15150 2001-06-25 [paul]
15151
15152         * sync with sylpheed 0.5.0pre2 release
15153
15154 2001-06-24 [christoph]
15155
15156         * src/prefs_common.c
15157                 bug fix in font selection
15158         * src/folderview.c
15159                 use sylpheed's normal font instead of
15160                 gtk default font for folders without
15161                 new messages
15162
15163 2001-06-24 [alfons]
15164
15165         * src/mainwindow.[ch]
15166                 added composite compose mail / news button (an idea by Leandro
15167                 Pereira <leandro@linuxmag.com.br>)
15168
15169 2001-06-24 [paul]
15170
15171         Added instructions for ldif-to-xml.py
15172
15173         * tools/README
15174
15175 2001-06-23 [alfons]
15176
15177         Some minor things.
15178
15179         * src/pixmaps/stock_news_compose.xpm
15180                 added pixmap by Leandro
15181         * src/prefs_common.c
15182                 tested built-in spelling checker of GCC 3.0 :)
15183         * po/nl.po
15184                 merged dutch translation of sylpheed-main with
15185                 sylpheed.pot
15186
15187 2001-06-23 [paul]
15188
15189         Added tools directory and files.
15190
15191         * tools/filter_conv.pl
15192                 converts old filter system to new filtering system
15193         * tools/ldif-to-xml.py
15194                 converts netscape addressbook to sylpheed addressbook
15195         * tools/README
15196                 descriptions/instructions for above two files
15197
15198 2001-06-23 [christoph]
15199
15200         * src/inc.c
15201         * src/manage_window.[ch]
15202         * src/prefs_common.[ch]
15203                 mail retrieval dialog can be enabled, disabled
15204                 or hidden if non of sylpheed's windows is active
15205
15206 2001-06-22 [paul]
15207
15208         0.5.0claws2
15209
15210         * sync with sylpheed 0.5.0pre2
15211
15212 2001-06-21 [christoph]
15213
15214         * src/summaryview.c
15215                 show recipient on 'from' for all accounts
15216                 
15217         * src/inc.c
15218         * src/prefs_common.[ch]
15219                 disable error popup on mail receive errors
15220
15221 2001-06-21 [alfons]
15222
15223         * src/compose.c
15224                 made the ruler correctly appear and disappear.
15225
15226         * src/Makefile.am
15227                 removed Hoa's work-in-progress-stuff (interesting!) so 
15228                 claws compiles ok.
15229
15230 2001-06-20 [christoph]
15231
15232         * src/inc.c
15233         * src/progressdialog.c
15234                 added scrolled window for list in progressdialog
15235
15236 2001-06-20 [paul]
15237
15238         sync with sylpheed 0.5.0pre1 release
15239
15240 2001-06-20 [christoph]
15241
15242         * src/summeryview.c
15243                 make building threads by subject work when
15244                 thread view is enabled
15245                 
15246         * src/compose.c
15247         * src/prefs_common.[ch]
15248                 automatically select account for mail replys
15249
15250 2001-06-19 [sergey]
15251
15252         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15253         they are filled in from the account settings.
15254
15255 2001-06-19 [paul]
15256
15257         * more sync with sylpheed 0.5.0pre1
15258
15259 2001-06-18 [alfons]
15260
15261         * src/Makefile.am,
15262           src/procmime.c
15263                 added --sysconfdir to CPPFLAGS for pointing to the correct
15264                 location of mime.types. 
15265
15266                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15267                 or ./configure!
15268
15269 2001-06-18 [hoa]
15270
15271         * src/summaryview.c
15272                 fixed some bug when building threads
15273
15274 2001-06-18 [pau]l
15275
15276         * src/prefs_account.c
15277                 UI stuff: More changes to the English
15278
15279 2001-06-18 [paul]
15280
15281         * src/pixmaps/stock_news_compose.xpm: new file
15282         * src/Makefile.am
15283         * src/mainwindow.c
15284         * src/summaryview.c
15285                 Added new icon for Hoa's 'compose a news
15286                 message', plus minor improvements to the
15287                 English
15288
15289         * po/ja.po
15290         * ChangeLog
15291         * ChangeLog.jp
15292                 more sync with sylpheed 0.5.0pre1
15293
15294 2001-06-18 [hoa]
15295
15296         * src/compose.[ch]
15297         * src/mainwindow.c
15298                 Follow-up and reply to
15299
15300         * src/summaryview.[ch]
15301                 Build threads also with subjects
15302
15303 2001-06-17 [hoa]
15304
15305         * src/compose.c
15306                 forwarding use the current account.
15307
15308         * src/mainwindow.c
15309                 the "compose message" button has been replaced with
15310                 "new mail" and "new news" buttons
15311
15312         * src/prefs_common.[ch]
15313                 added a configuration option to use the forward button
15314                 as "forward as attachment"
15315                 changed reply and forward format description
15316
15317         * src/quote_fmt_lex.l
15318         * src/quote_fmt_parse.y
15319                 added message with no signature in format for reply
15320                 and forward.
15321
15322 2001-06-17 [paul]
15323
15324         Minor UI stuff
15325
15326         * src/mainwindow.c
15327         * src/summaryview.c
15328                 Improvements to the English
15329
15330         * src/prefs_common.c
15331                 Improvements to the English and some
15332                 clarity/continuity improvements in the
15333                 description of Quote symbols.
15334
15335 2001-06-17 [paul]
15336
15337         0.5.0claws1
15338
15339         * sync with sylpheed 0.5.0pre1
15340
15341 2001-06-17 [hoa]
15342
15343         * src/compose.c
15344                 Better interface for compose, displayed fields
15345                 are updated whenever we change account.
15346                 Newsgroups field is automatically filled.
15347
15348         * src/mainwindow.c
15349                 Newsgroups field is automatically filled.
15350
15351         * src/prefs_account.c
15352                 Some interface stuff when fields appear and
15353                 disappear.
15354
15355 2001-06-16 [paul]
15356
15357         0.4.99claws
15358
15359         * sync with sylpheed 0.4.99
15360
15361 2001-06-16 [sergey]
15362
15363         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
15364         base64_decoder_free, base64_decoder_decode): new object and
15365         functions for decoding base64 streams.
15366         * src/procmime.c (procmime_decode_content): modified to use the
15367         new base64 decoder.
15368
15369 2001-06-15 [paul]
15370
15371         0.4.99claws10
15372
15373         * sync with sylpheed 0.4.99cvs11
15374
15375 2001-06-13 [paul]
15376
15377         0.4.99claws9
15378
15379         * sync with sylpheed 0.4.99cvs9
15380
15381 2001-06-13 [hoa]
15382
15383         * src/compose.c
15384         * src/prefs_account.c
15385
15386                 SMTP server can be defined in the news account
15387                 mime type of attachment are kept.
15388
15389         * src/summaryview.c
15390
15391                 now choose the highest important score between default
15392                 and important score of folder.
15393
15394 2001-06-09 [alfons]
15395         
15396         * src/prefs_common.c: 
15397
15398                 (prefs_quote_description_create): corrected description of 
15399                 quote format characters
15400
15401 2001-06-09 [paul]
15402
15403         0.4.99claws8
15404
15405         * sync with sylpheed 0.4.99cvs8
15406
15407 2001-06-08 [sergey]
15408
15409         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
15410         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
15411
15412 2001-06-08 [paul]
15413
15414         0.4.99claws7
15415
15416         * sync with sylpheed 0.4.99cvs7
15417
15418 2001-06-06 [sergey]
15419
15420         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
15421         clashes with autogenerated header).
15422         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
15423         * src/Makefile.am: added quote_fmt.h.
15424         * src/.cvsignore: added lex/yacc autogenerated files
15425         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
15426
15427 2001-06-06 [paul]
15428
15429         0.4.99claws6
15430
15431         * sync with sylpheed 0.4.99cvs6
15432
15433 2001-06-06 [hoa]
15434
15435         * added src/quote_fmt_parse.h
15436         * src/compose.c
15437                 removed warnings
15438
15439         * src/prefs.[ch]
15440                 don't modify readonly configuration files
15441
15442         * src/prefs_account.c
15443         * src/prefs_common.c
15444         * src/prefs_customheader.c
15445         * src/prefs_display_header.c
15446         * src/prefs_filter.c
15447         * src/prefs_filtering.c
15448         * src/prefs_scoring.c
15449                 don't open dialog box when configuration files
15450                 are readonly
15451
15452 2001-06-05 [sergey]
15453
15454         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15455
15456         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15457         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15458         BUILT_SOURCES to make all files rebuild properly.
15459
15460         * src/compose.c: removed #include "quote_fmt.tab.h".
15461
15462         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15463         CHARACTER value in yylval.
15464
15465         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15466         receive CHARACTER value by documented means (yylval).
15467
15468         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15469
15470 2001-06-05 [hoa]
15471
15472         * src/Makefile.am
15473                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15474
15475         * src/filtering.c
15476         * src/matcher.c
15477         * src/matcher.h
15478         * src/prefs_filtering.c
15479                 now keep the configuration for execute action
15480
15481         * src/mbox_folder.c
15482                 fixed a warning
15483
15484 2001-06-05 [paul]
15485
15486         * sync with sylpheed 0.4.99cvs5
15487
15488 2001-06-05 [hoa]
15489
15490         * src/Makefile.am
15491                 added quote_fmt.[ch]
15492
15493         * added src/quote_fmt.y
15494         * added src/quote_fmt.l
15495         * added src/quote_fmt.tab.h
15496         * added src/quote_fmt.tab.c
15497         * added src/lex.quote_fmt.c
15498                 parsing configuration for replying
15499                 and forwarding
15500
15501         * src/prefs_common.[ch]
15502                 added configuration UI for replying
15503                 and forwarding
15504
15505         * src/compose.c
15506                 using configuration for replying
15507                 and forwarding
15508
15509 2001-06-04 [hoa]
15510
15511         * src/filtering.c
15512         * src/matcher.c
15513         * src/matcher.h
15514         * src/prefs_filtering.c
15515         * src/prefs_matcher.c
15516         * src/prefs_matcher.h
15517                 action "run a command" for filtering
15518                 and matching with a command.
15519                 fixed the "whole message" matching
15520
15521         * src/mbox_folder.c
15522                 changed temporary filename for security
15523
15524         * src/messageview.c
15525                 queue the notification if it fails to send.
15526
15527         * src/prefs_common.c
15528         * src/prefs_folder_item.c
15529                 changed the default important score             
15530
15531         * src/prefs_scoring.c
15532         * src/scoring.c
15533                 hide kill score input when the folder is not
15534                 a newsgroup
15535
15536 2001-06-03 [alfons]
15537
15538         * src/prefs_common.c:
15539
15540                 (prefs_font_select): pass font name in font entry box to font
15541                 selection dialog.
15542
15543 2001-06-03 [sergey]
15544
15545         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
15546
15547 2001-06-03 [paul]
15548
15549         * sync with sylpheed 0.4.99cvs4
15550
15551 2001-06-03 [alfons]
15552
15553         * src/headerwindow.c:
15554
15555                 (headerwindow_show_cb): use the selected summary view item, not
15556                 the displayed item.
15557
15558 2001-06-02 [alfons]
15559
15560         * src/headerwindow.c:
15561
15562                 (headerwindow_show_cb): always try to show msginfo
15563
15564 2001-06-02 [hoa]
15565
15566         * src/compose.c
15567                 keep attached parts when reediting or forwarding.
15568
15569 2001-06-01 [hoa]
15570
15571         * src/folderview.c
15572         * src/prefs_folder_item.[ch]
15573         * src/prefs_scoring.[ch]
15574         * src/scoring.[ch]
15575         * src/summaryview.[ch]
15576         * src/main.c
15577         * src/mainwindow.c
15578         * src/prefs_common.[ch]
15579                 support for folder scoring
15580                 kill score and important score for messages
15581         
15582         * src/prefs_account.c
15583                 some display bug fixed for local account
15584                 preferences
15585
15586 2001-05-31 [alfons]
15587
15588         * src/summaryview.c:
15589
15590                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
15591                 sender to address book menu item is disabled.
15592
15593 2001-05-30 [hoa]
15594
15595         * src/filtering.[ch]
15596         * src/summaryview.c
15597                 handling summary menu / filter messages
15598
15599         * src/folder.[ch]
15600                 add some stuff
15601
15602         * src/foldersel.c
15603                 imap folders now appears in list
15604
15605         * src/mbox_folder.c
15606                 doesn't crash if destination mail is not writeable
15607
15608 2001-05-29 [hoa]
15609
15610         * src/compose.c
15611                 removed some warnings
15612
15613         * src/filtering.c
15614         * src/folder.[ch]
15615         * src/prefs_filtering.c
15616                 global string to identify any folders           
15617                 removed some debug info
15618                 filtering to mbox folders is now possible
15619
15620         * src/mainwindow.c
15621                 removed some warnings
15622
15623         * src/mbox_folder.c
15624                 permission on files are changed to read/write for user only,
15625                 nothing for other.
15626                 creation of subfolder is handled better.
15627
15628 2001-05-28 [alfons]
15629
15630         Verified the sync for src/prefs_common.[ch] and
15631         src/prefs_account.[ch]. I believe there were some
15632         minor indentation differences.
15633
15634 2001-05-28 [paul]
15635
15636         0.4.99claws3
15637
15638         * sync with 0.4.99cvs3
15639
15640 2001-05-28 [hoa]
15641
15642         * src/compose.c
15643                 handling flags for mbox format
15644
15645         * src/filtering.c
15646                 use of mark file only for MH format
15647                 handling flags for mbox format
15648                 filtering cannot yet move or copy mails to mbox folders.
15649
15650         * src/folder.[ch]
15651                 changed move_msg, copy_msg,
15652                 move_msgs_with_dest, copy_msgs_with_dest functions
15653                 uses only folder->copy_msg() function
15654                 uses folder->finished_copy() to handle the destination
15655                 folder at the end of the copy or move operation.
15656
15657         * src/foldersel.c
15658                 included mbox directories.
15659
15660         * src/folderview.[ch]
15661         * src/mainwindow.c
15662                 handle folders operation for mbox format
15663
15664         * src/mbox.c
15665                 disable conversion of "From " header
15666
15667         * src/mbox_folder.[ch]
15668                 completion of mbox format handling
15669
15670         * src/mh.c
15671                 changed mh_copy_msg() function and
15672                 removed mh_move_msg(), mh_move_msgs_with_dest(),
15673                 mh_copy_msgs_with_dest()
15674
15675         * src/prefs_filtering.c
15676                 removed some warnings
15677
15678         * src/prefs_matcher.c
15679                 default boolean operation is AND
15680
15681         * src/procheader.c
15682                 handling flags for mbox format
15683                 handling of "From " header
15684
15685         * src/procmsg.[ch]
15686                 removed data field
15687                 added MSG_REALLY_DELETED flags to handle deletion of
15688                 messages in mbox format.
15689
15690         * src/summaryview.c
15691                 handling flags for mbox format
15692                 disable the MSG_DELETED flags when messages
15693                 are deleted in mbox format
15694
15695         * src/textview.c
15696                 "From " headers display fixed.
15697
15698 2001-05-27 [alfons]
15699
15700         * src/textview.c:
15701                 
15702                 (get_email_part): skip quoted email addresses, like in e.g.
15703                 "'alfons@proteus.demon.nl'".
15704
15705 2001-05-26 [alfons]
15706
15707         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
15708         and fixing the persistence troubles when using separate windows.
15709
15710         * src/mainwindow.c:
15711         
15712             Added #define SEPARATE_ACTION used in the gtk item factory for 
15713             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
15714                 use gtk_item_factory_get_widget_by_action() to get the items.
15715                 
15716             Removed separate_widget_cb from the gtk item factory data   
15717           
15718             (mainwindow_create): connect separate_widget_cb() to check
15719             menu item "toggled" signal. also passing a MainWindow pointer
15720                 as object data for both check menu items.
15721                 
15722             (separate_widget_cb): definition of separate_widget_cb() to match
15723             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
15724                 window using gtk_object_get_data(). The type of window separation 
15725                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
15726         
15727         * src/prefs_filtering.c,
15728           src/prefs_matcher.c: added horizontal scrollbars
15729
15730 2001-05-25 [darko]
15731
15732         * src/headerview.c
15733                 fix segfault with invalid bold font
15734         * src/summaryview.c
15735                 correctly display summary stats after row is marked
15736
15737 2001-05-23 [sergey]
15738
15739         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
15740         encodings with libjconv.
15741
15742 2001-05-23 [hoa]
15743
15744         * src/Makefile.am
15745                 added mbox_folder.[ch]
15746         * src/defs.h
15747                 mbox temporary folder
15748         * src/folder.[ch]
15749         * added src/mbox_folder.[ch]
15750         * src/folderview.c
15751         * src/procheader.[ch]
15752                 added mbox support
15753         * src/mbox.c
15754                 bugfix for file incorporation filtering
15755         * src/imap.c
15756                 enable creation of MBOX
15757         * src/prefs_display_header.c
15758                 enable use of headers like "From "
15759                 something that should be fixed :
15760                         displaying of such headers add an extra space
15761         * src/prefs_folder_item.c
15762                 don't create folders because it is not necessary
15763         * src/procmsg.h
15764                 added data field to MsgInfo for mbox internal use
15765         * src/summaryview.c
15766                 added some support for mbox
15767         * src/utils.[ch]
15768                 added get_mbox_cache_dir() function
15769
15770 2001-05-23 [hiroyuki]
15771
15772         * src/headerwindow.c
15773           src/inc.c
15774           src/main.c
15775           src/mh.c
15776           src/nntp.c
15777           src/procmsg.h
15778           src/session.h
15779           src/socket.[ch]
15780           src/summaryview.c
15781           src/textview.c
15782           src/automaton.c
15783           src/folderview.c: more sync with 0.4.99cvs2.
15784
15785         * src/headerwindow.c: reverted.
15786
15787 2001-05-22 [paul]
15788
15789         0.4.99claws2
15790
15791         * sync with sylpheed 0.4.99cvs2
15792                 * src/news.[ch]
15793                 * src/nntp.[ch]
15794                 * INSTALL
15795                 * INSTALL.jp
15796
15797 2001-05-22 [alfons]
15798
15799         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
15800
15801 2001-05-21 [alfons]
15802
15803         Minor things:
15804
15805         * configure.in: if gnome-config not found, "no" is displayed
15806         
15807         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
15808
15809         * src/textview.c: now also possible to add mail addresses by right
15810           clicking in the text view
15811
15812         * src/codeconv.c: merged patch which fixes endless loop when encountering
15813           invalid wide characters; from Alte <010@imis.ru>  
15814
15815 2001-05-20 [alfons]
15816
15817         Added installation of gnome specific things:
15818
15819         * Makefile.am: gnome conditional
15820
15821         * configure.in: check for installed gnome
15822
15823         * added sylpheed.png, sylpheed.desktop
15824
15825 2001-05-20 [sergey]
15826
15827         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
15828
15829         * src/mainwindow.h (main_window_toolbar_create): created a button
15830         for "Reply to all".
15831         (main_window_set_toolbar_sensitive): enable/disable the new button
15832         appropriately.
15833         (toolbar_reply_to_author_cb): handle the new button.
15834
15835         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
15836         send_progress_dialog_destroy() on failure (fixes hang on SMTP
15837         failure).
15838
15839 2001-05-19 [sergey]
15840
15841         * src/compose.h (ComposeReplyMode): new modes
15842         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
15843         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
15844
15845         * src/compose.c
15846         (compose_send): move some code into a new function:
15847         (compose_current_mail_account): new function.
15848         (compose_reply): new argument to_author, all callers changed; if
15849         to_author==TRUE and account->protocol==A_NNTP, find and use an
15850         appropriate mail account for replying.
15851         (compose_reply_set_entry): new argument to_author; ignore
15852         compose->replyto if to_author==TRUE.
15853
15854         * src/mainwindow.c: new command "Message/Reply to author".
15855         (main_window_set_menu_sensitive): enable/disable it.
15856         (reply_cb): handle it.
15857
15858         * src/summaryview.c: new command "Reply to author".
15859         (summary_set_menu_sensitive): enable/disable it.
15860         (summary_reply_cb): handle it.
15861
15862         * src/account.c (account_find_mail_from_address): new function.
15863
15864 2001-05-18 [paul]
15865
15866         0.4.99claws1
15867
15868         * sync with sylpheed 0.4.99cvs1
15869
15870 2001-05-18 [hoa]
15871
15872         * src/compose.[ch]
15873         * src/filtering.c
15874         * src/summaryview.c
15875                 new filtering action : forward and forward as attachment
15876
15877         * src/main.c
15878                 no need for $DISPLAY when we run sylpheed --help
15879                 call to parse_cmd_opt() is moved
15880
15881         * src/mainwindow.[ch]
15882                 execute button is hidden when immediate execute
15883                 is chosen
15884
15885         * src/mh.c
15886         * src/news.c
15887         * src/prefs_folder_item.c
15888         * src/procmsg.c
15889                 better handling of missing directories
15890
15891         * src/summaryview.c
15892                 reedit is enabled in outbox
15893                 reedit is enabled in queue
15894
15895 2001-05-17 [hoa]
15896
15897         * src/filtering.c
15898         * src/matcher.[ch]
15899         * src/prefs_filtering.c
15900                 changed attachement into attachment
15901
15902 2001-05-17 [alfons]
15903
15904         0.4.67claws4    
15905
15906         * sync with sylpheed 0.4.67cvs9
15907         * sync with sylpheed 0.4.67cvs7-8
15908
15909 2001-05-17 [hoa]
15910
15911         * src/Makefile.am
15912                 added prefs_filtering.c
15913
15914         * src/filtering.[ch]
15915         * src/matcher.[ch]
15916                 removed action : forward_news and forward_news_as_attachement
15917                 (forward and forward_as_attachement can be used instead)
15918
15919         * src/mainwindow.c
15920                 added menu option to access filtering configuration
15921
15922         * src/prefs_account.c
15923                 changed mail_command default to /usr/sbin/sendmail
15924
15925         * added src/prefs_filtering.[ch]
15926                 dialog box for filtering configuration
15927
15928         * src/prefs_matcher.c
15929                 added function prefs_matcher_get_criteria_from_matching()
15930
15931         * src/prefs_scoring.c
15932                 reset the dialog when register or substitute is clicked
15933
15934 2001-05-15 [hoa]
15935
15936         * src/Makefile.am
15937                 added filtering.[ch]
15938         * src/inc.c
15939                 using filering.[ch] instead of filter.[ch]
15940         * src/main.c
15941                 reading new filtering configuration
15942         * src/matcher.[ch]
15943                 added some filtering actions
15944                 and fixed a bug for headers and mail body matching
15945         * src/mbox.c
15946                 using filering.[ch] instead of filter.[ch]
15947         * src/mh.c
15948                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
15949         * src/summaryview.c
15950                 some fixes for filtering
15951
15952 2001-05-14 [hiroyuki]
15953
15954         * src/send.c: fixed some weird indentations.
15955           send_message_with_command(): call pclose() only if p != NULL.
15956         * src/textview.c: get_email_part(): modified the code for readability.
15957
15958 2001-05-14 [hiroyuki]
15959
15960         * src/md5global.h
15961           src/md5ify.c
15962           src/md5ify.h: removed from the cvs.
15963
15964 2001-05-13 [sergey]
15965
15966         * src/main.c: include rfc2015.h to avoid compiler warnings.
15967         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
15968         the panel is already on screen.
15969         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
15970         closing the alert window by ESC as "No".
15971         * src/prefs_common.c (prefs_interface_create): moved return
15972         receipt check button to the correct place.
15973
15974 2001-03-13 [alfons]
15975
15976         * src/prefs_common.c: 
15977                 moved return receipt check button to the Send tab. (prefs_send_create)
15978                 removed the date format ui related globals. (prefs_display_create)
15979
15980         0.4.67claws3
15981         
15982         * sync with sylpheed 0.4.67cvs5-6
15983
15984 2001-05-13 [paul]
15985
15986         * added Alfons' font selection patch
15987
15988         * src/defs.h
15989         * src/headerwindow.c
15990         * src/prefs_common.c
15991         * src/prefs_common.h
15992
15993 2001-05-13 [hoa]
15994         * src/defs.h
15995                 changed version of cache
15996         * src/matcher.[ch]
15997         * src/prefs_matcher.c
15998                 added additionnal matching criteria
15999         * src/procheader.c
16000         * src/procmsg.[ch]
16001         * src/news.c
16002                 added references in MsgInfo
16003
16004 2001-05-12 [hoa]
16005
16006         * src/defs.h
16007                 prepared some things for new filtering
16008         * src/matcher.[ch]
16009                 added some matching properties
16010                 inreplyto need to be enhanced
16011                 prepared some things for new filtering
16012         * src/messageview.c
16013                 added Return-Receipt-To handling
16014         * src/prefs_folder_item.c
16015                 changed default value to TRUE
16016         * src/prefs_matcher.c
16017                 added some matching properties
16018         * src/prefs_scoring.[ch]
16019                 the scoring dialog is finished
16020         * src/procheader.c
16021                 added Return-Receipt-To handling
16022                 Reference need to be added
16023         * src/procmsg.[ch]
16024                 added Return-Receipt-To handling
16025                 added threadscore to get a better score sorting when
16026                 threads are enabled
16027         * src/summaryview.c
16028                 suppressed a bug when we sort the list
16029                 when no folder is opened.
16030                 better score sorting when threads are enabled
16031
16032 2001-05-12 [alfons]
16033
16034         * reverted previous patch because of potential errors 
16035
16036         0.4.67claws2
16037         
16038         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16039                 applied "toggle mail-retrieval dialog window" patch submitted 
16040                 by Eric Limpens <eric@qnt.net>
16041
16042         * sync with sylpheed 0.4.67cvs4
16043
16044 2001-05-12 [sergey]
16045
16046         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16047         some picky compilers.
16048         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16049         * src/grouplist_dialog.c: include alertpanel.h.
16050         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16051         fix compile warning.
16052         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16053         #include "defs.h" before others to prevent the warning of `MIN'
16054         and `MAX' redefinition.
16055
16056 2001-05-11 [hoa]
16057
16058         * src/main.c
16059         * src/messageview.c
16060         * src/prefs_account.c
16061         * src/prefs_display_header.c
16062                 removed warning
16063         * src/Makefile.am
16064                 added prefs_scoring.[ch]
16065         * src/grouplist_dialog.c
16066                 display an error dialog box if the group list
16067                 cannot be fetched.
16068         * src/mainwindow.[ch]
16069                 added main_window_set_thread_option() function
16070                 scoring dialog box enabled
16071         * src/matcher.[ch]
16072                 added flags matching unread /new / marked
16073                 / deleted / replied / forwarded
16074         * src/news.c
16075                 newsgroups are now finally in newscache
16076         * src/prefs_matcher.[ch]
16077                 finished preferences for matching dialog
16078         * added src/prefs_scoring.[ch]
16079                 scoring dialog box completed
16080         * src/scoring.[ch]
16081                 conversion to string : added scoringprop_to_string()
16082                 write config for preferences :
16083                 added prefs_scoring_write_config()
16084         * src/summaryview.c
16085                 threads can be enabled/disabled independently
16086                 for each folder
16087
16088 2001-05-10 [alfons]
16089
16090         0.4.67claws1
16091         
16092         * AUTHORS: 
16093                 thought it would be nice to have a list of all
16094                 contributors (used Changelog as a reference)
16095         
16096         * configure.in: 
16097                 messed up version numbering...
16098
16099         0.4.66claws1
16100
16101         * sync with sylpheed 0.4.67cvs1-3
16102
16103 2001-05-10 [darko]
16104
16105         * src/prefs_common.c:
16106                 better UI for strftime format, double clicking
16107                 on format now inserts the format in text entry
16108                 replaced close button with standard OK/Cancel
16109                 moved date format button to the right of the
16110                 text entry field
16111
16112 2001-05-09 [alfons]
16113
16114         * src/gtkstext.c:
16115                 Ctrl-Home / Ctrl-End have proper cursor navigation
16116
16117 2001-05-09 [hoa]
16118
16119         * src/prefs_matcher.c
16120                 finished UI to define matching properties
16121                 added ok and cancel button
16122         * src/prefs_filter.c
16123                 added ok and cancel button
16124         * src/news.c
16125                 fixed some bug in xhdr parsing
16126
16127 2001-05-08 [alfons]
16128
16129         * src/textview.c: 
16130                 fixed a bug in textview_show_header(), which displayed two colons (':');
16131                 cleaned up some warnings
16132
16133 2001-05-08 [hoa]
16134
16135         * src/Makefile.am
16136                 added prefs_matcher.[ch]
16137                 compilation with -W -Wall
16138         * src/alertpanel.c
16139                 ungrab the mouse events if grabbed - does it
16140                 fix the bug for disposition notification ?
16141         * src/mainwindow.c
16142                 added a menu option to open the matching dialog.
16143         * src/matcher.[ch]
16144                 added matcherprop_to_string() and matcherlist_to_string()
16145                 fixed some bugs, changed the name of some options
16146                 age_sup and age_inf becomes age_greater and age_lower,
16147                 body and messageheaders becomes body_part and headers_part,
16148                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16149         * src/prefs_display_header.c
16150         * src/prefs_headers.c
16151                 fixed a bug that accidentally destroyed dialogs
16152                 when closed them with delete_event
16153                 Added *_deleted() which handle delete_event signal correctly.
16154         * src/prefs_folder_item.[ch]
16155                 added "enable_thread" field for future customization
16156         * added src/prefs_matcher.[ch]
16157                 sample of the UI to define matching properties
16158         * src/procheader.c
16159                 using procheader_headername_equal instead of str*cmp functions
16160                 using procheader_parse_header() function
16161         * src/scoring.c
16162                 using MATCHING_XXX instead of SCORING_XXX
16163         * src/summaryview.c
16164                 display the sender of the news even if this is ourself
16165                 when this is a news message.
16166         * src/textview.c
16167                 using headername_equal() instead of str*cmp functions
16168
16169 2001-05-08 [alfons]
16170
16171         0.4.66claws
16172
16173         * sync with sylpheed 0.4.66
16174         * src/gtkstext.c: trace logs added 
16175
16176 2001-05-08 [sergey]
16177
16178         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16179         signature check popup.
16180         * src/rfc2015.c (check_signature): show signature check popup only
16181         if it is enabled in preferences.
16182
16183 2001-05-07 [alfons]
16184
16185         0.4.66claws4
16186         
16187         * sync with sylpheed 0.4.66cvs6
16188
16189 2001-05-07 [darko]
16190
16191         * src/prefs_common.[ch]: added option to enable/disable
16192           looking up sender name in address book for summary pane
16193         * src/summaryview.c: look up sender in the address book
16194           by using Alfons' address completion code
16195
16196 2001-05-07 [hiroyuki]
16197
16198         * src/inc.h
16199           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16200           member of Pop3State.
16201         * src/news.c: brought #include "defs.h" before #include <glib.h>
16202           to prevent the warning of `MIN' and `MAX' redefinition.
16203
16204 2001-05-06 [hoa]
16205
16206         * removed src/headers_display.[ch]
16207         * removed src/prefs_display_headers.[ch]
16208         * src/inc.c
16209                 use a temporary file in the user directory for mbox import
16210         * src/news.c
16211                 added XHDR support to get "To" and "Cc" headers
16212                 (in order to match news with to or cc field for
16213                 scoring)
16214                 added function news_parse_xhdr() to get XHDR response
16215         * src/nntp.[ch]
16216                 added function nntp_xhdr()
16217         * src/matcher.c
16218                 fetch the message if necessary
16219
16220 2001-05-06 [alfons]
16221
16222         0.4.66claws3
16223
16224         * sync with sylpheed 0.4.66cvs3-5
16225
16226 2001-05-06 [hoa]
16227
16228         * src/utils.[ch]
16229                 added function itos_buf() to enable use of several buffers
16230         * src/summaryview.c
16231                 use of itos_buf() instead of itos() in summary list
16232                 to fix the broken display of message number.
16233
16234 2001-05-06 [alfons]
16235
16236         * src/gtkstext.c: bug in cursor up navigation fixed,
16237                 fixed another unsigned / signed comparison (we're getting there :-)
16238
16239 2001-05-06 [hoa]
16240
16241         * src/Makefile.am
16242                 added scoring.c scoring.h
16243                 prefs_folder_item.c prefs_folder_item.h
16244                 matcher.c matcher.h
16245         * src/defs.h
16246                 added FOLDERITEM_RC SCORING_RC
16247         * src/folder.[ch]
16248                 added prefs field in FolderItem :
16249                 properties for each folder (PrefsFolderItem),
16250                 sorting type and mode were added as the first properties.
16251         * src/main.c
16252                 read config for scoring
16253         * added src/matcher.[ch]
16254                 gives functions to parse configuration file to do
16255                 matching on mails with a list of conditions.
16256         * src/mainwindow.c
16257                 add option to sort by score
16258         * src/prefs_common.[ch]
16259                 added preference option to show score and for
16260                 the score column size
16261         * added src/prefs_folder_item.[ch]
16262                 properties for each folder (PrefsFolderItem),
16263                 sorting type and mode were added as the first properties.
16264         * src/procheader.[ch]
16265                 added procheader_parse_header()
16266                 added procheader_header_free()
16267                 added procheader_headername_equal()
16268                 and made modification to use them.
16269         * src/procmsg.[ch]
16270                 added score field to MsgInfo structure
16271         * added src/scoring.[ch]
16272                 gives functions to parse configuration file to do
16273                 scoring on mails with a list of conditions.
16274         * src/summaryview.[ch]
16275                 save the sorting type and mode for the folder
16276                 added column to display the score of the mail
16277                 added function summary_score_clicked()
16278                 sorting type and mode are restored to the folder
16279                 when it is reopen
16280         * src/textview.c
16281                 use procheader_parse_header(), procheader_headername_equal()
16282                 removed memory leak in text_scan_header when freeing headers
16283         * src/filter.c
16284                 changed the function to match names of headers
16285                 using procheader_headername_equal()
16286
16287         Scoring functions are implemented, an interface is needed
16288         to configure that.
16289
16290 2001-05-04 [alfons]
16291
16292         * src/gtkstext.c: 
16293                 hopefully fixed the row up navigation bug,
16294                 removed adding back / forward lines to cache
16295
16296 2001-05-04 [sergey]
16297
16298         * src/prefs_display_headers.c: user interface changes:
16299         (prefs_display_headers_create): remove unused "Show" check button;
16300         allow reordering of headers by dragging.
16301         (prefs_display_headers_write_config): remove unused variables.
16302         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16303         of lists (not needed with the new UI).
16304         (prefs_display_headers_set_list): scan lists starting from row 0,
16305         not 1 (do not skip "(New)").
16306         (prefs_display_headers_find_header): new function.
16307         (prefs_display_headers_clist_set_row): do not allow duplicates.
16308         (prefs_display_headers_delete_cb): do not skip row 0; treat
16309         closing the alert window by ESC as "No".
16310         (prefs_display_headers_up): do not protect row 0.
16311         (prefs_display_headers_down): do not protect row 0.
16312
16313 2001-05-04 [sergey]
16314
16315         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16316         functions.
16317
16318         * src/summaryview.c
16319         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16320         summary_select_next_marked, summary_select_prev_marked): new
16321         functions.
16322
16323 2001-05-03 [sergey]
16324
16325         * src/news.c: fixed a bug when no article can be fetched after
16326         server timeout if the connection was restored by news_post():
16327         (news_select_group): new function.
16328         (news_fetch_msg): call news_select_group() before fetching
16329         article.
16330         (news_get_uncached_articles): set session->group after successful
16331         GROUP command.
16332
16333 2001-05-03 [hoa]
16334
16335         * src/defs.h
16336         * src/procmsg.[ch]
16337         * src/procheader.c
16338                  changed version of cache, added cc field
16339
16340         * src/prefs_display_headers.c
16341                 the interface was changed
16342
16343         * src/prefs_headers.c
16344                 added cancel button
16345
16346 2001-05-03 [alfons]
16347
16348         * completed sync of sylpheed cvs2
16349         * src/gtkstext.c: updated row up / down cursor navigation
16350         * src/textview.c: re-edited, prepared for fixing the email address
16351                 scanner.
16352
16353 2001-05-03 [darko]
16354
16355         * src/prefs_common.c: use alfons' strftime ui code
16356         entry_datefmt and datefmt_sample widgets have to be
16357         global in this module because of this change
16358
16359 2001-05-03 [hoa]
16360
16361         * src/messageview.c
16362         * src/prefs_common.[ch] added option to activate the return receipt
16363                 feature.
16364
16365 2001-05-02 [alfons]
16366
16367         * src/gtkstext.c: fix for row up/down cursor navigation. 
16368
16369         0.4.66claws2
16370         
16371         * sync with 0.4.66cvs2
16372
16373 2001-05-02 [paul]
16374
16375         added add-sender-to-addressbook patch
16376
16377         * src/addressbook.c
16378         * src/addressbook.h
16379         * src/summaryview.c
16380
16381 2001-05-02 [sergey]
16382
16383         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
16384         G_ALERTDISABLE.
16385
16386         * src/alertpanel.c (alertpanel_create): new argument can_disable,
16387         all existing callers changed to pass FALSE; create a check button
16388         to disable the message.
16389         (alertpanel_message_with_disable): new function.
16390         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
16391         (alertpanel_button_toggled): new function.
16392         (alertpanel_button_clicked, alertpanel_close): set value using
16393         G_ALERT_VALUE_MASK.
16394
16395         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
16396
16397         * src/prefs_common.c (prefs_privacy_create): new check button
16398         checkbtn_gpgme_warning.
16399
16400         * src/main.c (main): moved preferences reading before gpgme
16401         initialization; check prefs_common.gpgme_warning before giving the
16402         GnuPG warning and set it to FALSE if the user wants to disable the
16403         warning.
16404
16405 2001-05-02 [hiroyuki]
16406
16407         * src/prefs_display_headers.c: modified the layout and some labels.
16408
16409 2001-05-02 [sergey]
16410
16411         * src/prefs_account.c (prefs_account_fix_size): new function.
16412         (prefs_account_create): call prefs_account_fix_size(); use
16413         gtk_widget_show instead of gtk_widget_show_all (fixes too large
16414         size when the window is shown for the first time).
16415         (prefs_account_basic_create): changed layout of serv_table; moved
16416         localmbox_entry above smtpserv_entry (logically it replaces
16417         POP3/IMAP server).
16418         (prefs_account_protocol_activated): set sensitivity of
16419         nntpauth_chkbtn according to the protocol (in addition to
16420         hide/show); commented out gtk_table_set_row_spacing() calls.
16421         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
16422         not sensitive (fixes a bug with disabled username/password boxes
16423         when editing POP3 account after NNTP with authentication).
16424
16425 2001-05-02 [hoa]
16426
16427         * src/account.c
16428         * src/inc.c
16429         * src/prefs_account.[ch]
16430         * src/send.c
16431                 removed local account without SMTP server
16432                 added option to use mail command instead of a connexion
16433                 to SMTP server when a local account is used
16434         * src/prefs_headers.c
16435                 fixed a bug
16436         * src/news.c
16437                 fixed a bug when connexion immediately closed
16438
16439 2001-05-01 [alfons]
16440
16441         0.4.66claws1
16442         
16443         * sync with 0.4.65
16444
16445 2001-05-01 [sergey]
16446
16447         * src/prefs_account.c (Basic, prefs_account_basic_create): new
16448         widget nntpauth_chkbtn.
16449         (prefs_account_protocol_activated): handle nntpauth_chkbtn
16450         visibility.
16451         (prefs_account_nntpauth_toggled): new function.
16452
16453         * src/news.c (news_session_new_for_folder): use NNTP
16454         authentication only if ac->use_nntp_auth is set.
16455
16456 2001-05-01 [hoa]
16457
16458         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16459         * src/prefs_display_headers.c changed the UI
16460         * src/prefs_headers.c changed account_name to account_id
16461         * src/compose.c using customheader.h
16462
16463 2001-05-01 [hiroyuki]
16464
16465         * src/esmtp.c
16466           src/news.c
16467           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16468           unsynched.
16469
16470 2001-05-01 [hoa]
16471
16472         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16473         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16474                 for displaying of headers
16475         * src/grouplist_dialog.[ch] minor changes to remove warnings
16476         * src/prefs_display_headers.[ch] dialog to choose the
16477         headers to display in the mail viewer.
16478         * src/headers.h correction of #define
16479         * src/headers_display.[ch] configuration for displaying of headers.
16480         * src/main.c read config of displaying of headers
16481         * src/prefs_common.c add a button to access the config dialog
16482                 for displaying of headers
16483         * src/prefs_display_headers.[ch] dialog for configuration for
16484                 displaying of the headers.
16485         * src/prefs_headers.c cleaning of code
16486         * src/procheader.c comments added to code
16487         * src/textview.c changes to reorder the headers depending
16488                 on the config for displaying of headers
16489
16490 2001-04-30 [alfons]
16491
16492         0.4.65claws7
16493
16494         * sync with 0.4.65cvs12
16495
16496         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
16497
16498 2001-04-30 [sergey]
16499
16500         * src/nntp.h (NNTPSockInfo): new field auth_failed.
16501
16502         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
16503         is set to force reconnection after authentication failure.
16504         (nntp_gen_command): set sock->auth_failed on authentication
16505         failure, or if sock->userid and sock->passwd are not set.
16506
16507         * src/news.c (news_session_new_for_folder): set userid=NULL if
16508         password dialog is cancelled.
16509
16510 2001-04-30 [sergey]
16511
16512         * src/nntp.h (NNTPSockInfo): new type.
16513
16514         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
16515         SockInfo.
16516         (nntp_open_auth, nntp_close): new functions.
16517         (nntp_gen_command): new function to handle authentication; all
16518         NNTP command functions updated to use it.
16519         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
16520         (nntp_list): removed old useless code.
16521
16522         * src/news.h (NNTPSession): new field nntp_sock.
16523
16524         * src/news.c: all functions updated to use NNTPSockInfo instead of
16525         SockInfo.
16526         (news_session_new): new arguments (userid, passwd); made static;
16527         use nntp_open_auth() if needed.
16528         (news_session_destroy): use nntp_close() instead of sock_close().
16529         (news_query_password): changed arguments.
16530         (news_session_new_for_folder): new function.
16531         (news_session_get): use news_session_new_for_folder().
16532         (news_authenticate): deleted.
16533         (news_get_uncached_articles): removed old authentication code.
16534
16535 2001-04-30 [sergey]
16536
16537         * src/news.c: reverted my previous changes (need to do NNTP
16538         authentication in a cleaner way).
16539         
16540 2001-04-29 [sergey]
16541
16542         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
16543         news_nntp_post, news_nntp_mode): new functions (wrappers with
16544         authentication support).
16545         (news_get_article_cmd, news_get_article, news_get_header): new
16546         argument "folder"; all callers changed.
16547         (news_get_article_cmd): added authentication support.
16548         (news_session_get): use news_nntp_mode() instead of nntp_mode().
16549         (news_post): use news_nntp_post() instead of nntp_post().
16550         (news_get_uncached_articles): use news_nntp_group() instead of
16551         nntp_group() and news_nntp_xover() instead of nntp_xover();
16552         removed old authentication code.
16553         (news_get_group_list): use news_nntp_list() instead of nntp_list().
16554
16555         * src/nntp.c (nntp_list): return real error code instead of
16556         hardcoded NN_ERROR.
16557
16558 2001-04-29 [sergey]
16559
16560         * configure.in: fixed wint_t typedef detection again
16561
16562 2001-04-28 [hoa]
16563
16564         * src/prefs_account.[ch], added A_LOCAL_CMD
16565                 (send mail with mail command)
16566         * src/send.c added function send_message_with_command()
16567         * src/inc.c made a more secure get_spool() function with
16568                 mktemp() but maybe mkstemp() or something more
16569                 secure can be used.
16570
16571 2001-04-28 [alfons]
16572
16573         * src/textview.c, colorization of email addresses in headers
16574
16575         0.4.65claws6
16576
16577         * bug sync with sylpheed
16578         * prefs_common.c: created date format ui for darko
16579         * sync with 0.4.65cvs11
16580         * configure.in: corrected to have the new gpg checks
16581
16582 2001-04-27 [alfons]
16583
16584         * completed sync with 0.4.65cvs10
16585         * minor debug things added to gtkstext.c
16586
16587 2001-04-27 [darko]
16588
16589         * configure.in: remove check for availability of
16590           strftime() as advised by Hiroyuki
16591         * src/prefs_common.[ch], src/procheader.c:
16592           synch strftime() code with Hiroyki's main branch
16593
16594 2001-04-26 [sergey]
16595
16596         * src/news.c: news_query_password(), news_authenticate(): new
16597           functions.
16598           news_get_uncached_articles(): added NNTP authentication
16599           handling.
16600         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
16601           new functions.
16602         * src/prefs_account.c: prefs_account_protocol_activated():
16603           enable userid and password fields for NNTP.
16604
16605 2001-04-26
16606
16607         * configure.in: check for availability of strftime()
16608           [darko]
16609         * src/prefs_common.[ch], src/procheader.c: use
16610           strftime() for displaying date in summary pane if it
16611           is available
16612
16613 2001-04-25
16614
16615         * more .cvsignore cleanups [alfons]
16616
16617 2001-04-25
16618
16619         * ac/sv-check-type.m4: new autoconf macro.
16620         * configure.in: fixed wint_t typedef detection (did not work
16621           with gcc-2.96).
16622
16623 2001-04-25
16624
16625         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
16626           [hiroyuki]
16627
16628 2001-04-24
16629         * modified gtkstext.c : buggy cursor navigation fixed, 
16630           and font descent also taken in account when drawing
16631           cursor. [alfons]
16632
16633 2001-04-24 [hoa]
16634         * added comments in src/news.c src/nntp.c
16635         * added src/prefs_headers.[ch]
16636         * added src/headers.[ch]
16637         * modified compose.c to activate custom headers
16638                 added function is_in_custom_headers
16639         * modified prefs_account.[ch]
16640                 added function prefs_account_customhdr_edit
16641         * modified src/defs.h :
16642                 added HEADERS_RC : name of the config file
16643                 for the custom headers
16644
16645 2001-04-24
16646
16647     0.4.65claws5
16648
16649         * configure.in
16650           src/gtkstext.[ch]
16651           src/compose.c
16652           src/Makefile.am
16653           
16654           added gtkstext with configure.in patch by Hiroyuki which
16655           should fix the XIM detection [alfons]
16656
16657         * more clean up of cvs [alfons]
16658
16659                  * removed all Makefile.in files to attic.
16660
16661                  * updated all .cvsignores to really ignore things that could
16662                    be unintentionally committed by a recursive commit.
16663
16664 2001-04-23 [hoa]
16665         * added src/grouplist_dialog.[ch]
16666         * changed src/folderview.c to call grouplist_dialog instead
16667                 of inputdialog
16668         * src/news.c :
16669                 added functions news_reset_group_list
16670                 and news_get_group_list
16671         * src/nntp.c :
16672                 added function nntp_list
16673         * src/defs.h :
16674                 added GROUPLIST_FILE : name of the newsgroup list cache file
16675
16676 2001-04-21
16677
16678         * added option to warn about queued messages on exit [sergey]:
16679
16680           * src/compose.c: compose_queue(): call folder_item_scan()
16681             and folderview_update_item() after queueing.
16682           * src/folderview.c: folderview_update_node(): draw the queue
16683             folder in bold font if there are queued messages.
16684           * src/mainwindow.c: queued_messages(): new function.
16685             app_exit_cb(): display warning if there are queued messages
16686             if warn_queued_on_exit is set.
16687           * prefs_common.[ch]: add warn_queued_on_exit option.
16688
16689         * enhanced GnuPG key selection support [sergey]:
16690
16691           * src/select-keys.c: updated to newer version from Win32
16692             branch with support for selecting arbitrary keys.
16693           * src/prefs_account.c: added the Privacy tab to the account
16694             options window.
16695             prefs_account_privacy_create(),
16696             prefs_account_sign_key_set_data_from_radiobtn(),
16697             prefs_account_sign_key_set_radiobtn(): new functions.
16698           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
16699           * src/rfc2015.c: set_signers(): new function.
16700             pgp_sign(): add the account parameter, call set_signers().
16701             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
16702           * src/rfc2015.h: rfc2015_sign(): updated prototype.
16703           * src/compose.c: pass the current account to rfc2015_sign().
16704
16705         * tag name claws added to prevent confusion with main branch [alfons]
16706
16707         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
16708
16709         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
16710
16711         * sync with recent sylpheed cvs. Untested though. [alfons]
16712