0.9.0claws24
[claws.git] / ChangeLog.claws
1 2003-06-09 [christoph]  0.9.0claws24
2
3         * src/gtk/gtkaspell.c
4                 revert Thorsten's fix and add forgotten g_strdup for
5                 aspell path (it should not be possible to alter the path a
6                 GtkASpell uses from outside)
7
8 2003-06-09 [thorsten]   0.9.0claws23
9
10         * src/gtk/gtkaspell.c
11                 dont free prefs_common.aspell_path when closing compose
12
13 2003-06-08 [colin]      0.9.0claws22
14
15         * src/plugins/spamassassin/spamassassin.c
16                 fix prefs types
17
18 2003-06-07 [christoph]  0.9.0claws21
19
20         * src/Makefile.am
21         * src/compose.c
22         * src/gtkaspell.[ch]            ** REMOVE **
23         * src/gtk/Makefile.am
24         * src/gtk/gtkaspell.[ch]        ** NEW **
25                 o make gtkaspell independent from sylpheed's prefs
26                 o move gtkaspell.[ch] to gtk directory
27
28 2003-06-07 [christoph]  0.9.0claws20
29
30         * src/Makefile.am
31         * src/crash.c
32         * src/export.c
33         * src/filesel.[ch]              ** REMOVE **
34         * src/folder.c
35         * src/main.[ch]
36         * src/common/sylpheed.[ch]
37         * src/gtk/Makefile.am
38         * src/gtk/filesel.[ch]          ** NEW **
39         * src/gtk/pluginwindow.c
40         * src/gtk/sslcertwindow.c
41                 move filesel.[ch] to gtk directory
42
43 2003-06-07 [alfons]     0.9.0claws19
44
45         * src/filesel.c
46                 make (multi) file selection dialog work again (Claws-only)
47
48 2003-06-07 [thorsten]   0.9.0claws18
49
50         * po/de.po
51                 fix typos
52
53 2003-06-07 [alfons]     0.9.0claws17
54
55         * configure.ac
56         * src/mimeview.c
57                 detect apache mishap in which case don't include fnmatch.h
58                 if regex.h is already included
59
60 2003-06-06 [christoph]  0.9.0claws16
61
62         * configure.ac
63         * src/mimeview.h
64                 add check for fnmatch.h and include it when available
65
66         * src/mimeview.[ch]
67                 fix wrong case sensitivity of Content-Types
68
69         * src/gtk/Makefile.am
70                 need the same include paths in gtk directory as in
71                 common directory because .h files in common can
72                 include files from these directories, when included
73                 in gtk's .h or .c files
74
75 2003-06-06 [alfons]     0.9.0claws15
76
77         * src/mimeview.c
78         * src/summaryview.c
79                 make it compile again because of regex.h / fnmatch.h 
80                 include problems (related to recent mime stuff, can
81                 someone check this?)
82
83 2003-06-06 [thorsten]   0.9.0claws14
84
85         * src/folderview.c
86                 possible use of uninitialized pointer while dragging
87
88 2003-06-06 [paul]       0.9.0claws13
89
90         * src/compose.c
91                 fix bug where the insert sig button would be effective
92                 only when auto_sig was set
93
94 2003-06-06 [paul]       0.9.0claws12
95
96         * sync with 0.9.2 release
97
98 2003-06-02 [paul]       0.9.0claws11
99
100         * sync with 0.9.1cvs1
101                 see ChangeLog 2003-06-02
102                 
103         * po/de.po
104                 update by Jens
105
106 2003-06-01 [christoph]  0.9.0claws10
107
108         * src/account.c
109                 don't use substring search to find accounts by email address
110
111         (closes Bug 169 Overly loose matching of "From" address)
112
113 2003-05-31 [christoph]  0.9.0claws9
114
115         * doc-src/rfc2683.txt
116         * src/imap.c
117                 limit IMAP command length as recommended in RFC2683
118                 (message number lists will be split into multiple imap
119                 sets, the limit of 1000 octets is not a hard limit)
120
121         (closes Bug 161 sylpheed-claws exits with segfault when logging
122          in to certain imap-servers)
123
124 2003-05-29 [alfons]     0.9.0claws8
125
126         * src/toolbar.[ch]
127                 add print button (calling summary_print());
128                 fine tune setting tooltip text;
129                 (if someone needs other buttons, please take these 
130                 commits as a guide, instead of bothering us - also
131                 see 0.8.11claws150) 
132
133 2003-05-29 [darko]      0.9.0claws7
134
135         * src/compose.c
136                 fix crash when word wrapping kicks in due to
137                 changed text by spell checker
138
139 2003-05-29 [paul]       0.9.0claws6
140
141         * src/compose.c
142                 fix bug where changing account would insert
143                 sig even if auto_sig was FALSE
144                 
145         * ChangeLog
146           ChangeLog.jp
147           INSTALL
148                 sync with 0.9.1 release
149
150 2003-05-28 [christoph]  0.9.0claws5
151
152         * src/imap.c
153                 fix truncation of too long commands
154
155         (closes Bug 167 IMAP hangs trying to get envelope
156          information in imap_get_uncached_messages)
157
158 2003-05-27 [paul]       0.9.0claws4
159
160         * tools/Makefile.am
161           tools/maildir2sylpheed.pl     ** NEW FILE **
162                 add kmail to sylpheed mailbox conversion script
163
164 2003-05-27 [paul]       0.9.0claws3
165
166         * sync with 0.9.0cvs10
167                 see ChangeLog 2003-05-26
168
169 2003-05-26 [paul]       0.9.0claws2
170
171         * sync with 0.9.0cvs9
172                 see ChangeLog 2003-05-26
173
174 2003-05-24 [paul]       0.9.0claws1
175
176         * sync with 0.9.0cvs8
177                 see ChangeLog 2003-05-23
178
179 2003-05-24 [paul]       0.9.0claws
180
181         * version 0.9.0claws released
182
183 2003-05-24 [paul]       0.8.11claws177
184
185         * src/plugins/dillo-viewer/Makefile.am
186           src/plugins/traycon/Makefile.am
187                 add missing files
188                 
189         * po/bg.po
190           po/en_GB.po
191           po/es.po
192           po/it.po
193           po/pt_BR.po
194           po/ru.po
195           po/sr.po
196                 update Bulgarian, British English, Spanish, Italian, 
197                 Brazilian Portuguese, Russian, and Serbian translations, 
198                 submitted by George Danchev, [me], Ricardo Mones Lastra,
199                 André Filipe de Assunção e Brito, Alessandro Maestri, 
200                 Ruslan N. Balkin, and Urke MMI
201
202 2003-05-23 [melvin]     0.8.11claws176
203
204         * po/fr.po
205                 Updated French translations
206
207 2003-05-22 [paul]       0.8.11claws175
208
209         * src/Makefile.am
210           src/addrbook.[ch]
211           src/addrcache.[ch]
212           src/addr_compl.[ch]
213           src/adressbook.[ch]
214           src/addrindex.[ch]
215           src/addritem.[ch]
216           src/editaddress.c
217           src/editgroup.c
218           src/editldap_basedn.c
219           src/editldap.c
220           src/jpilot.c
221           src/vcard.c
222                 revert to get ldap into it previous working state
223                 
224         * po/zh_TW.Big5.po
225                 new Taiwanese translation,
226                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
227
228 2003-05-22 [christoph]  0.8.11claws174
229
230         * src/plugins/spamassassin/libspamc.[ch]
231                 sync libspamc with SpamAssaain release 2.55
232
233 2003-05-22 [paul]       0.8.11claws173
234
235         * sync with 0.9.0cvs7
236                 see ChangeLog 2003-05-22
237                 
238         * src/summaryview.c
239                 revert change in 0.8.11claws172: follow
240                 Hiroyuki's decision and that's the end of it.
241
242 2003-05-21 [paul]       0.8.11claws172
243
244         * src/summaryview.c
245                 fix discrepency between open_unread_on_enter
246                 and always_show_msg
247
248 2003-05-21 [paul]       0.8.11claws171
249
250         * sync with 0.9.0cvs6
251                 see ChangeLog 2003-05-21
252
253 2003-05-21 [paul]       0.8.11claws170
254
255         * sync with 0.9.0cvs5
256                 see ChangeLog 2003-05-21
257
258 2003-05-20 [paul]       0.8.11claws169
259
260         * sync with 0.9.0cvs4
261                 see ChangeLog 2003-05-20
262                 fixes bug #152, 'encoding of IMAP folders names'
263
264 2003-05-20 [paul]       0.8.11claws168
265
266         * sync with 0.9.0cvs3
267                 see ChangeLog 2003-05-20
268                 
269         * src/tools/convert_mbox.pl
270                 minor change in the comments, submitted by Fred Marton
271
272 2003-05-19 [paul]       0.8.11claws167
273
274         * src/plugins/clamav/Makefile.am
275           configure.ac
276                 link clamav_lib to the plugin and not to the main program
277
278 2003-05-19 [christoph]
279
280         * src/Makefile.am
281                 add -export-dynamic for linking
282
283 2003-05-19 [paul]       0.8.11claws166
284
285         * sync with 0.9.0cvs1
286                 see ChangeLog 2003-05-19
287
288 2003-05-19 [paul]       0.8.11claws165
289
290         * src/inc.c
291                 fix 'pop before smtp' timeout
292
293 2003-05-18 [alfons]     0.8.11claws164
294
295         * src/prefs_matcher.c
296                 put "execute" action command line ("expression") in edit box
297
298 2003-05-18 [christoph]  0.8.11claws163
299
300         * src/mimeview.[ch]
301         * src/plugins/dillo_viewer/dillo_viewer.c
302         * src/plugins/image_viewer/viewer.c
303         * src/plugins/mathml_viewer/mathml_viewer.c
304                 let a viewer have a list of Content-Types
305
306 2003-05-18 [paul]       0.8.11claws162
307
308         * src/prefs_filtering.c
309                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
310                 and REDIRECT actions
311
312 2003-05-17 [christoph]
313
314         * README.claws
315                 o remove dynamic signatures that was syned with main
316                 o add infos about no longer "build in" image viewer
317                 o update bugtracker URL
318
319 2003-05-17 [christoph]  0.8.11claws161
320
321         * src/folder.c
322         * src/folderview.c
323         * src/imap.c
324                 don't use imap_scan_folder anymore. Instead call folder_item_scan
325                 for every folder after rebuilding the folder tree.
326
327         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
328          messages)
329
330 2003-05-17 [christoph]  0.8.11claws160
331
332         * src/imap.c
333                 don't use STATUS command on current folder to check for
334                 content changes. imap_cmd_ok() now tracks changes to
335                 folder and number of existing messages.
336
337 2003-05-17 [paul]       0.8.11claws159
338
339         * src/plugins/clamav/clamav_plugin.c
340                 remove unnecessary debug_print
341
342 2003-05-16 [thorsten]   0.8.11claws158
343
344         * src/plugins/demo.c
345                 included missing intl.h
346
347 2003-05-16 [paul]       0.8.11claws157
348
349         * po/POTFILES.in
350                 remove non-existant entries
351         
352         * src/plugins/clamav/clamav_plugin.c
353           src/plugins/clamav/clamav_plugin_gtk.c
354           src/plugins/dillo_viewer/dillo_prefs.c
355           src/plugins/dillo_viewer/dillo_viewer.c
356                 gettextise
357
358 2003-05-16 [christoph]  0.8.11claws156
359
360         * po/POTFILES.in
361                 include plugin .c files for translation until I
362                 find a better solution to have plugins have their
363                 own textdomain
364         * src/plugins/demo/demo.c
365         * src/plugins/image_viewer/plugin.c
366         * src/plugins/mathml_viewer/mathml_viewer.c
367         * src/plugins/spamassassin/spamassassin.c
368         * src/plugins/spamassassin/spamassassin_gtk.c
369         * src/plugins/trayicon/trayicon.c
370                 add gettext macros for plugin name and description
371
372 2003-05-16 [paul]
373
374         * sync with 0.9.0
375
376 2003-05-16 [paul]       0.8.11claws155
377
378         * sync with lastest 0.9.0pre1
379                 see ChangeLog 2003-05-16
380
381 2003-05-15 [paul]       0.8.11claws154
382
383         * sync with latest 0.9.0pre1
384                 see ChangeLog 2003-05-14 and 2003-05-15
385
386 2003-05-14 [christoph]  0.8.11claws153
387
388         * src/plugins/image_viewer/viewer.c
389         * src/plugins/image_viewer/viewer.glade         ** NEW **
390         * src/plugins/image_viewer/viewerprefs.c
391                 make it possible to disable the autoload function in the
392                 imageviewer again
393
394 2003-05-14 [christoph]  0.8.11claws152
395
396         * src/folder.c
397                 fix folder update after adding a message
398
399 2003-05-13 [alfons]     0.8.11claws151
400
401         * src/common/session.c
402                 remove debug traces
403                 
404         * src/addrcache.[ch]
405         * src/filtering.[ch]
406         * src/folder.[c]
407         * src/gtkaspell.[ch]
408         * src/imap.[ch]
409         * src/mbox_folder.[ch]
410         * src/mh.[ch]
411         * src/mimeview.h
412         * src/msgcache.[ch]
413         * src/news.[ch]
414         * src/passphrase.[ch]
415         * src/prefs_common.[ch]
416         * src/prefs_gtk.[ch]
417         * src/procmsg.c
418         * src/scoring.[ch]
419                 be pedantic; (in prototypes () implies (int))
420
421 2003-05-13 [alfons]     0.8.11claws150
422
423         * src/prefs_toolbar.[ch]
424         * src/summaryview.[ch]
425         * src/toolbar.[ch]
426                 change misleading text in toolbar prefs;
427                 add toolbar action for ignore thread (toggles ignore thread flag);
428                 clean up a little bit;
429
430 2003-05-12 [paul]
431
432         * tools/convert_mbox.pl
433                 bug fixed by Fred Marton
434
435 2003-05-12 [paul]
436
437         * sync with 0.9.0pre1
438
439 2003-05-09 [paul]       0.8.11claws149
440
441         * sync with 0.8.11cvs43
442                 see ChangeLog 2003-05-09
443
444 2003-05-08 [christoph]  0.8.11claws148
445
446         * src/imap.[ch]
447                 o use CAPABILIY as first command and check for PREAUTH
448                   information in the response to it
449                 o rewrite all imap_cmd_* functions to use an IMAPSession
450                   instead of a SockInfo as parameter
451                 o do STARTTLS after fetching and checking the server
452                   capabilities
453
454 2003-05-08 [paul]       0.8.11claws147
455
456         * tools/Makefile.am
457           tools/README
458           tools/convert_mbox.pl         ** NEW FILE **
459                 add mbox conversion script. Submitted by 
460                 Fred Marton <Fred.Marton@uni-bayreuth.de>
461
462 2003-05-07 [christoph]
463
464         * doc-src/glade.txt
465         * src/gtk/pluginwindow.glade
466         * src/plugins/image_viewer/viewerprefs.glade
467         * src/plugins/spamassassin/spamassassin_gtk.glade
468                 add glade files for user interfaces and a description how
469                 to use glade to create the sylpheed code
470
471 2003-05-07 [paul]       0.8.11claws146
472
473         * sync with 0.8.11cvs41
474                 see ChangeLog 2003-05-07
475
476 2003-05-06 [christoph]  0.8.11claws145
477
478         * src/main.c
479         * src/plugins/image_viewer/viewer.c
480                 fix usage of imlib in imageviewer plugin
481
482         * src/gtk/prefswindow.c
483                 handle window close event correctly
484
485 2003-05-06 [paul]       0.8.11claws144
486
487         * src/common/ssl.c
488                 fix typo introduced in sync
489
490 2003-05-06 [paul]       0.8.11claws143
491
492         * sync with 0.8.11cvs39
493                 see ChangeLog 2003-05-06
494
495 2003-05-06 [paul]       0.8.11claws142
496
497         * AUTHORS
498           po/cs.po
499                 updated Czech translation, submitted by 
500                 Radek Vybiral <Radek.Vybiral@vsb.cz>
501                 
502         * src/plugins/clamav/clamav_plugin_gtk.c
503                 clean up
504
505 2003-05-03 [alfons]     0.8.11claws141
506
507         * src/compose.[ch]
508                 make paste as quotation work even when the call to 
509                 text_inserted() was deferred (fixes bug #140 "Paste 
510                 as quotation does not work when using "external" 
511                 clipboard")
512
513 2003-05-03 [thorsten]   0.8.11claws140
514
515         * src/addrquery.h
516           src/ldapquery.h
517           src/mainwindow.c
518                 removed C++ comments
519         * src/addr_compl.c
520                 function with non-int retval/param used before
521                 implementation/declaration
522
523 2003-05-02 [paul]       0.8.11claws139
524
525         * src/addr_compl.[ch]
526           src/addressbook.[ch]
527           src/addrindex.c
528           src/summaryview.c
529                 revert match's changes to (finally) remove the bug where
530                 opening a folder causes massive slowdown when using the 
531                 'Display sender using address book' option
532
533 2003-05-01 [melvin]     0.8.11claws138
534
535         * src/plugins/dillo_viewer/dillo_prefs.[ch]
536         * src/plugins/dillo_viewer/dillo_viewer.c
537                 Fixed bug where "Cancel" button from prefs issued
538                 warnings.
539                 Comply a little more to coding style
540
541 2003-05-01 [paul]       0.8.11claws137
542
543         * sync with 0.8.11cvs38
544                 see ChangeLog 2003-05-01
545
546 2003-05-01 [paul]       0.8.11claws136
547
548         * po/bg.po
549                 updated by George Danchev
550
551 2003-04-30 [christoph]  0.8.11claws135
552
553         * src/plugins/dillo_viewer/dillo_prefs.c
554         * src/plugins/image_viewer/viewerprefs.c
555         * src/plugins/spamassassin/spamassassin_gtk.c
556                 remove gtk_widget_ref() calls for widgets in
557                 glade code
558
559 2003-04-30 [paul]       0.8.11claws134
560
561         * src/addrindex.c
562                 ok, this time a better fix for the bug where opening folder
563                 has massive slowdown when using the 'Display sender using 
564                 address book' option
565
566 2003-04-30 [paul]       0.8.11claws133
567
568         * src/addrindex.c
569                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
570         
571 2003-04-30 [melvin]     0.8.11claws132
572
573         New: Dillo plugin preferences (patch by Dimitar Haralanov)
574
575         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
576                 Preferences for the dillo plugin
577         * src/plugins/dillo_viewer/dillo_viewer.c
578                 Support for preferences
579         * src/plugins/dillo_viewer/Makefile.am
580                 Added dillo_prefs.[ch]
581
582 2003-04-30 [alfons]     0.8.11claws131
583
584         * src/common/plugin.[ch]
585                 see? this ANSI C'fication immediately gives us type
586                 checking for free.
587
588 2003-04-30 [alfons]     0.8.11claws130
589
590         * src/common/plugin.[ch]
591         * src/plugins/clamav/clamav_plugin.[ch]
592         * src/plugins/clamav/clamav_plugin_gtk.c
593         * src/plugins/demo/demo.c
594         * src/plugins/dillo_viewer/dillo_viewer.c
595         * src/plugins/image_viewer/plugin.c
596         * src/plugins/image_viewer/viewer.[ch]
597         * src/plugins/image_viewer/viewerprefs.[ch]
598         * src/plugins/mathml_viewer/mathml_viewer.c
599         * src/plugins/spamassassin/spamassassin.[ch]
600         * src/plugins/spamassassin/spamassassin_gtk.c
601         * src/plugins/trayicon/trayicon.c
602                 clean up
603
604 2003-04-30 [alfons]     0.8.11claws129
605
606         * src/common/utils.c
607                 make is_ascii_str() fail gracefully when NULL pointer
608                 is passed
609
610 2003-04-30 [paul]       0.8.11claws128
611
612         * src/addrindex.c
613                 fix bug where opening folder has massive slowdown when
614                 using the 'Display sender using address book' option
615
616 2003-04-30 [paul]       0.8.11claws127
617
618         * src/plugins/clamav/clamav_plugin.c
619           src/plugins/clamav/clamav_plugin_gtk.c
620           src/plugins/demo/demo.c
621           src/plugins/dillo_viewer/dillo_viewer.c
622           src/plugins/image_viewer/plugin.c
623           src/plugins/mathml_viewer/mathml_viewer.c
624           src/plugins/spamassassin/spamassassin.c
625           src/plugins/spamassassin/spamassassin_gtk.c
626           src/plugins/trayicon/trayicon.c
627                 get rid of eye-hurting function signatures
628
629 2003-04-30 [paul]       0.8.11claws126
630
631         * src/plugins/trayicon/trayicon.c
632                 add description
633                 
634         * src/mimeview.c
635                 be more descriptive
636
637 2003-04-30 [paul]       0.8.11claws125
638
639         * configure.ac
640                 arrange the plugins in reverse alphabetical order
641                 
642         * src/plugins/clamav/clamav_plugin.[ch]
643           src/plugins/clamav/clamav_plugin_gtk.c
644                 rename some params
645                 resize max_size window
646                 re-arrange the order of some gui elements
647                 improve descriptions
648         
649         * src/plugins/image_viewer/plugin.c
650           src/plugins/mathml_viewer/mathml_viewer.c
651                 add descriptions
652                 
653         * src/plugins/spamassassin/spamassassin_gtk.c
654                 resize max_size window
655                 re-arrange the order of some gui elements
656                 
657         * src/messageview.c
658           src/mimeview.c
659                 correct typos
660
661 2003-04-30 [alfons]     0.8.11claws124
662
663         * src/imap.c
664                 fix a leak found while browsing Martin Kluge's 
665                 valgrind log (Claws only)
666
667 2003-04-29 [darko]      0.8.11claws123
668
669         * src/gtk/gtkstext.h
670                 include wchar.h if it is available, fixes compilation
671                 on HP-UX systems
672
673 2003-04-29 [melvin]     0.8.11claws122
674
675         * src/prefs_actions.c
676                 Improved help text of Actions' syntax
677
678 2003-04-28 [paul]       0.8.11claws121
679
680         * src/action.c
681                 a better fix for the crash when performing an action
682                 on a mime part
683
684 2003-04-28 [paul]       0.8.11claws120
685
686         * src/action.c
687                 fix crash when performing an action on a
688                 mime part
689
690 2003-04-28 [paul]       0.8.11claws119
691
692         * sync with 0.8.11cvs36
693                 see ChangeLog 2003-04-28
694
695 2003-04-27 [paul]       0.8.11claws118
696
697         * more sync with 0.8.11cvs35
698                 see ChangeLog 2003-04-25
699
700 2003-04-26 [christoph]  0.8.11claws117
701
702         * src/folder.c
703                 fix remove virtual check
704
705 2003-04-26 [paul]       0.8.11claws116
706
707         * src/messageview.c
708                 fix return-receipt, make it work again
709
710 2003-04-26 [paul]       0.8.11claws115
711
712         * src/mimeview.c
713                 restore double-clicking of the [application/pgp-signature 
714                 (Select "Check signature" to check)] line in the message view,
715                 broken in recent sync
716
717 2003-04-26 [christoph]  0.8.11claws114
718
719         * src/folder.c
720                 check if remove virtual really exists before
721                 calling the function
722
723 2003-04-25 [match]      0.8.11claws113
724
725         * src/addrindex.c
726         * src/addrbook.c
727         * src/ldapquery.[ch]
728         * src/ldapctrl.[ch]
729                 fix memleak.
730         * src/ldapserver.[ch]
731                 fix memleak. fix segfault.
732                 plug a Claws memleak
733
734 2003-04-25 [alfons]     0.8.11claws112
735
736         * src/folder.c
737                 plug a Claws memleak
738
739 2003-04-25 [alfons]     0.8.11claws111
740
741         * src/common/session.c
742                 plug a memleak
743
744 2003-04-25 [paul]       0.8.11claws110
745
746         * sync with 0.8.11cvs35
747                 see ChangeLog 2003-04-24 and 2003-04-25
748                 
749         * src/gtk/pluginwindow.c
750                 correct another strange float value
751
752 2003-04-24 [christoph]  0.8.11claws109
753
754         * src/folder.c
755                 freeze folder item updates when unsetting new flags
756
757         * src/gtk/pluginwindow.c
758                 correct strange float value
759
760 2003-04-23 [paul]       0.8.11claws108
761
762         * sync with 0.8.11cvs33
763                 see ChangeLog 2003-04-23
764
765 2003-04-22 [paul]       0.8.11claws107
766
767         * src/Makefile.am
768           src/messageview.c
769           src/mimeview.c
770           src/pgptext.[ch]      ** REMOVED **
771                 remove pgptext.[ch] as its not used any more
772
773 2003-04-22 [paul]       0.8.11claws106
774
775         * sync with 0.8.11cvs31
776                 see ChangeLog 2003-04-21 and 2003-04-22
777
778 2003-04-21 [alfons]     0.8.11claws105
779
780         * src/main.c
781                 No access to GTK structures if we're a spawned child
782                 (and clean up code a little bit...) Should fix #126.
783
784 2003-04-21 [melvin]     0.8.11claws104
785
786         * src/plugins/dillo_viewer/README
787                 Improved slightly the text.
788
789 2003-04-21 [melvin]     0.8.11claws103
790
791         * src/plugins/dillo_viewer/README *** NEW ***
792                 Added a README file for the Dillo plugin
793
794 2003-04-20 [paul]
795
796         * tools/README
797           tools/outlook2sylpheed.pl
798                 updated and improved by Ricardo Mones Lastra
799
800 2003-04-18 [oliver]     0.8.11claws102
801
802         * src/inc.c 
803         * src/prefs_account.h
804                 remove Pop3SessionType (used by selective download)
805         * src/prefs_toolbar.c
806                 enable set Default Toolbar button
807
808 2003-04-18 [paul]       0.8.11claws101
809
810         * sync with 0.8.11cvs29
811                 see ChangeLog 2003-04-18
812
813 2003-04-17 [paul]       0.8.11claws100
814
815         * src/prefs_common.[ch]
816           src/summaryview.c
817                 remove 'Open next message on deletion' option,
818                 as the same effect can now be achieved via the
819                 'Always open messages in summary when selected'
820                 option.
821
822 2003-04-17 [paul]       0.8.11claws99
823
824         * sync with 0.8.11cvs28
825                 see ChangeLog 2003-04-17
826
827 2003-04-17 [christoph]  0.8.11claws98
828
829         * ac/spamassassin.m4
830         * src/plugins/spamassassin/libspamc.[ch]
831         * src/plugins/spamassassin/utils.[ch]
832                 sync libspamc with SpamAssassin project
833
834 2003-04-17 [christoph]  0.8.11claws97
835
836         * src/common/socket.h
837         * src/gtk/sslcertwindow.h
838                 rename old USE_SSL to USE_OPENSSL
839
840 2003-04-17 [paul]       0.8.11claws96
841
842         * src/prefs_common.h
843                 use gulong for P_COLOR so that it compiles/runs on
844                 64-bit systems. Patch submitted by James Noyes
845                 <jnoyes-claws@retrogeeks.com>
846                 
847         * po/de.po
848                 updated by Jens
849
850 2003-04-17 [paul]       0.8.11claws95
851
852         * sync with 0.8.11cvs27
853                 see ChangeLog 2003-04-16
854
855 2003-04-15 [paul]       0.8.11claws94
856
857         * src/prefs_common.[ch]
858                 rearrange to stop the window getting too long:
859                         move Receive dialog stuff to Receive tab
860                         move Send dialog to Send tab
861                         remove Dialogs frame
862                 rename 'Open messages in summary with cursor keys' to
863                 'Always open messages in summary when selected', as its
864                 more appropriate
865
866 2003-04-15 [paul]       0.8.11claws93
867
868         * src/prefs_common.[ch]
869           src/summaryview.c
870                 add new option '/Interface/Open next message on deletion'
871
872 2003-04-15 [paul]       0.8.11claws92
873
874         * src/summaryview.[ch]
875                 add /Mark/Lock and /Mark/Unlock to the pop-up
876                 menu. Patch submitted by Ivan Francolin Martinez
877                 <ivanfm@users.sourceforge.net>
878
879 2003-04-15 [paul]       0.8.11claws91
880
881         * sync with 0.8.11cvs24
882                 see ChangeLog 2003-04-15
883
884 2003-04-14 [jens]       0.8.11claws90
885
886         * updated German translation and some corrections from
887                 Roland Bless <bless@tm.uka.de>
888
889 2003-04-14 [paul]       0.8.11claws89
890
891         * sync with 0.8.11cvs22
892                 see ChangeLog 2003-04-14
893
894 2003-04-13 [paul]       0.8.11claws88
895
896         * src/plugins/clamav/clamav_plugin.c
897                 fix memory leaks
898                 clean up
899
900 2003-04-12 [paul]       0.8.11claws87
901
902         * src/plugins/clamav/clamav_plugin.c
903                 activate enable/disable archive scanning option
904                 
905         * src/plugins/clamav/.cvsignore         ** NEW FILE **
906
907 2003-04-12 [paul]       0.8.11claws86
908
909         * src/plugins/Makefile.am
910           src/plugins/clamav/Makefile.am                ** NEW FILE **
911           src/plugins/clamav/README                     ** NEW FILE ** 
912           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
913           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
914                 add Clam AntiVirus plugin
915
916 2003-04-12 [paul]       0.8.11claws85
917
918         * sync with 0.8.11cvs21
919                 see ChangeLog 2003-04-11
920
921 2003-04-11 [paul]       0.8.11claws84
922
923         * po/es.po
924                 update Spanish translation. Submitted by Ricardo
925                 Mones Lastra.
926
927 2003-04-10 [christoph]  0.8.11claws83
928
929         * src/mbox.c
930                 fix typo that did not move unfiltered mails to destination
931                 folder
932
933         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
934          when filtering from spool)
935
936 2003-04-10 [christoph]  0.8.11claws82
937
938         * src/imap.c
939                 use BODY.PEEK instead of BODY in in message fetch operation
940                 to make sure the IMAP server does not set the \Seen flag for
941                 messages. Sylpheed does that later itself, when the message
942                 is opened in sylpheed
943
944         (closes Bug 111 Claws destroys unread marks)
945
946 2003-04-09 [oliver]     0.8.11claws81
947         
948         * src/folder.c
949                 fix crash in folder_destroy
950         * README.claws
951                 remove selective download
952
953 2003-04-09 [christoph]  0.8.11claws80
954
955         * src/imap.c
956                 fix crash in imap_get_msginfo() when then fetched message
957                 is not found
958
959         (closes Bug 110 Crash during mail composition)
960
961 2003-04-08 [christoph]  0.8.11claws79
962
963         * src/folder.c
964         * src/prefs_account.c
965                 Filter new messages that are found in an INBOX folder
966                 when 'Filter messages on receiving' is enabled in the
967                 Folder's AccountPrefs. This allows to use Sylpheed's
968                 filtering engine for IMAP folders where messages are
969                 added to the INBOX by a MTA
970
971 2003-04-08 [paul]       0.8.11claws78
972
973         * src/procmsg.h
974                 clean up after last commit
975
976 2003-04-08 [paul]       0.8.11claws77
977
978         * sync with 0.8.11cvs20
979                 see ChangeLog 2003-04-07 and 2003-04-08
980
981 2003-04-07 [christoph]  0.8.11claws76
982
983         * src/filtering.[ch]
984         * src/inc.[ch]
985         * src/mbox.c
986         * src/procmsg.[ch]
987                 add procmsg_msginfo_filter() to execute filtering actions
988
989 2003-04-06 [christoph]  0.8.11claws75
990
991         * src/imap.c
992                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
993
994 2003-04-06 [christoph]  0.8.11claws74
995
996         * src/common/utils.[ch]
997                 add g_int_compare() function for slist sorting
998
999         * src/imap.c
1000                 fetch all MsgInfos with one command in imap_get_msginfos()
1001                 using an imap set with a list of ranges
1002
1003         * src/news.c
1004                 use new g_int_compare() function
1005
1006 2003-04-06 [thorsten]   0.8.11claws73
1007
1008         * src/mh.c
1009                 corrected implementation of mh_folder_destroy()
1010
1011 2003-04-05 [christoph]  0.8.11claws72
1012
1013         * src/account.c
1014         * src/folder.[ch]
1015         * src/folderview.c
1016         * src/imap.c
1017         * src/inc.c
1018         * src/main.c
1019         * src/mainwindow.c
1020         * src/mbox_folder.c
1021         * src/mh.c
1022         * src/mimeview.h
1023         * src/msgcache.[ch]
1024         * src/news.c
1025         * src/procmime.h
1026         * src/procmsg.[ch]
1027         * src/setup.c
1028         * src/gtk/gtkutils.c
1029                 o rename structure field names class and new to klass and
1030                   new_msgs, to allow including files in C++
1031                 o add 'extern "C"' block to some header files
1032                 o add MsgInfoList and MsgNumberList as alias for GSList for
1033                   developers to know what type of list is expected
1034
1035         * src/plugins/image_viewer/plugin.c
1036         * src/plugins/image_viewer/viewer.[ch]
1037         * src/plugins/image_viewer/viewerprefs.[ch]
1038                 rename function names to prevent conflicts
1039
1040 2003-04-05 [paul]       0.8.11claws71
1041
1042         * sync with 0.8.11cvs18
1043                 see ChangeLog 2003-04-03 and 2003-04-04
1044
1045 2003-04-02 [christoph]  0.8.11claws70
1046
1047         * src/folder.[ch]
1048         * src/imap.[ch]
1049         * src/mbox_folder.[ch]
1050         * src/mh.[ch]
1051         * src/news.[ch]
1052                 o Make all virtual folder functions private
1053                 o remove unused folder code
1054
1055         * src/common/socket.[ch]
1056         * src/summaryview.c
1057                 fix warnings
1058
1059 2003-03-30 [alfons]     0.8.11claws69
1060
1061         * src/send_message.c
1062                 remove two debug traces and see if people still report
1063                 errors
1064
1065 2003-03-30 [alfons]     0.8.11claws68
1066
1067         * src/send_message.c
1068         * src/commons/session.c
1069                 add more debug traces
1070
1071 2003-03-30 [christoph]  0.8.11claws67
1072
1073         * src/folder.c
1074                 change processing folder name from .processing to processing
1075
1076         * src/common/ssl.c
1077                 disable SSL certificate check because it causes Xlib error
1078                 when the child process want's to open an GTK window
1079
1080 2003-03-30 [christoph]  0.8.11claws66
1081
1082         * src/folder.c
1083                 don't use default folder for processing folder item because
1084                 it can be a non local folder
1085
1086         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1087
1088 2003-03-30 [alfons]     0.8.11claws65
1089
1090         * src/send_message.c
1091                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1092                 to generate bad code for 'send_send_data_progressive': When
1093                 called from 'send_send_data_finished', the 'data' pointer is
1094                 cleared just before the assignment to the dialog pointer
1095
1096 2003-03-29 [christoph]  0.8.11claws64
1097
1098         * src/common/prefs.h
1099         * src/plugins/image_viewer/Makefile.am
1100         * src/plugins/image_viewer/plugin.c
1101         * src/plugins/image_viewer/viewer.[ch]
1102         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1103                 add PrefsPage for ImageViewer
1104
1105 2003-03-28 [thorsten]   0.8.11claws63
1106
1107         * src/common/session.c
1108                 added some comments
1109
1110 2003-03-28 [paul]       0.8.11claws62
1111
1112         * sync with 0.8.11cvs16
1113                 see ChangeLog 2003-03-28
1114
1115 2003-03-28 [paul]       0.8.11claws61
1116
1117         * sync with 0.8.11cvs15
1118                 see ChangeLog 2003-03-28
1119
1120 2003-03-27 [christoph]  0.8.11claws60
1121
1122         * src/folder.c
1123         * src/imap.c
1124         * src/common/socket.[ch]
1125                 set socket state to DISCONNECTED when any operation
1126                 fails to allow reconnecting in IMAP code without
1127                 checking the return code of all calls to the command
1128                 functions
1129
1130         * src/folderview.c
1131         * src/summaryview.c
1132                 remove some more stuff that depends on specific
1133                 folder types
1134
1135 2003-03-27 [paul]       0.8.11claws59
1136
1137         * sync with 0.8.11cvs14
1138                 see ChangeLog 2003-03-27
1139                 
1140         * src/selective_download.[ch]   ** REMOVED **
1141                 really removed
1142
1143 2003-03-27 [christoph]  0.8.11claws58
1144
1145         * src/folder.c
1146                 fix handling of tmp_flags in flag copy function
1147
1148 2003-03-27 [paul]       0.8.11claws57
1149
1150         * sync with 0.8.11cvs13
1151                 see ChangeLog 2003-03-27
1152
1153 2003-03-27 [oliver]     0.8.11claws56
1154
1155         * src/maiwindow.c
1156                 remove sel_download_cb
1157
1158 2003-03-27 [oliver]     0.8.11claws55
1159         
1160         * src/inc.c
1161                 remove POP3_TOP
1162         
1163 2003-03-26 [oliver]     0.8.11claws54
1164
1165         *src/pop.h
1166                 remove POP3_TOP*
1167         * README.claws
1168                 remove selective donwload readme
1169
1170 2003-03-26 [oliver]     0.8.11claws53
1171         * src/matcher.[ch]
1172         * src/matcher_parser_parse.y 
1173         * src/pop.c 
1174         * src/prefs_account.[ch]
1175         * src/prefs_filtering.c
1176                 remove selective donwload
1177
1178 2003-03-26 [oliver]     0.8.11claws52
1179
1180         * src/inc.[ch] 
1181         * src/filtering.c 
1182         * src/mainwindow.c 
1183                 remove selective donwload
1184
1185 2003-03-26 [oliver]     0.8.11claws51
1186         
1187         * src/Makefile.am
1188         * src/selective_download.[ch]   ** REMOVE **    
1189
1190 2003-03-26 [christoph]  0.8.11claws50
1191
1192         * src/news.c
1193                 fix NEWS that got broken by a sync with sylpheed-main
1194
1195 2003-03-26 [christoph]  0.8.11claws49
1196
1197         * src/mimeview.c
1198                 fix mime type guessing when no mime type is found for a file
1199
1200 2003-03-25 [christoph]  0.8.11claws48
1201
1202         * src/mimeview.c
1203         * src/procmime.c
1204                 remove mime type guessing from mime parser and use
1205                 name based mime types in viewer lookup for mime type
1206                 application/octet-stream
1207
1208 2003-03-25 [christoph]  0.8.11claws47
1209
1210         * doc-src/readme.txt
1211         * doc-src/rfc2554.txt
1212                 add RFC about SMTP AUTH
1213
1214         * src/send_message.c
1215         * src/common/smtp.[ch]
1216                 add extra error code for authentication errors and
1217                 clear temporary password when this error occurs
1218
1219         (closes Bug 84 authentication failure while sending should
1220          prompt for password again)
1221
1222 2003-03-25 [christoph]  0.8.11claws46
1223
1224         * configure.ac
1225         * src/Makefile.am
1226         * src/imageview.[ch]                            ** REMOVE **
1227         * src/messageview.[ch]
1228         * src/mimeview.[ch]
1229         * src/prefs_common.[ch]
1230         * src/textview.c
1231         * src/plugins/Makefile.am
1232         * src/plugins/image_viewer/.cvsignore           ** NEW **
1233         * src/plugins/image_viewer/Makefile.am          ** NEW **
1234         * src/plugins/image_viewer/plugin.c             ** NEW **
1235         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
1236                 move image viewer into a plugin (building is enabled by default)
1237                 [ToDo: Prefs for resize and autoview]
1238
1239 2003-03-25 [paul]       0.8.11claws45
1240
1241         * sync with 0.8.11cvs12
1242                 see ChangeLog 2003-03-26
1243
1244 2003-03-25 [paul]       0.8.11claws44
1245
1246         * sync with 0.8.11cvs11
1247                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1248                 
1249         Note: Selective Download is broken.
1250                 
1251 2003-03-22 [christoph]  0.8.11claws43
1252
1253         * src/folder.c
1254                 code cleanup for flags copying
1255
1256 2003-03-22 [christoph]  0.8.11claws42
1257
1258         * src/plugins/trayicon/trayicon.c
1259                 fix setting the transparent area when the window size
1260                 is forced by the system tray
1261
1262 2003-03-22 [christoph]  0.8.11claws41
1263
1264         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
1265         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
1266         * src/plugins/trayicon/newmail.xpm              ** NEW **
1267         * src/plugins/trayicon/nomail.xpm               ** NEW **
1268         * src/plugins/trayicon/trayicon.c
1269         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
1270                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1271                 o add icon for unread mails
1272                 o set transparency for window
1273
1274 2003-03-22 [christoph]  0.8.11claws40
1275
1276         * src/news.c
1277                 init news session to prevent crash when session is closed
1278
1279 2003-03-22 [christoph]  0.8.11claws39
1280
1281         * src/imap.c
1282         * src/common/session.[ch]
1283                 Init session data to make sure we don't have invalid pointers
1284                 for read_ch and write_ch when new multi process sessions are
1285                 not used
1286
1287         * src/main.c
1288         * src/common/plugin.c
1289         * src/common/sylpheed.c
1290         * src/plugins/demo/demo.c
1291         * src/plugins/dillo_viewer/dillo_viewer.c
1292         * src/plugins/mathml_viewer/mathml_viewer.c
1293         * src/plugins/spamassassin/spamassassin.c
1294         * src/plugins/spamassassin/spamassassin_gtk.c
1295                 add plugin types to allow loading plugins at different times
1296                 (and maybe for different frontends), because it's not good to
1297                 load GTK-Plugins gefore gtk_init was called
1298
1299         * configure.ac
1300         * src/plugins/Makefile.am
1301         * src/plugins/trayicon/.cvsignore               ** NEW **
1302         * src/plugins/trayicon/Makefile.am              ** NEW **
1303         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
1304         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1305         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1306         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1307         * src/plugins/trayicon/trayicon.c               ** NEW **
1308                 New Trayicon plugin that shows an icon in a systray that uses
1309                 XEMBED protocol like Gnome's systray. Icon shows if there
1310                 are new mails and a tooltip shows information about new,
1311                 unread and total messages.
1312
1313 2003-03-22 [paul]       0.8.11claws38
1314
1315         * src/common/smtp.c
1316                 fix ESMTP AUTH CRAM-MD5
1317                 [sync with main (still version 0.8.11cvs6), see
1318                  ChangeLog 2003-03-22]
1319
1320 2003-03-21 [colin]      0.8.11claws37
1321
1322         * src/send_message.c
1323                 Fix USE_SSL => USE_OPENSSL
1324
1325 2003-03-21 [colin]      0.8.11claws36
1326
1327         * src/folderview.c
1328                 Fix counts in drag and dropped subfolders
1329
1330 2003-03-21 [colin]      0.8.11claws35
1331
1332         * src/folder.c 
1333         * src/folderview.c
1334                 speed up a bit folder dnd
1335
1336 2003-03-20 [alfons]     0.8.11claws34
1337
1338         * src/main.c
1339         * src/toolbar.c
1340         * src/procmsg.c
1341                 don't send locked queue messages
1342                 (feature request "[ 705245 ] Locking message in outbox 
1343                  should prevent sending")
1344
1345 2003-03-20 [christoph]  0.8.11claws33
1346
1347         * src/folder.c
1348                 remove NEW and UNREAD flag in special folders when scanning
1349                 
1350         * src/common/smtp.c
1351                 fix ESMTP AUTH CRAM-MD5
1352
1353 2003-03-20 [paul]       0.8.11claws32
1354
1355         * src/prefs_account.c
1356                 Re-write 'Tunnel command to open connection' as
1357                 'Use command to communicate with server', and disable
1358                 it for all except IMAP accounts
1359
1360 2003-03-20 [paul]       0.8.11claws31
1361
1362         * sync with 0.8.11cvs6
1363                 see ChangeLog 2003-03-20
1364
1365 2003-03-19 [match]      0.8.11claws30
1366
1367         * src/addritem.[ch]
1368                 include documentation. minor refactoring.
1369         * src/addr_compl.[ch]
1370         * src/addrindex.[ch]
1371         * src/addresbook.[ch]
1372         * src/summaryview.c
1373                 re-enable address lookup (was disabled in
1374                 0.8.11claws20).
1375
1376 2003-03-19 [christoph]  0.8.11claws29
1377
1378         * src/procmsg.c
1379                 add temp flag handling, will make moving and copying
1380                 messages possible again
1381
1382         * src/folder.c
1383                 correct calulation of folder stats
1384
1385 2003-03-18 [match]      0.8.11claws28
1386
1387         * src/editgroup.h
1388                 remove case sensitive comparison (closes bug 80).
1389
1390 2003-03-18 [christoph]  0.8.11claws27
1391
1392         * src/imap.c
1393                 fix imap using a tunnel command
1394
1395         (closes bug 87)
1396
1397 2003-03-18 [christoph]  0.8.11claws26
1398
1399         * src/folder.[ch]
1400         * src/imap.c
1401         * src/procmsg.[ch]
1402                 rewrite flag handling for folders
1403
1404 2003-03-18 [christoph]  0.8.11claws25
1405
1406         * src/folder.c
1407         * src/procmsg.c
1408         * src/summaryview.c
1409                 unset NEW and UNREAD flags when message is ignored, to make
1410                 sure messages don't show up as unread on other IMAP clients,
1411                 because the IGNORE_THREAD flag can not be syncronized through
1412                 the IMAP folder
1413
1414 2003-03-17 [christoph]  0.8.11claws24
1415
1416         * src/imap.c
1417                 don't use recursion to fetch uids when the number of messages
1418                 does not match. Moved code into subfunction that is used
1419                 again when needed, to prevent an endless loop.
1420
1421 2003-03-17 [thorsten]   0.8.11claws23
1422
1423         * src/imageview.[ch]
1424                 export imageview_get_resized_size() (for plugins)
1425         * src/prefs_common.[ch]
1426                 added prefs_common_get() (for plugins)
1427
1428 2003-03-17 [christoph]  0.8.11claws22
1429
1430         * src/imap.c
1431                 o remove UID guessing from copy code
1432                 o support UIDPLUS extension for APPEND command
1433
1434 2003-03-17 [paul]       0.8.11claws21
1435
1436         * src/gtk/about.c
1437                 remove 'Compiled-plugins' section.
1438                 
1439         * src/plugins/dillo_viewer/dillo_viewer.c
1440                 slight change to description text
1441
1442 2003-03-16 [match]      0.8.11claws20
1443         * src/ldapserver.[ch]           ** NEW **
1444         * src/ldapctrl.[ch]             ** NEW **
1445         * src/ldapquery.[ch]            ** NEW **
1446         * src/ldaputil.[ch]             ** NEW **
1447         * src/addrcindex.[ch]           ** NEW **
1448         * src/addrquery.h               ** NEW **
1449         * src/addritem.[ch]
1450         * src/addrcache.[ch]
1451         * src/addrindex.[ch]
1452         * src/addr_compl.[ch]
1453         * src/addressbook.[ch]
1454         * src/addrbook.[ch]
1455         * src/editgroup.c
1456         * src/editaddress.c
1457         * src/editldap.c
1458         * src/editldap_basedn.c
1459         * src/vcard.c
1460         * src/jpilot.c
1461         * src/Makefile.am
1462                 included dynamic LDAP queries. improved address
1463                 completion.
1464
1465 2003-03-16 [paul]       0.8.11claws19
1466
1467         * tools/multiwebsearch.pl
1468                 fix a fatal typo
1469
1470 2003-03-16 [christoph]  0.8.11claws18
1471
1472         * src/mimeview.c
1473         * src/plugins/dillo_viewer/dillo_viewer.c
1474         * src/plugins/mathml_viewer/mathml_viewer.c
1475                 make unregistering of MimeViewerFactorys possible
1476
1477 2003-03-16 [alfons]     0.8.11claws17
1478
1479         * configure.ac
1480                 correct typo
1481
1482 2003-03-16 [melvin]     0.8.11claws16
1483
1484         * src/plugins/dillo_viewer.c
1485                 Fixed bug where it was not possible to view more than
1486                 one text/html attachment per message (bug discovered
1487                 by Christoph Hohmann).
1488
1489 2003-03-15 [melvin]     0.8.11claws15
1490
1491         * src/prefs_actions.c
1492                 Fixed compilation warnings.
1493
1494 2003-03-15 [melvin]     0.8.11claws14
1495
1496         * src/plugins/Makefile.am
1497         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
1498         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
1499         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
1500                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1501                 newer (http://dillo.auriga.wearlab.de/).
1502
1503 2003-03-15 [christoph]  0.8.11claws13
1504
1505         * src/imap.c
1506                 don't query imap folder for attributes because we already
1507                 for them from imap_status
1508
1509         * src/mimeview.[ch]
1510                 add support for plugable MimeViewers (unloading Viewers
1511                 not yet complete)
1512
1513         * src/plugins/Makefile.am
1514         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
1515         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
1516         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
1517                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1518                 widget from http://helm.cs.unibo.it/mml-widget/
1519
1520 2003-03-14 [christoph]  0.8.11claws12
1521
1522         * src/folder.[ch]
1523                 o error return code's should better be negative
1524                 o replace printf with debug_print
1525
1526         * src/imap.c
1527                 improve IMAP folder scan by checking UID-NEXT
1528
1529         * src/summaryview.c
1530                 remove check that are unnecessary in my opinion
1531
1532 2003-03-13 [christoph]  0.8.11claws11
1533
1534         * src/folder.[ch]
1535         * src/foldersel.c
1536         * src/folderview.c
1537         * src/imap.c
1538         * src/mbox_folder.c
1539         * src/mh.c
1540         * src/news.c
1541         * src/prefs_scoring.c
1542         * src/summaryview.c
1543                 use a common function to get a displayable name
1544                 for a FolderItem
1545
1546 2003-03-13 [paul]       0.8.11claws10
1547
1548         * tools/Makefile.am
1549           tools/README
1550           tools/multiwebsearch.conf     ** NEW FILE **
1551           tools/multiwebsearch.pl       ** NEW FILE **
1552                 add multiwebsearch Actions script
1553
1554 2003-03-13 [colin]      0.8.11claws9
1555
1556         * src/compose.c
1557                 Remove leading emtpy lines from quoted text
1558                 before quoting it
1559
1560 2003-03-13 [melvin]     0.8.11claws8
1561
1562         * src/prefs_actions.c
1563                 Fixed a memory leak
1564                 Code clean ups
1565                 Added Cancel and OK buttons
1566                 Corrected help text
1567
1568 2003-03-13 [christoph]  0.8.11claws7
1569
1570         * src/account.c
1571         * src/folder.[ch]
1572         * src/imap.c
1573         * src/mainwindow.c
1574         * src/mbox_folder.c
1575         * src/mh.c
1576         * src/news.c
1577         * src/setup.c
1578                 replace more folder type stuff with folder class stuff
1579
1580 2003-03-13 [melvin]     0.8.11claws6
1581
1582         * src/prefs_actions.c
1583                 Added new tokens:
1584                 %u: user provided argument
1585                 %h: user provided argument (hidden on input)
1586                 %s: current text selection in the message view 
1587
1588 2003-03-13 [paul]       0.8.11claws5
1589
1590         * sync with 0.8.11cvs5
1591                 see ChangeLog 2003-03-11, 2003-03-12
1592
1593 2003-03-12 [christoph]  0.8.11claws4
1594
1595         * src/folder.c
1596                 use folder class idstr when writing folderlist.xml
1597
1598         * src/folder.h
1599         * src/imap.c
1600         * src/news.c
1601                 replace folder type checks with folder class checks
1602
1603 2003-03-12 [christoph]  0.8.11claws3
1604
1605         * src/folder.[ch]
1606         * src/imap.[ch]
1607         * src/main.c
1608         * src/mbox_folder.[ch]
1609         * src/mh.[ch]
1610         * src/news.[ch]
1611                 o create a list of known folder classes in the folder system
1612                 o use folder class id strings for folder item identifiers
1613
1614 2003-03-12 [christoph]  0.8.11claws2
1615
1616         * src/imap.c
1617                 fix imap uid validity check
1618
1619 2003-03-12 [christoph]  0.8.11claws1
1620
1621         * src/account.c
1622         * src/folder.[ch]
1623         * src/foldersel.c
1624         * src/folderview.c
1625         * src/imap.c
1626         * src/mainwindow.c
1627         * src/mbox_folder.c
1628         * src/mh.c
1629         * src/news.c
1630         * src/prefs_scoring.c
1631         * src/procmsg.c
1632         * src/setup.c
1633         * src/summaryview.c
1634                 initial restructuring of folder system, seperating
1635                 folders and folder classes
1636
1637 2003-03-12 [paul]       0.8.11claws
1638
1639         0.8.11claws release
1640
1641 2003-03-12 [christoph]
1642
1643         * src/gtk/prefswindow.c
1644                 fix translation of "Page Index"
1645
1646 2003-03-12 [paul]       0.8.10claws110
1647
1648         a sync from 0.8.11cvs4 before the release
1649
1650         * src/common/utils.c
1651                 subject_compare_for_sort(): allow null strings (fixes
1652                 summary sorting).
1653
1654 2003-03-11 [paul]       0.8.10claws109
1655
1656         * po/es.po
1657                 update Spanish translation, submitted by
1658                 Ricardo Mones Lastra
1659
1660 2003-03-11 [melvin]     0.8.10claws108
1661
1662         * po/fr.po
1663                 Updated French translations
1664
1665 2003-03-11 [paul]       0.8.10claws107
1666
1667         * manual/en/Makefile.am
1668           manual/en/*.html
1669                 update English manual, add a new page
1670                 updated by Francois Barriere <fbarriere@atmel.fr>
1671                 
1672         * po/bg.po
1673           po/it.po
1674           po/sr.po
1675                 update Bulgarian, Italian, and Serbian translations
1676                 submitted by George Danchev, Alessandro Maestri, and
1677                 Urke MMI
1678
1679 2003-03-10 [paul]       0.8.10claws106
1680
1681         * src/gtk/about.c
1682           src/gtk/prefswindow.c
1683                 make some strings translatable
1684
1685 2003-03-10 [darko]      0.8.10claws105
1686
1687         * src/compose.c
1688                 code cleanup to make Hiro happy
1689
1690 2003-03-10 [paul]       0.8.10claws104
1691
1692         * sync with 0.8.11cvs2
1693                 see ChangeLog 2003-03-10
1694
1695 2003-03-09 [melvin]     0.8.10claws103
1696
1697         * src/textview.c
1698                 textview_set_font(): fix for message display in
1699                 UTF-8 locales (thanks to Sergey Vlasov).
1700                 (was unintentionnaly reverted in 0.8.6claws6)   
1701
1702 2003-03-08 [darko]      0.8.10claws102
1703
1704         * src/compose.c
1705                 fix infinite loop in wrapping as reported
1706                 by happycactus
1707                 obsoletes patch #696482
1708
1709 2003-03-08 [christoph]  0.8.10claws101
1710
1711         * src/imap.c
1712                 add workaround for IMAP servers that do not
1713                 support the "UID SEARCH UID" command
1714
1715 2003-03-07 [christoph]  0.8.10claws100
1716
1717         * src/plugins/spamassassin/spamassassin.[ch]
1718         * src/plugins/spamassassin/spamassassin_gtk.c
1719                 code cleanup
1720
1721 2003-03-07 [paul]       0.8.10claws99
1722
1723         * po/es.po
1724                 updated Spanish translation, submitted by
1725                 Ricardo Mones Lastra
1726
1727 2003-03-07 [christoph]  0.8.10claws98
1728
1729         * src/send.c
1730                 fix in 0.8.10claws94 was wrong
1731                 local delivery does not require escaping, remove escaping
1732                 code to make signatures of mails with "." lines valid
1733                 
1734                 NOTE: requires that sendmail is executed with "-i" option,
1735                       what is the default now, but has to be changed in all
1736                       exsiting accounts)
1737
1738 2003-03-07 [paul]       0.8.10claws97
1739
1740         * sync with 0.8.11 release
1741                 see ChangeLog 2003-03-07
1742
1743 2003-03-06 [paul]       0.8.10claws96
1744
1745         * src/compose.c
1746                 revert commit 0.8.10claws92
1747
1748 2003-03-06 [paul]       0.8.10claws95
1749
1750         * src/folderview.c
1751                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
1752
1753         * src/gtkaspell.c
1754                 fix bug 74, 'Crash opening editor window with pseudo-color
1755                 display'
1756                 
1757         Patches submitted by Kevin Vigor <kevin@vigor.nu>
1758
1759 2003-03-06 [christoph]  0.8.10claws94
1760
1761         * src/send.c
1762                 fix rfc2821 (4.5.2) violation in SMTP data sending,
1763                 all lines starting with a period get an extra period
1764                 inserted
1765                 (found by Simon 'corecode' Schubert)
1766
1767 2003-03-06 [paul]       0.8.10claws93
1768
1769         * src/folderview.c
1770                 if configured font can't be loaded fall back to gtk
1771                 default. (with thanks to Christoph)
1772                 
1773                 closes long-standing bug 15 'Crashes on startup'
1774
1775 2003-03-06 [paul]       0.8.10claws92
1776
1777         * src/compose.c
1778                 freeze text before autosave and thaw afterwards
1779                 fixes bug 67 'autosave make re-rediting message crazy'
1780
1781 2003-03-06 [christoph]  0.8.10claws91
1782
1783         * src/compose.c
1784                 ignore address comment in dupe check for Cc-list
1785
1786         (closes reopened bug 47 Replying to message strips name part of
1787          e-mail addresses of Cc: lines)
1788
1789 2003-03-06 [paul]       0.8.10claws90
1790
1791         * src/Makefile.am
1792                 remove reference to gtkxtext.h as its no longer in
1793                 the repository
1794
1795 2003-03-06 [paul]       0.8.10claws89
1796
1797         * sync with 0.8.10cvs25
1798                 see ChangeLog 2003-03-06
1799
1800 2003-03-06 [oliver]     0.8.10claws88
1801         
1802         * src/messageview.c
1803                 remove include
1804
1805 2003-03-06 [oliver]     0.8.10claws87
1806         
1807         * src/folderview.c 
1808                 remove changes introduced inclaws74
1809         * src/messageview.c
1810                 another attempt to sanely delete and update
1811                 messages deleted in separate messageview
1812
1813 2003-03-05 [christoph]  0.8.10claws86
1814
1815         * src/summaryview.c
1816                 check if "From" matches any account's address if
1817                 addressbook completion of addresses is disabled too
1818
1819         (closes Bug 70 "Display recipient in from" doesn't check
1820          folder's default account)
1821
1822 2003-03-05 [christoph]  0.8.10claws85
1823
1824         * src/compose.c
1825         * src/common/utils.[ch]
1826                 don't strip address comments when building Cc lists
1827
1828         (closes Bug 47 Replying to message strips name part of e-mail addresses
1829          of Cc: lines)
1830
1831         * src/folder.c
1832                 fix return value of copy function
1833
1834 2003-03-05 [christoph]  0.8.10claws84
1835
1836         * src/imap.c
1837                 don't ask imap server for non rfc822 headers
1838
1839         (closes bug 71 IMAP FETCH asks for FROM header field twice)
1840
1841         * src/imap.c
1842                 destroy session on socket error to allow reconnecting
1843
1844 2003-03-05 [christoph]  0.8.10claws83
1845
1846         * configure.ac
1847                 fix building with gnome when no prefix is set
1848
1849         (closes bug 66 Gnome directory is set to NONE)
1850
1851 2003-03-05 [paul]       0.8.10claws82
1852
1853         * sync with 0.8.10cvs23
1854                 see ChangeLog 2003-03-05
1855
1856 2003-03-04 [christoph]  0.8.10claws81
1857
1858         * src/folder.c
1859                 o fix moving and copying when folder returns 0 for new
1860                   message number
1861                 o remove some code for single message copy and move
1862                   operations and use functions for multiple messages
1863
1864         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
1865
1866         * src/news.c
1867                 remove unused include
1868
1869 2003-03-04 [paul]       0.8.10claws80
1870
1871         * src/gtk/about.c
1872                 list 'Compiled plugins'
1873
1874 2003-03-03 [christoph]  0.8.10claws79
1875
1876         * src/news.[ch]
1877                 have to multiply the percentage of the current fetch with
1878                 the percentage that it has of the total fetch operation
1879                 for correct values
1880
1881 2003-03-03 [christoph]  0.8.10claws78
1882
1883         * src/news.c
1884                 fix calculation of expected lines for progress indicator
1885
1886 2003-03-03 [christoph]  0.8.10claws77
1887
1888         * src/summaryview.c
1889         * src/common/utils.c
1890                 fix segfault when opening the root news folder
1891
1892 2003-03-03 [christoph]  0.8.10claws76
1893
1894         * src/mainwindow.[ch]
1895         * src/common/Makefile.am
1896         * src/common/progressindicator.[ch]
1897                 add UI independent progress indicator handling
1898
1899         * src/news.[ch]
1900                 use new progress indicator for message info fetching
1901
1902         * src/common/hooks.h
1903                 code cleanup
1904
1905 2003-03-03 [oliver]     0.8.10claws75
1906
1907         * src/toolbar.c
1908         * src/compose.c
1909                 removed commented code
1910
1911 2003-03-03 [oliver]     0.8.10claws74
1912
1913         * src/toolbar.[ch]
1914                 cleanups and refactoring
1915         * src/compose.[ch]
1916                 compose_reply_mode reply & forwarding interface for
1917                 toolbar buttons
1918         * src/folderview.c
1919                 act on messages marked for deletion in folderview_selected
1920                 based on prefs_common.immediate_exec since a message might 
1921                 have been deleted by messageview in a folder we are changing 
1922                 to (does anybody understand what I'm on about ?)
1923
1924 2003-03-03 [oliver]     0.8.10claws73
1925         
1926         * src/messageview.[ch]
1927                 new functions
1928                 - messageview_delete: delete message shown in messagview
1929                 - messageview_update_view: update messageview to currently 
1930                   selected summaryview message
1931                 - add separate messageview to msgview_list in order to update 
1932                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
1933         * src/summaryview.[ch]
1934                 summary_get_selection returns a list of selected msgs
1935                 in summaryview
1936         * src/mainwindow.c
1937                 toolbar reply refactoring
1938
1939 2003-03-03 [paul]       0.8.10claws72
1940
1941         * sync with 0.8.10cvs21
1942                 see ChangeLog 2003-03-03
1943
1944 2003-03-02 [christoph]  0.8.10claws71
1945
1946         * src/common/passcrypt.c
1947                 use POSIX includes
1948
1949 2003-03-02 [christoph]  0.8.10claws70
1950
1951         * configure.ac
1952         * src/prefs_account.c
1953         * src/prefs_gtk.[ch]
1954         * src/common/.cvsignore
1955         * src/common/Makefile.am
1956         * src/common/passcrypt.c                ** NEW **
1957         * src/common/passcrypt.h.in             ** NEW **
1958                 Implement password encryption in config files
1959                 using unix encrypt and setkey functions. The crypt
1960                 key can be set as a configure parameter. Old
1961                 passwords will be converted if they do not begin
1962                 with '!'
1963
1964 2003-03-02 [paul]       0.8.10claws69
1965
1966         * src/prefs_account.c
1967                 fix compile error
1968
1969 2003-03-01 [thorsten]   0.8.10claws68
1970
1971         * po/el.po
1972           po/hr.po
1973           po/it.po
1974           po/nl.po
1975           po/sr.po
1976           po/sv.po
1977                 corrected format strings
1978         * po/en_GB.po
1979                 corrected headers
1980                 (fix compile errors with GNU gettext-0.11.5)
1981
1982 2003-03-01 [oliver]     0.8.10claws67
1983
1984         * src/summaryview.c
1985                 menu callbacks call toolbar_menu_reply
1986
1987 2003-03-01 [oliver]     0.8.10claws66
1988
1989         * src/mainwindow.c
1990         * src/messageview.c
1991                 menu callbacks call toolbar_menu_reply
1992         * src/toolbar.[ch]
1993                 callbacks from menu handled by toolbar_menu_reply
1994
1995 2003-03-01 [paul]       0.8.10claws65
1996
1997         * src/addressbook.c
1998                 revert commit 0.8.10claws54 - breaks editing of
1999                 addressbook.
2000                 
2001         * po/bg.po
2002                 update Bulgarian translation, submitted by
2003                 George Danchev
2004
2005 2003-02-28 [christoph]  0.8.10claws64
2006
2007         * src/account.c
2008         * src/addressadd.c
2009         * src/compose.c
2010         * src/gtkaspell.c
2011         * src/gtkxtext.h                ** REMOVE **
2012         * src/imap.c
2013         * src/matcher.[ch]
2014         * src/mh.c
2015         * src/news.c
2016         * src/pine.c
2017         * src/prefs_common.c
2018         * src/prefs_matcher.c
2019         * src/procheader.[ch]
2020         * src/procmsg.[ch]
2021         * src/toolbar.c
2022         * src/common/ssl_certificate.c
2023         * src/gtk/colorlabel.c
2024         * src/gtk/menu.c
2025                 o fix warnings
2026                 o remove code obsoleted by new cache and folder system rework
2027
2028 2003-02-28 [oliver]     0.8.10claws63
2029         
2030         * src/toolbar.[ch]
2031                 * fix bug where reply in Messageview replied to 
2032                 Message displayed in summaryview
2033                 (reportedd via ML by chinatinte at gmx dot ch)
2034                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2035                 didn't work in separate MessageView Toolbar
2036                 (wondering if anybody uses this at all ?)
2037         * src/summaryview.[ch]
2038                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2039                 (generalize reply and forward code);
2040         * src/messageview.c 
2041                 remove focus_in event which updated summaryview to messageview
2042
2043 2003-02-28 [paul]       0.8.10claws62
2044
2045         * po/Makefile.in.in
2046                 add the --check option
2047                 Patch submitted by Ricardo Mones Lastra
2048
2049 2003-02-28 [paul]       0.8.10claws61
2050
2051         * src/prefs_account.c
2052                 re-order 'Signature' items
2053
2054 2003-02-28 [paul]       0.8.10claws60
2055
2056         * sync with 0.8.10cvs20
2057                 see ChangeLog 2003-02-28
2058
2059 2003-02-28 [paul]       0.8.10claws59
2060
2061         * po/POTFILES.in
2062                 update to reflect recent movement of files
2063
2064 2003-02-28 [paul]       0.8.10claws58
2065
2066         * sync with 0.8.10cvs19
2067                 see ChangeLog 2003-02-28
2068
2069 2003-02-27 [martin]     0.8.10claws57
2070
2071         * src/prefs_matcher.c 
2072                 fix segfault in prefs_matcher_ok() when the
2073                 last entry is deleted and prevents that the
2074                 message "entry not saved" comes up after deleting
2075                 an entry
2076
2077 2003-02-27 [martin]     0.8.10claws56
2078
2079         * src/prefs_filtering.c 
2080                 fix segfault in prefs_filtering_ok() when the
2081                 last entry is deleted and prevents that the
2082                 message "entry not saved" comes up after deleting
2083                 an entry
2084
2085 2003-02-27 [paul]       0.8.10claws55
2086
2087         * sync with 0.8.10cvs18
2088                 see ChangeLog 2003-02-27
2089
2090 2003-02-27 [paul]       0.8.10claws54
2091
2092         * src/addressbook.c
2093                 fix bug where the address book crashes with 
2094                 multiple lookups.
2095                 Patch [687729] submitted by David Frager 
2096                 <dbfrager@users.sourceforge.net>
2097
2098 2003-02-25 [christoph]  0.8.10claws53
2099
2100         * src/Makefile.am
2101         * src/colorlabel.[ch]           ** REMOVE **
2102         * src/gtk/Makefile.am
2103         * src/gtk/colorlabel.[ch]       ** NEW **
2104                 move colorlabel files to gtk directory
2105
2106         * src/esmtp.[ch]                ** REMOVE **
2107                 has been merged into smtp.[ch] in 0.7.5
2108
2109 2003-02-25 [christoph]  0.8.10claws52
2110
2111         * src/Makefile.am
2112         * src/about.[ch]                ** REMOVE **
2113         * src/gtk/Makefile.am
2114         * src/gtk/about.[ch]            ** NEW **
2115                 move about files to gtk directory
2116
2117 2003-02-25 [christoph]  0.8.10claws51
2118
2119         * src/folder.c
2120                 some code optimization of folder scanning code
2121
2122         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2123
2124 2003-02-25 [christoph]  0.8.10claws50
2125
2126         * src/main.c
2127         * src/common/sylpheed.c
2128                 add command line parameter parsing to common code
2129
2130 2003-02-24 [christoph]
2131
2132         * Makefile.am
2133         * configure.ac
2134                 fix gnome prefix problems, the configure script now removed
2135                 `gnome-config --prefix` from `gnome-config --datadir`
2136                 and adds $(prefix} instead
2137
2138         (closes Bug 24 Makefile does not respect prefix when installing
2139          GNOME data)
2140
2141 2003-02-24 [christoph]  0.8.10claws49
2142
2143         * src/news.c
2144                 check for valid session before trying to authenticate
2145
2146         (closes Bug 60 crash if "authenticate on logon" is activated
2147          and newsserver-hostname is not valid)
2148
2149 2003-02-24 [melvin]     0.8.10claws48
2150
2151         * src/prefs_actions.c
2152                 Make sure all user's input is sent to the action and then
2153                 close the socket..
2154
2155 2003-02-23 [alfons]     0.8.10claws46
2156
2157         * src/summaryview.c
2158                 also wait cursor when deleting files
2159
2160 2003-02-23 [paul]
2161
2162         * tools/freshmeat_search.pl
2163           tools/google_search.pl
2164                 scripts should now work for any browser/browser command line
2165
2166 2003-02-22 [christoph]  0.8.10claws45
2167
2168         * src/procmsg.c
2169                 fix IMAP flag setting, IMAP flag is not handled correctly
2170                 anymore by the folder system and information about the
2171                 folder should not be saved in the MsgInfo (in my opinion)
2172
2173         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2174
2175 2003-02-22 [christoph]  0.8.10claws44
2176
2177         * src/summaryview.c
2178                 fix spelling of "label" ;-)
2179
2180 2003-02-22 [thorsten]   0.8.10claws43
2181
2182         * src/mimeview.c
2183           src/prefs_common.[ch]
2184           src/procmime.[ch]
2185                 do not use description as attachment name
2186
2187 2003-02-22 [alfons]     0.8.10claws42
2188
2189         * src/summaryview.c
2190                 freeze/thaw folder item updates when changing color labels,
2191                 and put a wait cursors on
2192
2193 2003-02-22 [thorsten]   0.8.10claws41
2194
2195         * src/mimeview.c
2196                 save-all fixes: crash if invoked on multipart container,
2197                 mimeinfo access, pathseparators, error dialog
2198
2199 2003-02-21 [alfons]     0.8.10claws40
2200
2201         * src/prefs_gtk.c
2202                 remove unused var
2203
2204 2003-02-21 [colin]      0.8.10claws39
2205
2206         * src/send.c
2207                 Fix smtp logging
2208
2209 2003-02-21 [colin]      0.8.10claws38
2210
2211         * src/summaryview.c
2212                 Freeze/thaw folderItem updates when filtering messages 
2213                 via Tools/Filter messages
2214
2215 2003-02-21 [paul]       0.8.10claws37
2216
2217         * src/compose.c
2218                 revert commit 0.8.10claws26, there are ulterior motives
2219                 for users to set a Reply-To header when posting to
2220                 newsgroups
2221
2222 2003-02-21 [paul]       0.8.10claws36
2223
2224         * sync with 0.8.10cvs17
2225                 see ChangeLog 2003-02-21
2226
2227 2003-02-20 [christoph]  0.8.10claws35
2228
2229         * src/imap.c
2230                 IMAP UID fetch speedup using SEARCH
2231
2232         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2233
2234         * src/imap.c
2235                 fix problem with UIDs in IMAP UID cache that no longer existed
2236
2237 2003-02-20 [christoph]  0.8.10claws34
2238
2239         * src/imap.c
2240         * src/procheader.c
2241         * src/procheader.h
2242                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2243
2244         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2245
2246         * src/imap.c
2247                 Rewrite imap_cmd_gen_recv use sock_getline instead
2248                 of sock_gets to avoid problems with too long reply
2249                 lines
2250     
2251 2003-02-20 [colin]      0.8.10claws33
2252         
2253         * src/prefs_account.c
2254                 Better wording
2255
2256 2003-02-20 [colin]      0.8.10claws32
2257
2258         * src/compose.c
2259                 Remove useless '&& !to_sender' 
2260
2261 2003-02-20 [darko]
2262
2263         * AUTHORS
2264                 change my e-mail address
2265
2266 2003-02-19 [colin]      0.8.10claws31
2267
2268         * src/prefs_common.c
2269                 X11 style colors for every configurable color
2270
2271 2003-02-19 [alfons]     0.8.10claws30
2272
2273         * src/prefs_gtk.[ch]
2274         * src/prefs_common.c
2275                 for color_new accept both plain integers and X11 style color
2276                 names (as found in /usr/lib/X11/rgb.txt)
2277
2278 2003-02-19 [paul]       0.8.10claws29
2279
2280         * src/mainwindow.c
2281                 add tooltips to online/offline button and account selector
2282                 button
2283
2284 2003-02-19 [paul]       0.8.10claws28
2285
2286         * src/folder.c
2287           src/news.c
2288           src/prefs_account.[ch]
2289           src/prefs_common.[ch]
2290                 move 'Maximum number of articles to download' to
2291                 account prefs.
2292                 clean up account prefs gui a little by hiding entries
2293                 rather then greying out entries
2294
2295 2003-02-19 [hiro]       0.8.10claws27
2296
2297         * src/common/utils.c
2298                 fix bug #54 'yesterdays date is displayed in the message 
2299                 summary window'
2300
2301 2003-02-19 [paul]       0.8.10claws26
2302
2303         * src/compose.c
2304                 fix bug reported in Feature Request [688596] 
2305                 'Reply-to header in news'
2306
2307 2003-02-18 [paul]       0.8.10claws25
2308
2309         * src/select-keys.c
2310                 add a 'List all keys' button to key selection dialog
2311
2312 2003-02-18 [colin]      0.8.10claws24
2313         
2314         * src/stock_pixmap.c
2315                 fix compile error
2316
2317 2003-02-18 [colin]      0.8.10claws23
2318
2319         * src/common/smtp.[ch]
2320           src/prefs_account.c
2321                 Try to starttls if it seems to be the only
2322                 way to authenticate a user
2323
2324 2003-02-18 [paul]       0.8.10claws22
2325
2326         * src/Makefile.am
2327           src/folderview.c
2328           src/stock_pixmap.[ch]
2329           src/pixmaps/drafts_close.xpm  ** NEW FILE **
2330           src/pixmaps/drafts_open.xpm   ** NEW FILE **
2331                 as a Drafts folder is a special folder allow it to have
2332                 its own unique icons
2333
2334 2003-02-18 [colin]      0.8.10claws21
2335
2336         * src/imap.c
2337                 Fix port selection when using starttls
2338
2339 2003-02-18 [paul]       0.8.10claws20
2340
2341         * src/mainwindow.c
2342           src/prefs_common.[ch]
2343                 make blue the default new mail colour
2344
2345 2003-02-18 [paul]       0.8.10claws19
2346
2347         * sync with 0.8.10cvs14
2348                 see ChangeLog 2003-02-18
2349
2350 2003-02-17 [jens]       0.8.10claws18
2351
2352         * src/common/md5.c
2353                 fixed a compile problem with gcc 3.3
2354                 works on 2.95.3 too (testet on PPC as it is big endian)
2355
2356 2003-02-17 [paul]       0.8.10claws17
2357
2358         * sync with 0.8.10cvs13
2359                 see ChangeLog 2003-02-17
2360
2361 2003-02-17 [paul]       0.8.10claws16
2362
2363         * sync with 0.8.10cvs12
2364                 see ChangeLog 2003-02-17
2365
2366 2003-02-16 [match]      0.8.10claws15
2367
2368         * src/addressbook.c
2369                 Eliminates reloading of address data when items
2370                 deleted or added. Applied submitted by
2371                 Luke Plant <lukeplant@softhome.net>
2372
2373 2003-02-16 [paul]       0.8.10claws14
2374
2375         * src/news.c
2376                 when a 'protocol error' is encountered disconnect from
2377                 the server. This means that the user can carry on viewing
2378                 other articles and doesn't have to either wait until the
2379                 server timesout or quit sylpheed.
2380                 Fixes bug #53 'Unable to read messages in newsgroups, 
2381                 displayed message doesn't change'
2382
2383 2003-02-15 [christoph]  0.8.10claws13
2384
2385         * src/imap.c
2386                 fix bug that stopped scanning of folders when an
2387                 IMAP folder was empty
2388
2389         (closes bug 46 stop scan messages in folders after empty folder)
2390
2391 2003-02-15 [paul]
2392
2393         * tools/Makefile.am
2394           tools/README
2395           tools/freshmeat_search.pl     ** NEW FILE **
2396           tools/google_search.pl        ** NEW FILE **
2397                 Add 2 Actions scripts which search freshmeat/google
2398                 for the selected text using the browser configured
2399                 in sylpheedrc.
2400                 
2401         Note: These scripts are very dependent on the format of the
2402         browser command and may not work on every occasion. Testing
2403         is welcome. 
2404
2405 2003-02-14 [alfons]     0.8.10claws12
2406
2407         * src/compose.c
2408                 fix breakage because of uninitialized account pointer.
2409                 please verify.
2410
2411 2003-02-14 [paul]       0.8.10claws11
2412
2413         * src/compose.c
2414           src/prefs_account.[ch]
2415           src/prefs_common.[ch]
2416                 move signature settings to Account Prefs
2417
2418 2003-02-14 [paul]       0.8.10claws10
2419
2420         * sync with 0.8.10cvs11
2421                 see ChangeLog 2003-02-14
2422
2423 2003-02-13 [thorsten]   0.8.10claws9
2424
2425         * src/news.c
2426                 revert news progressbar (GUI separation)
2427
2428 2003-02-13 [paul]       0.8.10claws8
2429
2430         * src/compose.c
2431                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
2432                 paragraph 1
2433
2434 2003-02-13 [paul]       0.8.10claws7
2435
2436         * src/compose.[ch]
2437           src/summaryview.c
2438                 fix 'Follow-up and Reply-to' so that it creates a reply to
2439                 the newsgroup and the sender. If the message has the keyword
2440                 'poster' in the Followup-To header, all replies go to the
2441                 sender, re: RFC 1036, Section 2.2.3
2442                 rename all instances of 'ignore_replyto' to 'to_sender', both
2443                 were previously used, now we use just one.
2444
2445 2003-02-13 [paul]       0.8.10claws6
2446
2447         * sync with 0.8.10cvs9
2448                 see ChangeLog 2003-02-13
2449
2450 2003-02-13 [paul]       0.8.10claws5
2451
2452         * configure.ac
2453                 show which plugins are configured in the configure
2454                 output.
2455
2456 2003-02-12 [thorsten]   0.8.10claws4
2457
2458         * src/news.c
2459                 show progress while fetching news headers
2460
2461 2003-02-12 [christoph]  0.8.10claws3
2462
2463         * configure.ac
2464         * src/plugins/Makefile.am
2465                 use AM_CONDITIONAL to enable plugins, automake correctly
2466                 manages this when creating distdir
2467
2468 2003-02-12 [christoph]  0.8.10claws2
2469
2470         * ac/spamassassin.m4
2471         * src/plugins/spamassassin/Makefile.am
2472                 fix building SpamAssassin plugin without OpenSSL
2473
2474 2003-02-12 [paul]       0.8.10claws1
2475
2476         * ac/Makefile.am
2477           src/Makefile.am
2478           src/plugins/Makefile.am
2479                 fix failure of 'make release'
2480
2481 2003-02-12 [paul]       0.8.10claws
2482
2483         * 0.8.10claws released
2484
2485 2003-02-12 [paul]       0.8.9claws56
2486
2487         * po/bg.po
2488           po/es.po
2489           po/it.po
2490           po/ru.po
2491           po/sr.po
2492                 updated translations by George Danchev, Ricardo Mones Lastra,
2493                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2494                 
2495         * sylpheed.spec.in
2496                 Allow the building of RPMs by a regular user. Submitted
2497                 by Sergei Astanin
2498
2499 2003-02-11 [alfons]     0.8.9claws55
2500
2501         * src/colorlabel.c
2502                 don't use pixmaps for label color rect but draw rectangles
2503                 so we can respect the color map of palette based visuals
2504                 (fixes the long time crashes on Suns - thanks to Andreas
2505                 Engel and Steve O'Hara-Smith for testing)
2506
2507 2003-02-11 [christoph]  0.8.9claws54
2508
2509         * src/matcher_parser_parse.y
2510                 correct bug where filering rules of not existing folders in
2511                 matcherrc were added to global filtering
2512                 
2513         (closes Debian Bug #180253 - Directory's filter-rules are merged with
2514          main filter-rules after removing directory, http://bugs.debian.org/180253)
2515         
2516 2003-02-11 [paul]       0.8.9claws53
2517
2518         * sync with 0.8.10cvs7
2519                 see ChangeLog 2003-02-09
2520
2521 2003-02-11 [melvin]     0.8.9claws52
2522
2523         * po/fr.po
2524                 Updated French tranlsations
2525
2526 2003-02-10 [paul]       0.8.9claws51
2527
2528         * sylpheed.spec.in
2529                 correct --enable-openssl
2530                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2531
2532 2003-02-09 [martin]     0.8.9claws50
2533
2534         * src/prefs_matcher.c
2535                 fix segfault in prefs_matcher_substitute_cb() when
2536                 no row is selected
2537
2538 2003-02-09 [paul]       0.8.9claws49
2539
2540         * src/folderview.c
2541                 fix bug where a newsgroup folder's processing rules were
2542                 merged with the global filtering rules when the newsgroup
2543                 folder was deleted, causing some seriously bad results,
2544                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2545
2546 2003-02-08 [melvin]     0.8.9claws48
2547
2548         * src/compose.c
2549                 Corrected and modified an alert message.
2550
2551 2003-02-07 [paul]       0.8.9claws47
2552
2553         * src/folderview.c
2554                 fix bug where both an 'Account properties' window and a
2555                 'Folder properties' window were opened when clicking on
2556                 'Properties' in an NNTP or IMAP folder's popup menu.
2557
2558 2003-02-07 [paul]       0.8.9claws46
2559
2560         * sync with 0.8.10cvs6
2561                 see ChangeLog 2003-02-06
2562
2563 2003-02-06 [christoph]  0.8.9claws45
2564
2565         * src/mbox.c
2566                 freeze folder updates while importing mbox files
2567                 (closes bug 43 importing mbox took hours)
2568                 
2569         Patch submitted by Jens Rantil <jens.rantil@telia.com>
2570
2571 2003-02-06 [thorsten]   0.8.9claws44
2572
2573         * po/de.po
2574                 Updated german translations
2575
2576 2003-02-06 [thorsten]   0.8.9claws43
2577
2578         * src/news.h
2579                 use guint for message numbers (fix count in grouplist dialog)
2580
2581 2003-02-05 [paul]       0.8.9claws42
2582
2583         * sync with 0.8.10cvs2
2584                 see ChangeLog 2003-02-05
2585
2586 2003-02-04 [colin]      0.8.9claws41
2587
2588         * src/prefs_common.[ch]
2589           src/procmsg.c
2590           src/summaryview.c
2591                 Add an option to disable threading by subject
2592
2593 2003-02-04 [christoph]  0.8.9claws40
2594
2595         * src/inc.c
2596                 only abort fetching mails from multiple accounts when the
2597                 error is fatal and does not allow to check any more accounts
2598                 (currently only disk full error)
2599
2600         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
2601          receive mails for other accouts)
2602
2603 2003-02-04 [christoph]  0.8.9claws39
2604
2605         * src/folder.c
2606                 first add the new message to the cache, then
2607                 send the update notification
2608
2609         (closes bug 39 after sending message folderview doesnt get updated)
2610
2611 2003-02-04 [colin]      0.8.9claws38
2612
2613         * src/inc.c
2614                 _really_ fix this Connecting... status
2615
2616 2003-02-04 [paul]       0.8.9claws37
2617
2618         * sync with 0.8.10
2619                 see ChangeLog 2003-02-04
2620
2621 2003-02-04 [paul]       0.8.9claws36
2622
2623         * sync with 0.8.9cvs6
2624                 see ChangeLog 2003-02-03
2625
2626 2003-02-04 [paul]       0.8.9claws35
2627
2628         * po/pt_BR.po
2629                 updated by André Filipe de Assunção e Brito 
2630                 <bedecko@netsite.com.br>
2631
2632 2003-02-03 [thorsten]   0.8.9claws34
2633
2634         * po/de.po
2635                 Updated german translations
2636
2637 2003-02-02 [paul]       0.8.9claws33
2638
2639         * po/es.po
2640                 updated by Ricardo Mones Lastra
2641
2642 2003-02-02 [thorsten]   0.8.9claws32
2643
2644         * src/mh.c
2645                 Fix mh_get_msginfo() segfault if file is inaccessible
2646
2647 2003-01-31 [colin]      0.8.9claws31
2648
2649         * src/procheader.c
2650                 Fix last commit's bug
2651
2652 2003-01-31 [colin]      0.8.9claws30
2653
2654         * src/procheader.c
2655                 Missing a change for gpg-signed messages
2656
2657 2003-01-31 [paul]       0.8.9claws29
2658
2659         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
2660           src/procheader.c
2661           src/stock_pixmap.[ch]
2662           src/summaryview.c
2663                 indicate GnuPG signed messages by displaying an icon
2664                 in the Attachment column.
2665
2666 2003-01-31 [paul]       0.8.9claws28
2667
2668         * sync with 0.8.9cvs4
2669                 see ChangeLog 2003-01-31
2670
2671 2003-01-31 [alfons]     0.8.9claws27
2672
2673         * src/textview.c
2674                 tune URI parser to accept mailto URLs with a '?'
2675                 (patch from Ruslan Balkin)
2676
2677 2003-01-31 [colin]      0.8.9claws26
2678
2679         * src/summaryview.c
2680                 Fix a leak introduced in claws24
2681
2682 2003-01-31 [colin]      0.8.9claws25
2683
2684         * src/summaryview.c
2685                 Freeze/Thaw folder updates when deleting dups
2686
2687 2003-01-31 [colin]      0.8.9claws24
2688         
2689         * src/addr_compl.c
2690           src/summaryview.c
2691           src/msgcache.c
2692                 little speed improvements
2693
2694 2003-01-31 [colin]      0.8.9claws23
2695
2696         * src/summaryview.c
2697                 Fix segfault when forwarding nothing
2698                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
2699                 
2700 2003-01-30 [paul]       0.8.9claws22
2701
2702         * sync with 0.8.9cvs3
2703                 see ChangeLog 2003-01-30
2704
2705 2003-01-30 [paul]       0.8.9claws21
2706
2707         * sync with 0.8.9cvs2
2708                 see ChangeLog 2003-01-30
2709
2710 2003-01-29 [paul]       0.8.9claws20
2711
2712         * sync with 0.8.9cvs1
2713                 see ChangeLog 2003-01-29
2714
2715 2003-01-28 [paul]       0.8.9claws19
2716
2717         * po/POTFILES.in
2718                 update to reflect changes. 
2719                 thanks to Ricardo Mones Lastra
2720
2721 2003-01-27 [christoph]  0.8.9claws18
2722
2723         * ac/openssl.m4
2724         * ac/spamassassin.m4
2725         * src/plugins/spamassassin/README
2726         * src/plugins/spamassassin/libspamc.[ch]
2727         * src/plugins/spamassassin/utils.[ch]
2728                 updated to latest libspamc
2729
2730 2003-01-27 [christoph]  0.8.9claws17
2731
2732         * src/folder.c
2733                 fix wrong use of procheader_get_header_fields
2734
2735 2003-01-27 [christoph]  0.8.9claws16
2736
2737         * src/news.c
2738         * src/prefs_account.[ch]
2739         * src/common/nntp.[ch]
2740                 allow to force authentication for NNTP servers
2741
2742         Patch submitted by Florian Mickler <dmk@d-labs.de>
2743
2744 2003-01-26 [paul]       0.8.9claws15
2745
2746         * src/summaryview.c
2747                 speed up of marking messages as read
2748                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
2749
2750 2003-01-26 [christoph]  0.8.9claws14
2751
2752         * src/Makefile.am
2753         * src/mgutils.[ch]              ** REMOVE **
2754         * src/xml.[ch]                  ** REMOVE **
2755         * src/xmlprops.[ch]             ** REMOVE **
2756         * src/common/Makefile.am
2757         * src/common/mgutils.[ch]       ** NEW **
2758         * src/common/xml.[ch]           ** NEW **
2759         * src/common/xmlprops.[ch]      ** NEW **
2760                 move xml files to common directory
2761
2762 2003-01-26 [christoph]  0.8.9claws13
2763
2764         * src/plugins/spamassassin/spamassassin_gtk.c
2765                 only set gtk entry text if string is available
2766
2767 2003-01-26 [melvin]     0.8.9claws12
2768
2769         * src/description_window.c
2770                 Allow resizing of the window
2771                 Allow automatic horizontal scroll bar
2772                 Do not vertically expand and fill
2773
2774 2003-01-26 [christoph]  0.8.9claws11
2775
2776         * src/Makefile.am
2777         * src/gtkutils.[ch]             ** REMOVE **
2778         * src/common/sylpheed.c
2779         * src/gtk/Makefile.am
2780         * src/gtk/description_window.c
2781         * src/gtk/gtkutils.[ch]         ** NEW **
2782         * src/gtk/prefswindow.c
2783                 move gtkutils to gtk directory
2784
2785 2003-01-26 [paul]       0.8.9claws10
2786
2787         * src/summaryview.c
2788                 rename summary_unread_clicked() to summary_status_clicked()
2789
2790 2003-01-26 [melvin]     0.8.9claws9
2791
2792         * src/prefs_actions.c
2793                 Cosmetical changes to the help text
2794
2795 2003-01-26 [paul]       0.8.9claws8
2796
2797         * src/folder.[ch]
2798           src/mainwindow.c
2799           src/prefs_common.c
2800           src/prefs_sumamry_column.c
2801           summaryview.[ch]
2802                 rename the 'Unread' column to 'Status'
2803
2804 2003-01-25 [match]      0.8.9claws7
2805
2806         * src/mgutils.[ch]
2807                 removed reference to LDAP constants. removed error2string.
2808                 included functions to support LDAP dynamic queries.
2809         * src/syldap.h
2810                 moved LDAP constants here.
2811         * src/addressbook.c
2812         * src/addrindex.c
2813         * src/importldif.c
2814                 removed references to LDAP constants and references to
2815                 error2string.
2816
2817 2003-01-25 [paul]       0.8.9claws6
2818
2819         * src/summaryview.c
2820                 summary_thread_build(), summary_thread_init(): remove 
2821                 unneeded reference to summaryview->folder_item
2822
2823 2003-01-25 [christoph]  0.8.9claws5
2824
2825         * src/gtk/description_window.c
2826                 o allow description texts to expand over multiple columns
2827                 o translate all columns
2828         * src/prefs_actions.c
2829                 change syntax description to use new multi column feature
2830
2831         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2832
2833 2003-01-25 [match]      0.8.9claws4
2834
2835         * src/vcard.c
2836                 fixed bug with Quoted-Printable
2837
2838 2003-01-25 [paul]       0.8.9claws3
2839
2840         * src/folder.[ch]
2841           src/summaryview.[ch]
2842                 implement per-folder collapsed/expanded threads setting
2843                 
2844         * src/prefs_common.c
2845                 remove global collapsed/expanded threads option
2846
2847 2003-01-25 [christoph]  0.8.9claws2
2848
2849         * po/POTFILES.in
2850                 add pluginwindow and prefswindow
2851         * src/compose.c
2852                 make send respond correctly to messages that could be added
2853                 to the queue folder, but the UID of the message is unknown
2854         * src/folder.c
2855         * src/imap.c
2856                 don't return guessed UIDs in imap_add_msg anymore. We return
2857                 0 to tell the folder system it was appened but the UID is
2858                 unknown. Folder system now get's the UID by scaning the folder
2859                 and searching the cache for the Message-ID
2860                 (closes bug #29 Messages queued, but not sent)
2861
2862 2003-01-25 [paul]       0.8.9claws1
2863
2864         * src/codeconv.c
2865                 conv_encode_header():  fix bug when long headers with 8-bit
2866                 characters are used, so that the encoded words are wrapped.
2867                 If the space in the original text falls on the wrap boundary,
2868                 it can be lost.
2869                 Patch by Sergey Vlasov.
2870                 
2871         * src/folderview.c
2872                  fix bug where a change to the sorting method or thread view
2873                  of a folder's messages is lost if simpify-subject is set and
2874                  toggled on or off.
2875                  Patch by Luke Plant.
2876
2877 2003-01-24 [paul]       0.8.9claws
2878
2879         * sylpheed-0.8.9claws released
2880         
2881         * Makefile.am
2882           sylpheed.spec.in
2883                 remove reference to 'INSTALL.jp'
2884
2885 2003-01-23 [paul]       0.8.8claws128
2886
2887         * po/es.po
2888           po/it.po
2889           po/ru.po
2890           po/sr.po
2891                 updated translations. submitted by Ricardo Mones Lastra,
2892                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
2893
2894 2003-01-23 [colin]      0.8.8claws127
2895
2896         * src/compose.c
2897                 Fix drafted and queued news articles re-edition
2898
2899 2003-01-23 [melvin]     0.8.8claws126
2900
2901         * po/fr.po
2902                 Updated French translations
2903
2904 2003-01-23 [colin]      0.8.8claws125
2905
2906         * src/inc.c
2907                 Fix "Connecting to..." status message
2908
2909 2003-01-22 [paul]       0.8.8claws124
2910
2911         * po/bg.po
2912                 updated by George Danchev
2913                 
2914         * src/folder.c
2915                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
2916                 and folder deletion
2917
2918 2003-01-21 [paul]       0.8.8claws123
2919
2920         * po/bg.po
2921                 updated by George Danchev
2922                 
2923         * src/about.c
2924                 its now 2003
2925                 
2926         * src/toolbar.c
2927                 don't translate 'Separator'
2928                 
2929         * src/plugins/spamassassin/Makefile.am
2930                 add aspell to CPPFLAGS
2931                 
2932         * src/plugins/spamassassin/spamassassin.c
2933           src/plugins/spamassassin/spamassassin_gtk.c
2934                 set correct default for spamassassin_receive_spam
2935                 slightly re-word descriptions and some
2936                 other minor changes
2937
2938 2003-01-19 [alfons]     0.8.8claws122
2939                 
2940         * src/mimeview.c
2941                 mimeview_save_as(): we might as well show the file name for
2942                 the single case "Save As" too
2943
2944 2003-01-19 [alfons]     0.8.8claws121
2945
2946         * src/crash.c
2947                 change bug tracker URL to bugzilla URL
2948
2949 2003-01-19 [alfons]     0.8.8claws120
2950
2951         * src/mimeview.c
2952                 mimeview_save_all(): display name of file before overwriting;
2953                 continue saving all, even when one overwrite was cancelled
2954
2955 2003-01-19 [christoph]  0.8.8claws119
2956
2957         * src/summaryview.c
2958         * src/procmsg.[ch]
2959                 fix wrong usage of procmsg_find_children in summaryview
2960                 by using procmsg_update_unread_children instead of
2961                 summaryview_update_unread_children
2962
2963 2003-01-19 [christoph]  0.8.8claws118
2964
2965         * src/procmsg.c
2966                 fix infinite loop in procmsg_find_children
2967                  (closes bug #25 sylpheed crashes on delete.)
2968
2969         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2970
2971 2003-01-19 [paul]       0.8.8claws117
2972
2973         * po/pt_BR.po
2974                 updated by Ivan Francolin Martinez
2975
2976 2003-01-18 [melvin]     0.8.8claws116
2977
2978         * src/prefs_actions.c
2979                 Removed syntax limitation of only one '&' at the end of command.
2980                         Now actions that contain '>/dev/null 2>&1' are possible.
2981
2982 2003-01-18 [melvin]     0.8.8claws115
2983
2984         * src/prefs_actions.c
2985                 Actions IO dialog: when the action ends
2986                 the "Close" button now has focus and [Escape] closes the
2987                 window.
2988
2989 2003-01-18 [christoph]  0.8.8claws114
2990
2991         * src/procmsg.c
2992                 o add debug output when MsgInfos are really freed
2993                 o free GSLists in procmsg_find_children and
2994                   procmsg_update_unread_children
2995
2996 2003-01-18 [christoph]  0.8.8claws113
2997
2998         * src/mainwindow.c
2999                 reorder Configuration menu
3000
3001 2003-01-18 [christoph]  0.8.8claws112
3002
3003         * src/compose.c
3004                 fix applying templates to forwarded messages
3005
3006         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3007
3008 2003-01-17 [christoph]  0.8.8claws111
3009
3010         * src/folder.c
3011                 destroy folder items, when a folder item is removed
3012
3013 2003-01-17 [christoph]  0.8.8claws110
3014
3015         * src/folder.c
3016                 fix wrong folder stats update when ignored message is
3017                 deleted
3018
3019 2003-01-17 [colin]      0.8.8claws109
3020         
3021         * src/mainwindow.c
3022         * src/summaryview.c
3023                 Quicksearch bugfixes: 
3024                 - hide help button at startup if not extended
3025                 - switch to extended when looking for replies
3026
3027 2003-01-17 [paul]
3028
3029         * sync with 0.8.9 release
3030
3031 2003-01-17 [paul]       0.8.8claws108
3032
3033         * sync with 0.8.8cvs11
3034                 see ChangeLog 2003-01-17
3035
3036 2003-01-16 [colin]      0.8.8claws107
3037
3038         * src/procmsg.c
3039                 Changed encryption test to re-ask passphrase
3040                 if an encrypted message hasn't been decrypted
3041                 Fixes bug #5
3042
3043 2003-01-16 [christoph]  0.8.8claws106
3044
3045         * src/prefs_gtk.c
3046         * src/prefs_toolbar.c
3047         * src/gtk/prefswindow.h
3048         * src/plugins/spamassassin/spamassassin_gtk.c
3049                 remove page destroy function that is not used anymore
3050
3051 2003-01-16 [paul]       0.8.8claws105
3052
3053         * sync with 0.8.8cvs9
3054                 see ChangeLog 2002-01-16
3055
3056 2003-01-16 [colin]      0.8.8claws104
3057
3058         * src/compose.[ch]
3059                 Fix bug with autosaved drafts for IMAP, when draft
3060                 folder is specified - fixes bugzilla bug #20
3061
3062 2003-01-15 [paul]       0.8.8claws103
3063
3064         * src/compose.[ch]
3065           src/procmsg.c
3066                 store folder and message-id of message forwarding
3067                 in queue header and set forward flag after sending
3068
3069 2003-01-15 [paul]       0.8.8claws102
3070
3071         * sync with 0.8.8cvs8
3072                 see ChangeLog 2002-01-15
3073
3074 2003-01-15 [colin]      0.8.8claws101
3075
3076         * src/Makefile.am
3077                 Fix linking with GNU libiconv
3078
3079 2003-01-15 [darko]      0.8.8claws100
3080
3081         * src/pine.c
3082                 fix crash when importing pine address book
3083                 entry with an empty name (reported by DY
3084                 <dybulk at tri8.net>)
3085
3086 2003-01-14 [paul]       0.8.8claws99
3087
3088         * configure.in  ** REMOVED **
3089           configure.ac  ** NEW FILE **
3090                 rename configure.in to configure.ac, as it is now
3091                 preferred
3092
3093 2003-01-14 [melvin]     0.8.8claws98
3094
3095         * src/folderview.c
3096                 folderview_check_new(): More precise function description
3097
3098 2003-01-14 [melvin]     0.8.8claws97
3099
3100         * src/folderview.c
3101                 folderview_check_new(): return the number of new messages 
3102                         since last check.
3103         * src/inc.c
3104                 inc_account_mail(): Disable counting of new messages for IMAP
3105                         and NNTP until bug [19] and [14] are fixed.
3106
3107 2003-01-14 [paul]       0.8.8claws96
3108
3109         * sync with 0.8.8cvs6
3110                 see ChangeLog 2003-01-14
3111
3112 2003-01-13 [alfons]     0.8.8claws95
3113
3114         * src/textview.c
3115                 tune email address validation (c. 0.8.8claws89): if . is 
3116                 just one char away from @, the address is invalid too 
3117                 (correctly rejects addresses like foo@.com)
3118
3119 2003-01-13 [paul]       0.8.8claws94
3120
3121         * src/messageview.c
3122           src/toolbar.c
3123                 fixes to the Message View toolbar and menu:
3124                 fix non-functioning Forward button
3125                 make Reply button consider default_reply_list
3126                 remove 'Follow-up...' menu entry
3127                 add 'Forward' and 'Redirect' menu entries
3128
3129 2003-01-13 [melvin]     0.8.8claws93
3130
3131         * src/inc.c
3132                 Fixed typo that could make new messages count incorrect.
3133
3134 2003-01-13 [melvin]     0.8.8claws92
3135
3136         * src/folderview.[ch]
3137                 folderview_check_new(): return the number of new messages.
3138         * src/inc.c
3139                 Should fix bug [14] where new mail notification worked 
3140                         incorrectly with IMAP accounts.
3141                 inc_spool_account(): return number of new msgs, or -1 on error
3142                 inc_all_spool(): return number of new msgs
3143                 
3144 2003-01-13 [melvin]     0.8.8claws91
3145
3146         * src/prefs_actions.c
3147                 Justify help text.
3148
3149 2003-01-12 [thorsten]   0.8.8claws90
3150
3151         * src/common/prefs.c
3152                 close file before rename
3153
3154 2003-01-12 [alfons]     0.8.8claws89
3155
3156         * AUTHORS
3157                 add Christian Mertes
3158         * src/common/utils.[ch]
3159                 g_stricase_hash(), g_stricase_equal(): functions for 
3160                 case insensitive hash tables
3161         * src/textview.c
3162                 use top level domain names to validate email address, based
3163                 on a patch by Christian Mertes (thanks!), but changed 
3164                 implementation to use a hash table 
3165
3166 2003-01-12 [paul]       0.8.8claws88
3167
3168         * po/bg.po
3169                 updated by George Danchev
3170
3171 2003-01-12 [alfons]     0.8.8claws87
3172
3173         * src/summaryview.c
3174                 delete / execute performance: use new style folder update
3175
3176 2003-01-12 [paul]       0.8.8claws86
3177
3178         * sync with 0.8.8cvs5
3179                 see ChangeLog 2003-01-13 (!)
3180
3181 2003-01-12 [alfons]     0.8.8claws85
3182
3183         * src/filtering.c
3184         * src/matcher_parser_parse.y
3185                 prepare change_score filtering action
3186         * src/matcher.[ch]
3187                 give up const-correctness on functions that call non-const-correct functions;
3188                 several casts to gpointer in g_free();
3189                 add change_score;
3190
3191 2003-01-12 [christoph]  0.8.8claws84
3192
3193         * src/compose.c
3194                 fix 2 warnings
3195
3196         * src/gtk/prefswindow.[ch]
3197         * src/plugins/spamassassin/spamassassin_gtk.c
3198                 changed the call of the widget create function
3199                 for PrefsPages, because sometimes the widget
3200                 create function needs a widget that already has
3201                 been attached to a window (to create GDK pixmaps
3202                 for exmaple). So we simply pass the GtkWindow as
3203                 the second parameter now.
3204
3205         * src/main.c
3206         * src/mainwindow.c
3207         * src/prefs_toolbar.[ch]
3208                 rewrite Toolbar Preferences using the new
3209                 prefs window
3210
3211 2003-01-11 [alfons]     0.8.8claws83
3212
3213         * src/addressadd.c
3214                 fix crash when adding sender to addressbook because status bar
3215                 isn't there (the status bar doesn't seem to be used though,
3216                 but I'll let Match decide what to do with it)
3217
3218 2003-01-11 [colin]      0.8.8claws82
3219
3220         * src/main.c
3221           src/toolbar.c
3222                 Two useless changes reversed
3223
3224 2003-01-11 [colin]      0.8.8claws81
3225
3226         * src/mainwindow.c
3227           src/mainwindow.h
3228                 Add mainwindow_get_mainwindow()
3229         * src/alertpanel.c
3230           src/alertpanel.h
3231                 Add alertpanel_error_log() 
3232         * src/compose.c
3233           src/inc.c
3234           src/messageview.c
3235           src/toolbar.c
3236           src/main.c
3237           src/procmsg.c
3238                 Network errors get a View Log button
3239
3240 2003-01-10 [alfons]     0.8.8claws80
3241
3242         * src/prefs_toolbar.c
3243         * src/toolbar.c
3244                 use the translatable string for "Separator" as file name for
3245                 separator toolbar items (probably make this uppercase?)
3246
3247 2003-01-10 [alfons]     0.8.8claws79
3248
3249         * src/prefs_toolbar.c
3250                 put right A_SEPARATOR description string in "displayed
3251                 toolbar items list" so manually added separators are
3252                 saved correctly (bug #10, "Adding a separator to the main 
3253                 toolbar fails, entry in xml file is wrong")
3254
3255 2003-01-10 [christoph]  0.8.8claws78
3256
3257         * src/imap.c
3258                 o fix warnings
3259                 o use CAPABILITY to check if NAMESPACE is available
3260
3261 2003-01-10 [christoph]  0.8.8claws77
3262
3263         * src/imap.[ch]
3264                 apply UIDPLUS IMAP extension support patch
3265
3266         Patch submitted by Simon 'corecode' Schubert
3267
3268 2003-01-10 [paul]       0.8.8claws76
3269
3270         * src/folderview.c
3271                 a sync from main which fixes the news account folders'
3272                 Properties bug
3273
3274 2003-01-10 [christoph]  0.8.8claws75
3275
3276         * src/folder.c
3277                 don't accept 0 as a valid uid returned by copy and move
3278                 functions. 0 means the message was copied or moved but the
3279                 new uid could not be fetched. It is not an error condition
3280                 for the copy or move operation.
3281
3282 2003-01-10 [paul]       0.8.8claws74
3283
3284         * src/prefs_filtering.c
3285                 change English used in Alert when entry is not
3286                 saved.
3287                 
3288         * sync with 0.8.8cvs4
3289                 see ChangeLog 2003-01-10
3290
3291 2003-01-10 [darko]      0.8.8claws73
3292
3293         * src/pine.c
3294                 fix crash when importing address book entry
3295                 without a valid address
3296
3297 2003-01-09 [alfons]     0.8.8claws72
3298
3299         * src/inc.c
3300                 filtering performance: use new style folder update
3301
3302 2003-01-09 [christoph]  0.8.8claws71
3303
3304         * src/compose.c
3305         * src/gtk/menu.[ch]
3306                 fix wrong selecting of mime encoding type, when
3307                 opening property dialog of attachments in the
3308                 compose window. 7bit was always selected and that
3309                 destoryed files with 8bit data.
3310                 (closes bug #9 Sylpheed-claws destroys attachments when
3311                  changing MIME-types)
3312
3313 2003-01-09 [paul]       0.8.8claws70
3314
3315         * sync with 0.8.8cvs3
3316                 see ChangeLog 2003-01-09
3317
3318 2003-01-08 [alfons]     0.8.8claws69
3319         
3320         * src/addressadd.c
3321                 apply patch by Kim Schulz to fix build breakage
3322                 because of missing variable
3323
3324 2003-01-08 [paul]       0.8.8claws68
3325
3326         * sync with 0.8.8cvs2
3327                 see ChangeLog 2002-01-08
3328
3329 2003-01-08 [paul]       0.8.8claws67
3330
3331         * po/it.po
3332                 updated by Alessandro Maestri
3333                 
3334         * src/addressadd.c
3335                 when using 'Add sender to addressbook' allow
3336                 name to be edited and remarks to be entered
3337                 Patch submitted by Luke Plant
3338
3339 2003-01-08 [darko]      0.8.8claws66
3340
3341         * README.claws, src/summaryview.c
3342                 fix description for marked messages
3343
3344 2003-01-08 [paul]
3345
3346         * tools/Makefile.am
3347           tools/launch_phoenix  ** NEW FILE **
3348                 add script that enables using Phoenix as the default
3349                 web browser. 
3350                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3351                 
3352         * tools/OOo2sylpheed.pl
3353                 remove full path to sylpheed executable, just 'sylpheed'
3354                 will do
3355                 
3356         * tools/README
3357                 add launch_phoenix informtion and re-arrange and compress
3358                 the data a little
3359
3360 2003-01-07 [christoph]  0.8.8claws65
3361
3362         * src/folder.c
3363                 fix update for source folder when moving messages
3364         * src/procmsg.[ch]
3365         * src/summaryview.c
3366                 use function to set to_folder for message infos and
3367                 automatically update the op_count for old and new
3368                 folder
3369
3370 2003-01-07 [melvin]     0.8.8claws64
3371
3372         * src/prefs_actions.c
3373                 Fixed bug where an '%p' Action on a displayed image crashed 
3374                         Sylpheed
3375                 Code clean up (get rid of duplicated code and removed unnecessary 
3376                                 structure member)
3377
3378 2003-01-07 [christoph]  0.8.8claws63
3379
3380         * src/compose.c
3381         * src/folder.[ch]
3382         * src/folderview.c
3383         * src/import.c
3384         * src/inc.c
3385         * src/main.c
3386         * src/mainwindow.c
3387         * src/messageview.c
3388         * src/prefs_folder_item.c
3389         * src/procmsg.c
3390         * src/summaryview.c
3391         * src/toolbar.c
3392                 o remove all folder update triggering from the UI code. The folder
3393                   system should know much better when a folder needs an update.
3394                 o to prevent multiple updates in a row the folder updates can be
3395                   frozen for some time.
3396
3397                 Note: - Please verify that no updates are missing
3398                       - Check where freeze/thaws should be added
3399
3400 2003-01-07 [christoph]  0.8.8claws62
3401
3402         * src/prefs_actions.c
3403                 don't translate empty strings
3404
3405         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3406
3407 2003-01-06 [christoph]  0.8.8claws61
3408
3409         * src/prefs_actions.c
3410                 mark strings for gettext
3411         * src/prefs_matcher.c
3412                 use new description window for Execute action and
3413                 match condition in Filtering
3414
3415         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3416
3417 2003-01-06 [alfons]     0.8.8claws60
3418
3419         keep myself inspired to re-organize matcher part 8; 
3420         yes, more to come (I need to move out the descriptive
3421         text for actions to matcher.c, or at least make it not
3422         depend on the wicked ordering)
3423
3424         * src/prefs_matcher.c
3425                 add documentation so others may comprehend the
3426                 UI part of the conditions
3427                 
3428 2003-01-06 [christoph]  0.8.8claws59
3429
3430         * src/prefs_actions.c
3431                 use new description window for syntax help
3432         * src/gtk/description_window.c
3433                 fix display of descriptions with column count != 2
3434
3435         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3436
3437 2003-01-06 [christoph]  0.8.8claws58
3438
3439         * src/quote_fmt.c
3440         * src/summaryview.[ch]
3441         * src/gtk/Makefile.am
3442         * src/gtk/description_window.[ch]       ** NEW **
3443                 use a generic window to display syntax descriptions
3444                 currently used in quote_fmt and summaryview (new description
3445                 for extended quick search)
3446
3447         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3448
3449 2003-01-06 [paul]       0.8.8claws57
3450
3451         * sync with 0.8.8cvs1
3452                 see ChangeLog 2003-01-06
3453
3454 2003-01-06 [christoph]  0.8.8claws56
3455
3456         * src/mainwindow.c
3457         * src/prefs_gtk.[ch]
3458         * src/gtk/prefswindow.[ch]
3459         * src/plugins/spamassassin/spamassassin_gtk.c
3460                 o remove page management from prefswindow, pages
3461                   will be an argument to prefswindow_open
3462                 o prefswindow_open gets a datapointer that is
3463                   passed to the widget_create function to allow
3464                   creation of prefswindow for specific items
3465
3466 2003-01-06 [colin]      0.8.8claws55
3467         
3468         * src/summaryview.c
3469                 We don't want regexp in the reply-finder, 
3470                 because MIDs can contain !,$,. and so on
3471
3472 2003-01-06 [jens]       0.8.8claws54
3473
3474         * src/jpilot.c
3475                 fixed a wrong free in jpilot_read_db_files
3476
3477 2003-01-06 [alfons]     0.8.8claws53
3478
3479         re-organize matcher part 8; more to come
3480        
3481         * src/matcher.c
3482                 matcherprop_to_string(): put g_free()s before the
3483                 switch-case break to fix memleaks                
3484
3485 2003-01-06 [colin]      0.8.8claws52
3486
3487         * src/summaryview.c
3488                 cleanup & reply-finder now displays the first 
3489                 matching message
3490
3491 2003-01-05 [alfons]     0.8.8claws51
3492
3493         re-organize matcher part 7; more to come
3494
3495         * src/matcher.[ch]
3496                 fixes for constant correctness;
3497                 more documentation;
3498
3499 2003-01-05 [alfons]     0.8.8claws50
3500
3501         re-organize matcher part 6; more to come
3502         
3503         * src/matcher.[ch]
3504                 fixes for constant correctness;
3505                 more documentation;
3506         * src/filtering.c
3507                 fix for constant correctness
3508
3509 2003-01-05 [colin]      0.8.8claws49
3510
3511         * src/account.[ch]
3512                 Add account_get_reply_account function
3513         * src/compose.c
3514                 Use account_get_reply_account function 
3515         * src/summaryview.c
3516                 Basic reply-finder - click on the replied
3517                 icon gets you to the outbox using quick-search
3518
3519 2003-01-05 [paul]       0.8.8claws48
3520
3521         * src/prefs_common.c
3522                 small change to English
3523                 
3524         * src/prefs_filtering.c
3525                 prefs_filtering_action_select(): improve logic and uniformity
3526                 of gui
3527
3528 2003-01-05 [alfons]     0.8.8claws47
3529
3530         fine tune solution to focus problems (bug #7)
3531
3532         * src/mainwindow.c
3533                 mainwindow_focus_in_event(): remove grab event check
3534         * src/summaryview.c
3535                 summary_button_pressed(): move selection on right-click
3536                 too. we can't possibly move the selection back after
3537                 canceling a dialog, because gtk's incomplete focus 
3538                 management. whether this is a good solution, only time
3539                 will tell.
3540
3541 2003-01-05 [christoph]  0.8.8claws46
3542
3543         * src/imap.c
3544                 fix crash when no imap connection could be established
3545
3546 2003-01-05 [paul]       0.8.8claws45
3547
3548         * src/mainwindow.c
3549           src/sumamryview.c
3550           src/gtk/menu.[ch]
3551                 fix bug 605957 'shortcuts in popup-menu'
3552                 make user-defined shortcuts work
3553                 show shortcuts that are already defined
3554                 in the main menu
3555                 Patch submitted by Luke Plant
3556
3557 2003-01-05 [alfons]     0.8.8claws44
3558
3559         * src/mainwindow.c
3560                 focus_in_event handler should not select summary view row 
3561                 when another window (menu, dialog) grabbed for events 
3562                 (bug #7, "[0.8.8claws42] Message summary focus") 
3563
3564 2003-01-04 [christoph]  0.8.8claws43
3565
3566         * src/procmsg.c
3567                 update save folder after adding the sent message
3568                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
3569
3570 2003-01-02 [christoph]  0.8.8claws42
3571
3572         * src/common/plugin.c
3573                 fix unloading of all plugins and unload
3574                 plugins in reverse order
3575                 
3576         * src/gtk/pluginwindow.c
3577                 implement function of load and unload button
3578
3579         * src/gtk/prefswindow.c
3580         * src/gtk/prefswindow.h
3581                 rename register function and add new unregister
3582                 function
3583
3584         * src/plugins/spamassassin/spamassassin_gtk.c
3585                 unregister prefs page and update for changes in
3586                 src/gtk/prefswindow.c
3587
3588 2003-01-02 [paul]       0.8.8claws41
3589
3590         * po/es.po
3591                 updated by Ricardo Mones Lastra
3592
3593 2003-01-02 [paul]
3594
3595         * tools/tb2sylpheed
3596                 fixes and improvements by Urke MMI
3597
3598 2003-01-02 [thorsten]   0.8.8claws40
3599
3600         * src/procmsg.c
3601                 fixed wrong return value
3602
3603 2003-01-02 [thorsten]   0.8.8claws39
3604
3605         * src/prefs.c
3606                 fixed printing wrong variable
3607
3608 2003-01-02 [thorsten]   0.8.8claws38
3609
3610         * src/prefs.c
3611                 fixed acessing members of freed pfile struct
3612
3613 2003-01-02 [thorsten]   0.8.8claws37
3614
3615         * src/procmsg.c
3616                 detect loops across several messages
3617                 as suggested by Christoph Hohmann
3618
3619 2003-01-01 [match]      0.8.8claws36
3620
3621         * src/addrindex.c
3622                 fixed another memory leak.
3623
3624 2003-01-01 [match]      0.8.8claws35
3625
3626         * src/jpilot.[ch]
3627                 fixed memory leaks. applied Doxygen comments.
3628
3629 2003-01-01 [thorsten]   0.8.8claws34
3630
3631         * src/procmsg.c
3632                 inhibit endless loop if msg references itself
3633                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3634
3635 2003-01-01 [christoph]  0.8.8claws33
3636
3637         * src/mainwindow.c
3638         * src/gtk/Makefile.am
3639         * src/gtk/pluginwindow.c                ** NEW **
3640         * src/gtk/pluginwindow.h                ** NEW **
3641                 add plugin window
3642
3643         * src/plugins/demo/demo.c
3644         * src/plugins/spamassassin/spamassassin.c
3645         * src/plugins/spamassassin/spamassassin_gtk.c
3646                 write better plugin descriptions
3647
3648 2002-12-31 [christoph]  0.8.8claws32
3649
3650         * src/gtk/prefswindow.c
3651         * src/plugins/spamassassin/spamassassin_gtk.c
3652                 some small improvements to GTK code
3653
3654 2002-12-31 [christoph]  0.8.8claws31
3655
3656         * src/plugins/spamassassin/spamassassin_gtk.c
3657                 enable folder select button
3658
3659 2002-12-31 [christoph]  0.8.8claws30
3660
3661         * src/mainwindow.c
3662         * src/gtk/Makefile.am
3663         * src/gtk/prefswindow.c                         ** NEW **
3664         * src/gtk/prefswindow.h                         ** NEW **
3665                 add new prefs window
3666
3667         * src/common/plugin.c
3668                 don't try to load empty config lines
3669         
3670         * src/plugins/spamassassin/Makefile.am
3671         * src/plugins/spamassassin/spamassassin.c
3672         * src/plugins/spamassassin/spamassassin.h       ** NEW **
3673         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
3674                 GTK config for SpamAssassin Plugin using
3675                 the new prefs window
3676
3677 2002-12-31 [paul]       0.8.8claws29
3678
3679         * po/POTFILES.in
3680                 remove obsolete entry 'src/menu.c'
3681
3682 2002-12-31 [alfons]     0.8.8claws28
3683
3684         * src/matcher.[ch]
3685         * src/matcher_parser_parse.y
3686         * src/prefs_matcher.c
3687                 add "ignore_thread" and "~ignore_thread" condition so it's
3688                 possible to make the actions / scoring operate on the ignore
3689                 thread flag
3690
3691 2002-12-31 [christoph]  0.8.8claws27
3692
3693         * src/addrbook.c
3694         * src/addrindex.c
3695         * src/folder.c
3696         * src/matcher.c
3697         * src/prefs_account.c
3698         * src/prefs_actions.c
3699         * src/prefs_customheader.c
3700         * src/prefs_display_header.c
3701         * src/prefs_gtk.c
3702         * src/procmime.c
3703         * src/toolbar.c
3704         * src/xmlprops.c
3705         * src/common/prefs.[ch]
3706                 extend prefs file handling for reading and automatic handling
3707                 of blocks. When reading prefs_set_block_label will automatically
3708                 move on to the block. When writing it will copy all other blocks
3709                 automatically
3710
3711         * src/common/plugin.c
3712                 Now loading plugin filenames from [Plugins] block in
3713                 sylpheed rc file
3714
3715 2002-12-30 [christoph]  0.8.8claws26
3716
3717         * src/common/hooks.[ch]
3718                 return abort status to caller of hooks_invoke
3719                 
3720         * src/inc.[ch]
3721                 invoke message filtering hook and stop
3722                 default handling when filter returns abort
3723
3724         * src/common/plugin.[ch]
3725         * src/plugins/demo/demo.c
3726                 modify plugin loader, because resolving symbols for strings
3727                 does not work correctly
3728         
3729         * configure.in
3730         * ac/spamassassin.m4                            ** NEW **
3731         * src/plugins/spamassassin/.cvsignore           ** NEW **
3732         * src/plugins/spamassassin/Makefile.am          ** NEW **
3733         * src/plugins/spamassassin/README               ** NEW **
3734         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
3735         * src/plugins/spamassassin/spamassassin.c       ** NEW **
3736         * src/plugins/spamassassin/utils.[ch]           ** NEW **
3737                 add spamassassin plugin, see src/plugins/spamassassin/README
3738                 for details
3739
3740 2002-12-29 [alfons]     0.8.8claws25
3741
3742         * src/mainwindow.c
3743                 when moving focus from a message view to the main 
3744                 window, don't forget to select the summary node
3745                 of the displayed message. should fix "[ 659103 ] 
3746                 focus-follows-mouse confuses sylpheed"
3747
3748 2002-12-29 [christoph]  0.8.8claws24
3749
3750         * src/Makefile.am
3751         * src/stringtable.[ch]          ** REMOVE **
3752         * src/common/Makefile.am
3753         * src/common/stringtable.[ch]   ** NEW **
3754                 move stringtable files to common directory
3755
3756 2002-12-29 [christoph]  0.8.8claws23
3757
3758         * src/Makefile.am
3759         * src/menu.[ch]                 ** REMOVE **
3760         * src/gtk/Makefile.am
3761         * src/gtk/menu.[ch]             ** NEW **
3762                 move menu files to gtk directory
3763
3764 2002-12-29 [match]      0.8.8claws22
3765
3766         * src/addressbook.c
3767         * src/syldap.c
3768                 moved UI specific code out of LDAP code into addressbook
3769                 UI code. fixed memory leak.
3770
3771 2002-12-29 [christoph]  0.8.8claws21
3772
3773         * src/folder.c
3774                 only check for IGNORED parent message when message is
3775                 not IGNORED itself
3776
3777 2002-12-29 [alfons]     0.8.8claws20
3778
3779         * src/summaryview.c
3780                 set gtksctree's anchor correct (immediate execute
3781                 changes the tree's layout, and anchor points at 
3782                 the incorrect row). fixes "[ 657233 ] multiple msg 
3783                 delete sometimes off by 1".
3784                 we probably have to look for more tree layout /
3785                 anchor glitches.
3786
3787 2002-12-29 [paul]       0.8.8claws19
3788
3789         * src/summaryview.c
3790                 fix bug [ 659054 ] incorrect sorting of 'From' column
3791                 when using 'display sender using address book'
3792                 thanks to Alfons and Luke Plant
3793
3794 2002-12-29 [christoph]  0.8.8claws18
3795
3796         * src/folder.c
3797         * src/procmsg.[ch]
3798                 check parent messages for IGNORE THREAD flag, when adding,
3799                 moving or copying messages to a folder
3800
3801 2002-12-27 [alfons]     0.8.8claws17
3802
3803         re-organize matcher part 5; more to come
3804
3805         * src/matcher.c
3806                 hash keywords in matchparser_tab 
3807
3808 2002-12-27 [alfons]     0.8.8claws16
3809
3810         re-organize matcher part 4; more to come
3811
3812         * src/matcher_parser.h
3813         * src/matcher_parser_lex.l
3814         * src/matcher_parser_parse.y
3815                 cleanup
3816
3817 2002-12-27 [alfons]     0.8.8claws15
3818
3819         re-organize matcher part 3; more to come
3820
3821         * src/matcher.[ch]
3822                 cleanup
3823
3824 2002-12-27 [alfons]     0.8.8claws14
3825
3826         re-organize matcher part 2; more to come but this should
3827         work. cc me if there are any regressions.
3828
3829         * src/matcher.h
3830                 add prototype for get_matchparser_tab_id()
3831         * src/matcher_parser_lex.l
3832                 look up keywords using matchparser_tab_id();
3833
3834 2002-12-27 [alfons]     0.8.8claws12
3835
3836         re-organize matcher part 1
3837
3838         * src/matcher.h
3839                 map yacc generated constants to sylpheed matcher constants
3840         * src/matcher.c
3841                 add function to find a matcher constant from a string
3842
3843 2002-12-27 [christoph]  0.8.8claws11
3844
3845         * src/compose.c
3846                 MENUITEM_ADD casts the 4th argument from integer to pointer
3847                 so it probably should not be a pointer, this means we
3848                 should use account id for it and not the account's pointer
3849
3850 2002-12-27 [paul]       0.8.8claws10
3851
3852         * src/mainwindow.c
3853                 remove unneeded 'GtkWidget *vbox'
3854                 
3855         * src/summaryview.c
3856                 further sync with 0.8.8 - make sort
3857                 by recipient work as expected
3858                 
3859         * NEWS
3860                 sync with 0.8.8
3861
3862 2002-12-27 [paul]       0.8.8claws9
3863
3864         * po/pt_BR.po
3865                 updated by Ivan F. Martinez
3866                 
3867 2002-12-27 [darko]      0.8.8claws8
3868
3869         * src/common/utils.c
3870                 added locked pattern to extended search
3871
3872 2002-12-27 [alfons]     0.8.8claws7
3873
3874         * src/prefs_matcher.[ch]
3875                 clean up
3876
3877 2002-12-26 [alfons]     0.8.8claws6
3878
3879         * src/matcher.[ch]
3880         * src/matcher_parser_lex.l
3881         * src/matcher_parser_parse.y
3882         * src/prefs_matcher.c
3883                 allow color label as a condition in the matcher
3884
3885 2002-12-26 [oliver]     0.8.8claws5
3886         
3887         * src/toolbar.c 
3888                 enable Addressbook for Main and Messageview
3889         * src/prefs_actions.c
3890                 enable actions in Messageview
3891
3892 2002-12-26 [christoph]  0.8.8claws4
3893
3894         * src/common/plugin.c
3895                 add a little debug output
3896         * configure.in
3897         * src/plugins/demo/Makefile.am
3898                 better use of automake
3899
3900 2002-12-26 [christoph]  0.8.8claws3
3901
3902         * src/Makefile.am
3903         * src/common/Makefile.am
3904                 fix "make distdir"
3905
3906 2002-12-26 [christoph]  0.8.8claws2
3907
3908         * configure.in
3909                 sort configure checks into common / gtk / plugins
3910         * po/POTFILES.in
3911                 add src/prefs_gtk.c
3912         * src/Makefile.am
3913                 add plugins SUBDIR
3914         * src/main.c
3915         * src/common/sylpheed.[ch]
3916                 added now sylpheed_done function for shutdown
3917         * src/common/Makefile.am
3918         * src/common/plugin.[ch]                ** NEW **
3919                 plugin loader and unloader
3920         * src/plugins/.cvsignore                ** NEW **
3921         * src/plugins/Makefile.am               ** NEW **
3922                 build plugins
3923         * src/plugins/demo/.cvsignore           ** NEW **
3924         * src/plugins/demo/Makefile.am          ** NEW **
3925         * src/plugins/demo/demo.c               ** NEW **
3926                 small demo plugin that installs a logtext hook and
3927                 outputs the log text to stdout
3928
3929 2002-12-26 [paul]       0.8.8claws1
3930
3931         * po/es.po
3932                 updated by Ricardo Mones Lastra
3933
3934 2002-12-26 [paul]       0.8.8claws
3935
3936         * 0.8.8claws released
3937
3938 2002-12-26 [paul]       0.8.7claws12
3939
3940         * po/bg.po
3941                 updated by George Danchev
3942
3943 2002-12-26 [paul]       0.8.7claws11
3944
3945         * po/POTFILES.in
3946                 remove unneeded 'src/prefs.c' entry 
3947
3948 2002-12-26 [paul]       0.8.7claws10
3949
3950         * src/codeconv.c
3951           src/mainwindow.c
3952                 sync with 0.8.8 release
3953         
3954         * src/folder.[ch]
3955           src/mh.c
3956           src/summaryview.c
3957                 partial sync with 0.8.8 release
3958         
3959
3960 2002-12-25 [alfons]     0.8.7claws9
3961
3962         * src/matcher.[ch]
3963         * src/matcher_parser_lex.l
3964         * src/matcher_parser_parse.y
3965         * src/prefs_matcher.c
3966                 add locked flag to possible filtering / matcher 
3967                 conditions (also a good example what should be
3968                 done to add a simple boolean condition)
3969
3970 2002-12-25 [christoph]  0.8.7claws8
3971
3972         * src/Makefile.am
3973         * src/account.[ch]
3974         * src/addrbook.c
3975         * src/addressbook.c
3976         * src/addrindex.c
3977         * src/filtering.c
3978         * src/folder.c
3979         * src/matcher.c
3980         * src/prefs.[ch]                ** REMOVE **
3981         * src/prefs_account.c
3982         * src/prefs_actions.c
3983         * src/prefs_common.c
3984         * src/prefs_customheader.c
3985         * src/prefs_display_header.c
3986         * src/prefs_filtering.c
3987         * src/prefs_folder_item.c
3988         * src/prefs_gtk.[ch]            ** NEW **
3989         * src/prefs_matcher.c
3990         * src/prefs_scoring.c
3991         * src/prefs_summary_column.c
3992         * src/procmime.c
3993         * src/selective_download.c
3994         * src/toolbar.c
3995         * src/common/Makefile.am
3996         * src/common/prefs.[ch]         ** NEW **
3997                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
3998
3999 2002-12-24 [alfons]     0.8.7claws7
4000
4001         * src/summaryview.c
4002                 summary_thread_build(): fix real cause of the crash mentioned in
4003                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4004                 this way we get meaningful ctree nodes 
4005
4006 2002-12-24 [oliver]     0.8.7claws6
4007
4008         * src/mainwindow.[ch]
4009         * src/messageview.[ch]
4010         * src/compose.[ch]
4011         * src/inc.c
4012         * src/summaryview.c
4013                 changes to use updated toolbar handling
4014                 
4015 2002-12-24 [oliver]     0.8.7claws5
4016
4017         * src/toolbar.[ch]
4018                 generic toolbar handling
4019                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4020         * src/prefs_toolbar.[ch]
4021                 adjust to handling
4022         
4023 2002-12-24 [oliver]     0.8.7claws4
4024         
4025         * src/stock_pixmap.[ch]
4026                 move SYLPHEED_LOGO to end of list in order 
4027                 to remove it from Custom Toolbar`s Icon View
4028
4029 2002-12-24 [alfons]     0.8.7claws3
4030
4031         * src/summaryview.c
4032                 summary_thread_build(): fix crash because of focus != selection 
4033                 after threading. when deleting the selection, gtk tries but fails 
4034                 to find the correct focusable element. we now force the selection
4035                 to be focused. this should solve the infamous bug reported by 
4036                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4037                 a test case is available. 
4038
4039 2002-12-24 [darko]      0.8.7claws2
4040
4041         * src/summaryview.c
4042                 don't crash when unmarking message with unread children
4043
4044 2002-12-23 [christoph]  0.8.7claws1
4045
4046         * src/Makefile.am
4047         * src/common/Makefile.am
4048                 update Makefiles for moved intl.h, version.h and defs.h
4049         * src/imap.c
4050                 rewrite imap_session_get to avoid duplicate code
4051
4052 2002-12-23 [paul]       0.8.7claws
4053
4054         * Santa-Claws released
4055         
4056         * po/hu.po
4057           po/ru.po
4058                 squeeze in updated Hungarian and Russian translations.
4059                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4060
4061 2002-12-23 [paul]       0.8.6claws129
4062
4063         * po/pl.po
4064                 updated by Witold Wladyslaw Wojciech Wilk
4065
4066 2002-12-23 [paul]       0.8.6claws128
4067
4068         * src/quote_fmt_parse.y
4069                 fix typo and add licence header
4070
4071 2002-12-23 [paul]       0.8.6claws127
4072
4073         * po/en_GB.po
4074                 updated
4075
4076 2002-12-23 [paul]       0.8.6claws126
4077
4078         * po/it.po
4079                 updated translation, submitted by Alessandro Maestri
4080                 
4081 2002-12-23 [paul]       0.8.6claws125
4082
4083         * src/quote_fmt_parse.y
4084                 fix signature-stripping on replies bug. match
4085                 '-- \n' and not '-- '.
4086
4087 2002-12-22 [paul]       0.8.6claws124
4088
4089         * po/bg.po
4090           po/es.po
4091           po/sr.po
4092                 updated translations. submitted by George Danchev,
4093                 Ricardo Mones Lastra, and Urke MMI respectively
4094
4095 2002-12-21 [paul]       0.8.6claws123
4096
4097         * src/addrbook.c
4098                 fix coding style
4099
4100 2002-12-21 [paul]       0.8.6claws122
4101
4102         * src/addrbook.c
4103                 fix bug [643638] where if a person is in one or more
4104                 addressbook groups editing that person's email 
4105                 address results in removal from those groups.
4106                 Patch submitted by Luke Plant.
4107
4108 2002-12-20 [christoph]  0.8.6claws121
4109
4110         * src/common/utils.c
4111         * src/summaryview.c
4112                 reimplement expand_search_string using GString to
4113                 prevent crashs caused by miscalculated string
4114                 lengths reported by Paul
4115
4116 2002-12-20 [christoph]  0.8.6claws120
4117
4118         * src/summaryview.c
4119                 don't use "changed" to check if op_count has to be changed as it
4120                 is also set when the message has unread children
4121                 (closes bug [ 653221 ] crash while deleting duplicates)
4122
4123 2002-12-20 [paul]       0.8.6claws119
4124
4125         * sync with 0.8.6cvs27
4126                 see ChangeLog 2002-12-20
4127
4128 2002-12-20 [paul]       0.8.6claws118
4129
4130         * sync with 0.8.6cvs26
4131                 see ChangeLog 2002-12-19 and 2002-12-20
4132
4133 2002-12-19 [alfons]     0.8.6claws117
4134
4135         * src/textview.c
4136                 fix incorrect parsing of email addresses, submitted by 
4137                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4138                 name display if it contains @".
4139
4140 2002-12-18 [paul]       0.8.6claws116
4141
4142         * sync with 0.8.6cvs23
4143                 see ChangeLog 2002-12-18
4144
4145 2002-12-18 [paul]       0.8.6claws115
4146
4147         * src/Makefile.am
4148         * src/account.c
4149         * src/codeconv.c
4150         * src/gtkutils.[ch]
4151         * src/imap.c
4152                 sync with 0.8.6cvs22.
4153                 see ChangeLog 2002-12-17 and 2002-12-18
4154
4155 2002-12-17 [christoph]  0.8.6claws114
4156
4157         * src/imap.c
4158                 o don't create a session if imap greeting fails
4159                 o don't close socket when authentication fails
4160                   this is done by imap_session_destroy
4161
4162 2002-12-17 [thorsten]   0.8.6claws113
4163
4164         * tools/Makefile.am
4165           tools/README
4166           tools/google_msgid.pl ** NEW FILE **
4167                 Added "search for message-id" script and doc
4168
4169 2002-12-17 [thorsten]   0.8.6claws112
4170
4171         * po/hu.po
4172                 Updated hungarian translation
4173                 (updated by Gal Zoltan)
4174
4175 2002-12-16 [christoph]  0.8.6claws111
4176
4177         * src/addr_compl.c
4178                 remove stupid addressbook dump to debug output
4179         * src/mh.c
4180                 fix memory leak found by Hiro
4181
4182 2002-12-14 [paul]       0.8.6claws110
4183
4184         * src/compose.c
4185                 fix menubar sensitivity on send
4186                 
4187         * src/prefs_filtering.c
4188         * src/prefs_matcher.c
4189         * src/prefs_scoring.c
4190                 Fix english ;)
4191                 
4192         * src/common/quoted-printable.h
4193                 sync: fix typo
4194         
4195 2002-12-13 [christoph]  0.8.6claws109
4196
4197         * src/Makefile.am
4198         * src/manage_window.[ch]        ** REMOVE **
4199         * src/gtk/Makefile.am
4200         * src/gtk/manage_window.[ch]    ** NEW **
4201                 move manage_window files to gtk directory
4202
4203 2002-12-13 [christoph]  0.8.6claws108
4204
4205         * src/Makefile.am
4206         * src/gtkshruler.[ch]           ** REMOVE **
4207         * src/gtk/Makefile.am
4208         * src/gtk/gtkshruler.[ch]       ** NEW **
4209                 move gtkshruler files to gtk directory
4210
4211 2002-12-13 [christoph]  0.8.6claws107
4212
4213         * src/Makefile.am
4214         * src/compose.c
4215         * src/gtkstext.[ch]             ** REMOVE **
4216         * src/gtkutils.[ch]
4217         * src/textview.c
4218         * src/gtk/gtkstext.[ch]         ** NEW **
4219         * src/gtk/Makefile.am
4220                 o move stext functions to gtkstext.c to remove
4221                   dependency of gtkutils
4222                 o move gtkstext files to gtk directory
4223
4224         * src/gtk/Makefile.am
4225         * src/gtk/sslcertwindow.[ch]
4226                 UI stuff can always depend on common code so
4227                 it's ok to add ../common to include path
4228
4229 2002-12-13 [colin]      0.8.6claws106
4230
4231         * src/summaryview.c
4232                 Disconnect sighandlers for mainwindow when
4233                 quicksearch has the focus
4234                 Fix bug #653231
4235         * src/mainwindow.[ch]
4236                 Make key_pressed callback public, to be able
4237                 to disconnect it
4238
4239 2002-12-13 [christoph]  0.8.6claws105
4240
4241         * src/mh.c
4242                 create .mh_sequences file in new MH folders
4243                 (closes feature request [ 523162 ] MH folders should
4244                  get a .mh_sequences)
4245
4246 2002-12-13 [colin]      0.8.6claws104
4247
4248         * src/summaryview.c
4249                 Better handling of quicksearch show/hide
4250                 (basically the button stays under the mouse 
4251                  when toggled)
4252
4253 2002-12-13 [paul]       0.8.6claws103
4254
4255         * sync with 0.8.6cvs17
4256                 see ChangeLog 2002-12-13
4257
4258 2002-12-13 [paul]       0.8.6claws102
4259
4260         * po/es.po
4261                 updated by Ricardo Mones Lastra
4262
4263 2002-12-11 [colin]       0.8.6claws101
4264
4265         * src/folder.c
4266                 remove statusbar stuff
4267           src/folderview.c
4268                 set statusbar verbosity when moving folders
4269
4270 2002-12-11 [colin]       0.8.6claws100
4271         * src/prefs_filtering.c
4272         * src/prefs_matcher.c
4273         * src/prefs_scoring.c
4274                 Fix english ;)
4275
4276 2002-12-11 [colin]       0.8.6claws99
4277
4278         * src/prefs_common.[ch]
4279                 Add summary_quicksearch_type
4280         * src/summaryview.c
4281                 Save last used quicksearch type
4282
4283 2002-12-11 [jens]       0.8.6claws98
4284         * src/prefs_filtering.c
4285         * src/prefs_matcher.c
4286         * src/prefs_scoring.c
4287                 added dialog for incomplete rules in scoring, filtering and
4288                 matcher to ask wheather really close
4289
4290 2002-12-11 [colin]      0.8.6claws97
4291
4292         * src/folder.c
4293                 Fix folder dnd statusbar logging
4294
4295 2002-12-10 [christoph]  0.8.6claws96
4296
4297         * src/compose.c
4298         * src/folder.c
4299         * src/imap.c
4300         * src/inc.c
4301         * src/main.c
4302         * src/mainwindow.c
4303         * src/news.c
4304         * src/send.c
4305         * src/statusbar.[ch]
4306         * src/common/hooks.c
4307         * src/common/log.[ch]
4308                 o handle verbose logging in statusbar directly in statusbar code
4309                   and common code does not need any knowledge about a statusbar
4310                 o remove direct calls to statusbar_(puts|pop)_all functions
4311
4312 2002-12-10 [jens]       0.8.6claws95
4313
4314         * src/*.c
4315                 removed gettext from g_warnings
4316         * po/POTFILES.in
4317                 cleaned and updated
4318         * po/de.po
4319                 updated
4320
4321 2002-12-10 [colin]      0.8.6claws94
4322
4323         * src/main.c
4324                 finish crash dialog fix
4325
4326 2002-12-10 [colin]      0.8.6claws93
4327
4328         * src/main.c
4329                 "Fix" "sylpheed already running" instead of
4330                 crash dialog appearing after a crash
4331
4332 2002-12-10 [colin]      0.8.6claws92
4333
4334         * po/POTFILES.in
4335                 add src/gtk/sslcertwindow.c
4336
4337 2002-12-10 [paul]       0.8.6claws91
4338
4339         * po/POTFILES.in
4340                 updated to reflect recent changes
4341                 submitted by Alessandro Maestri
4342
4343 2002-12-09 [christoph]  0.8.6claws90
4344
4345         * src/Makefile.am
4346         * src/smtp.[ch]                 ** REMOVE **
4347         * src/common/Makefile.am
4348         * src/common/smtp.[ch]          ** NEW **
4349                 move smtp files to common directory
4350
4351 2002-12-09 [christoph]  0.8.6claws89
4352
4353         * src/Makefile.am
4354         * src/session.[ch]              ** REMOVE **
4355         * src/common/Makefile.am
4356         * src/common/session.[ch]       ** NEW **
4357                 move session files to common directory
4358
4359 2002-12-09 [paul]       0.8.6claws88
4360
4361         * src/account.c
4362                 fix bug [649746] edit accounts: move account reverted
4363                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
4364
4365 2002-12-09 [colin]      0.8.6claws87
4366
4367         * src/ssl_certificate.c
4368                 cleanup
4369
4370 2002-12-09 [colin]      0.8.6claws86
4371
4372         * src/ssl.c
4373                 Try to open the cert.pem database and 
4374                 issue a warning if it isn't there
4375
4376 2002-12-09 [colin]      0.8.6claws85
4377
4378         * src/common/ssl_certificate.c
4379         * src/gtk/sslcertwindow.c
4380                 Warning fixes
4381
4382 2002-12-09 [colin]      0.8.6claws84
4383
4384         * src/ssl_certificate.[ch] ** REMOVED **
4385         * src/common/ssl_certificate.[ch] ** NEW **
4386         * src/Makefile.am
4387         * src/common/Makefile.am
4388                 Moved ssl_certificate.[ch] to common
4389         * src/common/ssl.c 
4390                 Put back needed include
4391         * src/gtk/sslcertwindow.[ch]
4392                 Changed ssl_certificate.h include
4393         
4394 2002-12-09 [colin]      0.8.6claws83
4395
4396         * src/gtk/sslcertwindow.[ch]
4397                 Implement hook for certificate acception
4398         * src/ssl_certificate.[ch]
4399                 Implement hook for certificate acception
4400         * src/common/ssl.c
4401                 Reenable certificate acception check
4402         * src/mainwindow.c
4403                 Register sslcertwindow's hook
4404         
4405 2002-12-08 [christoph]  0.8.6claws82
4406
4407         * src/about.c
4408         * src/addr_compl.c
4409         * src/codeconv.c
4410         * src/manual.c
4411         * src/undo.c
4412         * src/common/utils.c
4413                 o add missing includes
4414                 o fix warnings
4415         * src/.cvsignore
4416         * src/common/.cvsignore
4417         * src/common/version.h          ** REMOVE **
4418                 remove autogenerated file
4419
4420 2002-12-08 [paul]       0.8.6claws81
4421
4422         * src/stringtable.c
4423                 put back needed include
4424
4425 2002-12-08 [colin]      0.8.6claws80
4426         
4427         * src/gtk/sslcertwindow.c
4428                 Cleaner popups when asking
4429         * src/ssl_certificate.c
4430         * src/prefs_common.[ch]
4431                 remove ssl certificate pref
4432                 put back needed include
4433         * src/undo.c
4434                 put back needed include
4435
4436 2002-12-08 [christoph]  0.8.6claws79
4437
4438         * src/folderview.c
4439         * src/logwindow.c
4440         * src/statusbar.c
4441         * src/summaryview.c
4442                 only abort hook invokation if required data is missing not
4443                 if our own data pointer is NULL, update hookfunction for
4444                 log window
4445
4446 2002-12-08 [paul]       0.8.6claws78
4447
4448         * src/about.c
4449         * src/addrcache.c
4450         * src/addrclip.c
4451         * src/addr_compl.c
4452         * src/addrselect.c
4453         * src/codeconv.c
4454         * src/colorlabel.c
4455         * src/enriched.c
4456         * src/esmtp.c
4457         * src/exporthtml.c
4458         * src/headerview.c
4459         * src/imageview.c
4460         * src/manual.c
4461         * src/noticeview.c
4462         * src/pgptext.c
4463         * src/scoring.c
4464         * src/sourcewindow.c
4465         * src/stringtable.c
4466         * src/undo.c
4467                 clean up: remove unneccesary includes
4468
4469 2002-12-08 [christoph]  0.8.6claws77
4470
4471         * src/folderview.c
4472         * src/statusbar.c
4473         * src/summaryview.c
4474         * src/common/hooks.[ch]
4475                 hook functions now have a gboolean return value, if a hook
4476                 returns TRUE it will stop executing of any more hooks in
4477                 the same hooklist for this invokation
4478
4479 2002-12-08 [colin]      0.8.6claws76
4480         
4481         * src/main.c
4482                 put back argv0 for CRASH_DIALOG
4483
4484 2002-12-08 [christoph]  0.8.6claws75
4485
4486         * src/Makefile.am
4487         * src/about.c
4488         * src/account.c
4489         * src/crash.c
4490         * src/esmtp.h
4491         * src/imap.[ch]
4492         * src/inc.c
4493         * src/main.c
4494         * src/mainwindow.c
4495         * src/news.c
4496         * src/pop.[ch]
4497         * src/prefs_account.[ch]
4498         * src/prefs_common.[ch]
4499         * src/send.[ch]
4500         * src/smtp.[ch]
4501         * src/ssl_certificate.[ch]
4502         * src/ssl_manager.[ch]
4503         * src/common/Makefile.am
4504         * src/common/log.c
4505         * src/common/nntp.[ch]
4506         * src/common/socket.[ch]
4507         * src/common/ssl.[ch]
4508         * src/gtk/sslcertwindow.[ch]
4509         * ac/openssl.m4
4510                 use new autoconf script to detect OpenSSL with extra parameters
4511                 to specify the location of libs and includes, also remove USE_SSL
4512                 to USE_OPENSSL
4513
4514         * src/common/sylpheed.[ch]
4515         * src/common/version.h.in
4516                 start seperation of common code initialization seperated from gui
4517
4518         * src/summaryview.c
4519                 The function that is called when a color label changes
4520                 should not change the color lable again
4521
4522 2002-12-08 [colin]      0.8.6claws74
4523
4524         * src/gtk/sslcertwindow.c
4525                 warning fixes
4526
4527 2002-12-08 [colin]      0.8.6claws73
4528
4529         * src/statusbar.c
4530           src/common/log.h
4531                 Register a hook for statusbar_puts_all
4532         * src/common/log.c
4533                 invoke statusbar_puts_all's hook
4534         
4535 2002-12-08 [colin]      0.8.6claws72
4536
4537         * src/ssl_certificate.c
4538                 Put back a badly-removed include
4539
4540 2002-12-08 [colin]      0.8.6claws71
4541
4542         * src/gtk/sslcertwindow.[ch]    ** NEW **
4543                 new certificate presentation
4544         * src/gtk/Makefile.am
4545                 add new files
4546         * src/ssl_certificate.[ch]
4547                 gtk cleanup, made utility functions public
4548         * src/ssl_manager.c
4549                 use new cert presentation
4550
4551 2002-12-07 [christoph]  0.8.6claws70
4552
4553         * src/Makefile.am
4554         * src/nntp.[ch]                 ** REMOVE **
4555         * src/common/Makefile.am
4556         * src/common/nntp.[ch]          ** NEW **
4557                 move nntp files to common directory
4558
4559 2002-12-07 [christoph]  0.8.6claws69
4560
4561         * src/procmsg.[ch]
4562         * src/summaryview.c
4563                 implement msginfo update callback using sylpheed's new
4564                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
4565
4566 2002-12-06 [christoph]  0.8.6claws68
4567
4568         * src/editgroup.c
4569                 This patch changes the 'Edit Group Details' dialog to
4570                 allow extended selections in either pane, so that
4571                 addresses can be added or removed from a group more
4572                 quickly and easily. (it actually is a net decrease in
4573                 file size, as some unnecessary functions have been
4574                 removed). 
4575                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
4576
4577 2002-12-06 [christoph]  0.8.6claws67
4578
4579         * src/Makefile.am
4580         * src/template.[ch]             ** REMOVE **
4581         * src/common/Makefile.am
4582         * src/common/template.[ch]      ** NEW **
4583                 move template files to common directory
4584
4585         * src/nntp.c
4586                 add missing log.h include
4587
4588 2002-12-06 [melvin]     0.8.6claws66
4589
4590         * src/prefs_actions.c
4591                 Added the trailing ">" syntax to insert command's output
4592                 without replacing old text (in contrast to trailing "|").
4593
4594 2002-12-05 [colin]      0.8.6claws65
4595         
4596         * src/common/utils.c
4597                 Don't modify original search_string or it'll change
4598                 the next iterations in the for()
4599
4600 2002-12-05 [darko]      0.8.6claws64
4601
4602         * src/common/utils.c
4603                 proper check for filtering commands, found by Colin
4604
4605 2002-12-05 [darko]      0.8.6claws63
4606
4607         * src/common/utils.c
4608                 check proper string for NULL pointer, found by Colin
4609
4610 2002-12-05 [darko]      0.8.6claws62
4611
4612         * src/common/utils.[ch]
4613                 expand_search_string(): new function
4614                 converts Mutt-like patterns to Sylpheed's
4615                 filtering engine
4616         * src/summaryview.c
4617                 use expand_search_string() to allow Mutt-like
4618                 patterns in extended search
4619         * README.claws
4620                 document extended option in quick search
4621
4622 2002-12-05 [paul]       0.8.6claws61
4623
4624         * sync with 0.8.6cvs16
4625                 see ChangeLog 2002-12-05
4626                 
4627         * po/POTFILES.in
4628                 clean up
4629
4630 2002-12-04 [christoph]  0.8.6claws60
4631
4632         * src/imap.[ch]
4633                 put imap authentication code into a new function and
4634                 remove it from imap_session_new that will allow to
4635                 send other commands before authentication
4636
4637 2002-12-04 [christoph]  0.8.6claws59
4638
4639         * src/imap.[ch]
4640                 use already existing method to prevent unneeded IMAP
4641                 folder selects. Set imap_select parameters to NULL
4642                 in some functions if the values are not required.
4643
4644         * src/xml.h
4645                 remove no longer required include
4646
4647 2002-12-04 [paul]       0.8.6claws58
4648
4649         * po/es.po
4650                 updated by Ricardo Mones Lastra
4651                 
4652         * configure.in
4653           po/hu.po      ** NEW FILE **
4654                 initial Hungarian translation, submitted
4655                 by Gál Zoltán <galzoli@hu.inter.net>
4656
4657 2002-12-03 [christoph]  0.8.6claws57
4658
4659         * src/Makefile.am
4660         * src/gtksctree.[ch]            ** REMOVE **
4661         * src/gtk/Makefile.am
4662         * src/gtk/gtksctree.[ch]        ** NEW **
4663                 move gtksctree files to gtk directory
4664
4665 2002-12-03 [christoph]  0.8.6claws56
4666
4667         * src/Makefile.am
4668         * src/md5.[ch]                  ** REMOVE **
4669         * srm/common/Makefile.am
4670         * src/common/md5.[ch]           ** NEW **
4671                 move md5 files to common directory
4672
4673         * src/gtkstext.c
4674                 remove not required #include
4675
4676 2002-12-03 [sergey]     0.8.6claws55
4677
4678         * src/gtkutils.c
4679         * src/gtkutils.h
4680                 gtkut_window_popup(): new function.
4681         * src/mainwindow.c
4682                 main_window_popup(): use gtkut_window_popup() to raise
4683                 window without changing its position.
4684                 (see sylpheed-main ML message [sylpheed:17247])
4685
4686 2002-12-03 [sergey]     0.8.6claws54
4687
4688         * src/send.c
4689                 send_message_local(): removed first-dot escaping
4690                 (SMTP-only, not needed for sending through pipe)
4691
4692 2002-12-03 [paul]       0.8.6claws53
4693
4694         * po/POTFILES.in
4695                 update to reflect recent changes (thanks
4696                 to Ricardo Mones Lastra)
4697                 
4698         * tools/filter_conv.pl
4699                  fix problem with quoted strings. Patch submitted
4700                  by Luke Plant <lukeplant@softhome.net>
4701
4702 2002-12-03 [paul]       0.8.6claws52
4703
4704         * sync with 0.8.6cvs15
4705                 see ChangeLog 2002-12-03
4706
4707 2002-12-02 [christoph]  0.8.6claws51
4708
4709         * src/logwindow.[ch]
4710         * src/common/log.[ch]
4711                 implement logging using a hook function
4712
4713         * src/folderview.c
4714         * src/folder.[ch]
4715                 define hooklist name in header file to avoid
4716                 errors caused by wrong spelling of hooklist names
4717
4718         * src/toolbar.c
4719                 fix warnings
4720
4721 2002-12-02 [christoph]  0.8.6claws50
4722
4723         * src/common/Makefile.am
4724                 add src/common/hooks.[ch]
4725
4726         * src/common/hooks.[ch]
4727                 implement a simple hook system using glib's hook functions
4728
4729         * src/folder.[ch]
4730         * src/folderview.c
4731                 use new hook system for folder item updates
4732
4733 2002-12-02 [christoph]  0.8.6claws49
4734
4735         * doc-src/ui_seperation.txt     ** NEW **
4736                 information for ui seperation
4737
4738         * src/Makefile.am
4739                 remove files that were moved to common
4740                 include common directory by default for the header files
4741
4742         * src/inc.c
4743         * src/common/socket.c
4744         * src/automaton.[ch]
4745                 implement automaton using g_io_*-functions instead of
4746                 gdk_input_add to make it ui independent
4747
4748         * src/codeconv.c
4749         * src/compose.c
4750         * src/ldif.c
4751         * src/pgptext.c
4752         * src/procmime.c
4753         * src/rfc2015.c
4754         * src/smtp.c
4755         * src/unmime.c
4756                 remove common/ prefix because directory is now in
4757                 include path
4758
4759         * src/compose.c
4760         * src/folder.c
4761         * src/folderview.c
4762         * src/mainwindow.c
4763         * src/messageview.c
4764         * src/prefs_common.c
4765         * src/procmsg.c
4766         * src/rfc2015.c
4767                 fix warnings
4768
4769         * src/imap.c
4770         * src/inc.c
4771         * src/news.c
4772         * src/pop.c
4773         * src/send.c
4774         * src/smtp.c
4775         * src/ssl_certificate.c
4776                 add log.h header file for logging functions
4777
4778         * src/main.c
4779         * src/common/utils.c
4780         * src/summaryview.c
4781         * src/xml.c
4782                 o move debug_mode to common/utils.c
4783                 o add functions to set and get debug_mode
4784
4785         * src/defs.h                    ** REMOVE **
4786         * src/intl.h                    ** REMOVE **
4787         * src/socket.[ch]               ** REMOVE **
4788         * src/ssl.[ch]                  ** REMOVE **
4789         * src/utils.[ch]                ** REMOVE **
4790                 replaced by new files in src/common/
4791         
4792         * src/common/Makefile.am
4793                 add new files in src/common/
4794
4795         * src/common/defs.h             ** NEW **
4796         * src/common/intl.h             ** NEW **
4797         * src/common/log.[ch]           ** NEW **
4798         * src/common/socket.[ch]        ** NEW **
4799         * src/common/ssl.[ch]           ** NEW **
4800         * src/common/utils.[ch]         ** NEW **
4801                 replacement for files in src/
4802
4803 2002-12-02 [colin]      0.8.6claws48
4804
4805         * src/folderview.c
4806                 Scroll folderview if necessary during dnd
4807
4808 2002-12-02 [colin]      0.8.6claws47
4809
4810         * src/folder.[ch]
4811                 Add check to verify a move is within a single mailbox
4812         * src/folderview.c
4813                 Add specific error string for this check
4814
4815 2002-12-02 [colin]      0.8.6claws46
4816
4817         * src/folder.c
4818                 Add a test to folder moving, remove a statusbar_print
4819         * src/folderview.c
4820                 Add Move folder... context-menu item
4821                 Factorize folder moving code
4822                 Enable folder DND for mbox
4823
4824 2002-12-01 [christoph]  0.8.6claws45
4825
4826         * ac/aspell.m4
4827                 remove conf.aspelltest if the version check fails
4828
4829 2002-11-30 [christoph]  0.8.6claws44
4830
4831         * autogen.sh
4832                 run libtoolize --force in autogen to create missing
4833                 libtool scripts
4834
4835 2002-11-30 [christoph]  0.8.6claws43
4836
4837         * src/Makefile.am
4838         * src/pgptext.c
4839         * src/procmime.c
4840         * src/rfc2015.c
4841         * src/uuencode.[ch]             ** REMOVED **
4842         * src/common/Makefile.am
4843         * src/common/uuencode.[ch]      ** NEW **
4844                 move uuen/decoder to common directory
4845
4846 2002-11-30 [christoph]  0.8.6claws42
4847
4848         * src/Makefile.am
4849         * src/base64.[ch]               ** REMOVED **
4850         * src/codeconv.c
4851         * src/compose.c
4852         * src/ldif.c
4853         * src/pgptext.c
4854         * src/procmime.c
4855         * src/rfc2015.c
4856         * src/smtp.c
4857         * src/unmime.c
4858         * src/common/Makefile.am
4859         * src/common/base64.[ch]        ** NEW **
4860                 move base64 en/decoder to common directory
4861
4862 2002-11-30 [christoph]  0.8.6claws41
4863
4864         * src/common                    ** NEW **
4865                 new directory for UI independent code
4866         * src/gtk                       ** NEW **
4867                 new directory for GTK frontend
4868         * src/common/.cvsignore         ** NEW **
4869         * src/gtk/.cvsignore            ** NEW **
4870                 ignore build files
4871         * src/common/Makefile.am        ** NEW **
4872         * src/gtk/Makefile.am           ** NEW **
4873                 automake files to build new seperated stuff
4874         * src/Makefile.am
4875                 the binary will currently still be build with the
4876                 files in src, so we include the code from the
4877                 subdirs for now after building the libs there
4878
4879 2002-11-30 [paul]       0.8.6claws40
4880
4881         * src/compose.c
4882                 fix bug [642731] 'Wrong selected account with drafted mail'
4883
4884 2002-11-29 [oliver]     0.8.6claws39
4885         
4886         * src/messageview.c
4887                 o update summaryview when switching between different
4888                   messageviews          
4889         * src/toolbar.c  
4890                 o check if messageview holds already removed msg
4891                   from summaryview
4892                 
4893
4894 2002-11-29 [oliver]     0.8.6claws38
4895
4896         * src/toolbar.c 
4897                 remove not needed variables and includes
4898                 make messageview stay opened and move to next when msgs are deleted 
4899
4900 2002-11-29 [oliver]     0.8.6claws37
4901         
4902         * src/toolbar.c 
4903                 disable compose button (messageview toolbar) by default
4904                 deleted msgs are moved to trash
4905         
4906 2002-11-29 [melvin]     0.8.6claws36
4907
4908         * configure.in
4909                 Increased minimal gpgme version to 0.3.10 (Zombies out)
4910                 and to detect signatures expirations (gpgme 0.3.6)
4911
4912         * src/main.c
4913                 Use non obsolescent function for Gpgme engine checking.
4914
4915         * src/rfc2015.c
4916                 Inform about expired signatures or signatures which key
4917                 has expired. Expiration date is displayed.
4918
4919         * src/sigstatus.c
4920                 Inform about expired signatures or signatures which key
4921                 has expired.
4922
4923 2002-11-28 [paul]       0.8.6claws35
4924
4925         * src/folderview.c
4926                 re-instate 'Check for new messages' in Newsgroup
4927                 folders right-click menu, after a suggestion from
4928                 Tim Mann <timmann@users.sourceforge.net>
4929
4930         * src/main.c
4931                 after a crash check only local folders for new
4932                 messages
4933
4934 2002-11-28 [paul]       0.8.6claws34
4935
4936         * configure.in
4937                 apply patch that fixes the checking of GTK with XIM 
4938                 support on different OSs, such as FreeBSD. Patch 
4939                 submitted by Topia <topia@users.sourceforge.net>
4940                 
4941 2002-11-28 [paul]       0.8.6claws33
4942
4943         * src/mainwindow.c
4944           src/prefs_common.c
4945           src/prefs_toolbar.c
4946                 more changes to the English
4947
4948 2002-11-28 [paul]       0.8.6claws32
4949
4950         * sync with 0.8.6cvs13
4951                 see ChangeLog 2002-11-28 (no sync needed
4952                 for src/compose.c)
4953
4954 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
4955         
4956         * src/mainwindow.[ch]
4957                 add patch by Ivan F. Martinez introducing messageview Toolbar
4958                 some changes and committed by oliver    
4959
4960 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
4961
4962         * src/messageview.[ch]
4963                 add patch by Ivan F. Martinez introducing messageview Toolbar
4964                 some changes and committed by oliver    
4965
4966 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
4967
4968         * src/compose.[ch]
4969                 add patch by Ivan F. Martinez introducing messageview Toolbar
4970                 some changes and committed by oliver    
4971
4972 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
4973         
4974         * src/toolbar.[ch]
4975                 add patch by Ivan F. Martinez introducing messageview Toolbar
4976                 some changes and committed by oliver
4977
4978 2002-11-28 [oliver]     0.8.6claws27
4979         
4980         * src/prefs_toolbar.[ch]
4981                 getting ready for messageview toolbar
4982                 free mem allocated by gettext
4983                 change prefs_toolbar to prefs_toolbar_open
4984  
4985 2002-11-28 [thorsten]   0.8.6claws26
4986
4987         * src/imageview.[ch]
4988                 cleaned up conflicting declarations of
4989                 imageview_show_image()
4990
4991 2002-11-28 [paul]       0.8.6claws25
4992
4993         * src/grouplistdialog.c
4994           src/prefs_common.c
4995           src/prefs_summary_column.c
4996                 a few more improvements to the English
4997
4998 2002-11-28 [colin]      0.8.6claws24
4999
5000         * man/sylpheed.1
5001                 A few updates to command-line parameters
5002
5003 2002-11-28 [colin]      0.8.6claws23
5004
5005         * src/prefs_filtering.c
5006                 Fix problems with prefs_filtering_delete_path:
5007                 a) if the first rule is removed, original pointers
5008                    weren't updated (leading to segfaults)
5009                 b) it was always global_processing updated in case
5010                    of removed path was parent of rule path
5011
5012 2002-11-27 [paul]       0.8.6claws22
5013
5014         * src/mainwindow.c
5015           src/prefs_account.c
5016           src/prefs_actions.c
5017           src/prefs_common.c
5018           src/prefs_customheader.c
5019           src/prefs_display_header.c
5020           src/prefs_filtering.c
5021           src/prefs_folder_item.c
5022           src/prefs_matcher.c
5023           src/prefs_scoring.c
5024           src/prefs_summary_column.c
5025           src/prefs_template.c
5026           src/prefs_toolbar.c
5027                  improve the English in the GUI
5028
5029 2002-11-27 [colin]      0.8.6claws21
5030
5031         * src/folder.c
5032                 Fix processing renaming problems happening after
5033                 last commit
5034
5035 2002-11-27 [colin]      0.8.6claws20
5036
5037         * src/folder.c
5038                 recursive move now deletes src each subfolder after 
5039                 having moved it
5040         * src/folderview.c
5041                 Use identifier instead of path during dnd (enables
5042                 IMAP folder dnd)
5043
5044 2002-11-27 [paul]       0.8.6claws19
5045
5046         * src/main.c
5047                 apply patch that does command-line processing 
5048                 BEFORE gtk_init, allowing claws to run from 
5049                 shell-scripts in non-X environment (e.g. crontab 
5050                 or ip-up, ip-down scripts). Patch submitted by
5051                 Ruslan N. Balkin <baron@dartel.ru>
5052                 
5053         * po/it.po
5054                 updated by Alessandro Maestri
5055
5056 2002-11-27 [paul]       0.8.6claws18
5057
5058         * sync with 0.8.6cvs12
5059           src/prefs_common.c
5060                 Differences are that main uses a 'Receive dialog'
5061                 frame on the Interface tab, whereas claws groups all 
5062                 the dialogs together in a 'Dialogs' frame.
5063
5064 2002-11-27 [colin]      0.8.6claws17
5065
5066         * src/prefs_matcher.c
5067                 Fix Execute criteria's NOT flag
5068
5069
5070 2002-11-26 [christoph]  0.8.6claws16
5071
5072         * src/ssl.c
5073                 rewrite the ssl code a little bit, only use one
5074                 SSL context, set default certificates' file/path
5075
5076 2002-11-26 [thorsten]   0.8.6claws15
5077
5078         * src/compose.c
5079                 default-reply-to didn't work for ml-reply
5080
5081 2002-11-26 [melvin]     0.8.6claws14
5082
5083         * src/prefs_actions.c
5084                 Made pipe-actions ignore short headers in message view
5085                 Made trailing-pipe-actions write in the message view with
5086                 the same font as the original message
5087
5088 2002-11-26 [paul]       0.8.6claws13
5089
5090         * src/compose.c
5091                 this time commit the correct file
5092
5093 2002-11-26 [paul]       0.8.6claws12
5094
5095         * sync with 0.8.6cvs11
5096           src/quote_fmt_parse.y  
5097                 no sync needed
5098           src/account.[ch]       
5099                 not sync'ed
5100           src/compose.c
5101                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5102                 on draft mode.
5103                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5104                 header
5105                 
5106         see ChangeLog 2002-11-25 and 2002-11-26
5107
5108 2002-11-26 [colin]      0.8.6claws11
5109
5110         * src/folderview.c
5111                 Fix collapsed folder not auto-expanding during
5112                 mail dnd, if it was the source folder.
5113
5114 2002-11-25 [colin]      0.8.6claws10
5115
5116         * src/folderview.[ch]
5117                 Variable renaming and cleaning (slist of nodes 
5118                 to be re-collapsed is stored in FolderView)
5119
5120 2002-11-25 [paul]       0.8.6claws9
5121
5122         * src/prefs_common.[ch]
5123                 fix breakage caused by last commit
5124
5125 2002-11-25 [paul]       0.8.6claws8
5126
5127         * sync with 0.8.6cvs4
5128                 see ChangeLog 2002-11-21
5129
5130 2002-11-25 [paul]       0.8.6claws7
5131
5132         * sync with 0.8.6cvs4
5133                 see ChangeLog 2002-11-20
5134
5135 2002-11-25 [paul]       0.8.6claws6
5136
5137         * sync with 0.8.6cvs3
5138                 see ChangeLog 2002-11-18
5139
5140 2002-11-25 [colin]      0.8.6claws5
5141
5142         * src/gtkutils.[ch]
5143                 Add gtkut_ctree_node_is_parent()
5144         * src/folderview.c
5145                 Spring-loaded folders
5146
5147 2002-11-25 [colin]      0.8.6claws4
5148
5149         * src/utils.[ch]
5150                 Add slist_concat_unique(), function to merge
5151                 two GSList filtering dups
5152         * src/folder.[ch]
5153         * src/summaryview.[ch]
5154         * src/folderview.c
5155         * src/main.c
5156                 Add detection/update/display of unread answers
5157                 to marked mails
5158         * src/procmsg.[ch]
5159                 Add procmsg_find_children()
5160                 Add procmsg_msg_has_marked_parent()
5161
5162 2002-11-25 [colin]      0.8.6claws3
5163
5164         * src/ssl_certificate.[ch]
5165                 Allow checking a certificate without a DNS
5166                 lookup
5167                 Allow to forget a cert (by deleting it)
5168                 Make ssl_certificate_destroy_public
5169         * src/ssl_manager.[ch] ** NEW FILES **
5170                 Gui to manage (display/remove) certificates
5171         * src/prefs_common.[ch]
5172                 Add a pref to allow silent acceptation of
5173                 trusted certificates or not (based on the
5174                 "I want to know what's going on" principle)
5175         * src/mainwindow.c
5176                 Add SSL manager in Tools menu
5177         * src/Makefile.am
5178                 Add the new files to the build
5179         * po/POTFILES.in
5180                 Add ssl_manager.c to translations
5181
5182 2002-11-25 [colin]      0.8.6claws2
5183
5184         * src/summaryview.[ch]
5185                 Add S_SEARCH_EXTENDED to the quick search, which 
5186                 allows to search using filtering syntax.
5187
5188 2002-11-25 [colin]      0.8.6claws1
5189
5190         * src/summaryview.c
5191                 Deletion of duplicates now prefer deleting
5192                 the unread dup (fixes feature-request 638989).
5193
5194 2002-11-24 [paul]       0.8.6claws
5195
5196         * po/es.po
5197           po/pl.po
5198           po/ru.po
5199           po/sr.po
5200                 updated by Ricardo Mones Lastra,
5201                 Witold Wladyslaw Wojciech Wilk,
5202                 Ruslan N. Balkin, and  Urke MMI 
5203                 respectively
5204
5205 2002-11-24 [paul]       0.8.5claws182
5206
5207         * po/bg.po
5208                 updated by George Danchev
5209
5210 2002-11-23 [alfons]     0.8.5claws181
5211
5212         * src/imap.c
5213                 tiny memory leak found by browsing Dimitar's 
5214                 valgrind report
5215
5216 2002-11-23 [paul]       0.8.5claws180
5217
5218         * po/it.po
5219                 updated by Alessandro Maestri
5220
5221 2002-11-22 [christoph]  0.8.5claws179
5222
5223         * src/compose.c
5224         * src/inc.c
5225         * src/prefs_filtering.c
5226         * src/summaryview.c
5227                 more warning fixes
5228
5229 2002-11-22 [alfons]     0.8.5claws178
5230
5231         * src/summaryview.c
5232                 summary_execute_delete_func(): if message is deleted, make 
5233                 sure to also remove its entry in the subject hash table. 
5234                 fixes a corner case bug.
5235
5236 2002-11-22 [paul]       0.8.5claws177
5237
5238         * .cvsignore
5239                 add 'autom4te.cache'
5240                 
5241         * ltconfig      ** REMOVED **
5242                 not needed
5243
5244 2002-11-22 [paul]       0.8.5claws176
5245
5246         * src/textview.c
5247                 textview_set_font(): fix for message display in
5248                 UTF-8 locales (thanks to Sergey Vlasov).
5249                 
5250         * AUTHORS
5251                 add new team members and contributors
5252
5253
5254 2002-11-21 [colin]      0.8.5claws175
5255
5256         * src/procmsg.[ch]
5257                 Add procmsg_remove_special_headers()
5258         * src/mh.c
5259                 Use procmsg_remove_special_headers() for 
5260                 previous fix
5261
5262 2002-11-21 [colin]      0.8.5claws174
5263
5264         * src/mh.c
5265                 Fix moving/copying from queue/draft folders
5266                 for MH folders
5267
5268 2002-11-21 [christoph]  0.8.5claws173
5269
5270         * src/crash.c
5271         * src/filtering.c
5272         * src/logwindow.c
5273         * src/main.c
5274         * src/matcher_parser_lex.[hl]
5275         * src/mbox.c
5276         * src/mbox_folder.[ch]
5277         * src/prefs_filtering.c
5278         * src/procheader.c
5279         * src/quote_fmt_lex.l
5280         * src/ssl.c
5281                 fix all warnings except the warnings in lex and yacc files
5282
5283 2002-11-20 [christoph]  0.8.5claws172
5284
5285         * src/imap.c
5286                 fix MsgInfo retrieval for IMAP draft and queue folders
5287                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
5288
5289 2002-11-19 [christoph]  0.8.5claws171
5290
5291         * src/compose.c
5292                 fix segfault, when draft saving does not get
5293                 the MsgInfo of the new message
5294                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
5295
5296 2002-11-19 [christoph]  0.8.5claws170
5297
5298         * src/procmsg.c
5299                 add parameter check for flag setting function
5300                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
5301
5302 2002-11-18 [paul]       0.8.5claws169
5303
5304         * src/compose.c
5305                 more sensitivity fixes to redirect mode:
5306                 * disable toolbar draft button
5307                 * allow only Address book in the Tools menu
5308                 * disable editing of message by the spell
5309                   checker
5310
5311 2002-11-18 [paul]       0.8.5claws168
5312
5313         * src/compose.c
5314                 fix sensitivity of menu items in compose_redirect():
5315                 allow only the necessary items 
5316
5317 2002-11-18 [paul]       0.8.5claws167
5318
5319         * src/compose.c
5320                 fix bug [ 603259 ] 'attachment got lost on bounce'
5321
5322 2002-11-18 [paul]       0.8.5claws166
5323
5324         * po/ru.po
5325                 updated by Ruslan N. Balkin <baron@dartel.ru>
5326
5327 2002-11-18 [colin]      0.8.5claws165
5328
5329         * src/main.c
5330           src/defs.h
5331                 Remove old filtering stuff
5332
5333
5334 2002-11-17 [oliver]     0.8.5claws164
5335
5336         * src/toolbar.h
5337                 remove not needed typedef 
5338
5339 2002-11-17 [oliver]     0.8.5claws163
5340
5341         * src/toolbar.c
5342                 make toolbar's on click events translatable
5343
5344 2002-11-15 [colin]      0.8.5claws162
5345
5346         * src/summaryview.c
5347                 Revert too-soon integration of a feature
5348
5349 2002-11-15 [christoph]  0.8.5claws161
5350
5351         * src/imap.c
5352                 use main's implementation of imap_get_msginfo
5353
5354 2002-11-15 [christoph]  0.8.5claws160
5355
5356         * src/compose.c
5357         * src/folder.[ch]
5358         * src/imap.c
5359         * src/mbox_folder.c
5360         * src/mh.c
5361         * src/news.c
5362         * src/procmsg.c
5363         * src/summaryview.c
5364                 replace claws' fetch_msginfo with main's get_msginfo
5365                 (use main's implementation where possible)
5366
5367 2002-11-15 [colin]      0.8.5claws159
5368
5369         * src/ssl_certificate.c
5370                 Missed a check
5371
5372 2002-11-16 [melvin]     0.8.5claws158
5373
5374         * po/fr.po
5375                 Updated French translations.
5376
5377 2002-11-16 [colin]      0.8.5claws157
5378
5379         * src/ssl_certificate.c
5380                 Check for missing parts in the certificates
5381
5382 2002-11-15 [colin]      0.8.5claws156
5383
5384         * src/folderview.c
5385                 Preventive fix (missing check) found by
5386                 Alfons
5387
5388 2002-11-15 [paul]
5389
5390         * NEWS
5391                 sync with 0.8.6 release
5392
5393 2002-11-15 [colin]      0.8.5claws155
5394
5395         * src/folder.[ch]
5396           src/folderview.c
5397                 Fix error handling of folder_item_move_to()
5398                 (thanks to Alfons!)
5399
5400 2002-11-15 [colin]      0.8.5claws154
5401
5402         * src/folder.[ch]
5403           src/folderview.c
5404                 folder_item_move_to() sets an error message instead
5405                 of having GUI stuff in folder.c
5406
5407 2002-11-15 [colin]      0.8.5claws153
5408
5409         * src/procmsg.[ch]
5410                 Implemented a callback for MsgInfo updates, 
5411                 heavily copy/pasted from Christoph's folder 
5412                 callback system
5413         * src/summaryview.[ch]
5414                 Register summary_update_msg as callback
5415
5416 2002-11-14 [colin]      0.8.5claws152
5417         
5418         * src/procmsg.c
5419                 Update the FolderItem after sending (fixes 617593)
5420
5421 2002-11-14 [christoph]  0.8.5claws151
5422
5423         * src/folder.c
5424                 fix wrong position of NULL pointer check found
5425                 by Sergey
5426
5427 2002-11-14 [christoph]  0.8.5claws150
5428
5429         * src/folder.c
5430                 fix segfault when deleting messages from IMAP folders
5431                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
5432
5433 2002-11-14 [colin]      0.8.5claws149
5434
5435         * src/compose.c
5436                 Forwarding was also ignoring the folder's default account.
5437
5438 2002-11-14 [colin]      0.8.5claws148
5439
5440         * src/compose.c
5441                 Fix sent folder not set to folder properties when 
5442                 forwarding.
5443
5444 2002-11-14 [thorsten]   0.8.5claws147
5445
5446         * src/inc.c
5447                 inc_start(): Files were not moved from .processing to inbox,
5448                 if no global processing rule existed
5449
5450 2002-11-14 [colin]      0.8.5claws146
5451
5452         * src/ssl_certificate
5453                 Fix file operations
5454
5455 2002-11-14 [paul]       0.8.5claws145
5456
5457         * po/it.po
5458                 updated by Alessandro Maestri
5459
5460 2002-11-13 [alfons]     0.8.5claws144
5461
5462         * src/folder.c
5463                 folder_item_close(): only mark messages unread
5464                 when a folder has new messages 
5465
5466 2002-11-13 [keith]      0.8.5claws143
5467
5468         * src/imap.c
5469                 Fix problem moving or copying between
5470                 IMAP folders
5471
5472 2002-11-13 [colin]      0.8.5claws142
5473
5474         * src/matcher_parser_parse.y
5475                 Fix rule problem when " don't match
5476
5477 2002-11-13 [christoph]  0.8.5claws141
5478
5479         * src/folder.c
5480         * src/folderview.c
5481                 moved cache saving to folder_item_close
5482                 the folderview should not have to deal with
5483                 this things
5484
5485 2002-11-13 [christoph]  0.8.5claws140
5486
5487         * src/summaryview.c
5488                 moved setting of important score to
5489                 summary_set_prefs_from_folderitem
5490
5491 2002-11-13 [colin]      0.8.5claws139
5492
5493         * src/matcher_parser_parse.y
5494                 Fix a segfault in the parser (happening when
5495                 a good expression had been tested and a bad 
5496                 one arrives)
5497
5498 2002-11-13 [paul]       0.8.5claws138
5499
5500         * sync with 0.8.5cvs24
5501                 see ChangeLog 2002-11-13
5502                 
5503         * po/pt_BR.po
5504                 updated by Fabio Jr. Beneditto
5505
5506 2002-11-13 [colin]      0.8.5claws137
5507         
5508         * src/msgcache.c
5509           src/defs.h
5510           src/procmsg.[ch]
5511                 Revert last commit, problem
5512
5513 2002-11-13 [colin]      0.8.5claws136
5514
5515         * src/msgcache.c
5516                 Remove duplicated code
5517         * src/defs.h
5518                 Bumped CACHE_VERSION and MARK_VERSION
5519         * src/procmsg.[ch]
5520                 Network endian for cache and mark files
5521
5522 2002-11-12 [colin]      0.8.5claws135
5523
5524         * src/inc.c
5525                 Fix the "socket error" dialog which disappeared
5526
5527 2002-11-12 [colin]      0.8.5claws134
5528
5529         * src/msgcache.c
5530                 Reverse last commit which had performance 
5531                 problems, but still reverse the list
5532
5533 2002-11-12 [colin]      0.8.5claws133
5534
5535         * src/msgcache.c
5536                 Reverse list order
5537
5538 2002-11-12 [melvin]     0.8.5claws132
5539
5540         * src/compose.c
5541                 Added a check for a NULL prefs_common.dictionary
5542
5543 2002-11-12 [colin]      0.8.5claws131
5544
5545         * src/ssl_certificate.[ch]
5546                 Use FQDN hostname
5547
5548 2002-11-12 [colin]      0.8.5claws130
5549
5550         * src/ssl_certificate.[ch]
5551                 Take connection port into account for 
5552                 checking certificates (a single hostname
5553                 could have multiple servers with multiple
5554                 certificates)
5555         * src/ssl.c
5556                 Pass the port to ssl_certificate_check
5557
5558 2002-11-12 [paul]       0.8.5claws129
5559
5560         * src/folder.c
5561                 fix a typo in last commit
5562
5563 2002-11-12 [paul]       0.8.5claws128
5564
5565         * sync with 0.8.5cvs23
5566                 see ChangeLog entry 2002-11-12
5567
5568 2002-11-11 [colin]      0.8.5claws127
5569
5570         * src/ssl_certificate.c
5571                 Cleaner messages
5572                 Don't popup, instead log error, if the 
5573                 corresponding pref is checked
5574         * src/ssl_certificate.h
5575                 include <openssl/objects/h>
5576
5577 2002-11-11 [colin]      0.8.5claws126
5578
5579         * src/ssl_certificate.h
5580                 _Really_ clean it
5581
5582 2002-11-11 [colin]      0.8.5claws125
5583         
5584         * src/ssl_certificate.c
5585                 Fixed leak
5586
5587 2002-11-11 [colin]      0.8.5claws124
5588
5589         * src/ssl.c
5590                 Cleaned a bit
5591         * src/ssl_certificate.[ch]
5592                 Cleaned a bit (better use of SSL API)
5593                 (This will cause non-recognition of saved 
5594                  certificates of claws12[23]...)
5595
5596 2002-11-11 [paul]       0.8.5claws123
5597         
5598         * po/es.po
5599                 updated by Ricardo Mones Lastra
5600
5601 2002-11-11 [colin]      0.8.5claws122
5602
5603         * src/ssl.c
5604                 Fix a typo
5605
5606 2002-11-11 [colin]      0.8.5claws121
5607
5608         * src/ssl_certificate.[ch] ** NEW FILES **
5609         * src/ssl.[ch]
5610                 Check SSL certificates presented to us
5611         * src/Makefile.am
5612                 Add ssl_certificate.[ch]
5613         * po/POTFILES.in
5614                 Add ssl_certificate.c
5615
5616 2002-11-11 [paul]       0.8.5claws120
5617
5618         * sync with 0.8.5cvs22
5619                 see ChangeLog 2002-11-11
5620
5621 2002-11-11 [paul]       0.8.5claws119
5622
5623         * sync with 0.8.5cvs21
5624                 see ChangeLog 2002-11-11
5625
5626 2002-11-10 [jens]       0.8.5claws118
5627
5628         * src/folder.c
5629         * src/folderview.c
5630                 corrected some typing
5631         * po/de.po
5632                 updated german translation
5633         * sylpheed.spec.in
5634                 cleaned up specfile and adjusted it for claws
5635
5636 2002-11-10 [colin]      0.8.5claws117
5637
5638         * src/summaryview.c
5639                 a STATUSBAR_PUSH/POP fix
5640
5641 2002-11-10 [colin]      0.8.5claws116
5642
5643         * src/prefs_folder_item.c
5644                 Fix hanging after opening folder properties
5645
5646 2002-11-10 [hoa]        0.8.5claws115
5647
5648         * src/matcher_parser_lex.l
5649         * src/matcher_parser_parse.y
5650                 config file for scoring and filtering is no more trashed
5651                 when there is a syntax error in a filtering rule when
5652                 editing it in a dialog.
5653
5654 2002-11-09 [colin]      0.8.5claws114
5655
5656         * src/mbox_folder.c
5657                 Added missing initialisation of folder->destroy()
5658
5659 2002-11-09 [colin]      0.8.5claws113
5660
5661         * src/folder.c
5662           src/folderview.c
5663                 Fix the status bar messages
5664
5665 2002-11-09 [colin]      0.8.5claws112
5666
5667         * src/folderview.c
5668                 Fix hangs after folder dnd, happening after 
5669                 claws109.
5670
5671 2002-11-09 [christoph]  0.8.5claws111
5672
5673         * src/folderview.c
5674                 just changed order of calls (reverse order of
5675                 associated calls)
5676         * src/inc.c
5677                 lock inc when checking only one account, otherwise
5678                 inc all could be executed at the same time
5679
5680 2002-11-09 [christoph]  0.8.5claws110
5681
5682         * src/folderview.c
5683                 better unlock the mouse cursor before calling
5684                 summary_show because it changes the cursor too
5685
5686 2002-11-09 [christoph]  0.8.5claws109
5687
5688         * src/folder.[ch]
5689         * src/folderview.c
5690                 add functions to open and close a folder
5691                 o opending will execute scanning for remote folders
5692                   and processing
5693                 o closing will unset new flag for messages
5694
5695 2002-11-09 [colin]      0.8.5claws108
5696
5697         * src/folder.c
5698                 Add a call to prefs_matcher_write_config to 
5699                 avoid non-leaf folders filtering settings to be
5700                 lost
5701
5702 2002-11-09 [paul]       0.8.5claws107
5703
5704         * src/prefs_account.c
5705                 re-word a label
5706
5707 2002-11-09 [colin]      0.8.5claws106
5708
5709         * src/folderview.c
5710                 Minor esthetic fix
5711
5712 2002-11-09 [colin]      0.8.5claws105
5713
5714         * src/folderview.c
5715                 Fix prefs_filtering deletion for MH folders (same
5716                 reason as below)
5717         * src/prefs_filtering.c
5718                 Fix prefs_filtering renaming and deletion for 
5719                 folder-based processing rules.  
5720
5721 2002-11-09 [christoph]  0.8.5claws104
5722
5723         * src/compose.c
5724         * src/folder.[ch]
5725         * src/folderview.[ch]
5726         * src/import.c
5727         * src/inc.c
5728         * src/main.c
5729         * src/mainwindow.c
5730         * src/messageview.c
5731         * src/prefs_folder_item.c
5732         * src/procmsg.c
5733         * src/summaryview.c
5734                 implement a callback system for folder item updates
5735
5736 2002-11-09 [colin]      0.8.5claws103
5737
5738         * src/folderview.c
5739                 Fix prefs_filtering renaming for MH folders (we
5740                 shouldn't rename by path as another folder could
5741                 have the same hierarchy).
5742
5743 2002-11-09 [colin]      0.8.5claws102
5744
5745         * src/folder.c
5746                 Fix a leak found by Christoph, use better variable
5747                 names
5748
5749 2002-11-09 [colin]      0.8.5claws101
5750
5751         * src/folder.c
5752                 One more fix for processing rules
5753
5754 2002-11-08 [colin]      0.8.5claws100
5755         
5756         * src/matcher.c
5757                 Don't copy the compiled regexp (will be reevaluated)
5758         * src/folderview.c
5759                 Lock folderview while moving
5760         * src/folder.c
5761                 Provide info on what's happening to the user
5762
5763 2002-11-08 [colin]      0.8.5claws99
5764
5765         * src/folderview.c
5766                 Fix folder reordering after a move if parent is 
5767                 root
5768         * src/scoring.[ch]
5769                 Add function to copy a ScoringProp
5770         * src/prefs_folder_item.c
5771                 Copy scoring rules when copying a folder prefs
5772
5773 2002-11-08 [colin]      0.8.5claws98
5774
5775         * src/folderview.c
5776                 Fixes in case of failure
5777         * src/filtering.[ch]    
5778                 Add function to duplicate a FilteringProp
5779         * src/matcher.[ch]
5780                 Add function to duplicate a MatcherProp
5781         * src/prefs_folder_item.c
5782                 Save folder's processing rules when copying 
5783                 its prefs
5784
5785 2002-11-08 [colin]      0.8.5claws97
5786         
5787         * src/folderview.c
5788                 Sort after move
5789         * src/folder.c 
5790                 Change a printf to debug_print
5791
5792 2002-11-08 [colin]      0.8.5claws96
5793
5794         * src/folder.c
5795           src/folderview.c
5796                 Fix segfaults, call me stupido
5797         
5798
5799 2002-11-08 [colin]      0.8.5claws95
5800
5801         *src/folder.c
5802                 Added forgotten prefs to save when moving folders
5803
5804 2002-11-08 [colin]      0.8.5claws94
5805
5806         * src/folder.c
5807                 Fixes to folder DND (prefs copy)
5808         * src/folderview.c
5809                 Optimization for folder DND (don't rescan whole tree)
5810                 Added folderview_create_folder_node() for this 
5811                 optimization, so de-duped a bit the code
5812         * src/prefs_folder_item.[ch]
5813                 Added prefs_folder_item_copy_prefs()    
5814           
5815 2002-11-08 [paul]       0.8.5claws93
5816
5817         * src/prefs_account.c
5818           tools/README
5819           tools/kmail2sylpheed_v2.pl
5820                 correct some typos
5821
5822 2002-11-08 [paul]       0.8.5claws92
5823
5824         * src/compose.c
5825           src/prefs_account.[ch]
5826                 remove account options 'clearsign' and 'ascii_armored',
5827                 replace with 'default_gnupg_mode' to prevent mixed-mode
5828                 Privacy settings
5829
5830 2002-11-08 [paul]       0.8.5claws91
5831
5832         * src/compose.[ch]
5833                 re-implement GnuPG 'on-the-fly' mode selection,
5834                 disallow mixed-mode
5835
5836 2002-11-08 [colin]      0.8.5claws90
5837
5838         * src/folderview.c
5839           src/prefs_folder_item.c
5840                 Change "Property" to "Properties"
5841
5842 2002-11-07 [colin]      0.8.5claws89
5843
5844         * src/folderview.c
5845           src/folder.c
5846                 Allow folder dropping to a root folder
5847
5848 2002-11-07 [paul]       0.8.5claws88
5849
5850         * src/compose.c
5851                 revert last commit
5852
5853 2002-11-07 [paul]       0.8.5claws87
5854
5855         * src/compose.c
5856                 fix reply-to-list bug. closes bug report
5857                 "[633382] reply-to-list broken in recent cvs"
5858
5859 2002-11-07 [paul]       0.8.5claws86
5860
5861         * src/compose.c
5862                 add a forgotten '#if USE_GPGME ... #endif'
5863
5864 2002-11-07 [paul]       0.8.5claws85
5865
5866         * sync with 0.8.5cvs20
5867                 see ChangeLog 2002-11-07
5868
5869 2002-11-07 [colin]      0.8.5claws84
5870
5871         * src/folder.[ch]
5872                 Change folder_item_move_to to return the newly 
5873                 created folderitem.
5874         * src/folderview.c
5875                 Select the new folderitem after moving.
5876
5877 2002-11-07 [colin]      0.8.5claws83
5878
5879         * src/prefs_filtering.c
5880                 Fix rule rewriting when moving a leaf folder to a 
5881                 shorter path
5882
5883 2002-11-07 [colin]      0.8.5claws82
5884
5885         * src/prefs_filtering.c
5886                 fix a leak
5887
5888 2002-11-07 [colin]      0.8.5claws81
5889
5890         * src/folder.[ch]
5891                 Add folder_item_move_to() function to move a 
5892                 folderitem into another one (updates matcher etc)
5893         * src/folderview.c
5894                 Add folder drag'n drop (context menu to come)
5895                 [Should be dataloss free, but Please backup before 
5896                  trying !]
5897
5898 2002-11-06 [colin]      0.8.5claws80
5899
5900         * src/mh.c
5901                 mh_create_folder() returns NULL if can't create
5902                 directory hierarchy
5903
5904 2002-11-06 [paul]       0.8.5claws79
5905
5906         * src/compose.[ch]
5907                 allow 'on-the-fly' changing of the type of encryption 
5908                 and/or signing used (mime/ascii) via the compose window
5909
5910 2002-11-06 [paul]       0.8.5claws78
5911
5912         * sync with 0.8.5cvs19
5913                 see ChangeLog 2002-11-06 for src/account.c: 
5914                 account_get_special_folder()
5915                 
5916 2002-11-05 [alfons]     0.8.5claws77
5917
5918         * src/crash.c
5919                 very minor cleanups: nothing to see here, move on. :-)
5920
5921 2002-11-05 [colin]      0.8.5claws76
5922
5923         * src/main.c
5924                 Changes choices if compose windows are opened to
5925                 Discard, Draft, Don't quit
5926
5927 2002-11-05 [thorsten]   0.8.5claws75
5928
5929         * src/compose.c
5930                 reenabled default_reply_to folder option
5931
5932 2002-11-05 [colin]      0.8.5claws74
5933
5934         * src/compose.[ch] 
5935                 add compose_draft()
5936         * src/crash.c
5937                 add SIGTERM handler
5938         * src/main.[ch]
5939                 add clean_quit() for the SIGTERM handler
5940
5941 2002-11-05 [paul]       0.8.5claws73
5942         
5943         * po/es.po
5944                 updated by Ricardo Mones Lastra
5945
5946 2002-11-05 [melvin]     0.8.5claws72
5947
5948         * src/logwindow.c
5949                 Fixed log-clipping bug #616795.
5950                 To stop logging in the log window use 0 length.
5951         * src/prefs_common.c
5952                 Added a label to inform about the 0 log length behaviour.
5953
5954 2002-11-05 [paul]       0.8.5claws71
5955
5956         * sync with 0.8.5cvs17
5957                 see ChangeLog 2002-11-05
5958
5959 2002-11-04 [paul]       0.8.5claws70
5960
5961         * sylpheed-128x128.png
5962           sylpheed-64x64.png
5963           sylpheed.png
5964                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
5965                 <nikai@users.sourceforge.net>
5966                 
5967         * po/bg.po
5968                 updated by George Danchev
5969
5970 2002-11-03 [thorsten]   0.8.5claws69
5971
5972         * src/main.c
5973           src/mimeview.c
5974           src/rfc2015.h
5975                 add check if gpg is active
5976
5977 2002-11-03 [thorsten]   0.8.5claws68
5978
5979         * src/toolbar.h
5980                 removed GSList declaration causing trouble on MacOS-X
5981                 (submitted by alfons, reported by xfesty)
5982
5983 2002-11-01 [paul]       0.8.5claws67
5984
5985         * src/mainwindow.c
5986                 remove last remnants of main's filter code
5987
5988 2002-11-01 [paul]       0.8.5claws66
5989
5990         * tools/filter_conv.pl
5991                 fix bug where user-defined headers were ignored
5992
5993 2002-11-01 [paul]       0.8.5claws65
5994
5995         * src/logwindow.c
5996                 make a debug_print() not translatable
5997
5998 2002-10-31 [melvin]     0.8.5claws64
5999
6000         * ac/aspell.m4
6001                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6002                 not run any GNU/aspell test.  The dictionary path will
6003                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6004                 was given, in which case, it will be $prefix/lib/aspell/
6005         * configure.in
6006                 Fixed typo in commentary (Aspell code).
6007
6008 2002-10-31 [paul]       0.8.5claws63
6009
6010         * po/POTFILES.in
6011                 remove src/filter.c and src/prefs_filter.c
6012                 thanks to Ricardo for reminding me
6013
6014 2002-10-31 [colin]      0.8.5claws62
6015
6016         * src/mbox_folder.c
6017                 Plug some leaks
6018
6019 2002-10-31 [paul]       0.8.5claws61
6020
6021         * src/prefs_filter.[ch] ** REMOVED **
6022           src/filter.[ch]       ** REMOVED **
6023           
6024         * src/Makefile.am
6025           src/folderview.c
6026           src/inc.c
6027           src/main.c
6028           src/mainwindow.c
6029           src/mbox.c
6030           src/prefs_common.c
6031           src/prefs_filtering.c
6032           src/summaryview.[ch]
6033                 remove main's 'filter' code
6034                 
6035         README.claws
6036                 update to reflect removal of main's filter
6037
6038 2002-10-31 [paul]       0.8.5claws60
6039
6040         * src/summaryview.c
6041                 remove check for global_processing in summary_filter_open(). 
6042                 This fixes the bug where if the user uses the right-click 
6043                 'Create filter rule...' and doesn't have any filter rules 
6044                 already defined in claws' advanced filtering, the newly 
6045                 created filter rule goes to main's filtering which is 
6046                 inaccessible through the gui. Now the filter rule gets added
6047                 to claws' filtering by default.
6048
6049 2002-10-28 [melvin]     0.8.5claws59
6050
6051         * src/prefs_actions.c
6052                 Fixed bug #627322 where MIME parts were not always
6053                 correctly passed to a %p action
6054                 Display an error dialog when message filename is not found.
6055
6056 2002-10-28 [melvin]     0.8.5claws58
6057
6058         * src/prefs_common.c
6059                 Readded a missing function declaration lost in 0.8.3claws34
6060
6061 2002-10-28 [paul]       0.8.5claws57
6062
6063         * sync with 0.8.5cvs15
6064                 see ChangeLog 2002-10-28 and 2002-10-25
6065                 
6066         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6067
6068 2002-10-27 [oliver]     0.8.5claws56
6069
6070         * src/pop.c
6071                 plug leak in pop3_top_recv
6072
6073 2002-10-26 [christoph]  0.8.5claws55
6074
6075         * src/folder.c
6076                 set need_update folder flag when messages are added
6077                 (closes bug [ 626922 ] folder not updated after receiving)
6078
6079 2002-10-25 [melvin]     0.8.5claws54
6080
6081         * src/imageview.c
6082                 Fixed a memleak introduced in the scaling code.
6083
6084 2002-10-24 [alfons]     0.8.5claws53
6085
6086         * src/filtering.c
6087                 make filtering's forward message action forward from the 
6088                 correct account
6089                 (closes bug [628089 ] Filter -> Forward from address problem
6090                 reported by Oktay)
6091
6092 2002-10-24 [christoph]  0.8.5claws52
6093
6094         * src/mainwindow.c
6095         * src/manual.[ch]
6096                 o use manual of current locale or english if current
6097                   locale is not available (and english is available)
6098                 o also link to sylpheed doc project manuals
6099
6100 2002-10-23 [paul]       0.8.5claws51
6101
6102         * tools/README
6103           tools/kmail2sylpheed_v2.pl
6104                 add new version of kmail addressbook importer script.
6105                 works with newer versions of Kmail/KAddressBook which
6106                 have new and rearranged data.
6107
6108 2002-10-23 [martin]     0.8.5claws50
6109
6110         * src/folderview.c
6111         * src/summaryview.c
6112         * src/utils.h
6113         * src/utils.c
6114                 added length parameter to get_abbrev_newsgroup_name()
6115                 changed this function so that it abbreviates the newsgroup
6116                 names only so long it is smaller than the length parameter
6117                 (for better reading of some newsgroup names and space efficiency)
6118
6119 2002-10-22 [colin]      0.8.5claws49
6120
6121         *src/foldersel.c
6122                 Revert Alfons' last modification (after voting ;-))
6123
6124 2002-10-21 [alfons]     0.8.5claws48
6125
6126         * src/foldersel.c
6127                 folder view in folder selection dialog reflects state of
6128                 folder view in main window
6129
6130 2002-10-18 [alfons]     0.8.5claws47
6131
6132         * src/mbox.c
6133                 drop imported messages in folder selected by user,
6134                 and not in the inbox
6135                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6136
6137 2002-10-18 [alfons]     0.8.5claws46
6138
6139         * src/compose.c
6140                 make automagic reply work correctly for email accounts 
6141                 (whether it's viable to do a full sync with Hiro's 
6142                 compose.c is still under discussion)
6143
6144 2002-10-18 [melvin]     0.8.5claws45
6145
6146         * src/prefs_actions.c
6147                 Fixed bug #622275 where asynchroneous actions left 
6148                 zombies processes
6149                 Made (synchroneous) actions' input be displayed live.
6150
6151 2002-10-18 [christoph]  0.8.5claws44
6152
6153         * src/textview.c
6154                 don't add a newline in the textview in front of the
6155                 first textpart if header display is disabled
6156                 (closes bug [ 603385 ] disabled header display leaves blank
6157                  lin)
6158
6159 2002-10-18 [christoph]  0.8.5claws43
6160
6161         * src/folder.[ch]
6162         * src/imap.c
6163         * src/mbox_folder.c
6164         * src/mh.c
6165         * src/news.c
6166                 folder->get_num_list now returns an error code
6167                 (closes bug [ 609424 ] News cache cleared on failure)
6168                 
6169 2002-10-17 [colin]      0.8.5claws42
6170         
6171         * src/news.c
6172                 Changed a printf by debug_print
6173
6174 2002-10-16 [paul]       
6175
6176         * tools/OOo2sylpheed.pl
6177                 allow for spaces in the name of the
6178                 file to be attached.
6179
6180 2002-10-16 [colin]      0.8.5claws41
6181
6182         * src/main.c
6183                 Use a tristate to change online mode
6184
6185 2002-10-16 [paul]       0.8.5claws40
6186
6187         * po/es.po
6188                 updated by Ricardo Mones Lastra
6189
6190 2002-10-16 [colin]      0.8.5claws39
6191
6192         * src/main.c
6193           src/mainwindow.[ch]
6194                 Added --online and --offline command-line
6195                 switches
6196
6197 2002-10-15 [christoph]  0.8.5claws38
6198
6199         * src/procmime.c
6200                 set mimeinfo->name to NULL after g_free to
6201                 avoid double freeing with g_free
6202
6203 2002-10-14 [christoph]  0.8.5claws37
6204
6205         * src/compose.c
6206         * src/filtering.c
6207         * src/summaryview.c
6208                 remove calls to folder->change_flags that are now
6209                 done by procmsg flag functions (seems it is not
6210                 used by any foldertype anyway)
6211         * src/folder.c
6212                 init folder->change_flags with NULL
6213
6214 2002-10-14 [christoph]  0.8.5claws36
6215
6216         * src/folder.[ch]
6217         * src/imap.[ch]
6218                 use virtual functions for folder item new and destroy
6219                 functions
6220
6221 2002-10-14 [melvin]     0.8.5claws35
6222
6223         * src/compose.c
6224                 Added a test to not run the spell checker if no default
6225                 dictionary is available. No dialog is displayed though.
6226
6227 2002-10-14 [melvin]     0.8.5claws34
6228
6229         * src/gtkaspell.c
6230                 Fixed bug in dictionary list context menu where
6231                 "More..." pointed to an emtpy submenu if the
6232                 number of dictionaries is a multiple of 15
6233                 Removed unneeded code in suggestions list creation
6234
6235 2002-10-14 [paul]       0.8.5claws33
6236
6237         * po/bg.po
6238                 updated by George Danchev
6239
6240 2002-10-13 [hoa]        0.8.5claws32
6241
6242         * src/matcher.[ch]
6243           src/matcher_parser_parser.y
6244                 removed the escaped string from internal structure
6245                 of matcher.
6246
6247 2002-10-12 [colin]      0.8.5claws31
6248
6249         * src/gtksctree.[ch]
6250           src/summaryview.c
6251                 Removed useless function gtksctree_reanchor
6252
6253 2002-10-12 [alfons]     0.8.5claws30
6254         
6255         * sync with remaining main changes 2002-10-09 - 2002-10-11
6256         - drop changes to src/compose.c (requires claws specific changes)
6257         
6258 2002-10-12 [alfons]     0.8.5claws29
6259         
6260         * sync with main changes of 2002-10-08
6261         - drop changes to src/compose.c (requires claws specific changes)
6262         - drop changes to src/summaryview.c (requires changes to compose.c)     
6263
6264 2002-10-12 [alfons]     0.8.5claws28
6265         
6266         * sync with main changes of 2002-10-07
6267
6268 2002-10-12 [alfons]     0.8.5claws27
6269
6270         * sync with main changes of 2002-10-04
6271         - drop changes to src/compose.c (requires claws specific changes)
6272         - drop changes to src/prefs_folder_item.c (claws implementation
6273           seems to be working)
6274
6275 2002-10-12 [colin]      0.8.5claws26
6276
6277         * src/mainwindow.c
6278                 Fix folder-flicker when space-reading, introduced 
6279                 in claws22.
6280
6281 2002-10-12 [colin]      0.8.5claws25
6282
6283         * src/compose.c
6284                 Save account address when saving as draft.
6285                 (closes bug 621838)
6286
6287 2002-10-12 [colin]      0.8.5claws24
6288
6289         * src/summaryview.c
6290                 Fix the problem consisting of no message selected
6291                 after the last message in a folder has been moved.
6292
6293 2002-10-12 [paul]       0.8.5claws23
6294
6295         * src/compose.c
6296           src/prefs_template.c
6297           src/template.[ch]
6298                 add Cc and Bcc to templates. Patch submitted by
6299                 John L. Males.
6300
6301 2002-10-12 [colin]      0.8.5claws22
6302
6303         * src/folderview.c
6304                 Fix a bug after "Check for new messages":
6305                 If a folder was opened, it was still selected at
6306                 the end of the check, but displayed empty.
6307         * src/mainwindow.c
6308                 Remove unnecessary check
6309
6310 2002-10-12 [paul]
6311
6312         * tools/README
6313                 be more verbose in the description of
6314                 OOo2sylpheed.pl
6315                 
6316
6317 2002-10-11 [colin]      0.8.5claws21
6318
6319         * src/mainwindow.c
6320                 Make space work (better) when no mail is selected
6321
6322 2002-10-11 [colin]      0.8.5claws20
6323
6324         * src/inc.c
6325           src/news.c
6326                 fix warnings
6327
6328 2002-10-11 [colin]      0.8.5claws19
6329
6330         * src/mainwindow.c
6331                 revert 0.8.5claws6 changes as i couldn't get to
6332                 anything satisfying
6333
6334 2002-10-11 [melvin]     0.8.5claws18
6335
6336         * src/compose.c
6337                 Removed buggy and unused macro (should have been committed in
6338                 0.8.5claws17)
6339
6340 2002-10-11 [melvin]     0.8.5claws17
6341
6342         * src/compose.c
6343                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
6344
6345 2002-10-11 [thorsten]   0.8.5claws16 
6346
6347         * src/folderview.c
6348                 remove rescan warning
6349
6350 2002-10-11 [colin]      0.8.5claws15 
6351
6352         * src/procheader.c
6353                 fix a segfault that happens if conv_unmime_header
6354                 fails (should be better to find out why it fails)
6355
6356 2002-10-11 [christoph]  0.8.5claws14
6357
6358         * src/summaryview.c
6359                 update folderview stats after ignore/unignore thread
6360
6361 2002-10-11 [hoa]        0.8.5claws13
6362
6363         * src/quote_fmt_parse.y
6364                 Fixed a yacc/bison syntax error
6365         * src/matcher.c
6366                 Escaping of string is fixed.
6367
6368 2002-10-11 [colin]      0.8.5claws12
6369
6370         * src/imageview.c
6371                 Resize images to fit
6372
6373 2002-10-11 [paul]       0.8.5claws11
6374
6375         * po/es.po
6376                 updated by Ricardo Mones Lastra
6377
6378 2002-10-10 [alfons]     0.8.5claws10
6379
6380         * src/compose.c
6381                 allow dropping files by "moving" files from a file manager,
6382                 not only by the more cumbersome "copying". the latter 
6383                 mostly implies holding down the Control button
6384
6385 2002-10-10 [christoph]  0.8.5claws9
6386
6387         * src/summaryview.c
6388                 update folders after thread building for ignored threads
6389
6390 2002-10-10 [christoph]  0.8.5claws8
6391
6392         * config/.cvsignore
6393                 added Makefile
6394         * src/filtering.[ch]
6395         * src/folder.[ch]
6396         * src/folderview.[ch]
6397         * src/import.c
6398         * src/inc.[ch]
6399         * src/mbox.[ch]
6400         * src/procmsg.c
6401         * src/summaryview.[ch]
6402                 o added new flag need_update to FolderItem
6403                 o removed folder_table from various functions from tracking
6404                   folder updates
6405                 o set need_update flags in folder.c's move, copy and delete
6406                   functions and procmsg's flags functions
6407                 o added function folderview_update_items_when_required that
6408                   updates all folders with need_update set
6409                 o call folderview_update_items_when_required instead of
6410                   folderview_update_item_foreach
6411
6412 2002-10-09 [sergey]     0.8.5claws7
6413
6414         * src/compose.c
6415                 Strip CRs whel loading the text into editor in reedit mode.
6416
6417 2002-10-09 [colin]      0.8.5claws6
6418
6419         * src/mainwindow.c
6420                 Make Space work when no mail is selected
6421
6422 2002-10-09 [colin]      0.8.5claws5
6423
6424         * src/gtksctree.[ch]
6425                 Fix range_select
6426                 Add gtk_sctree_reanchor() 
6427         * src/summaryview.c
6428                 Use gtk_sctree_reanchor() - better fix for 
6429                 bug 60413
6430
6431 2002-10-09 [colin]      0.8.5claws4
6432
6433         * src/summaryview.c
6434                 Fix shift-click select after delete problem
6435                 (closes bug 60413)
6436
6437 2002-10-08 [thorsten]   0.8.5claws3
6438
6439         * src/summaryview.c
6440                 exclude current msg from -hide read messages-
6441
6442 2002-10-08 [colin]      0.8.5claws2
6443
6444         * src/inc.[ch]
6445           src/pop.c
6446           src/recv.c
6447                 Differentiate socket errors from disk full
6448                 errors
6449
6450 2002-10-08 [christoph]  0.8.5claws1
6451
6452         * Makefile.am
6453         * configure.in
6454                 modifications for new config directory
6455
6456         * config.guess  ** REMOVED **
6457         * config.sub    ** REMOVED **
6458         * install-sh    ** REMOVED **
6459         * ltmain.sh     ** REMOVED **
6460         * missing       ** REMOVED **
6461         * mkinstalldirs ** REMOVED **
6462                 these files are autogenerated by automake
6463                 when you run autogen.sh
6464
6465         * config/.cvsignore     ** NEW FILE **
6466         * config/Makefile.am    ** NEW FILE **
6467                 ignore autogenerated files
6468                 create a Makefile in this directory
6469
6470 2002-10-08 [paul]       0.8.5claws
6471
6472         * 0.8.5claws release
6473         
6474         * src/compose.c
6475           src/procheader.c
6476           src/procmsg.c
6477                 fix quote reply format for newsgroups reply bug
6478                 (thanks to Hoa)
6479                 
6480         * po/en_GB.po
6481           po/pl.po
6482                 updated by me and Witold Wladyslaw Wojciech Wilk
6483                 repectively
6484
6485 2002-10-07 [paul]       0.8.3claws53
6486
6487         * po/it.po
6488           po/pt_BR.po
6489           po/sr.po
6490                 updated messages catalogs, submitted by
6491                 Alessandro Maestri, Fabio Jr.Beneditto 
6492                 and Urke MMI, respectively.
6493
6494 2002-10-07 [christoph]  0.8.3claws52
6495
6496         * src/folder.[ch]
6497         * src/folderview.c
6498         * src/mainwindow.c
6499                 fix new folder ghost message bug
6500                 (closes bug [ 619722 ] wrong count for newly created folders)
6501
6502 2002-10-07 [christoph]  0.8.3claws51
6503
6504         * src/compose.c
6505                 fix news posting problem
6506
6507 2002-10-07 [melvin]     0.8.3claws50
6508
6509         * po/fr.po
6510                 Updated French translation
6511
6512 2002-10-05 [christoph]  0.8.3claws49
6513
6514         * src/gtkstext.c
6515                 check if line_start_cache is set in gtk_stext_update_text
6516                 (closes bug [ 618119 ] crash while doing search in folder)
6517
6518 2002-10-05 [christoph]  0.8.3claws48
6519
6520         * src/imap.c
6521         * src/news.c
6522         * src/utils.c
6523         * src/utils.h
6524                 implement cache cleanups for claws' folder system
6525                 (closes bug [ 595916 ] imapcache not cleaned up)
6526
6527 2002-10-05 [melvin]     0.8.3claws47
6528
6529         * src/prefs_actions.c
6530                 Made the help text more clear for the %p token
6531
6532 2002-10-04 [paul]       0.8.3claws46
6533
6534         * sync with 0.8.5
6535                 see ChangeLog 2002-10-02 and 2002-10-03
6536
6537 2002-10-04 [christoph]  0.8.3claws45
6538
6539         * src/inc.c
6540                 fix segfault caused by pop before smtp
6541                 call to inc_account_mail with NULL
6542                 pointer for mainwin
6543
6544 2002-10-04 [paul]       0.8.3claws44
6545
6546         * configure.in
6547                 sync the LDAP detection from 0.8.5cvs1
6548
6549 2002-10-02 [christoph]  0.8.3claws43
6550
6551         * po/de.po
6552                 fix small spelling error
6553
6554 2002-10-02 [melvin]     0.8.3claws42
6555
6556         * ac/aspell.m4
6557                 Behave better and say "no" when test program cannot be run.
6558
6559 2002-10-02 [paul]       0.8.3claws41
6560
6561         * sync with 0.8.4cvs1
6562                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
6563                 
6564         * src/summaryview.c
6565                 toggle the behavior of Reply menuitem between
6566                 normal reply and reply-to-list
6567
6568 2002-10-01 [sergey]     0.8.3claws40
6569
6570         * src/compose.c
6571                 Convert newlines in the message text to the canonical form
6572                 before base64 encoding (RFC2045 compliance, fixes some
6573                 interoperability issues with Evolution 1.0.3)
6574
6575 2002-09-29 [colin]      0.8.3claws39
6576
6577         * src/summaryview.c
6578                 Fix an unwanted copy/paste
6579
6580 2002-09-29 [colin]      0.8.3claws38
6581
6582         * src/mainwindow.c
6583                 Renamed "Custom toolbar" to "Customize toolbar"
6584                 Renamed "Show all header" to "Show all headers"
6585                 Renamed "Set diplay item" to "Set displayed items"
6586         * src/prefs_common.c
6587                 Renamed "Show all header" to "Show all headers"
6588         * src/prefs_summary_column.c
6589                 Renamed "diplay item" to "displayed items"
6590
6591 2002-09-29 [colin]      0.8.3claws37
6592
6593         * src/mainwindow.[ch]
6594                 online/offline status pixmaps follow theme
6595                 changes
6596         * src/summaryview.[ch]
6597                 quicksearch pixmap follows theme changes
6598
6599 2002-09-29 [thorsten]   0.8.3claws36
6600
6601         * src/compose.c
6602           src/prefs_folder_item.[ch]
6603                 add default_reply_to folder option (closes patch 581044)
6604
6605 2002-09-29 [christoph]  0.8.3claws35
6606
6607         * acconfig.h    ** REMOVED **
6608         * configure.in
6609         * ac/aspell.m4
6610         * ac/check-type.m4
6611         * ac/gnupg-check-typedef.m4
6612                 fix autoheader 2.50 warning
6613
6614 2002-09-29 [christoph]  0.8.3claws34
6615
6616         * major code cleanup (part 2)
6617         
6618                 - unused variables removed
6619                 - unused functions removed
6620                 - uninitialized variables checked
6621                 - missing return statements added
6622                 - missing function return types added
6623                 - added parentheses around assignment
6624                   when suggested by gcc
6625
6626 2002-09-29 [alfons]     0.8.3claws33
6627
6628         * src/logwindow.c
6629                 log_window_clear(): only bracket gtk_text_forward_delete() 
6630                 with gtk_text_freeze() / gtk_text_thaw() (see if this
6631                 works around GTK text bug)
6632
6633 2002-09-29 [paul]       0.8.3claws32
6634
6635         * po/bg.po
6636           po/sr.po
6637                 updated by George Danchev and Urke MMI
6638                 respectively
6639
6640 2002-09-27 [christoph]  0.8.3claws31
6641
6642         * doc-src/readme.txt
6643         * doc-src/rfc1806.txt   ** REMOVED **
6644         * doc-src/rfc2183.txt   ** NEW FILE **
6645         * doc-src/rfc2980.txt   ** NEW FILE **
6646                 update rfcs
6647
6648 2002-09-27 [melvin]     0.8.3claws30
6649
6650         * ac/aspell.m4
6651                 Fixed typo which could break linking
6652
6653 2002-09-27 [melvin]     0.8.3claws29
6654
6655         * ac/aspell.m4
6656                 Improved GNU/aspell checking. 
6657                 Fixed bug #614490
6658
6659 2002-09-27 [paul]       0.8.3claws28
6660
6661         * sync with 0.8.3cvs8
6662                 see ChangeLog 2002-09-27
6663
6664 2002-09-26 [colin]      0.8.3claws27
6665
6666         * src/toolbar.[ch]
6667           src/mainwindow.[ch]
6668                 Add "Reply to Mailing-list" to the toolbar
6669
6670 2002-09-26 [christoph]  0.8.3claws26
6671
6672         * src/summaryview.c
6673                 Fix wrong message counts in summaryview status
6674
6675 2002-09-26 [paul]       0.8.3claws25
6676
6677         * sync with 0.8.3cvs7
6678                 see ChangeLog 2002-09-26
6679
6680 2002-09-26 [paul]       0.8.3claws24
6681
6682         * sync with 0.8.3cvs6
6683                 see ChangeLog 2002-09-25
6684
6685 2002-09-25 [christoph]  0.8.3claws23
6686
6687         * src/prefs_common.c
6688         * src/prefs_folder_item.c
6689         * src/prefs_scoring.c
6690                 Renamed "kill score" to "hide score" in GUI
6691                 and prefs files
6692
6693 2002-09-25 [paul]       0.8.3claws22
6694
6695         * sync with 0.8.3cvs5
6696                 see ChangeLog 2002-09-24
6697
6698 2002-09-24 [alfons]     0.8.3claws21
6699
6700         patch by Satoshi Nagayasu: allows appending / saving multiple 
6701         selected files (closes "[ 612279 ] save multiple mesg(s) in 
6702         'Save as ...'")
6703
6704         * AUTHORS
6705                 add Satoshi Nagayasu
6706         * src/summaryview.c
6707                 summary_save_as(): allow saving selected files to
6708                 one file
6709                 summary_set_menu_sensitive: enable "Save As..." when
6710                 multiple files are selected
6711         * src/utils.[ch]
6712                 append_file(): new function
6713
6714 2002-09-24 [colin]      0.8.3claws20
6715
6716         * src/procmime.c
6717                 Fix segfault when mimeinfo doesn't have a 
6718                 content_type. 
6719
6720 2002-09-24 [colin]      0.8.3claws19
6721
6722         * src/prefs_common.[ch]
6723                 Add a preference to display send dialog or not
6724         * src/send.c
6725                 Display send dialog according to preference
6726
6727 2002-09-24 [colin]      0.8.3claws18
6728
6729         * src/compose.[ch]
6730                 Disable user actions when sending
6731
6732 2002-09-24 [colin]      0.8.3claws17
6733
6734         * src/procmime.c
6735                 Do not display name or filename for attachments
6736                 with an application/pgp-signature type
6737                 (security flaw, see bug 537413)
6738
6739 2002-09-23 [colin]      0.8.3claws16
6740
6741         * src/editaddress.c
6742                 Initialize entry_email, entry_alias and 
6743                 entry_remarks to first email address of the list
6744
6745 2002-09-23 [colin]      0.83claws15
6746
6747         * src/compose.c
6748                 Drop pgp-signature when reediting a signed queued
6749                 message
6750
6751 2002-09-23 [melvin]     0.8.3claws14
6752
6753         * po/fr.po
6754                 Updated French translation
6755
6756 2002-09-23 [melvin]     0.8.3claws13
6757
6758         * src/mainwindow.c
6759                 Made custom toolbar menu labels more consistent
6760         * src/prefs_toolbar.c
6761                 Made custom toolbar window title more consistent
6762
6763 2002-09-22 [colin]      0.8.3claws12
6764
6765         * src/inc.c
6766                 Initialize session type to normal before getting 
6767                 mail (fixes strange Get behaviour)
6768         * src/prefs_account.h
6769                 Move STYPE_POP_BEFORE_SMTP to last position to 
6770                 avoid other side-effects
6771
6772 2002-09-22 [colin]      0.8.3claws11
6773
6774         * src/prefs_account.c
6775                 Fix pop_bfr_smtp_tm_entry sensivity when switching
6776                 from pop3 to apop or vice-versa
6777
6778 2002-09-22 [colin]      0.8.3claws10
6779         
6780         * src/prefs_account.[ch]
6781                 Add an option for the POP before SMTP timeout
6782         * src/inc.c
6783                 Remember time of last POP connection
6784         * src/send.c
6785                 Do POP before SMTP only if timeout reached
6786
6787 2002-09-22 [oliver]     0.8.3claws9
6788         
6789         * README.claws
6790                 explain custom toolbar
6791
6792 2002-09-22 [oliver]     0.8.3claws8
6793
6794         * src/prefs_actions.[ch]
6795         custom toolbar for compose      
6796                 actions callback from compose toolbar
6797         * src/folderview.c
6798                 remove include toolbar.h
6799
6800 2002-09-22 [oliver]     0.8.3claws7
6801         
6802         * src/prefs_toolbar.[ch]
6803                 custom toolbar for compose
6804                 - generic prefs_toolbar handles both
6805                   Mainwin's toolbar as well as Compose toolbar          
6806
6807 2002-09-22 [oliver]     0.8.3claws6
6808         
6809         * src/toolbar.[ch]
6810                 custom toolbar for compose
6811                 restructure toolbar.[ch]
6812
6813 2002-09-22 [oliver]     0.8.3claws5
6814
6815         * src/compose.[ch]
6816                 custom toolbar for compose
6817
6818 2002-09-22 [oliver]     0.8.3claws4
6819         
6820         * src/mainwindow.[ch]
6821                 custom toolbar for compose 
6822                 move mainwin toolbar back to mainwindow
6823
6824 2002-09-22 [alfons]     0.8.3claws3
6825
6826         * src/procmsg.c
6827                 :%sno/if(/if (/gc
6828                 :%sno/for(/for (/gc
6829                 (beautify)
6830
6831 2002-09-22 [alfons]     0.8.3claws2
6832         
6833         * src/procmsg.c
6834                 procmsg_save_to_outbox(): don't unlink message file from queue;
6835                 callers should do it using folder_item_remove_msg()
6836
6837 2002-09-22 [colin]      0.8.3claws1
6838
6839         * src/mimeview.[ch]
6840                 Made mimeview_check_signature() public
6841         * src/textview.c
6842                 Made GPG signatures verifiable by clicking
6843                 the [application/pgp-signature] in the Text
6844                 view
6845
6846 2002-09-22 [paul]       0.8.3claws
6847
6848         * po/bg.po
6849           po/en_GB.po
6850           po/es.po
6851           po/it.po
6852           po/pl.po
6853           po/pt_BR.po
6854           po/sr.po
6855                 updated translations, submitted by George Danchev,
6856                 me, Ricardo Mones Lastra, Alessandro Maestri,
6857                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
6858                 and Urke MMI, respectively.     
6859
6860 2002-09-22 [alfons]     0.8.2claws65
6861
6862         * src/procmsg.c
6863         * src/pgptext.c
6864                 no furry valgrinds have been used to plug these memleaks
6865
6866 2002-09-20 [paul]       0.8.2claws64
6867
6868         * sync with 0.8.3cvs4
6869                 'Select thread' re-implemented 
6870                 see ChangeLog 2002-09-20
6871
6872 2002-09-21 [alfons]     0.8.2claws63
6873
6874         * src/compose.c
6875                 compose_send(): plug unnoticed memleak
6876
6877 2002-09-20 [alfons]     0.8.2claws62
6878
6879         * src/addr_compl.c
6880                 replace_address_in_edit(): strict check for NULL address to
6881                 fix "[ 607348 ] Segfault in address completion". My guess is
6882                 that this happens with an empty address book, but it's good
6883                 to have this check here anyway
6884                 
6885                 completion_window_button_press(): free string returned 
6886                 from the internal cache
6887
6888 2002-09-20 [christoph]  0.8.2claws61
6889
6890         * src/procmime.h
6891                 added ENC_BINARY to EncodingType
6892         * src/procmime.c
6893                 the string returned by procmime_get_encoding_str
6894                 should not depend on the order of values in the
6895                 EncodingType definition
6896         * doc-src/rfc1806.txt   ** NEW FILE **
6897                 Added rfc1806 about MIME Content-Disposition
6898                 Extension
6899
6900 2002-09-19 [paul]       0.8.2claws60
6901
6902         * sync with 0.8.2cvs3
6903                 see ChangeLog 2002-09-19
6904
6905 2002-09-19 [paul]       0.8.2claws59
6906
6907         * src/prefs_folder_item.c
6908                 revert to Darko's original alignment of colour
6909                 selector button
6910                 add a colon to folder_color label
6911                 
6912         * src/compose.c
6913                 add Colin's patch (with Hiro's modifications) to 
6914                 force BASE64 encoding for 8-bit text when signing
6915                 (sync with 0.8.3cvs2)
6916
6917 2002-09-18 [alfons]     0.8.2claws58
6918
6919         * src/compose.c
6920                 :%sno/if(/if (/gc
6921                 :%sno/for(/for (/gc
6922                 (beautify a little bit)
6923
6924 2002-09-18 [christoph]  0.8.2claws57
6925
6926         * src/pine.c
6927                 fix handling of fgetc return value
6928
6929 2002-09-17 [alfons]     0.8.2claws56
6930         
6931         * src/summaryview.c
6932                 summary_sort(): check non-NULL summaryview->folder_item when no 
6933                 folder is selected at all
6934                 (closes "[ 610344 ] sort label make syl Crash")
6935
6936 2002-09-17 [alfons]     0.8.2claws55
6937         
6938         * src/compose.c
6939                 beautify a little bit
6940
6941 2002-09-17 [christoph]  0.8.2claws54
6942
6943         * src/folder.c
6944                 initialize max values for cache and folder
6945                 when cache or folder is empty
6946
6947 2002-09-15 [colin]      0.8.2claws53
6948
6949         * src/compose.c
6950                 Fix a leak (thanks Alfons!) and cleaned
6951                 variables names for custom headers
6952
6953 2002-09-15 [colin]      0.8.2claws52
6954
6955         * src/compose.c
6956                 Fix custom headers recognition when
6957                 prefs_common.trans_hdr is on
6958
6959 2002-09-15 [colin]      0.8.2claws51
6960
6961         * src/compose.c
6962                 Allow dynamically-added custom headers
6963                 Yet not reparsed if reedited
6964
6965 2002-09-15 [alfons]     0.8.2claws50
6966
6967         * src/prefs_account.c
6968                 fix warnings
6969
6970 2002-09-15 [colin]      0.8.2claws49
6971         
6972         * src/prefs_account.c
6973                 fix pop_before_smtp sensitivity
6974
6975 2002-09-15 [colin]      0.8.2claws48
6976
6977         * src/inc.[ch]
6978                 add inc_pop_before_smtp()
6979                 allow MainWindow to be undefined in 
6980                 inc_account_mail() and inc_start()
6981         * src/pop.c
6982           src/prefs_account.h
6983                 add STYPE_POP_BEFORE_SMTP session type
6984         * src/prefs_account.c
6985                 activated pop before smtp option
6986         * src/send.c
6987                 do pop before smtp if the relevant option 
6988                 is set
6989
6990 2002-09-15 [paul]       0.8.2claws47
6991
6992         * sync with 0.8.3
6993                 see ChangeLog 2002-09-15
6994
6995 2002-09-14 [paul]       0.8.2claws46
6996
6997         * po/bg.po
6998                 updated Bulgarian translation, submitted by
6999                 George Danchev
7000
7001 2002-09-13 [paul]       0.8.2claws45
7002
7003         * src/compose.c
7004                 merge claws' select_account() with main's
7005                 (new) compose_select_account(). [sync with
7006                 0.8.2cvs15, see ChangeLog 2002-09-11]
7007
7008 2002-09-12 [christoph]  0.8.2claws44
7009
7010         * src/filter.c
7011                 allocate 1 elements of FolderItem not 0
7012
7013 2002-09-12 [colin]      0.8.2claws43
7014
7015         * src/compose.c
7016                 Fix bug #590825 (obey Follow-up: poster)
7017
7018 2002-09-12 [colin]      0.8.2claws42
7019
7020         * src/procmime.c
7021                 Fix bug #557009 (wrong headers for messages 
7022                 forwarded as attachments)
7023
7024 2002-09-11 [colin]      0.8.2claws41
7025         
7026         * src/compose.c
7027                 Put SCF: pseudo-header on top of message
7028                 Set draft tmp_flag when saved as draft
7029
7030         * src/procmsg.c
7031           src/procheader.c
7032                 Skip after first \n\n for beginning of real message
7033                 for drafts too
7034
7035 2002-09-11 [christoph]  0.8.2claws40
7036
7037         * src/filtering.c
7038                 use procmsg flag functions in filtering or processing
7039                 will cause incorrect folder message counts
7040
7041 2002-09-11 [colin]      0.8.2claws39
7042
7043         * src/compose.c
7044                 Fix bug #550175 - wrong save folder when reediting
7045                 drafts
7046
7047 2002-09-11 [paul]       0.8.2claws38
7048
7049         * sync with 0.8.2cvs14
7050                 see ChangeLog 2002-09-11
7051
7052 2002-09-11 [colin]      0.8.2claws37
7053
7054         * src/folder.c
7055                 Fix a typo (seeming to cause new/unread status to
7056                 be lost)
7057
7058 2002-09-10 [christoph]  0.8.2claws36
7059
7060         * src/compose.c
7061                 compose_redirect should not use compose_generic_new
7062                 because that does more stuff than expected including
7063                 opening the external editor
7064                 (closes bug "[ 526608 ] bounced messages appear blank
7065                  in editor")
7066
7067 2002-09-10 [christoph]  0.8.2claws35
7068
7069         * src/folder.c
7070                 fix problem with too large message number range
7071                 causing a crash in folder_item_scan
7072
7073 2002-09-10 [paul]       0.8.2claws34
7074
7075         * sync with 0.8.2cvs13
7076                 see ChangeLog 2002-09-10
7077
7078 2002-09-10 [christoph]  0.8.2claws33
7079
7080         * src/msgcache.c
7081                 set MsgInfo TmpFlags for queue and draft folders
7082                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7083
7084 2002-09-10 [paul]       0.8.2claws32
7085
7086         * AUTHORS
7087           po/bg.po      ** NEW FILE **
7088                 new Bulgarian translation submitted by
7089                 George Danchev <danchev@spnet.net>
7090                 
7091         * tools/Makefile.am
7092           tools/README
7093           tools/tb2sylpheed     ** NEW FILE **
7094                 add script that converts an addressbook exported
7095                 from The Bat! into a Sylpheed addressbook. Submitted
7096                 by Urke MMI <urke-kg@eunet.yu>
7097
7098 2002-09-10 [paul]       0.8.2claws31
7099
7100         * sync with 0.8.2cvs12
7101                 see ChangeLog 2002-09-10
7102
7103 2002-09-06 [paul]       0.8.2claws30
7104
7105         * src/prefs_common.c
7106                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7107                 
7108         * tools/Makefile.am
7109           tools/README
7110           tools/ldif-to-xml.py  ** REMOVED **
7111                 remove obsolete python script
7112
7113 2002-09-06 [paul]       0.8.2claws29
7114
7115         * sync with 0.8.2cvs10
7116                 see ChangeLog 2002-09-06
7117
7118 2002-09-04 [paul]       0.8.2claws28
7119
7120         * sync with 0.8.2cvs9
7121                 see ChangeLog 2002-08-04
7122
7123 2002-09-04 [colin]      0.8.2claws27 
7124
7125         * src/prefs_common.[ch]
7126                 Added signature color configuration
7127         * src/textview.c
7128                 Use user-specified signature color
7129
7130 2002-09-03 [colin]      0.8.2claws26
7131
7132         * src/prefs_common.[ch]
7133                 Added autosave and autosave_length prefs
7134         * src/compose.c
7135                 Added compose_remove_draft()
7136                 Auto-save drafts according to the prefs
7137         * src/main.c
7138                 Added a crash-indicator file, allowing to check
7139                 for new messages on startup if Sylpheed crashed
7140                 (makes saved drafts "reappear")
7141
7142 2002-09-03 [colin]      0.8.2claws25
7143
7144         * src/textview.[ch]
7145                 Grey the signature
7146
7147 2002-09-03 [paul]       0.8.2claws24
7148
7149         * sync with 0.8.2cvs8
7150                 see ChangeLog 2002-09-02 and 2002-09-03
7151
7152 2002-09-03 [darko]      0.8.2claws23
7153
7154         * src/folderview.c
7155                 use normal style when creating new folder to pick
7156                 proper font size 
7157
7158 2002-09-02 [melvin]     0.8.2claws22
7159
7160         * src/gtkaspell.m4
7161                 removed some obsolete code
7162
7163 2002-09-02 [melvin]     0.8.2claws21
7164
7165         * ac/aspell.m4
7166                 fixed test's equality sign (== to =)
7167
7168 2002-09-02 [alfons]     0.8.2claws20
7169
7170         * src/folder.c
7171         * src/mh.c
7172                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7173                 as folder->destroy virtual as suggested by Hiro
7174                 (the mh.c code seems to have been lost around mh.c.1.21)
7175
7176 2002-09-02 [paul]       0.8.2claws19
7177
7178         * po/pt_BR.po
7179                 updated by Fabio Jr. Beneditto
7180                 
7181         * src/defs.h
7182                 use 'http://claws.sylpheed.org' for homepage link. 
7183                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7184
7185 2002-09-01 [alfons]     0.8.2claws18
7186
7187         * src/mh.c
7188                 plug memleak related to one Martin Kluge found
7189
7190 2002-08-31 [paul]       0.8.2claws17
7191
7192         * sync with 0.8.2cvs6
7193                 see ChangeLog 2002-08-30
7194
7195 2002-08-31 [alfons]     0.8.2claws16
7196
7197         * src/folder.c
7198                 folder_destroy(): remove mailbox from folderlist even if it has
7199                 no destroy virtual
7200
7201 2002-08-31 [alfons]     0.8.2claws15
7202
7203         * src/folder.c
7204                 :%sno/if(/if (/gc
7205                 :%sno/for(/for (/gc
7206                 (being pedantic I know)
7207
7208 2002-08-31 [alfons]     0.8.2claws14
7209
7210         * src/folder.c
7211                 check for NULL pointers returned from folder->fetch_msginfo virtual
7212                 (should solve some reported crashes)
7213
7214 2002-08-30 [alfons]     0.8.2claws13
7215
7216         * acconfig.h
7217         * configure.in
7218         * src/crash.c
7219                 enable crash dialog on compilation time
7220                 (--enable-crash-dialog configure option)
7221
7222 2002-08-30 [alfons]     0.8.2claws12
7223
7224         * AUTHORS
7225                 add Martin Kluge
7226         * src/mh.c
7227                 apply memory leak plug patch by Martin Kluge
7228                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
7229                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
7230                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
7231
7232 2002-08-30 [darko]      0.8.2claws11
7233
7234         * src/folderview.c
7235                 copy Gtk style from normal style to match
7236                 font size for coloured folders
7237
7238 2002-08-29 [alfons]     0.8.2claws10
7239
7240         * sylpheed.desktop
7241                 Type=Internet <- Type=Application
7242                 (reported by Michael Schwendt, see:
7243                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
7244                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
7245
7246 2002-08-29 [paul]       0.8.2claws9
7247
7248         * sync with 0.8.2cvs5
7249                 see ChangeLog 2002-08-29
7250
7251 2002-08-29 [colin]      0.8.2claws8
7252
7253         * src/summaryview.c
7254                 Added a sanity check in summary_select_thread
7255                 Should fix bug 601605
7256
7257 2002-08-29 [colin]      0.8.2claws7
7258
7259         * src/main.c
7260                 Revert claws6 changes regarding bug #591676
7261
7262 2002-08-28 [colin]      0.8.2claws6
7263         
7264         * src/main.c
7265                 Ignore cache for queue folderitems
7266                 Fix bug #591676
7267
7268 2002-08-28 [melvin]     0.8.2claws5
7269
7270         * README.claws
7271                 Fixed typos.
7272
7273 2002-08-28 [melvin]     0.8.2claws4
7274
7275         * README.claws
7276                 Updated a bit the text concerning the spell checker
7277
7278 2002-08-28 [melvin]     0.8.2claws3
7279
7280         Merged the GNU_aspell_branch:
7281                 Support of new GNU/aspell is now included and the old pspell
7282                 is not supported anymore.
7283                 See README.claws
7284
7285         * README.claws
7286                 Updated spell checker text to reflect the switch to GNU/aspell
7287
7288         * ac/aspell.m4          *** NEW ***
7289         * src/gtkaspell.[ch]    *** NEW *** 
7290         * ac/pspell.m4          *** DELETED *** 
7291         * src/gtkspell.[ch]     *** DELETED ***
7292
7293         * ac/Makefile.am
7294                 Updated for GNU/aspell support
7295
7296         * po/POTFILES.in
7297                 Replaced gtkspell.c by gtkaspell.c
7298
7299         * acconfig.h
7300         * src/Makefile.am
7301         * src/about.c
7302         * src/compose.[ch]
7303         * src/crash.c
7304         * src/main.c
7305         * src/prefs_common.[ch]
7306                 Updated for GNU/aspell support
7307
7308 2002-08-28 [paul]       0.8.2claws2
7309
7310         * sync with 0.8.2cvs4
7311                 see ChangeLog 2002-08-27 and 2002-08-28
7312
7313 2002-08-28 [colin]      0.8.2claws1
7314
7315         * src/summary_search.c
7316                 Added "AND search"
7317
7318 2002-08-28 [jens]       0.8.2claws
7319
7320         *po/de.po
7321                 Updated German translations
7322
7323 2002-08-27 [melvin]     0.8.2claws
7324
7325         * po/fr.po
7326                 Updated French translations
7327
7328 2002-08-27 [paul]       0.8.2claws
7329
7330         * sync with 0.8.2 main release
7331
7332         * po/en_GB.po
7333           po/es.po
7334           po/it.po
7335           po/pl.po
7336           po/pt_BR.po
7337           po/sr.po
7338                 updated message catalogs submitted by
7339                 Ricardo Mones Lastra, Alessandro Maestri,
7340                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
7341                 Beneditto and Urke MMI  
7342
7343 2002-08-27 [hoa]        0.8.1claws123
7344
7345         * src/mainwindow.[ch]
7346         * src/summaryview.[ch]
7347                 removed the "filter setting" menu option.
7348                 add a "cancel a news message" menu option.
7349
7350 2002-08-26 [martin]     0.8.1claws122
7351
7352         * ChangeLog.claws
7353                 changed string under 0.8.1claws79 changed by myself
7354                 i'm sorry alfons :(
7355
7356 2002-08-26 [martin]     0.8.1claws121
7357
7358         * src/crash.c
7359                 added kill command to debuggerrc to start crash dialog
7360
7361 2002-08-26 [paul]       0.8.1claws120
7362
7363         * sync with 0.8.1cvs31
7364                 see ChangeLog 2002-08-26
7365
7366 2002-08-25 [alfons]     0.8.1claws119
7367
7368         * src/procmsg.c
7369                 fix bug that didn't send out correct headers to news server
7370                 when sending news article and email from queue (bug reported
7371                 and patch provided by Tim Mann; closes bug 
7372                 "[ 583196 ] 0.7.8claws can't post news")
7373
7374 2002-08-25 [alfons]     0.8.1claws118
7375
7376         * src/selective_download.c
7377                 mark two strings as translatable
7378                 (thanks to Urke MMI for pointing this out)
7379
7380 2002-08-25 [alfons]     0.8.1claws117
7381
7382         * src/summaryview.c
7383                 treat sent boxes as special and allow sorting them by addressee
7384                 (closes "[ 589418 ] Sent folder sorting misbehavior"
7385                 submitted by Steve Lamb)
7386
7387 2002-08-24 [alfons]     0.8.1claws116
7388
7389         * src/matcher.c
7390                 fix memleak reported by Martin Kluge
7391                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
7392
7393 2002-08-24 [oliver]     0.8.1claws115
7394
7395         * src/prefs_toolbar.c
7396                 o code cleanup as suggested by Alfons
7397                 o memleak fix
7398
7399 2002-08-24 [alfons]     0.8.1claws114
7400
7401         * src/summaryview.c
7402                 o fix another memory leak reported by Martin Kluge
7403                   (see "[ 599568 ] Small Memory Leak")
7404                 o remove 'from' variable from 'summary_set_header()'; we can
7405                   do with just 'to' 
7406
7407 2002-08-24 [paul]       0.8.1claws113
7408
7409         * sync with 0.8.1cvs30
7410                 see ChangeLog 2002-08-23
7411
7412 2002-08-24 [alfons]     0.8.1claws112
7413
7414         * src/summaryview.c
7415                 remove unnecessary allocations for search bar fixing leaks
7416                 reported by Martin Kluge
7417                 (see "[ 599451 ] Further memory leaks?")
7418
7419 2002-08-24 [alfons]     0.8.1claws111
7420
7421         * src/main.c
7422                 make get_socket_name() public for crash.c
7423         * src/crash.c
7424                 o make report bug button work (goes to claws' 
7425                   bug tracker at sf.net)
7426                 o introduce function for doing important stuff just
7427                   before claws goes down
7428                 o clean up code 
7429
7430 2002-08-24 [alfons]     0.8.1claws110
7431
7432         * src/compose.c
7433                 move cursor to "To" entry when forwarding as attachment
7434                 (reported and solved by Steve Lamb, closes bug report
7435                 "[ 592880 ] Forward as attachment; cursor not in to")
7436
7437 2002-08-24 [colin]      0.8.1claws109
7438
7439         * src/mainwindow.c
7440                 fix quick search visibility after GUI (de)separations.
7441
7442 2002-08-23 [colin]      0.8.1claws108
7443
7444         * src/mainwindow.c
7445                 fix header pane visibility after folderview or
7446                 messageview (de)separation
7447
7448 2002-08-23 [paul]       0.8.1claws107
7449
7450         * src/mainwindow.[ch]
7451           src/toolbar.c
7452                 give full control of display or non-display 
7453                 of the Execute icon to Custom toolbar settings.
7454                 add new sensitivity condition to maninwindow.h: 
7455                 M_DELAY_EXEC
7456
7457         * ChangeLog
7458           ChangeLog.jp
7459           NEWS
7460                 more sync with 0.8.1cvs29
7461
7462 2002-08-23 [melvin]     0.8.1claws106
7463
7464         * src/alertpanel.c
7465                 Readded support for custom widget in alertpanel lost in last
7466                 sync.
7467
7468 2002-08-23 [paul]       0.8.1claws105
7469
7470         * sync with 0.8.1cvs29
7471                 see ChangeLog 2002-08-23
7472
7473 2002-08-23 [colin]      0.8.1claws104
7474
7475         * src/summaryview.c
7476                 Fix folder and search pixmaps exchanging positions
7477                 after theme or toolbar changes. Thank to Oliver for 
7478                 reporting this.
7479
7480 2002-08-23 [colin]      0.8.1claws103
7481
7482         * src/mainwindow.c
7483           src/messageview.[ch]
7484           src/noticeview.[ch]
7485           src/summaryview.c
7486                 Changed messageview_create() and noticeview_create()
7487                 to avoid the last gdk_warning
7488
7489 2002-08-22 [colin]      0.8.1claws102
7490
7491         * src/summaryview.c
7492                 Fix my new `Creating pixmap from xpm' warning
7493
7494 2002-08-22 [colin]      0.8.1claws101
7495
7496         * src/mainwindow.c
7497                 Fix some of the gdk warnings
7498
7499 2002-08-22 [colin]      0.8.1claws100
7500
7501         * src/Makefile.am
7502         * src/stock_pixmap.c
7503         * src/stock_pixmap.h
7504         * src/pixmaps/quicksearch.xpm *ADDED*
7505                 Add the quicksearch pixmap
7506         * src/mainwindow.c
7507         * src/summaryview.c
7508         * src/summaryview.h
7509                 Make quicksearch bar visible/hidden via a button
7510
7511 2002-08-22 [christoph]  0.8.1claws99
7512
7513         * src/folder.c
7514                 fix folder update for newsgroups with message
7515                 numbers below minimum number of articles to fetch
7516                 (closes bug #598445)
7517
7518 2002-08-22 [paul]       0.8.1claws98
7519
7520         * sync with 0.8.1cvs28
7521                 see ChangeLog 2002-08-22
7522
7523 2002-08-21 [alfons]     0.8.1claws97
7524
7525         * src/crash.c
7526                 use bt instead of bt full which seems to work 
7527                 better, and bt full doesn't give a great deal 
7528                 of information anyway
7529
7530 2002-08-21 [colin]      0.8.1claws96
7531
7532         * src/summaryview.c
7533                 fix summaryview_searchtype_changed prototype
7534
7535 2002-08-21 [christoph]  0.8.1claws95
7536
7537         * src/mainwindow.c
7538                 o fix broken menu update for sorting type, we have to
7539                   get this info from the summaryview now
7540                 o removed setting of threaded state in menu callback
7541         * src/summaryview.[ch]
7542                 more summaryview/folderitem seperation for
7543                 threading option
7544         * configure.in
7545                 removed not required --with-compiler-flags option
7546
7547 2002-08-21 [oliver]     0.8.1claws94
7548         
7549         * src/toolbar.h 
7550                 o rename toolbar.xml to toolbar_main.xml
7551                   since toolbar_compose.xml might come up 
7552                   any time soon
7553         * README.claws
7554                 add custom toolbar              
7555
7556 2002-08-21 [darko]      0.8.1claws93
7557
7558         * src/procmsg.c
7559                 don't reset tmp flags for messages copied
7560                 to sent folder
7561
7562 2002-08-21 [colin]      0.8.1claws92
7563         
7564         * src/prefs_filtering.c
7565                 fix renaming rules on folder rename 
7566                 when folder is not a leaf folder
7567
7568 2002-08-21 [paul]       0.8.1claws91
7569
7570         * src/prefs_folder_item.c
7571                 fix alignment of colour selector
7572
7573 2002-08-21 [paul]       0.8.1claws90
7574
7575         * sync with 0.8.1cvs27
7576                 see ChangeLog 2002-08-21
7577
7578 2002-08-21 [paul]       0.8.1claws89
7579
7580         * src/summaryview.c
7581                 fix crash when changing field type in
7582                 Quick search bar
7583
7584 2002-08-21 [colin]      0.8.1claws88
7585
7586         * src/summaryview.c
7587                 Made quick search case-insensitive
7588
7589 2002-08-21 [paul]       0.8.1claws87
7590
7591         * sync with 0.8.1cvs26
7592                 see ChangeLog 2002-08-21
7593
7594 2002-08-20 [christoph]  0.8.1claws86
7595
7596         * src/folderview.c
7597         * src/main.c
7598         * src/summaryview.[ch]
7599                 more summaryview/folderitem seperation for
7600                 sort_key and sort_type
7601         * src/procmsg.c
7602                 added missing return statement
7603
7604 2002-08-20 [colin]      0.8.1claws85
7605
7606         * src/summaryview.[ch]
7607                 Added a quick search box
7608         * src/mainwindow.c
7609         * src/prefs_common.[ch]
7610                 Added a show/hide option for the quick search
7611
7612 2002-08-20 [oliver]     0.8.1claws84
7613         
7614         * src/mainwindow.c
7615                 remove toolbar_create_popups
7616         * src/toolbar.[ch]
7617                 o remove toolbar_create_popups
7618                 o fix toolbar_set_sensitive 
7619                   (Bug reports #596834 and #596832)     
7620         * src/prefs_toolbar.c
7621                 o add "Set default" button
7622                 o align label and text + combo widgets
7623
7624 2002-08-20 [hoa]        0.8.1claws83bis
7625
7626         * src/imap.c
7627                 fixed a bug in imap_fetch_msginfo() in case there is no
7628                 current folder.
7629
7630 2002-08-20 [darko]      0.8.1claws83
7631
7632         * src/folderview.c
7633                 copy the color style of folder view so it
7634                 works with GTK themes
7635
7636 2002-08-20 [darko]      0.8.1claws82
7637
7638         * src/folder.h
7639         * src/folderview.c
7640         * src/prefs_folder_item.[hc]
7641                 don't use UI stuff in folder.h
7642
7643 2002-08-20 [darko]      0.8.1claws81
7644
7645         * src/folder.h
7646         * src/prefs_folder_item.h
7647         * src/folderview.c
7648         * src/prefs_folder_item.c
7649                 ability to set folder color in folderview
7650
7651 2002-08-19 [alfons]     0.8.1claws80
7652
7653         * src/summaryview.c
7654                 fix one of the earlier memleaks reported by Martin Kluge
7655
7656 2002-08-19 [alfons]     0.8.1claws79
7657
7658         * src/mainwindow.c
7659                 hide notice view when selecting seperate folder
7660                 view (reported by Urke MMI)
7661
7662 2002-08-19 [christoph]  0.8.1claws78
7663
7664         * src/folderview.c
7665         * src/prefs_folder_item.h
7666         * src/summaryview.[ch]
7667                 o add summary_set_prefs_from_folderitem to set
7668                   summaryview prefs (first step to remove all
7669                   references to the folderitem in summaryview)
7670                 o moved compiled regex stuff from folderitem prefs
7671                   to summaryview code
7672
7673 2002-08-19 [paul]       0.8.1claws77
7674
7675         * src/compose.c
7676                 add check for '.' to QUOTE_IF_REQUIRED
7677
7678 2002-08-19 [paul]       0.8.1claws76
7679
7680         * src/inc.c
7681                 sync with 0.8.1cvs25 (plug memory leak)
7682
7683         * src/prefs_toolbar.c
7684                 re-order prefs_toolbar_cancel()
7685
7686 2002-08-18 [alfons]     0.8.1claws75
7687
7688         * src/inc.c
7689         * src/matcher.c
7690                 plug other memleaks reported by Martin Kluge
7691
7692 2002-08-18 [paul]       0.8.1claws74
7693
7694         * po/pt_BR.po
7695                 updated by Fabio Jr. Beneditto
7696
7697 2002-08-18 [paul]       0.8.1claws73
7698
7699         * src/toolbar.[ch]
7700                 fix bug where tooltips were displayed untranslated              
7701
7702         * src/prefs_toolbar.c
7703                 fix bug where clicking 'Cancel' creates an icon & text
7704                 toolbar regardless of prefs
7705         
7706
7707 2002-08-17 [oliver]     0.8.1claws72
7708
7709         * src/prefs_toolbar.c
7710                 update toolbar on CANCEL
7711                 bug reported by Martin Kluge
7712         * src/toolbar.c
7713                 toolbar_destroy memleak fixed           
7714
7715 2002-08-17 [alfons]     0.8.1claws71
7716
7717         * src/toolbar.c
7718                 plug another memleak reported by Martin Kluge
7719
7720 2002-08-16 [alfons]     0.8.1claws70
7721
7722         * src/crash.c
7723                 use execvp() correctly (suggested by wwp; thanks!)
7724
7725 2002-08-16 [alfons]     0.8.1claws69
7726
7727         * src/gtksctree.c
7728                 plug memory leak reported by Kim Schultz & Martin Kluge
7729
7730 2002-08-16 [paul]       0.8.1claws68
7731
7732         * po/es.po
7733                 updated by Ricardo Mones Lastra
7734
7735 2002-08-16 [paul]       0.8.1claws67
7736
7737         * src/toolbar.h
7738                 fix bug where 'Compose News' icon showed wrong
7739                 tooltip
7740
7741 2002-08-16 [paul]       0.8.1claws66
7742
7743         * sync with 0.8.1cvs24
7744                 see ChangeLog 2002-08-16
7745
7746         * po/it.po
7747                 updated by Alessandro Maestri
7748
7749 2002-08-15 [paul]       0.8.1claws65
7750
7751         * po/sr.po
7752                 updated by Urke MMI
7753
7754 2002-08-15 [paul]       0.8.1claws64
7755
7756         * src/*.c
7757                 don't translate debug info
7758
7759         * src/matcher.[ch]
7760                 add copyright info
7761
7762 2002-08-15 [paul]       0.8.1claws63
7763
7764         * src/prefs_toolbar.c
7765                 fix bug where clicking 'OK' creates an icon & text
7766                 toolbar regardless of prefs
7767
7768 2002-08-14 [alfons]     0.8.1claws62
7769
7770         * src/main.c
7771                 add global var that has the full argv[0]
7772         * src/crash.c
7773                 o execvp the correct sylpheed by using argv0
7774                   and setting the correct work dir
7775                 o other tweaks  
7776
7777 2002-08-14 [oliver]     0.8.1claws61
7778         
7779         * enable/disable Toolbar Action Buttons 
7780         * code cleanups
7781         * src/mainwindow.c
7782         * src/toolbar.[ch]      
7783         * src/prefs_toolbar.c   
7784
7785 2002-08-14 [melvin]     0.8.1claws60
7786
7787         * po/fr.po
7788                 Updated French translations
7789
7790 2002-08-14 [melvin]     0.8.1claws59
7791
7792         * src/crash.c
7793                 Made bug report not translatable
7794         * src/exporthtml.c
7795                 Fixed exporthtml_build_filespec() return value
7796         * src/foldersel.c
7797                 Fixed incorrect include file
7798         * src/gtkspell.c
7799         * src/prefs_actions.c
7800         * src/prefs_toolbar.c
7801                 Made debug info not translatable
7802         * src/mutt.c
7803         * src/quote_fmt.c
7804                 Added missing includes
7805         * src/prefs_common.c
7806                 Fixed typo
7807
7808 2002-08-14 [paul]       0.8.1claws58
7809
7810         * faq/es/sylpheed-faq.html
7811           faq/es/sylpheed-faq-[1-3].html
7812           faq/es/sylpheed-faq-4.html     **NEW FILE **
7813                 update Spanish FAQ
7814
7815 2002-08-13 [christoph]  0.8.1claws57
7816
7817         * src/procmsg.c
7818                 ignore thread fix that did not mark all
7819                 child nodes of a ignored thread as
7820                 ignored. Does not work perfectly yet,
7821                 but it is better now
7822
7823 2002-08-13 [alfons]     0.8.1claws56
7824
7825         * src/crash.c
7826                 o implement 'save crash log'
7827                 o some tweaks
7828
7829 2002-08-13 [melvin]     0.8.1claws55
7830
7831         * src/main.c
7832                 removed unrequired "execinfo.h" header
7833
7834 2002-08-12 [paul]       0.8.1claws54
7835
7836         * faq/en/sylpheed-faq.html
7837           faq/en/sylpheed-faq-[1-3].html
7838           faq/en/sylpheed-faq-4.html     **NEW FILE **
7839                 update English FAQ
7840
7841 2002-08-12 [alfons]     0.8.1claws53
7842
7843         * po/POTFILES.in
7844                 add crash.c to translatables
7845         * src/crash.c
7846                 bring in Leandro's crash dialog
7847
7848 2002-08-11 [alfons]     0.8.1claws52
7849
7850         * src/crash.c
7851                 clean up some warnings
7852
7853 2002-08-11 [alfons]     0.8.1claws51
7854
7855         * acconfig.h
7856         * configure.in
7857         * src/crash.[ch]        ** NEW FILES **
7858         * src/main.c            
7859                 initial gdb crash handler
7860
7861 2002-08-11 [paul]       0.8.1claws50
7862
7863         * src/prefs_toolbar.c
7864                 replace Up/Down arrow pixmaps with text to be
7865                 consistent across icon themes
7866
7867 2002-08-11 [paul]       0.8.1claws49
7868
7869         * src/prefs_common.c
7870           src/prefs_toolbar.c
7871                 rename 'Pixmap' -> 'Icon'
7872
7873         * src/toolbar.[ch]
7874                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
7875
7876 2002-08-10 [paul]       0.8.1claws48
7877
7878         * src/prefs_toolbar.c
7879                 re-work the UI
7880
7881 2002-08-10 [paul]       0.8.1claws47
7882
7883         * src/main.c
7884                 don't write Processing progress to status bar
7885                 patch submitted by Alexander Evseev
7886
7887         * src/prefs_toolbar.c
7888                 re-position and resize window
7889                 make window assume correct size on first call
7890
7891 2002-08-10 [paul]       0.8.1claws46
7892
7893         * src/mainwindow.c
7894           src/prefs_toolbar.c
7895           src/toolbar.c
7896           src/toolbar.h
7897                 obey coding style
7898                 follow UI text conventions
7899
7900 2002-08-10 [alfons]     0.8.1claws45
7901
7902         * src/toolbar.c
7903                 correct pixmap for delete action
7904
7905 2002-08-10 [paul]       0.8.1claws44
7906
7907         * po/pt_BR.po
7908                 updated by Fabio Jr. Beneditto
7909
7910 2002-08-10 [paul]       0.8.1claws43
7911
7912         * po/POTFILES.in
7913                 add custom toolbar files
7914
7915 2002-08-10 [paul]       0.8.1claws42
7916
7917         * sync with 0.8.1cvs22
7918                 see ChangeLog 2002-08-09
7919
7920 2002-08-09 [paul]       0.8.1claws41
7921
7922         * tools/Makefile.am
7923           tools/README
7924           tools/outlook2sylpheed.pl     ** NEW FILE **
7925                 add script to convert exported Outlook
7926                 contacts list to a Sylpheed addressbook.
7927                 Submitted by Ricardo Mones Lastra.
7928
7929 2002-08-09 [paul]       0.8.1claws40
7930
7931         * AUTHORS
7932           configure.in
7933           po/sr.po      ** NEW FILE **
7934                 add Serbian message catalog. Submitted by
7935                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
7936
7937 2002-08-09 [paul]       0.8.1claws39
7938
7939         * sync with 0.8.1cvs21
7940                 see ChangeLog 2002-08-08
7941
7942 2002-08-08 [oliver]     0.8.1claws38
7943
7944         * src/mainwindow.c
7945                 move Custom Toolbar to Configuration menu
7946
7947 2002-08-08 [oliver]     0.8.1claws37
7948
7949         * src/prefs_toolbar.c
7950                 fix substitute pixmap bug
7951
7952 2002-08-08 [paul]       0.8.1claws36
7953
7954         * sync with 0.8.1cvs19
7955                 see ChangeLog 2002-08-08
7956
7957 2002-08-07 [christoph]  0.8.1claws35
7958
7959         * src/utils.c
7960                 fixed a memory leak in new canonicalize_file_replace
7961
7962 2002-08-07 [christoph]  0.8.1claws34
7963
7964         * src/utils.[ch]
7965                 o canonicalize_file_replace should create the temporary
7966                   file in the same directory as the original file.
7967                 o added get_tmpfile_in_dir that creates a temorary file
7968                   in a specified directory.
7969
7970 2002-08-07 [melvin]     0.8.1claws33
7971
7972         * src/toolbar.c
7973                 fixed bug where 'Article' button acted as 'Email' button.
7974
7975 2002-08-07 [paul]       0.8.1claws32
7976
7977         * sync with 0.8.1.cvs17
7978                 see ChangeLog 2002-08-07
7979
7980 2002-08-07 [colin]      0.8.1claws31
7981         
7982         * src/news.c
7983                 fix mass-cancel problem
7984
7985 2002-08-07 [thorsten]   0.8.1claws30
7986
7987         * src/prefs_toolbar.c
7988                 fix: crash on replace or add new button
7989         * src/toolbar.c
7990                 fix: close xmlfile after reading
7991         * src/utils.c
7992                 fix: unlink() file before rename()
7993
7994 2002-08-06 [paul]       0.8.1claws29
7995
7996         * sync with 0.8.cvs15
7997                 see ChangeLog 2002-08-06
7998
7999 2002-08-06 [oliver]     0.8.1claws28
8000
8001         * src/toolbar.c
8002         * src/prefs_toolbar.c
8003                 fixed empty toolbar issue
8004
8005 2002-08-06 [oliver]     0.8.1claws27
8006
8007         * Custom Toolbar Final 
8008         * src/folderview.c
8009         * src/inc.c
8010         * src/summaryview.c
8011                 o toolbar stuff now lives in src/toolbar.[ch]
8012                 o main_window_toolbar_* functions are renamed to
8013                   toolbar_* reflecting their new source file
8014         * src/mainwindow.[ch]
8015                 o remove toolbar stuff  
8016
8017 2002-08-06 [oliver]     0.8.1claws26
8018         
8019         * src/Makefile.am
8020         * src/prefs_toolbar.[ch]        **New File**
8021         * src/toolbar.[ch]              **New File**
8022                 o prefs_toolbar.[ch] custom toolbar frontend
8023                 o toolbar.[ch]       backend 
8024
8025 2002-08-06 [oliver]     0.8.1claws25
8026
8027         * src/prefs_actions.[ch]
8028                 o new exported function actions_execute
8029
8030 2002-08-06 [paul]       0.8.1claws24
8031
8032         * sync with 0.8.1cvs4
8033                 see ChangeLog 2002-08-06
8034
8035 2002-08-06 [paul]       0.8.1claws23
8036
8037         * sync with 0.8.1cvs13
8038                 see ChangeLog 2002-08-06
8039
8040 2002-08-06 [paul]       0.8.1claws22
8041
8042         * sync with 0.8.1cvs12
8043                 see ChangeLog 2002-08-05 and 2002-08-06
8044
8045 2002-08-06 [match]      0.8.1claws21
8046
8047         * src/addrclip.c
8048                 improvements to cut/copy/paste address
8049
8050 2002-08-05 [match]      0.8.1claws20
8051
8052         * src/addritem.[ch]
8053         * src/addrcache.c
8054         * src/addrbook.c
8055         * src/editaddress.c
8056         * src/addressbook.c
8057                 fixes to improve cut/copy/paste
8058
8059 2002-08-06 [melvin]     0.8.1claws19
8060
8061         * src/account.[ch]
8062                 account_find_all_from_address(): new function that returns the
8063                 list of all accounts that are matched in an address.
8064         * src/alertpanel.[ch]
8065                 alertpanel() now accepts a custom widget
8066                 alertpanel_with_widget(): new function that pops up a panel with
8067                 a custom widget in it 
8068         * src/gtkutils.[ch]
8069                 gtkut_account_menu_new(): new function that allows the selection
8070                 of an account from a list of accounts.
8071         * src/messageview.c
8072                 Extended Return Receipt notification to select the correct 
8073                 account and to make a security test on the Delivery-Notification
8074                 address which should be the same as the Return-Path.
8075
8076 2002-08-06 [thorsten]   0.8.1claws18
8077
8078         * src/mimeview.c
8079                 attach_all: save unnamed as "noname.%d",
8080                 dont free static dirname
8081
8082 2002-08-05 [alfons]     0.8.1claws17
8083
8084         * configure.in
8085                 detect XIM by trying to link rather than compile a XIM program
8086
8087 2002-08-05 [oliver]     0.8.1claws16
8088                 
8089         * src/stock_pixmap.[ch]
8090                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8091                 o new func to retrieve pixmaps
8092
8093 2002-08-05 [paul]       0.8.1claws15
8094
8095         * sync with 0.8.1cvs10
8096                 see ChangeLog 2002-08-05
8097
8098 2002-08-04 [alfons]     0.8.1claws14
8099
8100         * src/textview.c
8101                 see if this plugs memleak
8102
8103 2002-08-04 [melvin]     0.8.1claws13
8104
8105         * src/gtkspell.c
8106                 fixed bug that could crash Sylpheed when highlighting
8107                 all misspelled words.
8108
8109 2002-08-03 [melvin]     0.8.1claws12
8110
8111         * src/prefs_actions.c
8112                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8113         * src/messageview.c
8114                 fixed bug where the Return Receipt was sent to
8115                 Delivery-Notification-To address even if it was not present
8116
8117 2002-08-02 [alfons]     0.8.1claws11
8118
8119         * src/prefs_actions.c
8120                 o more check for NULLs
8121                 o put create_io_dialog() in right conditional block
8122
8123 2002-08-02 [paul]       0.8.1claws10
8124
8125         * po/es.po
8126                 updated by Ricardo Mones Lastra
8127
8128 2002-08-01 [christoph]  0.8.1claws9
8129
8130         * src/folder.c
8131                 don't free the cache of the opened
8132                 folder in the summaryview
8133         * src/summaryview.c
8134                 don't unset flags, if it is not required
8135
8136 2002-08-01 [paul]       0.8.1claws8
8137
8138         * sync with 0.8.1cvs8
8139                 see ChangeLog entry 2002-08-01
8140
8141 2002-08-01 [paul]       0.8.1claws7
8142
8143         * sync with 0.8.1cvs7
8144                 see ChangeLog 2002-07-31 and 2002-08-01
8145
8146 2002-07-31 [christoph]  0.8.1claws6
8147
8148         * src/mainwindow.c
8149                 forgot to update menu sensitivity
8150                 function for new menu entry
8151
8152 2002-07-31 [alfons]     0.8.1claws5
8153
8154         * src/main.c
8155                 check folder item and its path for NULL on
8156                 initial processing
8157
8158 2002-07-31 [christoph]  0.8.1claws4
8159
8160         * src/folder.c
8161                 check if folder_item_get_msginfo in
8162                 folder_item_remove_msg returned NULL
8163         * src/imap.c
8164                 better clear the uid cache in the
8165                 uid validity check function and delete
8166                 cached messages
8167
8168 2002-07-31 [paul]       0.8.1claws3
8169
8170         * man/sylpheed.1
8171                 add the '--attach' option and a few other
8172                 minor changes
8173
8174 2002-07-31 [paul]       0.8.1claws2
8175
8176         * sync with 0.8.1cvs5
8177                 see ChangeLog 2002-07-31
8178
8179 2002-07-31 [christoph]  0.8.1claws1
8180
8181         * src/folderview.[ch]
8182         * src/mainwindow.c
8183                 replace "Rescan all folders..." with
8184                 "Check all folders for new messages..."
8185
8186 2002-07-30 [paul]       0.8.1claws
8187
8188         * version 0.8.1claws released
8189
8190 2002-07-30 [paul]       0.8.0claws29
8191
8192         * tools/OOo2sylpheed.pl ** NEW FILE **
8193           tools/README
8194                 add script to enable sending documents as
8195                 attachments from OpenOffice.org
8196
8197 2002-07-30 [melvin]     0.8.0claws28
8198
8199         * src/prefs_actions.c
8200                 Made the actions' input/output dialog display
8201                 without delay.
8202
8203 2002-07-30 [christoph]  0.8.0claws27
8204
8205         * src/procmsg.c
8206                 check if folder_item_get_msginfo in
8207                 procmsg_save_to_outbox returned NULL
8208
8209 2002-07-30 [paul]       0.8.0claws26
8210
8211         * sync with 0.8.1cvs4
8212                 see ChangeLog 2002-07-29
8213
8214 2002-07-29 [thorsten]   0.8.0claws25
8215
8216         * README.claws
8217                 added selective download, delete on server
8218
8219 2002-07-29 [paul]       0.8.0claws24
8220
8221         * sync with 0.8.1cvs3
8222                 see ChangeLog 2002-07-29
8223
8224 2002-07-27 [christoph]  0.8.0claws23
8225
8226         * src/folder.c
8227                 add extra check if fetching the msginfo
8228                 returned NULL
8229
8230 2002-07-27 [paul]       0.8.0claws22
8231
8232         * sync with 0.8.1cvs2
8233                 see ChangeLog 2002-07-26
8234
8235 2002-07-27 [christoph]  0.8.0claws21
8236
8237         * src/imap.c
8238                 add another check if a valid msginfo
8239                 was returned
8240
8241 2002-07-26 [hoa]        0.8.0claws20
8242
8243         * src/folder.c
8244                 Fixed a condition in folder_item_destroy()
8245
8246         * src/imap.c
8247                 Fixed an error in IMAP protocol
8248
8249 2002-07-26 [alfons]     0.8.0claws19
8250
8251         * src/folder.c
8252                 ofcourse compare with identifier, not the path
8253
8254 2002-07-26 [alfons]     0.8.0claws18
8255
8256         * src/folder.c
8257                 use folder item identifier for saving / restoring
8258                 preferences because folder->path might not be unique
8259
8260 2002-07-26 [melvin]     0.8.0claws17
8261
8262         * src/logwindow.c
8263                 Fixed a crash introduced in 0.8.0claws5 when log is 
8264                 cut under 80 characters.
8265
8266 2002-07-26 [paul]       0.8.0claws16
8267
8268         * sync with 0.8.1cvs1
8269                 see ChangeLog 2002-07-26
8270
8271 2002-07-26 [christoph]  0.8.0claws15
8272
8273         * src/imap.[ch]
8274                 imap folder now remembers the last selected
8275                 folder and imap_fetch_msginfo skips selecting
8276                 the folder if it is already selected
8277
8278 2002-07-26 [christoph]  0.8.0claws14
8279
8280         * src/folder.c
8281         * src/folderview.c
8282         * src/imap.c
8283                 fix imap folder rescanning
8284
8285 2002-07-25 [christoph]  0.8.0claws13
8286
8287         * src/filter.c
8288         * src/folder.[ch]
8289         * src/folderview.c
8290         * src/imap.[ch]
8291         * src/mainwindow.c
8292         * src/mbox_folder.c
8293         * src/mh.c
8294         * src/news.c
8295                 implement imap uid cache and uid validity check
8296
8297 2002-07-25 [alfons]     0.8.0claws12
8298
8299         * src/summaryview.c
8300                 fix a brown paper bag bug, and also add some more
8301                 checks
8302
8303 2002-07-25 [christoph]  0.8.0claws11
8304
8305         * src/folder.c
8306                 don't mix copy, fetch_msginfo and remove
8307                 operations in folder item copy and move
8308                 operations
8309
8310 2002-07-25 [christoph]  0.8.0claws10
8311
8312         * src/folderview.c
8313         * src/mainwindow.c
8314         * src/prefs_folder_item.c
8315         * src/summaryview.[ch]
8316                 remove no longer required parameter update_cache from
8317                 summary_show
8318
8319 2002-07-25 [paul]       0.8.0claws9
8320
8321         * sync with 0.8.1
8322         
8323         * AUTHORS
8324                 a few corrections
8325
8326 2002-07-24 [alfons]     0.8.0claws8
8327
8328         * src/summaryview.c
8329                 sort correctly when using simplified subject line
8330                 (closes feature request "[ 585141 ] applying regexp to subject 
8331                 before sort" submitted by Alexandra Walford)
8332
8333 2002-07-24 [paul]       0.8.0claws7
8334
8335         * sync with 0.8.0cvs3
8336                 see ChangeLog 2002-07-24
8337
8338 2002-07-23 [christoph]  0.8.0claws6
8339
8340         * src/folder.c
8341         * src/folder.h
8342         * src/summaryview.c
8343         * src/summaryview.h
8344         * src/main.c
8345                 o separate processing and summaryview
8346                 o removed summary_write_cache from summaryview
8347                 o removed summaryview->killed_messages, because we don't have
8348                   to keep a list of killed messages anymore. New cache will
8349                   keep the hidden messages in cache anyway
8350         * src/folderview.c
8351         * src/inc.c
8352         * src/selective_download.c
8353                 o removed unnecessary summary_write_cache calls
8354         * src/procmsg.c
8355                 o don't set ignore thread flag in procmsg_get_thread_tree
8356                   if it is already set
8357         * src/mainwindow.c
8358         * src/statusbar.h
8359                 o moved STATUSBAR_PUSH/POP to statusbar.h because
8360                   they are used in different files
8361
8362 2002-07-23 [melvin]     0.8.0claws5
8363
8364         * src/addressbook.c
8365         * src/addrgather.c
8366         * src/editaddress.c
8367         * src/editgroup.c
8368         * src/editldap_basedn.c
8369         * src/importldif.c
8370         * src/prefs_common.c
8371                 Fixed few memory leak (gtk_editable_get_chars returns
8372                 an allocated string)
8373         * src/logwindow.c
8374                 Fixed few memory leak (gtk_editable_get_chars returns
8375                 an allocated string) and modified a little the log cutting
8376                 loop.
8377         * src/compose.c
8378                 Replaced a call to an obsolete function gtk_entry_get_text()
8379                 by gtk_editable_get_chars()
8380         * src/send.c
8381                 Removed a debug printf
8382
8383 2002-07-23 [christoph]  0.8.0claws4
8384
8385         * src/filesel.c
8386                 fix another g_dirname memory leak
8387
8388 2002-07-23 [christoph]  0.8.0claws3
8389
8390         * src/mh.c
8391                 fixed a memory leak in mh_fetch_msginfo
8392                 fixed crash when message header could not be
8393                 parsed
8394
8395 2002-07-23 [paul]       0.8.0claws2
8396
8397         * sync with 0.8.0cvs2
8398                 see ChangeLog 2002-07-23
8399
8400 2002-07-23 [paul]       0.8.0claws1
8401
8402         * sync with 0.8.0cvs1
8403                 see ChangeLog 2002-07-23
8404
8405 2002-07-23 [paul]       0.8.0claws
8406
8407         * release of 0.8.0claws
8408
8409 2002-07-23 [paul]       0.7.8claws99
8410
8411         * po/ru.po
8412                 new Russian translation, submitted by
8413                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
8414
8415 2002-07-22 [jens]       0.7.8claws98
8416
8417         * po/de.po
8418                 Updated German translations.
8419
8420 2002-07-22 [paul]       0.7.8claws97
8421
8422         * po/es.po
8423           po/it.po
8424           po/nl.po
8425           po/pt_BR.po
8426                 updated translations by Ricardo Mones Lastra,
8427                 Alessandro Maestri, Wilbert Berendsen and 
8428                 Fabio Jr. Beneditto respectively
8429
8430 2002-07-22 [christoph]  0.7.8claws96
8431
8432         * src/mimeview.c
8433                 fix memory leak caused by wrong g_dirname usage
8434
8435 2002-07-22 [christoph]  0.7.8claws95
8436
8437         * src/summaryview.c
8438                 update new and unread message counts for summaryview
8439                 summaryview does not get it from the folder anymore
8440                 and has to update the values itself
8441
8442 2002-07-22 [melvin]     0.7.8claws94
8443
8444         * po/fr.po
8445                 Updated French translations.
8446
8447 2002-07-22 [christoph]  0.7.8claws93
8448
8449         * src/matcher.c
8450                 set prop->preg pointer to NULL or following check
8451                 will not fail and regexec will be called with
8452                 invalid pointer
8453
8454 2002-07-21 [alfons]     0.7.8claws92
8455         
8456         * src/prefs_common.[ch]
8457                 remove option "Send return receipt on request"
8458
8459 2002-07-21 [thorsten]   0.7.8claws91
8460
8461         * src/mimeview.c
8462                 fixed memleaks, coding style as pointed out by alfons
8463
8464 2002-07-21 [alfons]     0.7.8claws90
8465
8466         * src/messageview.c
8467         * src/noticeview.[ch]
8468                 o fix bug notice view being displayed when going to empty folder 
8469                   (noticed by Christoph)
8470                 o allow RRR to be sent when restarting sylpheed, or changing folder 
8471                   (noticed by Thorsten)
8472
8473 2002-07-21 [thorsten]   0.7.8claws89
8474
8475         * src/mimeview.c
8476                 Included save_all patch from Xaview FACQ
8477                 added support for pathnames
8478
8479 2002-07-21 [alfons]     0.7.8claws88
8480
8481         * po/POTFILES.in
8482         * src/Makefile.am
8483         * src/mainwindow.c
8484         * src/messageview.[ch]
8485         * src/noticeview.c      ** NEW FILE **
8486         * src/noticeview.h      ** NEW FILE **
8487                 make return receipts work again
8488                 (UI idea by Leandro Pereira)
8489
8490 2002-07-21 [paul]       0.7.8claws87
8491
8492         * src/summaryview.c
8493                 fix sensitivity of 'Select thread'
8494
8495 2002-07-21 [paul]       0.7.8claws86
8496
8497         * src/prefs_common.c
8498                 add browser command line for Galeon
8499
8500 2002-07-21 [paul]       0.7.8claws85
8501
8502         * Makefile.am
8503                 fix 'EXTRA_DIST': remove README.README, add TODO
8504                 and TODO.claws
8505
8506 2002-07-21 [alfons]     0.7.8claws84
8507
8508         * src/gtkstext.c
8509                 make enter clear selection
8510                 (closes "[ 579888 ] Editor selection/entry error"
8511                 reported by Steve Lamb)
8512
8513 2002-07-21 [alfons]     0.7.8claws83
8514         
8515         * src/summaryview.c
8516                 sort message list when selecting unthread messages
8517                 (closes "[ 501593 ] switching threaded view doesn't sort"
8518                 reported by Simon Schubert)
8519
8520 2002-07-20 [alfons]     0.7.8claws82
8521         
8522         * src/matcher.c
8523                 const-correctness
8524
8525 2002-07-20 [thorsten]   0.7.8claws81
8526
8527         * src/matcher.c
8528                 Fixed expansion of empty fields in matchactions
8529
8530 2002-07-19 [melvin]     0.7.8claws80
8531
8532         * src/gtkspell.c
8533                 Removed a duplicate menu entry (fast mode) introduced during
8534                 the new cache merge
8535                 Added a menu separator between 'Use alternate' and 'Fast mode'
8536
8537 2002-07-19 [paul]       0.7.8claws79
8538
8539         * tools/Makefile.am
8540           tools/README
8541                 correct typos
8542
8543 2002-07-19 [thorsten]   0.7.8claws78
8544
8545         * tools/calypso_convert.pl      ** NEW FILE **
8546           tools/README
8547           tools/Makefile.am
8548                 script to import mbox files exported
8549                 by calypso
8550                 o generates folder structure
8551                 o includes attachments
8552
8553 2002-07-19 [melvin]     0.7.8claws77
8554
8555         * src/selective_download.[ch]
8556                 Fixed bug where closing the dialog with the window manager's
8557                 close button will not unlock the summary
8558                 Corrected some function declarations that missed a return value
8559                 Made the source code comply better with coding style.
8560         * src/prefs_common.c
8561                 Added new browser command line for Mozilla.
8562
8563 2002-07-18 [paul]       0.7.8claws76
8564
8565         * src/mainwindow.c
8566           src/selective_download.[ch]
8567                 reflect theme changes, fix Gdk Warning when creating 
8568                 pixmap from NULL window, and minor clean up.
8569                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8570
8571         * po/en_GB.po
8572                 updated
8573
8574 2002-07-17 [paul]       0.7.8claws75
8575
8576         * INSTALL[.jp]
8577                 sync with 0.8.0
8578         
8579         * po/en_GB.po
8580                 updated
8581
8582 2002-07-16 [paul]       0.7.8claws74
8583
8584         * tools/filter_conv.pl
8585           tools/README
8586                 replace conversion script with reimplemented version, 
8587                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
8588
8589 2002-07-16 [colin]      0.7.8claws73
8590
8591         * src/summaryview.c
8592                 remove forgotten debug messages - sorry ;-)
8593
8594 2002-07-16 [colin]      0.7.8claws72
8595
8596         * src/mimeview.c
8597           src/summaryview.c
8598           src/textview.c
8599           src/textview.h
8600                 add the ability to select part of a text mime-part 
8601                 to reply.
8602
8603 2002-07-15 [christoph]  0.7.8claws71
8604
8605         * src/folder.c
8606                 fix folder message count for folders without
8607                 msg_is_changed (includes news folders)
8608
8609 2002-07-15 [martin]     0.7.8claws70
8610
8611         * src/summaryview.c
8612                 option "display recipient on 'From'..." now works
8613                 without the need of enabling the option
8614                 "display  sender  using  address  book".
8615
8616 2002-07-15 [christoph]  0.7.8claws69
8617
8618         * src/summaryview.c
8619                 removed setting folder status from summaryview.
8620                 folder.c should update all message counts correctly.
8621
8622 2002-07-15 [paul]       0.7.8claws68
8623
8624         * po/pt_BR.po
8625                 updated by Fabio Junior Beneditto
8626
8627 2002-07-15 [darko]      0.7.8claws67
8628
8629         * src/mh.c
8630                 Fixed target folder colorization, don't decrease op
8631                 number twice
8632
8633 2002-07-14 [paul]       0.7.8claws66
8634
8635         * sync with main 0.8.0
8636                 see ChangeLog 2002-07-14
8637
8638 2002-07-13 [melvin]     0.7.8claws65
8639         
8640         * src/addrbook.c
8641         * src/addressbook.c
8642         * src/addrindex.c
8643                 Replaced sprintf by g_snprintf to prevent possible buffer
8644                 overflow.
8645         * src/news.c
8646                 Corrected a log message output format.
8647                 Added a missing "done" debug output.
8648         * src/compose.c
8649                 Added keyboard accelerator for Priority menu items
8650                 Added missing \n in debug output
8651         * src/logwindow.c
8652         * src/gtkspell.c
8653         * src/rfc2015.c
8654                 Added missing \n in debug output
8655
8656 2002-07-13 [paul]       0.7.8claws64
8657
8658         * man/sylpheed.1
8659                 change Sergey's email address to the sf address
8660
8661         * src/textview.c
8662                 increase show_url_timeout (more useful for long
8663                 urls)
8664
8665 2002-07-12 [sergey]     0.7.8claws63
8666
8667         * src/rfc2015.c
8668                 applied (with some modifications) patch to set the
8669                 micalg parameter for signatures
8670                 (2001-08-28 Werner Koch <wk@gnupg.org>)
8671
8672 2002-07-12 [sergey]     0.7.8claws62
8673
8674         * man/Makefile.am
8675         * configure.in
8676                 fixed man page installation
8677
8678 2002-07-12 [paul]       0.7.8claws61
8679
8680         * sync with 0.7.8cvs26
8681                 see ChangeLog 2002-07-11 and 2002-07-12
8682
8683 2002-07-11 [christoph]  0.7.8claws60
8684
8685         * src/compose.c
8686         * src/procmsg.c
8687                 first use the message number to find the message
8688                 to mark with a reply flag but check the
8689                 message-id if we got the correct message, if not
8690                 try to find it by message-id.
8691                 use new string seperator that is not allowed
8692                 in message-ids.
8693
8694 2002-07-11 [paul]       0.7.8claws59
8695
8696         * sync with 0.7.8cvs23
8697                 see ChangeLog 2002-07-10
8698
8699 2002-07-10 [christoph]  0.7.8claws58
8700
8701         * src/folder.[ch]
8702         * src/msgcache.[ch]
8703                 Added message-id table to the cache in memory
8704                 and functions to msgcache.c and folder.c to
8705                 fetch MsgInfos by message id
8706         * src/compose.c
8707         * src/procmsg.c
8708                 store folder and message-id of message replying
8709                 to in queue header and set reply flag after sending
8710                 (Closes bug #469498)
8711
8712 2002-07-10 [paul]       0.7.8claws57
8713
8714         * AUTHORS
8715           man/sylpheed.1.gz
8716                 add Martin to the list of authors
8717
8718 2002-07-09 [martin]     0.7.8claws56
8719         * src/gtksctree.c
8720                 Added gtk_ctree_last_visible(), tree_update_level(),
8721                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
8722                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8723                 from gtk+ to gtksctree.c for the new sorting code
8724                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
8725                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
8726         * src/gtksctree.h
8727                 Added declaration for gtk_sctree_sort_recursive() and
8728                 gtk_sctree_sort_node
8729         * src/addressbook.c
8730         * src/foldersel.c
8731         * src/folderview.c
8732         * src/summaryview.c
8733                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8734                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
8735
8736 2002-07-08 [paul]       0.7.8claws55
8737
8738         * more sync with 0.7.8cvs21
8739                 see ChangeLog 2002-07-08
8740
8741 2002-07-08 [paul]       0.7.8claws54
8742
8743         * sync with 0.7.8cvs21
8744                 see ChangeLog 2002-07-08
8745
8746 2002-07-07 [alfons]     0.7.8claws53
8747
8748         * src/Makefile.am
8749         * src/stock_pixmap.[ch]
8750         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
8751         * src/pixmaps/notice_error.xpm  ** NEW FILE **
8752         * src/pixmaps/notice_note.xpm   ** NEW FILE **
8753                 add new pixmaps for upcoming notice pane
8754
8755 2002-07-06 [melvin]     0.7.8claws52
8756
8757         * src/gtkspell.[ch]
8758                 Made them a bit closer to Sylpheed's coding style.
8759                 Removed old code.
8760                 Removed possible memory leaks when some errors occurs.
8761
8762 2002-07-06 [melvin]     0.7.8claws51
8763
8764         * po/Makefile.in.in
8765                 Removed --no-location in xgettext command line to help
8766                 translators that use Emacs' po-mode
8767         * src/quote_fmt.c
8768                 Removed unnecessary comments that messed up sylpheed.pot
8769
8770 2002-07-06 [paul]       0.7.8claws50
8771
8772         * sync with 0.7.8cvs19
8773                 see ChangeLog 2002-07-05
8774
8775 2002-07-06 [christoph]  0.7.8claws49
8776
8777         * src/folder.c
8778         * src/mainwindow.c
8779                 fix folder_item_remove_all_msg and folderview
8780                 status for trash folders after emptying trash
8781
8782 2002-07-05 [paul]       0.7.8claws48
8783
8784         * sync with 0.7.8cvs16
8785                 see ChangeLog 2002-07-04 and 2002-07-05
8786
8787 2002-07-04 [paul]       0.7.8claws47
8788
8789         * sync with 0.7.8cvs14
8790                 see  ChangeLog 2002-07-04
8791
8792 2002-07-03 [alfons]     0.7.8claws46
8793
8794         * src/folder.c
8795                 dupe folder item's path because it's being reallocated
8796                 by new folder scanning code
8797
8798 2002-07-03 [christoph]  0.7.8claws45
8799
8800         * src/imap.c
8801                 better IMAP uid fetching using 'FETCH 1:* (UID)'
8802         * src/msgcache.c
8803                 add missing return in msgcache_write
8804
8805 2002-07-02 [thorsten]   0.7.8claws44
8806
8807         * src/jpilot.c
8808         * src/msgcache.c
8809         * src/rfc2015.c
8810                 use binary mode for file access
8811
8812 2002-07-02 [christoph]  0.7.8claws43
8813
8814         * major code cleanup (part 1)
8815         
8816                 - unused variables removed
8817                 - unused functions removed
8818                 - uninitialized variables checked
8819                 - missing return statements added
8820                 - missing function return types added
8821                 - added parentheses around assignment and
8822                   && in || when suggested by gcc
8823               
8824         * src/mh.c
8825         * src/folder.c
8826                 replaced direct calls to folder->scan_tree
8827                 with folder_scan_tree and restore folder
8828                 prefs in this function. The folder should
8829                 not have to deal with them.
8830                 ( Should now work for all folder types )
8831
8832 2002-07-02 [paul]       0.7.8claws42
8833
8834         * sync with 0.7.8cvs13
8835                 see ChangeLog 2002-07-01 and 2002-07-02
8836
8837 2002-07-01 [christoph]  0.7.8claws41
8838
8839         * src/summaryview.c
8840                 fix "goto next/prev unread message" with
8841                 ignored threads
8842
8843 2002-07-01 [paul]       0.7.8claws40
8844
8845         * po/es.po
8846                 updated by Ricardo Mones Lastra
8847
8848 2002-06-30 [match]      0.7.8claws39
8849
8850         * src/jpilot.c
8851                 applied variation of leonerd's patch (566661) to
8852                 allow multiple email addresses per JPilot entry.
8853                 addresses may be separated by space, comma, pipe,
8854                 semi-colon, new-line.
8855
8856 2002-06-30 [alfons]     0.7.8claws38
8857
8858         * src/procmsg.c
8859                 simple fix for putting older nodes before
8860                 newer nodes when threading by subject
8861
8862 2002-06-30 [christoph]  0.7.8claws37
8863
8864         * src/folder.c
8865         * src/folderview.c
8866         * src/mh.c
8867         * src/news.c
8868         * src/procmsg.c
8869                 fix broken folder tree rescaning
8870                 and don't use procmsg_get_mark_sum
8871                 anymore
8872
8873 2002-06-30 [christoph]  0.7.8claws36
8874
8875         * merge new cache branch
8876         * src/imap.c
8877                 fix new cache imap copy bug
8878         * src/folder.c
8879                 improved folder_item_scan
8880                 it should now always set the correct
8881                 new, unread and total message counts
8882
8883 2002-06-29 [paul]       0.7.8claws35
8884
8885         * configure.in
8886                 correct syntax error
8887
8888 2002-06-29 [paul]       0.7.8claws34
8889
8890         * configure.in
8891           Makefile.am
8892           man/Makefile.am       ** NEW FILE **
8893           man/sylpheed.1.gz     ** NEW FILE **
8894                 add Sylpheed man page
8895
8896 2002-06-29 [paul]       0.7.8claws33
8897
8898         * po/pt_BR.po
8899                 updated by Fabio Junior Beneditto
8900
8901 2002-06-28 [jens]       0.7.8claws32
8902
8903         * po/de.po
8904                 translation updated
8905
8906         * src/selective_download.c
8907                 removed gettext for space " "
8908
8909         * src/imap.c
8910                 removed wrong space
8911
8912 2002-06-28 [paul]       0.7.8claws31
8913
8914         * sync with 0.7.8cvs11
8915                 see ChangeLog 2002-06-28
8916
8917 2002-06-28 [paul]       0.7.8claws30
8918
8919         * sync with 0.7.8cvs10
8920                 see ChangeLog 2002-06-27 and 2002-06-28
8921
8922 2002-06-26 [paul]       0.7.8claws29
8923
8924         * src/addrgather.c
8925           src/selective_download.c
8926                 don't gettextise empty strings.
8927                 reserved by gettext. gettext("") returns 
8928                 the header entry with meta information, 
8929                 not the empty string
8930
8931         * po/en_GB.po
8932                 updated
8933
8934 2002-06-26 [paul]       0.7.8claws28
8935
8936         * sync with 0.7.8cvs7
8937                 see ChangeLog 2002-06-25
8938
8939         * src/prefs_common.c
8940                 ...and in the process, tweak the gui a little
8941
8942 2002-06-25 [alfons]     0.7.8claws27
8943         
8944         * configure.in
8945         * src/Makefile.am
8946                 fine tune ldap library detection
8947
8948 2002-06-25 [alfons]     0.7.8claws26
8949
8950         * src/compose.c
8951                 don't allow return receipts when composing a news article
8952
8953 2002-06-25 [paul]       0.7.8claws25
8954
8955         * Makefile.am
8956                 add '$(AMTAR)' to 'release' section to allow for
8957                 new and older autotools
8958
8959 2002-06-25 [paul]       0.7.8claws24
8960
8961         * src/summaryview.c
8962                 fix "No more unread messages" persistant pop-up
8963                 window bug
8964
8965 2002-06-25 [paul]       0.7.8claws23
8966
8967         * po/it.po
8968                 updated by Alessandro Maestri
8969
8970 2002-06-25 [paul]       0.7.8claws22
8971
8972         * sync with 0.7.8cvs6
8973                 see ChangeLog 2002-06-25
8974
8975 2002-06-24 [paul]       0.7.8claws21
8976
8977         * tools/update-po
8978                 add GPL copyright information
8979
8980 2002-06-24 [paul]       0.7.8claws20
8981
8982         * tools/Makefile.am
8983           tools/README
8984           tools/update-po       ** NEW FILE **
8985                 add script that eases the creation of *.po files
8986                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
8987
8988 2002-06-23 [alfons]     0.7.8claws19
8989
8990         * src/messageview.c
8991                 make notification_convert_header obey const correctness
8992                 (next step will be fixing the broken return receipt)
8993
8994 2002-06-23 [paul]       0.7.8claws18
8995
8996         * src/messageview.c
8997                 fix bug introduced in last commit:
8998                 removed too much code in last commit - put back what's
8999                 needed
9000
9001 2002-06-23 [paul]       0.7.8claws17
9002
9003         * src/messageview.[ch]
9004                 remove code committed in error from locally patched
9005                 source
9006
9007 2002-06-23 [colin]      0.7.8claws16
9008
9009         * src/compose.[ch]
9010                 add compose_entry_select(), used to select the default_to
9011                 email address - hopefully avoiding people sending mails to
9012                 wrong recipients.
9013
9014 2002-06-22 [alfons]     0.7.8claws15
9015
9016         * AUTHORS
9017                 add Bram Metsch & Stanislav Karchebny
9018         * src/smtp.[ch]
9019         * src/prefs_account.[ch]
9020         * src/send.c
9021                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9022                   options.  (see <http://sourceforge.net/tracker/index.php
9023                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9024
9025                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9026                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9027
9028 2002-06-22 [paul]       0.7.8claws14
9029
9030         * sync with 0.7.8cvs5
9031                 see ChangeLog 2002-06-19 and 2002-06-20
9032
9033 2002-06-22 [alfons]     0.7.8claws13
9034
9035         * src/selective_download.c
9036                 fix a stupid mistake I made
9037
9038 2002-06-22 [alfons]     0.7.8claws12
9039
9040         * src/selective_download.[ch]
9041                 fix another unnoticed leak; cleanup code
9042
9043 2002-06-21 [alfons]
9044
9045         * tools/Makefile.am
9046                 gpg-sign <-- gpg-sign-syl
9047
9048 2002-06-21 [alfons]     0.7.8claws11
9049
9050         * src/selective_download.c
9051         * src/selective_download.h
9052                 fix assorted mix of allocation errors (should solve
9053                 problem reported by Philippe Gramoullé, see:
9054                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9055
9056 2002-06-20 [melvin]     0.7.8claws10
9057
9058         * tools/gpg-sign *REMOVED*
9059           tools/gpg-sign-syl *ADDED*
9060                 Replaced the gpg clearsigning script with the version using
9061                 xterm instead of ssh-askpass and changed its name.
9062
9063         * README.claws
9064                 Updated actions example to reflect the renaming of the
9065                 gpg clearsigning script.
9066
9067 2002-06-19 [paul]       0.7.8claws9
9068
9069         * sync with 0.7.8claws9
9070                 see ChangeLog 2002-06-18 and 2002-06-19
9071
9072 2002-06-19 [paul]       0.7.8claws8
9073
9074         * sync with 0.7.8cvs1
9075                 see ChangeLog 2002-06-18
9076
9077 2002-06-18 [alfons]     0.7.8claws7
9078
9079         * src/mainwindow.h
9080                 add omitted prototype
9081
9082 2002-06-17 [paul]       0.7.8claws6
9083
9084         * src/mainwindow.c
9085                 fix hiding of exec_btn
9086
9087 2002-06-17 [paul]       0.7.8claws5
9088
9089         * src/pop.c
9090                 remove unneeded code: should_delete() 
9091                 and Pop3State::uidl_todelete_list
9092
9093 2002-06-17 [paul]       0.7.8claws4
9094
9095         * sync with 0.7.8
9096                 see ChangeLog 2002-06-11 and 2002-06-13
9097
9098 2002-06-16 [alfons]     0.7.8claws3
9099         
9100         * src/folder.c
9101                 make sure lock sort mode (claws specific) is
9102                 also persists after a tree rescan
9103
9104 2002-06-16 [alfons]     0.7.8claws2
9105
9106         * src/prefs_folder_item.c
9107         * src/folder.[ch]
9108                 fix persistence of folder sort mode (broken
9109                 by adapting Hiro's new folder persistence code)
9110
9111 2002-06-16 [alfons]     0.7.8claws1
9112
9113         * AUTHORS
9114         * src/logwindow.c
9115         * src/prefscommon.[ch]
9116                 control size of log text in log window; 
9117                 closes patch #569155 submitted by Mitko Haralanov.
9118
9119 2002-06-15 [paul]       0.7.8claws
9120
9121         * release of 0.7.8claws
9122
9123 2002-06-15 [paul]       0.7.7claws
9124
9125         * po/pt_BR.po
9126                 updated by Fabio Junior Beneditto
9127
9128 2002-06-14 [paul]       0.7.6claws49
9129
9130         * po/es.po
9131                 updated by Ricardo Mones Lastra
9132
9133 2002-06-14 [paul]       0.7.6claws48
9134
9135         * po/nl.po
9136                 updated translation by Wilbert Berendsen
9137
9138 2002-06-14 [melvin]     0.7.6claws47
9139
9140         * po/fr.po
9141                 Updated French translation
9142
9143 2002-06-13 [paul]       0.7.6claws46
9144
9145         * src/filesel.c
9146                 allow filename to be typed in, rather than just
9147                 selected by the mouse. Patch by Gustavo Noronha Silva.
9148
9149 2002-06-13 [alfons]     0.7.6claws45
9150
9151         * src/mainwindow.[ch]
9152                 more cleanups (removing unnecessary menu items Expand 
9153                 summary / message view)
9154
9155 2002-06-13 [melvin]     0.7.6claws44
9156
9157         * po/POTFILES.in
9158                 Added src/string_match.c
9159         * src/string_match.c
9160                 Fixed possible buffer overflow.
9161                 Corrected typo.
9162                 Added missing config.h header.
9163         * src/prefs_common.c
9164           src/prefs_matcher.c
9165           src/prefs_scoring.c
9166                 Made some strings translatable (missing _(..)).
9167
9168 2002-06-13 [melvin]     0.7.6claws43
9169
9170         * README.claws
9171                 Corrected action example (verifying clearsigned mail).
9172         * src/prefs_account.c
9173                 Corrected typo.
9174         * src/prefs_common.c
9175                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9176
9177 2002-06-12 [alfons]     0.7.6claws42
9178
9179         * src/summaryview.c
9180                 add init of score column lost in 0.7.6claws42
9181
9182 2002-06-12 [paul]       0.7.6claws41
9183
9184         * src/prefs_account.c
9185                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9186                 behavior of the radio buttons, (from 0.7.7cvs2)
9187
9188 2002-06-11 [alfons]     0.7.6claws40
9189
9190         * src/messageview.[ch]
9191         * src/summaryview.[ch]
9192         * src/summary_search.c
9193         * src/mainwindow.c
9194                 perform a sync to bring in Hiro's separate view implementation 
9195
9196                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9197
9198 2002-06-11 [paul]       0.7.6claws39
9199         
9200         * src/prefs_account.c
9201                 correct a typo on the Receive tab
9202
9203 2002-06-10 [match]      0.7.6claws38
9204
9205         * src/addressbook.c
9206                 Included address completion patch from Gustavo Noronha.
9207
9208 2002-06-10 [paul]       0.7.6claws37
9209
9210         * src/inc.[ch]
9211           src/pop.c
9212           src/prefs_account.[ch]
9213           src/selective_download.[ch]
9214                 apply PATCH #561712
9215                  NEW:
9216                 - check if POP Account
9217                 - Receive Button renamed to Preview
9218                 - Preview Button Popup: preview new/all messages
9219                 - Download Button
9220                 - Account Preferences-->Receive tab checkbutton if you
9221                   want to remove Mail after Download
9222                 -: default YES
9223                 - Account Preferences-->Receive tab checkbutton use
9224                   filtering rules on preview
9225                   (think of delete_on_server)
9226                 -: default YES
9227                 - Account selectable from SD dialog
9228                 - checkbutton to show already downloaded messages if
9229                   all messages are previewed
9230                 - new clist column showing Date
9231                 - ESC KEY close
9232                 FIXES:
9233                 - play ball with UIDL
9234                 - fault tolerant (?) 
9235                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9236
9237 2002-06-10 [melvin]     0.7.6claws36
9238
9239         * README.claws
9240                 Added a hint to ac/README in cvs instructions.
9241
9242         * src/prefs_actions.c
9243                 Made it possible to use a more elaborate command line
9244                 for asynchronous actions, too.
9245
9246 2002-06-10 [melvin]     0.7.6claws35
9247         
9248         * src/prefs_actions.c
9249                 Make it possible to use a more elaborate command line
9250                 (e.g. |foo|bar|cat>there;echo Done|)
9251                 Corrected error message when calling %f, %F and %p commands
9252                 from the compose window.
9253
9254 2002-06-09 [colin]      0.7.6claws34
9255
9256         * src/summaryview.c
9257                 Automatically find unread messages in current folder
9258                 before annoying the user.
9259
9260 2002-06-08 [alfons]     0.7.6claws33
9261
9262         * po/it.po
9263                 remove bad formatting string in it.po translation
9264                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
9265
9266 2002-06-08 [paul]       0.7.6claws32
9267
9268         * sync with 0.7.6cvs25
9269                 see ChangeLog 2002-06-07
9270
9271 2002-06-05 [paul]       0.7.6claws31
9272
9273         * src/mainwindow.c
9274                 add 'Sort by locked' and 'Sort by score'
9275
9276 2002-06-05 [paul]       0.7.6claws30
9277
9278         * sync with 0.7.6cvs24
9279                 see ChangeLog 2002-06-04
9280
9281 2002-06-04 [paul]       0.7.6claws29
9282
9283         * po/pt_BR.po
9284                 updated by Fabio Junior Beneditto
9285
9286 2002-06-03 [thorsten]   0.7.6claws28
9287
9288         * src/matcher.c
9289                 fclose() matcherrc after reading
9290
9291 2002-06-03 [paul]       0.7.6claws27
9292
9293         * sync with 0.7.6cvs21
9294                 see ChangeLog 2002-05-31
9295
9296 2002-05-31 [paul]       0.7.6claws26
9297
9298         * sync with 0.7.6cvs20
9299                 see ChangeLog 2002-05-29 and 2002-05-30
9300
9301 2002-05-31 [paul]       0.7.6claws25
9302
9303         * src/imap.c
9304                 hopefully fix last buggy sync
9305
9306         * README.claws
9307                 correct typo in 'Actions' examples
9308
9309 2002-05-29 [paul]       0.7.6claws24
9310
9311         * sync with 0.7.6cvs18
9312                 see ChangeLog 2002-05-28 and 2002-05-29
9313
9314         * src/news.c
9315           src/nntp.[ch]
9316                 sync with above 
9317
9318 2002-05-28 [paul]       0.7.6claws23
9319
9320         * sync with 0.7.6cvs16
9321                 see ChangeLog 2002-05-28
9322
9323 2002-05-27 [thorsten]   0.7.6claws22 
9324
9325         * faq/it/sylpheed-faq-1.html
9326           faq/it/sylpheed-faq-2.html
9327           faq/it/sylpheed-faq-3.html
9328           faq/it/sylpheed-faq.html
9329                 corrected DOS lineendings
9330         * faq/de/sylpheed-faq-1.html
9331           faq/de/sylpheed-faq-2.html
9332           faq/en/sylpheed-faq-1.html
9333           faq/en/sylpheed-faq-2.html
9334           faq/en/sylpheed-faq-3.html
9335           faq/es/sylpheed-faq-1.html
9336           faq/es/sylpheed-faq-2.html
9337           faq/es/sylpheed-faq-3.html
9338           faq/fr/sylpheed-faq-1.html
9339           faq/it/sylpheed-faq-1.html
9340           faq/it/sylpheed-faq-2.html
9341           faq/it/sylpheed-faq-3.html
9342           faq/it/sylpheed-faq.html
9343                 changed ">" to &quot;
9344
9345 2002-05-27 [paul]       0.7.6claws21
9346         
9347         * sync with 0.7.6cvs15
9348                 see ChangeLog 2002-05-27
9349
9350 2002-05-27 [paul]       0.7.6claws20
9351
9352         * src/prefs_account.c
9353                 correct a typo
9354
9355 2002-05-26 [paul]       0.7.6claws19
9356
9357         * tools/README
9358                 correct a typo
9359
9360 2002-05-25 [paul]       0.7.6claws18
9361
9362         * tools/README
9363                 add description of kmail2sylpheed.pl
9364
9365 2002-05-25 [paul]       0.7.6claws17
9366
9367         * tools/kmail2sylpheed.pl       ** NEW FILE **
9368                 perl script that converts an exported Kmail address
9369                 book, converts it to sylpheed addressbook file,
9370                 writes the file to .sylpheed, and updates
9371                 addrbook--index.xml 
9372
9373 2002-05-25 [paul]       0.7.6claws16
9374
9375         * sync with 0.7.6cvs14
9376                 see ChangeLog 2002-05-23
9377
9378 2002-05-24 [paul]       0.7.6claws15
9379
9380         * README.claws
9381                 make a correction and add some more info
9382
9383 2002-05-24 [paul]       0.7.6claws14
9384
9385         * src/compose.c
9386                 fix memory leak in 
9387                 compose_redirect_write_headers_from_headerlist()
9388                 add Subject and Resent-Message-ID to
9389                 compose_redirect_write_headers()
9390                 Received, Subject, and X-UIDL are filtered out in 
9391                 compose_redirect_write_to_file()
9392
9393 2002-05-23 [paul]       0.7.6claws13
9394
9395         * src/compose.[ch]
9396           src/filtering.c
9397           src/mainwindow.c
9398           src/matcher.[ch]
9399           src/matcher_parser_lex.l
9400           src/matcher_parser_parse.y
9401           src/prefs_common.[ch]
9402           src/prefs_filtering.c
9403           src/summaryview.c
9404                 rename 'Bounce' to 'Redirect'
9405
9406 2002-05-23 [paul]       0.7.6claws12
9407
9408         * more sync with 0.7.6cvs13
9409           src/compose.c
9410                 see ChangeLog 2002-05-22
9411
9412 2002-05-22 [paul]       0.7.6claws11
9413
9414         * sync with 0.7.6cvs13
9415           src/codeconv.c
9416                 see ChangeLog 2002-05-20
9417           src/prefs_common.c
9418                 see ChangeLog 2002-05-22
9419
9420 2002-05-21 [melvin]     0.7.6claws10
9421
9422         * src/folderview.c
9423                 Added missing filtering and scoring headers
9424                 Fixed bad function call that showed garbage 
9425                 in Folder->Processing
9426
9427 2002-05-21 [paul]       0.7.6claws9
9428
9429         * tools/Makefile.am
9430                 make all tools executable, (patch by Alfons).
9431
9432 2002-05-20 [alfons]     0.7.6claws8
9433
9434         * src/procheader.c
9435                 don't forget to call mktime() so we have a valid week 
9436                 and year day
9437                 (Bug report by Roger Sondermann <mail@jumaros.de>)
9438
9439 2002-05-20 [paul]       0.7.6claws7
9440
9441         * src/html.c
9442                 fix broken parsing of urls
9443         * src/textview.c
9444                 fix displaying of urls
9445
9446                 both fixes from the patch [547855] by Eugene 
9447                 Brevdo (zonem)
9448
9449 2002-05-19 [alfons]     0.7.6claws6
9450
9451         * configure.in
9452                 make sylpheed configure correctly with the latest
9453                 and greatest of automake / autoconf / gettext
9454
9455 2002-05-19 [alfons]     0.7.6claws5
9456
9457         * src/procheader.c
9458         * src/procheader.h
9459                 add function for returning ime zone offset
9460         * src/quote_fmt.c
9461         * src/quote_fmt_parse.y
9462                 better quotation formatting - does not convert
9463                 to local time, but uses the original date string.
9464                 
9465                 Note: %z inserts the timezone offset (should 
9466                 work also on platforms where strftime does not
9467                 support %z).
9468
9469 2002-05-18 [christoph]  0.7.6claws4
9470
9471         * src/summaryview.c
9472                 fix indentation of some code
9473         * tools/Makefile.am
9474                 fix spaces after \
9475         * src/Makefile.am
9476                 add missing \
9477                 correct path for ignorethread.xpm
9478                 incorrect filename for sylpheed_logo.xpm
9479                 add missing include matcher_parser_parse.h
9480
9481 2002-05-18 [paul]       0.7.6claws3
9482
9483         * sync with 0.7.6cvs8
9484                 see ChangeLog 2002-05-16 and 2002-05-17
9485
9486 2002-05-18 [melvin]     0.7.6claws2
9487
9488         * README.claws
9489                 Corrected an action's definition and fixed some misspellings.
9490
9491 2002-05-18 [paul]       0.7.6claws1
9492
9493         * tools/Makefile.am
9494           tools/gpg-sign        ** new file **
9495           tools/uudec           ** new file **
9496                 add Melvin's Actions scripts
9497
9498         * README.claws
9499                 add Melvin's descriptions for Actions
9500
9501 2002-05-18 [paul]       0.7.6claws
9502
9503         * Version 0.7.6claws released
9504
9505 2002-05-17 [paul]       0.7.5claws32
9506
9507         * po/es.po
9508                 updated by Ricardo Mones Lastra
9509
9510 2002-05-17 [paul]       0.7.5claws31
9511
9512         * src/compose.c
9513                 fix Account prefs default folder for sent/draft/deleted
9514                 messages bug
9515
9516         * po/it.po
9517           po/nl.po
9518                 updated translation by Alessandro Maestri and
9519                 Wilbert Berendsen
9520
9521 2002-05-17 [melvin]     0.7.5claws30
9522
9523         * src/prefs_actions.c
9524                 Fixed bug where using %F not at the end of the command 
9525                 resulted in an additional empty argument being created.
9526                 Thanks to Darko Koruga for reporting the bug.
9527
9528 2002-05-17 [melvin]     0.7.5claws29
9529
9530         * po/fr.po
9531                 Updated French translations.
9532
9533 2002-05-15 [paul]       0.7.5claws28
9534         
9535         * po/es.po
9536                 updated by Ricardo Mones Lastra
9537
9538 2002-05-15 [paul]       0.7.5claws27
9539
9540         * sync with 0.7.6cvs4
9541                 see ChangeLog 2002-05-14 and 2002-05-15
9542
9543 2002-05-14 [paul]       0.7.5claws26
9544
9545         * sync with 0.7.6cvs1
9546                 see ChangeLog 2002-05-13
9547
9548 2002-05-13 [thorsten]   0.7.5claws25
9549
9550         * src/messageview.c
9551                 fix select_all and copy in multipart messages
9552         * src/mainwindow.c
9553                 fix select_all and copy in multipart messages
9554
9555 2002-05-12 [paul]       0.7.5claws24
9556
9557         * src/summaryview.c
9558                 reverse last commit, bug already fixed in 0.7.5claws3
9559
9560 2002-05-12 [netztorte]  0.7.5claws23
9561
9562         * src/summaryview.c
9563                 dont parse empty addressbook (checked in before claws20)
9564
9565 2002-05-12 [melvin]     0.7.5claws22
9566
9567         * src/procmsg.[ch]
9568                 Removed unneeded priority code introduced by the previous 
9569                 commit.
9570
9571 2002-05-12 [melvin]     0.7.5claws21
9572
9573         * src/compose.[ch]
9574                 Added possibility to set message's priority.
9575         * src/procmsg.[ch]
9576                 Added possibility to set message's priority.
9577                 Added missing headers
9578
9579 2002-05-12 [melvin]     0.7.5claws20
9580
9581         * src/prefs_actions.c
9582                 Removed implicitely added quotes around the name
9583                 of the temporary files of mime parts.
9584
9585 2002-05-12 [paul]       0.7.5claws19
9586
9587         * sync with 0.7.5cvs20
9588                 see ChangeLog 2002-05-11
9589
9590 2002-05-12 [alfons]     0.7.5claws18
9591
9592         * src/quote_fmt_lex.l
9593         * src/quote_fmt_parse.y
9594                 allow quote / reply date & time format to be set using
9595                 %D{format}. format is a format string you'd pass to
9596                 strftime() (see man strftime, or the Display tab |
9597                 Date format setting).
9598
9599                 Currently %D converts the date to local time. 
9600
9601 2002-05-11 [paul]       0.7.5claws17
9602
9603         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
9604                 see ChangeLog 2002-05-10 and 2002-05-11
9605
9606 2002-05-10 [paul]       0.7.5claws16
9607
9608         * sync with 0.7.5cvs16
9609                 see ChangeLog entries 2002-05-09 and 
9610                 2002-05-10
9611
9612 2002-05-10 [colin]      0.7.5claws15
9613
9614         * src/textview.c
9615                 Corrected a bug that prevented sylpheed to open
9616                 double-clicked URIs.
9617
9618 2002-05-09 [paul]       0.7.5claws14
9619
9620         * sync with 0.7.5cvs14
9621                 see ChangeLog 2002-05-08 and 2002-05-09
9622
9623 2002-05-08 [paul]       0.7.5claws13
9624
9625         * sync with 0.7.5cvs11
9626                 see ChangeLog entry 2002-05-08
9627
9628 2002-05-08 [paul]       0.7.5claws12
9629
9630         * src/mainwindow.c
9631           src/textview.[ch]
9632                 fix segfault on View->Open in new window
9633                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9634
9635 2002-05-07 [paul]       0.7.5claws11
9636
9637         * sync with 0.7.5cvs9
9638                 see ChangeLog entry 2002-05-07
9639
9640 2002-05-06 [paul]       0.7.5claws10
9641
9642         * src/messageview.c
9643           src/textview.c
9644                 display url in statusbar on single-click
9645                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9646
9647 2002-05-06 [match]      0.7.5claws9
9648
9649         * src/addritem.[ch]
9650                 new functions.
9651         * src/addrcache.c
9652                 tidy up.
9653         * src/xmlprops.[ch]
9654                 XML implementation of properties file.
9655         * src/exporthtml.[ch]
9656         * src/expthtmldlg.[ch]
9657         * src/addressbook.c
9658                 export to HTML.
9659
9660 2002-05-02 [sergey]     0.7.5claws8
9661
9662         * src/mainwindow.c (mainwin_entries),
9663           src/prefs_common.c (prefs_send_create()),
9664           src/codeconv.c (locale_table):
9665                 use charset name "Windows-1251" instead of "CP1251".
9666
9667 2002-05-02 [colin]      0.7.5claws7
9668         
9669         * src/compose.c
9670           src/prefs_common.c
9671           src/prefs_folder_item.c
9672                 Fixed cosmetics bugs due to Outbox renamed to Sent.
9673
9674 2002-05-02 [hiro]       0.7.5claws6
9675
9676         * src/imap.c
9677                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
9678
9679 2002-05-02 [paul]       0.7.5claws5
9680
9681         * src/compose.c
9682                 more sync with 0.7.5cvs7, see ChangeLog entry
9683                 2002-05-02
9684
9685 2002-05-02 [hiro]       0.7.5claws4
9686
9687         * src/compose.c
9688                 compose_queue_sub():
9689                 check if queue folder exists (closes #550397).
9690                 removed directory creation since it should be handled
9691                 transparently.
9692         * src/imap.c
9693                 imap_add_msg(): return UID for appended message
9694                 (closes #548842).
9695
9696 2002-04-30 [paul]       0.7.5claws3
9697
9698         * src/summaryview.c
9699                 fix account_find_from_address() bug
9700
9701 2002-04-28 [colin]      0.7.5claws2
9702
9703         * src/compose.c
9704           src/textview.c
9705           src/prefs_common.[ch]
9706           src/utils.[ch]
9707                 Added user-definable quotation characters recognition.
9708
9709 2002-04-28 [paul]       0.7.5claws1
9710
9711         * sync with 0.7.5cvs4
9712                 see ChangeLog entry  2002-04-25
9713
9714 2002-04-28 [paul]       0.7.5claws
9715
9716         * po/es.po
9717           po/nl.po
9718           po/pt_BR.po
9719                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
9720                 Fabio Junior Beneditto
9721
9722 2002-04-27 [jens]       0.7.4claws103
9723
9724         * po/de.po
9725                 updated German translation.
9726
9727 2002-04-27 [hiro]       0.7.4claws102
9728
9729         * src/summaryview.c
9730                 summary_write_cache(): fixed the mark loss of hidden messages.
9731
9732 2002-04-26 [melvin]     0.7.4claws101
9733
9734         * src/procmsg.c
9735                 fixed a second typo (same one)
9736         * po/fr.po
9737           po/it.po
9738           po/pt_BR.po
9739                 fixed the type again...
9740
9741 2002-04-26 [melvin]     0.7.4claws100
9742
9743         * src/procmsg.c
9744                 fixed a typo in an alert message ("temorary").
9745         * po/it.po
9746         * po/pt_BR.po
9747                 corrected the typo  described above.
9748         * po/fr.po
9749                 updated French translation.
9750
9751 2002-04-26 [darko]      0.7.4claws99
9752
9753         * src/summaryview.c
9754                 fix target folder colorization
9755
9756 2002-04-25 [paul]       0.7.4claws98
9757
9758         * po/it.po
9759                 updated by Alessandro Maestri
9760
9761 2002-04-24 [colin]      0.7.4claws97
9762         
9763         * src/compose.c
9764                 Fixed double "subject is empty" question.
9765
9766 2002-04-23 [colin]      0.7.4claws96
9767         
9768         * src/mimeview.c
9769                 Corrected issue when "automatically display images" was
9770                 not set : first image remained after selecting second.
9771
9772 2002-04-23 [melvin]     0.7.4claws95
9773
9774         * src/prefs_actions.c
9775                 Don't display in/out dialog if there is nothing to show.
9776
9777 2002-04-23 [paul]       0.7.4claws94
9778
9779         * sync with 0.7.5cvs3
9780                 bug fixes: see ChangeLog entry 2002-04-23
9781
9782 2002-04-22 [darko]      0.7.4claws93
9783
9784         * src/compose.c
9785                 fix previous check-in which changed code after
9786                 merge from main
9787
9788 2002-04-22 [paul]       0.7.4claws92
9789
9790         * faq/de/*
9791                 add German FAQ
9792         * faq/en/*
9793           faq/es/*
9794           faq/fr/*
9795                 update English, Spanish and French FAQs
9796         * manual/de/*
9797           manual/es/*
9798                 add German and Spanish manuals
9799         * manual/en/*
9800           manual/fr/*
9801                 update English and French manuals
9802
9803         * src/Makefile.am
9804                 add to and re-arrange the pixmap entries
9805
9806 2002-04-22 [darko]      0.7.4claws91
9807
9808         * src/compose.c
9809                 fix sender initials recognition to only allow
9810                 '>' after the initials
9811
9812 2002-04-21 [paul]       0.7.4claws90
9813
9814         * sync with 0.7.5 release
9815                 see ChangeLog entry 2002-04-21
9816
9817 2002-04-21 [alfons]
9818
9819         * src/Makefile.am
9820                 add colin's new pixmaps to EXTRA_DIST
9821
9822 2002-04-21 [colin]      0.7.4claws89
9823         * src/compose.c
9824         * src/inc.c
9825         * src/mainwindow.[ch]
9826         * src/prefs_common.[ch]
9827         * src/stock_pixmap.[ch]
9828                 Added "Work offline" ability.
9829
9830 2002-04-21 [colin]      0.7.4claws88
9831         
9832         * src/mimeview.c
9833         * src/prefs_common.c
9834         * src/prefs_common.h
9835         * src/textview.c : Added an option to common preferences -> display
9836           to allow user not to automatically display images.
9837
9838 2002-04-21 [paul]       0.7.4claws87
9839
9840         * sync with 0.7.4cvs52
9841                 see ChangeLog entry 2002-04-21 (src/imap.c)
9842
9843 2002-04-21 [paul]       0.7.4claws86
9844
9845         * sync with 0.7.4cvs51
9846                 see ChangeLog entry 2002-04-21
9847
9848 2002-04-21 [paul]       0.7.4claws85
9849
9850         * sync with 0.7.4cvs49
9851                 see ChangeLog entries 2002-04-20 and 2002-04-21
9852
9853         * src/Makefile.am
9854                 clean up: remove old 'stock_' element from xpm 
9855                 filenames.
9856
9857 2002-04-21 [alfons]     0.7.4claws84
9858
9859         apply sync patch from Paul
9860
9861         * src/folderview.c
9862                 use old claws prefs_folder_item_create() for now
9863
9864 2002-04-19 [match]      0.7.4claws83
9865
9866         * src/addressbook.[ch]
9867         * src/addrharvest.[ch]
9868         * src/addrgather.[ch]
9869                 recurse folders.
9870         * src/mainwindow.c
9871         * src/summaryview.[ch]
9872                 change menu option.
9873
9874 2002-04-19 [paul]       0.7.4claws82
9875
9876         * po/pt_BR.po
9877                 updated by Fabio Junior Beneditto
9878
9879 2002-04-14 [alfons]     0.7.4claws81
9880
9881         * src/passphrase.c
9882                 add #include <sys/types.h> for mode_t and off_t 
9883
9884 2002-04-13 [paul]       0.7.4claws80
9885         
9886         * src/main.c
9887           src/passphrase.[ch]
9888           src/pgptext.c
9889           src/prefs_common.[ch]
9890           src/rfc2015.c
9891                 enable storing of GnuPG passphrase for the whole 
9892                 session or a user-defined number of minutes. patch 
9893                 submitted by Ravemax <ravemax@dextrose.com>
9894
9895 2002-04-13 [alfons]     0.7.4claws79
9896
9897         * src/textview.c
9898                 make email parser also stop scanning when encountering separators
9899                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
9900
9901 2002-04-13 [paul]       0.7.4claws78
9902
9903         * sync with 0.7.4cvs39
9904                 see ChangeLog entry 2002-04-12
9905
9906 2002-04-11 [paul]       0.7.4claws77
9907
9908         * sync with 0.7.4cvs37
9909                 see ChangeLog entry 2002-04-11
9910
9911 2002-04-11 [paul]       0.7.4claws76
9912
9913         * COPYING 
9914                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
9915                 the clause for OpenSSL). sync with sylpheed main
9916
9917 2002-04-09 [melvin]     0.7.4claws75
9918
9919         * src/compose.c
9920                 Made 'Ctrl-Enter' on send ignore some modifiers 
9921                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
9922                 to bind other *-Enter (but not Alt-Enter).
9923
9924 2002-04-09 [paul]       0.7.4claws74
9925
9926         * sync with 0.7.4cvs35
9927                 see ChangeLog entries 2002-04-09
9928
9929 2002-04-08 [paul]       0.7.4claws73
9930
9931         * sync with 0.7.4cvs33
9932                 see ChangeLog entry 200-04-08
9933
9934 2002-04-07 [match]      0.7.4claws72
9935
9936         * src/addrharvest.[ch]
9937                 fixed to read all addresses in header, regardless
9938                 of header size. improved name parsing. accommodate
9939                 harvest from folders and selected message.
9940         * src/addritem.[ch]
9941                 included new address parsing function.
9942         * src/addrgather.[ch]
9943         * src/addressbook.[ch]
9944         * src/summaryview.[ch]
9945         * src/mainwindow.c
9946                 allow address harvest of folder as well as selected
9947                 messages.
9948
9949 2002-04-07 [paul]       0.7.4claws71
9950
9951         * src/esmtp.[ch]
9952           src/smtp.c
9953                 don't try to authenticate with CRAM-MD5 in SMTP when 
9954                 SMTP-AUTH enabled if MTA doesn't issue this 
9955                 auth-method in it's ehlo-response. bug item #531364,
9956                 patch item #938910. patch submitted by Colin Leroy 
9957                 <colin@colino.net>
9958
9959 2002-04-07 [paul]       0.7.4claws70
9960
9961         * src/nntp.c
9962                 fix missing MODE_READER bug. patch submitted by
9963                 Colin Leroy <colin@colino.net>
9964
9965 2002-04-07 [alfons]     0.7.4claws69
9966
9967         * src/matcher.[ch]
9968         * src/prefs_filtering.c
9969         * src/summaryview.c
9970                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
9971                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
9972
9973 2002-04-07 [paul]       0.7.4claws68
9974
9975         * sync with 0.7.4cvs32
9976                 see ChangeLog entry 2002-04-06
9977
9978         * tools/filter_conv.pl
9979                 more bug fixes
9980
9981 2002-04-06 [paul]       0.7.4claws67
9982
9983         * tools/filter_conv.pl
9984                 modify to be able to find the name of the first
9985                 mailbox and use that. main's filter does not
9986                 record the full path to the mailbox and therefore
9987                 can only filter to the first mailbox.
9988
9989 2002-04-05 [paul]       0.7.4claws66
9990
9991         * tools/filter_conv.pl
9992                 attempt to make the script all-encompassing and
9993                 be able to convert any main 'filter' rule thrown
9994                 at it
9995
9996 2002-04-05 [paul]       0.7.4claws65
9997
9998         * tools/filter_conv.pl
9999                 allow for collapsed folder trees
10000
10001 2002-04-05 [paul]       0.7.4claws64
10002
10003         * sync with 0.7.4cvs31
10004                 see ChangeLog entries 2002-04-05
10005
10006 2002-04-03 [paul]       0.7.4claws63
10007
10008         * sync with 0.7.4cvs29
10009                 see ChangeLog entries 2002-04-02 and 2002-04-03
10010
10011 2002-04-02 [paul]       0.7.4claws62
10012
10013         * sync with 0.7.4cvs26
10014                 see ChangeLog entry 2002-04-01
10015
10016 2002-04-02 [match]      0.7.4claws61
10017
10018         * src/pine.[ch]
10019         * src/importpine.[ch]
10020         * src/addressbook.c
10021                 import Pine address book.
10022
10023 2002-04-02 [match]      0.7.4claws60
10024
10025         * src/addrharvest.[ch]
10026                 improve address parsing of funky addresses.
10027
10028 2002-04-02 [darko]      0.7.4claws59
10029
10030         * src/compose.c
10031                 wrap on send improvements, it now recognizes quoted
10032                 initials as part of the quotation string, and it
10033                 does not join lines separated by CR
10034
10035 2002-04-01 [match]      0.7.4claws58
10036
10037         * src/mgutils.[ch]
10038                 added new functions.
10039         * src/mutt.[ch]
10040                 remove excessive duplicate address generation
10041                 on import.
10042
10043 2002-04-01 [alfons]     0.7.4claws57
10044         
10045         * src/summaryview.c
10046                 put back g_free() 
10047
10048 2002-04-01 [paul]       0.7.4claws56
10049
10050         * sync with 0.7.4cvs25
10051                 see ChangeLog entry 2002-04-01
10052
10053 2002-04-01 [alfons]     0.7.4aprilfool55
10054
10055         * src/summaryview.c
10056                 honour feature request item #537427 to allow for
10057                 displaying names from address book for sent mail also
10058
10059 2002-03-29 [paul]       0.7.4claws54
10060
10061         * src/mainwindow.c
10062           src/prefs_filtering.[ch]
10063           src/prefs_matcher.c
10064           src/summaryview.c
10065                 add 'fast filter' for claws' filtering,
10066                 /Tools/Create filter rule/... patch submitted
10067                 by Neill Miller <neillm@thecodefactory.org>
10068
10069 2002-03-29 [paul]       0.7.4claws53
10070
10071         * sync with 0.7.4cvs24
10072                 see ChangeLog entry 2002-03-29
10073
10074 2002-03-28 [paul]       0.7.4claws52
10075
10076         * sync with 0.7.4cvs23
10077                 see ChangeLog entry 2002-03-28
10078
10079 2002-03-27 [melvin]     0.7.4claws51
10080
10081         * src/prefs_actions.c
10082                 Added support to pass only one message part (as a
10083                 file) to the command using '%p'. No quotes are needed
10084                 because doubles quotes are automatically added.
10085                 Fixed bug where Sylpheed could block when waiting for
10086                 a child process to finish.
10087                 Changed the help menu to remove quotes around symbols to 
10088                 avoid misinterpretation (they must not be used).
10089
10090 2002-03-27 [melvin]     0.7.4claws50
10091
10092         * src/inc.c
10093                 Made the new mail notification command always 
10094                 execute asynchronously.
10095
10096 2002-03-27 [paul]       0.7.4claws49
10097
10098         * src/compose.c
10099                 fix bug introduced in last commit
10100
10101 2002-03-27 [paul]       0.7.4claws48
10102
10103         * sync with 0.7.4cvs21
10104                 see ChangeLog 2002-03-26 and 2002-03-27
10105
10106 2002-03-26 [hoa]        0.7.4claws47
10107
10108         * src/prefs_folder_item.c
10109                 really fixed the bug #516442 with folder rescan.
10110
10111 2002-03-26 [paul]       0.7.4claws46
10112
10113         * sync with 0.7.4cvs19
10114                 see ChangeLog entries 2002-03-25 and 2002-03-26
10115
10116 2002-03-25 [hoa]        0.7.4claws45
10117
10118         * src/matcher.c
10119         * src/mh.c
10120                 fix the bug #516442 with folder rescan.
10121
10122         * src/prefs_common.[ch]
10123         * src/compose.c
10124                 added an option to enable two different behaviours
10125                 for bounce.
10126
10127
10128 2002-03-25 [paul]       0.7.4claws44
10129
10130         * src/mainwindow.c
10131           src/selective_download.c
10132                 correct a few menuitem labels
10133
10134 2002-03-25 [christoph]  0.7.4claws43
10135
10136         * src/procmsg.c
10137                 fix non deleted tmp message in
10138                 procmsg_save_to_outbox
10139                 fix problems caused by sync with
10140                 main branch's procmsg_send_queue
10141
10142 2002-03-25 [paul]       0.7.4claws42
10143
10144         * src/quote_fmt.c
10145           src/quote_fmt_lex.l
10146           src/quote_fmt_parse.y
10147                 add Last name (%L) placeholder for quoting. 
10148                 patch submitted by Thorsten Thielen 
10149                 <thth@users.sourceforge.net>
10150
10151 2002-03-25 [paul]       0.7.4claws41
10152
10153         * src/utils.c
10154                 get full hostname. patch submitted by
10155                 Bob Woodside <rwoodside1@comcast.net>
10156
10157 2002-03-25 [paul]       0.7.4claws40
10158
10159         * src/account.c
10160           src/news.c
10161           src/nntp.[ch]
10162           src/prefs_account.[ch]
10163                 enable NNTP over SSL. patch submitted by
10164                 Pascal Jermini <pascal@infinity.hn.org>
10165
10166 2002-03-24 [paul]       0.7.4claws39
10167
10168         * src/prefs_common.c
10169                 make the arrangement of the Compose tab more
10170                 coherent
10171
10172         * src/mainwindow.c
10173                 fix some irregularities of style
10174
10175         * po/de.po
10176                 updated by Kilian Krause
10177
10178 2002-03-23 [paul]       0.7.4claws38
10179
10180         * po/pt_BR.po
10181                 updated by Fabio Junior Beneditto
10182
10183 2002-03-23 [paul]       0.7.4claws37
10184
10185         * src/mainwindow.c
10186                 move 'Gather addresses' to 'Tools' menu
10187                 make 'Selective download' sensitive
10188
10189 2002-03-23 [paul]       0.7.4claws36
10190
10191         * sync with 0.7.4cvs16
10192                 see ChangeLog entries 2002-03-23
10193
10194 2002-03-22 [christoph]  0.7.4claws35
10195
10196         * src/quote_fmt_parse.y
10197                 fix include program output
10198
10199 2002-03-22 [alfons]     0.7.4claws34
10200
10201         * src/pop.c
10202                 initialize GDate stack variable correctly (sorry!)
10203
10204 2002-03-22 [paul]       0.7.4claws33
10205
10206         * src/compose.c
10207           src/mainwindow.c
10208           src/prefs_actions.c
10209           src/prefs_common.c
10210                 rename 'Tool' to 'Tools'
10211
10212         * src/mainwindow.c
10213                 move 'Delete duplicated messages' from
10214                 'Message/' to 'Tools/'
10215                 re-arrange the order of 'Tools/' items
10216
10217 2002-03-22 [paul]       0.7.4claws32
10218
10219         * src/addr_compl.c
10220           src/addressbook.[ch]
10221                 auto-address completion now also matches on
10222                 Nickname. patch submitted by Bob Forsman 
10223                 <hammor@users.sourceforge.net>
10224
10225         * src/editaddress.c
10226                 correct a spelling mistake
10227
10228 2002-03-22 [alfons]     0.7.4claws31
10229
10230         * src/pop.c
10231                 fix getting uidl from incorrect string 
10232                 (spotted by Colin)
10233
10234 2002-03-21 [alfons]     0.7.4claws30
10235
10236         * src/pop.c
10237                 more code refactoring
10238                 plug mem leak introduced by delete on server
10239
10240 2002-03-21 [paul]       0.7.4claws29
10241
10242         * sync with 0.7.4cvs11
10243                 see ChangeLog entries 2002-03-20
10244
10245 2002-03-20 [alfons]     0.7.4claws28
10246
10247         * src/inc.c
10248                 apply Colin's patch and refactor
10249
10250 2002-03-20 [paul]       0.7.4claws27
10251
10252         * sync with sylpheed 0.7.4cvs9
10253                 see ChangeLog entry 2002-03-20
10254
10255 2002-03-19 [christoph]  0.7.4claws26
10256
10257         * src/mh.c
10258         * src/procmsg.[ch]
10259         * src/summaryview.c
10260                 revert changes for flag updates
10261                 (does not work correctly and no time to debug)
10262
10263 2002-03-20 [alfons]     0.7.4claws25
10264
10265         * src/pop.c
10266                 refactor should_delete() a little bit 
10267
10268 2002-03-19 [paul]       0.7.4claws24
10269
10270         * src/inc.[ch]
10271           src/pop.c
10272           src/prefs_account.[ch]
10273                 allow the user to leave downloaded mail on the 
10274                 server for n days. Patch submitted by Colin Leroy 
10275                 <colin@colino.net>
10276
10277 2002-02-19 [paul]       0.7.4claws23
10278
10279         * sync with sylpheed 0.7.4cvs8
10280                 see ChangeLog entries 2002-03-19
10281
10282 2002-03-18 [paul]       0.7.4claws22
10283
10284         * sync with sylpheed 0.7.4cvs6
10285                 see ChangeLog entry 2002-03-18
10286
10287 2002-03-18 [paul]       0.7.4claws21
10288
10289         * po/en_GB.po
10290                 add en_GB message catalogue
10291
10292         * src/mbox_folder.c
10293           src/prefs_account.c
10294           src/prefs_actions.c
10295                 correct a few spelling mistakes
10296
10297 2002-03-17 [alfons]     0.7.4claws20
10298
10299         * src/matcher.c
10300                 more stringent checks for NULL params when writing
10301                 filtering actions to a file
10302                 
10303 2002-03-17 [hoa]        0.7.3claws20
10304
10305         * src/news.c
10306                 fixed the count of new messages
10307
10308         * src/compose.c
10309                 fixed the "attachment properties" window
10310
10311 2002-03-17 [paul]       0.7.4claws19
10312
10313         * src/defs.h
10314           src/folder.h
10315           src/news.c
10316           src/prefs_account.[ch]
10317           src/procmsg.[ch]
10318           src/summaryview.c
10319                 automatically mark cross-posted messages as read 
10320                 and (optionally) give them a colour label
10321                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10322                 
10323
10324 2002-03-17 [paul]       0.7.4claws18
10325
10326         * sync with sylpheed 0.7.4cvs5
10327                 see ChangeLog entry 2002-03-17
10328
10329 2002-03-17 [melvin]     0.7.4claws17
10330         
10331         * src/textview.c
10332                 Worked around a gtktext 'bug': when searching for 
10333                 a text in a long message it was scrolling slowly
10334                 line by line until it hit the searched text.
10335         * po/fr.po
10336                 Updated French translation
10337
10338 2002-03-17 [melvin]     0.7.4claws16
10339
10340         * src/mainwindow.c
10341         * src/compose.c
10342         * src/prefs_actions.c
10343                 Moved "Edit/Actions" to "Tool/Actions"
10344                 Made mainwindow/compose window sensitive as soon as
10345                 no child process is running anymore even if the io dialog
10346                 is open.
10347                 Fixed a struct being initialized with a non constant char*
10348
10349 2002-03-16 [christoph]  0.7.4claws15
10350
10351         * configure.in
10352                 add --with-compiler-flags option
10353                 (only for developer hacking)
10354         * src/mh.c
10355         * src/procmsg.[ch]
10356         * src/summaryview.c
10357                 try to make folder-stats and flag handling more
10358                 independent from the summaryview. msgcounts
10359                 are only set when the folder is opened and
10360                 procmsg_msginfo_(un)set_flags will handle it
10361                 later and summaryview will get the values
10362                 from the folder.
10363
10364 2002-03-16 [paul]       0.7.4claws14
10365
10366         * src/messageview.c
10367                 fix Return-receipt. Patch submitted by Bob
10368                 Woodside <rwoodside1@comcast.net>
10369
10370 2002-03-16 [paul]       0.7.4claws13
10371
10372         * src/compose.c
10373                 fix 'dynamic' signatures, make it work again
10374                 broken during sync on 2002-03-14 (0.7.4claws2)
10375
10376 2002-03-15 [match]      0.7.4claws12
10377
10378         * src/addrharvest.[ch]
10379         * src/addrgather.[ch]
10380         * src/addressbook.[ch]
10381         * src/mainwindow.c
10382                 included address harvester feature. still some
10383                 issues with address parsing that I will fix.
10384
10385 2002-03-15 [match]      0.7.4claws11
10386
10387         * src/addrbook.[ch]
10388         * src/addrcache.[ch]
10389         * src/addressbook.[ch]
10390         * src/addrindex.c
10391         * src/editbook.c
10392         * src/importldif.c
10393         * src/importmutt.c
10394         * src/jpilot.[ch]
10395         * src/main.c
10396         * src/syldap.[ch]
10397         * src/vcard.[ch]
10398                 tidy up. fix memory leaks. moved attribs and methods
10399                 from individual interfaces to addrcache object. prep
10400                 for new stuff to come in.
10401
10402 2002-03-15 [alfons]     0.7.4claws10
10403
10404         * src/matcher.[ch]
10405         * src/matcher_parser_parse.y
10406         * src/matcher_parser_lex.l
10407         * src/prefs_matcher.c
10408                 add filtering conditions message greater than, smaller 
10409                 than, and exactly matching a size in bytes
10410                 (does not work with delete from POP3 server yet)
10411
10412                 this should also give others an idea what you should
10413                 do to add new criterions to claws filtering system
10414                 
10415
10416 2002-03-15 [paul]       0.7.4claws9
10417
10418         * tools/filter_conv.pl
10419                 exit if there are no filter rules to convert
10420                 rename filterrc to filterrc.old after completion
10421
10422 2002-03-15 [paul]       0.7.4claws8
10423
10424         * sync with sylpheed 0.7.4cvs3
10425                 see ChangeLog entry 2002-03-14
10426
10427 2002-03-14 [paul]       0.7.4claws7
10428
10429         * src/compose.c
10430                 clean up the last commit (ahem)
10431
10432 2002-03-14 [paul]       0.7.4claws6
10433
10434         * src/compose.c
10435                 fix bug #515655. honour account preferences
10436                 regarding gpg default signing/encryption when 
10437                 changing account from the compose window.
10438
10439 2002-03-14 [paul]       0.7.4claws5
10440
10441         * src/folderview.c
10442                 remove unnecessary curly brackets
10443
10444 2002-03-14 [paul]       0.7.4claws4
10445
10446         * src/folderview.c
10447           src/prefs_filtering.[ch]
10448                 add filter rename on folder rename and filter
10449                 delete on folder delete. Patch submitted by
10450                 Neill Miller <neillm@thecodefactory.org> 
10451
10452 2002-03-14 [christoph]  0.7.4claws3
10453
10454         * src/procmsg.c
10455         * src/send.c
10456                 fix local delivery
10457                 (patch submitted by "Simon 'corecode' Schubert")
10458         * src/prefs_common.c
10459         * src/procmsg.c
10460                 fix gcc 3.0 warning
10461
10462 2002-03-14 [paul]       0.7.4claws2
10463
10464         * sync with sylpheed 0.7.4cvs2
10465                 see ChangeLog entry 2002-03-13
10466
10467 2002-03-12 [darko]      0.7.4claws1
10468
10469         * src/mainwindow.c
10470                 fix what seems to be a copy and paste error
10471                 when setting color for important messages
10472                 (reported by wwp)
10473
10474 2002-03-11 [paul]       version 0.7.4claws released
10475
10476 2002-03-11 [paul]       0.7.4claws
10477
10478         * po/es.po
10479           po/it.po
10480           po/nl.po
10481           po/pt_BR.po
10482                 update message catalogs. Submitted by Ricardo Mones 
10483                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
10484                 Fabio Junior Beneditto
10485
10486         * configure.in
10487           faq/Makefile.am
10488           faq/it/Makefile
10489           faq/it/sylpheed-faq*
10490           src/mainwindow.c
10491           src/manual.[ch]
10492                 add FAQ in Italian
10493         
10494
10495 2002-03-11 [jens]       0.7.3claws7
10496
10497         * po/de.po
10498                 updated German translation
10499
10500 2002-03-11 [melvin]     0.7.3claws6
10501
10502         * po/fr.po
10503                 updated and corrected French translation
10504
10505 2002-03-10 [hoa]        0.7.3claws5
10506
10507         * src/account.c
10508         * src/inc.c
10509         * src/prefs_account.c
10510         * src/procmsg.c
10511         * src/send.[ch]
10512                 fixed the local account.
10513                 you have to change the default "/usr/sbin/sendmail"
10514                 to "/usr/sbin/sendmail -t" in the preferences of
10515                 the local account.
10516
10517         * src/procmime.c
10518                 removed some debug display for renderer
10519
10520 2002-03-10 [paul]       0.7.3claws4
10521
10522         * faq/en/sylpheed-faq-1.html
10523           faq/en/sylpheed-faq-2.html
10524                 update
10525
10526 2002-03-09 [paul]       0.7.3claws3
10527
10528         * sync with sylpheed 0.7.4
10529                 see ChangeLog entry 2002-03-09
10530
10531 2002-03-08 [paul]       0.7.3claws2
10532
10533         * faq/en/sylpheed-faq*
10534           faq/es/sylpheed-faq*
10535           faq/fr/sylpheed-faq*
10536                 update the FAQs
10537
10538         * manual/fr/.cvsignore
10539           manual/fr/Makefilea.am
10540           manual/fr/sylpheed*
10541           src/mainwindow.c
10542           src/manual.[ch]
10543                 add the French manual
10544
10545 2002-03-07 [paul]       0.7.3claws1
10546
10547         * sync with sylpheed 0.7.3cvs4
10548                 see ChangeLog entries  2002-03-06 and 2002-03-07
10549         
10550         * po/nl.po
10551                 updated by Wilbert Berendsen
10552
10553 2002-03-07 [melvin]     0.7.2claws34
10554
10555         * src/selective_download.c
10556                 Changed the pixmap of the receive button to MAIL_RECEIVE.
10557
10558 2002-03-06 [paul]       0.7.2claws33
10559
10560         * sync with sylpheed 0.7.3cvs1
10561                 bug fix, see ChangeLog entry 2002-03-05
10562
10563 2002-03-05 [paul]       0.7.2claws32
10564
10565         * src/mimeview.c
10566           src/pgptext.[ch]
10567           src/procmsg.c
10568                 reverse the pgp ascii-armored code implemented in 
10569                 0.7.2claws16. removal of this code until it matures.
10570                 this means that verifying ascii-armored pgp sigs and
10571                 automatic decryption of ascii-armored encrypted
10572                 messages no longer works.
10573
10574 2002-03-05 [paul]       0.7.2claws31
10575
10576         * configure.in
10577           Makefile.am
10578         * faq/Makefile.am
10579         * faq/en/Makefile.am
10580           faq/en/sylpheed-faq.html
10581           faq/en/sylpheed-faq-1.html
10582           faq/en/sylpheed-faq-2.html
10583           faq/en/sylpheed-faq-3.html
10584         * faq/es/Makefile.am
10585           faq/es/sylpheed-faq.html
10586           faq/es/sylpheed-faq-1.html
10587           faq/es/sylpheed-faq-2.html
10588           faq/es/sylpheed-faq-3.html
10589           faq/es/sylpheed-faq-4.html
10590         * faq/fr/Makefile.am
10591           faq/fr/sylpheed-faq.html
10592           faq/fr/sylpheed-faq-1.html
10593           faq/fr/sylpheed-faq-2.html
10594           faq/fr/sylpheed-faq-3.html
10595         * src/Makefile.am
10596           src/defs.h
10597           src/mainwindow.c
10598           src/manual.[ch]
10599                 add FAQs in English, Spanish and French
10600
10601
10602 2002-03-05 [paul]       0.7.2claws30
10603
10604         * manual/en/sylpheed.html
10605           manual/en/sylpheed-XX.html
10606                 updated the English manual
10607
10608 2002-03-05 [hoa]        
10609
10610         * src/summaryview.c
10611                 dialog box pops up if the article can't be deleted.
10612
10613 2002-03-04 [paul]       
10614         
10615         * po/pt_BR.po
10616                 updated by Fabio Junior Benedito
10617
10618 2002-03-04 [hoa]
10619
10620         * removed ac/gpgme.m4
10621                 to avoid autogen common problem
10622                 developers have to install gpgme development package now
10623
10624         * src/compose.c
10625                 encoding to 7bit or 8bit is enabled.
10626
10627 2002-03-03 [alfons]     0.7.2claws29
10628
10629         * src/pop.c
10630                 merge fix by Oliver Haertel for selective
10631                 download buglet
10632
10633 2002-03-03 [paul]       0.7.2claws28
10634         
10635         * sync with sylpheed 0.7.3
10636
10637 2002-03-03 [paul]       0.7.2claws27
10638
10639         * sync with sylpheed 0.7.2cvs24
10640                 see ChangeLog entries 2002-03-02 and 2002-03-03
10641
10642 2002-03-02 [melvin]     0.7.2claws26
10643
10644         * src/inc.[ch]
10645         * src/main.c
10646         * src/mainwindow.c
10647         * src/prefs_common.[ch]
10648                 Added user definable notification on new mail arrival.
10649                 Removed unused variables in spell checker prefs code.
10650
10651 2002-03-02 [melvin]     0.7.2claws25
10652
10653         * src/quote_fmt.c
10654                 Removed unnecessary escape sequences.
10655                 Changed 'Initial...' to 'Initials of Sender'
10656
10657 2002-03-02 [paul]       0.7.2claws24
10658
10659         * sync with sylpheed 0.7.2cvs22
10660                 see ChangeLog entry 2002-03-01
10661
10662 2002-03-01 [hoa]        0.7.2claws23
10663
10664         * src/mainwindow.c
10665                 Set sensitivity of delete actions to active
10666                 even if the folder is a newsgroup.
10667
10668         * src/summaryview.c
10669                 - Set sensitivity of delete actions
10670                 - Added function check_permission() that will check if the
10671                   user is authorized to delete a message. For news, it
10672                   will check if the author is the same.
10673                 - Enabled deletion when there is no trash folder.
10674
10675         * src/news.[ch]
10676                 - Added news_cancel_article() to cancel articles
10677                 - Implemented news_remove_message() (public function)
10678
10679 2002-03-01 [paul]       0.7.2claws22
10680
10681         * src/gtkutils.c
10682           src/textview.c
10683                 recognise urls that that don't include 'http://' and
10684                 simply begin 'www.' 
10685
10686         * AUTHORS
10687                 remove duplicated name
10688
10689 2002-02-28 [paul]       0.7.2claws21
10690
10691         * src/mainwindow.c
10692           src/summaryview.[ch]
10693                 add ability to 'Select thread'
10694                 combines Melvin's "Select thread's head" patch (#510907)
10695                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
10696                 patch (#518514) 
10697
10698 2002-02-28 [paul]       0.7.2claws20
10699
10700         * src/mimeview.c
10701                 hopefully fix segfault on right-clicking a mime part
10702                 that some people have experienced.      
10703                 fix submitted by Fredrik Olofsson <frol@linux.nu>
10704
10705 2002-02-28 [paul]       0.7.2claws19
10706
10707         * sync with sylpheed 0.7.2cvs21
10708                 see ChangeLog entries 2002-02-27 and 2002-02-28
10709
10710 2002-02-27 [paul]       0.7.2claws18
10711
10712         * sync with sylpheed 0.7.2cvs18
10713                 see ChangeLog entries 2002-02-26 and 2002-02-27
10714
10715 2002-02-26 [alfons]     0.7.2claws17
10716
10717         * src/procheader.c
10718                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
10719                 (spotted by Chris Hessman <idatech@gmx.net>)
10720
10721 2002-02-26 [paul]       0.7.2claws16
10722
10723         * src/mimeview.c
10724           src/pgptext.[ch]
10725           src/procmsg.c
10726                 make decryption of ascii-armored pgp encrypted messages
10727                 and verification of ascii-armored signatures work again.
10728                 slightly altered from the patch by Jens Jahnke 
10729                 <jan0sch@gmx.net>
10730
10731                 ##FIX ME##
10732                 * the checking of plaintext signatures always comes up in 
10733                   a popup box
10734                 * it doesn't work for multipart messages 
10735                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
10736                   including the msg headers and these 2 line themselves, are 
10737                   not displayed
10738
10739         * src/mainwindow.c
10740                 "View/Folder Tree" becomes "View/Separate Folder Tree"
10741                 "View/Message View" becomes "View/Separate Message View"
10742                 because its less ambiguous.
10743
10744         * po/es.po
10745                 updated by Ricardo Mones Lastra
10746
10747 2002-02-26 [paul]       0.7.2claws15
10748
10749         * sync with sylpheed 0.7.2cvs17
10750                 see ChangeLog entries 2002-02-25 and 2002-02-26
10751
10752 2002-02-25 [christoph]  0.7.2claws14
10753
10754         * src/filtering.[ch]
10755         * src/inc.c
10756                 do filtering stuff after all messages have been received
10757                   1. drop all messages to .processing
10758                   2. scan processing folder for messages
10759                   3. filter messages or move to inbox
10760                 this will also find old messages left in processing after
10761                 a crash or something like that and we get a real msginfo
10762                 from folder->get_msg_list and do not have to create our
10763                 own in filter_message
10764         * src/matcher_parser_parse.y
10765                 remove MIX/MAX warning (reordered includes)
10766
10767 2002-02-25 [paul]       0.7.2claws13
10768
10769         * sync with sylpheed 0.7.2cvs15
10770                 see ChangeLog entry 2002-02-24
10771
10772 2002-02-24 [alfons]     0.7.2claws12
10773
10774         * src/filtering.c
10775                 clear old color flags first when applying a new color to
10776                 a message info. 
10777                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
10778
10779 2002-02-24 [alfons]     0.7.2.claws11
10780         
10781         * AUTHORS
10782         * src/prefs_common.c
10783                 add presets for Opera and Konqueror, closes patch #517261,
10784                 submitted by Ville Skyttä <scop@users.sourceforge.net>
10785
10786 2002-02-24 [alfons]     0.7.2.claws10
10787
10788         * AUTHORS
10789         * src/summaryview.c
10790                 fix threading for null message ids, closes patch #521601,
10791                 submitted by Bob Forsman <hammor@users.sourceforge.net>
10792
10793 2002-02-24 [alfons]     0.7.2claws9
10794
10795         * src/summaryview.c
10796         * src/filtering.c
10797                 make Tool | Filter Message work with filtering system so
10798                 setting flags also works
10799
10800                 TODO:
10801
10802                 - Processing uses the same function as Tool | Filter
10803                   Message, but doesn't use the same update proc yet
10804
10805 2002-02-23 [paul]       0.7.2claws8
10806
10807         * sync with sylpheed 0.7.2cvs14
10808                 see ChangeLog entries 2002-02-22 and 2002-02-23
10809
10810 2002-02-22 [christoph]  0.7.2claws7
10811
10812         * src/quote_fmt.c
10813                 Add column space to table
10814         * src/quote_fmt_parse.y
10815                 Close files
10816
10817 2002-02-22 [paul]       0.7.2claws6
10818
10819         * src/Makefile.am
10820           src/defs.h
10821           src/filtering.c
10822           src/inc.[ch]
10823           src/mainwindow.c
10824           src/matcher.[ch]
10825           src/matcher_parser_lex.l
10826           src/matcher_parser_parse.y
10827           src/pop.[ch]
10828           src/prefs_account.h
10829           src/prefs_filtering.c
10830           src/selective_download.[ch]   *** NEW FILES ***
10831           src/utils.[ch]
10832           po/POTFILES.in
10833                 Selective Download added to 'Tool' menu. 
10834                 Retrieves email headers of the currently selected pop3 
10835                 account and allows the user to mark emails for deletion 
10836                 right on the pop3 server. Patch submitted by Oliver Haertel 
10837                 <oha@users.sourceforge.net>.
10838         
10839         * po/POTFILES.in
10840                 add 'src/quote_fmt.c'           
10841
10842 2002-02-22 [christoph]  0.7.2claws5
10843
10844         * src/Makefile.am
10845                 added quote_fmt.c
10846         * src/prefs_common.[ch]
10847         * src/prefs_template.c
10848         * src/quote_fmt.c               *** NEW FILE ***
10849         * src/quote_fmt.h
10850                 move quote format symbol description code
10851                 to it's own file because it is used from
10852                 differnent code parts
10853                 Rewrote symbol description GUI
10854                   + use table
10855                   + add separators
10856                   + get data from array (no more long constant strings)
10857         * src/quote_fmt_lex.l
10858         * src/quote_fmt_parse.y
10859                 Symbol for Literal % changed to \% instead of %%
10860                 (More logical as \ is used for quoting for other symbols)
10861                 Add |f and |p to include files and program output
10862                 Examples:
10863                     |f{/home/.../.signature}
10864                     |p{date}
10865         * po/de.po
10866                 Correct wrong spelling for "Referenzen"
10867
10868 2002-02-21 [paul]       0.7.2claws4
10869
10870         * src/procmsg.c
10871                 forgotten during sync
10872
10873 2002-02-21 [paul]       0.7.2claws3
10874
10875         * sync with sylpheed 0.7.2cvs11
10876                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
10877                 2002-02-20 and 2002-02-21
10878
10879 2002-02-20 [melvin]     0.7.2claws2
10880
10881         * src/prefs_actions.c
10882                 Added error report when child cannot fork or when execvp 
10883                 returns with an error.
10884
10885 2002-02-19 [christoph]  0.7.2claws1
10886
10887         * src/codeconv.c
10888                 return unconverted text if conde conversion is not possible
10889                 when libjconv is used.
10890                 (patch submitted by "Simon 'corecode' Schubert")
10891
10892 2002-02-19 [paul]       
10893
10894         * version 0.7.2claws release
10895
10896 2002-02-19 [paul]       0.7.2claws
10897
10898         * po/nl.po
10899                 updated by Wilbert Berendsen
10900
10901
10902 2002-02-18 [alfons]     0.7.1claws13
10903
10904         * src/syldap.c
10905         * src/jpilot.c
10906                 remove references to dlfcn and explicitly loading functions
10907                 from dynalink libs, because libs linked anyway, and functions
10908                 are loaded explicitly
10909
10910 2002-02-17 [melvin]     0.7.1claws12
10911
10912         * src/prefs_actions.c
10913                 Replaced children wait loop with double fork technique.
10914                 Now, input/output window updated at each new output.
10915                 free_children(): Fixed a memory leak.
10916                 Made input/output window non closable if running children
10917                 still exist.
10918                 Added missing <unistd.h> include.
10919                 Added some --debug outputs.
10920
10921 2002-02-17 [melvin]     0.7.1claws11
10922
10923         * src/summaryview.c
10924                 Fixed bug where descending sort order did not select top
10925                 message.
10926
10927 2002-02-17 [melvin]     0.7.1claws10
10928
10929         * acconfig.h
10930                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10931         * src/prefs_common.c
10932                 Pspell data package directory no more hard coded but
10933                 set during configuration (PSPELL_PATH). (Thanks to 
10934                                 Gustavo Noronha Silva.)
10935
10936 2002-02-17 [melvin]     0.7.1claws9
10937
10938         * configure.in
10939                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10940         * src/gtkspell.c
10941                 Fixed compile-time warnings.
10942
10943 2002-02-16 [alfons]     0.7.1claws8
10944
10945         * src/filesel.c
10946                 fix inadvertent free of NULL pointer which caused
10947                 sylpheed to crash when closing the save-as dialog
10948                 using the window close button
10949
10950 2002-02-16 [carsten]    0.7.1claws7
10951         * src/mainwindow.[ch]
10952           src/summaryview.c
10953           src/prefs_common.c
10954                 fixes for pixmap theming code:
10955                         - recently changed mail attributes shouldn't get
10956                           lost any longer
10957                         - theme is only reloaded iff another theme was
10958                           selected
10959
10960 2002-02-16 [paul]       0.7.1claws6
10961
10962         * sync with sylpheed 0.7.2 release
10963                 see ChangeLog entry 2002-02-15 and 2002-02-16
10964
10965 2002-02-15 [paul]       0.7.1claws5
10966
10967         * sync with sylpheed 0.7.1cvs9
10968                 see ChangeLog entry 2002-02-15
10969
10970         * po/POTFILES.in
10971                 remove unneeded headerwindow.c entry
10972
10973 2002-02-14 [carsten]    0.7.1claws4
10974         * src/summaryview.c
10975                 fixed a bug for "Go to next unread message": there was
10976                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
10977                 in the prefs, because of doing "Search again" instead
10978                 "No"
10979
10980 2002-02-14 [carsten]    0.7.1claws3
10981         * src/stock_pixmap.c
10982                 removed 2 more mem leaks; following memprof,
10983                 this code is "leak free" now :)
10984
10985 2002-02-14 [carsten]    0.7.1claws2
10986         * src/stock_pixmap.c
10987                 used opendir/readdir/closedir instead of scandir
10988                 -> code should work now on Solaris
10989
10990 2002-02-14 [paul]       0.7.1claws1
10991
10992         * sync with sylpheed 0.7.1cvs8
10993                 see ChangeLog entries 2002-02-13 and 2002-02-14
10994
10995         * README.claws
10996                 add some description of Actions and Pixmap Themes
10997
10998 2002-02-13 [paul]       
10999
11000         * version 0.7.1claws release
11001
11002 2002-02-13 [paul]       0.7.1claws
11003
11004         * po/es.po
11005           po/it.po
11006           po/pt_BR.po
11007                 updated translations, submitted by Ricardo Mones Lastra,
11008                 Alessandro Maestri and Fabio Junior Beneditto
11009
11010 2002-02-13 [melvin]     0.7.0claws75
11011
11012         * src/prefs_actions.c
11013                 Added missing "signal.h" include
11014
11015 2002-02-13 [melvin]     0.7.0claws74
11016
11017         * src/prefs_folder_item.c
11018                 Added missing "config.h" include
11019         * po/fr.po
11020                 Updated French translation for folder propriety.
11021
11022 2002-02-13 [jens]       0.7.0claws73
11023
11024         * po/POTFILES.in
11025                 Added missing src/prefs_folder_item.c [log added by melvin]
11026         * po/de.po
11027                 Updated German translation.
11028
11029 2002-02-13 [melvin]     0.7.0claws72
11030
11031         * po/fr.po
11032                 Updated French translation.
11033
11034 2002-02-13 [melvin]     0.7.0claws71
11035
11036         * src/gtkutils.c
11037                 Made gtkut_editable_get_selection return NULL if selection
11038                 is of length zero.
11039                 This fixes a bug where selecting part of message A then
11040                 switching to message B and replying to it will not
11041                 quote the message's body.
11042
11043 2002-02-12 [paul]       0.7.0claws70
11044
11045         * src/mainwindow.c
11046                 cosmetic, relating to pixmap themes: on toolbar make 
11047                 updating of 'Exec' and 'Compose news/Compose email'
11048                 icons faster.
11049
11050 2002-02-12 [carsten]    0.7.0claws69
11051         * src/folderview.c
11052           src/mainwindow.[ch]
11053           src/stock_pixmap.c
11054           src/summaryview.c
11055           src/prefs_common.c
11056                 - refreshing after changing pixmap theme better
11057                   now (thanks Paul)
11058                 - wanted to remove some mem leaks, but alfons was
11059                   faster (and had the better solution ;)
11060
11061 2002-02-12 [alfons]     0.7.0claws68
11062
11063         * src/prefs_common.c
11064         * src/stock_pixmap.[ch]
11065                 plug mem leaks, refactor code a little bit
11066
11067
11068 2002-02-12 [sergey]     0.7.0claws67
11069
11070         * src/imap.c
11071                 Fixed problem with copying messages to IMAP folders when the
11072                 server uses something other than '/' as a namespace separator
11073                 (cyrus-imapd uses '.').
11074
11075 2002-02-12 [jens]       0.7.0claws66
11076
11077         * po/de.po
11078                 Updated German Translation
11079
11080 2002-02-12 [paul]       0.7.0claws65
11081
11082         * sync with sylpheed 0.7.1cvs1
11083                 see ChangeLog entry 2002-02-12
11084
11085 2002-02-12 [melvin]     0.7.0claws64
11086
11087         * src/prefs_actions.c
11088                 Fixed "feature" where children's output was duplicated 
11089                 instead of refreshed while monitoring.
11090                 Removed some debug code.
11091
11092 2002-02-12 [christoph]  0.7.0claws63
11093
11094         * src/compose.c
11095                 always delete message from queue after sending/send error
11096                 (closes bug #509601)
11097
11098 2002-02-12 [melvin]     0.7.0claws62
11099
11100         * src/prefs_actions.c
11101                 Children wait loop is now triggered with a timeout of 1s
11102                 Added %F which is replaced with the list of filenames 
11103                 of all selected messages (as suggested by Ricardo Mones Lestra)
11104                 Pipe syntax changed. Prefix with | to send selection, postfix
11105                 with | to retrieve output. Prefix with > or * to send
11106                 user definable input to the command (*: input is hidden)
11107                 Old pipe action should now be postfixed with |, too.
11108
11109 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11110         * src/stock_pixmap.c
11111                 fixed a bug: if there's no theme directory don't
11112                 throw an error, just do "nothing" (thanks Alfons)
11113
11114 2002-02-12 [carsten]    0.7.0claws60
11115         * src/folderview.c
11116           src/summaryview.c
11117                 had to write the cache twice (nasty!); some marks would 
11118                 get lost if not
11119
11120 2002-02-11 [carsten]    0.7.0claws59
11121         * acconfig.h
11122           configure.in
11123           doc-src/maintainer_guide.txt
11124           src/compose.[ch]
11125           src/defs.h
11126           src/folderview.[ch]
11127           src/gtkutils.[ch]
11128           src/mainwindow.[ch]
11129           src/prefs_common.[ch]
11130           src/stock_pixmap.[ch]
11131           src/summaryview.[ch]
11132                 pixmap theming and related work on pixmap
11133                 handling on some other places
11134                 (e.g. hrm features for all folder)
11135           src/pixmap/stock_*.xpm -> the stock_ was removed
11136         
11137 2002-02-11 [paul]       0.7.0claws58
11138
11139         * sync with sylpheed 0.7.1 release
11140                 see ChangeLog entries 2002-02-11
11141
11142 2002-02-08 [paul]       0.7.0claws57
11143
11144         * sync with sylpheed 0.7.0cvs39
11145                 see ChangeLog entry 2002-02-07 (last entry) 
11146
11147         * src/prefs_actions.c
11148           src/prefs_filtering.c
11149           src/prefs_matcher.c
11150           src/prefs_scoring.c
11151                 sync: made it compile with C compilers other than gcc
11152
11153 2002-02-07 [paul]       0.7.0claws56
11154
11155         * sync with sylpheed 0.7.0cvs38
11156                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11157                 2002-02-07
11158
11159 2002-02-07 [darko]      0.7.0claws55
11160
11161         * src/gtkutils.[ch]
11162         * src/summaryview.c
11163                 Fix const gchar */gchar * issue (thanks Hiro)
11164
11165 2002-02-07 [darko]      0.7.0claws54
11166
11167         * src/compose.[ch]
11168         * src/filtering.c
11169         * src/gtkutils.[ch]
11170         * src/prefs_template.c
11171         * src/quote_fmt.h
11172         * src/quote_fmt_parse.y
11173         * src/summaryview.c
11174         * src/utils.[ch]
11175                 When replying or forwarding an email don't quote the entire
11176                 mail body but use the part of the message text that is selected
11177
11178 2002-02-06 [melvin]     0.7.0claws53
11179
11180         * src/prefs_common.[ch]
11181         * src/gtkspell.[ch]
11182         * src/compose.c
11183                 Made possible to switch quickly to last used dictionary
11184                 which makes checking bilingual documents easier.
11185
11186 2002-02-06 [melvin]     0.7.0claws52
11187         
11188         * po/POTFILES.in
11189                 Added forgotten new file src/prefs_actions.c
11190
11191 2002-02-06 [melvin]     0.7.0claws51
11192
11193         * src/prefs_actions.c   ** NEW FILE **
11194         * src/prefs_actions.h   ** NEW FILE **
11195                 Added actions to execute on message text view, or on the
11196                         message's file.
11197         * src/Makefile.am
11198                 Added src/prefs_actions.[ch]
11199         * src/compose.c
11200                 Added new menu "Edit/Actions"
11201         * src/defs.h
11202                 Added new actionsrc file.
11203         * src/main.c
11204                 Added actionsrc reading.
11205         * src/mainwindow.c
11206                 Added new menus "Edit/Actions" and "Configuration/Actions..."
11207         * src/prefs_common.h
11208                 Added new element actionslst element to prefs_common.
11209
11210 2002-02-06 [paul]       0.7.0claws50
11211
11212         * sync with sylpheed 0.7.0cvs36
11213                 see ChangeLog entry 2002-02-06
11214
11215 2002-02-05 [paul]
11216
11217         * po/es.po
11218                 updated by Ricardo Mones Lastra
11219
11220 2002-02-05 [paul]       0.7.0claws49
11221
11222         * sync with sylpheed 0.7.0cvs33
11223                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
11224
11225 2002-02-05 [paul]       0.7.0claws48
11226
11227         * src/compose.c
11228                 re-add 'Edit/Advanced/Delete entire line', previously named
11229                 'Delete Line+'
11230
11231 2002-02-04 [paul]       0.7.0claws47
11232
11233         * src/compose.c
11234           src/summaryview.c
11235                 fix bug #494993 (Reply All not taking Reply-To into consi)
11236                 eliminate differences in behaviour of right-click 'Reply to all' 
11237                 in summary view and 'Reply to all' on the toolbar. 
11238                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
11239                 view and From gets ignored by 'Reply to all' on toolbar.
11240                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
11241                 From when no Reply-To header is present.
11242
11243 2002-02-04 [paul]       0.7.0claws46
11244
11245         * sync with sylpheed 0.7.0cvs30
11246                 see ChangeLog entries 2002-02-03 and 2002-02-04
11247
11248 2002-02-03 [melvin]     0.7.0claws45
11249
11250         * src/gtkspell.[ch]
11251                 Readded function to highlight all misspelled words.
11252                 Fixed bug where user-provided-words did not replace
11253                         correctly the misspelled word when using the mouse.
11254                 Fixed bug where checking a region selected from right to left did
11255                         not check the region at all.
11256                 Fixed bug where 'Check backwards' may not check at all. 
11257                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
11258                 Fixed possible buffer overflow when checking for long strings (>1k).
11259                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
11260                 Accelerators code uses now gtk_widget_add_accel.
11261                 Removed and disabled obsolete and unfinished code.
11262                 Cleaning up.
11263
11264         * src/compose.c
11265                 Added menu item to Highlight all misspelled words.
11266
11267 2002-02-01 [paul]       0.7.0claws44
11268
11269         * src/mainwindow.c
11270                 fix '/View/Hide read messages' sensitivity when all
11271                 messages in a folder are hidden
11272
11273 2002-02-01 [paul]       0.7.0claws43
11274
11275         * src/main.c
11276                 add --send option to command line interface, sends all
11277                 queued mail. Patch submitted by Ricardo Mones Lastra.
11278
11279 2002-01-31 [paul]       0.7.0claws42
11280
11281         * src/mainwindow.c
11282                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
11283
11284 2002-01-31 [paul]       0.7.0claws41
11285
11286         * sync with sylpheed 0.7.0cvs27
11287                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
11288                 and 2002-01-31
11289
11290         * src/textview.c
11291                 comment out elements of textview_show_part() as temporary
11292                 workaround for attachment 'Display as text' bug 
11293
11294         * po/pt_BR.po
11295                 updated by Fabio Junior Beneditto
11296
11297 2002-01-30 [paul]       0.7.0claws40
11298
11299         * sync with sylpheed 0.7.0cvs24
11300                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
11301                 and 2002-01-30
11302
11303         * src/compose.c
11304                 add {N_("/_Spelling"), ... "<Branch>"} to 
11305                 GtkItemFactoryEntry compose_entries[]
11306
11307         * src/prefs_common.c
11308                 add claws menu items to prefs_keybind_apply_clicked()
11309                 and remove non-claws menu items
11310
11311 2002-01-29 [paul]       0.7.0claws39
11312
11313         * sync with sylpheed 0.7.0cvs22
11314                 see ChangeLog entries 2002-01-28 and 2002-01-29
11315
11316 2002-01-28 [melvin]     0.7.0claws38
11317
11318         * src/compose.c
11319                 Added the declartion of compose_send_control_enter.
11320
11321         * src/compose.c
11322         * src/gtkspell.[ch]
11323                 Added in a 'Spelling' menu which includes the configuration menu. 
11324                 Added a real 'Check all' and got rid from the old one which only
11325                 highlited misspelled word.
11326                 Made 'Check while typing' a disableable option.
11327                 Added a dialog when there are no more misspelled word.
11328                 Added a dialog if error occurs when switching to a dictionary.
11329         
11330         * src/prefs_common.[ch]
11331                 Added option for the default 'Check while typing' option.
11332
11333
11334 2002-01-28 [alfons]     0.7.0claws37
11335
11336         * src/compose.c
11337                 fix buglet and make code comply with sylpheed code style
11338
11339 2002-01-28 [paul]       0.7.0claws36
11340
11341         * sync with sylpheed 0.7.0cvs19
11342                 see ChangeLog entries for 2002-01-28
11343
11344 2002-01-28 [hoa]        0.7.0claws35
11345
11346         * src/defs.h
11347                 added rendererrc
11348
11349         * src/main.c
11350                 read the renderer config
11351
11352         * src/procmime.[ch]
11353                 use the renderer config to convert mime attachments
11354
11355         * src/textview.c
11356                 don't use textview_show_html/ertf,
11357                 use get_text_content instead
11358
11359 2002-01-27 [alfons]     0.7.0claws34
11360         
11361         * src/news.c
11362                 make sylpheed believe it can delete a news message...
11363                 (messages are NOT deleted, maybe we should remove
11364                 processing from the folder properties after all.)
11365
11366 2002-01-27 [alfons]     0.7.0claws33
11367
11368         * src/folder.c
11369                 add extra checks
11370         * src/news.c
11371                 implement remove_msg() 
11372
11373 2002-01-27 [alfons]     0.7.0claws32
11374
11375         * src/procmsg.h
11376         * src/procheader.c
11377         * src/messageview.c
11378                 fix return receipt / disposition notification again. this
11379                 stuff seems to break on _every_ major summary UI change, so
11380                 it's now implemented using a flag which is saved in the
11381                 marks cache
11382                 
11383 2002-01-26 [alfons]     0.7.0claws31
11384
11385         * src/import.c
11386                 let import dialog show the destination folder identifier
11387
11388 2002-01-26 [melvin]     0.7.0claws30
11389
11390         * src/folderview.c
11391         * src/summaryview.c
11392                 Readded 'Mark all read' into summary view popup menu
11393                 Added 'Mark all read' in folder view popup menu for IMAP
11394                 and NNTP.
11395                 Made it insensitive if the selected folder is not the shown
11396                 one to avoid 'Mark all read' on the wrong folder.
11397                 
11398 2002-01-26 [paul]       0.7.0claws29
11399
11400         * src/folderview.c
11401           src/summaryview.c
11402                 move 'Mark all read' from summary view to folder view
11403                 menu. (adapted from) patch submitted by Jeremy Andrews,
11404                 <lists@kerneltrap.com>
11405
11406 2002-01-25 [alfons]     0.7.0claws28
11407
11408         * src/gtkstext.c
11409                 put the gtk class name back so GtkSText adapts the 
11410                 settings of GtkText
11411
11412 2002-01-25 [alfons]     0.7.0claws27
11413
11414         * src/folderview.c 
11415                 assimilate Ricardo's patch that shows pixmaps instead of
11416                 plain "new" and "unread" texts in the folder view column
11417                 headers 
11418
11419 2002-01-25 [paul]       0.7.0claws26
11420
11421         * src/Makefile.am
11422                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
11423                 be found in non-standard locations. 
11424                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
11425
11426 2002-01-25 [paul]       0.7.0claws25
11427
11428         * sync with sylpheed 0.7.0cvs16
11429                 see ChangeLog entry 2002-01-25
11430
11431 2002-01-24 [paul]       0.7.0claws24
11432
11433         * more sync with sylpheed 0.7.0cvs15
11434                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
11435
11436 2002-01-23 [sergey]     0.7.0claws23
11437
11438         * src/importldif.c
11439                 Fixed segfault when closing LDIF import wizard with
11440                 the window manager.
11441         * src/imageview.c
11442         * src/imageview.h
11443         * src/messageview.c
11444         * src/mimeview.c
11445                 Fixed wrong scrolling position after switching between
11446                 text and image parts.
11447
11448 2002-01-23 [paul]       0.7.0claws22
11449
11450         * sync with sylpheed 0.7.0cvs15
11451                 see ChangeLog entries 2002-01-22 and 2002-01-23
11452
11453 2002-01-21 [melvin]     0.7.0claws21
11454
11455         * src/prefs_scoring.c
11456         * src/prefs_filtering.c
11457                 Fixed bug where scoring and filtering windows stopped
11458                 autochecking.
11459
11460 2002-01-21 [paul]       0.7.0claws20
11461
11462         * sync with sylpheed 0.7.0cvs12
11463                 see ChangeLog entries 2002-01-20 and 2002-01-21
11464
11465 2002-01-21 [carsten]    0.7.0claws19
11466         * src/mainwindow.c
11467         * src/menu.[ch]
11468         * src/messageview.[ch]
11469         * src/summaryview.[ch]
11470                 changes to shortcuts handling again:
11471                         + "Q" now controled by mainwin
11472                         + v/V are now customizable and have slightly
11473                           different meanings
11474                 the "button" to minimize the messageview (and maximize
11475                 the summary view) is a real button now
11476         * src/compose.c
11477                 "Delete Line+" added to Edit/Advanced (this will also
11478                 delete the '\n')
11479
11480 2002-01-20 [melvin] 0.7.0claws18
11481
11482         * src/addressbook.c
11483                 Made "Bcc" sensitive when addressbook is called from
11484                 compose window (it was a Claws only bug).
11485
11486 2002-01-19 [alfons] 0.7.0claws17
11487
11488         * src/inc.c
11489                 prevent unnecessary updates when currently selected folder has
11490                 no new messages 
11491
11492 2002-01-19 [alfons] 0.7.0claws16
11493         
11494         * src/summaryview.c
11495                 prevent writing the cache based on current message list in summary 
11496                 view when filtering also put messages in currently selected folder
11497
11498 2002-01-19 [paul]
11499
11500         * po/it.po
11501                 Italian translation submitted by Alessandro Maestri
11502                 <a.maestri@cs.tin.it>
11503
11504 2002-01-18 [melvin]     0.7.0claws15
11505
11506         * src/prefs_filters.c
11507                 fixed bug where 'cancel' from 'filters' window stops autochecking
11508                 if the timer timed out  when the window was open.
11509
11510 2002-01-18 [match]      0.7.0claws14
11511
11512         * src/addrclip.[ch]     ** NEW FILE **
11513         * src/addrselect.[ch]   ** NEW FILE **
11514         * src/adbookbase.h      ** NEW FILE **
11515                 addressbook cut, copy and paste
11516         * src/addrbook.[ch]
11517         * src/addrcache.[ch]
11518         * src/addressitem.h
11519         * src/addrindex.[ch]
11520         * src/addritem.[ch]
11521         * src/importldif.c
11522         * src/importmutt.c
11523         * src/jpilot.[ch]
11524         * src/syldap.[ch]
11525         * src/vcard.[ch]
11526         * src/jpilot.[ch]
11527         * src/editbook.c
11528         * src/editjpilot.c
11529         * src/editldap.c
11530         * src/editvcard.c
11531                 support for copy/paste
11532         * src/addressbook.c
11533                 support for copy/paste
11534                 tidy up menu option processing
11535                 correct address list function arguments
11536         * src/editaddress.c
11537                 sort user attributes
11538         * src/ldif.h
11539         * src/mutt.h
11540                 tidy up
11541
11542         * src/addrbook.[ch]
11543         * src/addrbook.[ch]
11544         * src/addrbook.[ch]
11545                 
11546
11547 2002-01-18 [paul]       0.7.0claws13
11548
11549         * sync with sylpheed 0.7.0cvs8
11550                 configure.in: support Mac OS X (Darwin)
11551
11552 2002-01-18 [carsten]    0.7.0claws12
11553         * src/html.c
11554                 small hack to fix a segfault with an empty href
11555                 (reported by Alexandra Walford <deeni@altern.org>)
11556         * src/mainwindow.c
11557         * src/summaryview.c
11558                 the shortcuts for Mark und Mark as unread are hardcoded
11559                 again
11560         * src/compose.c
11561         * src/gtkstext.[ch]
11562                 readded the shortcuts in gtkstext but made them
11563                 customizeable (simply by adding a menu plus a wrapper
11564                 to compose.c)
11565
11566 2002-01-17 [melvin]     0.7.0claws11
11567
11568         * src/gtkspell.c
11569                 fix default dictionary not being saved.
11570
11571 2002-01-16 [darko]      0.7.0claws10
11572
11573         * src/compose.c
11574                 fix wrapping crash with URL longer than wrapping margin
11575
11576 2002-12-08 [hoa]        0.7.0claws10
11577
11578         * src/matcher_parser_parse.y
11579                 fixed some bugs
11580
11581         * src/prefs_filtering.c
11582                 now, we can use bounce action in the dialog box.
11583
11584 2002-01-16 [carsten]    0.7.0claws9
11585         * src/gtkstext.c
11586                 removed the <control> and <alt> shortcuts because they're
11587                 not needed and interefered with the "normal" shortcuts
11588         * src/mainwindow.c
11589         * src/summaryview.c
11590                 removed most of the hardcoded shortcuts and assigned
11591                 them to menu entries making them easy customizable by
11592                 that
11593
11594 2002-01-16 |melvin]     0.7.0claws8
11595
11596         * src/gtkspell.c
11597                 fixed bug where using the mouse and when the compose
11598                 window is not on top may result in a crash.
11599
11600 2002-01-16 [melvin]     0.7.0claws7
11601
11602         * src/compose.c
11603                 fixed a long standingspell checker bug which could 
11604                 cause a crash after sending a message.
11605
11606 2002-01-16 [paul]       0.7.0claws6
11607
11608         * sync with sylpheed 0.7.0cvs7
11609                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
11610                 2002-01-15, and 2002-01-16
11611
11612 2002-01-16 [melvin]     0.7.0claws5
11613
11614         * README.claws
11615         * src/compose.c
11616         * src/gtkspell.[ch]
11617         * src/main.c
11618                 Heavily modified spell checker code to work around
11619                 ispell bug, to add keyboard shortcuts and for future
11620                 enhancements. See README.claws for usage information.
11621
11622 2002-01-15 [alfons]     0.7.0claws4
11623         
11624         * src/summaryview.c
11625                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
11626                 so sorting within threads reflects sort mode
11627
11628 2002-01-15 [christoph]  0.7.0claws3
11629
11630         * src/procmsg.c
11631                 added alertpanel if mail sending failed
11632
11633 2002-01-15 [alfons]     0.7.0claws2
11634         
11635         * src/prefs_filtering.c
11636                 don't stop timer when prefs filtering dialog is opened
11637
11638 2002-01-14 [alfons]     0.7.0claws1
11639
11640         * src/addr_compl.c
11641         * src/prefs.c
11642                 remove debug_print()s for privacy reasons
11643
11644 2002-01-14 [darko]      0.7.0claws
11645
11646         * README.claws
11647                 quotation wrapping is now also in the main branch
11648
11649 2002-01-14 [paul]
11650
11651         * tools/filter_conv.pl
11652                 allow for Boolean Op and case-sensitivity
11653                 this file is included in the release and tagged
11654                 'rel_0_7_0'
11655
11656 2002-01-13 [paul]       0.7.0claws
11657
11658         * release 0.7.0, with cvs tag 'rel_0_7_0'
11659
11660 2002-01-13 [paul]
11661
11662         * tools/filter_conv.pl
11663         * tools/README
11664                 rewritten to output to matcherrc instead of filteringrc
11665
11666         * po/es.po
11667                 updated Spanish translation by Ricardo Mones Lastra
11668
11669 2002-01-13 [alfons]
11670
11671         * po/nl.po
11672                 update dutch translation
11673
11674 2002-01-13 [paul]
11675
11676         * po/pt_BR.po
11677                 Updated by Fabio Junior Beneditto 
11678
11679 2002-01-13 [melvin]     0.6.6claws53
11680
11681         * po/fr.po
11682                 Updated french translation
11683
11684 2002-01-12 [alfons]     0.6.6claws52
11685
11686         * src/filtering.c
11687                 plug mem leak that has been sitting there for ages              
11688
11689 2002-01-12 [alfons]     0.6.6claws51
11690
11691         * src/summaryview.c
11692                 undo melvin's changes from 0.6.6claws48 because summary
11693                 view now refuses to select first unread message when
11694                 selecting a folder 
11695
11696 2002-01-11 [alfons]     0.6.6claws50
11697
11698         * src/import.c
11699                 use claws' semantics for getting folder item when
11700                 importing an mbox file into a folder 
11701                 (submitted by Dale P. Smith)
11702
11703 2002-01-11 [christoph]  0.6.6claws49
11704
11705         * src/prefs.h
11706                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
11707                 toggle widget, because non static prefs can not use
11708                 prefs_set_* functions
11709         * src/prefs_account.c
11710                 toggle smtp auth password field sensitivity if
11711                 user id is empty and add descrition of usage for
11712                 these fields
11713         * src/prefs_folder_item.c
11714                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
11715                 callbacks
11716
11717 2002-01-11 [melvin]     0.6.6claws48
11718
11719         * src/compose.c
11720                 fix the 'Ctrl-Enter' feature for sending and test really
11721                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
11722                 editables which was not documented in Gtk)
11723
11724         * src/summaryview.c
11725                 Made summaryview refresh after sorting and not before.
11726
11727 2002-01-11 [christoph]  0.6.6claws47
11728
11729         * src/compose.c
11730                 select account from account ids if possible and
11731                 correctly set save folder for copy in reedit
11732
11733 2002-01-10 [paul]       0.6.6claws46
11734
11735         * sync with sylpheed 0.7.0 release
11736                 see ChangeLog entries 2002-01-07, 2002-01-08 and
11737                 2002-01-09
11738
11739 2002-01-09 [alfons]
11740
11741         * src/summaryview.c
11742                 remove more dirt traces...
11743
11744 2002-01-09 [alfons]
11745         
11746         * src/summaryview.c
11747                 clean up some traces of my debugging stuff
11748
11749 2002-01-09 [alfons]     0.6.6claws45
11750
11751         * src/filtering.c
11752                 break up filteringprop_apply() in three separate pieces
11753                 so we can drop messages that failed processing in the
11754                 inbox
11755
11756         * src/summaryview.c
11757                 fix bug #469598 "no refresh of inbox after filter" which 
11758                 was introduced by the new summary view locking, and which 
11759                 prevented the summary view to update after a manual filter 
11760                 message. claw's filter message requires a summary_show().
11761                 (aargh, summary_show() again! :-)
11762                 
11763 2002-01-07 [alfons]     0.6.6claws44
11764
11765         * src/headerwindow.c
11766         * src/logwindow.c
11767         * src/messageview.c
11768         * src/sourcewindow.c
11769                 bring in Hiro's last 0.7.0 wm class fixes
11770
11771         * tools/sylprint.pl
11772                 bring in Ricardo's fix for sylprint script
11773
11774         * AUTHORS       
11775         * src/rfc2015.[ch]
11776         * src/prefs_common.[ch]
11777         * src/prefs_account.[ch]
11778         * src/compose.c
11779                 clean up account preference poison in rfc2015,
11780                 and preparation to fix double sign bug 
11781                 (patch submitted by Simon 'corecode' Schubert)
11782
11783 2002-01-07 [christoph]  0.6.6claws43
11784
11785         * src/mh.c
11786                 search for free message number, do not only rely
11787                 on last_num
11788         * src/send.c
11789                 fix smtp auth and use extra account information
11790                 if available, if not use pop3 data instead
11791                 (closes bug #500341)            
11792         * src/ssl.[ch]
11793                 match coding style
11794
11795 2002-01-06 [alfons]     0.6.6claws42
11796
11797         * src/mainwindow.c
11798                 try making the separate windows work again...
11799
11800 2002-01-06 [alfons]     0.6.6claws41
11801
11802         * src/mainwindow.c
11803                 adapt Hiro's separate window menu (to get rid of the funny
11804                 duplicate menu items), and make it work again
11805
11806 2002-01-06 [alfons]     0.6.6claws40
11807
11808         * tools/Makefile.am
11809         * tools/sylprint.rc
11810         * tools/sylprint.pl
11811         * tools/README.sylprint
11812                 add sylprint script for printing mails from Sylpheed
11813                 (contributed by Ricardo Mones Lastra)
11814
11815         * src/acount.c
11816                 clean up
11817
11818 2002-01-06 [melvin]     0.6.6claws39
11819
11820         * src/mainwindow.c
11821         * src/summaryview.c
11822                 Fixed crash introduced in 0.6.6claws38 by the menu
11823                 reorganisation (Hide read messages)
11824         
11825         * ChangeLog.claws 
11826                 Fixed typo (we are now in 2002, alfons ;) )
11827
11828 2002-01-05 [alfons]     0.6.6claws38
11829
11830         * sync with sylpheed 0.6.6cvs10-17
11831                 (last stuff marked as LAST_STABLE)
11832
11833 2002-01-04 [melvin]     0.6.6claws37
11834
11835         * src/account.c
11836                 Made account selection code use strcasestr again instead of
11837                 g_strcasecmp (fixes bug where reediting queued messages
11838                 did not select proper account reported by T. Link).
11839         
11840         * src/folderview.c
11841                 Fix bug where folder icons are not shown when 'hide read messages'
11842                 is on.
11843         
11844         * src/stock_pixmaps.[ch]
11845                 Added folder icons for 'hide read messages'.
11846         
11847         * src/compose.c
11848                 Fixed bug where 'Enter' in a header entry will send the message 
11849                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
11850
11851 2002-01-03 [melvin]     0.6.6claws36
11852         
11853         * src/prefs.[ch]
11854                 Added popup menu for common preferences and
11855                 account preferences (right click on tab displays
11856                                 a menu of all tabs.)
11857
11858 2002-01-02 [melvin]     0.6.6claws35
11859
11860         * src/gtkspell.[ch]
11861                 Made spelling code compatible with undo/redo feature.
11862                 Added creation of suggestion mode menu for the general
11863                         preferences.
11864         
11865         * src/prefs_common.[ch]
11866                 Added option menu for the speller's suggestion mode.
11867                 Added missing spaces in "..." buttons and made a "..."
11868                         button non translatable!
11869         
11870         * src/compose.c
11871                 Made speller use the default suggestion mode.
11872                 Hack to make it possible to choose 'CTRL-Enter' as a
11873                         shortcut for sending (and only for sending).
11874
11875         * src/prefs_folder_item.c
11876                 Changing subject simplification does not update cache 
11877                         anymore (because it is unnecessary).
11878                 Fixed bug where changing subject simplification updated the 
11879                         summaryview even when the viewed folder is not the
11880                         folder which properties are being changed. (E.g. 
11881                                         viewing folder A and changing
11882                                         the subject simplification of 
11883                                         folder B -not being viewed- updated the 
11884                                         summaryview of folder A with data of
11885                                         folder B). (Hope this is clear... )
11886
11887 2001-12-31 [alfons]     0.6.6claws34
11888         
11889         * src/ldif.c
11890         * src/mutt.c
11891                 fgetc() returns a signed integer which doesn't
11892                 fit in a char. so c truncates this to a char
11893                 but we may lose significant bits. i.e. we may
11894                 comparing 0xFF which may not be equal to -1
11895                 unless properly casted to signed char which
11896                 we won't do because fgetc() returns a signed
11897                 integer which doesn't fit in a char. so c 
11898                 truncates this to a char but we may lose 
11899                 significat bits. (you got the idea, thanks
11900                 to Gustavo Noronha Silva <kov@debian.org>
11901                 and the Debian folks!)
11902
11903 2001-12-30 [alfons]     0.6.6claws33
11904
11905         * src/prefs_common.c
11906                 add #ifdef USE_PSPELLs that Melvin forgot               
11907
11908 2001-12-30 [melvin]     0.6.6claws32
11909         
11910         * src/prefs_common.[ch]
11911                 Added configurable color for misspelled words.
11912
11913         * src/gtkspell.[ch]
11914                 Fixed bug of foreground text color (reported by David
11915                                 Mehrmann)
11916                 Added configurable color for misspelled words.
11917
11918 2001-12-30 [alfons]     0.6.6claws31
11919
11920         * src/folder.c
11921                 remove unnecessary things someone put there
11922
11923         * src/mh.c
11924         * src/folder.[ch]
11925                 make folder properties (like threading and sorting) persistent
11926                 (closes bug #497424 "rescan folder tree resets proprieties")
11927                 currently this is only for MH folders. 
11928
11929 2001-12-29 [melvin]     0.6.6claws30
11930
11931         * src/string_match.[ch]
11932                 Optimized a bit: regexp pattern buffer compiled only once, and
11933                   one subroutine call removed. Fixed ^ regexp search: Now, 
11934                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
11935         
11936         * src/summaryview.c
11937                 Subject filtering changed to filter summary columns and
11938                   not directly the messages subject cache. The loss in 
11939                   performance is balanced by the improvement of string_match.
11940                 Added an alert panel if there is an error in the regexp.
11941
11942         * src/src/prefs_folder_item.h
11943                 Added a regexp pattern buffer.
11944
11945 2001-12-28 [alfons]     0.6.6claws29
11946
11947         * src/string_match.[ch]
11948                 clean up name space
11949                 allow compilation *BSD
11950
11951 2001-12-27 [alfons]     0.6.6claws28
11952
11953         * src/filter.c
11954                 sync the Hiro's bug fix for BSD
11955
11956 2001-12-27 [melvin]     0.6.6claws27
11957         
11958         * src/compose.c
11959                 Simplify focus to subject entry code.
11960
11961 2001-12-27 [darko]      0.6.6claws26
11962
11963         * src/filtering.c
11964         * src/mbox_folder.c
11965         * src/messageview.c
11966         * src/mh.c
11967         * src/procheader.[ch]
11968         * src/procmsg.h
11969         * src/stock_pixmap.[ch]
11970         * src/summaryview.c
11971                 Show key icon for encrypted mails in summary view
11972
11973         * src/pixmaps/clip.xpm
11974         * src/pixmaps/clipkey.xpm
11975         * src/pixmaps/key.xpm
11976                 New/modified icons for the above
11977
11978 2001-12-27 [melvin]     0.6.6claws25
11979
11980         * src/prefs_common.c
11981                 Put spell checker options in a separate tab to decrease
11982                 the Common Preferences window height.
11983
11984         * README.claws  
11985                 Update spell checker usage instruction about its options
11986                 location.
11987
11988 2001-12-27 [melvin]     0.6.6claws24
11989
11990         * src/compose.c
11991                 Changed subject entry widget position. Initial focus is
11992                 on the To header instead of the subject entry.
11993                 Creating a new header scrolls the header list to make the
11994                 created one visible. Nevertheless, when automatically filling
11995                 headers, the first one is shown.
11996                 A Tab key press in the last empty header entry zips the 
11997                 focus to the subject entry.
11998                 (I did not change the combo boxes, yet)
11999
12000 2001-12-26 [alfons]     0.6.6claws23
12001
12002         * src/prefs_account.c
12003         * src/inc.c
12004                 allow default inbox to reside in another mailbox (only
12005                 works for POP3 accounts)
12006
12007 2001-12-26 [alfons]     0.6.6claws22
12008         
12009         * src/textview.c
12010                 make reply-on-click work with the account of the selected folder
12011         * src/compose.c
12012                 put a fixme here to remind me to fix finding correct default
12013                 account for nested folders
12014
12015 2001-12-25 [alfons]     0.6.6claws21
12016
12017         * src/summaryview.c
12018                 make column headers display locked and mark pixmaps (idea by Melvin) 
12019                 fix bug by adding score and locked column type to sort array
12020
12021 2001-12-25 [alfons]     0.6.6claws20
12022         
12023         * src/summaryview.c
12024                 catch a *potentially* inadvertent write back of  
12025                 the message cache(s) introduced by 0.6.5claws37
12026
12027 2001-12-25 [christoph]  0.6.6claws19
12028
12029         * src/stock_pixmap.[ch]
12030         * src/summaryview.c
12031                 add ignore thread pixmap
12032                 (can someone draw a better icon for this?)
12033
12034 2001-12-24 [alfons]     0.6.6claws18
12035
12036         * src/prefs_folder_item.c
12037                 make address completion actually work for the
12038                 Default To address in the Folder Property dialog.
12039
12040 2001-12-24 [alfons]     0.6.6claws17
12041         
12042         * src/summaryview.c
12043                 use new style regexp for subject stripping 
12044                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12045
12046 2001-12-24 [darko]      0.6.6claws16
12047
12048         * src/pgptext.c
12049         * src/rfc2015.c
12050                 move GPG related informational messages to debug mode
12051
12052 2001-12-23 [alfons]     0.6.6claws15
12053
12054         * src/stock_pixmap.[ch]
12055         * src/summaryview.c
12056                 add the forgotten Claws' locked pixmap
12057
12058 2001-12-23 [alfons]     0.6.6claws14
12059
12060         * src/filesel.c
12061                 accept file name typed in entry in multi file
12062                 selector (patch submitted by Gustavo Noronha Silva 
12063                 <kov@debian.org>)
12064
12065 2001-12-23 [alfons]     0.6.6claws13
12066
12067         * src/prefs_filter.c
12068         * src/prefs_filtering.c
12069         * src/matcher.c
12070         * src/importmutt.c
12071                 clean up a little bit
12072         
12073         * src/string_match.c
12074                 validate input strings a little bit more
12075
12076 2001-12-23 [alfons]     0.6.6claws12
12077
12078         * src/Makefile.am
12079         * src/summaryview.c
12080         * src/string_match.[ch]         ** NEW **
12081         * src/folderview.[ch]
12082         * src/headerview.h
12083         * src/folder.[ch]
12084         * src/prefs_folder_item.[ch]
12085                 add subject simplification to strip out strings from
12086                 a subject line (esp. handy for mailing lists). 
12087                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12088                 but slightly changed things for better integration.)
12089
12090 2001-12-23 [alfons]     0.6.6claws11
12091
12092         * src/mainwindow.c
12093                 fix bug introduced by submission included in 0.6.5claws52.
12094                 ideally this submission should clean the trash if any trash
12095                 folder has a message. however, the hasTrash variable was
12096                 set to false whenever a trash folder was empty (discarding
12097                 a previously found *filled* trash folder.)
12098
12099                 also edited the code a little bit and made it more safe.
12100
12101 2001-12-22 [alfons]     0.6.6claws10
12102
12103         * src/imap.c
12104                 quick fix for Martin Pool's omission of an account
12105                 specific SSL setting
12106
12107 2001-12-22 [alfons]     0.6.6claws9
12108
12109         * src/compose.c
12110         * src/messageview.c
12111         * src/mimeview.c
12112         * src/pgptext.c
12113         * src/procmime.[ch]
12114                 better support for multipart/digest (submitted
12115                 by Fredrik <e98fo@efd.lth.se>)
12116
12117 2001-12-22 [alfons]     0.6.6claws8
12118
12119         * src/addressbook.c
12120                 correct function signature
12121         * src/socket.[ch]
12122         * src/imap.[ch]
12123         * src/prefs_account.[ch]
12124                 allow IMAP over SSH tunnel (patch submitted by 
12125                 Martin Pool <mbp@samba.org>)
12126
12127 2001-12-21 [alfons]     0.6.6claws7
12128
12129         * sync with sylpheed 0.6.6cvs4-9
12130                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12131
12132 2001-12-21 [christoph]  0.6.6claws6
12133
12134         * src/compose.c
12135         * src/prefs_folder_item.[ch]
12136                 implement saving of outgoing messages to current folder.
12137                 fix segfault when no default outbox is available
12138                 (closes bug #495683)
12139
12140 2001-12-21 [carsten]    0.6.6claws5
12141         * src/folderview.c
12142         * src/summaryview.c
12143                 pressing CTRL while DND does now the expected thing and
12144                 copies the mail (moving is still the default, as this
12145                 seam more appropriate for handling mails by DND)
12146
12147 2001-12-18 [paul]       0.6.6claws4
12148
12149         * sync with sylpheed 0.6.6cvs3
12150                 see ChangeLog entries 2001-12-18
12151
12152 2001-12-18 [hiro]       0.6.6claws3
12153
12154         * src/undo.c
12155                 fix for multibyte characters (obtain the number of letters
12156                 instead of bytes).
12157
12158 2001-12-17 [paul]       0.6.6claws2
12159
12160         * sync with sylpheed 0.6.6cvs1
12161                 see ChangeLog entry 2001-12-16
12162
12163 2000-12-17 [alfons]     0.6.6claws1
12164
12165         * src/filtering.c
12166                 clean up
12167
12168 2001-12-16 [paul]       0.6.6claws
12169 2001-12-15
12170
12171         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12172
12173         * src/mimeview.c
12174                 last minute sync with main 0.6.6
12175
12176         * po/es.po
12177                 updated by Ricardo Mones Lastra
12178                 update for last minute sync
12179         * po/fr.po
12180         * po/nl.po
12181                 update for last minute sync
12182         * po/de.po
12183                 updated by Jens Oberender
12184         * po/pt_BR.po
12185                 updated by Fabio Junior Beneditto
12186
12187         * src/prefs_common.[ch]
12188         * src/undo.c
12189                 number of undo levels is user configurable
12190                 (squeeze it into the release in the dying
12191                 moments) Submitted by Jens Oberender    
12192
12193 2001-12-15 [melvin]
12194
12195         * po/fr.po
12196                 updated french translation
12197
12198 2001-12-15 [paul]       0.6.5claws92
12199
12200         * sync with sylpheed 0.6.5cvs28
12201                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
12202
12203         * po/nl.po
12204                 update to allow for sync
12205
12206 2001-12-15 [alfons]
12207         
12208         * po/nl.po
12209                 update dutch translation
12210
12211 2001-12-14 [carsten]    0.6.5claws91
12212         * src/summaryview.c
12213                 fixed bug #473785; also after changing the column order
12214                 the same message will be selected and displayed as before
12215                 the reordering
12216
12217 2001-12-14 [carsten]    0.6.5claws90
12218         * src/folderview.c
12219                 probably found the bug reported by wwb opening or closing
12220                 a folder tree just before dnd (found the solution in the
12221                 balsa source -- thanks to them)
12222
12223 2001-12-14 [carsten]    0.6.5claws89
12224         * src/gtkutils.c
12225         * src/account.c
12226                 moved gtk_clist_moveto to the right place, so that
12227                 only the accounts dialog is effected on opening
12228
12229 2001-12-14 [carsten]    0.6.5claws88
12230         * src/gtkutils.c
12231                 gtkut_clist_set_focus_row does a gtk_clist_moveto
12232                 now, so that the focused row will be seen in any case
12233                 (reported by wwp on sf-claws-user)
12234
12235 2001-12-14 [darko]      0.6.5claws87
12236
12237         * src/compose.c
12238                 remove unnecessary line
12239
12240 2001-12-14 [paul]       0.6.5claws86
12241
12242         * sync with sylpheed 0.6.5cvs27
12243                 see ChangeLog entries 2001-12-14
12244
12245 2001-12-14 [carsten]    0.6.5claws85
12246         * src/mainwindow.c
12247                 following a suggestion of Melvin the rcoabm pops up
12248                 right under the button now and the button is reliefed
12249                 while the popup is open
12250
12251 2001-12-14 [darko]      0.6.5claws84
12252
12253         * src/compose.c
12254                 fix crash when wrapping long lines if linewrap quotation
12255                 is disabled and wrapper encounters a word spanning more
12256                 than one line
12257
12258 2001-12-13 [paul]       0.6.5claws83
12259
12260         * src/compose.c
12261                 prefer 'Reply-To' header over mailing list header when
12262                 replying to a message. Finally prevent all those confirmation 
12263                 messages being sent to the list itself.
12264
12265         * src/summaryview.c
12266                 remove unused summary_set_menu_sensitive() entry
12267
12268 2001-12-13 [paul]       0.6.5claws82
12269
12270         * src/folderview.c
12271         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
12272         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
12273         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
12274                 improvements to 'Hide read messages': Inbox, Outbox,
12275                 Trash, Queue, and Draft icons now reveal presence of hidden 
12276                 messages
12277
12278 2001-12-12 [alfons]     0.6.5claws81
12279
12280         0.6.5claws80 was tagged as LAST_STABLE
12281
12282         * src/filtering.[ch]
12283         * src/matcher.[ch]
12284         * src/matcher_parser_lex.c
12285                 fix the filtering; my last attempt to get it right, 
12286                 if it does not work, it's Hoa's turn. ;-)
12287
12288                 for my honourable peers:
12289                 
12290                 the code now makes a clear distinction between
12291                 rules as they are displayed (probably escaped),
12292                 and as they are executed (probably unescaped). the
12293                 parser does *NOT* do any unescaping, this is
12294                 the task of the matcher.c (which breaks up a
12295                 rule into condition) and the filtering.c (which
12296                 breaks up the rule's action). to make this
12297                 run happily we provide an unescaped copy of
12298                 crucial strings to the MatcherProp and 
12299                 FilteringAction structures. note that the only
12300                 exception to this is any REGEXP string. those
12301                 are directly passed to regcomp() and regexp()
12302                 (who have much more powerful unescape functions).
12303                 
12304                 for everyone else:
12305         
12306                 you can escape tab (\t), carriage return (\r),
12307                 linefeed (\n), form feed (\f), quote (\"), 
12308                 single quote (\'), bell (\b) in all the entry
12309                 lines in the scoring & filtering dialogs.
12310                 as an added bonus this should not affect
12311                 existing filtering rules.
12312
12313 2001-12-12 [carsten]    0.6.5claws80
12314
12315         * src/summaryview.c
12316         * po/de.po
12317                 "item(s) selected" is now sensitive to 1 or more
12318                 than one selected (nice for language where simple
12319                 adding of a "s" is not possible as German (Eintrag
12320                 ->Eintr"age)
12321                 
12322                 the "forward as attachment" entry from the right
12323                 click menu removed, "forward" acts following the
12324                 prefs
12325         
12326         * src/textview.c
12327                 reverted my former changes; so compiler warning again
12328                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
12329                 nevertheless
12330
12331         * src/messageview.c
12332                 "search in message" does now *not* only work in MVIEW_TEXT
12333                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
12334                 message
12335
12336         * src/mainwindow.c
12337                 removed "/File/_Close" as it was the same as "/File/E_xit"
12338                 and we don't need it two times
12339
12340                 the separate folder view and message view now get a distinct
12341                 WMCLASS, just in case someone is using sawfish ;-)
12342
12343                 as the menu entries "/View/Message view" and "/View/Folder tree"
12344                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
12345                 make them sensitive accordingly and as these two are "shown"
12346                 after startup anytime check this menuitem at startup
12347
12348 2001-12-12 [paul]       0.6.5claws79
12349
12350         * src/folderview.c
12351                 fix sensitivity of 'Search folder...', broken in
12352                 0.6.5claws75
12353
12354         * src/mainwindow.c
12355                 fix dodgy English
12356
12357 2001-12-11 [carsten]    0.6.5claws78
12358         * src/filtering.c
12359                 fixed two typos returning a wrong FALSE/TRUE
12360         * src/mainwindow.[ch]
12361                 extra menu for email/news button removed
12362
12363 2001-12-11 [alfons]     0.6.5claws77
12364         
12365         * src/matcher.c                 (1.3)
12366         * src/matcher_parser_lex.l      (1.28)
12367                 revert for another attempt
12368                 mark 0.6.5claws77 as LAST_STABLE
12369
12370 2001-12-11 [christoph]  0.6.5claws76
12371
12372         * po/de.po
12373                 fixed wrong translation for prev. unread msg
12374
12375 2001-12-11 [paul]       0.6.5claws75
12376
12377         * src/folder.[ch]
12378         * src/folderview.c
12379         * src/mainwindow.c
12380         * src/summaryview.[ch]
12381         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
12382                 enable ability to hide read messages on per folder basis via 
12383                 '/Summary/Hide read messages'; when selected, a folder will 
12384                 have a red open folder icon, instead of a blue icon, if the 
12385                 folder contains hidden messges
12386                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
12387
12388         * src/mainwindow.c
12389                 remove '/Message/Forward as attachment' from 
12390                 main_window_set_menu_sensitive() to prevent debug warning
12391
12392         * src/folderview.c
12393         * src/mainwindow.c
12394                 Clean up some of the English
12395
12396         * tools/newscache_clean.pl
12397                 allow for new 'hidereadmsgs' entry in folderlist.xml
12398
12399         * po/es.po
12400                 updated translation, submitted by Ricardo Mones Lastra
12401
12402 2001-12-11 [paul]       0.6.5claws74
12403
12404         * sync with sylpheed 0.6.5cvs25
12405                 see ChangeLog entry 2001-12-11
12406
12407 2001-12-10 [alfons]     0.6.5claws73
12408
12409         * src/matcher.c
12410                 add more control characters
12411         * src/matcher_parser_lex.l
12412                 make escaping / unescaping work again
12413
12414 2001-12-10 [alfons]     0.6.5claws72
12415
12416         * src/imap.c
12417                 clean up warnings "returning value for void function" 
12418         * src/prefs_filtering.c
12419                 make info button for execute action sensitive
12420
12421 2001-12-10 [paul]       0.6.5claws71
12422
12423         * src/compose.c
12424         * src/imap.[ch]
12425         * src/summaryview.c
12426                 fix: imap server now gets informed of MARKED, UNMARKED
12427                 and REPLY events. Now people can use different IMAP-Mail
12428                 clients and have the exact same information about MARKED,
12429                 UNMARKED and REPLY status with all of them. Especially
12430                 useful for imap servers with a web-frontend.
12431                 submitted by Tobias Sandhaas <medlor@web.de>
12432
12433 2001-12-09 [melvin]     0.6.5claws70
12434         
12435         * src/textview.[ch]
12436                 fixed bug #490076 (hunted down by Alfons who implemented
12437                 a workaround in 0.6.5claws65)
12438
12439 2001-12-09 [christoph]  0.6.5claws69
12440
12441         * src/summaryview.c
12442                 set pointer to string in LOCKED column to NULL
12443                 (might fix bug #490800)
12444
12445 2001-12-09 [carsten]    0.6.5claws68
12446
12447         * po/de.po
12448                 resolved some cluttered menu shortcuts 
12449                 ('creating new email' and 'creating news message'
12450                 hade the same)
12451         * src/compose.c
12452                 wmclass now distinc from main window
12453         * src/mainwindow.c
12454           src/mainwindow.h
12455                 email/news and forward button functionality similar
12456                 to the reply buttons; removed the ugly dropdown arrows
12457                 and use instead the right mouse button
12458
12459 2001-12-09 [paul]       0.6.5claws67
12460
12461         * src/imap.c
12462         * src/utils.h
12463                 allow spaces in imap folder names
12464                 submitted by Willem van Engen <wvengen@stack.nl>
12465
12466 2001-12-09 [paul]       0.6.5claws66
12467
12468         * sync with sylpheed 0.6.5cvs24
12469                 see ChangeLog entry 2001-12-09
12470
12471 2001-12-08 [alfons]     0.6.5claws65
12472
12473         * src/textview.c
12474                 prevent secondary selection claim after "add to sender" dialog
12475                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
12476                 we trick GTK by simulating a click at (0, 0) in the textview.
12477
12478 2001-12-08 [hoa]        0.6.5claws64
12479
12480         * src/folder.c
12481                 fixed a bug about the .processing folder name while filtering
12482
12483 2001-12-08 [alfons]     0.6.5claws63
12484
12485         * src/folderview.c 
12486                 work around problem of not correctly updating folder stats
12487                 when deleting messages. there's some folder scanning evil
12488                 going so the folderview_update_msg_num() does not work
12489                 correctly. need to investigate this.
12490
12491 2001-12-08 [paul]       0.6.5claws62
12492
12493         * sync with sylpheed 0.6.5cvs23
12494                 see ChangeLog entry 2001-12-08
12495
12496 2001-12-07 [christoph]  0.6.5claws61
12497
12498         * src/compose.c
12499                 fix another header translation problem
12500
12501 2001-12-07 [alfons]     0.6.5claws60
12502
12503         * src/mbox.c
12504                 make filtering also work on local spool mbox
12505
12506 2001-12-07 [carsten]    0.6.5claws59
12507         * src/addressbook.c
12508                 addressbook window gets a wmclass distinct from the main
12509                 sylpheed window
12510         * src/compose.h
12511         * src/mainwindow.[ch]
12512                   forward menu item will use mode selected in prefs, forward 
12513                 as attatchment in menu removed (will be substituted in the
12514                 toolbar similar to reply buttons)
12515                   create news message menu entry and news button is now 
12516                 sensitive to the existance of a news account
12517         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
12518         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
12519         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
12520                 these are removed because the toolbar buttons don't show
12521                 the quoting modus any longer
12522
12523 2001-12-07 [paul]
12524
12525         * tools/newscache_clean.pl      ** NEW FILE **
12526                 perl script to do some tidying up in the newscache directory 
12527                 
12528         * tools/sylpheed-switcher       ** NEW FILE **
12529                 perl script to enable easy switching between main and claws
12530                 
12531         * tools/README
12532                 added descriptions of the two new perl scripts          
12533
12534
12535 2001-12-07 [melvin]     0.6.5claws58
12536
12537         * src/messageview.c
12538                 fixed a warning during compilation introduced in 0.6.5claws56
12539
12540 2001-12-07 [paul]       0.6.5claws57
12541
12542         * src/mainwindow.[ch]
12543         * src/menu.[ch]
12544                 further usability enhancements to replying with or without 
12545                 quoting via the toolbar, use of Ctrl key is replaced by 
12546                 drop down menu 
12547                 Submitted by Carsten Schurig            
12548
12549 2001-12-07 [melvin]     0.6.5claws56
12550
12551         * src/messageview.c
12552                 hack to fix bug that prevented to make/paste selections
12553                 after switching between MVIEW_TEXT and MVIEW_MIME views
12554                 without deselecting the selection first.
12555
12556 2001-12-06 [alfons]     0.6.5claws55
12557
12558         * src/filtering.[ch]
12559         * src/inc.c
12560                 revise filtering a little bit more, and make sure
12561                 messages are delivered to the appropriate inbox
12562                 (perhaps set per account)
12563
12564 2001-12-06 [paul]       0.6.5claws54
12565
12566         * sync with sylpheed 0.6.5cvs22
12567                 see ChangeLog entry 2001-12-06
12568
12569 2001-12-05 [alfons]     0.6.5claws53
12570
12571         * src/inc.c
12572         * src/folder.[ch]
12573         * src/procmsg.c
12574         * src/filtering.c
12575                 more revisions of filtering system
12576                 (last stable version is marked as LAST_STABLE)
12577                 
12578                 | NOTE 1): the filtering system now uses a local folder called
12579                 | .processing. if filtering fails, check this directory
12580                 | for missing messages.
12581                 |
12582                 | NOTE 2): help us find the filtering actions still missing
12583
12584 2001-12-05 [paul]       0.6.5claws52
12585
12586         * src/mainwindow.c
12587                 fix bug where 'Empty Trash?' pop-up window appears even
12588                 when Trash is empty, submitted by Jesse Skinner         
12589
12590 2001-12-05 [melvin]     0.6.5claws51
12591
12592         * src/compose.c
12593                 fixed bug #486106 to select correct account when reediting 
12594                 a queued message
12595         
12596 2001-12-04 [alfons]     0.6.5claws50
12597
12598         * src/mh.c
12599                 declare markfile in appropriate functions when
12600                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
12601                 for spotting this)
12602
12603 2001-12-04 [paul]       0.6.5claws49
12604
12605         * sync with sylpheed 0.6.5cvs21
12606                 see ChangeLog entry 2001-12-04
12607
12608 2001-12-03 [christoph]  0.6.5claws48
12609
12610         * po/de.po
12611                 changed translation of undo
12612         * src/account.c
12613         * src/folder.c
12614                 don't reinvent the wheel to traverse a GNode
12615         * src/compose.[ch]
12616                 seperate code to create the compose gui into functions
12617                 add "Others" page with folder selection for saving copy
12618                 of the message.
12619                 the folder identifier is saved to queue header
12620         * src/procmsg.c
12621                 save message to folder in queue header
12622
12623 2001-12-03 [paul]       0.6.5claws47
12624
12625         * sync with sylpheed 0.6.5cvs20
12626                 see ChangeLog entry 2001-12-03
12627
12628 2001-12-01 [paul]
12629
12630         * more sync with sylpheed 0.6.5cvs19
12631                 see ChangeLog entry 2001-11-29
12632
12633 2001-11-30 [paul]       0.6.5claws46
12634         
12635         * src/compose.c
12636                 remove conflicts introduced by Hoa's last commit
12637          
12638         * src/mainwindow.c
12639                 make 'Message/Bounce' sensitive
12640
12641 2001-11-30 [hoa]        0.6.5claws45
12642
12643         * src/compose.c
12644                 slightly change bounce function to add
12645                 information about the user that bounced the mail
12646                 in the From header line.
12647
12648         * src/folderview.c
12649                 permit the use of processing in outbox folder.
12650
12651 2001-11-29 [paul]       0.6.5claws44
12652
12653         * src/mainwindow.[ch]
12654         * src/prefs_common.c
12655         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
12656         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
12657         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
12658                 usability enhancements to the quoting, implements
12659                 use of Ctrl key to toggle quoting settings
12660                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
12661
12662 2001-11-29 [paul]       0.6.5claws43
12663         
12664         * sync with sylpheed 0.6.5cvs19
12665                 see ChangeLog entry 2001-11-28
12666
12667 2001-11-29 [melvin]     0.6.5claws42
12668         * src/Makefile.am
12669                 added enriched.[ch] to the list of files
12670
12671         * src/textview.c
12672         * src/mimeview.c
12673         * src/procmime.[ch]
12674         * src/enriched.[ch]
12675                 added support to view text/enriched
12676                 added support to show headers in message view for text/enriched and text/html
12677                         in non multipart messages
12678
12679 2001-11-28 [paul]       0.6.5claws41
12680
12681         * more sync with sylpheed 0.6.5cvs18
12682                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
12683
12684 2001-11-27 [paul]       0.6.5claws40
12685         
12686         * po/pt_BR.po
12687                 updated translation, submitted by Fabio Junior Beneditto
12688                 
12689         * sync with sylpheed 0.6.5cvs18
12690                 see ChangeLog entries 2001-11-26 (src/textview.c) and
12691                 2001-11-27
12692
12693
12694 2001-11-26 [paul]
12695
12696         * po/es.po
12697                 updated translation, submitted by Ricardo Mones Lastra
12698
12699 2001-11-26 [alfons]
12700
12701         * src/matcher.c
12702                 add more translatable strings
12703
12704 2001-11-26 [christoph]  0.6.5claws39
12705
12706         * po/de.po      
12707                 fixed one more umlaut
12708         * src/compose.c
12709                 fix translated header when it should not be translated
12710
12711 2001-11-26 [paul]       0.6.5claws38
12712
12713         * src/mainwindow.c
12714                 remove '/Message/Add Sender to address book' from 
12715                 main_window_set_menu_sensitive(), prevent debug warning
12716                 add 'Message/Mark/Mark all read' to mainwin_entries[]
12717
12718 2001-11-26 [paul]       0.6.5claws37
12719
12720         * src/summaryview.c
12721                 fix 'recurring unread state' bug 
12722
12723         * tools/README 
12724         * tools/filter_conv.pl
12725                 read name of top level mailbox from folderlist.xml
12726                 and presume nothing about its name              
12727
12728 2001-11-26 [darko]      0.6.5claws36
12729
12730         * src/gtkstext.[ch]
12731                 removed functions that are now in gtkutils.c
12732                 use gtkut_text_is_uri_string() from gtkutils.c
12733         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
12734
12735 2001-11-26 [paul]       0.6.5claws35
12736
12737         * sync with sylpheed 0.6.5cvs16
12738                 see ChangeLog entries 2001-11-25 and 2001-11-26
12739
12740 2001-11-25 [alfons]     0.6.5claws34
12741
12742         EXPERIMENTAL!!! Please checkout the last stable version using: 
12743           
12744         % cvs update -r LAST_STABLE -dRAP
12745
12746         (Or help us testing this stuff.)
12747
12748         * src/filtering.c               (1.14)
12749         * src/filtering.h               (1.6)
12750         * src/inc.c                     (1.28)
12751         * src/matcher.c                 (1.20)
12752         * src/mbox.c                    (1.9)
12753         * src/procmsg.h                 (1.14)
12754         * src/summaryview.c             (1.59)
12755         * src/summaryview.h             (dunno)
12756                 revert/merge/sync to as it was before commit 
12757                 on Thu, 19 Jul 2001 10:15:51 -0700.
12758
12759 2001-11-25 [hoa]        0.6.5claws33
12760
12761         * src/main.c
12762                 processing mails at startup
12763
12764         * src/folderview.c
12765         * src/summaryview.[ch]
12766                 processing mails when entering folder
12767
12768         * src/prefs_filtering.c
12769                 fixed some UI bugs
12770
12771 2001-11-24 [alfons]     0.6.5claws32
12772
12773         * src/summaryview.[ch]
12774                 make summary sort headers work, and also make
12775                 sure the sort type is stored
12776
12777 2001-11-23 [alfons]     0.6.5claws31
12778
12779         * src/summaryview.[ch]
12780                 make lock work like mark
12781                 disallow deleting messages marked as locked
12782
12783 2001-11-23 [alfons]     0.6.5claws30
12784
12785         * src/gtkstext.c
12786         * src/compose.[ch]
12787         * src/Makefile.am
12788         * src/undo.[ch]
12789                 merge undo patch submitted by Jens
12790
12791 2001-11-23 [christoph]  0.6.5claws29
12792
12793         * src/.cvsignore
12794                 added ylwrap
12795         * src/compose.c
12796                 fixed gpg signing and encoding
12797         * src/folder.[ch]
12798         * src/main.c
12799                 added --status option to get new, unread and total
12800                 message count from a running sylpheed
12801         * src/prefs_common.c
12802                 temporary fix for reply_with_quote problem
12803                 (don't call functions for non existing widget)
12804         * src/procmsg.c
12805                 one more check for ignored threads but still not
12806                 always working correctly. probably a recursive
12807                 check for all parents is needed
12808
12809 2001-11-23 [darko]      0.6.5claws28
12810
12811         * src/compose.c
12812                 wrapping on send improvements
12813         * src/gtkutils.[ch]
12814                 fix for GtkSText after last sync with main branch
12815                 GTK_TEXT -> GTK_STEXT
12816
12817 2001-11-23 [paul]       0.6.5claws27
12818
12819         * sync with sylpheed 0.6.5cvs14
12820                 see ChangeLog entries 2001-11-22 and 2001-11-23
12821                 
12822         * po/de.po
12823                 fixed the scrambled umlauts 
12824                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
12825
12826 2001-11-21 [paul]       0.6.5claws26
12827
12828         * sync with sylpheed 0.6.5cvs12
12829                 see 2nd ChangeLog entry dated 2001-11-20
12830
12831 2001-11-20 [paul]       0.6.5claws25
12832
12833         * sync with sylpheed 0.6.5cvs11
12834                 see ChangeLog entry 2001-11-19 (src/utils.c)
12835
12836 2001-11-20 [hiro]
12837
12838         * src/compose.c
12839                 GTK_TEXT -> GTK_STEXT
12840                 fix for wrong comment
12841
12842 2001-11-20 [hiro]       0.6.5claws24
12843
12844         * src/compose.[ch]
12845                 more merges from main branch
12846                 removed fatal warnings (uninitialized variables etc.)
12847                 some coding style fix
12848         * src/gtkutils.h
12849                 fixed typo.
12850         * src/addressbook.c
12851           src/addrindex.c
12852                 V-Card -> vCard
12853
12854 2001-11-19 [hoa]        0.6.5claws23
12855
12856         * src/filtering.c
12857         * src/prefs_scoring.c
12858         * src/matcher.[ch]
12859         * src/scoring.c
12860                 cleaning code
12861
12862         * src/matcher_parser_parse.y
12863         * src/prefs_filtering.c
12864                 bouncing
12865
12866 2001-11-19 [alfons]     0.6.5claws22
12867
12868         more of my old things into claws
12869
12870         * src/Makefile.am
12871         * src/prefs_common.c
12872         * src/procmsg.h
12873         * src/summaryview.[ch]
12874         * src/prefs_summary_column.c
12875         * src/pixmaps/locked.xpm
12876                 add indicators for locking of message in summary view
12877                 (does not work yet, only visual indicator)
12878
12879 2001-11-19 [paul]       0.6.5claws21
12880
12881         * sync with sylpheed 0.6.5cvs10
12882                 see ChangeLog entry 2001-11-19
12883
12884 2001-11-18 [alfons]     0.6.5claws20
12885         
12886         * src/filtering.c
12887                 remove an inadvertent free I forgot in previous clean up 
12888
12889 2001-11-18 [alfons]     0.6.5claws19
12890
12891         * src/filtering.[ch]
12892                 clean up & plug leaks
12893
12894 2001-11-18 [paul]       0.6.5claws18
12895
12896         * sync with sylpheed 0.6.5cvs9
12897                 see ChangeLog entries 2001-11-17 and 2001-11-18
12898
12899 2001-11-16 [paul]       0.6.5claws17
12900
12901         * sync with sylpheed 0.6.5cvs8
12902                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
12903
12904 2001-11-16 [paul]       0.6.5claws16
12905
12906         * sync with sylpheed 0.6.5cvs7
12907                 see ChangeLog entries 2001-11-15 and 2001-11-16
12908
12909 2001-11-15 [hoa]        0.6.5claws15
12910
12911         * src/compose.c
12912                 fix bounce, mails we received couln't be bounced to ourself.
12913
12914         * src/defs.h
12915         * src/filtering.[ch]
12916         * src/matcher.[ch]
12917         * src/matcher_parser.h
12918         * src/matcher_parser_lex.l
12919         * src/matcher_parser_parse.y
12920         * src/inc.c
12921         * src/main.c
12922         * src/mbox.c
12923         * src/prefs_filtering.[ch]
12924         * src/mainwindow.c
12925         * src/prefs_matcher.c
12926         * src/prefs_scoring.c
12927         * src/scoring.[ch]
12928         * src/summaryview.c
12929                 new matcher/filter/score configuration file parser
12930                 one unique configuration file => ~/.sylpheed/matcherrc
12931                 import in currently automatic, then save are made
12932                 in this new file.
12933                 one filter per folder and one global filter
12934                 (filter of a folder will be used as folder processing)
12935
12936         * src/folder.c
12937                 fix a bug in folder_item_get_identifier
12938                 
12939         * src/messageview.c
12940                 receive receipt return are fixed.
12941
12942 2001-11-14 [alfons]     0.6.5claws14
12943
12944         * src/session.h
12945                 add things from main branch to make claws compile
12946
12947 2001-11-14 [paul]       0.6.5claws13
12948
12949         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
12950                 see ChangeLog entries 2001-11-08 to 2001-11-14
12951
12952 2001-11-14 [hoa] 0.6.5claws12
12953
12954         * src/compose.[ch]
12955         * src/mainwindow.c
12956         * src/summaryview.c
12957                 add "bounce mail" option
12958
12959 2001-11-13 [christoph]  0.6.5claws11
12960
12961         * src/compose.c
12962                 Cleanup a mess i add before commiting
12963
12964 2001-11-13 [hoa]        0.6.5claws10
12965
12966         * src/compose.c
12967                 some fixes when mail are sent or
12968                 for crossposts
12969
12970 2001-11-13 [christoph]  0.6.5claws9
12971
12972         * po/de.po
12973                 Changed two string with the same translation
12974         * src/compose.c
12975         * src/procmsg.[ch]
12976         * src/send.[ch]
12977                 New mailsending process:
12978                   - Always queue message before sending
12979                     (message will be saved if sylpheed crashed or
12980                      freezes while sending)
12981                   - Allow queuing of newspostings
12982                   - No copy in outbox before sending
12983                     (closes bug #469501)
12984                   - No more redundant code for send and send_later
12985         * src/summaryview.c
12986                 Applied wwp <subscript@free.fr>'s patch that fixes
12987                 marks for multiple forwarded messages (+compose.c)
12988
12989 2001-11-12 [alfons]
12990
12991         * README.claws
12992                 remove things that are now in main branch
12993         
12994         * po/nl.po
12995                 update Dutch translation
12996
12997 2001-11-12 [mhadasht]   0.6.5.claws8
12998
12999         * src/prefs_common.c
13000                 re-enabled account autoselection feature for forward
13001                 and reedit lost during the branch point for SYNC-B4-REL
13002         * src/gtkspell.c
13003                 gtkpspell_get_dict(): more readable code (even if function is
13004                 not used yet)
13005         * ChangeLog.claws
13006                 added version number info to 2001-11-12 [hiro] comment.
13007
13008 2001-11-12 [hiro]       0.6.5.claws7
13009
13010         * src/compose.c
13011                 compose_forward(): fixed a bug that forward quote mark
13012                 wasn't used.
13013                 removed unnecessary code.
13014         * src/template_select.[ch]: removed.
13015
13016 2001-11-11 [alfons]
13017
13018         * src/compose.c
13019                 :%s/GTK_TEXT/GTK_STEXT/g
13020         
13021         * src/compose.[ch]
13022         * src/undo.[ch]
13023         * src/Makefile.am
13024                 revert the undo stuff (this is 0.6.6claws stuff)
13025
13026 2001-11-11 [hoa]        0.6.5.claws6
13027
13028         * src/compose.[ch]
13029                 Insert signature at the end of the text.
13030                 Added undo patch but currently disabled
13031
13032         * src/procmsg.c
13033                 Threading by subject improved.
13034
13035         * added src/undo.[ch]
13036                 Undo module for compose dialog box.
13037
13038 2001-11-11 [alfons]     0.6.5.claws5
13039
13040         * src/procmsg.c
13041                 prevent threading by subject on nodes that have already been
13042                 threaded by in-reply-to (as in "circular references in a tree
13043                 result in a dead branch")
13044
13045 2001-11-09 [hoa]        0.6.5.claws4
13046         
13047         * src/folderview.c
13048                 allows creation of mbox folder item from any files.
13049
13050 2001-11-09 [alfons]     0.6.5.claws3
13051         
13052         * src/utils.c
13053         * src/procmsg.c
13054                 do what I mean and correct threading by subject so it really
13055                 ignores attracting lines without "Re: "
13056
13057 2001-11-07 [alfons]     0.6.5.claws2
13058
13059         * src/procmsg.c
13060         * src/utils.[ch]
13061                 only attract by subject if a subject line starts with a "Re: "
13062         * src/syldap.c
13063                 remove warning
13064
13065 2001-11-07 [paul]       0.6.5claws1
13066
13067         * sync with sylpheed 0.6.5. release
13068                 see ChangeLog entry 2001-11-07
13069
13070 2001-11-07 [paul]       0.6.4claws31
13071
13072         * sync with sylpheed 0.6.4cvs18
13073                 see ChangeLog entries 2001-10-30 to 2001-11-07
13074                 prefs_templates.[ch] renamed prefs_template.[ch]
13075
13076 2001-11-06 [alfons]
13077         
13078         * src/utils.h
13079                 add semicolon Hoa forgot ;-)
13080                 
13081
13082 2001-11-06 [hoa]        0.6.4claws30
13083         
13084         * src/procmsg.c
13085         * src/summaryview.c
13086         * src/utils.c
13087         * src/utils.h
13088                 threading by subject - empty subject are ignored
13089
13090 2001-11-06 [christoph]  0.6.4claws29
13091
13092         * src/socket.c
13093                 use SSL_peek for sock_gets
13094         * src/utils.c
13095                 removed unneeded pointer in extracting quoted
13096                 names implementation
13097
13098 2001-11-06 [melvin]     0.6.4claws28
13099
13100         * src/gtkspell.c
13101                 fixed bug #476792 Selection overtyping with spell checker
13102                 fixed bug which could cause a buffer overflow
13103                 fixed a memory leak
13104
13105 2001-11-06 [hoa]        0.6.4claws27
13106         
13107         * src/procmsg.c
13108         * src/summaryview.c
13109                 threading by subject
13110
13111 2001-11-05 [alfons]     0.6.4claws26
13112         
13113         * README.claws
13114                 Claws -> Sylpheed (vice versa)
13115
13116         * src/compose.c
13117                 :%s/gtk_text/gtk_stext/g
13118                 :%s/GTK_TEXT/GTK_STEXT/g
13119                 (thanks to Jonathan Ware for spotting this)
13120
13121 2001-11-04 [christoph]  0.6.4claws25
13122
13123         * src/summaryview.c
13124                 replace Xalloca + strdup with Xstrdup_a
13125         * src/utils.c
13126                 better implementation of extracting quoted names
13127                 from addresses (remove backlashes and ignore
13128                 quotes after them)
13129
13130 2001-11-04 [alfons]     0.6.4claws24
13131
13132         * src/utils.[ch]
13133                 edit to comply more with coding style
13134
13135         * src/textview.c
13136                 fix bug reported by Kim Schulz. introduced by the patch integrated
13137                 in 0.6.4claws15. the code did not check the return value of
13138                 the html parser.
13139
13140         * AUTHORS
13141                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13142
13143 2001-11-04 [christoph]  0.6.4claws23
13144
13145         * src/main.c
13146         * src/prefs_common.[ch]
13147                 init some pointers that possibly caused a segfault
13148                 reported in the claws-users ML
13149
13150 2001-11-04 [hoa]        0.6.4claws22
13151
13152         * src/grouplistdialog.c
13153                 change the names of the nodes in the tree
13154
13155         * src/compose.c
13156                 enhanced mailto syntax as described in
13157                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13158                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13159
13160         * src/utils.c
13161                 encode and decode URI (useful when opening URL into
13162                 netscape).
13163
13164 2001-11-03 [hoa]        0.6.4claws21
13165
13166         * src/grouplistdialog.c
13167                 a new newsgroups list selection dialog box
13168                 with a CTree instead of a CList
13169
13170 2001-11-03 [hoa]        0.6.4claws20
13171
13172         * src/folderview.c
13173                 enable property and scoring options when right
13174                 click on "inbox"
13175
13176         * src/summaryview.c
13177                 fixed bug when nickname were displayed using
13178                 the address book.
13179
13180 2001-11-02 [darko]      0.6.4claws19
13181
13182         * src/compose.c
13183                 new wrap quotation and URL/long words wrapping implementation
13184         * src/compose.c src/gtkstext.[ch]
13185                 move gtkstext_strncmp() to gtkstext.c
13186
13187 2001-11-01 [christoph]  0.6.4claws18
13188
13189         * src/prefs_account.c
13190                 fixed mess in account settings dialog
13191         * src/prefs_folder_item.c
13192                 added label with folder path to dialog
13193
13194 2001-10-31 [match]      0.6.4claws17
13195
13196         * src/vcard.c
13197                 fix memory leak.
13198         * src/addrbook.c
13199                 fix generation of spurious address book file names.
13200                 remove redundant functions.
13201         * po/POTFILES.in
13202                 added missing file names.
13203
13204 2001-10-30 [paul]       0.6.4claws16
13205
13206         * sync with sylpheed 0.6.4cvs6
13207                 see ChangeLog entries 2001-10-26 to 2001-10-30
13208
13209         * tools/filter_conv.pl
13210                 read folderlist.xml to discover whether the top-level
13211                 folder is called 'Mailbox' or 'Mail' 
13212
13213 2001-10-29 [paul]       0.6.4claws15
13214
13215         * src/html.c, src/textview.c
13216                 activate links in html mail and fix clickable parts
13217                 Submitted by Matthieu Dazy <dazy@t-surf.com>
13218
13219 2001-10-29 [paul]
13220
13221         * po/de.po, po/es.po, po/pt_BR/po
13222                 updated translations, submitted by Jens Oberender,
13223                 Ricardo Mones Lastra, and Fabio Junior Beneditto
13224
13225 2001-10-29 [darko]      0.6.4claws14
13226
13227         * src/compose.c
13228                 fix wrapping for good
13229
13230 2001-10-29 [darko]
13231
13232         * src/compose.c
13233                 undo previous change as it broke the smart wrapping
13234
13235 2001-10-29 [darko]      0.6.4claws13
13236
13237         * src/compose.c
13238                 fix infinite loop when long URL is quoted
13239                 (closes bug #475122.
13240
13241 2001-10-28 [match]
13242
13243         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
13244                 import Mutt address book
13245         * src/ldif.[ch] src/importldif.h
13246                 modified import LDIF handle user attributes
13247
13248 2001-10-28 [christoph]  0.6.4claws12
13249
13250         * src/summaryview.c
13251                 fixed that filtering did not work if there
13252                 were no filter rules
13253                 (closes bug #472003 and better implementation
13254                  of patch #474644)
13255
13256 2001-10-27 [christoph]  0.6.4claws11
13257
13258         * src/compose.c
13259                 make the folder's default account to be used when
13260                 replying. (patch by wwp <subscript@free.fr>)
13261         * src/compose.c
13262                 code cleanup, nearly killed all of wwp's patch
13263                 for folder's default account in compose
13264         * src/folderview.c
13265                 error panel when a folder could not be created
13266                 (closes bug #471080 new folder name & already
13267                  existing file)
13268
13269 2001-10-26 [alfons]
13270
13271         * src/utils.h
13272                 change prototype of strstr2() that Christoph forgot about
13273
13274 2001-10-26 [christoph]  0.6.4claws10
13275
13276         * src/account.c
13277                 made search for accounts by email address not case
13278                 sensitive
13279         * src/folder.c
13280                 fixed memory leak in folder_item_get_identifier
13281         * src/gtkspell.c
13282         * src/utils.c
13283                 fixed wrong strstr2 (should work like strstr)
13284
13285 2001-10-26 [darko]      0.6.4claws9
13286
13287         * src/compose.c src/gtkstext.[ch]
13288         * src/gtkstext.c
13289                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
13290
13291 2001-10-26 [paul]       0.6.4claws8
13292
13293         * src/html.c
13294                 ignore css and javascript tags in html mail
13295                 case-insensitive, with or without double-quoted
13296                 strings
13297
13298 2001-10-26 [paul]       0.6.4claws7
13299
13300         * sync with sylpheed 0.6.4cvs1
13301                 see ChangeLog entry 2001-10-26
13302
13303         * src/prefs_account.c, src/prefs_common.c,
13304           src/prefs_summary_column.c
13305                 minor improvements to the English
13306
13307 2001-10-25 [alfons]     0.6.4claws6
13308
13309         * src/gtkstext.c
13310         
13311                 make GtkSText follow style of GtkText (closes bug 
13312                 #469211 "text selection while writing message")
13313                 
13314                 do sync with GTK 1.2.10
13315
13316 2001-10-25 [paul]       0.6.4claws5
13317
13318         * src/html.c
13319                 ignore css tags in html mail
13320
13321 2001-10-25 [darko]      0.6.4claws4
13322
13323         * src/compose.c
13324                 don't declare is_url_string as static function since
13325                 we need it in gtkstext.c
13326         * src/gtkstext.c
13327                 remove unused variable
13328                 don't wrap long URLs while composing a message
13329
13330 2001-10-24 [christoph]  0.6.4claws3
13331
13332         * src/socket.c
13333                 fix ssl deadlock, when peer closes connection
13334
13335 2001-10-24 [paul]       0.6.4claws2
13336
13337         * src/prefs_common.c
13338                 gettextize the gpg ascii-armored warning message
13339
13340         * src/compose.c
13341                 insert a DOS/MAC file into the composed message
13342                 (improvements)
13343
13344         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
13345
13346 2001-10-22 [paul]       0.6.4claws1
13347
13348         * sync with sylpheed 0.6.4 release
13349                 see ChangeLog entries 2001-10-21
13350
13351         * po/fr.po, po/pt_BR.po
13352                 updated by Melvin Hadasht and Fabio Junior Beneditto
13353
13354 2001-10-21 [paul]       0.6.3claws30
13355
13356         * src/compose.c
13357                 insert a DOS text file from the compose window
13358                 into the composed message text (removes CRs characters)
13359                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
13360
13361         * tools/filter_conv.pl, tools/README
13362                 automatically use ~/.sylpheed as working directory
13363                 print out confirmation message on completion
13364
13365         * correct Hoa's last ChangeLog.claws entry
13366
13367 2001-10-20 [hoa]        0.6.3claws29
13368
13369         * src/grouplistdialog.c
13370                 bugfix (another ?) to give the right
13371                 newsgroups list for each news server.
13372
13373         * src/news.c
13374         * src/news.h
13375                 improve the newsgroups list cache
13376
13377 2001-10-20 [paul]       0.6.3claws28
13378
13379         * sync with sylpheed 0.6.3cvs9
13380                 see ChangeLog entry 2001-10-19
13381
13382         * correct Alfons' last ChangeLog.claws entry
13383
13384 2001-10-19 [alfons]
13385
13386         * src/pgptext.[ch]
13387                 fix compilation problems (part of bug #472895)
13388
13389 2001-10-18 [hoa]        0.6.3claws27
13390
13391         * src/grouplistdialog.c
13392                 bugfix when we refresh was clicked (bug 472701)
13393
13394 2001-10-19 [christoph]  0.6.3claws26
13395
13396         * src/compose.c
13397                 last header entry should default to "To:" or
13398                 "Newsgroups:" and not copy the last entry line
13399                 in a new compose window
13400                 (closes bug #472686, #470792)
13401
13402 2001-10-19 [paul]       0.6.3claws25
13403
13404         * sync with Sylpheed 0.6.3cvs8
13405                 see ChangeLog entries 2001-10-18 and 2001-10-19
13406
13407 2001-10-18 [christoph]  0.6.3claws24
13408
13409         * src/procmsg.c
13410                 reimplement ignore thread
13411         
13412 2001-10-18 [hoa]        0.6.3claws23
13413
13414         * src/folderview.c
13415         * src/grouplistdialog.[ch]
13416                 enhanced news subscription interface (feature 469113)
13417
13418         * src/news.c
13419         * src/news.h
13420                 enchanced newsgroup listing,
13421                 now, we can get groups informations
13422                 (NNTPGroupInfo)
13423
13424 2001-10-18 [paul]       0.6.3claws22
13425
13426         * src/summaryview.c
13427                 remove comment (sync with main branch)
13428         * src/mainwindow.c
13429                 fix 'Re-edit' bug in 'Message' menu
13430
13431 2001-10-17 [christoph]  0.6.3claws21
13432
13433         * src/compose.c
13434                 ignore empty or whitespace only header lines
13435
13436 2001-10-17 [paul]       0.6.3claws20
13437
13438         * sync with sylpheed 0.6.3cvs7
13439                 see ChangeLog entries 2001-10-14, 2001-10-16, and
13440                 2001-10-17
13441
13442 2001-10-17 [darko]
13443
13444         * src/compose.c
13445                 wrap long lines without spaces
13446                 don't wrap URLs
13447
13448 2001-10-16 [paul]
13449
13450         * po/es.po, po/nl.po, po/pt_BR.po
13451                 updated by Ricardo Mones Lastra, Alfons,
13452                 and Fabio Junior Beneditto
13453
13454         * sylpheed-0.6.3claws released
13455
13456 2001-10-15 [melvin] 0.6.3claws18
13457
13458         * README.claws
13459                 added summary and detailed installation instructions
13460                 for spell checker
13461         * po/fr.po
13462                 Updated, corrected and completed french translation
13463
13464 2001-10-15 [hoa] 0.6.3claws17
13465         * src/grouplistdialog.c
13466                 we can choose the newsgroups to display with wildcards
13467
13468 2001-10-15 [christoph]  0.6.3claws16
13469
13470         * src/account.c
13471         * src/compose.c
13472         * src/prefs_folder_item.[ch]
13473                 applied wwp <subscript@free.fr>'s folder
13474                 default account patch
13475         * po/de.po
13476                 Fixed wrong translation
13477
13478 2001-10-13 [alfons, christoph, melvin]  
13479                         0.6.3claws15
13480
13481         solution #2 to solve MT-safety problems defers all GUI related calls
13482         to the main thread using a gtk_idle_add() callback. discussed on
13483         ircnet #sylpheed, with christoph spotting some issues with the
13484         original code, and melvin allowing us to lobotomize his sylpheed.
13485
13486         * src/syldap.[ch], src/main.c
13487                 fix race problem in ldap search thread by deferring GUI 
13488                 stuff to main thread using gtk_idle_add()
13489
13490 2001-10-13 [paul]       0.6.3claws14
13491
13492         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
13493                 add Sergey's smtpcred.patch
13494                 adds separate username/password setting for SMTP Auth
13495                 needed by some servers
13496                 (closes feature request #471659)
13497
13498 2001-10-13 [paul]       0.6.3claws13
13499
13500         * src/pgptext.[ch] **NEW FILES**
13501         * src/Makefile.am, src/messageview.c, src/mimeview.c
13502                 decrypt ascii-armored gpg text embedded in
13503                 the message body.
13504                 Submitted by Jens Jahnke <jan0sch@gmx.net>
13505
13506 2001-10-13 [christoph]  0.6.3claws12
13507
13508         * README.claws
13509                 some more details on default to and
13510                 feature requests
13511         * src/main.c
13512                 init glib threading when ldap is used
13513         * src/syldap.c
13514                 threading fixes
13515         * po/de.po
13516                 fixed a typo
13517
13518 2001-10-12 [paul]       0.6.3claws11
13519
13520         * src/prefs_common.[ch], src/rfc2015.c
13521                 enable ascii-armored gpg text to be embedded in the
13522                 message body, selectable through the 'Privacy'
13523                 preferences. Supports encrypting only.
13524                 Submitted by Ravemax <ravemax@dextrose.com>
13525
13526 2001-10-12 [paul]       0.6.3claws10
13527
13528         * sync with sylpheed 0.6.3cvs6
13529                 see ChangeLog entries 2001-10-11 and 2001-11-12
13530
13531         * src/folderview.c
13532                 incorporated mbox folders, scoring, and folder
13533                 properties into the sync
13534
13535 2001-10-12 [darko]      0.6.3claws9
13536
13537         * README.claws
13538                 describe quotation wrapping
13539         * src/compose.c
13540                 don't treat tab as space to calculate line length properly
13541
13542 2001-10-11 [alfons]
13543
13544         * README.claws
13545                 correct description of how to make new filtering system work,
13546                 add some other things
13547                 
13548         * src/syldap.c
13549                 remove sched_yield() (not necessary / unportable)
13550
13551 2001-10-11 [paul]       0.6.3claws8
13552
13553         * sync with sylpheed 0.6.3cvs3
13554                 see ChangeLog entry 2001-10-10
13555
13556 2001-10-10 [christoph]  0.6.3claws7
13557
13558         * .cvsignore
13559                 ignore 2 files created by newer autotools
13560         * src/prefs_folder_item.c
13561                 using table for widget alignment
13562                 fixed memory leak and broken octal display
13563         * src/filesel.c
13564                 fixed segfault caused by lost filename
13565                 workaround (closes bug #469551)
13566
13567 2001-10-10 [paul]       0.6.3claws6
13568
13569         * sync with sylpheed 0.6.3cvs2
13570                 see ChangeLog entries 2001-10-09 and 2001-10-10
13571
13572 2001-10-10 [darko]      0.6.3.claws5
13573
13574         * src/gtkstext.c
13575                 proper calculation of right margin if smart wrapping is enabled
13576         * src/compose.c
13577                 automatically wrap long lines if wrap quotation is enabled
13578
13579 2001-10-09 [alfons]     0.6.3.claws4
13580
13581         * src/summaryview.c
13582                 select correct row when deleting last row in the summary view (and
13583                 close bug "[ #469104 ] select second last in list when deleting")
13584
13585 2001-10-09 [paul]       0.6.3claws3
13586
13587         * sync with sylpheed 0.6.3cvs1
13588                 updated some autotool scripts
13589
13590 2001-10-09 [darko]      0.6.3claws2
13591
13592         * src/gtkstext.[ch]
13593                 new name and mark with Sylpheed comment
13594         * src/compose.c
13595                 smart quotation wrapping a-la VIM
13596
13597 2001-10-08 [paul]       0.6.3claws1
13598
13599         * sync with sylpheed 0.6.3 release
13600                 see ChangeLog entry 2001-10-08
13601
13602 2001-10-08 [paul]       0.6.2claws24
13603
13604         * src/summaryview.c
13605                 more sync with sylpheed 0.6.2cvs12
13606                 Fixed the bug that didn't select the last row correctly
13607
13608
13609 2001-10-07 [paul]       0.6.2claws23
13610
13611         * sync with sylpheed 0.6.2cvs12
13612                 see ChangeLog entry 2001-10-07
13613
13614 2001-10-06 [match]
13615         * src/jpilot.[ch]
13616                 enable jpilot to read unsynch'ed addresses.
13617
13618         * src/editldap_basedn.c
13619                 fix segfault when opening dialog.
13620
13621 2001-10-06 [alfons]     0.6.2.claws22
13622
13623         * src/summaryview.c
13624                 fix bug with summary view selecting last *inserted*
13625                 node instead of last *visible* node. remember we
13626                 work with a tree
13627
13628 2001-10-06 [paul]       0.6.2claws21
13629
13630         * po/pt_BR.po
13631                 updated translation, contains some fixes and new
13632                 translations, submitted by Gustavo Noronha Silva
13633                 <kov@debian.org>
13634
13635         * src/prefs_common.c
13636                 change 'each' to 'every' - fix dubious English
13637
13638         * sync with sylpheed 0.6.2cvs11
13639
13640 2001-10-05 [alfons]     0.6.2claws20
13641
13642         * src/mainwindow.[ch], src/folderview.c
13643                 make composite tool button switch between "Compose News"
13644                 and "Compose Mail" depending on selected folder
13645                 (nifty idea by Kim Schulz <kim@schulz.dk>)
13646
13647 2001-10-05 [paul]       0.6.2claws19
13648
13649         * src/mainwindow.c, src/summaryview.c
13650                 fix 'Message/Reply to all', broken in last commit
13651
13652         * src/compose.c
13653                 fix X_BEENTHERE seg fault, thanks to Alfons
13654
13655 2001-10-04 [paul]       0.6.2claws18
13656
13657         * src/compose.[ch], src/mainwindow.c
13658                 make "Message/Reply" reply to mailing lists; matches
13659                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
13660                 based on portions of the patch submitted by
13661                 Junichi Uekawa <dancer@netfort.gr.jp>
13662
13663 2001-10-04 [darko]      0.6.2claws17
13664
13665         * src/compose.c
13666                 better smart wrapping
13667         * src/gtkstext.[hc]
13668                 a function to make text buffer contiguous
13669
13670 2001-10-03 [paul]       0.6.2claws16
13671
13672         * sync with sylpheed 0.6.2cvs10
13673
13674 2001-10-02 [alfons]
13675
13676         * configure.in
13677         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
13678                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
13679                 references to chinese translations (hope someone picks up
13680                 this)
13681
13682 2001-10-02 [christoph]  0.6.2claws15
13683
13684         * src/compose.c
13685                 fixed non translated header bug
13686         * ChangeLog.claws
13687                 fixed wrong date in alfons last entry ;)
13688
13689 2001-10-02 [alfons]     0.6.2claws14
13690
13691         * src/compose.c, src/prefs_common.[ch]
13692                 add block cursor option
13693
13694 2001-10-02 [paul]       0.6.2claws13
13695
13696         * sync with sylpheed 0.6.2cvs9
13697
13698 2001-09-30 [paul]       0.6.2claws12
13699
13700         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
13701                 updated translations
13702
13703         * po/POTFILES.in
13704                 add 'src/importldif.c'
13705
13706         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
13707                 added eudora-to-vCard conversion tool
13708                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
13709
13710         * sync with sylpheed 0.6.2cvs8
13711
13712 2001-09-30 [paul]
13713
13714         * sylpheed-0.6.2claws released
13715
13716 2001-09-27 [melvin]     0.6.2claws11
13717
13718         * src/gtkspell.c
13719                 fixed crash when using default path (introduced 
13720                 in 0.6.2claws10)
13721                 fixed tiny bug for initial suggestion mode
13722
13723 2001-09-27 [melvin]     0.6.2claws10
13724         
13725         * src/gtkspell.c
13726                 fixed bug where gtkpspell didn't set the path correctly
13727
13728         * README.claws
13729                 added a paragraph about spell checking
13730                 
13731
13732
13733 2001-09-27 [paul]       0.6.2claws9
13734
13735         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
13736                 replace '// comments' with '/* comments */' to prevent
13737                 some compiler warnings 
13738
13739         * sync with sylpheed 0.6.2cvs6
13740
13741 2001-09-26 [alfons]     0.6.2claws8
13742
13743         * src/messageview.c
13744                 introduce return receipt request notification again,
13745                 which was lost because of other semantics in 
13746                 procheader_parse() (???)
13747
13748 2001-09-26 [christoph]  0.6.2claws7
13749
13750         * src/compose.c
13751                 replace comments for old code with #if 0
13752                 readded auto cc, bcc and reply-to
13753         * src/prefs_matcher.c
13754         * src/prefs_scoring.c
13755                 removed some definition (was moved to
13756                 prefs.h)
13757
13758 2001-09-26 [paul]       0.6.2claws6
13759
13760         * src/mainwindow.c
13761                 make 'Follow-up and reply to' sensitive
13762
13763         * more sync with sylpheed 0.6.2cvs5
13764
13765 2001-09-25 [melvin]
13766
13767         * 0.6.2claws5
13768
13769         * src/gtkspell.c
13770                 fixed bug for "US-ASCII" introduced by the encoding code
13771
13772 2001-09-25 [paul]
13773
13774         * 0.6.2claws4
13775
13776         * src/prefs_common.[ch], src/summaryview.c
13777                 'next unread msg' 'go to next folder?' dialog can be
13778                 given default behaviour, either always show dialog,
13779                 or assume 'yes', or assume 'no'
13780                 Submitted by wwp <subscript@free.fr>
13781
13782 2001-09-25 [melvin]
13783                 
13784         * src/compose.c src/gtkspell.[ch]
13785                 added support for different encodings
13786
13787 2001-09-25 [paul]
13788
13789         * more sync with sylpheed 0.6.2cvs5
13790
13791 2001-09-24 [alfons]
13792         
13793         * src/prefs_folder_item.c
13794                 add check for item->prefs->default_to string is NULL and
13795                 add another check when freeing this string
13796
13797 2001-09-24 [paul]
13798
13799         * configure.in
13800                 change to version 0.6.2claws3
13801
13802         * sync with sylpheed 0.6.2cvs5 
13803
13804 2001-09-24 [match]
13805         * src/ldif.[ch], src/importldif.[ch], addressbook.c
13806                 import LDIF files.
13807         * src/addrcache.[ch], addrindex.[ch]
13808                 small update for future
13809         * src/addrbook.c
13810                 fix test XML file.
13811
13812 2001-09-24 [melvin]
13813         * src/gtkspell.[ch]
13814                 added 'Learn from mistakes' option
13815                 better handling of quotes in checked words
13816                 sorted dict list
13817         * po/fr.po
13818                 small update for spell checking stuff
13819
13820 2001-09-23 [alfons]
13821         
13822         * src/gtkspell.c
13823                 edit a little bit so it complies more with main coding style
13824
13825 2001-09-23 [alfons]
13826
13827         * src/folder.[ch], prefs_folder_item.c, compose.c
13828                 migrate "request return receipt" folder property
13829                 to folderlist.xml
13830
13831 2001-09-22 [alfons]
13832
13833         * README.claws **NEW**
13834                 (add things of interest for users of main branch 
13835                 and claws here)
13836
13837         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
13838                 re-implement threading per folder option, but store 
13839                 the setting in folderlist.xml (where it belongs)
13840
13841 2001-09-21 [melvin]
13842
13843         * src/gtkspell.[ch]
13844                 fixed bug when compose window is under another window
13845         * src/prefs_common.[ch] src/compose.c
13846                 changed 'dictionary_path' to 'dictionary' to be consistent
13847                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
13848         * ac/pspell.m4 src/Makefile.am 
13849                 dropped PSPELL_PATH macro
13850         * po/fr.po
13851                 updated translations
13852
13853 2001-09-21 [christoph]
13854
13855         * src/compose.c
13856                 added border around header fields
13857                 keep header type when new field is added
13858
13859 2001-09-20 [christoph]
13860
13861         * src/utils.[ch]
13862                 more portable debug_print with source filename
13863                 and linenumber
13864         * src/procmsg.c
13865                 more newlines after debug messages
13866
13867 2001-09-20 [paul]
13868
13869         * configure.in
13870                 change to version 0.6.2claws2
13871
13872         * sync with sylpheed 0.6.2cvs3
13873
13874 2001-09-19 [melvin]
13875
13876         * src/gtkspell.c
13877                 fixed the post-right-click focus pb
13878                 fixed crash when 'Spell check all' after dict change 
13879                         and when cursor is at the end of the text
13880                 shift-right-click pops up config menu even on misspelled words.
13881         * po/POTFILES.in
13882                 added gtkspell.c
13883
13884 2001-09-19 [melvin]
13885
13886         * src/about.c
13887                 added pspell to compiled-in features list
13888
13889 2001-09-18 [melvin]
13890
13891         * switched to pspell and dropped ispell
13892         * ac/pspell.m4
13893                 new file. autoconf macro for pspell
13894         * ac/Makefile.am 
13895         * configure.in acconfig.h
13896                 added pspell support
13897         * src/Makefile.am
13898         * src/main.c src/compose.[ch] src/gtkspell.[ch]
13899         * src/prefs_common.[ch] 
13900                 added pspell support
13901
13902 2001-09-18 [christoph]
13903
13904         * src/addr_compl.c
13905         * src/template.[ch]
13906                 replace LOG_MESSAGE with debug_print
13907         * src/compose.[ch]
13908                 gui improvements
13909         * src/menu.c
13910                 added newline after debug message
13911         * src/utils.h
13912                 using __VA_ARGS__ for debug_print macro
13913         * tools/.cvsignore
13914                 ignore Makefile and Makefile.in
13915
13916 2001-09-18 [paul]
13917
13918         * configure.in
13919                 change to version 0.6.2claws1
13920         * sync with sylpheed 0.6.2cvs1
13921
13922         * src/matcher.c 
13923         * src/prefs_matcher.c
13924                 add 'score equal to' option, submitted by
13925                 Paul Evans <nerd@freeuk.com>
13926
13927 2001-09-15 [christoph]
13928
13929         * src/mainwindow.c
13930                 comment out menu entry not existing in claws
13931         * src/menu.c
13932                 add debug output for non existing menu entries
13933         * src/summaryview.c
13934                 fix next/prev unread message for ignored threads
13935         * src/utils.[ch]
13936                 add sourcefile and line number to debug output
13937                 otherwise it is sometimes hard to find the
13938                 source code part if debug messages are translated
13939
13940 2001-09-14 [darko]
13941         
13942         * src/folderview.c
13943                 refresh target folder style after colour is changed
13944
13945 2001-09-13 [paul]
13946
13947         * configure.in
13948                 change to version 0.6.1claws3
13949
13950         * sync with sylpheed 0.6.1cvs6
13951
13952 2001-09-13 [darko]
13953         
13954         * src/folderview.c
13955                 fix target folder colourization to use user selected colour
13956
13957 2001-09-12 [darko]
13958         
13959         * src/summaryview.c
13960                 fix crash when message that is marked for copy/move is unmarked
13961
13962 2001-09-09 [paul]
13963
13964         * configure.in
13965                 change to version 0.6.1claws2
13966
13967         * sync with sylpheed 0.6.1cvs3
13968
13969 2001-09-09 [alfons]
13970         
13971         * src/folderview.c
13972                 fix bug with default font used for trash folder text
13973
13974 2001-09-06 [paul]
13975
13976         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13977                 updated translations
13978
13979         * configure.in
13980                 change to version 0.6.1claws1
13981
13982         * sync with sylpheed 0.6.1cvs2
13983
13984 2001-09-03 [paul]
13985
13986         * po/POTFILES.in
13987                 add Match's new addressbook
13988
13989         * po/de.po
13990                 updated translation submitted by Jens Oberender
13991
13992 2001-09-02 [paul]
13993
13994         * configure.in
13995                 change to 0.6.1claws
13996         * sync with sylpheed 0.6.1 release
13997
13998 2001-09-02 [paul]
13999
14000         * configure.in
14001                 change to 0.6.0claws2
14002
14003         * sync with sylpheed 0.6.0cvs4
14004
14005         * po/pt_BR.po
14006                 updated translation submitted by Fabio Junior Beneditto
14007
14008 2001-09-01 [match]
14009         * pixmaps/
14010                 interface.xpm
14011                 book.xpm
14012                 address.xpm
14013         * src/
14014                 Makefile.am
14015                 a ton of new files
14016
14017 2001-08-31 [paul]
14018
14019         * configure.in
14020                 change to version 0.6.0claws1
14021
14022         * sync with sylpheed 0.6.0cvs1
14023
14024         * po/es.po
14025                 updated translation submitted by Ricardo Mones Lastra
14026
14027         * po/POTFILES.in
14028                 add 'src/prefs_templates.c'
14029
14030         * src/compose.c, src/summaryview.c
14031                 fix segfault on 'Re_edit'               
14032
14033 2001-08-30 [alfons]
14034
14035         * configure.in, Makefile.am
14036         * tools/Makefile.am
14037                 add tools directory to source distribution
14038
14039 2001-08-30 [paul]
14040
14041         * configure.in
14042                 change to version 0.6.0claws
14043
14044         * sync with sylpheed 0.6.0 release
14045
14046 2001-08-30 [christoph]
14047
14048         * configure.in
14049                 removed autoconf version check
14050
14051 2001-08-30 [paul]
14052
14053         * src/account.c, src/compose.c, src/prefs_common.[ch]
14054         * src/procheader.[ch] src/utils.[ch]
14055                 Enhanced automatic account selection on replies
14056                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14057
14058         * configure.in
14059                 add LDAP and JPilot to the configuration results output.
14060
14061 2001-08-29 [christoph]
14062
14063         * src/summeryview.c
14064                 no bold font for ignored threads
14065
14066 2001-08-29 [paul]
14067
14068         * configure.in
14069                 change to version 0.5.3claws6
14070
14071         * sync with sylpheed 0.5.3cvs10
14072                 src/stringtable.[ch]: New Files
14073
14074         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14075         * src/pixmaps/sylpheed.xpm
14076                 add mini-icons to windows (by Alfons)
14077
14078 2001-08-27 [paul]
14079
14080         * src/mainwindow.c
14081                 new functions: next_labeled_cb(), prev_labeled_cb()
14082
14083         * src/summaryview.c
14084                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14085                 summary_select_next_labeled(), summary_select_prev_labeled()
14086
14087         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14088                 give claws blue folders and a blue trash can
14089
14090 2001-08-27 [paul]
14091
14092         * configure.in
14093                 change to version 0.5.3claws5
14094
14095         * sync with sylpheed 0.5.3cvs9
14096                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14097
14098 2001-08-24 [christoph]
14099
14100         * src/filesel.c
14101                 keep filename when browsing directories
14102                 (not working for user entered filename, but
14103                  for default name and selected filename from
14104                  file list)
14105         * src/mainwindow.c
14106                 fixed wrong spelling "Folllow-up"
14107         * src/mbox_folder.c
14108         * src/procmsg.c
14109         * src/summaryview.c
14110                 fixed new/unread message count with ignored
14111                 threads (2 commits, first didn't notice no
14112                 longer needed decreasing)
14113         * src/inc.c
14114                 readded scrolling of progress dialog
14115                 (lost in sync)
14116
14117 2001-08-24 [paul]
14118
14119         * configure.in
14120                 change to 0.5.3claws4
14121
14122         * sync with sylpheed 0.5.3cvs7
14123
14124 2001-08-24 [christoph]
14125
14126         * src/compose.c
14127                 set request return receipt when replying
14128                 if it is set is the folder prefs of the
14129                 message
14130         * src/inc.c
14131                 disable final error popup if popups are
14132                 disabled in config (again)
14133
14134 2001-08-23 [paul]
14135
14136         * configure.in
14137                 Change version number to 0.5.3claws3
14138
14139         * sync with sylpheed 0.5.3cvs5
14140
14141         * src/mimeview.c
14142                 double quote '%s' in 'gedit %s' to fix bug when
14143                 opening attachment with spaces in the name
14144
14145 2001-08-22 [alte]
14146         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14147           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14148                 initial message templates support
14149
14150
14151 2001-08-22 [paul]
14152
14153         * configure.in
14154                 change version number to 0.5.3claws2
14155
14156         * sync with sylpheed 0.5.3cvs4
14157
14158         * src/procmsg.h src/summaryview.c
14159                 re-implement (un)ignore thread
14160
14161 2001-08-21 [paul]
14162
14163         * src/summaryview.c
14164                 remove unnecessary code
14165         * src/compose.c
14166                 enable 'dynamic' signatures (submitted by
14167                 Eric Limpens <eric@hscg-internet.nl>)
14168
14169 2001-08-21 [paul]
14170
14171         clean up after sync with sylpheed 0.5.3 release
14172
14173         * src/folderview.c
14174                 fix re-introduced font mess, see Christoph's
14175                 entry 2001-06-24
14176
14177         * src/summaryview.c
14178                 remove prev_msgnum
14179                 use sylpheed's small font instead of
14180                 gtk default font for summary view
14181
14182
14183 2001-08-17 [paul]
14184
14185         * configure.in
14186                 add pl to ALL_LINGUAS - sync with main branch
14187
14188         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14189                 Updated. Translations by Jens Oberender, Ricardo Mones
14190                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14191
14192         * po/pl.po  ** NEW FILE **
14193                 sync with the main branch
14194
14195         * src/folderview.c
14196                 fix target folder colorizing and refresh problem
14197
14198
14199 2001-08-17 [christoph]
14200
14201         * src/mainwindow.c
14202                 claws uses 4 colors for target folder coloring.
14203                 arrays were not long enough and destroyed the
14204                 stack causing a segfault.
14205                 target folder colorizing does not work anymore
14206                 for me
14207
14208 2001-08-16 [paul]
14209
14210         * configure.in
14211                 change to version 0.5.3claws1
14212
14213         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
14214           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
14215           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
14216
14217                 sync with sylpheed 0.5.3 release, but keep claws method of
14218                 configuring/saving fonts
14219
14220         * src/addressbook.[ch]
14221                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
14222                 in line with a similar change in Hiroyuki's branch
14223
14224         * src/mainwindow.[ch]
14225                 disable main_window_set_thread_option()
14226         * src/prefs_folder_item.c
14227                 comment out &tmps_prefs.enable_thread,
14228         * src/mbox_folder.c, src/procmsg.[ch]
14229                 comment out MSG_IS_IGNORE_THREAD
14230         * src/summaryview.c
14231                 comment out summary_ignore_thread() and summary_unignore_thread()
14232                 comment out MSG_IS_IGNORE_THREAD
14233
14234                 use Hiroyuki's threading instead.
14235
14236
14237
14238 2001-08-15 [paul]
14239
14240         * src/account.c
14241                 use Hiroyuki's 0.5.3 column scheme but also
14242                 include the enable/disable button.
14243         * src/pixmaps/mark.xpm
14244                 add Hiroyuki's amended pixmap
14245
14246 2001-08-13 [christoph]
14247
14248         * src/account.c
14249                 receive at get all column showed wrong state for APOP
14250                 button should only work for POP3 and APOP accounts
14251         * src/prefs_account.c
14252                 added missing preprocessor statement for SSL
14253
14254 2001-08-12 [paul]
14255
14256         * src/account.[ch]
14257                 add 'receive at get all' column and enable/disable
14258                 button.
14259
14260 2001-08-06 [christoph]
14261
14262         * src/account.c
14263                 show usage of SSL in protocol column
14264
14265         * src/imap.c
14266         * src/inc.c
14267                 renamed ssl options
14268
14269         * src/prefs_account.[ch]
14270                 moved ssl options to a new page
14271
14272         * src/send.c
14273         * src/smtp.c
14274         * src/ssl.[ch]
14275                 renamed ssl options
14276                 added support for SMTP STARTTLS command
14277
14278 2001-08-05 [christoph]
14279
14280         * configure.in
14281                 debian autoconf needs version check to find
14282                 correct autoconf version. if the file is
14283                 named configure.in 2.13 is used, which does
14284                 not work with this configure.in script.
14285                 other solution would be to rename the script
14286                 to configure.ac as suggested in the autoconf
14287                 manual.
14288
14289         * src/inc.c
14290                 disable final error popup if popups are
14291                 diabled in config
14292
14293         * src/socket.c
14294                 bugfix in ssl_gets
14295                 fixes IMAP over SSL problem
14296
14297 2001-08-03 [paul]
14298
14299         * configure.in
14300                 change to 0.5.2claws1
14301
14302         * sync with sylpheed 0.5.2cvs1
14303
14304 2001-08-02 [alfons]
14305
14306         * configure.in
14307                 quick fix for ispell detection...
14308
14309 2001-08-01 [paul]
14310
14311         * configure.in
14312                 change to 0.5.1claws4
14313
14314         * sync with sylpheed 0.5.1cvs7
14315
14316 2001-07-31 [alfons]
14317
14318         * src/prefs_common.c, src/prefs_common.h, 
14319           src/gtkspell.c, src/gtkspell.h
14320                 add global spelling checker settings (compose tab) +
14321                 selection of dictionary 
14322           
14323         * configure.in  
14324                 guess valid ispell location
14325
14326 2001-07-31 [paul]
14327
14328         * po/POTFILES.in
14329                 removal of 'src/quote_fmt_parse.c'
14330         * po/de.po
14331                 Updated de.po
14332                 (submitted by Jens Oberender <didge@suse.de>)
14333
14334 2001-07-31 [darko]
14335
14336         * src/folder.[ch]
14337         * src/folderview.[ch]
14338         * src/mainwindow.c
14339         * src/mh.c
14340         * src/prefs_common.[ch]
14341         * src/summaryview.c
14342                 target folder colourization
14343
14344 2001-07-30 [paul]
14345
14346         more sync with Sylpheed 0.5.1cvs6 
14347
14348 2001-07-30 [darko]
14349
14350         * src/mh.c
14351         * src/prefs_folder_item.[hc]
14352         * src/summaryview.c
14353                 shared folders support with a GUI
14354
14355 2001-07-29 [paul]
14356
14357         0.5.1claws3
14358
14359         * sync with Sylpheed 0.5.1cvs6
14360
14361 2001-07-29 [paul]
14362
14363         * po/pt_BR.po
14364                 updated
14365                 (submitted by Fabio Junior Beneditto)
14366
14367 2001-07-28 [paul]
14368
14369         * src/procmime.c
14370         * AUTHORS
14371                 patch to correct bad image mime headers
14372                 (submitted by Don Quijote <dq@searchlores.org>)
14373
14374 2001-07-28 [paul]
14375
14376         * tools/gif2xface.pl   **NEW FILE**
14377         * tools/README
14378                 script to convert file.gif to file.xface for
14379                 use in a custom header.
14380                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
14381
14382 2001-07-27 [alfons]
14383         
14384         * configure.in
14385                 change macros for detecting JPilot and LDAP
14386
14387 2001-07-27 [christoph]
14388
14389         * src/filtering.c
14390                 code cleanup (MIN / MAX warning, needed casting)
14391
14392 2001-07-27 [alfons]
14393
14394         * procheader.c
14395                 disallow setting flags when detecting certain headers
14396                 (X-Status, Status, Seen, X-Seen). 
14397         
14398         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
14399
14400 2001-07-27 [christoph]
14401
14402         * src/prefs_filter.c
14403         * src/prefs_filtering.c
14404         * src/prefs_matcher.c
14405         * src/prefs_scoring.c
14406                 scroll list when moving rows up or down
14407
14408         * src/imap.c
14409         * src/imap.h
14410         * src/prefs_account.c
14411         * src/prefs_account.h
14412         * src/send.c
14413                 SMTP over SSL (untested, feedback requested)
14414                 IMAP over SSL
14415
14416         * src/ssl.c
14417                 code cleanup
14418
14419 2001-07-26 [alfons]
14420         
14421         * configure.in, acconfig.h
14422                 define CLAWS (need this for main / claws detection)
14423
14424 2001-07-25 [alfons]
14425
14426         * configure.in
14427                 Sylpheed 0.5.1claws2
14428                 
14429         * sync with Sylpheed 0.5.1cvs4
14430
14431 2001-07-25 [christoph]
14432
14433         * src/scoring.c
14434                 fixed segfault
14435                 item->prefs == NULL (don't know why)
14436
14437 2001-07-25 [alfons]
14438
14439         * configure.in
14440                 Sylpheed 0.5.1claws1
14441
14442         * sync with Sylpheed 0.5.1cvs1-3
14443
14444 2001-07-24 [christoph]
14445
14446         * src/folderview.c
14447         * src/prefs_folder_item.[ch]
14448                 added folderitem preferences dialog with
14449                 default To: and auto request return receipt
14450
14451         * src/compose.[ch]
14452         * src/menu.[ch]
14453                 changes to handle new folderitem preferences
14454
14455         * src/mainwindow.c
14456         * src/summaryview.c
14457                 call compose new mail with current folderitem
14458
14459 2001-07-24 [alfons]
14460
14461         Release Sylpheed 0.5.1claws
14462
14463         * configure.in
14464                 change to release version 0.5.1claws
14465
14466 2001-07-24 [christoph]
14467
14468         * src/summaryview.c
14469                 fixed segfault that happend when the selected
14470                 message was removed while retrieving new messages.
14471
14472         * po/es.po
14473                 updated translation
14474                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
14475
14476 2001-07-22 [alfons]
14477
14478         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
14479         this is a work in progress, for more information: http://nlpagan.net/sylman 
14480         
14481         * configure.in, src/mainwindow.c, manual/Makefile.am
14482                 add support for English manual
14483
14484         * AUTHORS
14485                 add authors of user manuals
14486
14487         * manual/en/sylpheed*.html
14488                 add English documentation
14489
14490 2001-07-22 [christoph]
14491
14492         * po/POTFILES.in
14493                 added src/ssl.c
14494         * src/ssl.c
14495                 changed a wrong debug message
14496
14497 2001-07-22 [alfons]
14498
14499         * po/nl.po
14500                 update Dutch translation
14501
14502         * src/prefs_filtering.c, 
14503           src/prefs_matcher.c
14504                 add more translatable strings           
14505
14506 2001-07-21 [alfons]
14507
14508         0.5.0claws7
14509
14510         * configure.in
14511                 change version
14512
14513         * src/inc.c, src/summaryview.[ch]
14514                 prevent update of mark file when filtering has done, by
14515                 using a variable; this affects two functions:
14516                         inc.c::inc_finished()
14517                         summaryview.c::summary_show()
14518
14519 2001-07-20 [alfons]
14520
14521         * src/filtering.[ch], src/prefs_filtering.c, 
14522           src/matcher.[ch]
14523                 add filtering action for label coloring 
14524
14525         * po/POTFILES.in
14526                 add labelcolors.c
14527
14528         * added src/labelcolors.c
14529         * added src/labelcolors.h
14530         * src/Makefile.am, src/summaryview.c
14531                 rearrange label coloring code
14532
14533         * src/procmsg.h
14534                 add more parentheses so label colouring works correctly
14535
14536         * src/filtering.c
14537                 don't really delete message, but move it to Trash
14538
14539         * src/prefs_matcher.c
14540                 add quote options to info dialog
14541
14542 2001-07-20 [christoph]
14543
14544         * src/Makefile.am
14545         * src/inc.c
14546         * src/main.[ch]
14547         * src/socket.h
14548         * src/ssl.[ch] (new)
14549                 moved ssl stuff to a seperate file
14550
14551 2001-07-20 [darko]
14552
14553         * src/summaryview.c
14554                 fix show sender using address book with no e-mail
14555                 address in From: field
14556
14557 2001-07-19 [alfons]
14558
14559         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
14560                 fix messy handling of escaping... now at least the
14561                 execute command is useful. escape char is '\', we
14562                 accept \n and \r too. 
14563
14564                 Real life example:
14565                 
14566                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
14567                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
14568
14569 2001-07-18 [alfons]
14570
14571         0.5.0claws6
14572
14573         * src/summaryview.c
14574                 clean up
14575
14576         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
14577           src/procmsg.[ch]
14578                 revise filtering; currently move, copy, marking have
14579                 been tested. if you like bleeding edge stuff, you
14580                 should definitely go for this version :)
14581
14582         * mark old working stuff as VERSION_0_5_0_CLAWS5        
14583
14584 2001-07-17 [christoph]
14585
14586         * src/utils.c
14587                 timestamp log
14588
14589 2001-07-17 [alfons]
14590
14591         0.5.0claws5
14592
14593         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
14594           bits in the mark file, without affecting either branch. Lots of
14595           files changed, also in claws branch.
14596
14597           UNTESTED: use of mbox folders
14598
14599         * src/summaryview.c
14600                 added mark all read; however this was a quick hack used for
14601                 cleaning up mess after initial merge with Hiroyuki
14602
14603         * configure.in
14604                 change claws version number back to 0.5.0claws5 to clear up 
14605                 confusion & pretension (recent release was technically 
14606                 0.5.0claws4, so we neatly align with Hiroyuki :-)
14607
14608 2001-07-16 [alfons]
14609
14610         sync with Hiroyuki's 0.5.0cvs4
14611
14612 2001-07-16 [alfons]
14613
14614         0.5.1claws3
14615
14616         * src/filtering.[ch]
14617                 remove invalid updating of mark files for 
14618                 filter actions MATCHING_ACTION_MOVE and 
14619                 MATCHING_ACTION_DELETE; this should fix the
14620                 folder update bug
14621                 
14622         * src/procmsg.c
14623                 revert Christoph's stab at fixing the folder 
14624                 update bug
14625
14626         * po/POTFILES.in
14627                 add missing files with translatable strings
14628
14629         * src/summaryview.c
14630                 remove debug print
14631
14632 2001-07-15 [alfons]
14633
14634         * src/addr_compl.[ch], src/prefs_filtering.c
14635                 make "filtering pref dialog's destination entry" an
14636                 "address completable entry", if filter destination is 
14637                 an email address
14638
14639         0.5.1claws2
14640         
14641         sync with Hiroyuki's 0.5.0cvs2-3
14642
14643 2001-07-15 [christoph]
14644
14645         * src/procmsg.c
14646                 fixed folder stats update after incorporation
14647
14648 2001-07-15 [alfons]
14649
14650         * src/summaryview.c
14651                 * finish label colouring stuff (for now)
14652                 * fix incorrect colour bug (off by one) 
14653
14654 2001-07-14 [alfons]
14655
14656         * src/mainwindow.c
14657                 change text labels for news and mail message so there's
14658                 plenty of toolbar estate left
14659
14660         * configure.in
14661                 0.5.1claws1
14662
14663         * src/folderview.c
14664           src/folder.[ch]
14665                 sync with Hiroyuki's 0.5.0cvs1
14666
14667         * src/summaryview.c
14668                 more rewrite label colouring
14669
14670 2001-07-14 [alfons]
14671
14672         * src/summaryview.[ch]
14673                 * start rewrite label colouring 
14674                 * fix proper location "Add Sender To Addressbook" menu item
14675
14676 2001-07-13
14677
14678         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14679         (actually this is 0.5.0claws4)
14680
14681 2001-07-13 [alfons]
14682
14683         * po/pt_BR.po
14684                 * fix duplicate message
14685                 * add updated Portugese / Brazilian translation
14686                   submitted by Fabio Junior Beneditto
14687
14688 2001-07-12 [alfons]
14689
14690         * AUTHORS
14691                 add Jens
14692
14693         * po/nl.po
14694                 add updated Dutch translation
14695
14696         * po/de.po
14697                 add updated German translation submitted by Jens
14698
14699 2001-07-11 [alfons]
14700
14701         Prerelease before 0.5.0claws. Please test.
14702         This version is temporarily tagged as VERSION_0_5_0_TEST
14703
14704         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
14705           src/prefs_scoring.c, src/prefs_matcher.c, 
14706           src/prefs_filtering.c, src/mbox.c, 
14707           src/main.c, src/inc.c, src/filtering.[ch]
14708                 revert new Hoa's new matcher (does not work yet)
14709
14710         * src/Makefile.am
14711                 clean up
14712
14713 2001-07-10
14714
14715         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14716
14717
14718 2001-07-10 [alfons]
14719
14720         * Makefile.am
14721                 add ChangeLog.claws to EXTRA_DIST
14722         * src/Makefile.am
14723                 add matcher_parser_parse.h to EXTRA_DIST
14724
14725 2001-07-10 [christoph]
14726
14727         * src/inc.c
14728                 add destination folder to table of
14729                 folders that need to be updated after
14730                 incorporation
14731
14732 2001-07-10 [alfons]
14733
14734         * folder.[ch]
14735           folderview.c
14736                 make collapse state of folders and folder items persistent, i.e.
14737                 if you collapse a folder tree, the next time sylpheed-claws starts 
14738                 up the folder tree remains collapsed.  
14739                 
14740 2001-07-10 [christoph]
14741
14742         * acconfig.h
14743         * configure.in
14744                 added --enable-ssl
14745         * src/md5.[ch]
14746                 renamed MD5_CTX to MD5_CTX_syl
14747                 conflicts with a struct in openssl
14748         * src/inc.c
14749         * src/main.[ch]
14750         * src/prefs_account.[ch]
14751         * src/socket.[ch]
14752                 SSL support for POP
14753         * src/mainwindow.c
14754                 fixed compose with current account
14755                 broken by new compose button stuff
14756
14757 2001-07-09 [hoa]
14758
14759         * AUTHORS
14760                 changed my email address
14761
14762         * src/matcher_parser_parse.y
14763                 clean the parser to remove conflicts
14764
14765 2001-07-09 [alfons]
14766
14767         * AUTHORS
14768                 add Match Grun
14769
14770         * configure.in
14771                 fix incorrect description of --enable-ldap parameter
14772
14773         * src/prefs_common.[ch]
14774           src/compose.c
14775                 add experimental option "smart wrapping" which makes the
14776                 compose editor auto wrap.
14777                 
14778                 | TODO: the problem with the buggy cursor handling is caused |
14779                 | by the GtkText. when deleting / backspacing text its       |
14780                 | wrapping algorithm does not take in account the previous   |
14781                 | line. should find a way to hack this in.                   |
14782                 | or should perhaps combine this with the word wrapping      |
14783                 | patch i wrote in january.                                  |
14784
14785         * src/about.c
14786                 show build parameters for LDAP and JPilot
14787
14788         * src/summaryview.c
14789                 revert Christoph's bugfix for selecting next unread message, 
14790                 because folder stats aren't updated correctly
14791
14792 2001-07-08 [hoa]
14793
14794         * src/filtering.c
14795         * src/mainwindow.c
14796         * src/matcher.c
14797         * src/matcher_parser_lex.l
14798         * src/matcher_parser_parse.y
14799         * src/prefs_filtering.c
14800         * src/prefs_scoring.c
14801         * src/scoring.c
14802                 bugfix of the config file parser
14803
14804 2001-07-08 [alfons]
14805
14806         * src/Makefile.am
14807                 added generated matcher sources to BUILT_SOURCES
14808
14809 2001-07-08 [hoa]
14810
14811         * src/Makefile.am
14812         * src/.cvsignore
14813                 added new config file parser
14814
14815         * src/scoring.[ch]
14816         * src/filtering.[ch]
14817         * src/matcher.[ch]
14818         * src/prefs_filtering.c
14819         * src/prefs_matcher.c
14820         * src/prefs_scoring.c
14821         * added src/matcher_parser.h
14822         * added src/matcher_parser_lex.h
14823         * added src/matcher_parser_lex.l
14824         * added src/matcher_parser_parse.y
14825                 lex & yacc config file parser
14826
14827         * src/mbox.c
14828         * src/inc.c
14829         * src/main.c
14830                 changes prefs_filtering into global_filtering           
14831
14832         * src/summaryview.c
14833                 build threads with subjects only if "Re: " is at the
14834                 beginning of the subject
14835
14836 2001-07-07 [paul]
14837
14838         0.5.0claws
14839
14840         sync with sylpheed 0.5.0
14841                 change of version number only
14842
14843 2001-07-06 [paul]
14844
14845         0.5.0claws5
14846
14847         sync with sylpheed 0.5.0pre5
14848
14849 2001-07-05 [paul]
14850
14851         sync with sylpheed 0.5.0pre4 release
14852                 /po and /manual/ja not sync'ed
14853
14854 2001-07-04 [paul]
14855
14856         more sync with sylpheed 0.5.0pre4
14857
14858 2001-07-03 [christoph]
14859
14860         * src/addressbook.c
14861                 fixed address book broken by address book
14862                 for VCard, JPilot, LDAP
14863
14864 2001-07-03 [alfons]
14865
14866         * src/matcher.c
14867         * src/textview.c
14868                 stopped memory leaks
14869
14870 2001-07-03 [paul]
14871
14872         more sync with sylpheed 0.5.0pre4
14873
14874 2001-07-02 [match]
14875
14876         * included address book patch for VCard, JPilot, LDAP
14877         * pref_common.c - fixed Font options on Display tab (cosmetic)
14878         * alertpanel.c - fixed truncated message
14879
14880 2001-07-02 [christoph]
14881
14882         * src/mbox_folder.c
14883         * src/procmsg.[ch]
14884         * src/summaryview.c
14885                 mark threads for ignoring
14886
14887 2001-07-02 [paul]
14888
14889         0.5.0claws4
14890
14891         * sync with sylpheed 0.5.0pre4
14892                 updated gettext to 0.10.38.
14893
14894 2001-07-01 [paul]
14895
14896         * src/ mainwindow.c
14897         * src/procmsg.h
14898         * src/summaryview.[ch]
14899                 new right-click option: Label.
14900                 substitute for 'Mark-->Mark/Unmark', colours the line.
14901                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
14902
14903 2001-07-01 [christoph]
14904
14905         * src/folderview.c
14906                 fixed font for trash
14907         * src/summaryview.c
14908                 move ctree to unread message
14909
14910 2001-07-01 [paul]
14911
14912         * sync with sylpheed 0.5.0pre3 release
14913
14914 2001-06-30 [alfons]
14915
14916         * src/filesel.[ch]
14917         * src/compose.c
14918                 allow inserting / attaching multiple files in
14919                 the composer window
14920
14921 2001-06-30 [paul]
14922
14923         * src/codeconv.c
14924                 small change to Alfons' previous stuff so that it
14925                 actually makes
14926
14927 2001-06-30 [alfons]
14928
14929         * lots of files changed; first attempt to merge the changes
14930           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
14931
14932 2001-06-30 [paul]
14933
14934         * po/pt_BR.po
14935                 updated and completed, translations by Fabio
14936                 Junior Beneditto <fjbeneditto@yahoo.com.br>
14937
14938 2001-06-29 [alfons]
14939
14940         * src/compose.c
14941         * src/mimeproc.[ch]
14942                 allow selecting an attached files' mime type from a 
14943                 list of types.
14944
14945 2001-06-29 [paul]
14946
14947         * more sync with sylpheed 0.5.0pre3
14948
14949 2001-06-29 [paul]
14950
14951         * po/pt_BR.po
14952                 merge with sylpheed.pot and pt_BR.po provided by
14953                 Fabio Junior Beneditto.
14954
14955 2001-06-29 [darko]
14956
14957         * src/procmime.c
14958                 make MIME types case insensitive
14959
14960 2001-06-28 [alfons]
14961
14962         * po/nl.po
14963                 merge with sylpheed.pot and old nl.po; translations added.
14964
14965 2001-06-28 [paul]
14966
14967         * more sync with sylpheed 0.5.0pre3
14968
14969 2001-06-27 [alfons]
14970
14971         * src/summaryview.c
14972                 don't crash when removing parent node of messages
14973                 attracted by subject. this was caused by not deleting
14974                 the parent node from the subject line hash table.
14975
14976 2001-06-27 [alfons]
14977
14978         * src/summaryview.c
14979         * src/compose.[ch]
14980         * src/mainwindow.c
14981                 if there are multiple messages selected, allow forwarding
14982                 them as attachments.
14983
14984 2001-06-27 [paul]
14985
14986         * more sync with sylpheed 0.5.0pre3
14987
14988 2001-06-26 [paul]
14989
14990         0.5.0claws3
14991
14992         * sync with sylpheed 0.5.0pre3
14993
14994 2001-06-25 [paul]
14995
14996         * src/mainwindow.c
14997                 fixed 'compose news article' bug
14998                 from icon-and-text toolbar
14999
15000 2001-06-25 [paul]
15001
15002         * sync with sylpheed 0.5.0pre2 release
15003
15004 2001-06-24 [christoph]
15005
15006         * src/prefs_common.c
15007                 bug fix in font selection
15008         * src/folderview.c
15009                 use sylpheed's normal font instead of
15010                 gtk default font for folders without
15011                 new messages
15012
15013 2001-06-24 [alfons]
15014
15015         * src/mainwindow.[ch]
15016                 added composite compose mail / news button (an idea by Leandro
15017                 Pereira <leandro@linuxmag.com.br>)
15018
15019 2001-06-24 [paul]
15020
15021         Added instructions for ldif-to-xml.py
15022
15023         * tools/README
15024
15025 2001-06-23 [alfons]
15026
15027         Some minor things.
15028
15029         * src/pixmaps/stock_news_compose.xpm
15030                 added pixmap by Leandro
15031         * src/prefs_common.c
15032                 tested built-in spelling checker of GCC 3.0 :)
15033         * po/nl.po
15034                 merged dutch translation of sylpheed-main with
15035                 sylpheed.pot
15036
15037 2001-06-23 [paul]
15038
15039         Added tools directory and files.
15040
15041         * tools/filter_conv.pl
15042                 converts old filter system to new filtering system
15043         * tools/ldif-to-xml.py
15044                 converts netscape addressbook to sylpheed addressbook
15045         * tools/README
15046                 descriptions/instructions for above two files
15047
15048 2001-06-23 [christoph]
15049
15050         * src/inc.c
15051         * src/manage_window.[ch]
15052         * src/prefs_common.[ch]
15053                 mail retrieval dialog can be enabled, disabled
15054                 or hidden if non of sylpheed's windows is active
15055
15056 2001-06-22 [paul]
15057
15058         0.5.0claws2
15059
15060         * sync with sylpheed 0.5.0pre2
15061
15062 2001-06-21 [christoph]
15063
15064         * src/summaryview.c
15065                 show recipient on 'from' for all accounts
15066                 
15067         * src/inc.c
15068         * src/prefs_common.[ch]
15069                 disable error popup on mail receive errors
15070
15071 2001-06-21 [alfons]
15072
15073         * src/compose.c
15074                 made the ruler correctly appear and disappear.
15075
15076         * src/Makefile.am
15077                 removed Hoa's work-in-progress-stuff (interesting!) so 
15078                 claws compiles ok.
15079
15080 2001-06-20 [christoph]
15081
15082         * src/inc.c
15083         * src/progressdialog.c
15084                 added scrolled window for list in progressdialog
15085
15086 2001-06-20 [paul]
15087
15088         sync with sylpheed 0.5.0pre1 release
15089
15090 2001-06-20 [christoph]
15091
15092         * src/summeryview.c
15093                 make building threads by subject work when
15094                 thread view is enabled
15095                 
15096         * src/compose.c
15097         * src/prefs_common.[ch]
15098                 automatically select account for mail replys
15099
15100 2001-06-19 [sergey]
15101
15102         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15103         they are filled in from the account settings.
15104
15105 2001-06-19 [paul]
15106
15107         * more sync with sylpheed 0.5.0pre1
15108
15109 2001-06-18 [alfons]
15110
15111         * src/Makefile.am,
15112           src/procmime.c
15113                 added --sysconfdir to CPPFLAGS for pointing to the correct
15114                 location of mime.types. 
15115
15116                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15117                 or ./configure!
15118
15119 2001-06-18 [hoa]
15120
15121         * src/summaryview.c
15122                 fixed some bug when building threads
15123
15124 2001-06-18 [pau]l
15125
15126         * src/prefs_account.c
15127                 UI stuff: More changes to the English
15128
15129 2001-06-18 [paul]
15130
15131         * src/pixmaps/stock_news_compose.xpm: new file
15132         * src/Makefile.am
15133         * src/mainwindow.c
15134         * src/summaryview.c
15135                 Added new icon for Hoa's 'compose a news
15136                 message', plus minor improvements to the
15137                 English
15138
15139         * po/ja.po
15140         * ChangeLog
15141         * ChangeLog.jp
15142                 more sync with sylpheed 0.5.0pre1
15143
15144 2001-06-18 [hoa]
15145
15146         * src/compose.[ch]
15147         * src/mainwindow.c
15148                 Follow-up and reply to
15149
15150         * src/summaryview.[ch]
15151                 Build threads also with subjects
15152
15153 2001-06-17 [hoa]
15154
15155         * src/compose.c
15156                 forwarding use the current account.
15157
15158         * src/mainwindow.c
15159                 the "compose message" button has been replaced with
15160                 "new mail" and "new news" buttons
15161
15162         * src/prefs_common.[ch]
15163                 added a configuration option to use the forward button
15164                 as "forward as attachment"
15165                 changed reply and forward format description
15166
15167         * src/quote_fmt_lex.l
15168         * src/quote_fmt_parse.y
15169                 added message with no signature in format for reply
15170                 and forward.
15171
15172 2001-06-17 [paul]
15173
15174         Minor UI stuff
15175
15176         * src/mainwindow.c
15177         * src/summaryview.c
15178                 Improvements to the English
15179
15180         * src/prefs_common.c
15181                 Improvements to the English and some
15182                 clarity/continuity improvements in the
15183                 description of Quote symbols.
15184
15185 2001-06-17 [paul]
15186
15187         0.5.0claws1
15188
15189         * sync with sylpheed 0.5.0pre1
15190
15191 2001-06-17 [hoa]
15192
15193         * src/compose.c
15194                 Better interface for compose, displayed fields
15195                 are updated whenever we change account.
15196                 Newsgroups field is automatically filled.
15197
15198         * src/mainwindow.c
15199                 Newsgroups field is automatically filled.
15200
15201         * src/prefs_account.c
15202                 Some interface stuff when fields appear and
15203                 disappear.
15204
15205 2001-06-16 [paul]
15206
15207         0.4.99claws
15208
15209         * sync with sylpheed 0.4.99
15210
15211 2001-06-16 [sergey]
15212
15213         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
15214         base64_decoder_free, base64_decoder_decode): new object and
15215         functions for decoding base64 streams.
15216         * src/procmime.c (procmime_decode_content): modified to use the
15217         new base64 decoder.
15218
15219 2001-06-15 [paul]
15220
15221         0.4.99claws10
15222
15223         * sync with sylpheed 0.4.99cvs11
15224
15225 2001-06-13 [paul]
15226
15227         0.4.99claws9
15228
15229         * sync with sylpheed 0.4.99cvs9
15230
15231 2001-06-13 [hoa]
15232
15233         * src/compose.c
15234         * src/prefs_account.c
15235
15236                 SMTP server can be defined in the news account
15237                 mime type of attachment are kept.
15238
15239         * src/summaryview.c
15240
15241                 now choose the highest important score between default
15242                 and important score of folder.
15243
15244 2001-06-09 [alfons]
15245         
15246         * src/prefs_common.c: 
15247
15248                 (prefs_quote_description_create): corrected description of 
15249                 quote format characters
15250
15251 2001-06-09 [paul]
15252
15253         0.4.99claws8
15254
15255         * sync with sylpheed 0.4.99cvs8
15256
15257 2001-06-08 [sergey]
15258
15259         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
15260         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
15261
15262 2001-06-08 [paul]
15263
15264         0.4.99claws7
15265
15266         * sync with sylpheed 0.4.99cvs7
15267
15268 2001-06-06 [sergey]
15269
15270         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
15271         clashes with autogenerated header).
15272         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
15273         * src/Makefile.am: added quote_fmt.h.
15274         * src/.cvsignore: added lex/yacc autogenerated files
15275         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
15276
15277 2001-06-06 [paul]
15278
15279         0.4.99claws6
15280
15281         * sync with sylpheed 0.4.99cvs6
15282
15283 2001-06-06 [hoa]
15284
15285         * added src/quote_fmt_parse.h
15286         * src/compose.c
15287                 removed warnings
15288
15289         * src/prefs.[ch]
15290                 don't modify readonly configuration files
15291
15292         * src/prefs_account.c
15293         * src/prefs_common.c
15294         * src/prefs_customheader.c
15295         * src/prefs_display_header.c
15296         * src/prefs_filter.c
15297         * src/prefs_filtering.c
15298         * src/prefs_scoring.c
15299                 don't open dialog box when configuration files
15300                 are readonly
15301
15302 2001-06-05 [sergey]
15303
15304         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15305
15306         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15307         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15308         BUILT_SOURCES to make all files rebuild properly.
15309
15310         * src/compose.c: removed #include "quote_fmt.tab.h".
15311
15312         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15313         CHARACTER value in yylval.
15314
15315         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15316         receive CHARACTER value by documented means (yylval).
15317
15318         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15319
15320 2001-06-05 [hoa]
15321
15322         * src/Makefile.am
15323                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15324
15325         * src/filtering.c
15326         * src/matcher.c
15327         * src/matcher.h
15328         * src/prefs_filtering.c
15329                 now keep the configuration for execute action
15330
15331         * src/mbox_folder.c
15332                 fixed a warning
15333
15334 2001-06-05 [paul]
15335
15336         * sync with sylpheed 0.4.99cvs5
15337
15338 2001-06-05 [hoa]
15339
15340         * src/Makefile.am
15341                 added quote_fmt.[ch]
15342
15343         * added src/quote_fmt.y
15344         * added src/quote_fmt.l
15345         * added src/quote_fmt.tab.h
15346         * added src/quote_fmt.tab.c
15347         * added src/lex.quote_fmt.c
15348                 parsing configuration for replying
15349                 and forwarding
15350
15351         * src/prefs_common.[ch]
15352                 added configuration UI for replying
15353                 and forwarding
15354
15355         * src/compose.c
15356                 using configuration for replying
15357                 and forwarding
15358
15359 2001-06-04 [hoa]
15360
15361         * src/filtering.c
15362         * src/matcher.c
15363         * src/matcher.h
15364         * src/prefs_filtering.c
15365         * src/prefs_matcher.c
15366         * src/prefs_matcher.h
15367                 action "run a command" for filtering
15368                 and matching with a command.
15369                 fixed the "whole message" matching
15370
15371         * src/mbox_folder.c
15372                 changed temporary filename for security
15373
15374         * src/messageview.c
15375                 queue the notification if it fails to send.
15376
15377         * src/prefs_common.c
15378         * src/prefs_folder_item.c
15379                 changed the default important score             
15380
15381         * src/prefs_scoring.c
15382         * src/scoring.c
15383                 hide kill score input when the folder is not
15384                 a newsgroup
15385
15386 2001-06-03 [alfons]
15387
15388         * src/prefs_common.c:
15389
15390                 (prefs_font_select): pass font name in font entry box to font
15391                 selection dialog.
15392
15393 2001-06-03 [sergey]
15394
15395         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
15396
15397 2001-06-03 [paul]
15398
15399         * sync with sylpheed 0.4.99cvs4
15400
15401 2001-06-03 [alfons]
15402
15403         * src/headerwindow.c:
15404
15405                 (headerwindow_show_cb): use the selected summary view item, not
15406                 the displayed item.
15407
15408 2001-06-02 [alfons]
15409
15410         * src/headerwindow.c:
15411
15412                 (headerwindow_show_cb): always try to show msginfo
15413
15414 2001-06-02 [hoa]
15415
15416         * src/compose.c
15417                 keep attached parts when reediting or forwarding.
15418
15419 2001-06-01 [hoa]
15420
15421         * src/folderview.c
15422         * src/prefs_folder_item.[ch]
15423         * src/prefs_scoring.[ch]
15424         * src/scoring.[ch]
15425         * src/summaryview.[ch]
15426         * src/main.c
15427         * src/mainwindow.c
15428         * src/prefs_common.[ch]
15429                 support for folder scoring
15430                 kill score and important score for messages
15431         
15432         * src/prefs_account.c
15433                 some display bug fixed for local account
15434                 preferences
15435
15436 2001-05-31 [alfons]
15437
15438         * src/summaryview.c:
15439
15440                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
15441                 sender to address book menu item is disabled.
15442
15443 2001-05-30 [hoa]
15444
15445         * src/filtering.[ch]
15446         * src/summaryview.c
15447                 handling summary menu / filter messages
15448
15449         * src/folder.[ch]
15450                 add some stuff
15451
15452         * src/foldersel.c
15453                 imap folders now appears in list
15454
15455         * src/mbox_folder.c
15456                 doesn't crash if destination mail is not writeable
15457
15458 2001-05-29 [hoa]
15459
15460         * src/compose.c
15461                 removed some warnings
15462
15463         * src/filtering.c
15464         * src/folder.[ch]
15465         * src/prefs_filtering.c
15466                 global string to identify any folders           
15467                 removed some debug info
15468                 filtering to mbox folders is now possible
15469
15470         * src/mainwindow.c
15471                 removed some warnings
15472
15473         * src/mbox_folder.c
15474                 permission on files are changed to read/write for user only,
15475                 nothing for other.
15476                 creation of subfolder is handled better.
15477
15478 2001-05-28 [alfons]
15479
15480         Verified the sync for src/prefs_common.[ch] and
15481         src/prefs_account.[ch]. I believe there were some
15482         minor indentation differences.
15483
15484 2001-05-28 [paul]
15485
15486         0.4.99claws3
15487
15488         * sync with 0.4.99cvs3
15489
15490 2001-05-28 [hoa]
15491
15492         * src/compose.c
15493                 handling flags for mbox format
15494
15495         * src/filtering.c
15496                 use of mark file only for MH format
15497                 handling flags for mbox format
15498                 filtering cannot yet move or copy mails to mbox folders.
15499
15500         * src/folder.[ch]
15501                 changed move_msg, copy_msg,
15502                 move_msgs_with_dest, copy_msgs_with_dest functions
15503                 uses only folder->copy_msg() function
15504                 uses folder->finished_copy() to handle the destination
15505                 folder at the end of the copy or move operation.
15506
15507         * src/foldersel.c
15508                 included mbox directories.
15509
15510         * src/folderview.[ch]
15511         * src/mainwindow.c
15512                 handle folders operation for mbox format
15513
15514         * src/mbox.c
15515                 disable conversion of "From " header
15516
15517         * src/mbox_folder.[ch]
15518                 completion of mbox format handling
15519
15520         * src/mh.c
15521                 changed mh_copy_msg() function and
15522                 removed mh_move_msg(), mh_move_msgs_with_dest(),
15523                 mh_copy_msgs_with_dest()
15524
15525         * src/prefs_filtering.c
15526                 removed some warnings
15527
15528         * src/prefs_matcher.c
15529                 default boolean operation is AND
15530
15531         * src/procheader.c
15532                 handling flags for mbox format
15533                 handling of "From " header
15534
15535         * src/procmsg.[ch]
15536                 removed data field
15537                 added MSG_REALLY_DELETED flags to handle deletion of
15538                 messages in mbox format.
15539
15540         * src/summaryview.c
15541                 handling flags for mbox format
15542                 disable the MSG_DELETED flags when messages
15543                 are deleted in mbox format
15544
15545         * src/textview.c
15546                 "From " headers display fixed.
15547
15548 2001-05-27 [alfons]
15549
15550         * src/textview.c:
15551                 
15552                 (get_email_part): skip quoted email addresses, like in e.g.
15553                 "'alfons@proteus.demon.nl'".
15554
15555 2001-05-26 [alfons]
15556
15557         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
15558         and fixing the persistence troubles when using separate windows.
15559
15560         * src/mainwindow.c:
15561         
15562             Added #define SEPARATE_ACTION used in the gtk item factory for 
15563             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
15564                 use gtk_item_factory_get_widget_by_action() to get the items.
15565                 
15566             Removed separate_widget_cb from the gtk item factory data   
15567           
15568             (mainwindow_create): connect separate_widget_cb() to check
15569             menu item "toggled" signal. also passing a MainWindow pointer
15570                 as object data for both check menu items.
15571                 
15572             (separate_widget_cb): definition of separate_widget_cb() to match
15573             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
15574                 window using gtk_object_get_data(). The type of window separation 
15575                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
15576         
15577         * src/prefs_filtering.c,
15578           src/prefs_matcher.c: added horizontal scrollbars
15579
15580 2001-05-25 [darko]
15581
15582         * src/headerview.c
15583                 fix segfault with invalid bold font
15584         * src/summaryview.c
15585                 correctly display summary stats after row is marked
15586
15587 2001-05-23 [sergey]
15588
15589         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
15590         encodings with libjconv.
15591
15592 2001-05-23 [hoa]
15593
15594         * src/Makefile.am
15595                 added mbox_folder.[ch]
15596         * src/defs.h
15597                 mbox temporary folder
15598         * src/folder.[ch]
15599         * added src/mbox_folder.[ch]
15600         * src/folderview.c
15601         * src/procheader.[ch]
15602                 added mbox support
15603         * src/mbox.c
15604                 bugfix for file incorporation filtering
15605         * src/imap.c
15606                 enable creation of MBOX
15607         * src/prefs_display_header.c
15608                 enable use of headers like "From "
15609                 something that should be fixed :
15610                         displaying of such headers add an extra space
15611         * src/prefs_folder_item.c
15612                 don't create folders because it is not necessary
15613         * src/procmsg.h
15614                 added data field to MsgInfo for mbox internal use
15615         * src/summaryview.c
15616                 added some support for mbox
15617         * src/utils.[ch]
15618                 added get_mbox_cache_dir() function
15619
15620 2001-05-23 [hiroyuki]
15621
15622         * src/headerwindow.c
15623           src/inc.c
15624           src/main.c
15625           src/mh.c
15626           src/nntp.c
15627           src/procmsg.h
15628           src/session.h
15629           src/socket.[ch]
15630           src/summaryview.c
15631           src/textview.c
15632           src/automaton.c
15633           src/folderview.c: more sync with 0.4.99cvs2.
15634
15635         * src/headerwindow.c: reverted.
15636
15637 2001-05-22 [paul]
15638
15639         0.4.99claws2
15640
15641         * sync with sylpheed 0.4.99cvs2
15642                 * src/news.[ch]
15643                 * src/nntp.[ch]
15644                 * INSTALL
15645                 * INSTALL.jp
15646
15647 2001-05-22 [alfons]
15648
15649         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
15650
15651 2001-05-21 [alfons]
15652
15653         Minor things:
15654
15655         * configure.in: if gnome-config not found, "no" is displayed
15656         
15657         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
15658
15659         * src/textview.c: now also possible to add mail addresses by right
15660           clicking in the text view
15661
15662         * src/codeconv.c: merged patch which fixes endless loop when encountering
15663           invalid wide characters; from Alte <010@imis.ru>  
15664
15665 2001-05-20 [alfons]
15666
15667         Added installation of gnome specific things:
15668
15669         * Makefile.am: gnome conditional
15670
15671         * configure.in: check for installed gnome
15672
15673         * added sylpheed.png, sylpheed.desktop
15674
15675 2001-05-20 [sergey]
15676
15677         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
15678
15679         * src/mainwindow.h (main_window_toolbar_create): created a button
15680         for "Reply to all".
15681         (main_window_set_toolbar_sensitive): enable/disable the new button
15682         appropriately.
15683         (toolbar_reply_to_author_cb): handle the new button.
15684
15685         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
15686         send_progress_dialog_destroy() on failure (fixes hang on SMTP
15687         failure).
15688
15689 2001-05-19 [sergey]
15690
15691         * src/compose.h (ComposeReplyMode): new modes
15692         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
15693         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
15694
15695         * src/compose.c
15696         (compose_send): move some code into a new function:
15697         (compose_current_mail_account): new function.
15698         (compose_reply): new argument to_author, all callers changed; if
15699         to_author==TRUE and account->protocol==A_NNTP, find and use an
15700         appropriate mail account for replying.
15701         (compose_reply_set_entry): new argument to_author; ignore
15702         compose->replyto if to_author==TRUE.
15703
15704         * src/mainwindow.c: new command "Message/Reply to author".
15705         (main_window_set_menu_sensitive): enable/disable it.
15706         (reply_cb): handle it.
15707
15708         * src/summaryview.c: new command "Reply to author".
15709         (summary_set_menu_sensitive): enable/disable it.
15710         (summary_reply_cb): handle it.
15711
15712         * src/account.c (account_find_mail_from_address): new function.
15713
15714 2001-05-18 [paul]
15715
15716         0.4.99claws1
15717
15718         * sync with sylpheed 0.4.99cvs1
15719
15720 2001-05-18 [hoa]
15721
15722         * src/compose.[ch]
15723         * src/filtering.c
15724         * src/summaryview.c
15725                 new filtering action : forward and forward as attachment
15726
15727         * src/main.c
15728                 no need for $DISPLAY when we run sylpheed --help
15729                 call to parse_cmd_opt() is moved
15730
15731         * src/mainwindow.[ch]
15732                 execute button is hidden when immediate execute
15733                 is chosen
15734
15735         * src/mh.c
15736         * src/news.c
15737         * src/prefs_folder_item.c
15738         * src/procmsg.c
15739                 better handling of missing directories
15740
15741         * src/summaryview.c
15742                 reedit is enabled in outbox
15743                 reedit is enabled in queue
15744
15745 2001-05-17 [hoa]
15746
15747         * src/filtering.c
15748         * src/matcher.[ch]
15749         * src/prefs_filtering.c
15750                 changed attachement into attachment
15751
15752 2001-05-17 [alfons]
15753
15754         0.4.67claws4    
15755
15756         * sync with sylpheed 0.4.67cvs9
15757         * sync with sylpheed 0.4.67cvs7-8
15758
15759 2001-05-17 [hoa]
15760
15761         * src/Makefile.am
15762                 added prefs_filtering.c
15763
15764         * src/filtering.[ch]
15765         * src/matcher.[ch]
15766                 removed action : forward_news and forward_news_as_attachement
15767                 (forward and forward_as_attachement can be used instead)
15768
15769         * src/mainwindow.c
15770                 added menu option to access filtering configuration
15771
15772         * src/prefs_account.c
15773                 changed mail_command default to /usr/sbin/sendmail
15774
15775         * added src/prefs_filtering.[ch]
15776                 dialog box for filtering configuration
15777
15778         * src/prefs_matcher.c
15779                 added function prefs_matcher_get_criteria_from_matching()
15780
15781         * src/prefs_scoring.c
15782                 reset the dialog when register or substitute is clicked
15783
15784 2001-05-15 [hoa]
15785
15786         * src/Makefile.am
15787                 added filtering.[ch]
15788         * src/inc.c
15789                 using filering.[ch] instead of filter.[ch]
15790         * src/main.c
15791                 reading new filtering configuration
15792         * src/matcher.[ch]
15793                 added some filtering actions
15794                 and fixed a bug for headers and mail body matching
15795         * src/mbox.c
15796                 using filering.[ch] instead of filter.[ch]
15797         * src/mh.c
15798                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
15799         * src/summaryview.c
15800                 some fixes for filtering
15801
15802 2001-05-14 [hiroyuki]
15803
15804         * src/send.c: fixed some weird indentations.
15805           send_message_with_command(): call pclose() only if p != NULL.
15806         * src/textview.c: get_email_part(): modified the code for readability.
15807
15808 2001-05-14 [hiroyuki]
15809
15810         * src/md5global.h
15811           src/md5ify.c
15812           src/md5ify.h: removed from the cvs.
15813
15814 2001-05-13 [sergey]
15815
15816         * src/main.c: include rfc2015.h to avoid compiler warnings.
15817         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
15818         the panel is already on screen.
15819         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
15820         closing the alert window by ESC as "No".
15821         * src/prefs_common.c (prefs_interface_create): moved return
15822         receipt check button to the correct place.
15823
15824 2001-03-13 [alfons]
15825
15826         * src/prefs_common.c: 
15827                 moved return receipt check button to the Send tab. (prefs_send_create)
15828                 removed the date format ui related globals. (prefs_display_create)
15829
15830         0.4.67claws3
15831         
15832         * sync with sylpheed 0.4.67cvs5-6
15833
15834 2001-05-13 [paul]
15835
15836         * added Alfons' font selection patch
15837
15838         * src/defs.h
15839         * src/headerwindow.c
15840         * src/prefs_common.c
15841         * src/prefs_common.h
15842
15843 2001-05-13 [hoa]
15844         * src/defs.h
15845                 changed version of cache
15846         * src/matcher.[ch]
15847         * src/prefs_matcher.c
15848                 added additionnal matching criteria
15849         * src/procheader.c
15850         * src/procmsg.[ch]
15851         * src/news.c
15852                 added references in MsgInfo
15853
15854 2001-05-12 [hoa]
15855
15856         * src/defs.h
15857                 prepared some things for new filtering
15858         * src/matcher.[ch]
15859                 added some matching properties
15860                 inreplyto need to be enhanced
15861                 prepared some things for new filtering
15862         * src/messageview.c
15863                 added Return-Receipt-To handling
15864         * src/prefs_folder_item.c
15865                 changed default value to TRUE
15866         * src/prefs_matcher.c
15867                 added some matching properties
15868         * src/prefs_scoring.[ch]
15869                 the scoring dialog is finished
15870         * src/procheader.c
15871                 added Return-Receipt-To handling
15872                 Reference need to be added
15873         * src/procmsg.[ch]
15874                 added Return-Receipt-To handling
15875                 added threadscore to get a better score sorting when
15876                 threads are enabled
15877         * src/summaryview.c
15878                 suppressed a bug when we sort the list
15879                 when no folder is opened.
15880                 better score sorting when threads are enabled
15881
15882 2001-05-12 [alfons]
15883
15884         * reverted previous patch because of potential errors 
15885
15886         0.4.67claws2
15887         
15888         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
15889                 applied "toggle mail-retrieval dialog window" patch submitted 
15890                 by Eric Limpens <eric@qnt.net>
15891
15892         * sync with sylpheed 0.4.67cvs4
15893
15894 2001-05-12 [sergey]
15895
15896         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
15897         some picky compilers.
15898         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
15899         * src/grouplist_dialog.c: include alertpanel.h.
15900         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
15901         fix compile warning.
15902         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
15903         #include "defs.h" before others to prevent the warning of `MIN'
15904         and `MAX' redefinition.
15905
15906 2001-05-11 [hoa]
15907
15908         * src/main.c
15909         * src/messageview.c
15910         * src/prefs_account.c
15911         * src/prefs_display_header.c
15912                 removed warning
15913         * src/Makefile.am
15914                 added prefs_scoring.[ch]
15915         * src/grouplist_dialog.c
15916                 display an error dialog box if the group list
15917                 cannot be fetched.
15918         * src/mainwindow.[ch]
15919                 added main_window_set_thread_option() function
15920                 scoring dialog box enabled
15921         * src/matcher.[ch]
15922                 added flags matching unread /new / marked
15923                 / deleted / replied / forwarded
15924         * src/news.c
15925                 newsgroups are now finally in newscache
15926         * src/prefs_matcher.[ch]
15927                 finished preferences for matching dialog
15928         * added src/prefs_scoring.[ch]
15929                 scoring dialog box completed
15930         * src/scoring.[ch]
15931                 conversion to string : added scoringprop_to_string()
15932                 write config for preferences :
15933                 added prefs_scoring_write_config()
15934         * src/summaryview.c
15935                 threads can be enabled/disabled independently
15936                 for each folder
15937
15938 2001-05-10 [alfons]
15939
15940         0.4.67claws1
15941         
15942         * AUTHORS: 
15943                 thought it would be nice to have a list of all
15944                 contributors (used Changelog as a reference)
15945         
15946         * configure.in: 
15947                 messed up version numbering...
15948
15949         0.4.66claws1
15950
15951         * sync with sylpheed 0.4.67cvs1-3
15952
15953 2001-05-10 [darko]
15954
15955         * src/prefs_common.c:
15956                 better UI for strftime format, double clicking
15957                 on format now inserts the format in text entry
15958                 replaced close button with standard OK/Cancel
15959                 moved date format button to the right of the
15960                 text entry field
15961
15962 2001-05-09 [alfons]
15963
15964         * src/gtkstext.c:
15965                 Ctrl-Home / Ctrl-End have proper cursor navigation
15966
15967 2001-05-09 [hoa]
15968
15969         * src/prefs_matcher.c
15970                 finished UI to define matching properties
15971                 added ok and cancel button
15972         * src/prefs_filter.c
15973                 added ok and cancel button
15974         * src/news.c
15975                 fixed some bug in xhdr parsing
15976
15977 2001-05-08 [alfons]
15978
15979         * src/textview.c: 
15980                 fixed a bug in textview_show_header(), which displayed two colons (':');
15981                 cleaned up some warnings
15982
15983 2001-05-08 [hoa]
15984
15985         * src/Makefile.am
15986                 added prefs_matcher.[ch]
15987                 compilation with -W -Wall
15988         * src/alertpanel.c
15989                 ungrab the mouse events if grabbed - does it
15990                 fix the bug for disposition notification ?
15991         * src/mainwindow.c
15992                 added a menu option to open the matching dialog.
15993         * src/matcher.[ch]
15994                 added matcherprop_to_string() and matcherlist_to_string()
15995                 fixed some bugs, changed the name of some options
15996                 age_sup and age_inf becomes age_greater and age_lower,
15997                 body and messageheaders becomes body_part and headers_part,
15998                 changed the names of constants from SCORING_XXX to MATCHING_XXX
15999         * src/prefs_display_header.c
16000         * src/prefs_headers.c
16001                 fixed a bug that accidentally destroyed dialogs
16002                 when closed them with delete_event
16003                 Added *_deleted() which handle delete_event signal correctly.
16004         * src/prefs_folder_item.[ch]
16005                 added "enable_thread" field for future customization
16006         * added src/prefs_matcher.[ch]
16007                 sample of the UI to define matching properties
16008         * src/procheader.c
16009                 using procheader_headername_equal instead of str*cmp functions
16010                 using procheader_parse_header() function
16011         * src/scoring.c
16012                 using MATCHING_XXX instead of SCORING_XXX
16013         * src/summaryview.c
16014                 display the sender of the news even if this is ourself
16015                 when this is a news message.
16016         * src/textview.c
16017                 using headername_equal() instead of str*cmp functions
16018
16019 2001-05-08 [alfons]
16020
16021         0.4.66claws
16022
16023         * sync with sylpheed 0.4.66
16024         * src/gtkstext.c: trace logs added 
16025
16026 2001-05-08 [sergey]
16027
16028         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16029         signature check popup.
16030         * src/rfc2015.c (check_signature): show signature check popup only
16031         if it is enabled in preferences.
16032
16033 2001-05-07 [alfons]
16034
16035         0.4.66claws4
16036         
16037         * sync with sylpheed 0.4.66cvs6
16038
16039 2001-05-07 [darko]
16040
16041         * src/prefs_common.[ch]: added option to enable/disable
16042           looking up sender name in address book for summary pane
16043         * src/summaryview.c: look up sender in the address book
16044           by using Alfons' address completion code
16045
16046 2001-05-07 [hiroyuki]
16047
16048         * src/inc.h
16049           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16050           member of Pop3State.
16051         * src/news.c: brought #include "defs.h" before #include <glib.h>
16052           to prevent the warning of `MIN' and `MAX' redefinition.
16053
16054 2001-05-06 [hoa]
16055
16056         * removed src/headers_display.[ch]
16057         * removed src/prefs_display_headers.[ch]
16058         * src/inc.c
16059                 use a temporary file in the user directory for mbox import
16060         * src/news.c
16061                 added XHDR support to get "To" and "Cc" headers
16062                 (in order to match news with to or cc field for
16063                 scoring)
16064                 added function news_parse_xhdr() to get XHDR response
16065         * src/nntp.[ch]
16066                 added function nntp_xhdr()
16067         * src/matcher.c
16068                 fetch the message if necessary
16069
16070 2001-05-06 [alfons]
16071
16072         0.4.66claws3
16073
16074         * sync with sylpheed 0.4.66cvs3-5
16075
16076 2001-05-06 [hoa]
16077
16078         * src/utils.[ch]
16079                 added function itos_buf() to enable use of several buffers
16080         * src/summaryview.c
16081                 use of itos_buf() instead of itos() in summary list
16082                 to fix the broken display of message number.
16083
16084 2001-05-06 [alfons]
16085
16086         * src/gtkstext.c: bug in cursor up navigation fixed,
16087                 fixed another unsigned / signed comparison (we're getting there :-)
16088
16089 2001-05-06 [hoa]
16090
16091         * src/Makefile.am
16092                 added scoring.c scoring.h
16093                 prefs_folder_item.c prefs_folder_item.h
16094                 matcher.c matcher.h
16095         * src/defs.h
16096                 added FOLDERITEM_RC SCORING_RC
16097         * src/folder.[ch]
16098                 added prefs field in FolderItem :
16099                 properties for each folder (PrefsFolderItem),
16100                 sorting type and mode were added as the first properties.
16101         * src/main.c
16102                 read config for scoring
16103         * added src/matcher.[ch]
16104                 gives functions to parse configuration file to do
16105                 matching on mails with a list of conditions.
16106         * src/mainwindow.c
16107                 add option to sort by score
16108         * src/prefs_common.[ch]
16109                 added preference option to show score and for
16110                 the score column size
16111         * added src/prefs_folder_item.[ch]
16112                 properties for each folder (PrefsFolderItem),
16113                 sorting type and mode were added as the first properties.
16114         * src/procheader.[ch]
16115                 added procheader_parse_header()
16116                 added procheader_header_free()
16117                 added procheader_headername_equal()
16118                 and made modification to use them.
16119         * src/procmsg.[ch]
16120                 added score field to MsgInfo structure
16121         * added src/scoring.[ch]
16122                 gives functions to parse configuration file to do
16123                 scoring on mails with a list of conditions.
16124         * src/summaryview.[ch]
16125                 save the sorting type and mode for the folder
16126                 added column to display the score of the mail
16127                 added function summary_score_clicked()
16128                 sorting type and mode are restored to the folder
16129                 when it is reopen
16130         * src/textview.c
16131                 use procheader_parse_header(), procheader_headername_equal()
16132                 removed memory leak in text_scan_header when freeing headers
16133         * src/filter.c
16134                 changed the function to match names of headers
16135                 using procheader_headername_equal()
16136
16137         Scoring functions are implemented, an interface is needed
16138         to configure that.
16139
16140 2001-05-04 [alfons]
16141
16142         * src/gtkstext.c: 
16143                 hopefully fixed the row up navigation bug,
16144                 removed adding back / forward lines to cache
16145
16146 2001-05-04 [sergey]
16147
16148         * src/prefs_display_headers.c: user interface changes:
16149         (prefs_display_headers_create): remove unused "Show" check button;
16150         allow reordering of headers by dragging.
16151         (prefs_display_headers_write_config): remove unused variables.
16152         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16153         of lists (not needed with the new UI).
16154         (prefs_display_headers_set_list): scan lists starting from row 0,
16155         not 1 (do not skip "(New)").
16156         (prefs_display_headers_find_header): new function.
16157         (prefs_display_headers_clist_set_row): do not allow duplicates.
16158         (prefs_display_headers_delete_cb): do not skip row 0; treat
16159         closing the alert window by ESC as "No".
16160         (prefs_display_headers_up): do not protect row 0.
16161         (prefs_display_headers_down): do not protect row 0.
16162
16163 2001-05-04 [sergey]
16164
16165         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16166         functions.
16167
16168         * src/summaryview.c
16169         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16170         summary_select_next_marked, summary_select_prev_marked): new
16171         functions.
16172
16173 2001-05-03 [sergey]
16174
16175         * src/news.c: fixed a bug when no article can be fetched after
16176         server timeout if the connection was restored by news_post():
16177         (news_select_group): new function.
16178         (news_fetch_msg): call news_select_group() before fetching
16179         article.
16180         (news_get_uncached_articles): set session->group after successful
16181         GROUP command.
16182
16183 2001-05-03 [hoa]
16184
16185         * src/defs.h
16186         * src/procmsg.[ch]
16187         * src/procheader.c
16188                  changed version of cache, added cc field
16189
16190         * src/prefs_display_headers.c
16191                 the interface was changed
16192
16193         * src/prefs_headers.c
16194                 added cancel button
16195
16196 2001-05-03 [alfons]
16197
16198         * completed sync of sylpheed cvs2
16199         * src/gtkstext.c: updated row up / down cursor navigation
16200         * src/textview.c: re-edited, prepared for fixing the email address
16201                 scanner.
16202
16203 2001-05-03 [darko]
16204
16205         * src/prefs_common.c: use alfons' strftime ui code
16206         entry_datefmt and datefmt_sample widgets have to be
16207         global in this module because of this change
16208
16209 2001-05-03 [hoa]
16210
16211         * src/messageview.c
16212         * src/prefs_common.[ch] added option to activate the return receipt
16213                 feature.
16214
16215 2001-05-02 [alfons]
16216
16217         * src/gtkstext.c: fix for row up/down cursor navigation. 
16218
16219         0.4.66claws2
16220         
16221         * sync with 0.4.66cvs2
16222
16223 2001-05-02 [paul]
16224
16225         added add-sender-to-addressbook patch
16226
16227         * src/addressbook.c
16228         * src/addressbook.h
16229         * src/summaryview.c
16230
16231 2001-05-02 [sergey]
16232
16233         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
16234         G_ALERTDISABLE.
16235
16236         * src/alertpanel.c (alertpanel_create): new argument can_disable,
16237         all existing callers changed to pass FALSE; create a check button
16238         to disable the message.
16239         (alertpanel_message_with_disable): new function.
16240         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
16241         (alertpanel_button_toggled): new function.
16242         (alertpanel_button_clicked, alertpanel_close): set value using
16243         G_ALERT_VALUE_MASK.
16244
16245         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
16246
16247         * src/prefs_common.c (prefs_privacy_create): new check button
16248         checkbtn_gpgme_warning.
16249
16250         * src/main.c (main): moved preferences reading before gpgme
16251         initialization; check prefs_common.gpgme_warning before giving the
16252         GnuPG warning and set it to FALSE if the user wants to disable the
16253         warning.
16254
16255 2001-05-02 [hiroyuki]
16256
16257         * src/prefs_display_headers.c: modified the layout and some labels.
16258
16259 2001-05-02 [sergey]
16260
16261         * src/prefs_account.c (prefs_account_fix_size): new function.
16262         (prefs_account_create): call prefs_account_fix_size(); use
16263         gtk_widget_show instead of gtk_widget_show_all (fixes too large
16264         size when the window is shown for the first time).
16265         (prefs_account_basic_create): changed layout of serv_table; moved
16266         localmbox_entry above smtpserv_entry (logically it replaces
16267         POP3/IMAP server).
16268         (prefs_account_protocol_activated): set sensitivity of
16269         nntpauth_chkbtn according to the protocol (in addition to
16270         hide/show); commented out gtk_table_set_row_spacing() calls.
16271         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
16272         not sensitive (fixes a bug with disabled username/password boxes
16273         when editing POP3 account after NNTP with authentication).
16274
16275 2001-05-02 [hoa]
16276
16277         * src/account.c
16278         * src/inc.c
16279         * src/prefs_account.[ch]
16280         * src/send.c
16281                 removed local account without SMTP server
16282                 added option to use mail command instead of a connexion
16283                 to SMTP server when a local account is used
16284         * src/prefs_headers.c
16285                 fixed a bug
16286         * src/news.c
16287                 fixed a bug when connexion immediately closed
16288
16289 2001-05-01 [alfons]
16290
16291         0.4.66claws1
16292         
16293         * sync with 0.4.65
16294
16295 2001-05-01 [sergey]
16296
16297         * src/prefs_account.c (Basic, prefs_account_basic_create): new
16298         widget nntpauth_chkbtn.
16299         (prefs_account_protocol_activated): handle nntpauth_chkbtn
16300         visibility.
16301         (prefs_account_nntpauth_toggled): new function.
16302
16303         * src/news.c (news_session_new_for_folder): use NNTP
16304         authentication only if ac->use_nntp_auth is set.
16305
16306 2001-05-01 [hoa]
16307
16308         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16309         * src/prefs_display_headers.c changed the UI
16310         * src/prefs_headers.c changed account_name to account_id
16311         * src/compose.c using customheader.h
16312
16313 2001-05-01 [hiroyuki]
16314
16315         * src/esmtp.c
16316           src/news.c
16317           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16318           unsynched.
16319
16320 2001-05-01 [hoa]
16321
16322         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16323         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16324                 for displaying of headers
16325         * src/grouplist_dialog.[ch] minor changes to remove warnings
16326         * src/prefs_display_headers.[ch] dialog to choose the
16327         headers to display in the mail viewer.
16328         * src/headers.h correction of #define
16329         * src/headers_display.[ch] configuration for displaying of headers.
16330         * src/main.c read config of displaying of headers
16331         * src/prefs_common.c add a button to access the config dialog
16332                 for displaying of headers
16333         * src/prefs_display_headers.[ch] dialog for configuration for
16334                 displaying of the headers.
16335         * src/prefs_headers.c cleaning of code
16336         * src/procheader.c comments added to code
16337         * src/textview.c changes to reorder the headers depending
16338                 on the config for displaying of headers
16339
16340 2001-04-30 [alfons]
16341
16342         0.4.65claws7
16343
16344         * sync with 0.4.65cvs12
16345
16346         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
16347
16348 2001-04-30 [sergey]
16349
16350         * src/nntp.h (NNTPSockInfo): new field auth_failed.
16351
16352         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
16353         is set to force reconnection after authentication failure.
16354         (nntp_gen_command): set sock->auth_failed on authentication
16355         failure, or if sock->userid and sock->passwd are not set.
16356
16357         * src/news.c (news_session_new_for_folder): set userid=NULL if
16358         password dialog is cancelled.
16359
16360 2001-04-30 [sergey]
16361
16362         * src/nntp.h (NNTPSockInfo): new type.
16363
16364         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
16365         SockInfo.
16366         (nntp_open_auth, nntp_close): new functions.
16367         (nntp_gen_command): new function to handle authentication; all
16368         NNTP command functions updated to use it.
16369         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
16370         (nntp_list): removed old useless code.
16371
16372         * src/news.h (NNTPSession): new field nntp_sock.
16373
16374         * src/news.c: all functions updated to use NNTPSockInfo instead of
16375         SockInfo.
16376         (news_session_new): new arguments (userid, passwd); made static;
16377         use nntp_open_auth() if needed.
16378         (news_session_destroy): use nntp_close() instead of sock_close().
16379         (news_query_password): changed arguments.
16380         (news_session_new_for_folder): new function.
16381         (news_session_get): use news_session_new_for_folder().
16382         (news_authenticate): deleted.
16383         (news_get_uncached_articles): removed old authentication code.
16384
16385 2001-04-30 [sergey]
16386
16387         * src/news.c: reverted my previous changes (need to do NNTP
16388         authentication in a cleaner way).
16389         
16390 2001-04-29 [sergey]
16391
16392         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
16393         news_nntp_post, news_nntp_mode): new functions (wrappers with
16394         authentication support).
16395         (news_get_article_cmd, news_get_article, news_get_header): new
16396         argument "folder"; all callers changed.
16397         (news_get_article_cmd): added authentication support.
16398         (news_session_get): use news_nntp_mode() instead of nntp_mode().
16399         (news_post): use news_nntp_post() instead of nntp_post().
16400         (news_get_uncached_articles): use news_nntp_group() instead of
16401         nntp_group() and news_nntp_xover() instead of nntp_xover();
16402         removed old authentication code.
16403         (news_get_group_list): use news_nntp_list() instead of nntp_list().
16404
16405         * src/nntp.c (nntp_list): return real error code instead of
16406         hardcoded NN_ERROR.
16407
16408 2001-04-29 [sergey]
16409
16410         * configure.in: fixed wint_t typedef detection again
16411
16412 2001-04-28 [hoa]
16413
16414         * src/prefs_account.[ch], added A_LOCAL_CMD
16415                 (send mail with mail command)
16416         * src/send.c added function send_message_with_command()
16417         * src/inc.c made a more secure get_spool() function with
16418                 mktemp() but maybe mkstemp() or something more
16419                 secure can be used.
16420
16421 2001-04-28 [alfons]
16422
16423         * src/textview.c, colorization of email addresses in headers
16424
16425         0.4.65claws6
16426
16427         * bug sync with sylpheed
16428         * prefs_common.c: created date format ui for darko
16429         * sync with 0.4.65cvs11
16430         * configure.in: corrected to have the new gpg checks
16431
16432 2001-04-27 [alfons]
16433
16434         * completed sync with 0.4.65cvs10
16435         * minor debug things added to gtkstext.c
16436
16437 2001-04-27 [darko]
16438
16439         * configure.in: remove check for availability of
16440           strftime() as advised by Hiroyuki
16441         * src/prefs_common.[ch], src/procheader.c:
16442           synch strftime() code with Hiroyki's main branch
16443
16444 2001-04-26 [sergey]
16445
16446         * src/news.c: news_query_password(), news_authenticate(): new
16447           functions.
16448           news_get_uncached_articles(): added NNTP authentication
16449           handling.
16450         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
16451           new functions.
16452         * src/prefs_account.c: prefs_account_protocol_activated():
16453           enable userid and password fields for NNTP.
16454
16455 2001-04-26
16456
16457         * configure.in: check for availability of strftime()
16458           [darko]
16459         * src/prefs_common.[ch], src/procheader.c: use
16460           strftime() for displaying date in summary pane if it
16461           is available
16462
16463 2001-04-25
16464
16465         * more .cvsignore cleanups [alfons]
16466
16467 2001-04-25
16468
16469         * ac/sv-check-type.m4: new autoconf macro.
16470         * configure.in: fixed wint_t typedef detection (did not work
16471           with gcc-2.96).
16472
16473 2001-04-25
16474
16475         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
16476           [hiroyuki]
16477
16478 2001-04-24
16479         * modified gtkstext.c : buggy cursor navigation fixed, 
16480           and font descent also taken in account when drawing
16481           cursor. [alfons]
16482
16483 2001-04-24 [hoa]
16484         * added comments in src/news.c src/nntp.c
16485         * added src/prefs_headers.[ch]
16486         * added src/headers.[ch]
16487         * modified compose.c to activate custom headers
16488                 added function is_in_custom_headers
16489         * modified prefs_account.[ch]
16490                 added function prefs_account_customhdr_edit
16491         * modified src/defs.h :
16492                 added HEADERS_RC : name of the config file
16493                 for the custom headers
16494
16495 2001-04-24
16496
16497     0.4.65claws5
16498
16499         * configure.in
16500           src/gtkstext.[ch]
16501           src/compose.c
16502           src/Makefile.am
16503           
16504           added gtkstext with configure.in patch by Hiroyuki which
16505           should fix the XIM detection [alfons]
16506
16507         * more clean up of cvs [alfons]
16508
16509                  * removed all Makefile.in files to attic.
16510
16511                  * updated all .cvsignores to really ignore things that could
16512                    be unintentionally committed by a recursive commit.
16513
16514 2001-04-23 [hoa]
16515         * added src/grouplist_dialog.[ch]
16516         * changed src/folderview.c to call grouplist_dialog instead
16517                 of inputdialog
16518         * src/news.c :
16519                 added functions news_reset_group_list
16520                 and news_get_group_list
16521         * src/nntp.c :
16522                 added function nntp_list
16523         * src/defs.h :
16524                 added GROUPLIST_FILE : name of the newsgroup list cache file
16525
16526 2001-04-21
16527
16528         * added option to warn about queued messages on exit [sergey]:
16529
16530           * src/compose.c: compose_queue(): call folder_item_scan()
16531             and folderview_update_item() after queueing.
16532           * src/folderview.c: folderview_update_node(): draw the queue
16533             folder in bold font if there are queued messages.
16534           * src/mainwindow.c: queued_messages(): new function.
16535             app_exit_cb(): display warning if there are queued messages
16536             if warn_queued_on_exit is set.
16537           * prefs_common.[ch]: add warn_queued_on_exit option.
16538
16539         * enhanced GnuPG key selection support [sergey]:
16540
16541           * src/select-keys.c: updated to newer version from Win32
16542             branch with support for selecting arbitrary keys.
16543           * src/prefs_account.c: added the Privacy tab to the account
16544             options window.
16545             prefs_account_privacy_create(),
16546             prefs_account_sign_key_set_data_from_radiobtn(),
16547             prefs_account_sign_key_set_radiobtn(): new functions.
16548           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
16549           * src/rfc2015.c: set_signers(): new function.
16550             pgp_sign(): add the account parameter, call set_signers().
16551             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
16552           * src/rfc2015.h: rfc2015_sign(): updated prototype.
16553           * src/compose.c: pass the current account to rfc2015_sign().
16554
16555         * tag name claws added to prevent confusion with main branch [alfons]
16556
16557         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
16558
16559         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
16560
16561         * sync with recent sylpheed cvs. Untested though. [alfons]
16562