a7347cae5acab0d9f75167edd91f3005e27e8d4f
[claws.git] / ChangeLog.claws
1 2003-06-10 [alfons]     0.9.0claws26
2
3         * src/procmsg.c
4                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
5
6 2003-06-09 [alfons]     0.9.0claws25
7
8         * src/prefs_common.c
9                 fix bug #163 "Icon switching doesnt work properly" by 
10                 preventing early freeing of prefs_common.pixmap_theme_path.
11
12 2003-06-09 [christoph]  0.9.0claws24
13
14         * src/gtk/gtkaspell.c
15                 revert Thorsten's fix and add forgotten g_strdup for
16                 aspell path (it should not be possible to alter the path a
17                 GtkASpell uses from outside)
18
19 2003-06-09 [thorsten]   0.9.0claws23
20
21         * src/gtk/gtkaspell.c
22                 dont free prefs_common.aspell_path when closing compose
23
24 2003-06-08 [colin]      0.9.0claws22
25
26         * src/plugins/spamassassin/spamassassin.c
27                 fix prefs types
28
29 2003-06-07 [christoph]  0.9.0claws21
30
31         * src/Makefile.am
32         * src/compose.c
33         * src/gtkaspell.[ch]            ** REMOVE **
34         * src/gtk/Makefile.am
35         * src/gtk/gtkaspell.[ch]        ** NEW **
36                 o make gtkaspell independent from sylpheed's prefs
37                 o move gtkaspell.[ch] to gtk directory
38
39 2003-06-07 [christoph]  0.9.0claws20
40
41         * src/Makefile.am
42         * src/crash.c
43         * src/export.c
44         * src/filesel.[ch]              ** REMOVE **
45         * src/folder.c
46         * src/main.[ch]
47         * src/common/sylpheed.[ch]
48         * src/gtk/Makefile.am
49         * src/gtk/filesel.[ch]          ** NEW **
50         * src/gtk/pluginwindow.c
51         * src/gtk/sslcertwindow.c
52                 move filesel.[ch] to gtk directory
53
54 2003-06-07 [alfons]     0.9.0claws19
55
56         * src/filesel.c
57                 make (multi) file selection dialog work again (Claws-only)
58
59 2003-06-07 [thorsten]   0.9.0claws18
60
61         * po/de.po
62                 fix typos
63
64 2003-06-07 [alfons]     0.9.0claws17
65
66         * configure.ac
67         * src/mimeview.c
68                 detect apache mishap in which case don't include fnmatch.h
69                 if regex.h is already included
70
71 2003-06-06 [christoph]  0.9.0claws16
72
73         * configure.ac
74         * src/mimeview.h
75                 add check for fnmatch.h and include it when available
76
77         * src/mimeview.[ch]
78                 fix wrong case sensitivity of Content-Types
79
80         * src/gtk/Makefile.am
81                 need the same include paths in gtk directory as in
82                 common directory because .h files in common can
83                 include files from these directories, when included
84                 in gtk's .h or .c files
85
86 2003-06-06 [alfons]     0.9.0claws15
87
88         * src/mimeview.c
89         * src/summaryview.c
90                 make it compile again because of regex.h / fnmatch.h 
91                 include problems (related to recent mime stuff, can
92                 someone check this?)
93
94 2003-06-06 [thorsten]   0.9.0claws14
95
96         * src/folderview.c
97                 possible use of uninitialized pointer while dragging
98
99 2003-06-06 [paul]       0.9.0claws13
100
101         * src/compose.c
102                 fix bug where the insert sig button would be effective
103                 only when auto_sig was set
104
105 2003-06-06 [paul]       0.9.0claws12
106
107         * sync with 0.9.2 release
108
109 2003-06-02 [paul]       0.9.0claws11
110
111         * sync with 0.9.1cvs1
112                 see ChangeLog 2003-06-02
113                 
114         * po/de.po
115                 update by Jens
116
117 2003-06-01 [christoph]  0.9.0claws10
118
119         * src/account.c
120                 don't use substring search to find accounts by email address
121
122         (closes Bug 169 Overly loose matching of "From" address)
123
124 2003-05-31 [christoph]  0.9.0claws9
125
126         * doc-src/rfc2683.txt
127         * src/imap.c
128                 limit IMAP command length as recommended in RFC2683
129                 (message number lists will be split into multiple imap
130                 sets, the limit of 1000 octets is not a hard limit)
131
132         (closes Bug 161 sylpheed-claws exits with segfault when logging
133          in to certain imap-servers)
134
135 2003-05-29 [alfons]     0.9.0claws8
136
137         * src/toolbar.[ch]
138                 add print button (calling summary_print());
139                 fine tune setting tooltip text;
140                 (if someone needs other buttons, please take these 
141                 commits as a guide, instead of bothering us - also
142                 see 0.8.11claws150) 
143
144 2003-05-29 [darko]      0.9.0claws7
145
146         * src/compose.c
147                 fix crash when word wrapping kicks in due to
148                 changed text by spell checker
149
150 2003-05-29 [paul]       0.9.0claws6
151
152         * src/compose.c
153                 fix bug where changing account would insert
154                 sig even if auto_sig was FALSE
155                 
156         * ChangeLog
157           ChangeLog.jp
158           INSTALL
159                 sync with 0.9.1 release
160
161 2003-05-28 [christoph]  0.9.0claws5
162
163         * src/imap.c
164                 fix truncation of too long commands
165
166         (closes Bug 167 IMAP hangs trying to get envelope
167          information in imap_get_uncached_messages)
168
169 2003-05-27 [paul]       0.9.0claws4
170
171         * tools/Makefile.am
172           tools/maildir2sylpheed.pl     ** NEW FILE **
173                 add kmail to sylpheed mailbox conversion script
174
175 2003-05-27 [paul]       0.9.0claws3
176
177         * sync with 0.9.0cvs10
178                 see ChangeLog 2003-05-26
179
180 2003-05-26 [paul]       0.9.0claws2
181
182         * sync with 0.9.0cvs9
183                 see ChangeLog 2003-05-26
184
185 2003-05-24 [paul]       0.9.0claws1
186
187         * sync with 0.9.0cvs8
188                 see ChangeLog 2003-05-23
189
190 2003-05-24 [paul]       0.9.0claws
191
192         * version 0.9.0claws released
193
194 2003-05-24 [paul]       0.8.11claws177
195
196         * src/plugins/dillo-viewer/Makefile.am
197           src/plugins/traycon/Makefile.am
198                 add missing files
199                 
200         * po/bg.po
201           po/en_GB.po
202           po/es.po
203           po/it.po
204           po/pt_BR.po
205           po/ru.po
206           po/sr.po
207                 update Bulgarian, British English, Spanish, Italian, 
208                 Brazilian Portuguese, Russian, and Serbian translations, 
209                 submitted by George Danchev, [me], Ricardo Mones Lastra,
210                 André Filipe de Assunção e Brito, Alessandro Maestri, 
211                 Ruslan N. Balkin, and Urke MMI
212
213 2003-05-23 [melvin]     0.8.11claws176
214
215         * po/fr.po
216                 Updated French translations
217
218 2003-05-22 [paul]       0.8.11claws175
219
220         * src/Makefile.am
221           src/addrbook.[ch]
222           src/addrcache.[ch]
223           src/addr_compl.[ch]
224           src/adressbook.[ch]
225           src/addrindex.[ch]
226           src/addritem.[ch]
227           src/editaddress.c
228           src/editgroup.c
229           src/editldap_basedn.c
230           src/editldap.c
231           src/jpilot.c
232           src/vcard.c
233                 revert to get ldap into it previous working state
234                 
235         * po/zh_TW.Big5.po
236                 new Taiwanese translation,
237                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
238
239 2003-05-22 [christoph]  0.8.11claws174
240
241         * src/plugins/spamassassin/libspamc.[ch]
242                 sync libspamc with SpamAssaain release 2.55
243
244 2003-05-22 [paul]       0.8.11claws173
245
246         * sync with 0.9.0cvs7
247                 see ChangeLog 2003-05-22
248                 
249         * src/summaryview.c
250                 revert change in 0.8.11claws172: follow
251                 Hiroyuki's decision and that's the end of it.
252
253 2003-05-21 [paul]       0.8.11claws172
254
255         * src/summaryview.c
256                 fix discrepency between open_unread_on_enter
257                 and always_show_msg
258
259 2003-05-21 [paul]       0.8.11claws171
260
261         * sync with 0.9.0cvs6
262                 see ChangeLog 2003-05-21
263
264 2003-05-21 [paul]       0.8.11claws170
265
266         * sync with 0.9.0cvs5
267                 see ChangeLog 2003-05-21
268
269 2003-05-20 [paul]       0.8.11claws169
270
271         * sync with 0.9.0cvs4
272                 see ChangeLog 2003-05-20
273                 fixes bug #152, 'encoding of IMAP folders names'
274
275 2003-05-20 [paul]       0.8.11claws168
276
277         * sync with 0.9.0cvs3
278                 see ChangeLog 2003-05-20
279                 
280         * src/tools/convert_mbox.pl
281                 minor change in the comments, submitted by Fred Marton
282
283 2003-05-19 [paul]       0.8.11claws167
284
285         * src/plugins/clamav/Makefile.am
286           configure.ac
287                 link clamav_lib to the plugin and not to the main program
288
289 2003-05-19 [christoph]
290
291         * src/Makefile.am
292                 add -export-dynamic for linking
293
294 2003-05-19 [paul]       0.8.11claws166
295
296         * sync with 0.9.0cvs1
297                 see ChangeLog 2003-05-19
298
299 2003-05-19 [paul]       0.8.11claws165
300
301         * src/inc.c
302                 fix 'pop before smtp' timeout
303
304 2003-05-18 [alfons]     0.8.11claws164
305
306         * src/prefs_matcher.c
307                 put "execute" action command line ("expression") in edit box
308
309 2003-05-18 [christoph]  0.8.11claws163
310
311         * src/mimeview.[ch]
312         * src/plugins/dillo_viewer/dillo_viewer.c
313         * src/plugins/image_viewer/viewer.c
314         * src/plugins/mathml_viewer/mathml_viewer.c
315                 let a viewer have a list of Content-Types
316
317 2003-05-18 [paul]       0.8.11claws162
318
319         * src/prefs_filtering.c
320                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
321                 and REDIRECT actions
322
323 2003-05-17 [christoph]
324
325         * README.claws
326                 o remove dynamic signatures that was syned with main
327                 o add infos about no longer "build in" image viewer
328                 o update bugtracker URL
329
330 2003-05-17 [christoph]  0.8.11claws161
331
332         * src/folder.c
333         * src/folderview.c
334         * src/imap.c
335                 don't use imap_scan_folder anymore. Instead call folder_item_scan
336                 for every folder after rebuilding the folder tree.
337
338         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
339          messages)
340
341 2003-05-17 [christoph]  0.8.11claws160
342
343         * src/imap.c
344                 don't use STATUS command on current folder to check for
345                 content changes. imap_cmd_ok() now tracks changes to
346                 folder and number of existing messages.
347
348 2003-05-17 [paul]       0.8.11claws159
349
350         * src/plugins/clamav/clamav_plugin.c
351                 remove unnecessary debug_print
352
353 2003-05-16 [thorsten]   0.8.11claws158
354
355         * src/plugins/demo.c
356                 included missing intl.h
357
358 2003-05-16 [paul]       0.8.11claws157
359
360         * po/POTFILES.in
361                 remove non-existant entries
362         
363         * src/plugins/clamav/clamav_plugin.c
364           src/plugins/clamav/clamav_plugin_gtk.c
365           src/plugins/dillo_viewer/dillo_prefs.c
366           src/plugins/dillo_viewer/dillo_viewer.c
367                 gettextise
368
369 2003-05-16 [christoph]  0.8.11claws156
370
371         * po/POTFILES.in
372                 include plugin .c files for translation until I
373                 find a better solution to have plugins have their
374                 own textdomain
375         * src/plugins/demo/demo.c
376         * src/plugins/image_viewer/plugin.c
377         * src/plugins/mathml_viewer/mathml_viewer.c
378         * src/plugins/spamassassin/spamassassin.c
379         * src/plugins/spamassassin/spamassassin_gtk.c
380         * src/plugins/trayicon/trayicon.c
381                 add gettext macros for plugin name and description
382
383 2003-05-16 [paul]
384
385         * sync with 0.9.0
386
387 2003-05-16 [paul]       0.8.11claws155
388
389         * sync with lastest 0.9.0pre1
390                 see ChangeLog 2003-05-16
391
392 2003-05-15 [paul]       0.8.11claws154
393
394         * sync with latest 0.9.0pre1
395                 see ChangeLog 2003-05-14 and 2003-05-15
396
397 2003-05-14 [christoph]  0.8.11claws153
398
399         * src/plugins/image_viewer/viewer.c
400         * src/plugins/image_viewer/viewer.glade         ** NEW **
401         * src/plugins/image_viewer/viewerprefs.c
402                 make it possible to disable the autoload function in the
403                 imageviewer again
404
405 2003-05-14 [christoph]  0.8.11claws152
406
407         * src/folder.c
408                 fix folder update after adding a message
409
410 2003-05-13 [alfons]     0.8.11claws151
411
412         * src/common/session.c
413                 remove debug traces
414                 
415         * src/addrcache.[ch]
416         * src/filtering.[ch]
417         * src/folder.[c]
418         * src/gtkaspell.[ch]
419         * src/imap.[ch]
420         * src/mbox_folder.[ch]
421         * src/mh.[ch]
422         * src/mimeview.h
423         * src/msgcache.[ch]
424         * src/news.[ch]
425         * src/passphrase.[ch]
426         * src/prefs_common.[ch]
427         * src/prefs_gtk.[ch]
428         * src/procmsg.c
429         * src/scoring.[ch]
430                 be pedantic; (in prototypes () implies (int))
431
432 2003-05-13 [alfons]     0.8.11claws150
433
434         * src/prefs_toolbar.[ch]
435         * src/summaryview.[ch]
436         * src/toolbar.[ch]
437                 change misleading text in toolbar prefs;
438                 add toolbar action for ignore thread (toggles ignore thread flag);
439                 clean up a little bit;
440
441 2003-05-12 [paul]
442
443         * tools/convert_mbox.pl
444                 bug fixed by Fred Marton
445
446 2003-05-12 [paul]
447
448         * sync with 0.9.0pre1
449
450 2003-05-09 [paul]       0.8.11claws149
451
452         * sync with 0.8.11cvs43
453                 see ChangeLog 2003-05-09
454
455 2003-05-08 [christoph]  0.8.11claws148
456
457         * src/imap.[ch]
458                 o use CAPABILIY as first command and check for PREAUTH
459                   information in the response to it
460                 o rewrite all imap_cmd_* functions to use an IMAPSession
461                   instead of a SockInfo as parameter
462                 o do STARTTLS after fetching and checking the server
463                   capabilities
464
465 2003-05-08 [paul]       0.8.11claws147
466
467         * tools/Makefile.am
468           tools/README
469           tools/convert_mbox.pl         ** NEW FILE **
470                 add mbox conversion script. Submitted by 
471                 Fred Marton <Fred.Marton@uni-bayreuth.de>
472
473 2003-05-07 [christoph]
474
475         * doc-src/glade.txt
476         * src/gtk/pluginwindow.glade
477         * src/plugins/image_viewer/viewerprefs.glade
478         * src/plugins/spamassassin/spamassassin_gtk.glade
479                 add glade files for user interfaces and a description how
480                 to use glade to create the sylpheed code
481
482 2003-05-07 [paul]       0.8.11claws146
483
484         * sync with 0.8.11cvs41
485                 see ChangeLog 2003-05-07
486
487 2003-05-06 [christoph]  0.8.11claws145
488
489         * src/main.c
490         * src/plugins/image_viewer/viewer.c
491                 fix usage of imlib in imageviewer plugin
492
493         * src/gtk/prefswindow.c
494                 handle window close event correctly
495
496 2003-05-06 [paul]       0.8.11claws144
497
498         * src/common/ssl.c
499                 fix typo introduced in sync
500
501 2003-05-06 [paul]       0.8.11claws143
502
503         * sync with 0.8.11cvs39
504                 see ChangeLog 2003-05-06
505
506 2003-05-06 [paul]       0.8.11claws142
507
508         * AUTHORS
509           po/cs.po
510                 updated Czech translation, submitted by 
511                 Radek Vybiral <Radek.Vybiral@vsb.cz>
512                 
513         * src/plugins/clamav/clamav_plugin_gtk.c
514                 clean up
515
516 2003-05-03 [alfons]     0.8.11claws141
517
518         * src/compose.[ch]
519                 make paste as quotation work even when the call to 
520                 text_inserted() was deferred (fixes bug #140 "Paste 
521                 as quotation does not work when using "external" 
522                 clipboard")
523
524 2003-05-03 [thorsten]   0.8.11claws140
525
526         * src/addrquery.h
527           src/ldapquery.h
528           src/mainwindow.c
529                 removed C++ comments
530         * src/addr_compl.c
531                 function with non-int retval/param used before
532                 implementation/declaration
533
534 2003-05-02 [paul]       0.8.11claws139
535
536         * src/addr_compl.[ch]
537           src/addressbook.[ch]
538           src/addrindex.c
539           src/summaryview.c
540                 revert match's changes to (finally) remove the bug where
541                 opening a folder causes massive slowdown when using the 
542                 'Display sender using address book' option
543
544 2003-05-01 [melvin]     0.8.11claws138
545
546         * src/plugins/dillo_viewer/dillo_prefs.[ch]
547         * src/plugins/dillo_viewer/dillo_viewer.c
548                 Fixed bug where "Cancel" button from prefs issued
549                 warnings.
550                 Comply a little more to coding style
551
552 2003-05-01 [paul]       0.8.11claws137
553
554         * sync with 0.8.11cvs38
555                 see ChangeLog 2003-05-01
556
557 2003-05-01 [paul]       0.8.11claws136
558
559         * po/bg.po
560                 updated by George Danchev
561
562 2003-04-30 [christoph]  0.8.11claws135
563
564         * src/plugins/dillo_viewer/dillo_prefs.c
565         * src/plugins/image_viewer/viewerprefs.c
566         * src/plugins/spamassassin/spamassassin_gtk.c
567                 remove gtk_widget_ref() calls for widgets in
568                 glade code
569
570 2003-04-30 [paul]       0.8.11claws134
571
572         * src/addrindex.c
573                 ok, this time a better fix for the bug where opening folder
574                 has massive slowdown when using the 'Display sender using 
575                 address book' option
576
577 2003-04-30 [paul]       0.8.11claws133
578
579         * src/addrindex.c
580                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
581         
582 2003-04-30 [melvin]     0.8.11claws132
583
584         New: Dillo plugin preferences (patch by Dimitar Haralanov)
585
586         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
587                 Preferences for the dillo plugin
588         * src/plugins/dillo_viewer/dillo_viewer.c
589                 Support for preferences
590         * src/plugins/dillo_viewer/Makefile.am
591                 Added dillo_prefs.[ch]
592
593 2003-04-30 [alfons]     0.8.11claws131
594
595         * src/common/plugin.[ch]
596                 see? this ANSI C'fication immediately gives us type
597                 checking for free.
598
599 2003-04-30 [alfons]     0.8.11claws130
600
601         * src/common/plugin.[ch]
602         * src/plugins/clamav/clamav_plugin.[ch]
603         * src/plugins/clamav/clamav_plugin_gtk.c
604         * src/plugins/demo/demo.c
605         * src/plugins/dillo_viewer/dillo_viewer.c
606         * src/plugins/image_viewer/plugin.c
607         * src/plugins/image_viewer/viewer.[ch]
608         * src/plugins/image_viewer/viewerprefs.[ch]
609         * src/plugins/mathml_viewer/mathml_viewer.c
610         * src/plugins/spamassassin/spamassassin.[ch]
611         * src/plugins/spamassassin/spamassassin_gtk.c
612         * src/plugins/trayicon/trayicon.c
613                 clean up
614
615 2003-04-30 [alfons]     0.8.11claws129
616
617         * src/common/utils.c
618                 make is_ascii_str() fail gracefully when NULL pointer
619                 is passed
620
621 2003-04-30 [paul]       0.8.11claws128
622
623         * src/addrindex.c
624                 fix bug where opening folder has massive slowdown when
625                 using the 'Display sender using address book' option
626
627 2003-04-30 [paul]       0.8.11claws127
628
629         * src/plugins/clamav/clamav_plugin.c
630           src/plugins/clamav/clamav_plugin_gtk.c
631           src/plugins/demo/demo.c
632           src/plugins/dillo_viewer/dillo_viewer.c
633           src/plugins/image_viewer/plugin.c
634           src/plugins/mathml_viewer/mathml_viewer.c
635           src/plugins/spamassassin/spamassassin.c
636           src/plugins/spamassassin/spamassassin_gtk.c
637           src/plugins/trayicon/trayicon.c
638                 get rid of eye-hurting function signatures
639
640 2003-04-30 [paul]       0.8.11claws126
641
642         * src/plugins/trayicon/trayicon.c
643                 add description
644                 
645         * src/mimeview.c
646                 be more descriptive
647
648 2003-04-30 [paul]       0.8.11claws125
649
650         * configure.ac
651                 arrange the plugins in reverse alphabetical order
652                 
653         * src/plugins/clamav/clamav_plugin.[ch]
654           src/plugins/clamav/clamav_plugin_gtk.c
655                 rename some params
656                 resize max_size window
657                 re-arrange the order of some gui elements
658                 improve descriptions
659         
660         * src/plugins/image_viewer/plugin.c
661           src/plugins/mathml_viewer/mathml_viewer.c
662                 add descriptions
663                 
664         * src/plugins/spamassassin/spamassassin_gtk.c
665                 resize max_size window
666                 re-arrange the order of some gui elements
667                 
668         * src/messageview.c
669           src/mimeview.c
670                 correct typos
671
672 2003-04-30 [alfons]     0.8.11claws124
673
674         * src/imap.c
675                 fix a leak found while browsing Martin Kluge's 
676                 valgrind log (Claws only)
677
678 2003-04-29 [darko]      0.8.11claws123
679
680         * src/gtk/gtkstext.h
681                 include wchar.h if it is available, fixes compilation
682                 on HP-UX systems
683
684 2003-04-29 [melvin]     0.8.11claws122
685
686         * src/prefs_actions.c
687                 Improved help text of Actions' syntax
688
689 2003-04-28 [paul]       0.8.11claws121
690
691         * src/action.c
692                 a better fix for the crash when performing an action
693                 on a mime part
694
695 2003-04-28 [paul]       0.8.11claws120
696
697         * src/action.c
698                 fix crash when performing an action on a
699                 mime part
700
701 2003-04-28 [paul]       0.8.11claws119
702
703         * sync with 0.8.11cvs36
704                 see ChangeLog 2003-04-28
705
706 2003-04-27 [paul]       0.8.11claws118
707
708         * more sync with 0.8.11cvs35
709                 see ChangeLog 2003-04-25
710
711 2003-04-26 [christoph]  0.8.11claws117
712
713         * src/folder.c
714                 fix remove virtual check
715
716 2003-04-26 [paul]       0.8.11claws116
717
718         * src/messageview.c
719                 fix return-receipt, make it work again
720
721 2003-04-26 [paul]       0.8.11claws115
722
723         * src/mimeview.c
724                 restore double-clicking of the [application/pgp-signature 
725                 (Select "Check signature" to check)] line in the message view,
726                 broken in recent sync
727
728 2003-04-26 [christoph]  0.8.11claws114
729
730         * src/folder.c
731                 check if remove virtual really exists before
732                 calling the function
733
734 2003-04-25 [match]      0.8.11claws113
735
736         * src/addrindex.c
737         * src/addrbook.c
738         * src/ldapquery.[ch]
739         * src/ldapctrl.[ch]
740                 fix memleak.
741         * src/ldapserver.[ch]
742                 fix memleak. fix segfault.
743                 plug a Claws memleak
744
745 2003-04-25 [alfons]     0.8.11claws112
746
747         * src/folder.c
748                 plug a Claws memleak
749
750 2003-04-25 [alfons]     0.8.11claws111
751
752         * src/common/session.c
753                 plug a memleak
754
755 2003-04-25 [paul]       0.8.11claws110
756
757         * sync with 0.8.11cvs35
758                 see ChangeLog 2003-04-24 and 2003-04-25
759                 
760         * src/gtk/pluginwindow.c
761                 correct another strange float value
762
763 2003-04-24 [christoph]  0.8.11claws109
764
765         * src/folder.c
766                 freeze folder item updates when unsetting new flags
767
768         * src/gtk/pluginwindow.c
769                 correct strange float value
770
771 2003-04-23 [paul]       0.8.11claws108
772
773         * sync with 0.8.11cvs33
774                 see ChangeLog 2003-04-23
775
776 2003-04-22 [paul]       0.8.11claws107
777
778         * src/Makefile.am
779           src/messageview.c
780           src/mimeview.c
781           src/pgptext.[ch]      ** REMOVED **
782                 remove pgptext.[ch] as its not used any more
783
784 2003-04-22 [paul]       0.8.11claws106
785
786         * sync with 0.8.11cvs31
787                 see ChangeLog 2003-04-21 and 2003-04-22
788
789 2003-04-21 [alfons]     0.8.11claws105
790
791         * src/main.c
792                 No access to GTK structures if we're a spawned child
793                 (and clean up code a little bit...) Should fix #126.
794
795 2003-04-21 [melvin]     0.8.11claws104
796
797         * src/plugins/dillo_viewer/README
798                 Improved slightly the text.
799
800 2003-04-21 [melvin]     0.8.11claws103
801
802         * src/plugins/dillo_viewer/README *** NEW ***
803                 Added a README file for the Dillo plugin
804
805 2003-04-20 [paul]
806
807         * tools/README
808           tools/outlook2sylpheed.pl
809                 updated and improved by Ricardo Mones Lastra
810
811 2003-04-18 [oliver]     0.8.11claws102
812
813         * src/inc.c 
814         * src/prefs_account.h
815                 remove Pop3SessionType (used by selective download)
816         * src/prefs_toolbar.c
817                 enable set Default Toolbar button
818
819 2003-04-18 [paul]       0.8.11claws101
820
821         * sync with 0.8.11cvs29
822                 see ChangeLog 2003-04-18
823
824 2003-04-17 [paul]       0.8.11claws100
825
826         * src/prefs_common.[ch]
827           src/summaryview.c
828                 remove 'Open next message on deletion' option,
829                 as the same effect can now be achieved via the
830                 'Always open messages in summary when selected'
831                 option.
832
833 2003-04-17 [paul]       0.8.11claws99
834
835         * sync with 0.8.11cvs28
836                 see ChangeLog 2003-04-17
837
838 2003-04-17 [christoph]  0.8.11claws98
839
840         * ac/spamassassin.m4
841         * src/plugins/spamassassin/libspamc.[ch]
842         * src/plugins/spamassassin/utils.[ch]
843                 sync libspamc with SpamAssassin project
844
845 2003-04-17 [christoph]  0.8.11claws97
846
847         * src/common/socket.h
848         * src/gtk/sslcertwindow.h
849                 rename old USE_SSL to USE_OPENSSL
850
851 2003-04-17 [paul]       0.8.11claws96
852
853         * src/prefs_common.h
854                 use gulong for P_COLOR so that it compiles/runs on
855                 64-bit systems. Patch submitted by James Noyes
856                 <jnoyes-claws@retrogeeks.com>
857                 
858         * po/de.po
859                 updated by Jens
860
861 2003-04-17 [paul]       0.8.11claws95
862
863         * sync with 0.8.11cvs27
864                 see ChangeLog 2003-04-16
865
866 2003-04-15 [paul]       0.8.11claws94
867
868         * src/prefs_common.[ch]
869                 rearrange to stop the window getting too long:
870                         move Receive dialog stuff to Receive tab
871                         move Send dialog to Send tab
872                         remove Dialogs frame
873                 rename 'Open messages in summary with cursor keys' to
874                 'Always open messages in summary when selected', as its
875                 more appropriate
876
877 2003-04-15 [paul]       0.8.11claws93
878
879         * src/prefs_common.[ch]
880           src/summaryview.c
881                 add new option '/Interface/Open next message on deletion'
882
883 2003-04-15 [paul]       0.8.11claws92
884
885         * src/summaryview.[ch]
886                 add /Mark/Lock and /Mark/Unlock to the pop-up
887                 menu. Patch submitted by Ivan Francolin Martinez
888                 <ivanfm@users.sourceforge.net>
889
890 2003-04-15 [paul]       0.8.11claws91
891
892         * sync with 0.8.11cvs24
893                 see ChangeLog 2003-04-15
894
895 2003-04-14 [jens]       0.8.11claws90
896
897         * updated German translation and some corrections from
898                 Roland Bless <bless@tm.uka.de>
899
900 2003-04-14 [paul]       0.8.11claws89
901
902         * sync with 0.8.11cvs22
903                 see ChangeLog 2003-04-14
904
905 2003-04-13 [paul]       0.8.11claws88
906
907         * src/plugins/clamav/clamav_plugin.c
908                 fix memory leaks
909                 clean up
910
911 2003-04-12 [paul]       0.8.11claws87
912
913         * src/plugins/clamav/clamav_plugin.c
914                 activate enable/disable archive scanning option
915                 
916         * src/plugins/clamav/.cvsignore         ** NEW FILE **
917
918 2003-04-12 [paul]       0.8.11claws86
919
920         * src/plugins/Makefile.am
921           src/plugins/clamav/Makefile.am                ** NEW FILE **
922           src/plugins/clamav/README                     ** NEW FILE ** 
923           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
924           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
925                 add Clam AntiVirus plugin
926
927 2003-04-12 [paul]       0.8.11claws85
928
929         * sync with 0.8.11cvs21
930                 see ChangeLog 2003-04-11
931
932 2003-04-11 [paul]       0.8.11claws84
933
934         * po/es.po
935                 update Spanish translation. Submitted by Ricardo
936                 Mones Lastra.
937
938 2003-04-10 [christoph]  0.8.11claws83
939
940         * src/mbox.c
941                 fix typo that did not move unfiltered mails to destination
942                 folder
943
944         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
945          when filtering from spool)
946
947 2003-04-10 [christoph]  0.8.11claws82
948
949         * src/imap.c
950                 use BODY.PEEK instead of BODY in in message fetch operation
951                 to make sure the IMAP server does not set the \Seen flag for
952                 messages. Sylpheed does that later itself, when the message
953                 is opened in sylpheed
954
955         (closes Bug 111 Claws destroys unread marks)
956
957 2003-04-09 [oliver]     0.8.11claws81
958         
959         * src/folder.c
960                 fix crash in folder_destroy
961         * README.claws
962                 remove selective download
963
964 2003-04-09 [christoph]  0.8.11claws80
965
966         * src/imap.c
967                 fix crash in imap_get_msginfo() when then fetched message
968                 is not found
969
970         (closes Bug 110 Crash during mail composition)
971
972 2003-04-08 [christoph]  0.8.11claws79
973
974         * src/folder.c
975         * src/prefs_account.c
976                 Filter new messages that are found in an INBOX folder
977                 when 'Filter messages on receiving' is enabled in the
978                 Folder's AccountPrefs. This allows to use Sylpheed's
979                 filtering engine for IMAP folders where messages are
980                 added to the INBOX by a MTA
981
982 2003-04-08 [paul]       0.8.11claws78
983
984         * src/procmsg.h
985                 clean up after last commit
986
987 2003-04-08 [paul]       0.8.11claws77
988
989         * sync with 0.8.11cvs20
990                 see ChangeLog 2003-04-07 and 2003-04-08
991
992 2003-04-07 [christoph]  0.8.11claws76
993
994         * src/filtering.[ch]
995         * src/inc.[ch]
996         * src/mbox.c
997         * src/procmsg.[ch]
998                 add procmsg_msginfo_filter() to execute filtering actions
999
1000 2003-04-06 [christoph]  0.8.11claws75
1001
1002         * src/imap.c
1003                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1004
1005 2003-04-06 [christoph]  0.8.11claws74
1006
1007         * src/common/utils.[ch]
1008                 add g_int_compare() function for slist sorting
1009
1010         * src/imap.c
1011                 fetch all MsgInfos with one command in imap_get_msginfos()
1012                 using an imap set with a list of ranges
1013
1014         * src/news.c
1015                 use new g_int_compare() function
1016
1017 2003-04-06 [thorsten]   0.8.11claws73
1018
1019         * src/mh.c
1020                 corrected implementation of mh_folder_destroy()
1021
1022 2003-04-05 [christoph]  0.8.11claws72
1023
1024         * src/account.c
1025         * src/folder.[ch]
1026         * src/folderview.c
1027         * src/imap.c
1028         * src/inc.c
1029         * src/main.c
1030         * src/mainwindow.c
1031         * src/mbox_folder.c
1032         * src/mh.c
1033         * src/mimeview.h
1034         * src/msgcache.[ch]
1035         * src/news.c
1036         * src/procmime.h
1037         * src/procmsg.[ch]
1038         * src/setup.c
1039         * src/gtk/gtkutils.c
1040                 o rename structure field names class and new to klass and
1041                   new_msgs, to allow including files in C++
1042                 o add 'extern "C"' block to some header files
1043                 o add MsgInfoList and MsgNumberList as alias for GSList for
1044                   developers to know what type of list is expected
1045
1046         * src/plugins/image_viewer/plugin.c
1047         * src/plugins/image_viewer/viewer.[ch]
1048         * src/plugins/image_viewer/viewerprefs.[ch]
1049                 rename function names to prevent conflicts
1050
1051 2003-04-05 [paul]       0.8.11claws71
1052
1053         * sync with 0.8.11cvs18
1054                 see ChangeLog 2003-04-03 and 2003-04-04
1055
1056 2003-04-02 [christoph]  0.8.11claws70
1057
1058         * src/folder.[ch]
1059         * src/imap.[ch]
1060         * src/mbox_folder.[ch]
1061         * src/mh.[ch]
1062         * src/news.[ch]
1063                 o Make all virtual folder functions private
1064                 o remove unused folder code
1065
1066         * src/common/socket.[ch]
1067         * src/summaryview.c
1068                 fix warnings
1069
1070 2003-03-30 [alfons]     0.8.11claws69
1071
1072         * src/send_message.c
1073                 remove two debug traces and see if people still report
1074                 errors
1075
1076 2003-03-30 [alfons]     0.8.11claws68
1077
1078         * src/send_message.c
1079         * src/commons/session.c
1080                 add more debug traces
1081
1082 2003-03-30 [christoph]  0.8.11claws67
1083
1084         * src/folder.c
1085                 change processing folder name from .processing to processing
1086
1087         * src/common/ssl.c
1088                 disable SSL certificate check because it causes Xlib error
1089                 when the child process want's to open an GTK window
1090
1091 2003-03-30 [christoph]  0.8.11claws66
1092
1093         * src/folder.c
1094                 don't use default folder for processing folder item because
1095                 it can be a non local folder
1096
1097         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1098
1099 2003-03-30 [alfons]     0.8.11claws65
1100
1101         * src/send_message.c
1102                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1103                 to generate bad code for 'send_send_data_progressive': When
1104                 called from 'send_send_data_finished', the 'data' pointer is
1105                 cleared just before the assignment to the dialog pointer
1106
1107 2003-03-29 [christoph]  0.8.11claws64
1108
1109         * src/common/prefs.h
1110         * src/plugins/image_viewer/Makefile.am
1111         * src/plugins/image_viewer/plugin.c
1112         * src/plugins/image_viewer/viewer.[ch]
1113         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1114                 add PrefsPage for ImageViewer
1115
1116 2003-03-28 [thorsten]   0.8.11claws63
1117
1118         * src/common/session.c
1119                 added some comments
1120
1121 2003-03-28 [paul]       0.8.11claws62
1122
1123         * sync with 0.8.11cvs16
1124                 see ChangeLog 2003-03-28
1125
1126 2003-03-28 [paul]       0.8.11claws61
1127
1128         * sync with 0.8.11cvs15
1129                 see ChangeLog 2003-03-28
1130
1131 2003-03-27 [christoph]  0.8.11claws60
1132
1133         * src/folder.c
1134         * src/imap.c
1135         * src/common/socket.[ch]
1136                 set socket state to DISCONNECTED when any operation
1137                 fails to allow reconnecting in IMAP code without
1138                 checking the return code of all calls to the command
1139                 functions
1140
1141         * src/folderview.c
1142         * src/summaryview.c
1143                 remove some more stuff that depends on specific
1144                 folder types
1145
1146 2003-03-27 [paul]       0.8.11claws59
1147
1148         * sync with 0.8.11cvs14
1149                 see ChangeLog 2003-03-27
1150                 
1151         * src/selective_download.[ch]   ** REMOVED **
1152                 really removed
1153
1154 2003-03-27 [christoph]  0.8.11claws58
1155
1156         * src/folder.c
1157                 fix handling of tmp_flags in flag copy function
1158
1159 2003-03-27 [paul]       0.8.11claws57
1160
1161         * sync with 0.8.11cvs13
1162                 see ChangeLog 2003-03-27
1163
1164 2003-03-27 [oliver]     0.8.11claws56
1165
1166         * src/maiwindow.c
1167                 remove sel_download_cb
1168
1169 2003-03-27 [oliver]     0.8.11claws55
1170         
1171         * src/inc.c
1172                 remove POP3_TOP
1173         
1174 2003-03-26 [oliver]     0.8.11claws54
1175
1176         *src/pop.h
1177                 remove POP3_TOP*
1178         * README.claws
1179                 remove selective donwload readme
1180
1181 2003-03-26 [oliver]     0.8.11claws53
1182         * src/matcher.[ch]
1183         * src/matcher_parser_parse.y 
1184         * src/pop.c 
1185         * src/prefs_account.[ch]
1186         * src/prefs_filtering.c
1187                 remove selective donwload
1188
1189 2003-03-26 [oliver]     0.8.11claws52
1190
1191         * src/inc.[ch] 
1192         * src/filtering.c 
1193         * src/mainwindow.c 
1194                 remove selective donwload
1195
1196 2003-03-26 [oliver]     0.8.11claws51
1197         
1198         * src/Makefile.am
1199         * src/selective_download.[ch]   ** REMOVE **    
1200
1201 2003-03-26 [christoph]  0.8.11claws50
1202
1203         * src/news.c
1204                 fix NEWS that got broken by a sync with sylpheed-main
1205
1206 2003-03-26 [christoph]  0.8.11claws49
1207
1208         * src/mimeview.c
1209                 fix mime type guessing when no mime type is found for a file
1210
1211 2003-03-25 [christoph]  0.8.11claws48
1212
1213         * src/mimeview.c
1214         * src/procmime.c
1215                 remove mime type guessing from mime parser and use
1216                 name based mime types in viewer lookup for mime type
1217                 application/octet-stream
1218
1219 2003-03-25 [christoph]  0.8.11claws47
1220
1221         * doc-src/readme.txt
1222         * doc-src/rfc2554.txt
1223                 add RFC about SMTP AUTH
1224
1225         * src/send_message.c
1226         * src/common/smtp.[ch]
1227                 add extra error code for authentication errors and
1228                 clear temporary password when this error occurs
1229
1230         (closes Bug 84 authentication failure while sending should
1231          prompt for password again)
1232
1233 2003-03-25 [christoph]  0.8.11claws46
1234
1235         * configure.ac
1236         * src/Makefile.am
1237         * src/imageview.[ch]                            ** REMOVE **
1238         * src/messageview.[ch]
1239         * src/mimeview.[ch]
1240         * src/prefs_common.[ch]
1241         * src/textview.c
1242         * src/plugins/Makefile.am
1243         * src/plugins/image_viewer/.cvsignore           ** NEW **
1244         * src/plugins/image_viewer/Makefile.am          ** NEW **
1245         * src/plugins/image_viewer/plugin.c             ** NEW **
1246         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
1247                 move image viewer into a plugin (building is enabled by default)
1248                 [ToDo: Prefs for resize and autoview]
1249
1250 2003-03-25 [paul]       0.8.11claws45
1251
1252         * sync with 0.8.11cvs12
1253                 see ChangeLog 2003-03-26
1254
1255 2003-03-25 [paul]       0.8.11claws44
1256
1257         * sync with 0.8.11cvs11
1258                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1259                 
1260         Note: Selective Download is broken.
1261                 
1262 2003-03-22 [christoph]  0.8.11claws43
1263
1264         * src/folder.c
1265                 code cleanup for flags copying
1266
1267 2003-03-22 [christoph]  0.8.11claws42
1268
1269         * src/plugins/trayicon/trayicon.c
1270                 fix setting the transparent area when the window size
1271                 is forced by the system tray
1272
1273 2003-03-22 [christoph]  0.8.11claws41
1274
1275         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
1276         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
1277         * src/plugins/trayicon/newmail.xpm              ** NEW **
1278         * src/plugins/trayicon/nomail.xpm               ** NEW **
1279         * src/plugins/trayicon/trayicon.c
1280         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
1281                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1282                 o add icon for unread mails
1283                 o set transparency for window
1284
1285 2003-03-22 [christoph]  0.8.11claws40
1286
1287         * src/news.c
1288                 init news session to prevent crash when session is closed
1289
1290 2003-03-22 [christoph]  0.8.11claws39
1291
1292         * src/imap.c
1293         * src/common/session.[ch]
1294                 Init session data to make sure we don't have invalid pointers
1295                 for read_ch and write_ch when new multi process sessions are
1296                 not used
1297
1298         * src/main.c
1299         * src/common/plugin.c
1300         * src/common/sylpheed.c
1301         * src/plugins/demo/demo.c
1302         * src/plugins/dillo_viewer/dillo_viewer.c
1303         * src/plugins/mathml_viewer/mathml_viewer.c
1304         * src/plugins/spamassassin/spamassassin.c
1305         * src/plugins/spamassassin/spamassassin_gtk.c
1306                 add plugin types to allow loading plugins at different times
1307                 (and maybe for different frontends), because it's not good to
1308                 load GTK-Plugins gefore gtk_init was called
1309
1310         * configure.ac
1311         * src/plugins/Makefile.am
1312         * src/plugins/trayicon/.cvsignore               ** NEW **
1313         * src/plugins/trayicon/Makefile.am              ** NEW **
1314         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
1315         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1316         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1317         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1318         * src/plugins/trayicon/trayicon.c               ** NEW **
1319                 New Trayicon plugin that shows an icon in a systray that uses
1320                 XEMBED protocol like Gnome's systray. Icon shows if there
1321                 are new mails and a tooltip shows information about new,
1322                 unread and total messages.
1323
1324 2003-03-22 [paul]       0.8.11claws38
1325
1326         * src/common/smtp.c
1327                 fix ESMTP AUTH CRAM-MD5
1328                 [sync with main (still version 0.8.11cvs6), see
1329                  ChangeLog 2003-03-22]
1330
1331 2003-03-21 [colin]      0.8.11claws37
1332
1333         * src/send_message.c
1334                 Fix USE_SSL => USE_OPENSSL
1335
1336 2003-03-21 [colin]      0.8.11claws36
1337
1338         * src/folderview.c
1339                 Fix counts in drag and dropped subfolders
1340
1341 2003-03-21 [colin]      0.8.11claws35
1342
1343         * src/folder.c 
1344         * src/folderview.c
1345                 speed up a bit folder dnd
1346
1347 2003-03-20 [alfons]     0.8.11claws34
1348
1349         * src/main.c
1350         * src/toolbar.c
1351         * src/procmsg.c
1352                 don't send locked queue messages
1353                 (feature request "[ 705245 ] Locking message in outbox 
1354                  should prevent sending")
1355
1356 2003-03-20 [christoph]  0.8.11claws33
1357
1358         * src/folder.c
1359                 remove NEW and UNREAD flag in special folders when scanning
1360                 
1361         * src/common/smtp.c
1362                 fix ESMTP AUTH CRAM-MD5
1363
1364 2003-03-20 [paul]       0.8.11claws32
1365
1366         * src/prefs_account.c
1367                 Re-write 'Tunnel command to open connection' as
1368                 'Use command to communicate with server', and disable
1369                 it for all except IMAP accounts
1370
1371 2003-03-20 [paul]       0.8.11claws31
1372
1373         * sync with 0.8.11cvs6
1374                 see ChangeLog 2003-03-20
1375
1376 2003-03-19 [match]      0.8.11claws30
1377
1378         * src/addritem.[ch]
1379                 include documentation. minor refactoring.
1380         * src/addr_compl.[ch]
1381         * src/addrindex.[ch]
1382         * src/addresbook.[ch]
1383         * src/summaryview.c
1384                 re-enable address lookup (was disabled in
1385                 0.8.11claws20).
1386
1387 2003-03-19 [christoph]  0.8.11claws29
1388
1389         * src/procmsg.c
1390                 add temp flag handling, will make moving and copying
1391                 messages possible again
1392
1393         * src/folder.c
1394                 correct calulation of folder stats
1395
1396 2003-03-18 [match]      0.8.11claws28
1397
1398         * src/editgroup.h
1399                 remove case sensitive comparison (closes bug 80).
1400
1401 2003-03-18 [christoph]  0.8.11claws27
1402
1403         * src/imap.c
1404                 fix imap using a tunnel command
1405
1406         (closes bug 87)
1407
1408 2003-03-18 [christoph]  0.8.11claws26
1409
1410         * src/folder.[ch]
1411         * src/imap.c
1412         * src/procmsg.[ch]
1413                 rewrite flag handling for folders
1414
1415 2003-03-18 [christoph]  0.8.11claws25
1416
1417         * src/folder.c
1418         * src/procmsg.c
1419         * src/summaryview.c
1420                 unset NEW and UNREAD flags when message is ignored, to make
1421                 sure messages don't show up as unread on other IMAP clients,
1422                 because the IGNORE_THREAD flag can not be syncronized through
1423                 the IMAP folder
1424
1425 2003-03-17 [christoph]  0.8.11claws24
1426
1427         * src/imap.c
1428                 don't use recursion to fetch uids when the number of messages
1429                 does not match. Moved code into subfunction that is used
1430                 again when needed, to prevent an endless loop.
1431
1432 2003-03-17 [thorsten]   0.8.11claws23
1433
1434         * src/imageview.[ch]
1435                 export imageview_get_resized_size() (for plugins)
1436         * src/prefs_common.[ch]
1437                 added prefs_common_get() (for plugins)
1438
1439 2003-03-17 [christoph]  0.8.11claws22
1440
1441         * src/imap.c
1442                 o remove UID guessing from copy code
1443                 o support UIDPLUS extension for APPEND command
1444
1445 2003-03-17 [paul]       0.8.11claws21
1446
1447         * src/gtk/about.c
1448                 remove 'Compiled-plugins' section.
1449                 
1450         * src/plugins/dillo_viewer/dillo_viewer.c
1451                 slight change to description text
1452
1453 2003-03-16 [match]      0.8.11claws20
1454         * src/ldapserver.[ch]           ** NEW **
1455         * src/ldapctrl.[ch]             ** NEW **
1456         * src/ldapquery.[ch]            ** NEW **
1457         * src/ldaputil.[ch]             ** NEW **
1458         * src/addrcindex.[ch]           ** NEW **
1459         * src/addrquery.h               ** NEW **
1460         * src/addritem.[ch]
1461         * src/addrcache.[ch]
1462         * src/addrindex.[ch]
1463         * src/addr_compl.[ch]
1464         * src/addressbook.[ch]
1465         * src/addrbook.[ch]
1466         * src/editgroup.c
1467         * src/editaddress.c
1468         * src/editldap.c
1469         * src/editldap_basedn.c
1470         * src/vcard.c
1471         * src/jpilot.c
1472         * src/Makefile.am
1473                 included dynamic LDAP queries. improved address
1474                 completion.
1475
1476 2003-03-16 [paul]       0.8.11claws19
1477
1478         * tools/multiwebsearch.pl
1479                 fix a fatal typo
1480
1481 2003-03-16 [christoph]  0.8.11claws18
1482
1483         * src/mimeview.c
1484         * src/plugins/dillo_viewer/dillo_viewer.c
1485         * src/plugins/mathml_viewer/mathml_viewer.c
1486                 make unregistering of MimeViewerFactorys possible
1487
1488 2003-03-16 [alfons]     0.8.11claws17
1489
1490         * configure.ac
1491                 correct typo
1492
1493 2003-03-16 [melvin]     0.8.11claws16
1494
1495         * src/plugins/dillo_viewer.c
1496                 Fixed bug where it was not possible to view more than
1497                 one text/html attachment per message (bug discovered
1498                 by Christoph Hohmann).
1499
1500 2003-03-15 [melvin]     0.8.11claws15
1501
1502         * src/prefs_actions.c
1503                 Fixed compilation warnings.
1504
1505 2003-03-15 [melvin]     0.8.11claws14
1506
1507         * src/plugins/Makefile.am
1508         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
1509         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
1510         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
1511                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1512                 newer (http://dillo.auriga.wearlab.de/).
1513
1514 2003-03-15 [christoph]  0.8.11claws13
1515
1516         * src/imap.c
1517                 don't query imap folder for attributes because we already
1518                 for them from imap_status
1519
1520         * src/mimeview.[ch]
1521                 add support for plugable MimeViewers (unloading Viewers
1522                 not yet complete)
1523
1524         * src/plugins/Makefile.am
1525         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
1526         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
1527         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
1528                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1529                 widget from http://helm.cs.unibo.it/mml-widget/
1530
1531 2003-03-14 [christoph]  0.8.11claws12
1532
1533         * src/folder.[ch]
1534                 o error return code's should better be negative
1535                 o replace printf with debug_print
1536
1537         * src/imap.c
1538                 improve IMAP folder scan by checking UID-NEXT
1539
1540         * src/summaryview.c
1541                 remove check that are unnecessary in my opinion
1542
1543 2003-03-13 [christoph]  0.8.11claws11
1544
1545         * src/folder.[ch]
1546         * src/foldersel.c
1547         * src/folderview.c
1548         * src/imap.c
1549         * src/mbox_folder.c
1550         * src/mh.c
1551         * src/news.c
1552         * src/prefs_scoring.c
1553         * src/summaryview.c
1554                 use a common function to get a displayable name
1555                 for a FolderItem
1556
1557 2003-03-13 [paul]       0.8.11claws10
1558
1559         * tools/Makefile.am
1560           tools/README
1561           tools/multiwebsearch.conf     ** NEW FILE **
1562           tools/multiwebsearch.pl       ** NEW FILE **
1563                 add multiwebsearch Actions script
1564
1565 2003-03-13 [colin]      0.8.11claws9
1566
1567         * src/compose.c
1568                 Remove leading emtpy lines from quoted text
1569                 before quoting it
1570
1571 2003-03-13 [melvin]     0.8.11claws8
1572
1573         * src/prefs_actions.c
1574                 Fixed a memory leak
1575                 Code clean ups
1576                 Added Cancel and OK buttons
1577                 Corrected help text
1578
1579 2003-03-13 [christoph]  0.8.11claws7
1580
1581         * src/account.c
1582         * src/folder.[ch]
1583         * src/imap.c
1584         * src/mainwindow.c
1585         * src/mbox_folder.c
1586         * src/mh.c
1587         * src/news.c
1588         * src/setup.c
1589                 replace more folder type stuff with folder class stuff
1590
1591 2003-03-13 [melvin]     0.8.11claws6
1592
1593         * src/prefs_actions.c
1594                 Added new tokens:
1595                 %u: user provided argument
1596                 %h: user provided argument (hidden on input)
1597                 %s: current text selection in the message view 
1598
1599 2003-03-13 [paul]       0.8.11claws5
1600
1601         * sync with 0.8.11cvs5
1602                 see ChangeLog 2003-03-11, 2003-03-12
1603
1604 2003-03-12 [christoph]  0.8.11claws4
1605
1606         * src/folder.c
1607                 use folder class idstr when writing folderlist.xml
1608
1609         * src/folder.h
1610         * src/imap.c
1611         * src/news.c
1612                 replace folder type checks with folder class checks
1613
1614 2003-03-12 [christoph]  0.8.11claws3
1615
1616         * src/folder.[ch]
1617         * src/imap.[ch]
1618         * src/main.c
1619         * src/mbox_folder.[ch]
1620         * src/mh.[ch]
1621         * src/news.[ch]
1622                 o create a list of known folder classes in the folder system
1623                 o use folder class id strings for folder item identifiers
1624
1625 2003-03-12 [christoph]  0.8.11claws2
1626
1627         * src/imap.c
1628                 fix imap uid validity check
1629
1630 2003-03-12 [christoph]  0.8.11claws1
1631
1632         * src/account.c
1633         * src/folder.[ch]
1634         * src/foldersel.c
1635         * src/folderview.c
1636         * src/imap.c
1637         * src/mainwindow.c
1638         * src/mbox_folder.c
1639         * src/mh.c
1640         * src/news.c
1641         * src/prefs_scoring.c
1642         * src/procmsg.c
1643         * src/setup.c
1644         * src/summaryview.c
1645                 initial restructuring of folder system, seperating
1646                 folders and folder classes
1647
1648 2003-03-12 [paul]       0.8.11claws
1649
1650         0.8.11claws release
1651
1652 2003-03-12 [christoph]
1653
1654         * src/gtk/prefswindow.c
1655                 fix translation of "Page Index"
1656
1657 2003-03-12 [paul]       0.8.10claws110
1658
1659         a sync from 0.8.11cvs4 before the release
1660
1661         * src/common/utils.c
1662                 subject_compare_for_sort(): allow null strings (fixes
1663                 summary sorting).
1664
1665 2003-03-11 [paul]       0.8.10claws109
1666
1667         * po/es.po
1668                 update Spanish translation, submitted by
1669                 Ricardo Mones Lastra
1670
1671 2003-03-11 [melvin]     0.8.10claws108
1672
1673         * po/fr.po
1674                 Updated French translations
1675
1676 2003-03-11 [paul]       0.8.10claws107
1677
1678         * manual/en/Makefile.am
1679           manual/en/*.html
1680                 update English manual, add a new page
1681                 updated by Francois Barriere <fbarriere@atmel.fr>
1682                 
1683         * po/bg.po
1684           po/it.po
1685           po/sr.po
1686                 update Bulgarian, Italian, and Serbian translations
1687                 submitted by George Danchev, Alessandro Maestri, and
1688                 Urke MMI
1689
1690 2003-03-10 [paul]       0.8.10claws106
1691
1692         * src/gtk/about.c
1693           src/gtk/prefswindow.c
1694                 make some strings translatable
1695
1696 2003-03-10 [darko]      0.8.10claws105
1697
1698         * src/compose.c
1699                 code cleanup to make Hiro happy
1700
1701 2003-03-10 [paul]       0.8.10claws104
1702
1703         * sync with 0.8.11cvs2
1704                 see ChangeLog 2003-03-10
1705
1706 2003-03-09 [melvin]     0.8.10claws103
1707
1708         * src/textview.c
1709                 textview_set_font(): fix for message display in
1710                 UTF-8 locales (thanks to Sergey Vlasov).
1711                 (was unintentionnaly reverted in 0.8.6claws6)   
1712
1713 2003-03-08 [darko]      0.8.10claws102
1714
1715         * src/compose.c
1716                 fix infinite loop in wrapping as reported
1717                 by happycactus
1718                 obsoletes patch #696482
1719
1720 2003-03-08 [christoph]  0.8.10claws101
1721
1722         * src/imap.c
1723                 add workaround for IMAP servers that do not
1724                 support the "UID SEARCH UID" command
1725
1726 2003-03-07 [christoph]  0.8.10claws100
1727
1728         * src/plugins/spamassassin/spamassassin.[ch]
1729         * src/plugins/spamassassin/spamassassin_gtk.c
1730                 code cleanup
1731
1732 2003-03-07 [paul]       0.8.10claws99
1733
1734         * po/es.po
1735                 updated Spanish translation, submitted by
1736                 Ricardo Mones Lastra
1737
1738 2003-03-07 [christoph]  0.8.10claws98
1739
1740         * src/send.c
1741                 fix in 0.8.10claws94 was wrong
1742                 local delivery does not require escaping, remove escaping
1743                 code to make signatures of mails with "." lines valid
1744                 
1745                 NOTE: requires that sendmail is executed with "-i" option,
1746                       what is the default now, but has to be changed in all
1747                       exsiting accounts)
1748
1749 2003-03-07 [paul]       0.8.10claws97
1750
1751         * sync with 0.8.11 release
1752                 see ChangeLog 2003-03-07
1753
1754 2003-03-06 [paul]       0.8.10claws96
1755
1756         * src/compose.c
1757                 revert commit 0.8.10claws92
1758
1759 2003-03-06 [paul]       0.8.10claws95
1760
1761         * src/folderview.c
1762                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
1763
1764         * src/gtkaspell.c
1765                 fix bug 74, 'Crash opening editor window with pseudo-color
1766                 display'
1767                 
1768         Patches submitted by Kevin Vigor <kevin@vigor.nu>
1769
1770 2003-03-06 [christoph]  0.8.10claws94
1771
1772         * src/send.c
1773                 fix rfc2821 (4.5.2) violation in SMTP data sending,
1774                 all lines starting with a period get an extra period
1775                 inserted
1776                 (found by Simon 'corecode' Schubert)
1777
1778 2003-03-06 [paul]       0.8.10claws93
1779
1780         * src/folderview.c
1781                 if configured font can't be loaded fall back to gtk
1782                 default. (with thanks to Christoph)
1783                 
1784                 closes long-standing bug 15 'Crashes on startup'
1785
1786 2003-03-06 [paul]       0.8.10claws92
1787
1788         * src/compose.c
1789                 freeze text before autosave and thaw afterwards
1790                 fixes bug 67 'autosave make re-rediting message crazy'
1791
1792 2003-03-06 [christoph]  0.8.10claws91
1793
1794         * src/compose.c
1795                 ignore address comment in dupe check for Cc-list
1796
1797         (closes reopened bug 47 Replying to message strips name part of
1798          e-mail addresses of Cc: lines)
1799
1800 2003-03-06 [paul]       0.8.10claws90
1801
1802         * src/Makefile.am
1803                 remove reference to gtkxtext.h as its no longer in
1804                 the repository
1805
1806 2003-03-06 [paul]       0.8.10claws89
1807
1808         * sync with 0.8.10cvs25
1809                 see ChangeLog 2003-03-06
1810
1811 2003-03-06 [oliver]     0.8.10claws88
1812         
1813         * src/messageview.c
1814                 remove include
1815
1816 2003-03-06 [oliver]     0.8.10claws87
1817         
1818         * src/folderview.c 
1819                 remove changes introduced inclaws74
1820         * src/messageview.c
1821                 another attempt to sanely delete and update
1822                 messages deleted in separate messageview
1823
1824 2003-03-05 [christoph]  0.8.10claws86
1825
1826         * src/summaryview.c
1827                 check if "From" matches any account's address if
1828                 addressbook completion of addresses is disabled too
1829
1830         (closes Bug 70 "Display recipient in from" doesn't check
1831          folder's default account)
1832
1833 2003-03-05 [christoph]  0.8.10claws85
1834
1835         * src/compose.c
1836         * src/common/utils.[ch]
1837                 don't strip address comments when building Cc lists
1838
1839         (closes Bug 47 Replying to message strips name part of e-mail addresses
1840          of Cc: lines)
1841
1842         * src/folder.c
1843                 fix return value of copy function
1844
1845 2003-03-05 [christoph]  0.8.10claws84
1846
1847         * src/imap.c
1848                 don't ask imap server for non rfc822 headers
1849
1850         (closes bug 71 IMAP FETCH asks for FROM header field twice)
1851
1852         * src/imap.c
1853                 destroy session on socket error to allow reconnecting
1854
1855 2003-03-05 [christoph]  0.8.10claws83
1856
1857         * configure.ac
1858                 fix building with gnome when no prefix is set
1859
1860         (closes bug 66 Gnome directory is set to NONE)
1861
1862 2003-03-05 [paul]       0.8.10claws82
1863
1864         * sync with 0.8.10cvs23
1865                 see ChangeLog 2003-03-05
1866
1867 2003-03-04 [christoph]  0.8.10claws81
1868
1869         * src/folder.c
1870                 o fix moving and copying when folder returns 0 for new
1871                   message number
1872                 o remove some code for single message copy and move
1873                   operations and use functions for multiple messages
1874
1875         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
1876
1877         * src/news.c
1878                 remove unused include
1879
1880 2003-03-04 [paul]       0.8.10claws80
1881
1882         * src/gtk/about.c
1883                 list 'Compiled plugins'
1884
1885 2003-03-03 [christoph]  0.8.10claws79
1886
1887         * src/news.[ch]
1888                 have to multiply the percentage of the current fetch with
1889                 the percentage that it has of the total fetch operation
1890                 for correct values
1891
1892 2003-03-03 [christoph]  0.8.10claws78
1893
1894         * src/news.c
1895                 fix calculation of expected lines for progress indicator
1896
1897 2003-03-03 [christoph]  0.8.10claws77
1898
1899         * src/summaryview.c
1900         * src/common/utils.c
1901                 fix segfault when opening the root news folder
1902
1903 2003-03-03 [christoph]  0.8.10claws76
1904
1905         * src/mainwindow.[ch]
1906         * src/common/Makefile.am
1907         * src/common/progressindicator.[ch]
1908                 add UI independent progress indicator handling
1909
1910         * src/news.[ch]
1911                 use new progress indicator for message info fetching
1912
1913         * src/common/hooks.h
1914                 code cleanup
1915
1916 2003-03-03 [oliver]     0.8.10claws75
1917
1918         * src/toolbar.c
1919         * src/compose.c
1920                 removed commented code
1921
1922 2003-03-03 [oliver]     0.8.10claws74
1923
1924         * src/toolbar.[ch]
1925                 cleanups and refactoring
1926         * src/compose.[ch]
1927                 compose_reply_mode reply & forwarding interface for
1928                 toolbar buttons
1929         * src/folderview.c
1930                 act on messages marked for deletion in folderview_selected
1931                 based on prefs_common.immediate_exec since a message might 
1932                 have been deleted by messageview in a folder we are changing 
1933                 to (does anybody understand what I'm on about ?)
1934
1935 2003-03-03 [oliver]     0.8.10claws73
1936         
1937         * src/messageview.[ch]
1938                 new functions
1939                 - messageview_delete: delete message shown in messagview
1940                 - messageview_update_view: update messageview to currently 
1941                   selected summaryview message
1942                 - add separate messageview to msgview_list in order to update 
1943                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
1944         * src/summaryview.[ch]
1945                 summary_get_selection returns a list of selected msgs
1946                 in summaryview
1947         * src/mainwindow.c
1948                 toolbar reply refactoring
1949
1950 2003-03-03 [paul]       0.8.10claws72
1951
1952         * sync with 0.8.10cvs21
1953                 see ChangeLog 2003-03-03
1954
1955 2003-03-02 [christoph]  0.8.10claws71
1956
1957         * src/common/passcrypt.c
1958                 use POSIX includes
1959
1960 2003-03-02 [christoph]  0.8.10claws70
1961
1962         * configure.ac
1963         * src/prefs_account.c
1964         * src/prefs_gtk.[ch]
1965         * src/common/.cvsignore
1966         * src/common/Makefile.am
1967         * src/common/passcrypt.c                ** NEW **
1968         * src/common/passcrypt.h.in             ** NEW **
1969                 Implement password encryption in config files
1970                 using unix encrypt and setkey functions. The crypt
1971                 key can be set as a configure parameter. Old
1972                 passwords will be converted if they do not begin
1973                 with '!'
1974
1975 2003-03-02 [paul]       0.8.10claws69
1976
1977         * src/prefs_account.c
1978                 fix compile error
1979
1980 2003-03-01 [thorsten]   0.8.10claws68
1981
1982         * po/el.po
1983           po/hr.po
1984           po/it.po
1985           po/nl.po
1986           po/sr.po
1987           po/sv.po
1988                 corrected format strings
1989         * po/en_GB.po
1990                 corrected headers
1991                 (fix compile errors with GNU gettext-0.11.5)
1992
1993 2003-03-01 [oliver]     0.8.10claws67
1994
1995         * src/summaryview.c
1996                 menu callbacks call toolbar_menu_reply
1997
1998 2003-03-01 [oliver]     0.8.10claws66
1999
2000         * src/mainwindow.c
2001         * src/messageview.c
2002                 menu callbacks call toolbar_menu_reply
2003         * src/toolbar.[ch]
2004                 callbacks from menu handled by toolbar_menu_reply
2005
2006 2003-03-01 [paul]       0.8.10claws65
2007
2008         * src/addressbook.c
2009                 revert commit 0.8.10claws54 - breaks editing of
2010                 addressbook.
2011                 
2012         * po/bg.po
2013                 update Bulgarian translation, submitted by
2014                 George Danchev
2015
2016 2003-02-28 [christoph]  0.8.10claws64
2017
2018         * src/account.c
2019         * src/addressadd.c
2020         * src/compose.c
2021         * src/gtkaspell.c
2022         * src/gtkxtext.h                ** REMOVE **
2023         * src/imap.c
2024         * src/matcher.[ch]
2025         * src/mh.c
2026         * src/news.c
2027         * src/pine.c
2028         * src/prefs_common.c
2029         * src/prefs_matcher.c
2030         * src/procheader.[ch]
2031         * src/procmsg.[ch]
2032         * src/toolbar.c
2033         * src/common/ssl_certificate.c
2034         * src/gtk/colorlabel.c
2035         * src/gtk/menu.c
2036                 o fix warnings
2037                 o remove code obsoleted by new cache and folder system rework
2038
2039 2003-02-28 [oliver]     0.8.10claws63
2040         
2041         * src/toolbar.[ch]
2042                 * fix bug where reply in Messageview replied to 
2043                 Message displayed in summaryview
2044                 (reportedd via ML by chinatinte at gmx dot ch)
2045                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2046                 didn't work in separate MessageView Toolbar
2047                 (wondering if anybody uses this at all ?)
2048         * src/summaryview.[ch]
2049                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2050                 (generalize reply and forward code);
2051         * src/messageview.c 
2052                 remove focus_in event which updated summaryview to messageview
2053
2054 2003-02-28 [paul]       0.8.10claws62
2055
2056         * po/Makefile.in.in
2057                 add the --check option
2058                 Patch submitted by Ricardo Mones Lastra
2059
2060 2003-02-28 [paul]       0.8.10claws61
2061
2062         * src/prefs_account.c
2063                 re-order 'Signature' items
2064
2065 2003-02-28 [paul]       0.8.10claws60
2066
2067         * sync with 0.8.10cvs20
2068                 see ChangeLog 2003-02-28
2069
2070 2003-02-28 [paul]       0.8.10claws59
2071
2072         * po/POTFILES.in
2073                 update to reflect recent movement of files
2074
2075 2003-02-28 [paul]       0.8.10claws58
2076
2077         * sync with 0.8.10cvs19
2078                 see ChangeLog 2003-02-28
2079
2080 2003-02-27 [martin]     0.8.10claws57
2081
2082         * src/prefs_matcher.c 
2083                 fix segfault in prefs_matcher_ok() when the
2084                 last entry is deleted and prevents that the
2085                 message "entry not saved" comes up after deleting
2086                 an entry
2087
2088 2003-02-27 [martin]     0.8.10claws56
2089
2090         * src/prefs_filtering.c 
2091                 fix segfault in prefs_filtering_ok() when the
2092                 last entry is deleted and prevents that the
2093                 message "entry not saved" comes up after deleting
2094                 an entry
2095
2096 2003-02-27 [paul]       0.8.10claws55
2097
2098         * sync with 0.8.10cvs18
2099                 see ChangeLog 2003-02-27
2100
2101 2003-02-27 [paul]       0.8.10claws54
2102
2103         * src/addressbook.c
2104                 fix bug where the address book crashes with 
2105                 multiple lookups.
2106                 Patch [687729] submitted by David Frager 
2107                 <dbfrager@users.sourceforge.net>
2108
2109 2003-02-25 [christoph]  0.8.10claws53
2110
2111         * src/Makefile.am
2112         * src/colorlabel.[ch]           ** REMOVE **
2113         * src/gtk/Makefile.am
2114         * src/gtk/colorlabel.[ch]       ** NEW **
2115                 move colorlabel files to gtk directory
2116
2117         * src/esmtp.[ch]                ** REMOVE **
2118                 has been merged into smtp.[ch] in 0.7.5
2119
2120 2003-02-25 [christoph]  0.8.10claws52
2121
2122         * src/Makefile.am
2123         * src/about.[ch]                ** REMOVE **
2124         * src/gtk/Makefile.am
2125         * src/gtk/about.[ch]            ** NEW **
2126                 move about files to gtk directory
2127
2128 2003-02-25 [christoph]  0.8.10claws51
2129
2130         * src/folder.c
2131                 some code optimization of folder scanning code
2132
2133         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2134
2135 2003-02-25 [christoph]  0.8.10claws50
2136
2137         * src/main.c
2138         * src/common/sylpheed.c
2139                 add command line parameter parsing to common code
2140
2141 2003-02-24 [christoph]
2142
2143         * Makefile.am
2144         * configure.ac
2145                 fix gnome prefix problems, the configure script now removed
2146                 `gnome-config --prefix` from `gnome-config --datadir`
2147                 and adds $(prefix} instead
2148
2149         (closes Bug 24 Makefile does not respect prefix when installing
2150          GNOME data)
2151
2152 2003-02-24 [christoph]  0.8.10claws49
2153
2154         * src/news.c
2155                 check for valid session before trying to authenticate
2156
2157         (closes Bug 60 crash if "authenticate on logon" is activated
2158          and newsserver-hostname is not valid)
2159
2160 2003-02-24 [melvin]     0.8.10claws48
2161
2162         * src/prefs_actions.c
2163                 Make sure all user's input is sent to the action and then
2164                 close the socket..
2165
2166 2003-02-23 [alfons]     0.8.10claws46
2167
2168         * src/summaryview.c
2169                 also wait cursor when deleting files
2170
2171 2003-02-23 [paul]
2172
2173         * tools/freshmeat_search.pl
2174           tools/google_search.pl
2175                 scripts should now work for any browser/browser command line
2176
2177 2003-02-22 [christoph]  0.8.10claws45
2178
2179         * src/procmsg.c
2180                 fix IMAP flag setting, IMAP flag is not handled correctly
2181                 anymore by the folder system and information about the
2182                 folder should not be saved in the MsgInfo (in my opinion)
2183
2184         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2185
2186 2003-02-22 [christoph]  0.8.10claws44
2187
2188         * src/summaryview.c
2189                 fix spelling of "label" ;-)
2190
2191 2003-02-22 [thorsten]   0.8.10claws43
2192
2193         * src/mimeview.c
2194           src/prefs_common.[ch]
2195           src/procmime.[ch]
2196                 do not use description as attachment name
2197
2198 2003-02-22 [alfons]     0.8.10claws42
2199
2200         * src/summaryview.c
2201                 freeze/thaw folder item updates when changing color labels,
2202                 and put a wait cursors on
2203
2204 2003-02-22 [thorsten]   0.8.10claws41
2205
2206         * src/mimeview.c
2207                 save-all fixes: crash if invoked on multipart container,
2208                 mimeinfo access, pathseparators, error dialog
2209
2210 2003-02-21 [alfons]     0.8.10claws40
2211
2212         * src/prefs_gtk.c
2213                 remove unused var
2214
2215 2003-02-21 [colin]      0.8.10claws39
2216
2217         * src/send.c
2218                 Fix smtp logging
2219
2220 2003-02-21 [colin]      0.8.10claws38
2221
2222         * src/summaryview.c
2223                 Freeze/thaw folderItem updates when filtering messages 
2224                 via Tools/Filter messages
2225
2226 2003-02-21 [paul]       0.8.10claws37
2227
2228         * src/compose.c
2229                 revert commit 0.8.10claws26, there are ulterior motives
2230                 for users to set a Reply-To header when posting to
2231                 newsgroups
2232
2233 2003-02-21 [paul]       0.8.10claws36
2234
2235         * sync with 0.8.10cvs17
2236                 see ChangeLog 2003-02-21
2237
2238 2003-02-20 [christoph]  0.8.10claws35
2239
2240         * src/imap.c
2241                 IMAP UID fetch speedup using SEARCH
2242
2243         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2244
2245         * src/imap.c
2246                 fix problem with UIDs in IMAP UID cache that no longer existed
2247
2248 2003-02-20 [christoph]  0.8.10claws34
2249
2250         * src/imap.c
2251         * src/procheader.c
2252         * src/procheader.h
2253                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2254
2255         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2256
2257         * src/imap.c
2258                 Rewrite imap_cmd_gen_recv use sock_getline instead
2259                 of sock_gets to avoid problems with too long reply
2260                 lines
2261     
2262 2003-02-20 [colin]      0.8.10claws33
2263         
2264         * src/prefs_account.c
2265                 Better wording
2266
2267 2003-02-20 [colin]      0.8.10claws32
2268
2269         * src/compose.c
2270                 Remove useless '&& !to_sender' 
2271
2272 2003-02-20 [darko]
2273
2274         * AUTHORS
2275                 change my e-mail address
2276
2277 2003-02-19 [colin]      0.8.10claws31
2278
2279         * src/prefs_common.c
2280                 X11 style colors for every configurable color
2281
2282 2003-02-19 [alfons]     0.8.10claws30
2283
2284         * src/prefs_gtk.[ch]
2285         * src/prefs_common.c
2286                 for color_new accept both plain integers and X11 style color
2287                 names (as found in /usr/lib/X11/rgb.txt)
2288
2289 2003-02-19 [paul]       0.8.10claws29
2290
2291         * src/mainwindow.c
2292                 add tooltips to online/offline button and account selector
2293                 button
2294
2295 2003-02-19 [paul]       0.8.10claws28
2296
2297         * src/folder.c
2298           src/news.c
2299           src/prefs_account.[ch]
2300           src/prefs_common.[ch]
2301                 move 'Maximum number of articles to download' to
2302                 account prefs.
2303                 clean up account prefs gui a little by hiding entries
2304                 rather then greying out entries
2305
2306 2003-02-19 [hiro]       0.8.10claws27
2307
2308         * src/common/utils.c
2309                 fix bug #54 'yesterdays date is displayed in the message 
2310                 summary window'
2311
2312 2003-02-19 [paul]       0.8.10claws26
2313
2314         * src/compose.c
2315                 fix bug reported in Feature Request [688596] 
2316                 'Reply-to header in news'
2317
2318 2003-02-18 [paul]       0.8.10claws25
2319
2320         * src/select-keys.c
2321                 add a 'List all keys' button to key selection dialog
2322
2323 2003-02-18 [colin]      0.8.10claws24
2324         
2325         * src/stock_pixmap.c
2326                 fix compile error
2327
2328 2003-02-18 [colin]      0.8.10claws23
2329
2330         * src/common/smtp.[ch]
2331           src/prefs_account.c
2332                 Try to starttls if it seems to be the only
2333                 way to authenticate a user
2334
2335 2003-02-18 [paul]       0.8.10claws22
2336
2337         * src/Makefile.am
2338           src/folderview.c
2339           src/stock_pixmap.[ch]
2340           src/pixmaps/drafts_close.xpm  ** NEW FILE **
2341           src/pixmaps/drafts_open.xpm   ** NEW FILE **
2342                 as a Drafts folder is a special folder allow it to have
2343                 its own unique icons
2344
2345 2003-02-18 [colin]      0.8.10claws21
2346
2347         * src/imap.c
2348                 Fix port selection when using starttls
2349
2350 2003-02-18 [paul]       0.8.10claws20
2351
2352         * src/mainwindow.c
2353           src/prefs_common.[ch]
2354                 make blue the default new mail colour
2355
2356 2003-02-18 [paul]       0.8.10claws19
2357
2358         * sync with 0.8.10cvs14
2359                 see ChangeLog 2003-02-18
2360
2361 2003-02-17 [jens]       0.8.10claws18
2362
2363         * src/common/md5.c
2364                 fixed a compile problem with gcc 3.3
2365                 works on 2.95.3 too (testet on PPC as it is big endian)
2366
2367 2003-02-17 [paul]       0.8.10claws17
2368
2369         * sync with 0.8.10cvs13
2370                 see ChangeLog 2003-02-17
2371
2372 2003-02-17 [paul]       0.8.10claws16
2373
2374         * sync with 0.8.10cvs12
2375                 see ChangeLog 2003-02-17
2376
2377 2003-02-16 [match]      0.8.10claws15
2378
2379         * src/addressbook.c
2380                 Eliminates reloading of address data when items
2381                 deleted or added. Applied submitted by
2382                 Luke Plant <lukeplant@softhome.net>
2383
2384 2003-02-16 [paul]       0.8.10claws14
2385
2386         * src/news.c
2387                 when a 'protocol error' is encountered disconnect from
2388                 the server. This means that the user can carry on viewing
2389                 other articles and doesn't have to either wait until the
2390                 server timesout or quit sylpheed.
2391                 Fixes bug #53 'Unable to read messages in newsgroups, 
2392                 displayed message doesn't change'
2393
2394 2003-02-15 [christoph]  0.8.10claws13
2395
2396         * src/imap.c
2397                 fix bug that stopped scanning of folders when an
2398                 IMAP folder was empty
2399
2400         (closes bug 46 stop scan messages in folders after empty folder)
2401
2402 2003-02-15 [paul]
2403
2404         * tools/Makefile.am
2405           tools/README
2406           tools/freshmeat_search.pl     ** NEW FILE **
2407           tools/google_search.pl        ** NEW FILE **
2408                 Add 2 Actions scripts which search freshmeat/google
2409                 for the selected text using the browser configured
2410                 in sylpheedrc.
2411                 
2412         Note: These scripts are very dependent on the format of the
2413         browser command and may not work on every occasion. Testing
2414         is welcome. 
2415
2416 2003-02-14 [alfons]     0.8.10claws12
2417
2418         * src/compose.c
2419                 fix breakage because of uninitialized account pointer.
2420                 please verify.
2421
2422 2003-02-14 [paul]       0.8.10claws11
2423
2424         * src/compose.c
2425           src/prefs_account.[ch]
2426           src/prefs_common.[ch]
2427                 move signature settings to Account Prefs
2428
2429 2003-02-14 [paul]       0.8.10claws10
2430
2431         * sync with 0.8.10cvs11
2432                 see ChangeLog 2003-02-14
2433
2434 2003-02-13 [thorsten]   0.8.10claws9
2435
2436         * src/news.c
2437                 revert news progressbar (GUI separation)
2438
2439 2003-02-13 [paul]       0.8.10claws8
2440
2441         * src/compose.c
2442                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
2443                 paragraph 1
2444
2445 2003-02-13 [paul]       0.8.10claws7
2446
2447         * src/compose.[ch]
2448           src/summaryview.c
2449                 fix 'Follow-up and Reply-to' so that it creates a reply to
2450                 the newsgroup and the sender. If the message has the keyword
2451                 'poster' in the Followup-To header, all replies go to the
2452                 sender, re: RFC 1036, Section 2.2.3
2453                 rename all instances of 'ignore_replyto' to 'to_sender', both
2454                 were previously used, now we use just one.
2455
2456 2003-02-13 [paul]       0.8.10claws6
2457
2458         * sync with 0.8.10cvs9
2459                 see ChangeLog 2003-02-13
2460
2461 2003-02-13 [paul]       0.8.10claws5
2462
2463         * configure.ac
2464                 show which plugins are configured in the configure
2465                 output.
2466
2467 2003-02-12 [thorsten]   0.8.10claws4
2468
2469         * src/news.c
2470                 show progress while fetching news headers
2471
2472 2003-02-12 [christoph]  0.8.10claws3
2473
2474         * configure.ac
2475         * src/plugins/Makefile.am
2476                 use AM_CONDITIONAL to enable plugins, automake correctly
2477                 manages this when creating distdir
2478
2479 2003-02-12 [christoph]  0.8.10claws2
2480
2481         * ac/spamassassin.m4
2482         * src/plugins/spamassassin/Makefile.am
2483                 fix building SpamAssassin plugin without OpenSSL
2484
2485 2003-02-12 [paul]       0.8.10claws1
2486
2487         * ac/Makefile.am
2488           src/Makefile.am
2489           src/plugins/Makefile.am
2490                 fix failure of 'make release'
2491
2492 2003-02-12 [paul]       0.8.10claws
2493
2494         * 0.8.10claws released
2495
2496 2003-02-12 [paul]       0.8.9claws56
2497
2498         * po/bg.po
2499           po/es.po
2500           po/it.po
2501           po/ru.po
2502           po/sr.po
2503                 updated translations by George Danchev, Ricardo Mones Lastra,
2504                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2505                 
2506         * sylpheed.spec.in
2507                 Allow the building of RPMs by a regular user. Submitted
2508                 by Sergei Astanin
2509
2510 2003-02-11 [alfons]     0.8.9claws55
2511
2512         * src/colorlabel.c
2513                 don't use pixmaps for label color rect but draw rectangles
2514                 so we can respect the color map of palette based visuals
2515                 (fixes the long time crashes on Suns - thanks to Andreas
2516                 Engel and Steve O'Hara-Smith for testing)
2517
2518 2003-02-11 [christoph]  0.8.9claws54
2519
2520         * src/matcher_parser_parse.y
2521                 correct bug where filering rules of not existing folders in
2522                 matcherrc were added to global filtering
2523                 
2524         (closes Debian Bug #180253 - Directory's filter-rules are merged with
2525          main filter-rules after removing directory, http://bugs.debian.org/180253)
2526         
2527 2003-02-11 [paul]       0.8.9claws53
2528
2529         * sync with 0.8.10cvs7
2530                 see ChangeLog 2003-02-09
2531
2532 2003-02-11 [melvin]     0.8.9claws52
2533
2534         * po/fr.po
2535                 Updated French tranlsations
2536
2537 2003-02-10 [paul]       0.8.9claws51
2538
2539         * sylpheed.spec.in
2540                 correct --enable-openssl
2541                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2542
2543 2003-02-09 [martin]     0.8.9claws50
2544
2545         * src/prefs_matcher.c
2546                 fix segfault in prefs_matcher_substitute_cb() when
2547                 no row is selected
2548
2549 2003-02-09 [paul]       0.8.9claws49
2550
2551         * src/folderview.c
2552                 fix bug where a newsgroup folder's processing rules were
2553                 merged with the global filtering rules when the newsgroup
2554                 folder was deleted, causing some seriously bad results,
2555                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2556
2557 2003-02-08 [melvin]     0.8.9claws48
2558
2559         * src/compose.c
2560                 Corrected and modified an alert message.
2561
2562 2003-02-07 [paul]       0.8.9claws47
2563
2564         * src/folderview.c
2565                 fix bug where both an 'Account properties' window and a
2566                 'Folder properties' window were opened when clicking on
2567                 'Properties' in an NNTP or IMAP folder's popup menu.
2568
2569 2003-02-07 [paul]       0.8.9claws46
2570
2571         * sync with 0.8.10cvs6
2572                 see ChangeLog 2003-02-06
2573
2574 2003-02-06 [christoph]  0.8.9claws45
2575
2576         * src/mbox.c
2577                 freeze folder updates while importing mbox files
2578                 (closes bug 43 importing mbox took hours)
2579                 
2580         Patch submitted by Jens Rantil <jens.rantil@telia.com>
2581
2582 2003-02-06 [thorsten]   0.8.9claws44
2583
2584         * po/de.po
2585                 Updated german translations
2586
2587 2003-02-06 [thorsten]   0.8.9claws43
2588
2589         * src/news.h
2590                 use guint for message numbers (fix count in grouplist dialog)
2591
2592 2003-02-05 [paul]       0.8.9claws42
2593
2594         * sync with 0.8.10cvs2
2595                 see ChangeLog 2003-02-05
2596
2597 2003-02-04 [colin]      0.8.9claws41
2598
2599         * src/prefs_common.[ch]
2600           src/procmsg.c
2601           src/summaryview.c
2602                 Add an option to disable threading by subject
2603
2604 2003-02-04 [christoph]  0.8.9claws40
2605
2606         * src/inc.c
2607                 only abort fetching mails from multiple accounts when the
2608                 error is fatal and does not allow to check any more accounts
2609                 (currently only disk full error)
2610
2611         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
2612          receive mails for other accouts)
2613
2614 2003-02-04 [christoph]  0.8.9claws39
2615
2616         * src/folder.c
2617                 first add the new message to the cache, then
2618                 send the update notification
2619
2620         (closes bug 39 after sending message folderview doesnt get updated)
2621
2622 2003-02-04 [colin]      0.8.9claws38
2623
2624         * src/inc.c
2625                 _really_ fix this Connecting... status
2626
2627 2003-02-04 [paul]       0.8.9claws37
2628
2629         * sync with 0.8.10
2630                 see ChangeLog 2003-02-04
2631
2632 2003-02-04 [paul]       0.8.9claws36
2633
2634         * sync with 0.8.9cvs6
2635                 see ChangeLog 2003-02-03
2636
2637 2003-02-04 [paul]       0.8.9claws35
2638
2639         * po/pt_BR.po
2640                 updated by André Filipe de Assunção e Brito 
2641                 <bedecko@netsite.com.br>
2642
2643 2003-02-03 [thorsten]   0.8.9claws34
2644
2645         * po/de.po
2646                 Updated german translations
2647
2648 2003-02-02 [paul]       0.8.9claws33
2649
2650         * po/es.po
2651                 updated by Ricardo Mones Lastra
2652
2653 2003-02-02 [thorsten]   0.8.9claws32
2654
2655         * src/mh.c
2656                 Fix mh_get_msginfo() segfault if file is inaccessible
2657
2658 2003-01-31 [colin]      0.8.9claws31
2659
2660         * src/procheader.c
2661                 Fix last commit's bug
2662
2663 2003-01-31 [colin]      0.8.9claws30
2664
2665         * src/procheader.c
2666                 Missing a change for gpg-signed messages
2667
2668 2003-01-31 [paul]       0.8.9claws29
2669
2670         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
2671           src/procheader.c
2672           src/stock_pixmap.[ch]
2673           src/summaryview.c
2674                 indicate GnuPG signed messages by displaying an icon
2675                 in the Attachment column.
2676
2677 2003-01-31 [paul]       0.8.9claws28
2678
2679         * sync with 0.8.9cvs4
2680                 see ChangeLog 2003-01-31
2681
2682 2003-01-31 [alfons]     0.8.9claws27
2683
2684         * src/textview.c
2685                 tune URI parser to accept mailto URLs with a '?'
2686                 (patch from Ruslan Balkin)
2687
2688 2003-01-31 [colin]      0.8.9claws26
2689
2690         * src/summaryview.c
2691                 Fix a leak introduced in claws24
2692
2693 2003-01-31 [colin]      0.8.9claws25
2694
2695         * src/summaryview.c
2696                 Freeze/Thaw folder updates when deleting dups
2697
2698 2003-01-31 [colin]      0.8.9claws24
2699         
2700         * src/addr_compl.c
2701           src/summaryview.c
2702           src/msgcache.c
2703                 little speed improvements
2704
2705 2003-01-31 [colin]      0.8.9claws23
2706
2707         * src/summaryview.c
2708                 Fix segfault when forwarding nothing
2709                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
2710                 
2711 2003-01-30 [paul]       0.8.9claws22
2712
2713         * sync with 0.8.9cvs3
2714                 see ChangeLog 2003-01-30
2715
2716 2003-01-30 [paul]       0.8.9claws21
2717
2718         * sync with 0.8.9cvs2
2719                 see ChangeLog 2003-01-30
2720
2721 2003-01-29 [paul]       0.8.9claws20
2722
2723         * sync with 0.8.9cvs1
2724                 see ChangeLog 2003-01-29
2725
2726 2003-01-28 [paul]       0.8.9claws19
2727
2728         * po/POTFILES.in
2729                 update to reflect changes. 
2730                 thanks to Ricardo Mones Lastra
2731
2732 2003-01-27 [christoph]  0.8.9claws18
2733
2734         * ac/openssl.m4
2735         * ac/spamassassin.m4
2736         * src/plugins/spamassassin/README
2737         * src/plugins/spamassassin/libspamc.[ch]
2738         * src/plugins/spamassassin/utils.[ch]
2739                 updated to latest libspamc
2740
2741 2003-01-27 [christoph]  0.8.9claws17
2742
2743         * src/folder.c
2744                 fix wrong use of procheader_get_header_fields
2745
2746 2003-01-27 [christoph]  0.8.9claws16
2747
2748         * src/news.c
2749         * src/prefs_account.[ch]
2750         * src/common/nntp.[ch]
2751                 allow to force authentication for NNTP servers
2752
2753         Patch submitted by Florian Mickler <dmk@d-labs.de>
2754
2755 2003-01-26 [paul]       0.8.9claws15
2756
2757         * src/summaryview.c
2758                 speed up of marking messages as read
2759                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
2760
2761 2003-01-26 [christoph]  0.8.9claws14
2762
2763         * src/Makefile.am
2764         * src/mgutils.[ch]              ** REMOVE **
2765         * src/xml.[ch]                  ** REMOVE **
2766         * src/xmlprops.[ch]             ** REMOVE **
2767         * src/common/Makefile.am
2768         * src/common/mgutils.[ch]       ** NEW **
2769         * src/common/xml.[ch]           ** NEW **
2770         * src/common/xmlprops.[ch]      ** NEW **
2771                 move xml files to common directory
2772
2773 2003-01-26 [christoph]  0.8.9claws13
2774
2775         * src/plugins/spamassassin/spamassassin_gtk.c
2776                 only set gtk entry text if string is available
2777
2778 2003-01-26 [melvin]     0.8.9claws12
2779
2780         * src/description_window.c
2781                 Allow resizing of the window
2782                 Allow automatic horizontal scroll bar
2783                 Do not vertically expand and fill
2784
2785 2003-01-26 [christoph]  0.8.9claws11
2786
2787         * src/Makefile.am
2788         * src/gtkutils.[ch]             ** REMOVE **
2789         * src/common/sylpheed.c
2790         * src/gtk/Makefile.am
2791         * src/gtk/description_window.c
2792         * src/gtk/gtkutils.[ch]         ** NEW **
2793         * src/gtk/prefswindow.c
2794                 move gtkutils to gtk directory
2795
2796 2003-01-26 [paul]       0.8.9claws10
2797
2798         * src/summaryview.c
2799                 rename summary_unread_clicked() to summary_status_clicked()
2800
2801 2003-01-26 [melvin]     0.8.9claws9
2802
2803         * src/prefs_actions.c
2804                 Cosmetical changes to the help text
2805
2806 2003-01-26 [paul]       0.8.9claws8
2807
2808         * src/folder.[ch]
2809           src/mainwindow.c
2810           src/prefs_common.c
2811           src/prefs_sumamry_column.c
2812           summaryview.[ch]
2813                 rename the 'Unread' column to 'Status'
2814
2815 2003-01-25 [match]      0.8.9claws7
2816
2817         * src/mgutils.[ch]
2818                 removed reference to LDAP constants. removed error2string.
2819                 included functions to support LDAP dynamic queries.
2820         * src/syldap.h
2821                 moved LDAP constants here.
2822         * src/addressbook.c
2823         * src/addrindex.c
2824         * src/importldif.c
2825                 removed references to LDAP constants and references to
2826                 error2string.
2827
2828 2003-01-25 [paul]       0.8.9claws6
2829
2830         * src/summaryview.c
2831                 summary_thread_build(), summary_thread_init(): remove 
2832                 unneeded reference to summaryview->folder_item
2833
2834 2003-01-25 [christoph]  0.8.9claws5
2835
2836         * src/gtk/description_window.c
2837                 o allow description texts to expand over multiple columns
2838                 o translate all columns
2839         * src/prefs_actions.c
2840                 change syntax description to use new multi column feature
2841
2842         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2843
2844 2003-01-25 [match]      0.8.9claws4
2845
2846         * src/vcard.c
2847                 fixed bug with Quoted-Printable
2848
2849 2003-01-25 [paul]       0.8.9claws3
2850
2851         * src/folder.[ch]
2852           src/summaryview.[ch]
2853                 implement per-folder collapsed/expanded threads setting
2854                 
2855         * src/prefs_common.c
2856                 remove global collapsed/expanded threads option
2857
2858 2003-01-25 [christoph]  0.8.9claws2
2859
2860         * po/POTFILES.in
2861                 add pluginwindow and prefswindow
2862         * src/compose.c
2863                 make send respond correctly to messages that could be added
2864                 to the queue folder, but the UID of the message is unknown
2865         * src/folder.c
2866         * src/imap.c
2867                 don't return guessed UIDs in imap_add_msg anymore. We return
2868                 0 to tell the folder system it was appened but the UID is
2869                 unknown. Folder system now get's the UID by scaning the folder
2870                 and searching the cache for the Message-ID
2871                 (closes bug #29 Messages queued, but not sent)
2872
2873 2003-01-25 [paul]       0.8.9claws1
2874
2875         * src/codeconv.c
2876                 conv_encode_header():  fix bug when long headers with 8-bit
2877                 characters are used, so that the encoded words are wrapped.
2878                 If the space in the original text falls on the wrap boundary,
2879                 it can be lost.
2880                 Patch by Sergey Vlasov.
2881                 
2882         * src/folderview.c
2883                  fix bug where a change to the sorting method or thread view
2884                  of a folder's messages is lost if simpify-subject is set and
2885                  toggled on or off.
2886                  Patch by Luke Plant.
2887
2888 2003-01-24 [paul]       0.8.9claws
2889
2890         * sylpheed-0.8.9claws released
2891         
2892         * Makefile.am
2893           sylpheed.spec.in
2894                 remove reference to 'INSTALL.jp'
2895
2896 2003-01-23 [paul]       0.8.8claws128
2897
2898         * po/es.po
2899           po/it.po
2900           po/ru.po
2901           po/sr.po
2902                 updated translations. submitted by Ricardo Mones Lastra,
2903                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
2904
2905 2003-01-23 [colin]      0.8.8claws127
2906
2907         * src/compose.c
2908                 Fix drafted and queued news articles re-edition
2909
2910 2003-01-23 [melvin]     0.8.8claws126
2911
2912         * po/fr.po
2913                 Updated French translations
2914
2915 2003-01-23 [colin]      0.8.8claws125
2916
2917         * src/inc.c
2918                 Fix "Connecting to..." status message
2919
2920 2003-01-22 [paul]       0.8.8claws124
2921
2922         * po/bg.po
2923                 updated by George Danchev
2924                 
2925         * src/folder.c
2926                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
2927                 and folder deletion
2928
2929 2003-01-21 [paul]       0.8.8claws123
2930
2931         * po/bg.po
2932                 updated by George Danchev
2933                 
2934         * src/about.c
2935                 its now 2003
2936                 
2937         * src/toolbar.c
2938                 don't translate 'Separator'
2939                 
2940         * src/plugins/spamassassin/Makefile.am
2941                 add aspell to CPPFLAGS
2942                 
2943         * src/plugins/spamassassin/spamassassin.c
2944           src/plugins/spamassassin/spamassassin_gtk.c
2945                 set correct default for spamassassin_receive_spam
2946                 slightly re-word descriptions and some
2947                 other minor changes
2948
2949 2003-01-19 [alfons]     0.8.8claws122
2950                 
2951         * src/mimeview.c
2952                 mimeview_save_as(): we might as well show the file name for
2953                 the single case "Save As" too
2954
2955 2003-01-19 [alfons]     0.8.8claws121
2956
2957         * src/crash.c
2958                 change bug tracker URL to bugzilla URL
2959
2960 2003-01-19 [alfons]     0.8.8claws120
2961
2962         * src/mimeview.c
2963                 mimeview_save_all(): display name of file before overwriting;
2964                 continue saving all, even when one overwrite was cancelled
2965
2966 2003-01-19 [christoph]  0.8.8claws119
2967
2968         * src/summaryview.c
2969         * src/procmsg.[ch]
2970                 fix wrong usage of procmsg_find_children in summaryview
2971                 by using procmsg_update_unread_children instead of
2972                 summaryview_update_unread_children
2973
2974 2003-01-19 [christoph]  0.8.8claws118
2975
2976         * src/procmsg.c
2977                 fix infinite loop in procmsg_find_children
2978                  (closes bug #25 sylpheed crashes on delete.)
2979
2980         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2981
2982 2003-01-19 [paul]       0.8.8claws117
2983
2984         * po/pt_BR.po
2985                 updated by Ivan Francolin Martinez
2986
2987 2003-01-18 [melvin]     0.8.8claws116
2988
2989         * src/prefs_actions.c
2990                 Removed syntax limitation of only one '&' at the end of command.
2991                         Now actions that contain '>/dev/null 2>&1' are possible.
2992
2993 2003-01-18 [melvin]     0.8.8claws115
2994
2995         * src/prefs_actions.c
2996                 Actions IO dialog: when the action ends
2997                 the "Close" button now has focus and [Escape] closes the
2998                 window.
2999
3000 2003-01-18 [christoph]  0.8.8claws114
3001
3002         * src/procmsg.c
3003                 o add debug output when MsgInfos are really freed
3004                 o free GSLists in procmsg_find_children and
3005                   procmsg_update_unread_children
3006
3007 2003-01-18 [christoph]  0.8.8claws113
3008
3009         * src/mainwindow.c
3010                 reorder Configuration menu
3011
3012 2003-01-18 [christoph]  0.8.8claws112
3013
3014         * src/compose.c
3015                 fix applying templates to forwarded messages
3016
3017         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3018
3019 2003-01-17 [christoph]  0.8.8claws111
3020
3021         * src/folder.c
3022                 destroy folder items, when a folder item is removed
3023
3024 2003-01-17 [christoph]  0.8.8claws110
3025
3026         * src/folder.c
3027                 fix wrong folder stats update when ignored message is
3028                 deleted
3029
3030 2003-01-17 [colin]      0.8.8claws109
3031         
3032         * src/mainwindow.c
3033         * src/summaryview.c
3034                 Quicksearch bugfixes: 
3035                 - hide help button at startup if not extended
3036                 - switch to extended when looking for replies
3037
3038 2003-01-17 [paul]
3039
3040         * sync with 0.8.9 release
3041
3042 2003-01-17 [paul]       0.8.8claws108
3043
3044         * sync with 0.8.8cvs11
3045                 see ChangeLog 2003-01-17
3046
3047 2003-01-16 [colin]      0.8.8claws107
3048
3049         * src/procmsg.c
3050                 Changed encryption test to re-ask passphrase
3051                 if an encrypted message hasn't been decrypted
3052                 Fixes bug #5
3053
3054 2003-01-16 [christoph]  0.8.8claws106
3055
3056         * src/prefs_gtk.c
3057         * src/prefs_toolbar.c
3058         * src/gtk/prefswindow.h
3059         * src/plugins/spamassassin/spamassassin_gtk.c
3060                 remove page destroy function that is not used anymore
3061
3062 2003-01-16 [paul]       0.8.8claws105
3063
3064         * sync with 0.8.8cvs9
3065                 see ChangeLog 2002-01-16
3066
3067 2003-01-16 [colin]      0.8.8claws104
3068
3069         * src/compose.[ch]
3070                 Fix bug with autosaved drafts for IMAP, when draft
3071                 folder is specified - fixes bugzilla bug #20
3072
3073 2003-01-15 [paul]       0.8.8claws103
3074
3075         * src/compose.[ch]
3076           src/procmsg.c
3077                 store folder and message-id of message forwarding
3078                 in queue header and set forward flag after sending
3079
3080 2003-01-15 [paul]       0.8.8claws102
3081
3082         * sync with 0.8.8cvs8
3083                 see ChangeLog 2002-01-15
3084
3085 2003-01-15 [colin]      0.8.8claws101
3086
3087         * src/Makefile.am
3088                 Fix linking with GNU libiconv
3089
3090 2003-01-15 [darko]      0.8.8claws100
3091
3092         * src/pine.c
3093                 fix crash when importing pine address book
3094                 entry with an empty name (reported by DY
3095                 <dybulk at tri8.net>)
3096
3097 2003-01-14 [paul]       0.8.8claws99
3098
3099         * configure.in  ** REMOVED **
3100           configure.ac  ** NEW FILE **
3101                 rename configure.in to configure.ac, as it is now
3102                 preferred
3103
3104 2003-01-14 [melvin]     0.8.8claws98
3105
3106         * src/folderview.c
3107                 folderview_check_new(): More precise function description
3108
3109 2003-01-14 [melvin]     0.8.8claws97
3110
3111         * src/folderview.c
3112                 folderview_check_new(): return the number of new messages 
3113                         since last check.
3114         * src/inc.c
3115                 inc_account_mail(): Disable counting of new messages for IMAP
3116                         and NNTP until bug [19] and [14] are fixed.
3117
3118 2003-01-14 [paul]       0.8.8claws96
3119
3120         * sync with 0.8.8cvs6
3121                 see ChangeLog 2003-01-14
3122
3123 2003-01-13 [alfons]     0.8.8claws95
3124
3125         * src/textview.c
3126                 tune email address validation (c. 0.8.8claws89): if . is 
3127                 just one char away from @, the address is invalid too 
3128                 (correctly rejects addresses like foo@.com)
3129
3130 2003-01-13 [paul]       0.8.8claws94
3131
3132         * src/messageview.c
3133           src/toolbar.c
3134                 fixes to the Message View toolbar and menu:
3135                 fix non-functioning Forward button
3136                 make Reply button consider default_reply_list
3137                 remove 'Follow-up...' menu entry
3138                 add 'Forward' and 'Redirect' menu entries
3139
3140 2003-01-13 [melvin]     0.8.8claws93
3141
3142         * src/inc.c
3143                 Fixed typo that could make new messages count incorrect.
3144
3145 2003-01-13 [melvin]     0.8.8claws92
3146
3147         * src/folderview.[ch]
3148                 folderview_check_new(): return the number of new messages.
3149         * src/inc.c
3150                 Should fix bug [14] where new mail notification worked 
3151                         incorrectly with IMAP accounts.
3152                 inc_spool_account(): return number of new msgs, or -1 on error
3153                 inc_all_spool(): return number of new msgs
3154                 
3155 2003-01-13 [melvin]     0.8.8claws91
3156
3157         * src/prefs_actions.c
3158                 Justify help text.
3159
3160 2003-01-12 [thorsten]   0.8.8claws90
3161
3162         * src/common/prefs.c
3163                 close file before rename
3164
3165 2003-01-12 [alfons]     0.8.8claws89
3166
3167         * AUTHORS
3168                 add Christian Mertes
3169         * src/common/utils.[ch]
3170                 g_stricase_hash(), g_stricase_equal(): functions for 
3171                 case insensitive hash tables
3172         * src/textview.c
3173                 use top level domain names to validate email address, based
3174                 on a patch by Christian Mertes (thanks!), but changed 
3175                 implementation to use a hash table 
3176
3177 2003-01-12 [paul]       0.8.8claws88
3178
3179         * po/bg.po
3180                 updated by George Danchev
3181
3182 2003-01-12 [alfons]     0.8.8claws87
3183
3184         * src/summaryview.c
3185                 delete / execute performance: use new style folder update
3186
3187 2003-01-12 [paul]       0.8.8claws86
3188
3189         * sync with 0.8.8cvs5
3190                 see ChangeLog 2003-01-13 (!)
3191
3192 2003-01-12 [alfons]     0.8.8claws85
3193
3194         * src/filtering.c
3195         * src/matcher_parser_parse.y
3196                 prepare change_score filtering action
3197         * src/matcher.[ch]
3198                 give up const-correctness on functions that call non-const-correct functions;
3199                 several casts to gpointer in g_free();
3200                 add change_score;
3201
3202 2003-01-12 [christoph]  0.8.8claws84
3203
3204         * src/compose.c
3205                 fix 2 warnings
3206
3207         * src/gtk/prefswindow.[ch]
3208         * src/plugins/spamassassin/spamassassin_gtk.c
3209                 changed the call of the widget create function
3210                 for PrefsPages, because sometimes the widget
3211                 create function needs a widget that already has
3212                 been attached to a window (to create GDK pixmaps
3213                 for exmaple). So we simply pass the GtkWindow as
3214                 the second parameter now.
3215
3216         * src/main.c
3217         * src/mainwindow.c
3218         * src/prefs_toolbar.[ch]
3219                 rewrite Toolbar Preferences using the new
3220                 prefs window
3221
3222 2003-01-11 [alfons]     0.8.8claws83
3223
3224         * src/addressadd.c
3225                 fix crash when adding sender to addressbook because status bar
3226                 isn't there (the status bar doesn't seem to be used though,
3227                 but I'll let Match decide what to do with it)
3228
3229 2003-01-11 [colin]      0.8.8claws82
3230
3231         * src/main.c
3232           src/toolbar.c
3233                 Two useless changes reversed
3234
3235 2003-01-11 [colin]      0.8.8claws81
3236
3237         * src/mainwindow.c
3238           src/mainwindow.h
3239                 Add mainwindow_get_mainwindow()
3240         * src/alertpanel.c
3241           src/alertpanel.h
3242                 Add alertpanel_error_log() 
3243         * src/compose.c
3244           src/inc.c
3245           src/messageview.c
3246           src/toolbar.c
3247           src/main.c
3248           src/procmsg.c
3249                 Network errors get a View Log button
3250
3251 2003-01-10 [alfons]     0.8.8claws80
3252
3253         * src/prefs_toolbar.c
3254         * src/toolbar.c
3255                 use the translatable string for "Separator" as file name for
3256                 separator toolbar items (probably make this uppercase?)
3257
3258 2003-01-10 [alfons]     0.8.8claws79
3259
3260         * src/prefs_toolbar.c
3261                 put right A_SEPARATOR description string in "displayed
3262                 toolbar items list" so manually added separators are
3263                 saved correctly (bug #10, "Adding a separator to the main 
3264                 toolbar fails, entry in xml file is wrong")
3265
3266 2003-01-10 [christoph]  0.8.8claws78
3267
3268         * src/imap.c
3269                 o fix warnings
3270                 o use CAPABILITY to check if NAMESPACE is available
3271
3272 2003-01-10 [christoph]  0.8.8claws77
3273
3274         * src/imap.[ch]
3275                 apply UIDPLUS IMAP extension support patch
3276
3277         Patch submitted by Simon 'corecode' Schubert
3278
3279 2003-01-10 [paul]       0.8.8claws76
3280
3281         * src/folderview.c
3282                 a sync from main which fixes the news account folders'
3283                 Properties bug
3284
3285 2003-01-10 [christoph]  0.8.8claws75
3286
3287         * src/folder.c
3288                 don't accept 0 as a valid uid returned by copy and move
3289                 functions. 0 means the message was copied or moved but the
3290                 new uid could not be fetched. It is not an error condition
3291                 for the copy or move operation.
3292
3293 2003-01-10 [paul]       0.8.8claws74
3294
3295         * src/prefs_filtering.c
3296                 change English used in Alert when entry is not
3297                 saved.
3298                 
3299         * sync with 0.8.8cvs4
3300                 see ChangeLog 2003-01-10
3301
3302 2003-01-10 [darko]      0.8.8claws73
3303
3304         * src/pine.c
3305                 fix crash when importing address book entry
3306                 without a valid address
3307
3308 2003-01-09 [alfons]     0.8.8claws72
3309
3310         * src/inc.c
3311                 filtering performance: use new style folder update
3312
3313 2003-01-09 [christoph]  0.8.8claws71
3314
3315         * src/compose.c
3316         * src/gtk/menu.[ch]
3317                 fix wrong selecting of mime encoding type, when
3318                 opening property dialog of attachments in the
3319                 compose window. 7bit was always selected and that
3320                 destoryed files with 8bit data.
3321                 (closes bug #9 Sylpheed-claws destroys attachments when
3322                  changing MIME-types)
3323
3324 2003-01-09 [paul]       0.8.8claws70
3325
3326         * sync with 0.8.8cvs3
3327                 see ChangeLog 2003-01-09
3328
3329 2003-01-08 [alfons]     0.8.8claws69
3330         
3331         * src/addressadd.c
3332                 apply patch by Kim Schulz to fix build breakage
3333                 because of missing variable
3334
3335 2003-01-08 [paul]       0.8.8claws68
3336
3337         * sync with 0.8.8cvs2
3338                 see ChangeLog 2002-01-08
3339
3340 2003-01-08 [paul]       0.8.8claws67
3341
3342         * po/it.po
3343                 updated by Alessandro Maestri
3344                 
3345         * src/addressadd.c
3346                 when using 'Add sender to addressbook' allow
3347                 name to be edited and remarks to be entered
3348                 Patch submitted by Luke Plant
3349
3350 2003-01-08 [darko]      0.8.8claws66
3351
3352         * README.claws, src/summaryview.c
3353                 fix description for marked messages
3354
3355 2003-01-08 [paul]
3356
3357         * tools/Makefile.am
3358           tools/launch_phoenix  ** NEW FILE **
3359                 add script that enables using Phoenix as the default
3360                 web browser. 
3361                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3362                 
3363         * tools/OOo2sylpheed.pl
3364                 remove full path to sylpheed executable, just 'sylpheed'
3365                 will do
3366                 
3367         * tools/README
3368                 add launch_phoenix informtion and re-arrange and compress
3369                 the data a little
3370
3371 2003-01-07 [christoph]  0.8.8claws65
3372
3373         * src/folder.c
3374                 fix update for source folder when moving messages
3375         * src/procmsg.[ch]
3376         * src/summaryview.c
3377                 use function to set to_folder for message infos and
3378                 automatically update the op_count for old and new
3379                 folder
3380
3381 2003-01-07 [melvin]     0.8.8claws64
3382
3383         * src/prefs_actions.c
3384                 Fixed bug where an '%p' Action on a displayed image crashed 
3385                         Sylpheed
3386                 Code clean up (get rid of duplicated code and removed unnecessary 
3387                                 structure member)
3388
3389 2003-01-07 [christoph]  0.8.8claws63
3390
3391         * src/compose.c
3392         * src/folder.[ch]
3393         * src/folderview.c
3394         * src/import.c
3395         * src/inc.c
3396         * src/main.c
3397         * src/mainwindow.c
3398         * src/messageview.c
3399         * src/prefs_folder_item.c
3400         * src/procmsg.c
3401         * src/summaryview.c
3402         * src/toolbar.c
3403                 o remove all folder update triggering from the UI code. The folder
3404                   system should know much better when a folder needs an update.
3405                 o to prevent multiple updates in a row the folder updates can be
3406                   frozen for some time.
3407
3408                 Note: - Please verify that no updates are missing
3409                       - Check where freeze/thaws should be added
3410
3411 2003-01-07 [christoph]  0.8.8claws62
3412
3413         * src/prefs_actions.c
3414                 don't translate empty strings
3415
3416         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3417
3418 2003-01-06 [christoph]  0.8.8claws61
3419
3420         * src/prefs_actions.c
3421                 mark strings for gettext
3422         * src/prefs_matcher.c
3423                 use new description window for Execute action and
3424                 match condition in Filtering
3425
3426         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3427
3428 2003-01-06 [alfons]     0.8.8claws60
3429
3430         keep myself inspired to re-organize matcher part 8; 
3431         yes, more to come (I need to move out the descriptive
3432         text for actions to matcher.c, or at least make it not
3433         depend on the wicked ordering)
3434
3435         * src/prefs_matcher.c
3436                 add documentation so others may comprehend the
3437                 UI part of the conditions
3438                 
3439 2003-01-06 [christoph]  0.8.8claws59
3440
3441         * src/prefs_actions.c
3442                 use new description window for syntax help
3443         * src/gtk/description_window.c
3444                 fix display of descriptions with column count != 2
3445
3446         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3447
3448 2003-01-06 [christoph]  0.8.8claws58
3449
3450         * src/quote_fmt.c
3451         * src/summaryview.[ch]
3452         * src/gtk/Makefile.am
3453         * src/gtk/description_window.[ch]       ** NEW **
3454                 use a generic window to display syntax descriptions
3455                 currently used in quote_fmt and summaryview (new description
3456                 for extended quick search)
3457
3458         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3459
3460 2003-01-06 [paul]       0.8.8claws57
3461
3462         * sync with 0.8.8cvs1
3463                 see ChangeLog 2003-01-06
3464
3465 2003-01-06 [christoph]  0.8.8claws56
3466
3467         * src/mainwindow.c
3468         * src/prefs_gtk.[ch]
3469         * src/gtk/prefswindow.[ch]
3470         * src/plugins/spamassassin/spamassassin_gtk.c
3471                 o remove page management from prefswindow, pages
3472                   will be an argument to prefswindow_open
3473                 o prefswindow_open gets a datapointer that is
3474                   passed to the widget_create function to allow
3475                   creation of prefswindow for specific items
3476
3477 2003-01-06 [colin]      0.8.8claws55
3478         
3479         * src/summaryview.c
3480                 We don't want regexp in the reply-finder, 
3481                 because MIDs can contain !,$,. and so on
3482
3483 2003-01-06 [jens]       0.8.8claws54
3484
3485         * src/jpilot.c
3486                 fixed a wrong free in jpilot_read_db_files
3487
3488 2003-01-06 [alfons]     0.8.8claws53
3489
3490         re-organize matcher part 8; more to come
3491        
3492         * src/matcher.c
3493                 matcherprop_to_string(): put g_free()s before the
3494                 switch-case break to fix memleaks                
3495
3496 2003-01-06 [colin]      0.8.8claws52
3497
3498         * src/summaryview.c
3499                 cleanup & reply-finder now displays the first 
3500                 matching message
3501
3502 2003-01-05 [alfons]     0.8.8claws51
3503
3504         re-organize matcher part 7; more to come
3505
3506         * src/matcher.[ch]
3507                 fixes for constant correctness;
3508                 more documentation;
3509
3510 2003-01-05 [alfons]     0.8.8claws50
3511
3512         re-organize matcher part 6; more to come
3513         
3514         * src/matcher.[ch]
3515                 fixes for constant correctness;
3516                 more documentation;
3517         * src/filtering.c
3518                 fix for constant correctness
3519
3520 2003-01-05 [colin]      0.8.8claws49
3521
3522         * src/account.[ch]
3523                 Add account_get_reply_account function
3524         * src/compose.c
3525                 Use account_get_reply_account function 
3526         * src/summaryview.c
3527                 Basic reply-finder - click on the replied
3528                 icon gets you to the outbox using quick-search
3529
3530 2003-01-05 [paul]       0.8.8claws48
3531
3532         * src/prefs_common.c
3533                 small change to English
3534                 
3535         * src/prefs_filtering.c
3536                 prefs_filtering_action_select(): improve logic and uniformity
3537                 of gui
3538
3539 2003-01-05 [alfons]     0.8.8claws47
3540
3541         fine tune solution to focus problems (bug #7)
3542
3543         * src/mainwindow.c
3544                 mainwindow_focus_in_event(): remove grab event check
3545         * src/summaryview.c
3546                 summary_button_pressed(): move selection on right-click
3547                 too. we can't possibly move the selection back after
3548                 canceling a dialog, because gtk's incomplete focus 
3549                 management. whether this is a good solution, only time
3550                 will tell.
3551
3552 2003-01-05 [christoph]  0.8.8claws46
3553
3554         * src/imap.c
3555                 fix crash when no imap connection could be established
3556
3557 2003-01-05 [paul]       0.8.8claws45
3558
3559         * src/mainwindow.c
3560           src/sumamryview.c
3561           src/gtk/menu.[ch]
3562                 fix bug 605957 'shortcuts in popup-menu'
3563                 make user-defined shortcuts work
3564                 show shortcuts that are already defined
3565                 in the main menu
3566                 Patch submitted by Luke Plant
3567
3568 2003-01-05 [alfons]     0.8.8claws44
3569
3570         * src/mainwindow.c
3571                 focus_in_event handler should not select summary view row 
3572                 when another window (menu, dialog) grabbed for events 
3573                 (bug #7, "[0.8.8claws42] Message summary focus") 
3574
3575 2003-01-04 [christoph]  0.8.8claws43
3576
3577         * src/procmsg.c
3578                 update save folder after adding the sent message
3579                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
3580
3581 2003-01-02 [christoph]  0.8.8claws42
3582
3583         * src/common/plugin.c
3584                 fix unloading of all plugins and unload
3585                 plugins in reverse order
3586                 
3587         * src/gtk/pluginwindow.c
3588                 implement function of load and unload button
3589
3590         * src/gtk/prefswindow.c
3591         * src/gtk/prefswindow.h
3592                 rename register function and add new unregister
3593                 function
3594
3595         * src/plugins/spamassassin/spamassassin_gtk.c
3596                 unregister prefs page and update for changes in
3597                 src/gtk/prefswindow.c
3598
3599 2003-01-02 [paul]       0.8.8claws41
3600
3601         * po/es.po
3602                 updated by Ricardo Mones Lastra
3603
3604 2003-01-02 [paul]
3605
3606         * tools/tb2sylpheed
3607                 fixes and improvements by Urke MMI
3608
3609 2003-01-02 [thorsten]   0.8.8claws40
3610
3611         * src/procmsg.c
3612                 fixed wrong return value
3613
3614 2003-01-02 [thorsten]   0.8.8claws39
3615
3616         * src/prefs.c
3617                 fixed printing wrong variable
3618
3619 2003-01-02 [thorsten]   0.8.8claws38
3620
3621         * src/prefs.c
3622                 fixed acessing members of freed pfile struct
3623
3624 2003-01-02 [thorsten]   0.8.8claws37
3625
3626         * src/procmsg.c
3627                 detect loops across several messages
3628                 as suggested by Christoph Hohmann
3629
3630 2003-01-01 [match]      0.8.8claws36
3631
3632         * src/addrindex.c
3633                 fixed another memory leak.
3634
3635 2003-01-01 [match]      0.8.8claws35
3636
3637         * src/jpilot.[ch]
3638                 fixed memory leaks. applied Doxygen comments.
3639
3640 2003-01-01 [thorsten]   0.8.8claws34
3641
3642         * src/procmsg.c
3643                 inhibit endless loop if msg references itself
3644                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3645
3646 2003-01-01 [christoph]  0.8.8claws33
3647
3648         * src/mainwindow.c
3649         * src/gtk/Makefile.am
3650         * src/gtk/pluginwindow.c                ** NEW **
3651         * src/gtk/pluginwindow.h                ** NEW **
3652                 add plugin window
3653
3654         * src/plugins/demo/demo.c
3655         * src/plugins/spamassassin/spamassassin.c
3656         * src/plugins/spamassassin/spamassassin_gtk.c
3657                 write better plugin descriptions
3658
3659 2002-12-31 [christoph]  0.8.8claws32
3660
3661         * src/gtk/prefswindow.c
3662         * src/plugins/spamassassin/spamassassin_gtk.c
3663                 some small improvements to GTK code
3664
3665 2002-12-31 [christoph]  0.8.8claws31
3666
3667         * src/plugins/spamassassin/spamassassin_gtk.c
3668                 enable folder select button
3669
3670 2002-12-31 [christoph]  0.8.8claws30
3671
3672         * src/mainwindow.c
3673         * src/gtk/Makefile.am
3674         * src/gtk/prefswindow.c                         ** NEW **
3675         * src/gtk/prefswindow.h                         ** NEW **
3676                 add new prefs window
3677
3678         * src/common/plugin.c
3679                 don't try to load empty config lines
3680         
3681         * src/plugins/spamassassin/Makefile.am
3682         * src/plugins/spamassassin/spamassassin.c
3683         * src/plugins/spamassassin/spamassassin.h       ** NEW **
3684         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
3685                 GTK config for SpamAssassin Plugin using
3686                 the new prefs window
3687
3688 2002-12-31 [paul]       0.8.8claws29
3689
3690         * po/POTFILES.in
3691                 remove obsolete entry 'src/menu.c'
3692
3693 2002-12-31 [alfons]     0.8.8claws28
3694
3695         * src/matcher.[ch]
3696         * src/matcher_parser_parse.y
3697         * src/prefs_matcher.c
3698                 add "ignore_thread" and "~ignore_thread" condition so it's
3699                 possible to make the actions / scoring operate on the ignore
3700                 thread flag
3701
3702 2002-12-31 [christoph]  0.8.8claws27
3703
3704         * src/addrbook.c
3705         * src/addrindex.c
3706         * src/folder.c
3707         * src/matcher.c
3708         * src/prefs_account.c
3709         * src/prefs_actions.c
3710         * src/prefs_customheader.c
3711         * src/prefs_display_header.c
3712         * src/prefs_gtk.c
3713         * src/procmime.c
3714         * src/toolbar.c
3715         * src/xmlprops.c
3716         * src/common/prefs.[ch]
3717                 extend prefs file handling for reading and automatic handling
3718                 of blocks. When reading prefs_set_block_label will automatically
3719                 move on to the block. When writing it will copy all other blocks
3720                 automatically
3721
3722         * src/common/plugin.c
3723                 Now loading plugin filenames from [Plugins] block in
3724                 sylpheed rc file
3725
3726 2002-12-30 [christoph]  0.8.8claws26
3727
3728         * src/common/hooks.[ch]
3729                 return abort status to caller of hooks_invoke
3730                 
3731         * src/inc.[ch]
3732                 invoke message filtering hook and stop
3733                 default handling when filter returns abort
3734
3735         * src/common/plugin.[ch]
3736         * src/plugins/demo/demo.c
3737                 modify plugin loader, because resolving symbols for strings
3738                 does not work correctly
3739         
3740         * configure.in
3741         * ac/spamassassin.m4                            ** NEW **
3742         * src/plugins/spamassassin/.cvsignore           ** NEW **
3743         * src/plugins/spamassassin/Makefile.am          ** NEW **
3744         * src/plugins/spamassassin/README               ** NEW **
3745         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
3746         * src/plugins/spamassassin/spamassassin.c       ** NEW **
3747         * src/plugins/spamassassin/utils.[ch]           ** NEW **
3748                 add spamassassin plugin, see src/plugins/spamassassin/README
3749                 for details
3750
3751 2002-12-29 [alfons]     0.8.8claws25
3752
3753         * src/mainwindow.c
3754                 when moving focus from a message view to the main 
3755                 window, don't forget to select the summary node
3756                 of the displayed message. should fix "[ 659103 ] 
3757                 focus-follows-mouse confuses sylpheed"
3758
3759 2002-12-29 [christoph]  0.8.8claws24
3760
3761         * src/Makefile.am
3762         * src/stringtable.[ch]          ** REMOVE **
3763         * src/common/Makefile.am
3764         * src/common/stringtable.[ch]   ** NEW **
3765                 move stringtable files to common directory
3766
3767 2002-12-29 [christoph]  0.8.8claws23
3768
3769         * src/Makefile.am
3770         * src/menu.[ch]                 ** REMOVE **
3771         * src/gtk/Makefile.am
3772         * src/gtk/menu.[ch]             ** NEW **
3773                 move menu files to gtk directory
3774
3775 2002-12-29 [match]      0.8.8claws22
3776
3777         * src/addressbook.c
3778         * src/syldap.c
3779                 moved UI specific code out of LDAP code into addressbook
3780                 UI code. fixed memory leak.
3781
3782 2002-12-29 [christoph]  0.8.8claws21
3783
3784         * src/folder.c
3785                 only check for IGNORED parent message when message is
3786                 not IGNORED itself
3787
3788 2002-12-29 [alfons]     0.8.8claws20
3789
3790         * src/summaryview.c
3791                 set gtksctree's anchor correct (immediate execute
3792                 changes the tree's layout, and anchor points at 
3793                 the incorrect row). fixes "[ 657233 ] multiple msg 
3794                 delete sometimes off by 1".
3795                 we probably have to look for more tree layout /
3796                 anchor glitches.
3797
3798 2002-12-29 [paul]       0.8.8claws19
3799
3800         * src/summaryview.c
3801                 fix bug [ 659054 ] incorrect sorting of 'From' column
3802                 when using 'display sender using address book'
3803                 thanks to Alfons and Luke Plant
3804
3805 2002-12-29 [christoph]  0.8.8claws18
3806
3807         * src/folder.c
3808         * src/procmsg.[ch]
3809                 check parent messages for IGNORE THREAD flag, when adding,
3810                 moving or copying messages to a folder
3811
3812 2002-12-27 [alfons]     0.8.8claws17
3813
3814         re-organize matcher part 5; more to come
3815
3816         * src/matcher.c
3817                 hash keywords in matchparser_tab 
3818
3819 2002-12-27 [alfons]     0.8.8claws16
3820
3821         re-organize matcher part 4; more to come
3822
3823         * src/matcher_parser.h
3824         * src/matcher_parser_lex.l
3825         * src/matcher_parser_parse.y
3826                 cleanup
3827
3828 2002-12-27 [alfons]     0.8.8claws15
3829
3830         re-organize matcher part 3; more to come
3831
3832         * src/matcher.[ch]
3833                 cleanup
3834
3835 2002-12-27 [alfons]     0.8.8claws14
3836
3837         re-organize matcher part 2; more to come but this should
3838         work. cc me if there are any regressions.
3839
3840         * src/matcher.h
3841                 add prototype for get_matchparser_tab_id()
3842         * src/matcher_parser_lex.l
3843                 look up keywords using matchparser_tab_id();
3844
3845 2002-12-27 [alfons]     0.8.8claws12
3846
3847         re-organize matcher part 1
3848
3849         * src/matcher.h
3850                 map yacc generated constants to sylpheed matcher constants
3851         * src/matcher.c
3852                 add function to find a matcher constant from a string
3853
3854 2002-12-27 [christoph]  0.8.8claws11
3855
3856         * src/compose.c
3857                 MENUITEM_ADD casts the 4th argument from integer to pointer
3858                 so it probably should not be a pointer, this means we
3859                 should use account id for it and not the account's pointer
3860
3861 2002-12-27 [paul]       0.8.8claws10
3862
3863         * src/mainwindow.c
3864                 remove unneeded 'GtkWidget *vbox'
3865                 
3866         * src/summaryview.c
3867                 further sync with 0.8.8 - make sort
3868                 by recipient work as expected
3869                 
3870         * NEWS
3871                 sync with 0.8.8
3872
3873 2002-12-27 [paul]       0.8.8claws9
3874
3875         * po/pt_BR.po
3876                 updated by Ivan F. Martinez
3877                 
3878 2002-12-27 [darko]      0.8.8claws8
3879
3880         * src/common/utils.c
3881                 added locked pattern to extended search
3882
3883 2002-12-27 [alfons]     0.8.8claws7
3884
3885         * src/prefs_matcher.[ch]
3886                 clean up
3887
3888 2002-12-26 [alfons]     0.8.8claws6
3889
3890         * src/matcher.[ch]
3891         * src/matcher_parser_lex.l
3892         * src/matcher_parser_parse.y
3893         * src/prefs_matcher.c
3894                 allow color label as a condition in the matcher
3895
3896 2002-12-26 [oliver]     0.8.8claws5
3897         
3898         * src/toolbar.c 
3899                 enable Addressbook for Main and Messageview
3900         * src/prefs_actions.c
3901                 enable actions in Messageview
3902
3903 2002-12-26 [christoph]  0.8.8claws4
3904
3905         * src/common/plugin.c
3906                 add a little debug output
3907         * configure.in
3908         * src/plugins/demo/Makefile.am
3909                 better use of automake
3910
3911 2002-12-26 [christoph]  0.8.8claws3
3912
3913         * src/Makefile.am
3914         * src/common/Makefile.am
3915                 fix "make distdir"
3916
3917 2002-12-26 [christoph]  0.8.8claws2
3918
3919         * configure.in
3920                 sort configure checks into common / gtk / plugins
3921         * po/POTFILES.in
3922                 add src/prefs_gtk.c
3923         * src/Makefile.am
3924                 add plugins SUBDIR
3925         * src/main.c
3926         * src/common/sylpheed.[ch]
3927                 added now sylpheed_done function for shutdown
3928         * src/common/Makefile.am
3929         * src/common/plugin.[ch]                ** NEW **
3930                 plugin loader and unloader
3931         * src/plugins/.cvsignore                ** NEW **
3932         * src/plugins/Makefile.am               ** NEW **
3933                 build plugins
3934         * src/plugins/demo/.cvsignore           ** NEW **
3935         * src/plugins/demo/Makefile.am          ** NEW **
3936         * src/plugins/demo/demo.c               ** NEW **
3937                 small demo plugin that installs a logtext hook and
3938                 outputs the log text to stdout
3939
3940 2002-12-26 [paul]       0.8.8claws1
3941
3942         * po/es.po
3943                 updated by Ricardo Mones Lastra
3944
3945 2002-12-26 [paul]       0.8.8claws
3946
3947         * 0.8.8claws released
3948
3949 2002-12-26 [paul]       0.8.7claws12
3950
3951         * po/bg.po
3952                 updated by George Danchev
3953
3954 2002-12-26 [paul]       0.8.7claws11
3955
3956         * po/POTFILES.in
3957                 remove unneeded 'src/prefs.c' entry 
3958
3959 2002-12-26 [paul]       0.8.7claws10
3960
3961         * src/codeconv.c
3962           src/mainwindow.c
3963                 sync with 0.8.8 release
3964         
3965         * src/folder.[ch]
3966           src/mh.c
3967           src/summaryview.c
3968                 partial sync with 0.8.8 release
3969         
3970
3971 2002-12-25 [alfons]     0.8.7claws9
3972
3973         * src/matcher.[ch]
3974         * src/matcher_parser_lex.l
3975         * src/matcher_parser_parse.y
3976         * src/prefs_matcher.c
3977                 add locked flag to possible filtering / matcher 
3978                 conditions (also a good example what should be
3979                 done to add a simple boolean condition)
3980
3981 2002-12-25 [christoph]  0.8.7claws8
3982
3983         * src/Makefile.am
3984         * src/account.[ch]
3985         * src/addrbook.c
3986         * src/addressbook.c
3987         * src/addrindex.c
3988         * src/filtering.c
3989         * src/folder.c
3990         * src/matcher.c
3991         * src/prefs.[ch]                ** REMOVE **
3992         * src/prefs_account.c
3993         * src/prefs_actions.c
3994         * src/prefs_common.c
3995         * src/prefs_customheader.c
3996         * src/prefs_display_header.c
3997         * src/prefs_filtering.c
3998         * src/prefs_folder_item.c
3999         * src/prefs_gtk.[ch]            ** NEW **
4000         * src/prefs_matcher.c
4001         * src/prefs_scoring.c
4002         * src/prefs_summary_column.c
4003         * src/procmime.c
4004         * src/selective_download.c
4005         * src/toolbar.c
4006         * src/common/Makefile.am
4007         * src/common/prefs.[ch]         ** NEW **
4008                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4009
4010 2002-12-24 [alfons]     0.8.7claws7
4011
4012         * src/summaryview.c
4013                 summary_thread_build(): fix real cause of the crash mentioned in
4014                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4015                 this way we get meaningful ctree nodes 
4016
4017 2002-12-24 [oliver]     0.8.7claws6
4018
4019         * src/mainwindow.[ch]
4020         * src/messageview.[ch]
4021         * src/compose.[ch]
4022         * src/inc.c
4023         * src/summaryview.c
4024                 changes to use updated toolbar handling
4025                 
4026 2002-12-24 [oliver]     0.8.7claws5
4027
4028         * src/toolbar.[ch]
4029                 generic toolbar handling
4030                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4031         * src/prefs_toolbar.[ch]
4032                 adjust to handling
4033         
4034 2002-12-24 [oliver]     0.8.7claws4
4035         
4036         * src/stock_pixmap.[ch]
4037                 move SYLPHEED_LOGO to end of list in order 
4038                 to remove it from Custom Toolbar`s Icon View
4039
4040 2002-12-24 [alfons]     0.8.7claws3
4041
4042         * src/summaryview.c
4043                 summary_thread_build(): fix crash because of focus != selection 
4044                 after threading. when deleting the selection, gtk tries but fails 
4045                 to find the correct focusable element. we now force the selection
4046                 to be focused. this should solve the infamous bug reported by 
4047                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4048                 a test case is available. 
4049
4050 2002-12-24 [darko]      0.8.7claws2
4051
4052         * src/summaryview.c
4053                 don't crash when unmarking message with unread children
4054
4055 2002-12-23 [christoph]  0.8.7claws1
4056
4057         * src/Makefile.am
4058         * src/common/Makefile.am
4059                 update Makefiles for moved intl.h, version.h and defs.h
4060         * src/imap.c
4061                 rewrite imap_session_get to avoid duplicate code
4062
4063 2002-12-23 [paul]       0.8.7claws
4064
4065         * Santa-Claws released
4066         
4067         * po/hu.po
4068           po/ru.po
4069                 squeeze in updated Hungarian and Russian translations.
4070                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4071
4072 2002-12-23 [paul]       0.8.6claws129
4073
4074         * po/pl.po
4075                 updated by Witold Wladyslaw Wojciech Wilk
4076
4077 2002-12-23 [paul]       0.8.6claws128
4078
4079         * src/quote_fmt_parse.y
4080                 fix typo and add licence header
4081
4082 2002-12-23 [paul]       0.8.6claws127
4083
4084         * po/en_GB.po
4085                 updated
4086
4087 2002-12-23 [paul]       0.8.6claws126
4088
4089         * po/it.po
4090                 updated translation, submitted by Alessandro Maestri
4091                 
4092 2002-12-23 [paul]       0.8.6claws125
4093
4094         * src/quote_fmt_parse.y
4095                 fix signature-stripping on replies bug. match
4096                 '-- \n' and not '-- '.
4097
4098 2002-12-22 [paul]       0.8.6claws124
4099
4100         * po/bg.po
4101           po/es.po
4102           po/sr.po
4103                 updated translations. submitted by George Danchev,
4104                 Ricardo Mones Lastra, and Urke MMI respectively
4105
4106 2002-12-21 [paul]       0.8.6claws123
4107
4108         * src/addrbook.c
4109                 fix coding style
4110
4111 2002-12-21 [paul]       0.8.6claws122
4112
4113         * src/addrbook.c
4114                 fix bug [643638] where if a person is in one or more
4115                 addressbook groups editing that person's email 
4116                 address results in removal from those groups.
4117                 Patch submitted by Luke Plant.
4118
4119 2002-12-20 [christoph]  0.8.6claws121
4120
4121         * src/common/utils.c
4122         * src/summaryview.c
4123                 reimplement expand_search_string using GString to
4124                 prevent crashs caused by miscalculated string
4125                 lengths reported by Paul
4126
4127 2002-12-20 [christoph]  0.8.6claws120
4128
4129         * src/summaryview.c
4130                 don't use "changed" to check if op_count has to be changed as it
4131                 is also set when the message has unread children
4132                 (closes bug [ 653221 ] crash while deleting duplicates)
4133
4134 2002-12-20 [paul]       0.8.6claws119
4135
4136         * sync with 0.8.6cvs27
4137                 see ChangeLog 2002-12-20
4138
4139 2002-12-20 [paul]       0.8.6claws118
4140
4141         * sync with 0.8.6cvs26
4142                 see ChangeLog 2002-12-19 and 2002-12-20
4143
4144 2002-12-19 [alfons]     0.8.6claws117
4145
4146         * src/textview.c
4147                 fix incorrect parsing of email addresses, submitted by 
4148                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4149                 name display if it contains @".
4150
4151 2002-12-18 [paul]       0.8.6claws116
4152
4153         * sync with 0.8.6cvs23
4154                 see ChangeLog 2002-12-18
4155
4156 2002-12-18 [paul]       0.8.6claws115
4157
4158         * src/Makefile.am
4159         * src/account.c
4160         * src/codeconv.c
4161         * src/gtkutils.[ch]
4162         * src/imap.c
4163                 sync with 0.8.6cvs22.
4164                 see ChangeLog 2002-12-17 and 2002-12-18
4165
4166 2002-12-17 [christoph]  0.8.6claws114
4167
4168         * src/imap.c
4169                 o don't create a session if imap greeting fails
4170                 o don't close socket when authentication fails
4171                   this is done by imap_session_destroy
4172
4173 2002-12-17 [thorsten]   0.8.6claws113
4174
4175         * tools/Makefile.am
4176           tools/README
4177           tools/google_msgid.pl ** NEW FILE **
4178                 Added "search for message-id" script and doc
4179
4180 2002-12-17 [thorsten]   0.8.6claws112
4181
4182         * po/hu.po
4183                 Updated hungarian translation
4184                 (updated by Gal Zoltan)
4185
4186 2002-12-16 [christoph]  0.8.6claws111
4187
4188         * src/addr_compl.c
4189                 remove stupid addressbook dump to debug output
4190         * src/mh.c
4191                 fix memory leak found by Hiro
4192
4193 2002-12-14 [paul]       0.8.6claws110
4194
4195         * src/compose.c
4196                 fix menubar sensitivity on send
4197                 
4198         * src/prefs_filtering.c
4199         * src/prefs_matcher.c
4200         * src/prefs_scoring.c
4201                 Fix english ;)
4202                 
4203         * src/common/quoted-printable.h
4204                 sync: fix typo
4205         
4206 2002-12-13 [christoph]  0.8.6claws109
4207
4208         * src/Makefile.am
4209         * src/manage_window.[ch]        ** REMOVE **
4210         * src/gtk/Makefile.am
4211         * src/gtk/manage_window.[ch]    ** NEW **
4212                 move manage_window files to gtk directory
4213
4214 2002-12-13 [christoph]  0.8.6claws108
4215
4216         * src/Makefile.am
4217         * src/gtkshruler.[ch]           ** REMOVE **
4218         * src/gtk/Makefile.am
4219         * src/gtk/gtkshruler.[ch]       ** NEW **
4220                 move gtkshruler files to gtk directory
4221
4222 2002-12-13 [christoph]  0.8.6claws107
4223
4224         * src/Makefile.am
4225         * src/compose.c
4226         * src/gtkstext.[ch]             ** REMOVE **
4227         * src/gtkutils.[ch]
4228         * src/textview.c
4229         * src/gtk/gtkstext.[ch]         ** NEW **
4230         * src/gtk/Makefile.am
4231                 o move stext functions to gtkstext.c to remove
4232                   dependency of gtkutils
4233                 o move gtkstext files to gtk directory
4234
4235         * src/gtk/Makefile.am
4236         * src/gtk/sslcertwindow.[ch]
4237                 UI stuff can always depend on common code so
4238                 it's ok to add ../common to include path
4239
4240 2002-12-13 [colin]      0.8.6claws106
4241
4242         * src/summaryview.c
4243                 Disconnect sighandlers for mainwindow when
4244                 quicksearch has the focus
4245                 Fix bug #653231
4246         * src/mainwindow.[ch]
4247                 Make key_pressed callback public, to be able
4248                 to disconnect it
4249
4250 2002-12-13 [christoph]  0.8.6claws105
4251
4252         * src/mh.c
4253                 create .mh_sequences file in new MH folders
4254                 (closes feature request [ 523162 ] MH folders should
4255                  get a .mh_sequences)
4256
4257 2002-12-13 [colin]      0.8.6claws104
4258
4259         * src/summaryview.c
4260                 Better handling of quicksearch show/hide
4261                 (basically the button stays under the mouse 
4262                  when toggled)
4263
4264 2002-12-13 [paul]       0.8.6claws103
4265
4266         * sync with 0.8.6cvs17
4267                 see ChangeLog 2002-12-13
4268
4269 2002-12-13 [paul]       0.8.6claws102
4270
4271         * po/es.po
4272                 updated by Ricardo Mones Lastra
4273
4274 2002-12-11 [colin]       0.8.6claws101
4275
4276         * src/folder.c
4277                 remove statusbar stuff
4278           src/folderview.c
4279                 set statusbar verbosity when moving folders
4280
4281 2002-12-11 [colin]       0.8.6claws100
4282         * src/prefs_filtering.c
4283         * src/prefs_matcher.c
4284         * src/prefs_scoring.c
4285                 Fix english ;)
4286
4287 2002-12-11 [colin]       0.8.6claws99
4288
4289         * src/prefs_common.[ch]
4290                 Add summary_quicksearch_type
4291         * src/summaryview.c
4292                 Save last used quicksearch type
4293
4294 2002-12-11 [jens]       0.8.6claws98
4295         * src/prefs_filtering.c
4296         * src/prefs_matcher.c
4297         * src/prefs_scoring.c
4298                 added dialog for incomplete rules in scoring, filtering and
4299                 matcher to ask wheather really close
4300
4301 2002-12-11 [colin]      0.8.6claws97
4302
4303         * src/folder.c
4304                 Fix folder dnd statusbar logging
4305
4306 2002-12-10 [christoph]  0.8.6claws96
4307
4308         * src/compose.c
4309         * src/folder.c
4310         * src/imap.c
4311         * src/inc.c
4312         * src/main.c
4313         * src/mainwindow.c
4314         * src/news.c
4315         * src/send.c
4316         * src/statusbar.[ch]
4317         * src/common/hooks.c
4318         * src/common/log.[ch]
4319                 o handle verbose logging in statusbar directly in statusbar code
4320                   and common code does not need any knowledge about a statusbar
4321                 o remove direct calls to statusbar_(puts|pop)_all functions
4322
4323 2002-12-10 [jens]       0.8.6claws95
4324
4325         * src/*.c
4326                 removed gettext from g_warnings
4327         * po/POTFILES.in
4328                 cleaned and updated
4329         * po/de.po
4330                 updated
4331
4332 2002-12-10 [colin]      0.8.6claws94
4333
4334         * src/main.c
4335                 finish crash dialog fix
4336
4337 2002-12-10 [colin]      0.8.6claws93
4338
4339         * src/main.c
4340                 "Fix" "sylpheed already running" instead of
4341                 crash dialog appearing after a crash
4342
4343 2002-12-10 [colin]      0.8.6claws92
4344
4345         * po/POTFILES.in
4346                 add src/gtk/sslcertwindow.c
4347
4348 2002-12-10 [paul]       0.8.6claws91
4349
4350         * po/POTFILES.in
4351                 updated to reflect recent changes
4352                 submitted by Alessandro Maestri
4353
4354 2002-12-09 [christoph]  0.8.6claws90
4355
4356         * src/Makefile.am
4357         * src/smtp.[ch]                 ** REMOVE **
4358         * src/common/Makefile.am
4359         * src/common/smtp.[ch]          ** NEW **
4360                 move smtp files to common directory
4361
4362 2002-12-09 [christoph]  0.8.6claws89
4363
4364         * src/Makefile.am
4365         * src/session.[ch]              ** REMOVE **
4366         * src/common/Makefile.am
4367         * src/common/session.[ch]       ** NEW **
4368                 move session files to common directory
4369
4370 2002-12-09 [paul]       0.8.6claws88
4371
4372         * src/account.c
4373                 fix bug [649746] edit accounts: move account reverted
4374                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
4375
4376 2002-12-09 [colin]      0.8.6claws87
4377
4378         * src/ssl_certificate.c
4379                 cleanup
4380
4381 2002-12-09 [colin]      0.8.6claws86
4382
4383         * src/ssl.c
4384                 Try to open the cert.pem database and 
4385                 issue a warning if it isn't there
4386
4387 2002-12-09 [colin]      0.8.6claws85
4388
4389         * src/common/ssl_certificate.c
4390         * src/gtk/sslcertwindow.c
4391                 Warning fixes
4392
4393 2002-12-09 [colin]      0.8.6claws84
4394
4395         * src/ssl_certificate.[ch] ** REMOVED **
4396         * src/common/ssl_certificate.[ch] ** NEW **
4397         * src/Makefile.am
4398         * src/common/Makefile.am
4399                 Moved ssl_certificate.[ch] to common
4400         * src/common/ssl.c 
4401                 Put back needed include
4402         * src/gtk/sslcertwindow.[ch]
4403                 Changed ssl_certificate.h include
4404         
4405 2002-12-09 [colin]      0.8.6claws83
4406
4407         * src/gtk/sslcertwindow.[ch]
4408                 Implement hook for certificate acception
4409         * src/ssl_certificate.[ch]
4410                 Implement hook for certificate acception
4411         * src/common/ssl.c
4412                 Reenable certificate acception check
4413         * src/mainwindow.c
4414                 Register sslcertwindow's hook
4415         
4416 2002-12-08 [christoph]  0.8.6claws82
4417
4418         * src/about.c
4419         * src/addr_compl.c
4420         * src/codeconv.c
4421         * src/manual.c
4422         * src/undo.c
4423         * src/common/utils.c
4424                 o add missing includes
4425                 o fix warnings
4426         * src/.cvsignore
4427         * src/common/.cvsignore
4428         * src/common/version.h          ** REMOVE **
4429                 remove autogenerated file
4430
4431 2002-12-08 [paul]       0.8.6claws81
4432
4433         * src/stringtable.c
4434                 put back needed include
4435
4436 2002-12-08 [colin]      0.8.6claws80
4437         
4438         * src/gtk/sslcertwindow.c
4439                 Cleaner popups when asking
4440         * src/ssl_certificate.c
4441         * src/prefs_common.[ch]
4442                 remove ssl certificate pref
4443                 put back needed include
4444         * src/undo.c
4445                 put back needed include
4446
4447 2002-12-08 [christoph]  0.8.6claws79
4448
4449         * src/folderview.c
4450         * src/logwindow.c
4451         * src/statusbar.c
4452         * src/summaryview.c
4453                 only abort hook invokation if required data is missing not
4454                 if our own data pointer is NULL, update hookfunction for
4455                 log window
4456
4457 2002-12-08 [paul]       0.8.6claws78
4458
4459         * src/about.c
4460         * src/addrcache.c
4461         * src/addrclip.c
4462         * src/addr_compl.c
4463         * src/addrselect.c
4464         * src/codeconv.c
4465         * src/colorlabel.c
4466         * src/enriched.c
4467         * src/esmtp.c
4468         * src/exporthtml.c
4469         * src/headerview.c
4470         * src/imageview.c
4471         * src/manual.c
4472         * src/noticeview.c
4473         * src/pgptext.c
4474         * src/scoring.c
4475         * src/sourcewindow.c
4476         * src/stringtable.c
4477         * src/undo.c
4478                 clean up: remove unneccesary includes
4479
4480 2002-12-08 [christoph]  0.8.6claws77
4481
4482         * src/folderview.c
4483         * src/statusbar.c
4484         * src/summaryview.c
4485         * src/common/hooks.[ch]
4486                 hook functions now have a gboolean return value, if a hook
4487                 returns TRUE it will stop executing of any more hooks in
4488                 the same hooklist for this invokation
4489
4490 2002-12-08 [colin]      0.8.6claws76
4491         
4492         * src/main.c
4493                 put back argv0 for CRASH_DIALOG
4494
4495 2002-12-08 [christoph]  0.8.6claws75
4496
4497         * src/Makefile.am
4498         * src/about.c
4499         * src/account.c
4500         * src/crash.c
4501         * src/esmtp.h
4502         * src/imap.[ch]
4503         * src/inc.c
4504         * src/main.c
4505         * src/mainwindow.c
4506         * src/news.c
4507         * src/pop.[ch]
4508         * src/prefs_account.[ch]
4509         * src/prefs_common.[ch]
4510         * src/send.[ch]
4511         * src/smtp.[ch]
4512         * src/ssl_certificate.[ch]
4513         * src/ssl_manager.[ch]
4514         * src/common/Makefile.am
4515         * src/common/log.c
4516         * src/common/nntp.[ch]
4517         * src/common/socket.[ch]
4518         * src/common/ssl.[ch]
4519         * src/gtk/sslcertwindow.[ch]
4520         * ac/openssl.m4
4521                 use new autoconf script to detect OpenSSL with extra parameters
4522                 to specify the location of libs and includes, also remove USE_SSL
4523                 to USE_OPENSSL
4524
4525         * src/common/sylpheed.[ch]
4526         * src/common/version.h.in
4527                 start seperation of common code initialization seperated from gui
4528
4529         * src/summaryview.c
4530                 The function that is called when a color label changes
4531                 should not change the color lable again
4532
4533 2002-12-08 [colin]      0.8.6claws74
4534
4535         * src/gtk/sslcertwindow.c
4536                 warning fixes
4537
4538 2002-12-08 [colin]      0.8.6claws73
4539
4540         * src/statusbar.c
4541           src/common/log.h
4542                 Register a hook for statusbar_puts_all
4543         * src/common/log.c
4544                 invoke statusbar_puts_all's hook
4545         
4546 2002-12-08 [colin]      0.8.6claws72
4547
4548         * src/ssl_certificate.c
4549                 Put back a badly-removed include
4550
4551 2002-12-08 [colin]      0.8.6claws71
4552
4553         * src/gtk/sslcertwindow.[ch]    ** NEW **
4554                 new certificate presentation
4555         * src/gtk/Makefile.am
4556                 add new files
4557         * src/ssl_certificate.[ch]
4558                 gtk cleanup, made utility functions public
4559         * src/ssl_manager.c
4560                 use new cert presentation
4561
4562 2002-12-07 [christoph]  0.8.6claws70
4563
4564         * src/Makefile.am
4565         * src/nntp.[ch]                 ** REMOVE **
4566         * src/common/Makefile.am
4567         * src/common/nntp.[ch]          ** NEW **
4568                 move nntp files to common directory
4569
4570 2002-12-07 [christoph]  0.8.6claws69
4571
4572         * src/procmsg.[ch]
4573         * src/summaryview.c
4574                 implement msginfo update callback using sylpheed's new
4575                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
4576
4577 2002-12-06 [christoph]  0.8.6claws68
4578
4579         * src/editgroup.c
4580                 This patch changes the 'Edit Group Details' dialog to
4581                 allow extended selections in either pane, so that
4582                 addresses can be added or removed from a group more
4583                 quickly and easily. (it actually is a net decrease in
4584                 file size, as some unnecessary functions have been
4585                 removed). 
4586                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
4587
4588 2002-12-06 [christoph]  0.8.6claws67
4589
4590         * src/Makefile.am
4591         * src/template.[ch]             ** REMOVE **
4592         * src/common/Makefile.am
4593         * src/common/template.[ch]      ** NEW **
4594                 move template files to common directory
4595
4596         * src/nntp.c
4597                 add missing log.h include
4598
4599 2002-12-06 [melvin]     0.8.6claws66
4600
4601         * src/prefs_actions.c
4602                 Added the trailing ">" syntax to insert command's output
4603                 without replacing old text (in contrast to trailing "|").
4604
4605 2002-12-05 [colin]      0.8.6claws65
4606         
4607         * src/common/utils.c
4608                 Don't modify original search_string or it'll change
4609                 the next iterations in the for()
4610
4611 2002-12-05 [darko]      0.8.6claws64
4612
4613         * src/common/utils.c
4614                 proper check for filtering commands, found by Colin
4615
4616 2002-12-05 [darko]      0.8.6claws63
4617
4618         * src/common/utils.c
4619                 check proper string for NULL pointer, found by Colin
4620
4621 2002-12-05 [darko]      0.8.6claws62
4622
4623         * src/common/utils.[ch]
4624                 expand_search_string(): new function
4625                 converts Mutt-like patterns to Sylpheed's
4626                 filtering engine
4627         * src/summaryview.c
4628                 use expand_search_string() to allow Mutt-like
4629                 patterns in extended search
4630         * README.claws
4631                 document extended option in quick search
4632
4633 2002-12-05 [paul]       0.8.6claws61
4634
4635         * sync with 0.8.6cvs16
4636                 see ChangeLog 2002-12-05
4637                 
4638         * po/POTFILES.in
4639                 clean up
4640
4641 2002-12-04 [christoph]  0.8.6claws60
4642
4643         * src/imap.[ch]
4644                 put imap authentication code into a new function and
4645                 remove it from imap_session_new that will allow to
4646                 send other commands before authentication
4647
4648 2002-12-04 [christoph]  0.8.6claws59
4649
4650         * src/imap.[ch]
4651                 use already existing method to prevent unneeded IMAP
4652                 folder selects. Set imap_select parameters to NULL
4653                 in some functions if the values are not required.
4654
4655         * src/xml.h
4656                 remove no longer required include
4657
4658 2002-12-04 [paul]       0.8.6claws58
4659
4660         * po/es.po
4661                 updated by Ricardo Mones Lastra
4662                 
4663         * configure.in
4664           po/hu.po      ** NEW FILE **
4665                 initial Hungarian translation, submitted
4666                 by Gál Zoltán <galzoli@hu.inter.net>
4667
4668 2002-12-03 [christoph]  0.8.6claws57
4669
4670         * src/Makefile.am
4671         * src/gtksctree.[ch]            ** REMOVE **
4672         * src/gtk/Makefile.am
4673         * src/gtk/gtksctree.[ch]        ** NEW **
4674                 move gtksctree files to gtk directory
4675
4676 2002-12-03 [christoph]  0.8.6claws56
4677
4678         * src/Makefile.am
4679         * src/md5.[ch]                  ** REMOVE **
4680         * srm/common/Makefile.am
4681         * src/common/md5.[ch]           ** NEW **
4682                 move md5 files to common directory
4683
4684         * src/gtkstext.c
4685                 remove not required #include
4686
4687 2002-12-03 [sergey]     0.8.6claws55
4688
4689         * src/gtkutils.c
4690         * src/gtkutils.h
4691                 gtkut_window_popup(): new function.
4692         * src/mainwindow.c
4693                 main_window_popup(): use gtkut_window_popup() to raise
4694                 window without changing its position.
4695                 (see sylpheed-main ML message [sylpheed:17247])
4696
4697 2002-12-03 [sergey]     0.8.6claws54
4698
4699         * src/send.c
4700                 send_message_local(): removed first-dot escaping
4701                 (SMTP-only, not needed for sending through pipe)
4702
4703 2002-12-03 [paul]       0.8.6claws53
4704
4705         * po/POTFILES.in
4706                 update to reflect recent changes (thanks
4707                 to Ricardo Mones Lastra)
4708                 
4709         * tools/filter_conv.pl
4710                  fix problem with quoted strings. Patch submitted
4711                  by Luke Plant <lukeplant@softhome.net>
4712
4713 2002-12-03 [paul]       0.8.6claws52
4714
4715         * sync with 0.8.6cvs15
4716                 see ChangeLog 2002-12-03
4717
4718 2002-12-02 [christoph]  0.8.6claws51
4719
4720         * src/logwindow.[ch]
4721         * src/common/log.[ch]
4722                 implement logging using a hook function
4723
4724         * src/folderview.c
4725         * src/folder.[ch]
4726                 define hooklist name in header file to avoid
4727                 errors caused by wrong spelling of hooklist names
4728
4729         * src/toolbar.c
4730                 fix warnings
4731
4732 2002-12-02 [christoph]  0.8.6claws50
4733
4734         * src/common/Makefile.am
4735                 add src/common/hooks.[ch]
4736
4737         * src/common/hooks.[ch]
4738                 implement a simple hook system using glib's hook functions
4739
4740         * src/folder.[ch]
4741         * src/folderview.c
4742                 use new hook system for folder item updates
4743
4744 2002-12-02 [christoph]  0.8.6claws49
4745
4746         * doc-src/ui_seperation.txt     ** NEW **
4747                 information for ui seperation
4748
4749         * src/Makefile.am
4750                 remove files that were moved to common
4751                 include common directory by default for the header files
4752
4753         * src/inc.c
4754         * src/common/socket.c
4755         * src/automaton.[ch]
4756                 implement automaton using g_io_*-functions instead of
4757                 gdk_input_add to make it ui independent
4758
4759         * src/codeconv.c
4760         * src/compose.c
4761         * src/ldif.c
4762         * src/pgptext.c
4763         * src/procmime.c
4764         * src/rfc2015.c
4765         * src/smtp.c
4766         * src/unmime.c
4767                 remove common/ prefix because directory is now in
4768                 include path
4769
4770         * src/compose.c
4771         * src/folder.c
4772         * src/folderview.c
4773         * src/mainwindow.c
4774         * src/messageview.c
4775         * src/prefs_common.c
4776         * src/procmsg.c
4777         * src/rfc2015.c
4778                 fix warnings
4779
4780         * src/imap.c
4781         * src/inc.c
4782         * src/news.c
4783         * src/pop.c
4784         * src/send.c
4785         * src/smtp.c
4786         * src/ssl_certificate.c
4787                 add log.h header file for logging functions
4788
4789         * src/main.c
4790         * src/common/utils.c
4791         * src/summaryview.c
4792         * src/xml.c
4793                 o move debug_mode to common/utils.c
4794                 o add functions to set and get debug_mode
4795
4796         * src/defs.h                    ** REMOVE **
4797         * src/intl.h                    ** REMOVE **
4798         * src/socket.[ch]               ** REMOVE **
4799         * src/ssl.[ch]                  ** REMOVE **
4800         * src/utils.[ch]                ** REMOVE **
4801                 replaced by new files in src/common/
4802         
4803         * src/common/Makefile.am
4804                 add new files in src/common/
4805
4806         * src/common/defs.h             ** NEW **
4807         * src/common/intl.h             ** NEW **
4808         * src/common/log.[ch]           ** NEW **
4809         * src/common/socket.[ch]        ** NEW **
4810         * src/common/ssl.[ch]           ** NEW **
4811         * src/common/utils.[ch]         ** NEW **
4812                 replacement for files in src/
4813
4814 2002-12-02 [colin]      0.8.6claws48
4815
4816         * src/folderview.c
4817                 Scroll folderview if necessary during dnd
4818
4819 2002-12-02 [colin]      0.8.6claws47
4820
4821         * src/folder.[ch]
4822                 Add check to verify a move is within a single mailbox
4823         * src/folderview.c
4824                 Add specific error string for this check
4825
4826 2002-12-02 [colin]      0.8.6claws46
4827
4828         * src/folder.c
4829                 Add a test to folder moving, remove a statusbar_print
4830         * src/folderview.c
4831                 Add Move folder... context-menu item
4832                 Factorize folder moving code
4833                 Enable folder DND for mbox
4834
4835 2002-12-01 [christoph]  0.8.6claws45
4836
4837         * ac/aspell.m4
4838                 remove conf.aspelltest if the version check fails
4839
4840 2002-11-30 [christoph]  0.8.6claws44
4841
4842         * autogen.sh
4843                 run libtoolize --force in autogen to create missing
4844                 libtool scripts
4845
4846 2002-11-30 [christoph]  0.8.6claws43
4847
4848         * src/Makefile.am
4849         * src/pgptext.c
4850         * src/procmime.c
4851         * src/rfc2015.c
4852         * src/uuencode.[ch]             ** REMOVED **
4853         * src/common/Makefile.am
4854         * src/common/uuencode.[ch]      ** NEW **
4855                 move uuen/decoder to common directory
4856
4857 2002-11-30 [christoph]  0.8.6claws42
4858
4859         * src/Makefile.am
4860         * src/base64.[ch]               ** REMOVED **
4861         * src/codeconv.c
4862         * src/compose.c
4863         * src/ldif.c
4864         * src/pgptext.c
4865         * src/procmime.c
4866         * src/rfc2015.c
4867         * src/smtp.c
4868         * src/unmime.c
4869         * src/common/Makefile.am
4870         * src/common/base64.[ch]        ** NEW **
4871                 move base64 en/decoder to common directory
4872
4873 2002-11-30 [christoph]  0.8.6claws41
4874
4875         * src/common                    ** NEW **
4876                 new directory for UI independent code
4877         * src/gtk                       ** NEW **
4878                 new directory for GTK frontend
4879         * src/common/.cvsignore         ** NEW **
4880         * src/gtk/.cvsignore            ** NEW **
4881                 ignore build files
4882         * src/common/Makefile.am        ** NEW **
4883         * src/gtk/Makefile.am           ** NEW **
4884                 automake files to build new seperated stuff
4885         * src/Makefile.am
4886                 the binary will currently still be build with the
4887                 files in src, so we include the code from the
4888                 subdirs for now after building the libs there
4889
4890 2002-11-30 [paul]       0.8.6claws40
4891
4892         * src/compose.c
4893                 fix bug [642731] 'Wrong selected account with drafted mail'
4894
4895 2002-11-29 [oliver]     0.8.6claws39
4896         
4897         * src/messageview.c
4898                 o update summaryview when switching between different
4899                   messageviews          
4900         * src/toolbar.c  
4901                 o check if messageview holds already removed msg
4902                   from summaryview
4903                 
4904
4905 2002-11-29 [oliver]     0.8.6claws38
4906
4907         * src/toolbar.c 
4908                 remove not needed variables and includes
4909                 make messageview stay opened and move to next when msgs are deleted 
4910
4911 2002-11-29 [oliver]     0.8.6claws37
4912         
4913         * src/toolbar.c 
4914                 disable compose button (messageview toolbar) by default
4915                 deleted msgs are moved to trash
4916         
4917 2002-11-29 [melvin]     0.8.6claws36
4918
4919         * configure.in
4920                 Increased minimal gpgme version to 0.3.10 (Zombies out)
4921                 and to detect signatures expirations (gpgme 0.3.6)
4922
4923         * src/main.c
4924                 Use non obsolescent function for Gpgme engine checking.
4925
4926         * src/rfc2015.c
4927                 Inform about expired signatures or signatures which key
4928                 has expired. Expiration date is displayed.
4929
4930         * src/sigstatus.c
4931                 Inform about expired signatures or signatures which key
4932                 has expired.
4933
4934 2002-11-28 [paul]       0.8.6claws35
4935
4936         * src/folderview.c
4937                 re-instate 'Check for new messages' in Newsgroup
4938                 folders right-click menu, after a suggestion from
4939                 Tim Mann <timmann@users.sourceforge.net>
4940
4941         * src/main.c
4942                 after a crash check only local folders for new
4943                 messages
4944
4945 2002-11-28 [paul]       0.8.6claws34
4946
4947         * configure.in
4948                 apply patch that fixes the checking of GTK with XIM 
4949                 support on different OSs, such as FreeBSD. Patch 
4950                 submitted by Topia <topia@users.sourceforge.net>
4951                 
4952 2002-11-28 [paul]       0.8.6claws33
4953
4954         * src/mainwindow.c
4955           src/prefs_common.c
4956           src/prefs_toolbar.c
4957                 more changes to the English
4958
4959 2002-11-28 [paul]       0.8.6claws32
4960
4961         * sync with 0.8.6cvs13
4962                 see ChangeLog 2002-11-28 (no sync needed
4963                 for src/compose.c)
4964
4965 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
4966         
4967         * src/mainwindow.[ch]
4968                 add patch by Ivan F. Martinez introducing messageview Toolbar
4969                 some changes and committed by oliver    
4970
4971 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
4972
4973         * src/messageview.[ch]
4974                 add patch by Ivan F. Martinez introducing messageview Toolbar
4975                 some changes and committed by oliver    
4976
4977 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
4978
4979         * src/compose.[ch]
4980                 add patch by Ivan F. Martinez introducing messageview Toolbar
4981                 some changes and committed by oliver    
4982
4983 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
4984         
4985         * src/toolbar.[ch]
4986                 add patch by Ivan F. Martinez introducing messageview Toolbar
4987                 some changes and committed by oliver
4988
4989 2002-11-28 [oliver]     0.8.6claws27
4990         
4991         * src/prefs_toolbar.[ch]
4992                 getting ready for messageview toolbar
4993                 free mem allocated by gettext
4994                 change prefs_toolbar to prefs_toolbar_open
4995  
4996 2002-11-28 [thorsten]   0.8.6claws26
4997
4998         * src/imageview.[ch]
4999                 cleaned up conflicting declarations of
5000                 imageview_show_image()
5001
5002 2002-11-28 [paul]       0.8.6claws25
5003
5004         * src/grouplistdialog.c
5005           src/prefs_common.c
5006           src/prefs_summary_column.c
5007                 a few more improvements to the English
5008
5009 2002-11-28 [colin]      0.8.6claws24
5010
5011         * man/sylpheed.1
5012                 A few updates to command-line parameters
5013
5014 2002-11-28 [colin]      0.8.6claws23
5015
5016         * src/prefs_filtering.c
5017                 Fix problems with prefs_filtering_delete_path:
5018                 a) if the first rule is removed, original pointers
5019                    weren't updated (leading to segfaults)
5020                 b) it was always global_processing updated in case
5021                    of removed path was parent of rule path
5022
5023 2002-11-27 [paul]       0.8.6claws22
5024
5025         * src/mainwindow.c
5026           src/prefs_account.c
5027           src/prefs_actions.c
5028           src/prefs_common.c
5029           src/prefs_customheader.c
5030           src/prefs_display_header.c
5031           src/prefs_filtering.c
5032           src/prefs_folder_item.c
5033           src/prefs_matcher.c
5034           src/prefs_scoring.c
5035           src/prefs_summary_column.c
5036           src/prefs_template.c
5037           src/prefs_toolbar.c
5038                  improve the English in the GUI
5039
5040 2002-11-27 [colin]      0.8.6claws21
5041
5042         * src/folder.c
5043                 Fix processing renaming problems happening after
5044                 last commit
5045
5046 2002-11-27 [colin]      0.8.6claws20
5047
5048         * src/folder.c
5049                 recursive move now deletes src each subfolder after 
5050                 having moved it
5051         * src/folderview.c
5052                 Use identifier instead of path during dnd (enables
5053                 IMAP folder dnd)
5054
5055 2002-11-27 [paul]       0.8.6claws19
5056
5057         * src/main.c
5058                 apply patch that does command-line processing 
5059                 BEFORE gtk_init, allowing claws to run from 
5060                 shell-scripts in non-X environment (e.g. crontab 
5061                 or ip-up, ip-down scripts). Patch submitted by
5062                 Ruslan N. Balkin <baron@dartel.ru>
5063                 
5064         * po/it.po
5065                 updated by Alessandro Maestri
5066
5067 2002-11-27 [paul]       0.8.6claws18
5068
5069         * sync with 0.8.6cvs12
5070           src/prefs_common.c
5071                 Differences are that main uses a 'Receive dialog'
5072                 frame on the Interface tab, whereas claws groups all 
5073                 the dialogs together in a 'Dialogs' frame.
5074
5075 2002-11-27 [colin]      0.8.6claws17
5076
5077         * src/prefs_matcher.c
5078                 Fix Execute criteria's NOT flag
5079
5080
5081 2002-11-26 [christoph]  0.8.6claws16
5082
5083         * src/ssl.c
5084                 rewrite the ssl code a little bit, only use one
5085                 SSL context, set default certificates' file/path
5086
5087 2002-11-26 [thorsten]   0.8.6claws15
5088
5089         * src/compose.c
5090                 default-reply-to didn't work for ml-reply
5091
5092 2002-11-26 [melvin]     0.8.6claws14
5093
5094         * src/prefs_actions.c
5095                 Made pipe-actions ignore short headers in message view
5096                 Made trailing-pipe-actions write in the message view with
5097                 the same font as the original message
5098
5099 2002-11-26 [paul]       0.8.6claws13
5100
5101         * src/compose.c
5102                 this time commit the correct file
5103
5104 2002-11-26 [paul]       0.8.6claws12
5105
5106         * sync with 0.8.6cvs11
5107           src/quote_fmt_parse.y  
5108                 no sync needed
5109           src/account.[ch]       
5110                 not sync'ed
5111           src/compose.c
5112                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5113                 on draft mode.
5114                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5115                 header
5116                 
5117         see ChangeLog 2002-11-25 and 2002-11-26
5118
5119 2002-11-26 [colin]      0.8.6claws11
5120
5121         * src/folderview.c
5122                 Fix collapsed folder not auto-expanding during
5123                 mail dnd, if it was the source folder.
5124
5125 2002-11-25 [colin]      0.8.6claws10
5126
5127         * src/folderview.[ch]
5128                 Variable renaming and cleaning (slist of nodes 
5129                 to be re-collapsed is stored in FolderView)
5130
5131 2002-11-25 [paul]       0.8.6claws9
5132
5133         * src/prefs_common.[ch]
5134                 fix breakage caused by last commit
5135
5136 2002-11-25 [paul]       0.8.6claws8
5137
5138         * sync with 0.8.6cvs4
5139                 see ChangeLog 2002-11-21
5140
5141 2002-11-25 [paul]       0.8.6claws7
5142
5143         * sync with 0.8.6cvs4
5144                 see ChangeLog 2002-11-20
5145
5146 2002-11-25 [paul]       0.8.6claws6
5147
5148         * sync with 0.8.6cvs3
5149                 see ChangeLog 2002-11-18
5150
5151 2002-11-25 [colin]      0.8.6claws5
5152
5153         * src/gtkutils.[ch]
5154                 Add gtkut_ctree_node_is_parent()
5155         * src/folderview.c
5156                 Spring-loaded folders
5157
5158 2002-11-25 [colin]      0.8.6claws4
5159
5160         * src/utils.[ch]
5161                 Add slist_concat_unique(), function to merge
5162                 two GSList filtering dups
5163         * src/folder.[ch]
5164         * src/summaryview.[ch]
5165         * src/folderview.c
5166         * src/main.c
5167                 Add detection/update/display of unread answers
5168                 to marked mails
5169         * src/procmsg.[ch]
5170                 Add procmsg_find_children()
5171                 Add procmsg_msg_has_marked_parent()
5172
5173 2002-11-25 [colin]      0.8.6claws3
5174
5175         * src/ssl_certificate.[ch]
5176                 Allow checking a certificate without a DNS
5177                 lookup
5178                 Allow to forget a cert (by deleting it)
5179                 Make ssl_certificate_destroy_public
5180         * src/ssl_manager.[ch] ** NEW FILES **
5181                 Gui to manage (display/remove) certificates
5182         * src/prefs_common.[ch]
5183                 Add a pref to allow silent acceptation of
5184                 trusted certificates or not (based on the
5185                 "I want to know what's going on" principle)
5186         * src/mainwindow.c
5187                 Add SSL manager in Tools menu
5188         * src/Makefile.am
5189                 Add the new files to the build
5190         * po/POTFILES.in
5191                 Add ssl_manager.c to translations
5192
5193 2002-11-25 [colin]      0.8.6claws2
5194
5195         * src/summaryview.[ch]
5196                 Add S_SEARCH_EXTENDED to the quick search, which 
5197                 allows to search using filtering syntax.
5198
5199 2002-11-25 [colin]      0.8.6claws1
5200
5201         * src/summaryview.c
5202                 Deletion of duplicates now prefer deleting
5203                 the unread dup (fixes feature-request 638989).
5204
5205 2002-11-24 [paul]       0.8.6claws
5206
5207         * po/es.po
5208           po/pl.po
5209           po/ru.po
5210           po/sr.po
5211                 updated by Ricardo Mones Lastra,
5212                 Witold Wladyslaw Wojciech Wilk,
5213                 Ruslan N. Balkin, and  Urke MMI 
5214                 respectively
5215
5216 2002-11-24 [paul]       0.8.5claws182
5217
5218         * po/bg.po
5219                 updated by George Danchev
5220
5221 2002-11-23 [alfons]     0.8.5claws181
5222
5223         * src/imap.c
5224                 tiny memory leak found by browsing Dimitar's 
5225                 valgrind report
5226
5227 2002-11-23 [paul]       0.8.5claws180
5228
5229         * po/it.po
5230                 updated by Alessandro Maestri
5231
5232 2002-11-22 [christoph]  0.8.5claws179
5233
5234         * src/compose.c
5235         * src/inc.c
5236         * src/prefs_filtering.c
5237         * src/summaryview.c
5238                 more warning fixes
5239
5240 2002-11-22 [alfons]     0.8.5claws178
5241
5242         * src/summaryview.c
5243                 summary_execute_delete_func(): if message is deleted, make 
5244                 sure to also remove its entry in the subject hash table. 
5245                 fixes a corner case bug.
5246
5247 2002-11-22 [paul]       0.8.5claws177
5248
5249         * .cvsignore
5250                 add 'autom4te.cache'
5251                 
5252         * ltconfig      ** REMOVED **
5253                 not needed
5254
5255 2002-11-22 [paul]       0.8.5claws176
5256
5257         * src/textview.c
5258                 textview_set_font(): fix for message display in
5259                 UTF-8 locales (thanks to Sergey Vlasov).
5260                 
5261         * AUTHORS
5262                 add new team members and contributors
5263
5264
5265 2002-11-21 [colin]      0.8.5claws175
5266
5267         * src/procmsg.[ch]
5268                 Add procmsg_remove_special_headers()
5269         * src/mh.c
5270                 Use procmsg_remove_special_headers() for 
5271                 previous fix
5272
5273 2002-11-21 [colin]      0.8.5claws174
5274
5275         * src/mh.c
5276                 Fix moving/copying from queue/draft folders
5277                 for MH folders
5278
5279 2002-11-21 [christoph]  0.8.5claws173
5280
5281         * src/crash.c
5282         * src/filtering.c
5283         * src/logwindow.c
5284         * src/main.c
5285         * src/matcher_parser_lex.[hl]
5286         * src/mbox.c
5287         * src/mbox_folder.[ch]
5288         * src/prefs_filtering.c
5289         * src/procheader.c
5290         * src/quote_fmt_lex.l
5291         * src/ssl.c
5292                 fix all warnings except the warnings in lex and yacc files
5293
5294 2002-11-20 [christoph]  0.8.5claws172
5295
5296         * src/imap.c
5297                 fix MsgInfo retrieval for IMAP draft and queue folders
5298                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
5299
5300 2002-11-19 [christoph]  0.8.5claws171
5301
5302         * src/compose.c
5303                 fix segfault, when draft saving does not get
5304                 the MsgInfo of the new message
5305                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
5306
5307 2002-11-19 [christoph]  0.8.5claws170
5308
5309         * src/procmsg.c
5310                 add parameter check for flag setting function
5311                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
5312
5313 2002-11-18 [paul]       0.8.5claws169
5314
5315         * src/compose.c
5316                 more sensitivity fixes to redirect mode:
5317                 * disable toolbar draft button
5318                 * allow only Address book in the Tools menu
5319                 * disable editing of message by the spell
5320                   checker
5321
5322 2002-11-18 [paul]       0.8.5claws168
5323
5324         * src/compose.c
5325                 fix sensitivity of menu items in compose_redirect():
5326                 allow only the necessary items 
5327
5328 2002-11-18 [paul]       0.8.5claws167
5329
5330         * src/compose.c
5331                 fix bug [ 603259 ] 'attachment got lost on bounce'
5332
5333 2002-11-18 [paul]       0.8.5claws166
5334
5335         * po/ru.po
5336                 updated by Ruslan N. Balkin <baron@dartel.ru>
5337
5338 2002-11-18 [colin]      0.8.5claws165
5339
5340         * src/main.c
5341           src/defs.h
5342                 Remove old filtering stuff
5343
5344
5345 2002-11-17 [oliver]     0.8.5claws164
5346
5347         * src/toolbar.h
5348                 remove not needed typedef 
5349
5350 2002-11-17 [oliver]     0.8.5claws163
5351
5352         * src/toolbar.c
5353                 make toolbar's on click events translatable
5354
5355 2002-11-15 [colin]      0.8.5claws162
5356
5357         * src/summaryview.c
5358                 Revert too-soon integration of a feature
5359
5360 2002-11-15 [christoph]  0.8.5claws161
5361
5362         * src/imap.c
5363                 use main's implementation of imap_get_msginfo
5364
5365 2002-11-15 [christoph]  0.8.5claws160
5366
5367         * src/compose.c
5368         * src/folder.[ch]
5369         * src/imap.c
5370         * src/mbox_folder.c
5371         * src/mh.c
5372         * src/news.c
5373         * src/procmsg.c
5374         * src/summaryview.c
5375                 replace claws' fetch_msginfo with main's get_msginfo
5376                 (use main's implementation where possible)
5377
5378 2002-11-15 [colin]      0.8.5claws159
5379
5380         * src/ssl_certificate.c
5381                 Missed a check
5382
5383 2002-11-16 [melvin]     0.8.5claws158
5384
5385         * po/fr.po
5386                 Updated French translations.
5387
5388 2002-11-16 [colin]      0.8.5claws157
5389
5390         * src/ssl_certificate.c
5391                 Check for missing parts in the certificates
5392
5393 2002-11-15 [colin]      0.8.5claws156
5394
5395         * src/folderview.c
5396                 Preventive fix (missing check) found by
5397                 Alfons
5398
5399 2002-11-15 [paul]
5400
5401         * NEWS
5402                 sync with 0.8.6 release
5403
5404 2002-11-15 [colin]      0.8.5claws155
5405
5406         * src/folder.[ch]
5407           src/folderview.c
5408                 Fix error handling of folder_item_move_to()
5409                 (thanks to Alfons!)
5410
5411 2002-11-15 [colin]      0.8.5claws154
5412
5413         * src/folder.[ch]
5414           src/folderview.c
5415                 folder_item_move_to() sets an error message instead
5416                 of having GUI stuff in folder.c
5417
5418 2002-11-15 [colin]      0.8.5claws153
5419
5420         * src/procmsg.[ch]
5421                 Implemented a callback for MsgInfo updates, 
5422                 heavily copy/pasted from Christoph's folder 
5423                 callback system
5424         * src/summaryview.[ch]
5425                 Register summary_update_msg as callback
5426
5427 2002-11-14 [colin]      0.8.5claws152
5428         
5429         * src/procmsg.c
5430                 Update the FolderItem after sending (fixes 617593)
5431
5432 2002-11-14 [christoph]  0.8.5claws151
5433
5434         * src/folder.c
5435                 fix wrong position of NULL pointer check found
5436                 by Sergey
5437
5438 2002-11-14 [christoph]  0.8.5claws150
5439
5440         * src/folder.c
5441                 fix segfault when deleting messages from IMAP folders
5442                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
5443
5444 2002-11-14 [colin]      0.8.5claws149
5445
5446         * src/compose.c
5447                 Forwarding was also ignoring the folder's default account.
5448
5449 2002-11-14 [colin]      0.8.5claws148
5450
5451         * src/compose.c
5452                 Fix sent folder not set to folder properties when 
5453                 forwarding.
5454
5455 2002-11-14 [thorsten]   0.8.5claws147
5456
5457         * src/inc.c
5458                 inc_start(): Files were not moved from .processing to inbox,
5459                 if no global processing rule existed
5460
5461 2002-11-14 [colin]      0.8.5claws146
5462
5463         * src/ssl_certificate
5464                 Fix file operations
5465
5466 2002-11-14 [paul]       0.8.5claws145
5467
5468         * po/it.po
5469                 updated by Alessandro Maestri
5470
5471 2002-11-13 [alfons]     0.8.5claws144
5472
5473         * src/folder.c
5474                 folder_item_close(): only mark messages unread
5475                 when a folder has new messages 
5476
5477 2002-11-13 [keith]      0.8.5claws143
5478
5479         * src/imap.c
5480                 Fix problem moving or copying between
5481                 IMAP folders
5482
5483 2002-11-13 [colin]      0.8.5claws142
5484
5485         * src/matcher_parser_parse.y
5486                 Fix rule problem when " don't match
5487
5488 2002-11-13 [christoph]  0.8.5claws141
5489
5490         * src/folder.c
5491         * src/folderview.c
5492                 moved cache saving to folder_item_close
5493                 the folderview should not have to deal with
5494                 this things
5495
5496 2002-11-13 [christoph]  0.8.5claws140
5497
5498         * src/summaryview.c
5499                 moved setting of important score to
5500                 summary_set_prefs_from_folderitem
5501
5502 2002-11-13 [colin]      0.8.5claws139
5503
5504         * src/matcher_parser_parse.y
5505                 Fix a segfault in the parser (happening when
5506                 a good expression had been tested and a bad 
5507                 one arrives)
5508
5509 2002-11-13 [paul]       0.8.5claws138
5510
5511         * sync with 0.8.5cvs24
5512                 see ChangeLog 2002-11-13
5513                 
5514         * po/pt_BR.po
5515                 updated by Fabio Jr. Beneditto
5516
5517 2002-11-13 [colin]      0.8.5claws137
5518         
5519         * src/msgcache.c
5520           src/defs.h
5521           src/procmsg.[ch]
5522                 Revert last commit, problem
5523
5524 2002-11-13 [colin]      0.8.5claws136
5525
5526         * src/msgcache.c
5527                 Remove duplicated code
5528         * src/defs.h
5529                 Bumped CACHE_VERSION and MARK_VERSION
5530         * src/procmsg.[ch]
5531                 Network endian for cache and mark files
5532
5533 2002-11-12 [colin]      0.8.5claws135
5534
5535         * src/inc.c
5536                 Fix the "socket error" dialog which disappeared
5537
5538 2002-11-12 [colin]      0.8.5claws134
5539
5540         * src/msgcache.c
5541                 Reverse last commit which had performance 
5542                 problems, but still reverse the list
5543
5544 2002-11-12 [colin]      0.8.5claws133
5545
5546         * src/msgcache.c
5547                 Reverse list order
5548
5549 2002-11-12 [melvin]     0.8.5claws132
5550
5551         * src/compose.c
5552                 Added a check for a NULL prefs_common.dictionary
5553
5554 2002-11-12 [colin]      0.8.5claws131
5555
5556         * src/ssl_certificate.[ch]
5557                 Use FQDN hostname
5558
5559 2002-11-12 [colin]      0.8.5claws130
5560
5561         * src/ssl_certificate.[ch]
5562                 Take connection port into account for 
5563                 checking certificates (a single hostname
5564                 could have multiple servers with multiple
5565                 certificates)
5566         * src/ssl.c
5567                 Pass the port to ssl_certificate_check
5568
5569 2002-11-12 [paul]       0.8.5claws129
5570
5571         * src/folder.c
5572                 fix a typo in last commit
5573
5574 2002-11-12 [paul]       0.8.5claws128
5575
5576         * sync with 0.8.5cvs23
5577                 see ChangeLog entry 2002-11-12
5578
5579 2002-11-11 [colin]      0.8.5claws127
5580
5581         * src/ssl_certificate.c
5582                 Cleaner messages
5583                 Don't popup, instead log error, if the 
5584                 corresponding pref is checked
5585         * src/ssl_certificate.h
5586                 include <openssl/objects/h>
5587
5588 2002-11-11 [colin]      0.8.5claws126
5589
5590         * src/ssl_certificate.h
5591                 _Really_ clean it
5592
5593 2002-11-11 [colin]      0.8.5claws125
5594         
5595         * src/ssl_certificate.c
5596                 Fixed leak
5597
5598 2002-11-11 [colin]      0.8.5claws124
5599
5600         * src/ssl.c
5601                 Cleaned a bit
5602         * src/ssl_certificate.[ch]
5603                 Cleaned a bit (better use of SSL API)
5604                 (This will cause non-recognition of saved 
5605                  certificates of claws12[23]...)
5606
5607 2002-11-11 [paul]       0.8.5claws123
5608         
5609         * po/es.po
5610                 updated by Ricardo Mones Lastra
5611
5612 2002-11-11 [colin]      0.8.5claws122
5613
5614         * src/ssl.c
5615                 Fix a typo
5616
5617 2002-11-11 [colin]      0.8.5claws121
5618
5619         * src/ssl_certificate.[ch] ** NEW FILES **
5620         * src/ssl.[ch]
5621                 Check SSL certificates presented to us
5622         * src/Makefile.am
5623                 Add ssl_certificate.[ch]
5624         * po/POTFILES.in
5625                 Add ssl_certificate.c
5626
5627 2002-11-11 [paul]       0.8.5claws120
5628
5629         * sync with 0.8.5cvs22
5630                 see ChangeLog 2002-11-11
5631
5632 2002-11-11 [paul]       0.8.5claws119
5633
5634         * sync with 0.8.5cvs21
5635                 see ChangeLog 2002-11-11
5636
5637 2002-11-10 [jens]       0.8.5claws118
5638
5639         * src/folder.c
5640         * src/folderview.c
5641                 corrected some typing
5642         * po/de.po
5643                 updated german translation
5644         * sylpheed.spec.in
5645                 cleaned up specfile and adjusted it for claws
5646
5647 2002-11-10 [colin]      0.8.5claws117
5648
5649         * src/summaryview.c
5650                 a STATUSBAR_PUSH/POP fix
5651
5652 2002-11-10 [colin]      0.8.5claws116
5653
5654         * src/prefs_folder_item.c
5655                 Fix hanging after opening folder properties
5656
5657 2002-11-10 [hoa]        0.8.5claws115
5658
5659         * src/matcher_parser_lex.l
5660         * src/matcher_parser_parse.y
5661                 config file for scoring and filtering is no more trashed
5662                 when there is a syntax error in a filtering rule when
5663                 editing it in a dialog.
5664
5665 2002-11-09 [colin]      0.8.5claws114
5666
5667         * src/mbox_folder.c
5668                 Added missing initialisation of folder->destroy()
5669
5670 2002-11-09 [colin]      0.8.5claws113
5671
5672         * src/folder.c
5673           src/folderview.c
5674                 Fix the status bar messages
5675
5676 2002-11-09 [colin]      0.8.5claws112
5677
5678         * src/folderview.c
5679                 Fix hangs after folder dnd, happening after 
5680                 claws109.
5681
5682 2002-11-09 [christoph]  0.8.5claws111
5683
5684         * src/folderview.c
5685                 just changed order of calls (reverse order of
5686                 associated calls)
5687         * src/inc.c
5688                 lock inc when checking only one account, otherwise
5689                 inc all could be executed at the same time
5690
5691 2002-11-09 [christoph]  0.8.5claws110
5692
5693         * src/folderview.c
5694                 better unlock the mouse cursor before calling
5695                 summary_show because it changes the cursor too
5696
5697 2002-11-09 [christoph]  0.8.5claws109
5698
5699         * src/folder.[ch]
5700         * src/folderview.c
5701                 add functions to open and close a folder
5702                 o opending will execute scanning for remote folders
5703                   and processing
5704                 o closing will unset new flag for messages
5705
5706 2002-11-09 [colin]      0.8.5claws108
5707
5708         * src/folder.c
5709                 Add a call to prefs_matcher_write_config to 
5710                 avoid non-leaf folders filtering settings to be
5711                 lost
5712
5713 2002-11-09 [paul]       0.8.5claws107
5714
5715         * src/prefs_account.c
5716                 re-word a label
5717
5718 2002-11-09 [colin]      0.8.5claws106
5719
5720         * src/folderview.c
5721                 Minor esthetic fix
5722
5723 2002-11-09 [colin]      0.8.5claws105
5724
5725         * src/folderview.c
5726                 Fix prefs_filtering deletion for MH folders (same
5727                 reason as below)
5728         * src/prefs_filtering.c
5729                 Fix prefs_filtering renaming and deletion for 
5730                 folder-based processing rules.  
5731
5732 2002-11-09 [christoph]  0.8.5claws104
5733
5734         * src/compose.c
5735         * src/folder.[ch]
5736         * src/folderview.[ch]
5737         * src/import.c
5738         * src/inc.c
5739         * src/main.c
5740         * src/mainwindow.c
5741         * src/messageview.c
5742         * src/prefs_folder_item.c
5743         * src/procmsg.c
5744         * src/summaryview.c
5745                 implement a callback system for folder item updates
5746
5747 2002-11-09 [colin]      0.8.5claws103
5748
5749         * src/folderview.c
5750                 Fix prefs_filtering renaming for MH folders (we
5751                 shouldn't rename by path as another folder could
5752                 have the same hierarchy).
5753
5754 2002-11-09 [colin]      0.8.5claws102
5755
5756         * src/folder.c
5757                 Fix a leak found by Christoph, use better variable
5758                 names
5759
5760 2002-11-09 [colin]      0.8.5claws101
5761
5762         * src/folder.c
5763                 One more fix for processing rules
5764
5765 2002-11-08 [colin]      0.8.5claws100
5766         
5767         * src/matcher.c
5768                 Don't copy the compiled regexp (will be reevaluated)
5769         * src/folderview.c
5770                 Lock folderview while moving
5771         * src/folder.c
5772                 Provide info on what's happening to the user
5773
5774 2002-11-08 [colin]      0.8.5claws99
5775
5776         * src/folderview.c
5777                 Fix folder reordering after a move if parent is 
5778                 root
5779         * src/scoring.[ch]
5780                 Add function to copy a ScoringProp
5781         * src/prefs_folder_item.c
5782                 Copy scoring rules when copying a folder prefs
5783
5784 2002-11-08 [colin]      0.8.5claws98
5785
5786         * src/folderview.c
5787                 Fixes in case of failure
5788         * src/filtering.[ch]    
5789                 Add function to duplicate a FilteringProp
5790         * src/matcher.[ch]
5791                 Add function to duplicate a MatcherProp
5792         * src/prefs_folder_item.c
5793                 Save folder's processing rules when copying 
5794                 its prefs
5795
5796 2002-11-08 [colin]      0.8.5claws97
5797         
5798         * src/folderview.c
5799                 Sort after move
5800         * src/folder.c 
5801                 Change a printf to debug_print
5802
5803 2002-11-08 [colin]      0.8.5claws96
5804
5805         * src/folder.c
5806           src/folderview.c
5807                 Fix segfaults, call me stupido
5808         
5809
5810 2002-11-08 [colin]      0.8.5claws95
5811
5812         *src/folder.c
5813                 Added forgotten prefs to save when moving folders
5814
5815 2002-11-08 [colin]      0.8.5claws94
5816
5817         * src/folder.c
5818                 Fixes to folder DND (prefs copy)
5819         * src/folderview.c
5820                 Optimization for folder DND (don't rescan whole tree)
5821                 Added folderview_create_folder_node() for this 
5822                 optimization, so de-duped a bit the code
5823         * src/prefs_folder_item.[ch]
5824                 Added prefs_folder_item_copy_prefs()    
5825           
5826 2002-11-08 [paul]       0.8.5claws93
5827
5828         * src/prefs_account.c
5829           tools/README
5830           tools/kmail2sylpheed_v2.pl
5831                 correct some typos
5832
5833 2002-11-08 [paul]       0.8.5claws92
5834
5835         * src/compose.c
5836           src/prefs_account.[ch]
5837                 remove account options 'clearsign' and 'ascii_armored',
5838                 replace with 'default_gnupg_mode' to prevent mixed-mode
5839                 Privacy settings
5840
5841 2002-11-08 [paul]       0.8.5claws91
5842
5843         * src/compose.[ch]
5844                 re-implement GnuPG 'on-the-fly' mode selection,
5845                 disallow mixed-mode
5846
5847 2002-11-08 [colin]      0.8.5claws90
5848
5849         * src/folderview.c
5850           src/prefs_folder_item.c
5851                 Change "Property" to "Properties"
5852
5853 2002-11-07 [colin]      0.8.5claws89
5854
5855         * src/folderview.c
5856           src/folder.c
5857                 Allow folder dropping to a root folder
5858
5859 2002-11-07 [paul]       0.8.5claws88
5860
5861         * src/compose.c
5862                 revert last commit
5863
5864 2002-11-07 [paul]       0.8.5claws87
5865
5866         * src/compose.c
5867                 fix reply-to-list bug. closes bug report
5868                 "[633382] reply-to-list broken in recent cvs"
5869
5870 2002-11-07 [paul]       0.8.5claws86
5871
5872         * src/compose.c
5873                 add a forgotten '#if USE_GPGME ... #endif'
5874
5875 2002-11-07 [paul]       0.8.5claws85
5876
5877         * sync with 0.8.5cvs20
5878                 see ChangeLog 2002-11-07
5879
5880 2002-11-07 [colin]      0.8.5claws84
5881
5882         * src/folder.[ch]
5883                 Change folder_item_move_to to return the newly 
5884                 created folderitem.
5885         * src/folderview.c
5886                 Select the new folderitem after moving.
5887
5888 2002-11-07 [colin]      0.8.5claws83
5889
5890         * src/prefs_filtering.c
5891                 Fix rule rewriting when moving a leaf folder to a 
5892                 shorter path
5893
5894 2002-11-07 [colin]      0.8.5claws82
5895
5896         * src/prefs_filtering.c
5897                 fix a leak
5898
5899 2002-11-07 [colin]      0.8.5claws81
5900
5901         * src/folder.[ch]
5902                 Add folder_item_move_to() function to move a 
5903                 folderitem into another one (updates matcher etc)
5904         * src/folderview.c
5905                 Add folder drag'n drop (context menu to come)
5906                 [Should be dataloss free, but Please backup before 
5907                  trying !]
5908
5909 2002-11-06 [colin]      0.8.5claws80
5910
5911         * src/mh.c
5912                 mh_create_folder() returns NULL if can't create
5913                 directory hierarchy
5914
5915 2002-11-06 [paul]       0.8.5claws79
5916
5917         * src/compose.[ch]
5918                 allow 'on-the-fly' changing of the type of encryption 
5919                 and/or signing used (mime/ascii) via the compose window
5920
5921 2002-11-06 [paul]       0.8.5claws78
5922
5923         * sync with 0.8.5cvs19
5924                 see ChangeLog 2002-11-06 for src/account.c: 
5925                 account_get_special_folder()
5926                 
5927 2002-11-05 [alfons]     0.8.5claws77
5928
5929         * src/crash.c
5930                 very minor cleanups: nothing to see here, move on. :-)
5931
5932 2002-11-05 [colin]      0.8.5claws76
5933
5934         * src/main.c
5935                 Changes choices if compose windows are opened to
5936                 Discard, Draft, Don't quit
5937
5938 2002-11-05 [thorsten]   0.8.5claws75
5939
5940         * src/compose.c
5941                 reenabled default_reply_to folder option
5942
5943 2002-11-05 [colin]      0.8.5claws74
5944
5945         * src/compose.[ch] 
5946                 add compose_draft()
5947         * src/crash.c
5948                 add SIGTERM handler
5949         * src/main.[ch]
5950                 add clean_quit() for the SIGTERM handler
5951
5952 2002-11-05 [paul]       0.8.5claws73
5953         
5954         * po/es.po
5955                 updated by Ricardo Mones Lastra
5956
5957 2002-11-05 [melvin]     0.8.5claws72
5958
5959         * src/logwindow.c
5960                 Fixed log-clipping bug #616795.
5961                 To stop logging in the log window use 0 length.
5962         * src/prefs_common.c
5963                 Added a label to inform about the 0 log length behaviour.
5964
5965 2002-11-05 [paul]       0.8.5claws71
5966
5967         * sync with 0.8.5cvs17
5968                 see ChangeLog 2002-11-05
5969
5970 2002-11-04 [paul]       0.8.5claws70
5971
5972         * sylpheed-128x128.png
5973           sylpheed-64x64.png
5974           sylpheed.png
5975                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
5976                 <nikai@users.sourceforge.net>
5977                 
5978         * po/bg.po
5979                 updated by George Danchev
5980
5981 2002-11-03 [thorsten]   0.8.5claws69
5982
5983         * src/main.c
5984           src/mimeview.c
5985           src/rfc2015.h
5986                 add check if gpg is active
5987
5988 2002-11-03 [thorsten]   0.8.5claws68
5989
5990         * src/toolbar.h
5991                 removed GSList declaration causing trouble on MacOS-X
5992                 (submitted by alfons, reported by xfesty)
5993
5994 2002-11-01 [paul]       0.8.5claws67
5995
5996         * src/mainwindow.c
5997                 remove last remnants of main's filter code
5998
5999 2002-11-01 [paul]       0.8.5claws66
6000
6001         * tools/filter_conv.pl
6002                 fix bug where user-defined headers were ignored
6003
6004 2002-11-01 [paul]       0.8.5claws65
6005
6006         * src/logwindow.c
6007                 make a debug_print() not translatable
6008
6009 2002-10-31 [melvin]     0.8.5claws64
6010
6011         * ac/aspell.m4
6012                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6013                 not run any GNU/aspell test.  The dictionary path will
6014                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6015                 was given, in which case, it will be $prefix/lib/aspell/
6016         * configure.in
6017                 Fixed typo in commentary (Aspell code).
6018
6019 2002-10-31 [paul]       0.8.5claws63
6020
6021         * po/POTFILES.in
6022                 remove src/filter.c and src/prefs_filter.c
6023                 thanks to Ricardo for reminding me
6024
6025 2002-10-31 [colin]      0.8.5claws62
6026
6027         * src/mbox_folder.c
6028                 Plug some leaks
6029
6030 2002-10-31 [paul]       0.8.5claws61
6031
6032         * src/prefs_filter.[ch] ** REMOVED **
6033           src/filter.[ch]       ** REMOVED **
6034           
6035         * src/Makefile.am
6036           src/folderview.c
6037           src/inc.c
6038           src/main.c
6039           src/mainwindow.c
6040           src/mbox.c
6041           src/prefs_common.c
6042           src/prefs_filtering.c
6043           src/summaryview.[ch]
6044                 remove main's 'filter' code
6045                 
6046         README.claws
6047                 update to reflect removal of main's filter
6048
6049 2002-10-31 [paul]       0.8.5claws60
6050
6051         * src/summaryview.c
6052                 remove check for global_processing in summary_filter_open(). 
6053                 This fixes the bug where if the user uses the right-click 
6054                 'Create filter rule...' and doesn't have any filter rules 
6055                 already defined in claws' advanced filtering, the newly 
6056                 created filter rule goes to main's filtering which is 
6057                 inaccessible through the gui. Now the filter rule gets added
6058                 to claws' filtering by default.
6059
6060 2002-10-28 [melvin]     0.8.5claws59
6061
6062         * src/prefs_actions.c
6063                 Fixed bug #627322 where MIME parts were not always
6064                 correctly passed to a %p action
6065                 Display an error dialog when message filename is not found.
6066
6067 2002-10-28 [melvin]     0.8.5claws58
6068
6069         * src/prefs_common.c
6070                 Readded a missing function declaration lost in 0.8.3claws34
6071
6072 2002-10-28 [paul]       0.8.5claws57
6073
6074         * sync with 0.8.5cvs15
6075                 see ChangeLog 2002-10-28 and 2002-10-25
6076                 
6077         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6078
6079 2002-10-27 [oliver]     0.8.5claws56
6080
6081         * src/pop.c
6082                 plug leak in pop3_top_recv
6083
6084 2002-10-26 [christoph]  0.8.5claws55
6085
6086         * src/folder.c
6087                 set need_update folder flag when messages are added
6088                 (closes bug [ 626922 ] folder not updated after receiving)
6089
6090 2002-10-25 [melvin]     0.8.5claws54
6091
6092         * src/imageview.c
6093                 Fixed a memleak introduced in the scaling code.
6094
6095 2002-10-24 [alfons]     0.8.5claws53
6096
6097         * src/filtering.c
6098                 make filtering's forward message action forward from the 
6099                 correct account
6100                 (closes bug [628089 ] Filter -> Forward from address problem
6101                 reported by Oktay)
6102
6103 2002-10-24 [christoph]  0.8.5claws52
6104
6105         * src/mainwindow.c
6106         * src/manual.[ch]
6107                 o use manual of current locale or english if current
6108                   locale is not available (and english is available)
6109                 o also link to sylpheed doc project manuals
6110
6111 2002-10-23 [paul]       0.8.5claws51
6112
6113         * tools/README
6114           tools/kmail2sylpheed_v2.pl
6115                 add new version of kmail addressbook importer script.
6116                 works with newer versions of Kmail/KAddressBook which
6117                 have new and rearranged data.
6118
6119 2002-10-23 [martin]     0.8.5claws50
6120
6121         * src/folderview.c
6122         * src/summaryview.c
6123         * src/utils.h
6124         * src/utils.c
6125                 added length parameter to get_abbrev_newsgroup_name()
6126                 changed this function so that it abbreviates the newsgroup
6127                 names only so long it is smaller than the length parameter
6128                 (for better reading of some newsgroup names and space efficiency)
6129
6130 2002-10-22 [colin]      0.8.5claws49
6131
6132         *src/foldersel.c
6133                 Revert Alfons' last modification (after voting ;-))
6134
6135 2002-10-21 [alfons]     0.8.5claws48
6136
6137         * src/foldersel.c
6138                 folder view in folder selection dialog reflects state of
6139                 folder view in main window
6140
6141 2002-10-18 [alfons]     0.8.5claws47
6142
6143         * src/mbox.c
6144                 drop imported messages in folder selected by user,
6145                 and not in the inbox
6146                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6147
6148 2002-10-18 [alfons]     0.8.5claws46
6149
6150         * src/compose.c
6151                 make automagic reply work correctly for email accounts 
6152                 (whether it's viable to do a full sync with Hiro's 
6153                 compose.c is still under discussion)
6154
6155 2002-10-18 [melvin]     0.8.5claws45
6156
6157         * src/prefs_actions.c
6158                 Fixed bug #622275 where asynchroneous actions left 
6159                 zombies processes
6160                 Made (synchroneous) actions' input be displayed live.
6161
6162 2002-10-18 [christoph]  0.8.5claws44
6163
6164         * src/textview.c
6165                 don't add a newline in the textview in front of the
6166                 first textpart if header display is disabled
6167                 (closes bug [ 603385 ] disabled header display leaves blank
6168                  lin)
6169
6170 2002-10-18 [christoph]  0.8.5claws43
6171
6172         * src/folder.[ch]
6173         * src/imap.c
6174         * src/mbox_folder.c
6175         * src/mh.c
6176         * src/news.c
6177                 folder->get_num_list now returns an error code
6178                 (closes bug [ 609424 ] News cache cleared on failure)
6179                 
6180 2002-10-17 [colin]      0.8.5claws42
6181         
6182         * src/news.c
6183                 Changed a printf by debug_print
6184
6185 2002-10-16 [paul]       
6186
6187         * tools/OOo2sylpheed.pl
6188                 allow for spaces in the name of the
6189                 file to be attached.
6190
6191 2002-10-16 [colin]      0.8.5claws41
6192
6193         * src/main.c
6194                 Use a tristate to change online mode
6195
6196 2002-10-16 [paul]       0.8.5claws40
6197
6198         * po/es.po
6199                 updated by Ricardo Mones Lastra
6200
6201 2002-10-16 [colin]      0.8.5claws39
6202
6203         * src/main.c
6204           src/mainwindow.[ch]
6205                 Added --online and --offline command-line
6206                 switches
6207
6208 2002-10-15 [christoph]  0.8.5claws38
6209
6210         * src/procmime.c
6211                 set mimeinfo->name to NULL after g_free to
6212                 avoid double freeing with g_free
6213
6214 2002-10-14 [christoph]  0.8.5claws37
6215
6216         * src/compose.c
6217         * src/filtering.c
6218         * src/summaryview.c
6219                 remove calls to folder->change_flags that are now
6220                 done by procmsg flag functions (seems it is not
6221                 used by any foldertype anyway)
6222         * src/folder.c
6223                 init folder->change_flags with NULL
6224
6225 2002-10-14 [christoph]  0.8.5claws36
6226
6227         * src/folder.[ch]
6228         * src/imap.[ch]
6229                 use virtual functions for folder item new and destroy
6230                 functions
6231
6232 2002-10-14 [melvin]     0.8.5claws35
6233
6234         * src/compose.c
6235                 Added a test to not run the spell checker if no default
6236                 dictionary is available. No dialog is displayed though.
6237
6238 2002-10-14 [melvin]     0.8.5claws34
6239
6240         * src/gtkaspell.c
6241                 Fixed bug in dictionary list context menu where
6242                 "More..." pointed to an emtpy submenu if the
6243                 number of dictionaries is a multiple of 15
6244                 Removed unneeded code in suggestions list creation
6245
6246 2002-10-14 [paul]       0.8.5claws33
6247
6248         * po/bg.po
6249                 updated by George Danchev
6250
6251 2002-10-13 [hoa]        0.8.5claws32
6252
6253         * src/matcher.[ch]
6254           src/matcher_parser_parser.y
6255                 removed the escaped string from internal structure
6256                 of matcher.
6257
6258 2002-10-12 [colin]      0.8.5claws31
6259
6260         * src/gtksctree.[ch]
6261           src/summaryview.c
6262                 Removed useless function gtksctree_reanchor
6263
6264 2002-10-12 [alfons]     0.8.5claws30
6265         
6266         * sync with remaining main changes 2002-10-09 - 2002-10-11
6267         - drop changes to src/compose.c (requires claws specific changes)
6268         
6269 2002-10-12 [alfons]     0.8.5claws29
6270         
6271         * sync with main changes of 2002-10-08
6272         - drop changes to src/compose.c (requires claws specific changes)
6273         - drop changes to src/summaryview.c (requires changes to compose.c)     
6274
6275 2002-10-12 [alfons]     0.8.5claws28
6276         
6277         * sync with main changes of 2002-10-07
6278
6279 2002-10-12 [alfons]     0.8.5claws27
6280
6281         * sync with main changes of 2002-10-04
6282         - drop changes to src/compose.c (requires claws specific changes)
6283         - drop changes to src/prefs_folder_item.c (claws implementation
6284           seems to be working)
6285
6286 2002-10-12 [colin]      0.8.5claws26
6287
6288         * src/mainwindow.c
6289                 Fix folder-flicker when space-reading, introduced 
6290                 in claws22.
6291
6292 2002-10-12 [colin]      0.8.5claws25
6293
6294         * src/compose.c
6295                 Save account address when saving as draft.
6296                 (closes bug 621838)
6297
6298 2002-10-12 [colin]      0.8.5claws24
6299
6300         * src/summaryview.c
6301                 Fix the problem consisting of no message selected
6302                 after the last message in a folder has been moved.
6303
6304 2002-10-12 [paul]       0.8.5claws23
6305
6306         * src/compose.c
6307           src/prefs_template.c
6308           src/template.[ch]
6309                 add Cc and Bcc to templates. Patch submitted by
6310                 John L. Males.
6311
6312 2002-10-12 [colin]      0.8.5claws22
6313
6314         * src/folderview.c
6315                 Fix a bug after "Check for new messages":
6316                 If a folder was opened, it was still selected at
6317                 the end of the check, but displayed empty.
6318         * src/mainwindow.c
6319                 Remove unnecessary check
6320
6321 2002-10-12 [paul]
6322
6323         * tools/README
6324                 be more verbose in the description of
6325                 OOo2sylpheed.pl
6326                 
6327
6328 2002-10-11 [colin]      0.8.5claws21
6329
6330         * src/mainwindow.c
6331                 Make space work (better) when no mail is selected
6332
6333 2002-10-11 [colin]      0.8.5claws20
6334
6335         * src/inc.c
6336           src/news.c
6337                 fix warnings
6338
6339 2002-10-11 [colin]      0.8.5claws19
6340
6341         * src/mainwindow.c
6342                 revert 0.8.5claws6 changes as i couldn't get to
6343                 anything satisfying
6344
6345 2002-10-11 [melvin]     0.8.5claws18
6346
6347         * src/compose.c
6348                 Removed buggy and unused macro (should have been committed in
6349                 0.8.5claws17)
6350
6351 2002-10-11 [melvin]     0.8.5claws17
6352
6353         * src/compose.c
6354                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
6355
6356 2002-10-11 [thorsten]   0.8.5claws16 
6357
6358         * src/folderview.c
6359                 remove rescan warning
6360
6361 2002-10-11 [colin]      0.8.5claws15 
6362
6363         * src/procheader.c
6364                 fix a segfault that happens if conv_unmime_header
6365                 fails (should be better to find out why it fails)
6366
6367 2002-10-11 [christoph]  0.8.5claws14
6368
6369         * src/summaryview.c
6370                 update folderview stats after ignore/unignore thread
6371
6372 2002-10-11 [hoa]        0.8.5claws13
6373
6374         * src/quote_fmt_parse.y
6375                 Fixed a yacc/bison syntax error
6376         * src/matcher.c
6377                 Escaping of string is fixed.
6378
6379 2002-10-11 [colin]      0.8.5claws12
6380
6381         * src/imageview.c
6382                 Resize images to fit
6383
6384 2002-10-11 [paul]       0.8.5claws11
6385
6386         * po/es.po
6387                 updated by Ricardo Mones Lastra
6388
6389 2002-10-10 [alfons]     0.8.5claws10
6390
6391         * src/compose.c
6392                 allow dropping files by "moving" files from a file manager,
6393                 not only by the more cumbersome "copying". the latter 
6394                 mostly implies holding down the Control button
6395
6396 2002-10-10 [christoph]  0.8.5claws9
6397
6398         * src/summaryview.c
6399                 update folders after thread building for ignored threads
6400
6401 2002-10-10 [christoph]  0.8.5claws8
6402
6403         * config/.cvsignore
6404                 added Makefile
6405         * src/filtering.[ch]
6406         * src/folder.[ch]
6407         * src/folderview.[ch]
6408         * src/import.c
6409         * src/inc.[ch]
6410         * src/mbox.[ch]
6411         * src/procmsg.c
6412         * src/summaryview.[ch]
6413                 o added new flag need_update to FolderItem
6414                 o removed folder_table from various functions from tracking
6415                   folder updates
6416                 o set need_update flags in folder.c's move, copy and delete
6417                   functions and procmsg's flags functions
6418                 o added function folderview_update_items_when_required that
6419                   updates all folders with need_update set
6420                 o call folderview_update_items_when_required instead of
6421                   folderview_update_item_foreach
6422
6423 2002-10-09 [sergey]     0.8.5claws7
6424
6425         * src/compose.c
6426                 Strip CRs whel loading the text into editor in reedit mode.
6427
6428 2002-10-09 [colin]      0.8.5claws6
6429
6430         * src/mainwindow.c
6431                 Make Space work when no mail is selected
6432
6433 2002-10-09 [colin]      0.8.5claws5
6434
6435         * src/gtksctree.[ch]
6436                 Fix range_select
6437                 Add gtk_sctree_reanchor() 
6438         * src/summaryview.c
6439                 Use gtk_sctree_reanchor() - better fix for 
6440                 bug 60413
6441
6442 2002-10-09 [colin]      0.8.5claws4
6443
6444         * src/summaryview.c
6445                 Fix shift-click select after delete problem
6446                 (closes bug 60413)
6447
6448 2002-10-08 [thorsten]   0.8.5claws3
6449
6450         * src/summaryview.c
6451                 exclude current msg from -hide read messages-
6452
6453 2002-10-08 [colin]      0.8.5claws2
6454
6455         * src/inc.[ch]
6456           src/pop.c
6457           src/recv.c
6458                 Differentiate socket errors from disk full
6459                 errors
6460
6461 2002-10-08 [christoph]  0.8.5claws1
6462
6463         * Makefile.am
6464         * configure.in
6465                 modifications for new config directory
6466
6467         * config.guess  ** REMOVED **
6468         * config.sub    ** REMOVED **
6469         * install-sh    ** REMOVED **
6470         * ltmain.sh     ** REMOVED **
6471         * missing       ** REMOVED **
6472         * mkinstalldirs ** REMOVED **
6473                 these files are autogenerated by automake
6474                 when you run autogen.sh
6475
6476         * config/.cvsignore     ** NEW FILE **
6477         * config/Makefile.am    ** NEW FILE **
6478                 ignore autogenerated files
6479                 create a Makefile in this directory
6480
6481 2002-10-08 [paul]       0.8.5claws
6482
6483         * 0.8.5claws release
6484         
6485         * src/compose.c
6486           src/procheader.c
6487           src/procmsg.c
6488                 fix quote reply format for newsgroups reply bug
6489                 (thanks to Hoa)
6490                 
6491         * po/en_GB.po
6492           po/pl.po
6493                 updated by me and Witold Wladyslaw Wojciech Wilk
6494                 repectively
6495
6496 2002-10-07 [paul]       0.8.3claws53
6497
6498         * po/it.po
6499           po/pt_BR.po
6500           po/sr.po
6501                 updated messages catalogs, submitted by
6502                 Alessandro Maestri, Fabio Jr.Beneditto 
6503                 and Urke MMI, respectively.
6504
6505 2002-10-07 [christoph]  0.8.3claws52
6506
6507         * src/folder.[ch]
6508         * src/folderview.c
6509         * src/mainwindow.c
6510                 fix new folder ghost message bug
6511                 (closes bug [ 619722 ] wrong count for newly created folders)
6512
6513 2002-10-07 [christoph]  0.8.3claws51
6514
6515         * src/compose.c
6516                 fix news posting problem
6517
6518 2002-10-07 [melvin]     0.8.3claws50
6519
6520         * po/fr.po
6521                 Updated French translation
6522
6523 2002-10-05 [christoph]  0.8.3claws49
6524
6525         * src/gtkstext.c
6526                 check if line_start_cache is set in gtk_stext_update_text
6527                 (closes bug [ 618119 ] crash while doing search in folder)
6528
6529 2002-10-05 [christoph]  0.8.3claws48
6530
6531         * src/imap.c
6532         * src/news.c
6533         * src/utils.c
6534         * src/utils.h
6535                 implement cache cleanups for claws' folder system
6536                 (closes bug [ 595916 ] imapcache not cleaned up)
6537
6538 2002-10-05 [melvin]     0.8.3claws47
6539
6540         * src/prefs_actions.c
6541                 Made the help text more clear for the %p token
6542
6543 2002-10-04 [paul]       0.8.3claws46
6544
6545         * sync with 0.8.5
6546                 see ChangeLog 2002-10-02 and 2002-10-03
6547
6548 2002-10-04 [christoph]  0.8.3claws45
6549
6550         * src/inc.c
6551                 fix segfault caused by pop before smtp
6552                 call to inc_account_mail with NULL
6553                 pointer for mainwin
6554
6555 2002-10-04 [paul]       0.8.3claws44
6556
6557         * configure.in
6558                 sync the LDAP detection from 0.8.5cvs1
6559
6560 2002-10-02 [christoph]  0.8.3claws43
6561
6562         * po/de.po
6563                 fix small spelling error
6564
6565 2002-10-02 [melvin]     0.8.3claws42
6566
6567         * ac/aspell.m4
6568                 Behave better and say "no" when test program cannot be run.
6569
6570 2002-10-02 [paul]       0.8.3claws41
6571
6572         * sync with 0.8.4cvs1
6573                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
6574                 
6575         * src/summaryview.c
6576                 toggle the behavior of Reply menuitem between
6577                 normal reply and reply-to-list
6578
6579 2002-10-01 [sergey]     0.8.3claws40
6580
6581         * src/compose.c
6582                 Convert newlines in the message text to the canonical form
6583                 before base64 encoding (RFC2045 compliance, fixes some
6584                 interoperability issues with Evolution 1.0.3)
6585
6586 2002-09-29 [colin]      0.8.3claws39
6587
6588         * src/summaryview.c
6589                 Fix an unwanted copy/paste
6590
6591 2002-09-29 [colin]      0.8.3claws38
6592
6593         * src/mainwindow.c
6594                 Renamed "Custom toolbar" to "Customize toolbar"
6595                 Renamed "Show all header" to "Show all headers"
6596                 Renamed "Set diplay item" to "Set displayed items"
6597         * src/prefs_common.c
6598                 Renamed "Show all header" to "Show all headers"
6599         * src/prefs_summary_column.c
6600                 Renamed "diplay item" to "displayed items"
6601
6602 2002-09-29 [colin]      0.8.3claws37
6603
6604         * src/mainwindow.[ch]
6605                 online/offline status pixmaps follow theme
6606                 changes
6607         * src/summaryview.[ch]
6608                 quicksearch pixmap follows theme changes
6609
6610 2002-09-29 [thorsten]   0.8.3claws36
6611
6612         * src/compose.c
6613           src/prefs_folder_item.[ch]
6614                 add default_reply_to folder option (closes patch 581044)
6615
6616 2002-09-29 [christoph]  0.8.3claws35
6617
6618         * acconfig.h    ** REMOVED **
6619         * configure.in
6620         * ac/aspell.m4
6621         * ac/check-type.m4
6622         * ac/gnupg-check-typedef.m4
6623                 fix autoheader 2.50 warning
6624
6625 2002-09-29 [christoph]  0.8.3claws34
6626
6627         * major code cleanup (part 2)
6628         
6629                 - unused variables removed
6630                 - unused functions removed
6631                 - uninitialized variables checked
6632                 - missing return statements added
6633                 - missing function return types added
6634                 - added parentheses around assignment
6635                   when suggested by gcc
6636
6637 2002-09-29 [alfons]     0.8.3claws33
6638
6639         * src/logwindow.c
6640                 log_window_clear(): only bracket gtk_text_forward_delete() 
6641                 with gtk_text_freeze() / gtk_text_thaw() (see if this
6642                 works around GTK text bug)
6643
6644 2002-09-29 [paul]       0.8.3claws32
6645
6646         * po/bg.po
6647           po/sr.po
6648                 updated by George Danchev and Urke MMI
6649                 respectively
6650
6651 2002-09-27 [christoph]  0.8.3claws31
6652
6653         * doc-src/readme.txt
6654         * doc-src/rfc1806.txt   ** REMOVED **
6655         * doc-src/rfc2183.txt   ** NEW FILE **
6656         * doc-src/rfc2980.txt   ** NEW FILE **
6657                 update rfcs
6658
6659 2002-09-27 [melvin]     0.8.3claws30
6660
6661         * ac/aspell.m4
6662                 Fixed typo which could break linking
6663
6664 2002-09-27 [melvin]     0.8.3claws29
6665
6666         * ac/aspell.m4
6667                 Improved GNU/aspell checking. 
6668                 Fixed bug #614490
6669
6670 2002-09-27 [paul]       0.8.3claws28
6671
6672         * sync with 0.8.3cvs8
6673                 see ChangeLog 2002-09-27
6674
6675 2002-09-26 [colin]      0.8.3claws27
6676
6677         * src/toolbar.[ch]
6678           src/mainwindow.[ch]
6679                 Add "Reply to Mailing-list" to the toolbar
6680
6681 2002-09-26 [christoph]  0.8.3claws26
6682
6683         * src/summaryview.c
6684                 Fix wrong message counts in summaryview status
6685
6686 2002-09-26 [paul]       0.8.3claws25
6687
6688         * sync with 0.8.3cvs7
6689                 see ChangeLog 2002-09-26
6690
6691 2002-09-26 [paul]       0.8.3claws24
6692
6693         * sync with 0.8.3cvs6
6694                 see ChangeLog 2002-09-25
6695
6696 2002-09-25 [christoph]  0.8.3claws23
6697
6698         * src/prefs_common.c
6699         * src/prefs_folder_item.c
6700         * src/prefs_scoring.c
6701                 Renamed "kill score" to "hide score" in GUI
6702                 and prefs files
6703
6704 2002-09-25 [paul]       0.8.3claws22
6705
6706         * sync with 0.8.3cvs5
6707                 see ChangeLog 2002-09-24
6708
6709 2002-09-24 [alfons]     0.8.3claws21
6710
6711         patch by Satoshi Nagayasu: allows appending / saving multiple 
6712         selected files (closes "[ 612279 ] save multiple mesg(s) in 
6713         'Save as ...'")
6714
6715         * AUTHORS
6716                 add Satoshi Nagayasu
6717         * src/summaryview.c
6718                 summary_save_as(): allow saving selected files to
6719                 one file
6720                 summary_set_menu_sensitive: enable "Save As..." when
6721                 multiple files are selected
6722         * src/utils.[ch]
6723                 append_file(): new function
6724
6725 2002-09-24 [colin]      0.8.3claws20
6726
6727         * src/procmime.c
6728                 Fix segfault when mimeinfo doesn't have a 
6729                 content_type. 
6730
6731 2002-09-24 [colin]      0.8.3claws19
6732
6733         * src/prefs_common.[ch]
6734                 Add a preference to display send dialog or not
6735         * src/send.c
6736                 Display send dialog according to preference
6737
6738 2002-09-24 [colin]      0.8.3claws18
6739
6740         * src/compose.[ch]
6741                 Disable user actions when sending
6742
6743 2002-09-24 [colin]      0.8.3claws17
6744
6745         * src/procmime.c
6746                 Do not display name or filename for attachments
6747                 with an application/pgp-signature type
6748                 (security flaw, see bug 537413)
6749
6750 2002-09-23 [colin]      0.8.3claws16
6751
6752         * src/editaddress.c
6753                 Initialize entry_email, entry_alias and 
6754                 entry_remarks to first email address of the list
6755
6756 2002-09-23 [colin]      0.83claws15
6757
6758         * src/compose.c
6759                 Drop pgp-signature when reediting a signed queued
6760                 message
6761
6762 2002-09-23 [melvin]     0.8.3claws14
6763
6764         * po/fr.po
6765                 Updated French translation
6766
6767 2002-09-23 [melvin]     0.8.3claws13
6768
6769         * src/mainwindow.c
6770                 Made custom toolbar menu labels more consistent
6771         * src/prefs_toolbar.c
6772                 Made custom toolbar window title more consistent
6773
6774 2002-09-22 [colin]      0.8.3claws12
6775
6776         * src/inc.c
6777                 Initialize session type to normal before getting 
6778                 mail (fixes strange Get behaviour)
6779         * src/prefs_account.h
6780                 Move STYPE_POP_BEFORE_SMTP to last position to 
6781                 avoid other side-effects
6782
6783 2002-09-22 [colin]      0.8.3claws11
6784
6785         * src/prefs_account.c
6786                 Fix pop_bfr_smtp_tm_entry sensivity when switching
6787                 from pop3 to apop or vice-versa
6788
6789 2002-09-22 [colin]      0.8.3claws10
6790         
6791         * src/prefs_account.[ch]
6792                 Add an option for the POP before SMTP timeout
6793         * src/inc.c
6794                 Remember time of last POP connection
6795         * src/send.c
6796                 Do POP before SMTP only if timeout reached
6797
6798 2002-09-22 [oliver]     0.8.3claws9
6799         
6800         * README.claws
6801                 explain custom toolbar
6802
6803 2002-09-22 [oliver]     0.8.3claws8
6804
6805         * src/prefs_actions.[ch]
6806         custom toolbar for compose      
6807                 actions callback from compose toolbar
6808         * src/folderview.c
6809                 remove include toolbar.h
6810
6811 2002-09-22 [oliver]     0.8.3claws7
6812         
6813         * src/prefs_toolbar.[ch]
6814                 custom toolbar for compose
6815                 - generic prefs_toolbar handles both
6816                   Mainwin's toolbar as well as Compose toolbar          
6817
6818 2002-09-22 [oliver]     0.8.3claws6
6819         
6820         * src/toolbar.[ch]
6821                 custom toolbar for compose
6822                 restructure toolbar.[ch]
6823
6824 2002-09-22 [oliver]     0.8.3claws5
6825
6826         * src/compose.[ch]
6827                 custom toolbar for compose
6828
6829 2002-09-22 [oliver]     0.8.3claws4
6830         
6831         * src/mainwindow.[ch]
6832                 custom toolbar for compose 
6833                 move mainwin toolbar back to mainwindow
6834
6835 2002-09-22 [alfons]     0.8.3claws3
6836
6837         * src/procmsg.c
6838                 :%sno/if(/if (/gc
6839                 :%sno/for(/for (/gc
6840                 (beautify)
6841
6842 2002-09-22 [alfons]     0.8.3claws2
6843         
6844         * src/procmsg.c
6845                 procmsg_save_to_outbox(): don't unlink message file from queue;
6846                 callers should do it using folder_item_remove_msg()
6847
6848 2002-09-22 [colin]      0.8.3claws1
6849
6850         * src/mimeview.[ch]
6851                 Made mimeview_check_signature() public
6852         * src/textview.c
6853                 Made GPG signatures verifiable by clicking
6854                 the [application/pgp-signature] in the Text
6855                 view
6856
6857 2002-09-22 [paul]       0.8.3claws
6858
6859         * po/bg.po
6860           po/en_GB.po
6861           po/es.po
6862           po/it.po
6863           po/pl.po
6864           po/pt_BR.po
6865           po/sr.po
6866                 updated translations, submitted by George Danchev,
6867                 me, Ricardo Mones Lastra, Alessandro Maestri,
6868                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
6869                 and Urke MMI, respectively.     
6870
6871 2002-09-22 [alfons]     0.8.2claws65
6872
6873         * src/procmsg.c
6874         * src/pgptext.c
6875                 no furry valgrinds have been used to plug these memleaks
6876
6877 2002-09-20 [paul]       0.8.2claws64
6878
6879         * sync with 0.8.3cvs4
6880                 'Select thread' re-implemented 
6881                 see ChangeLog 2002-09-20
6882
6883 2002-09-21 [alfons]     0.8.2claws63
6884
6885         * src/compose.c
6886                 compose_send(): plug unnoticed memleak
6887
6888 2002-09-20 [alfons]     0.8.2claws62
6889
6890         * src/addr_compl.c
6891                 replace_address_in_edit(): strict check for NULL address to
6892                 fix "[ 607348 ] Segfault in address completion". My guess is
6893                 that this happens with an empty address book, but it's good
6894                 to have this check here anyway
6895                 
6896                 completion_window_button_press(): free string returned 
6897                 from the internal cache
6898
6899 2002-09-20 [christoph]  0.8.2claws61
6900
6901         * src/procmime.h
6902                 added ENC_BINARY to EncodingType
6903         * src/procmime.c
6904                 the string returned by procmime_get_encoding_str
6905                 should not depend on the order of values in the
6906                 EncodingType definition
6907         * doc-src/rfc1806.txt   ** NEW FILE **
6908                 Added rfc1806 about MIME Content-Disposition
6909                 Extension
6910
6911 2002-09-19 [paul]       0.8.2claws60
6912
6913         * sync with 0.8.2cvs3
6914                 see ChangeLog 2002-09-19
6915
6916 2002-09-19 [paul]       0.8.2claws59
6917
6918         * src/prefs_folder_item.c
6919                 revert to Darko's original alignment of colour
6920                 selector button
6921                 add a colon to folder_color label
6922                 
6923         * src/compose.c
6924                 add Colin's patch (with Hiro's modifications) to 
6925                 force BASE64 encoding for 8-bit text when signing
6926                 (sync with 0.8.3cvs2)
6927
6928 2002-09-18 [alfons]     0.8.2claws58
6929
6930         * src/compose.c
6931                 :%sno/if(/if (/gc
6932                 :%sno/for(/for (/gc
6933                 (beautify a little bit)
6934
6935 2002-09-18 [christoph]  0.8.2claws57
6936
6937         * src/pine.c
6938                 fix handling of fgetc return value
6939
6940 2002-09-17 [alfons]     0.8.2claws56
6941         
6942         * src/summaryview.c
6943                 summary_sort(): check non-NULL summaryview->folder_item when no 
6944                 folder is selected at all
6945                 (closes "[ 610344 ] sort label make syl Crash")
6946
6947 2002-09-17 [alfons]     0.8.2claws55
6948         
6949         * src/compose.c
6950                 beautify a little bit
6951
6952 2002-09-17 [christoph]  0.8.2claws54
6953
6954         * src/folder.c
6955                 initialize max values for cache and folder
6956                 when cache or folder is empty
6957
6958 2002-09-15 [colin]      0.8.2claws53
6959
6960         * src/compose.c
6961                 Fix a leak (thanks Alfons!) and cleaned
6962                 variables names for custom headers
6963
6964 2002-09-15 [colin]      0.8.2claws52
6965
6966         * src/compose.c
6967                 Fix custom headers recognition when
6968                 prefs_common.trans_hdr is on
6969
6970 2002-09-15 [colin]      0.8.2claws51
6971
6972         * src/compose.c
6973                 Allow dynamically-added custom headers
6974                 Yet not reparsed if reedited
6975
6976 2002-09-15 [alfons]     0.8.2claws50
6977
6978         * src/prefs_account.c
6979                 fix warnings
6980
6981 2002-09-15 [colin]      0.8.2claws49
6982         
6983         * src/prefs_account.c
6984                 fix pop_before_smtp sensitivity
6985
6986 2002-09-15 [colin]      0.8.2claws48
6987
6988         * src/inc.[ch]
6989                 add inc_pop_before_smtp()
6990                 allow MainWindow to be undefined in 
6991                 inc_account_mail() and inc_start()
6992         * src/pop.c
6993           src/prefs_account.h
6994                 add STYPE_POP_BEFORE_SMTP session type
6995         * src/prefs_account.c
6996                 activated pop before smtp option
6997         * src/send.c
6998                 do pop before smtp if the relevant option 
6999                 is set
7000
7001 2002-09-15 [paul]       0.8.2claws47
7002
7003         * sync with 0.8.3
7004                 see ChangeLog 2002-09-15
7005
7006 2002-09-14 [paul]       0.8.2claws46
7007
7008         * po/bg.po
7009                 updated Bulgarian translation, submitted by
7010                 George Danchev
7011
7012 2002-09-13 [paul]       0.8.2claws45
7013
7014         * src/compose.c
7015                 merge claws' select_account() with main's
7016                 (new) compose_select_account(). [sync with
7017                 0.8.2cvs15, see ChangeLog 2002-09-11]
7018
7019 2002-09-12 [christoph]  0.8.2claws44
7020
7021         * src/filter.c
7022                 allocate 1 elements of FolderItem not 0
7023
7024 2002-09-12 [colin]      0.8.2claws43
7025
7026         * src/compose.c
7027                 Fix bug #590825 (obey Follow-up: poster)
7028
7029 2002-09-12 [colin]      0.8.2claws42
7030
7031         * src/procmime.c
7032                 Fix bug #557009 (wrong headers for messages 
7033                 forwarded as attachments)
7034
7035 2002-09-11 [colin]      0.8.2claws41
7036         
7037         * src/compose.c
7038                 Put SCF: pseudo-header on top of message
7039                 Set draft tmp_flag when saved as draft
7040
7041         * src/procmsg.c
7042           src/procheader.c
7043                 Skip after first \n\n for beginning of real message
7044                 for drafts too
7045
7046 2002-09-11 [christoph]  0.8.2claws40
7047
7048         * src/filtering.c
7049                 use procmsg flag functions in filtering or processing
7050                 will cause incorrect folder message counts
7051
7052 2002-09-11 [colin]      0.8.2claws39
7053
7054         * src/compose.c
7055                 Fix bug #550175 - wrong save folder when reediting
7056                 drafts
7057
7058 2002-09-11 [paul]       0.8.2claws38
7059
7060         * sync with 0.8.2cvs14
7061                 see ChangeLog 2002-09-11
7062
7063 2002-09-11 [colin]      0.8.2claws37
7064
7065         * src/folder.c
7066                 Fix a typo (seeming to cause new/unread status to
7067                 be lost)
7068
7069 2002-09-10 [christoph]  0.8.2claws36
7070
7071         * src/compose.c
7072                 compose_redirect should not use compose_generic_new
7073                 because that does more stuff than expected including
7074                 opening the external editor
7075                 (closes bug "[ 526608 ] bounced messages appear blank
7076                  in editor")
7077
7078 2002-09-10 [christoph]  0.8.2claws35
7079
7080         * src/folder.c
7081                 fix problem with too large message number range
7082                 causing a crash in folder_item_scan
7083
7084 2002-09-10 [paul]       0.8.2claws34
7085
7086         * sync with 0.8.2cvs13
7087                 see ChangeLog 2002-09-10
7088
7089 2002-09-10 [christoph]  0.8.2claws33
7090
7091         * src/msgcache.c
7092                 set MsgInfo TmpFlags for queue and draft folders
7093                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7094
7095 2002-09-10 [paul]       0.8.2claws32
7096
7097         * AUTHORS
7098           po/bg.po      ** NEW FILE **
7099                 new Bulgarian translation submitted by
7100                 George Danchev <danchev@spnet.net>
7101                 
7102         * tools/Makefile.am
7103           tools/README
7104           tools/tb2sylpheed     ** NEW FILE **
7105                 add script that converts an addressbook exported
7106                 from The Bat! into a Sylpheed addressbook. Submitted
7107                 by Urke MMI <urke-kg@eunet.yu>
7108
7109 2002-09-10 [paul]       0.8.2claws31
7110
7111         * sync with 0.8.2cvs12
7112                 see ChangeLog 2002-09-10
7113
7114 2002-09-06 [paul]       0.8.2claws30
7115
7116         * src/prefs_common.c
7117                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7118                 
7119         * tools/Makefile.am
7120           tools/README
7121           tools/ldif-to-xml.py  ** REMOVED **
7122                 remove obsolete python script
7123
7124 2002-09-06 [paul]       0.8.2claws29
7125
7126         * sync with 0.8.2cvs10
7127                 see ChangeLog 2002-09-06
7128
7129 2002-09-04 [paul]       0.8.2claws28
7130
7131         * sync with 0.8.2cvs9
7132                 see ChangeLog 2002-08-04
7133
7134 2002-09-04 [colin]      0.8.2claws27 
7135
7136         * src/prefs_common.[ch]
7137                 Added signature color configuration
7138         * src/textview.c
7139                 Use user-specified signature color
7140
7141 2002-09-03 [colin]      0.8.2claws26
7142
7143         * src/prefs_common.[ch]
7144                 Added autosave and autosave_length prefs
7145         * src/compose.c
7146                 Added compose_remove_draft()
7147                 Auto-save drafts according to the prefs
7148         * src/main.c
7149                 Added a crash-indicator file, allowing to check
7150                 for new messages on startup if Sylpheed crashed
7151                 (makes saved drafts "reappear")
7152
7153 2002-09-03 [colin]      0.8.2claws25
7154
7155         * src/textview.[ch]
7156                 Grey the signature
7157
7158 2002-09-03 [paul]       0.8.2claws24
7159
7160         * sync with 0.8.2cvs8
7161                 see ChangeLog 2002-09-02 and 2002-09-03
7162
7163 2002-09-03 [darko]      0.8.2claws23
7164
7165         * src/folderview.c
7166                 use normal style when creating new folder to pick
7167                 proper font size 
7168
7169 2002-09-02 [melvin]     0.8.2claws22
7170
7171         * src/gtkaspell.m4
7172                 removed some obsolete code
7173
7174 2002-09-02 [melvin]     0.8.2claws21
7175
7176         * ac/aspell.m4
7177                 fixed test's equality sign (== to =)
7178
7179 2002-09-02 [alfons]     0.8.2claws20
7180
7181         * src/folder.c
7182         * src/mh.c
7183                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7184                 as folder->destroy virtual as suggested by Hiro
7185                 (the mh.c code seems to have been lost around mh.c.1.21)
7186
7187 2002-09-02 [paul]       0.8.2claws19
7188
7189         * po/pt_BR.po
7190                 updated by Fabio Jr. Beneditto
7191                 
7192         * src/defs.h
7193                 use 'http://claws.sylpheed.org' for homepage link. 
7194                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7195
7196 2002-09-01 [alfons]     0.8.2claws18
7197
7198         * src/mh.c
7199                 plug memleak related to one Martin Kluge found
7200
7201 2002-08-31 [paul]       0.8.2claws17
7202
7203         * sync with 0.8.2cvs6
7204                 see ChangeLog 2002-08-30
7205
7206 2002-08-31 [alfons]     0.8.2claws16
7207
7208         * src/folder.c
7209                 folder_destroy(): remove mailbox from folderlist even if it has
7210                 no destroy virtual
7211
7212 2002-08-31 [alfons]     0.8.2claws15
7213
7214         * src/folder.c
7215                 :%sno/if(/if (/gc
7216                 :%sno/for(/for (/gc
7217                 (being pedantic I know)
7218
7219 2002-08-31 [alfons]     0.8.2claws14
7220
7221         * src/folder.c
7222                 check for NULL pointers returned from folder->fetch_msginfo virtual
7223                 (should solve some reported crashes)
7224
7225 2002-08-30 [alfons]     0.8.2claws13
7226
7227         * acconfig.h
7228         * configure.in
7229         * src/crash.c
7230                 enable crash dialog on compilation time
7231                 (--enable-crash-dialog configure option)
7232
7233 2002-08-30 [alfons]     0.8.2claws12
7234
7235         * AUTHORS
7236                 add Martin Kluge
7237         * src/mh.c
7238                 apply memory leak plug patch by Martin Kluge
7239                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
7240                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
7241                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
7242
7243 2002-08-30 [darko]      0.8.2claws11
7244
7245         * src/folderview.c
7246                 copy Gtk style from normal style to match
7247                 font size for coloured folders
7248
7249 2002-08-29 [alfons]     0.8.2claws10
7250
7251         * sylpheed.desktop
7252                 Type=Internet <- Type=Application
7253                 (reported by Michael Schwendt, see:
7254                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
7255                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
7256
7257 2002-08-29 [paul]       0.8.2claws9
7258
7259         * sync with 0.8.2cvs5
7260                 see ChangeLog 2002-08-29
7261
7262 2002-08-29 [colin]      0.8.2claws8
7263
7264         * src/summaryview.c
7265                 Added a sanity check in summary_select_thread
7266                 Should fix bug 601605
7267
7268 2002-08-29 [colin]      0.8.2claws7
7269
7270         * src/main.c
7271                 Revert claws6 changes regarding bug #591676
7272
7273 2002-08-28 [colin]      0.8.2claws6
7274         
7275         * src/main.c
7276                 Ignore cache for queue folderitems
7277                 Fix bug #591676
7278
7279 2002-08-28 [melvin]     0.8.2claws5
7280
7281         * README.claws
7282                 Fixed typos.
7283
7284 2002-08-28 [melvin]     0.8.2claws4
7285
7286         * README.claws
7287                 Updated a bit the text concerning the spell checker
7288
7289 2002-08-28 [melvin]     0.8.2claws3
7290
7291         Merged the GNU_aspell_branch:
7292                 Support of new GNU/aspell is now included and the old pspell
7293                 is not supported anymore.
7294                 See README.claws
7295
7296         * README.claws
7297                 Updated spell checker text to reflect the switch to GNU/aspell
7298
7299         * ac/aspell.m4          *** NEW ***
7300         * src/gtkaspell.[ch]    *** NEW *** 
7301         * ac/pspell.m4          *** DELETED *** 
7302         * src/gtkspell.[ch]     *** DELETED ***
7303
7304         * ac/Makefile.am
7305                 Updated for GNU/aspell support
7306
7307         * po/POTFILES.in
7308                 Replaced gtkspell.c by gtkaspell.c
7309
7310         * acconfig.h
7311         * src/Makefile.am
7312         * src/about.c
7313         * src/compose.[ch]
7314         * src/crash.c
7315         * src/main.c
7316         * src/prefs_common.[ch]
7317                 Updated for GNU/aspell support
7318
7319 2002-08-28 [paul]       0.8.2claws2
7320
7321         * sync with 0.8.2cvs4
7322                 see ChangeLog 2002-08-27 and 2002-08-28
7323
7324 2002-08-28 [colin]      0.8.2claws1
7325
7326         * src/summary_search.c
7327                 Added "AND search"
7328
7329 2002-08-28 [jens]       0.8.2claws
7330
7331         *po/de.po
7332                 Updated German translations
7333
7334 2002-08-27 [melvin]     0.8.2claws
7335
7336         * po/fr.po
7337                 Updated French translations
7338
7339 2002-08-27 [paul]       0.8.2claws
7340
7341         * sync with 0.8.2 main release
7342
7343         * po/en_GB.po
7344           po/es.po
7345           po/it.po
7346           po/pl.po
7347           po/pt_BR.po
7348           po/sr.po
7349                 updated message catalogs submitted by
7350                 Ricardo Mones Lastra, Alessandro Maestri,
7351                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
7352                 Beneditto and Urke MMI  
7353
7354 2002-08-27 [hoa]        0.8.1claws123
7355
7356         * src/mainwindow.[ch]
7357         * src/summaryview.[ch]
7358                 removed the "filter setting" menu option.
7359                 add a "cancel a news message" menu option.
7360
7361 2002-08-26 [martin]     0.8.1claws122
7362
7363         * ChangeLog.claws
7364                 changed string under 0.8.1claws79 changed by myself
7365                 i'm sorry alfons :(
7366
7367 2002-08-26 [martin]     0.8.1claws121
7368
7369         * src/crash.c
7370                 added kill command to debuggerrc to start crash dialog
7371
7372 2002-08-26 [paul]       0.8.1claws120
7373
7374         * sync with 0.8.1cvs31
7375                 see ChangeLog 2002-08-26
7376
7377 2002-08-25 [alfons]     0.8.1claws119
7378
7379         * src/procmsg.c
7380                 fix bug that didn't send out correct headers to news server
7381                 when sending news article and email from queue (bug reported
7382                 and patch provided by Tim Mann; closes bug 
7383                 "[ 583196 ] 0.7.8claws can't post news")
7384
7385 2002-08-25 [alfons]     0.8.1claws118
7386
7387         * src/selective_download.c
7388                 mark two strings as translatable
7389                 (thanks to Urke MMI for pointing this out)
7390
7391 2002-08-25 [alfons]     0.8.1claws117
7392
7393         * src/summaryview.c
7394                 treat sent boxes as special and allow sorting them by addressee
7395                 (closes "[ 589418 ] Sent folder sorting misbehavior"
7396                 submitted by Steve Lamb)
7397
7398 2002-08-24 [alfons]     0.8.1claws116
7399
7400         * src/matcher.c
7401                 fix memleak reported by Martin Kluge
7402                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
7403
7404 2002-08-24 [oliver]     0.8.1claws115
7405
7406         * src/prefs_toolbar.c
7407                 o code cleanup as suggested by Alfons
7408                 o memleak fix
7409
7410 2002-08-24 [alfons]     0.8.1claws114
7411
7412         * src/summaryview.c
7413                 o fix another memory leak reported by Martin Kluge
7414                   (see "[ 599568 ] Small Memory Leak")
7415                 o remove 'from' variable from 'summary_set_header()'; we can
7416                   do with just 'to' 
7417
7418 2002-08-24 [paul]       0.8.1claws113
7419
7420         * sync with 0.8.1cvs30
7421                 see ChangeLog 2002-08-23
7422
7423 2002-08-24 [alfons]     0.8.1claws112
7424
7425         * src/summaryview.c
7426                 remove unnecessary allocations for search bar fixing leaks
7427                 reported by Martin Kluge
7428                 (see "[ 599451 ] Further memory leaks?")
7429
7430 2002-08-24 [alfons]     0.8.1claws111
7431
7432         * src/main.c
7433                 make get_socket_name() public for crash.c
7434         * src/crash.c
7435                 o make report bug button work (goes to claws' 
7436                   bug tracker at sf.net)
7437                 o introduce function for doing important stuff just
7438                   before claws goes down
7439                 o clean up code 
7440
7441 2002-08-24 [alfons]     0.8.1claws110
7442
7443         * src/compose.c
7444                 move cursor to "To" entry when forwarding as attachment
7445                 (reported and solved by Steve Lamb, closes bug report
7446                 "[ 592880 ] Forward as attachment; cursor not in to")
7447
7448 2002-08-24 [colin]      0.8.1claws109
7449
7450         * src/mainwindow.c
7451                 fix quick search visibility after GUI (de)separations.
7452
7453 2002-08-23 [colin]      0.8.1claws108
7454
7455         * src/mainwindow.c
7456                 fix header pane visibility after folderview or
7457                 messageview (de)separation
7458
7459 2002-08-23 [paul]       0.8.1claws107
7460
7461         * src/mainwindow.[ch]
7462           src/toolbar.c
7463                 give full control of display or non-display 
7464                 of the Execute icon to Custom toolbar settings.
7465                 add new sensitivity condition to maninwindow.h: 
7466                 M_DELAY_EXEC
7467
7468         * ChangeLog
7469           ChangeLog.jp
7470           NEWS
7471                 more sync with 0.8.1cvs29
7472
7473 2002-08-23 [melvin]     0.8.1claws106
7474
7475         * src/alertpanel.c
7476                 Readded support for custom widget in alertpanel lost in last
7477                 sync.
7478
7479 2002-08-23 [paul]       0.8.1claws105
7480
7481         * sync with 0.8.1cvs29
7482                 see ChangeLog 2002-08-23
7483
7484 2002-08-23 [colin]      0.8.1claws104
7485
7486         * src/summaryview.c
7487                 Fix folder and search pixmaps exchanging positions
7488                 after theme or toolbar changes. Thank to Oliver for 
7489                 reporting this.
7490
7491 2002-08-23 [colin]      0.8.1claws103
7492
7493         * src/mainwindow.c
7494           src/messageview.[ch]
7495           src/noticeview.[ch]
7496           src/summaryview.c
7497                 Changed messageview_create() and noticeview_create()
7498                 to avoid the last gdk_warning
7499
7500 2002-08-22 [colin]      0.8.1claws102
7501
7502         * src/summaryview.c
7503                 Fix my new `Creating pixmap from xpm' warning
7504
7505 2002-08-22 [colin]      0.8.1claws101
7506
7507         * src/mainwindow.c
7508                 Fix some of the gdk warnings
7509
7510 2002-08-22 [colin]      0.8.1claws100
7511
7512         * src/Makefile.am
7513         * src/stock_pixmap.c
7514         * src/stock_pixmap.h
7515         * src/pixmaps/quicksearch.xpm *ADDED*
7516                 Add the quicksearch pixmap
7517         * src/mainwindow.c
7518         * src/summaryview.c
7519         * src/summaryview.h
7520                 Make quicksearch bar visible/hidden via a button
7521
7522 2002-08-22 [christoph]  0.8.1claws99
7523
7524         * src/folder.c
7525                 fix folder update for newsgroups with message
7526                 numbers below minimum number of articles to fetch
7527                 (closes bug #598445)
7528
7529 2002-08-22 [paul]       0.8.1claws98
7530
7531         * sync with 0.8.1cvs28
7532                 see ChangeLog 2002-08-22
7533
7534 2002-08-21 [alfons]     0.8.1claws97
7535
7536         * src/crash.c
7537                 use bt instead of bt full which seems to work 
7538                 better, and bt full doesn't give a great deal 
7539                 of information anyway
7540
7541 2002-08-21 [colin]      0.8.1claws96
7542
7543         * src/summaryview.c
7544                 fix summaryview_searchtype_changed prototype
7545
7546 2002-08-21 [christoph]  0.8.1claws95
7547
7548         * src/mainwindow.c
7549                 o fix broken menu update for sorting type, we have to
7550                   get this info from the summaryview now
7551                 o removed setting of threaded state in menu callback
7552         * src/summaryview.[ch]
7553                 more summaryview/folderitem seperation for
7554                 threading option
7555         * configure.in
7556                 removed not required --with-compiler-flags option
7557
7558 2002-08-21 [oliver]     0.8.1claws94
7559         
7560         * src/toolbar.h 
7561                 o rename toolbar.xml to toolbar_main.xml
7562                   since toolbar_compose.xml might come up 
7563                   any time soon
7564         * README.claws
7565                 add custom toolbar              
7566
7567 2002-08-21 [darko]      0.8.1claws93
7568
7569         * src/procmsg.c
7570                 don't reset tmp flags for messages copied
7571                 to sent folder
7572
7573 2002-08-21 [colin]      0.8.1claws92
7574         
7575         * src/prefs_filtering.c
7576                 fix renaming rules on folder rename 
7577                 when folder is not a leaf folder
7578
7579 2002-08-21 [paul]       0.8.1claws91
7580
7581         * src/prefs_folder_item.c
7582                 fix alignment of colour selector
7583
7584 2002-08-21 [paul]       0.8.1claws90
7585
7586         * sync with 0.8.1cvs27
7587                 see ChangeLog 2002-08-21
7588
7589 2002-08-21 [paul]       0.8.1claws89
7590
7591         * src/summaryview.c
7592                 fix crash when changing field type in
7593                 Quick search bar
7594
7595 2002-08-21 [colin]      0.8.1claws88
7596
7597         * src/summaryview.c
7598                 Made quick search case-insensitive
7599
7600 2002-08-21 [paul]       0.8.1claws87
7601
7602         * sync with 0.8.1cvs26
7603                 see ChangeLog 2002-08-21
7604
7605 2002-08-20 [christoph]  0.8.1claws86
7606
7607         * src/folderview.c
7608         * src/main.c
7609         * src/summaryview.[ch]
7610                 more summaryview/folderitem seperation for
7611                 sort_key and sort_type
7612         * src/procmsg.c
7613                 added missing return statement
7614
7615 2002-08-20 [colin]      0.8.1claws85
7616
7617         * src/summaryview.[ch]
7618                 Added a quick search box
7619         * src/mainwindow.c
7620         * src/prefs_common.[ch]
7621                 Added a show/hide option for the quick search
7622
7623 2002-08-20 [oliver]     0.8.1claws84
7624         
7625         * src/mainwindow.c
7626                 remove toolbar_create_popups
7627         * src/toolbar.[ch]
7628                 o remove toolbar_create_popups
7629                 o fix toolbar_set_sensitive 
7630                   (Bug reports #596834 and #596832)     
7631         * src/prefs_toolbar.c
7632                 o add "Set default" button
7633                 o align label and text + combo widgets
7634
7635 2002-08-20 [hoa]        0.8.1claws83bis
7636
7637         * src/imap.c
7638                 fixed a bug in imap_fetch_msginfo() in case there is no
7639                 current folder.
7640
7641 2002-08-20 [darko]      0.8.1claws83
7642
7643         * src/folderview.c
7644                 copy the color style of folder view so it
7645                 works with GTK themes
7646
7647 2002-08-20 [darko]      0.8.1claws82
7648
7649         * src/folder.h
7650         * src/folderview.c
7651         * src/prefs_folder_item.[hc]
7652                 don't use UI stuff in folder.h
7653
7654 2002-08-20 [darko]      0.8.1claws81
7655
7656         * src/folder.h
7657         * src/prefs_folder_item.h
7658         * src/folderview.c
7659         * src/prefs_folder_item.c
7660                 ability to set folder color in folderview
7661
7662 2002-08-19 [alfons]     0.8.1claws80
7663
7664         * src/summaryview.c
7665                 fix one of the earlier memleaks reported by Martin Kluge
7666
7667 2002-08-19 [alfons]     0.8.1claws79
7668
7669         * src/mainwindow.c
7670                 hide notice view when selecting seperate folder
7671                 view (reported by Urke MMI)
7672
7673 2002-08-19 [christoph]  0.8.1claws78
7674
7675         * src/folderview.c
7676         * src/prefs_folder_item.h
7677         * src/summaryview.[ch]
7678                 o add summary_set_prefs_from_folderitem to set
7679                   summaryview prefs (first step to remove all
7680                   references to the folderitem in summaryview)
7681                 o moved compiled regex stuff from folderitem prefs
7682                   to summaryview code
7683
7684 2002-08-19 [paul]       0.8.1claws77
7685
7686         * src/compose.c
7687                 add check for '.' to QUOTE_IF_REQUIRED
7688
7689 2002-08-19 [paul]       0.8.1claws76
7690
7691         * src/inc.c
7692                 sync with 0.8.1cvs25 (plug memory leak)
7693
7694         * src/prefs_toolbar.c
7695                 re-order prefs_toolbar_cancel()
7696
7697 2002-08-18 [alfons]     0.8.1claws75
7698
7699         * src/inc.c
7700         * src/matcher.c
7701                 plug other memleaks reported by Martin Kluge
7702
7703 2002-08-18 [paul]       0.8.1claws74
7704
7705         * po/pt_BR.po
7706                 updated by Fabio Jr. Beneditto
7707
7708 2002-08-18 [paul]       0.8.1claws73
7709
7710         * src/toolbar.[ch]
7711                 fix bug where tooltips were displayed untranslated              
7712
7713         * src/prefs_toolbar.c
7714                 fix bug where clicking 'Cancel' creates an icon & text
7715                 toolbar regardless of prefs
7716         
7717
7718 2002-08-17 [oliver]     0.8.1claws72
7719
7720         * src/prefs_toolbar.c
7721                 update toolbar on CANCEL
7722                 bug reported by Martin Kluge
7723         * src/toolbar.c
7724                 toolbar_destroy memleak fixed           
7725
7726 2002-08-17 [alfons]     0.8.1claws71
7727
7728         * src/toolbar.c
7729                 plug another memleak reported by Martin Kluge
7730
7731 2002-08-16 [alfons]     0.8.1claws70
7732
7733         * src/crash.c
7734                 use execvp() correctly (suggested by wwp; thanks!)
7735
7736 2002-08-16 [alfons]     0.8.1claws69
7737
7738         * src/gtksctree.c
7739                 plug memory leak reported by Kim Schultz & Martin Kluge
7740
7741 2002-08-16 [paul]       0.8.1claws68
7742
7743         * po/es.po
7744                 updated by Ricardo Mones Lastra
7745
7746 2002-08-16 [paul]       0.8.1claws67
7747
7748         * src/toolbar.h
7749                 fix bug where 'Compose News' icon showed wrong
7750                 tooltip
7751
7752 2002-08-16 [paul]       0.8.1claws66
7753
7754         * sync with 0.8.1cvs24
7755                 see ChangeLog 2002-08-16
7756
7757         * po/it.po
7758                 updated by Alessandro Maestri
7759
7760 2002-08-15 [paul]       0.8.1claws65
7761
7762         * po/sr.po
7763                 updated by Urke MMI
7764
7765 2002-08-15 [paul]       0.8.1claws64
7766
7767         * src/*.c
7768                 don't translate debug info
7769
7770         * src/matcher.[ch]
7771                 add copyright info
7772
7773 2002-08-15 [paul]       0.8.1claws63
7774
7775         * src/prefs_toolbar.c
7776                 fix bug where clicking 'OK' creates an icon & text
7777                 toolbar regardless of prefs
7778
7779 2002-08-14 [alfons]     0.8.1claws62
7780
7781         * src/main.c
7782                 add global var that has the full argv[0]
7783         * src/crash.c
7784                 o execvp the correct sylpheed by using argv0
7785                   and setting the correct work dir
7786                 o other tweaks  
7787
7788 2002-08-14 [oliver]     0.8.1claws61
7789         
7790         * enable/disable Toolbar Action Buttons 
7791         * code cleanups
7792         * src/mainwindow.c
7793         * src/toolbar.[ch]      
7794         * src/prefs_toolbar.c   
7795
7796 2002-08-14 [melvin]     0.8.1claws60
7797
7798         * po/fr.po
7799                 Updated French translations
7800
7801 2002-08-14 [melvin]     0.8.1claws59
7802
7803         * src/crash.c
7804                 Made bug report not translatable
7805         * src/exporthtml.c
7806                 Fixed exporthtml_build_filespec() return value
7807         * src/foldersel.c
7808                 Fixed incorrect include file
7809         * src/gtkspell.c
7810         * src/prefs_actions.c
7811         * src/prefs_toolbar.c
7812                 Made debug info not translatable
7813         * src/mutt.c
7814         * src/quote_fmt.c
7815                 Added missing includes
7816         * src/prefs_common.c
7817                 Fixed typo
7818
7819 2002-08-14 [paul]       0.8.1claws58
7820
7821         * faq/es/sylpheed-faq.html
7822           faq/es/sylpheed-faq-[1-3].html
7823           faq/es/sylpheed-faq-4.html     **NEW FILE **
7824                 update Spanish FAQ
7825
7826 2002-08-13 [christoph]  0.8.1claws57
7827
7828         * src/procmsg.c
7829                 ignore thread fix that did not mark all
7830                 child nodes of a ignored thread as
7831                 ignored. Does not work perfectly yet,
7832                 but it is better now
7833
7834 2002-08-13 [alfons]     0.8.1claws56
7835
7836         * src/crash.c
7837                 o implement 'save crash log'
7838                 o some tweaks
7839
7840 2002-08-13 [melvin]     0.8.1claws55
7841
7842         * src/main.c
7843                 removed unrequired "execinfo.h" header
7844
7845 2002-08-12 [paul]       0.8.1claws54
7846
7847         * faq/en/sylpheed-faq.html
7848           faq/en/sylpheed-faq-[1-3].html
7849           faq/en/sylpheed-faq-4.html     **NEW FILE **
7850                 update English FAQ
7851
7852 2002-08-12 [alfons]     0.8.1claws53
7853
7854         * po/POTFILES.in
7855                 add crash.c to translatables
7856         * src/crash.c
7857                 bring in Leandro's crash dialog
7858
7859 2002-08-11 [alfons]     0.8.1claws52
7860
7861         * src/crash.c
7862                 clean up some warnings
7863
7864 2002-08-11 [alfons]     0.8.1claws51
7865
7866         * acconfig.h
7867         * configure.in
7868         * src/crash.[ch]        ** NEW FILES **
7869         * src/main.c            
7870                 initial gdb crash handler
7871
7872 2002-08-11 [paul]       0.8.1claws50
7873
7874         * src/prefs_toolbar.c
7875                 replace Up/Down arrow pixmaps with text to be
7876                 consistent across icon themes
7877
7878 2002-08-11 [paul]       0.8.1claws49
7879
7880         * src/prefs_common.c
7881           src/prefs_toolbar.c
7882                 rename 'Pixmap' -> 'Icon'
7883
7884         * src/toolbar.[ch]
7885                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
7886
7887 2002-08-10 [paul]       0.8.1claws48
7888
7889         * src/prefs_toolbar.c
7890                 re-work the UI
7891
7892 2002-08-10 [paul]       0.8.1claws47
7893
7894         * src/main.c
7895                 don't write Processing progress to status bar
7896                 patch submitted by Alexander Evseev
7897
7898         * src/prefs_toolbar.c
7899                 re-position and resize window
7900                 make window assume correct size on first call
7901
7902 2002-08-10 [paul]       0.8.1claws46
7903
7904         * src/mainwindow.c
7905           src/prefs_toolbar.c
7906           src/toolbar.c
7907           src/toolbar.h
7908                 obey coding style
7909                 follow UI text conventions
7910
7911 2002-08-10 [alfons]     0.8.1claws45
7912
7913         * src/toolbar.c
7914                 correct pixmap for delete action
7915
7916 2002-08-10 [paul]       0.8.1claws44
7917
7918         * po/pt_BR.po
7919                 updated by Fabio Jr. Beneditto
7920
7921 2002-08-10 [paul]       0.8.1claws43
7922
7923         * po/POTFILES.in
7924                 add custom toolbar files
7925
7926 2002-08-10 [paul]       0.8.1claws42
7927
7928         * sync with 0.8.1cvs22
7929                 see ChangeLog 2002-08-09
7930
7931 2002-08-09 [paul]       0.8.1claws41
7932
7933         * tools/Makefile.am
7934           tools/README
7935           tools/outlook2sylpheed.pl     ** NEW FILE **
7936                 add script to convert exported Outlook
7937                 contacts list to a Sylpheed addressbook.
7938                 Submitted by Ricardo Mones Lastra.
7939
7940 2002-08-09 [paul]       0.8.1claws40
7941
7942         * AUTHORS
7943           configure.in
7944           po/sr.po      ** NEW FILE **
7945                 add Serbian message catalog. Submitted by
7946                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
7947
7948 2002-08-09 [paul]       0.8.1claws39
7949
7950         * sync with 0.8.1cvs21
7951                 see ChangeLog 2002-08-08
7952
7953 2002-08-08 [oliver]     0.8.1claws38
7954
7955         * src/mainwindow.c
7956                 move Custom Toolbar to Configuration menu
7957
7958 2002-08-08 [oliver]     0.8.1claws37
7959
7960         * src/prefs_toolbar.c
7961                 fix substitute pixmap bug
7962
7963 2002-08-08 [paul]       0.8.1claws36
7964
7965         * sync with 0.8.1cvs19
7966                 see ChangeLog 2002-08-08
7967
7968 2002-08-07 [christoph]  0.8.1claws35
7969
7970         * src/utils.c
7971                 fixed a memory leak in new canonicalize_file_replace
7972
7973 2002-08-07 [christoph]  0.8.1claws34
7974
7975         * src/utils.[ch]
7976                 o canonicalize_file_replace should create the temporary
7977                   file in the same directory as the original file.
7978                 o added get_tmpfile_in_dir that creates a temorary file
7979                   in a specified directory.
7980
7981 2002-08-07 [melvin]     0.8.1claws33
7982
7983         * src/toolbar.c
7984                 fixed bug where 'Article' button acted as 'Email' button.
7985
7986 2002-08-07 [paul]       0.8.1claws32
7987
7988         * sync with 0.8.1.cvs17
7989                 see ChangeLog 2002-08-07
7990
7991 2002-08-07 [colin]      0.8.1claws31
7992         
7993         * src/news.c
7994                 fix mass-cancel problem
7995
7996 2002-08-07 [thorsten]   0.8.1claws30
7997
7998         * src/prefs_toolbar.c
7999                 fix: crash on replace or add new button
8000         * src/toolbar.c
8001                 fix: close xmlfile after reading
8002         * src/utils.c
8003                 fix: unlink() file before rename()
8004
8005 2002-08-06 [paul]       0.8.1claws29
8006
8007         * sync with 0.8.cvs15
8008                 see ChangeLog 2002-08-06
8009
8010 2002-08-06 [oliver]     0.8.1claws28
8011
8012         * src/toolbar.c
8013         * src/prefs_toolbar.c
8014                 fixed empty toolbar issue
8015
8016 2002-08-06 [oliver]     0.8.1claws27
8017
8018         * Custom Toolbar Final 
8019         * src/folderview.c
8020         * src/inc.c
8021         * src/summaryview.c
8022                 o toolbar stuff now lives in src/toolbar.[ch]
8023                 o main_window_toolbar_* functions are renamed to
8024                   toolbar_* reflecting their new source file
8025         * src/mainwindow.[ch]
8026                 o remove toolbar stuff  
8027
8028 2002-08-06 [oliver]     0.8.1claws26
8029         
8030         * src/Makefile.am
8031         * src/prefs_toolbar.[ch]        **New File**
8032         * src/toolbar.[ch]              **New File**
8033                 o prefs_toolbar.[ch] custom toolbar frontend
8034                 o toolbar.[ch]       backend 
8035
8036 2002-08-06 [oliver]     0.8.1claws25
8037
8038         * src/prefs_actions.[ch]
8039                 o new exported function actions_execute
8040
8041 2002-08-06 [paul]       0.8.1claws24
8042
8043         * sync with 0.8.1cvs4
8044                 see ChangeLog 2002-08-06
8045
8046 2002-08-06 [paul]       0.8.1claws23
8047
8048         * sync with 0.8.1cvs13
8049                 see ChangeLog 2002-08-06
8050
8051 2002-08-06 [paul]       0.8.1claws22
8052
8053         * sync with 0.8.1cvs12
8054                 see ChangeLog 2002-08-05 and 2002-08-06
8055
8056 2002-08-06 [match]      0.8.1claws21
8057
8058         * src/addrclip.c
8059                 improvements to cut/copy/paste address
8060
8061 2002-08-05 [match]      0.8.1claws20
8062
8063         * src/addritem.[ch]
8064         * src/addrcache.c
8065         * src/addrbook.c
8066         * src/editaddress.c
8067         * src/addressbook.c
8068                 fixes to improve cut/copy/paste
8069
8070 2002-08-06 [melvin]     0.8.1claws19
8071
8072         * src/account.[ch]
8073                 account_find_all_from_address(): new function that returns the
8074                 list of all accounts that are matched in an address.
8075         * src/alertpanel.[ch]
8076                 alertpanel() now accepts a custom widget
8077                 alertpanel_with_widget(): new function that pops up a panel with
8078                 a custom widget in it 
8079         * src/gtkutils.[ch]
8080                 gtkut_account_menu_new(): new function that allows the selection
8081                 of an account from a list of accounts.
8082         * src/messageview.c
8083                 Extended Return Receipt notification to select the correct 
8084                 account and to make a security test on the Delivery-Notification
8085                 address which should be the same as the Return-Path.
8086
8087 2002-08-06 [thorsten]   0.8.1claws18
8088
8089         * src/mimeview.c
8090                 attach_all: save unnamed as "noname.%d",
8091                 dont free static dirname
8092
8093 2002-08-05 [alfons]     0.8.1claws17
8094
8095         * configure.in
8096                 detect XIM by trying to link rather than compile a XIM program
8097
8098 2002-08-05 [oliver]     0.8.1claws16
8099                 
8100         * src/stock_pixmap.[ch]
8101                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8102                 o new func to retrieve pixmaps
8103
8104 2002-08-05 [paul]       0.8.1claws15
8105
8106         * sync with 0.8.1cvs10
8107                 see ChangeLog 2002-08-05
8108
8109 2002-08-04 [alfons]     0.8.1claws14
8110
8111         * src/textview.c
8112                 see if this plugs memleak
8113
8114 2002-08-04 [melvin]     0.8.1claws13
8115
8116         * src/gtkspell.c
8117                 fixed bug that could crash Sylpheed when highlighting
8118                 all misspelled words.
8119
8120 2002-08-03 [melvin]     0.8.1claws12
8121
8122         * src/prefs_actions.c
8123                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8124         * src/messageview.c
8125                 fixed bug where the Return Receipt was sent to
8126                 Delivery-Notification-To address even if it was not present
8127
8128 2002-08-02 [alfons]     0.8.1claws11
8129
8130         * src/prefs_actions.c
8131                 o more check for NULLs
8132                 o put create_io_dialog() in right conditional block
8133
8134 2002-08-02 [paul]       0.8.1claws10
8135
8136         * po/es.po
8137                 updated by Ricardo Mones Lastra
8138
8139 2002-08-01 [christoph]  0.8.1claws9
8140
8141         * src/folder.c
8142                 don't free the cache of the opened
8143                 folder in the summaryview
8144         * src/summaryview.c
8145                 don't unset flags, if it is not required
8146
8147 2002-08-01 [paul]       0.8.1claws8
8148
8149         * sync with 0.8.1cvs8
8150                 see ChangeLog entry 2002-08-01
8151
8152 2002-08-01 [paul]       0.8.1claws7
8153
8154         * sync with 0.8.1cvs7
8155                 see ChangeLog 2002-07-31 and 2002-08-01
8156
8157 2002-07-31 [christoph]  0.8.1claws6
8158
8159         * src/mainwindow.c
8160                 forgot to update menu sensitivity
8161                 function for new menu entry
8162
8163 2002-07-31 [alfons]     0.8.1claws5
8164
8165         * src/main.c
8166                 check folder item and its path for NULL on
8167                 initial processing
8168
8169 2002-07-31 [christoph]  0.8.1claws4
8170
8171         * src/folder.c
8172                 check if folder_item_get_msginfo in
8173                 folder_item_remove_msg returned NULL
8174         * src/imap.c
8175                 better clear the uid cache in the
8176                 uid validity check function and delete
8177                 cached messages
8178
8179 2002-07-31 [paul]       0.8.1claws3
8180
8181         * man/sylpheed.1
8182                 add the '--attach' option and a few other
8183                 minor changes
8184
8185 2002-07-31 [paul]       0.8.1claws2
8186
8187         * sync with 0.8.1cvs5
8188                 see ChangeLog 2002-07-31
8189
8190 2002-07-31 [christoph]  0.8.1claws1
8191
8192         * src/folderview.[ch]
8193         * src/mainwindow.c
8194                 replace "Rescan all folders..." with
8195                 "Check all folders for new messages..."
8196
8197 2002-07-30 [paul]       0.8.1claws
8198
8199         * version 0.8.1claws released
8200
8201 2002-07-30 [paul]       0.8.0claws29
8202
8203         * tools/OOo2sylpheed.pl ** NEW FILE **
8204           tools/README
8205                 add script to enable sending documents as
8206                 attachments from OpenOffice.org
8207
8208 2002-07-30 [melvin]     0.8.0claws28
8209
8210         * src/prefs_actions.c
8211                 Made the actions' input/output dialog display
8212                 without delay.
8213
8214 2002-07-30 [christoph]  0.8.0claws27
8215
8216         * src/procmsg.c
8217                 check if folder_item_get_msginfo in
8218                 procmsg_save_to_outbox returned NULL
8219
8220 2002-07-30 [paul]       0.8.0claws26
8221
8222         * sync with 0.8.1cvs4
8223                 see ChangeLog 2002-07-29
8224
8225 2002-07-29 [thorsten]   0.8.0claws25
8226
8227         * README.claws
8228                 added selective download, delete on server
8229
8230 2002-07-29 [paul]       0.8.0claws24
8231
8232         * sync with 0.8.1cvs3
8233                 see ChangeLog 2002-07-29
8234
8235 2002-07-27 [christoph]  0.8.0claws23
8236
8237         * src/folder.c
8238                 add extra check if fetching the msginfo
8239                 returned NULL
8240
8241 2002-07-27 [paul]       0.8.0claws22
8242
8243         * sync with 0.8.1cvs2
8244                 see ChangeLog 2002-07-26
8245
8246 2002-07-27 [christoph]  0.8.0claws21
8247
8248         * src/imap.c
8249                 add another check if a valid msginfo
8250                 was returned
8251
8252 2002-07-26 [hoa]        0.8.0claws20
8253
8254         * src/folder.c
8255                 Fixed a condition in folder_item_destroy()
8256
8257         * src/imap.c
8258                 Fixed an error in IMAP protocol
8259
8260 2002-07-26 [alfons]     0.8.0claws19
8261
8262         * src/folder.c
8263                 ofcourse compare with identifier, not the path
8264
8265 2002-07-26 [alfons]     0.8.0claws18
8266
8267         * src/folder.c
8268                 use folder item identifier for saving / restoring
8269                 preferences because folder->path might not be unique
8270
8271 2002-07-26 [melvin]     0.8.0claws17
8272
8273         * src/logwindow.c
8274                 Fixed a crash introduced in 0.8.0claws5 when log is 
8275                 cut under 80 characters.
8276
8277 2002-07-26 [paul]       0.8.0claws16
8278
8279         * sync with 0.8.1cvs1
8280                 see ChangeLog 2002-07-26
8281
8282 2002-07-26 [christoph]  0.8.0claws15
8283
8284         * src/imap.[ch]
8285                 imap folder now remembers the last selected
8286                 folder and imap_fetch_msginfo skips selecting
8287                 the folder if it is already selected
8288
8289 2002-07-26 [christoph]  0.8.0claws14
8290
8291         * src/folder.c
8292         * src/folderview.c
8293         * src/imap.c
8294                 fix imap folder rescanning
8295
8296 2002-07-25 [christoph]  0.8.0claws13
8297
8298         * src/filter.c
8299         * src/folder.[ch]
8300         * src/folderview.c
8301         * src/imap.[ch]
8302         * src/mainwindow.c
8303         * src/mbox_folder.c
8304         * src/mh.c
8305         * src/news.c
8306                 implement imap uid cache and uid validity check
8307
8308 2002-07-25 [alfons]     0.8.0claws12
8309
8310         * src/summaryview.c
8311                 fix a brown paper bag bug, and also add some more
8312                 checks
8313
8314 2002-07-25 [christoph]  0.8.0claws11
8315
8316         * src/folder.c
8317                 don't mix copy, fetch_msginfo and remove
8318                 operations in folder item copy and move
8319                 operations
8320
8321 2002-07-25 [christoph]  0.8.0claws10
8322
8323         * src/folderview.c
8324         * src/mainwindow.c
8325         * src/prefs_folder_item.c
8326         * src/summaryview.[ch]
8327                 remove no longer required parameter update_cache from
8328                 summary_show
8329
8330 2002-07-25 [paul]       0.8.0claws9
8331
8332         * sync with 0.8.1
8333         
8334         * AUTHORS
8335                 a few corrections
8336
8337 2002-07-24 [alfons]     0.8.0claws8
8338
8339         * src/summaryview.c
8340                 sort correctly when using simplified subject line
8341                 (closes feature request "[ 585141 ] applying regexp to subject 
8342                 before sort" submitted by Alexandra Walford)
8343
8344 2002-07-24 [paul]       0.8.0claws7
8345
8346         * sync with 0.8.0cvs3
8347                 see ChangeLog 2002-07-24
8348
8349 2002-07-23 [christoph]  0.8.0claws6
8350
8351         * src/folder.c
8352         * src/folder.h
8353         * src/summaryview.c
8354         * src/summaryview.h
8355         * src/main.c
8356                 o separate processing and summaryview
8357                 o removed summary_write_cache from summaryview
8358                 o removed summaryview->killed_messages, because we don't have
8359                   to keep a list of killed messages anymore. New cache will
8360                   keep the hidden messages in cache anyway
8361         * src/folderview.c
8362         * src/inc.c
8363         * src/selective_download.c
8364                 o removed unnecessary summary_write_cache calls
8365         * src/procmsg.c
8366                 o don't set ignore thread flag in procmsg_get_thread_tree
8367                   if it is already set
8368         * src/mainwindow.c
8369         * src/statusbar.h
8370                 o moved STATUSBAR_PUSH/POP to statusbar.h because
8371                   they are used in different files
8372
8373 2002-07-23 [melvin]     0.8.0claws5
8374
8375         * src/addressbook.c
8376         * src/addrgather.c
8377         * src/editaddress.c
8378         * src/editgroup.c
8379         * src/editldap_basedn.c
8380         * src/importldif.c
8381         * src/prefs_common.c
8382                 Fixed few memory leak (gtk_editable_get_chars returns
8383                 an allocated string)
8384         * src/logwindow.c
8385                 Fixed few memory leak (gtk_editable_get_chars returns
8386                 an allocated string) and modified a little the log cutting
8387                 loop.
8388         * src/compose.c
8389                 Replaced a call to an obsolete function gtk_entry_get_text()
8390                 by gtk_editable_get_chars()
8391         * src/send.c
8392                 Removed a debug printf
8393
8394 2002-07-23 [christoph]  0.8.0claws4
8395
8396         * src/filesel.c
8397                 fix another g_dirname memory leak
8398
8399 2002-07-23 [christoph]  0.8.0claws3
8400
8401         * src/mh.c
8402                 fixed a memory leak in mh_fetch_msginfo
8403                 fixed crash when message header could not be
8404                 parsed
8405
8406 2002-07-23 [paul]       0.8.0claws2
8407
8408         * sync with 0.8.0cvs2
8409                 see ChangeLog 2002-07-23
8410
8411 2002-07-23 [paul]       0.8.0claws1
8412
8413         * sync with 0.8.0cvs1
8414                 see ChangeLog 2002-07-23
8415
8416 2002-07-23 [paul]       0.8.0claws
8417
8418         * release of 0.8.0claws
8419
8420 2002-07-23 [paul]       0.7.8claws99
8421
8422         * po/ru.po
8423                 new Russian translation, submitted by
8424                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
8425
8426 2002-07-22 [jens]       0.7.8claws98
8427
8428         * po/de.po
8429                 Updated German translations.
8430
8431 2002-07-22 [paul]       0.7.8claws97
8432
8433         * po/es.po
8434           po/it.po
8435           po/nl.po
8436           po/pt_BR.po
8437                 updated translations by Ricardo Mones Lastra,
8438                 Alessandro Maestri, Wilbert Berendsen and 
8439                 Fabio Jr. Beneditto respectively
8440
8441 2002-07-22 [christoph]  0.7.8claws96
8442
8443         * src/mimeview.c
8444                 fix memory leak caused by wrong g_dirname usage
8445
8446 2002-07-22 [christoph]  0.7.8claws95
8447
8448         * src/summaryview.c
8449                 update new and unread message counts for summaryview
8450                 summaryview does not get it from the folder anymore
8451                 and has to update the values itself
8452
8453 2002-07-22 [melvin]     0.7.8claws94
8454
8455         * po/fr.po
8456                 Updated French translations.
8457
8458 2002-07-22 [christoph]  0.7.8claws93
8459
8460         * src/matcher.c
8461                 set prop->preg pointer to NULL or following check
8462                 will not fail and regexec will be called with
8463                 invalid pointer
8464
8465 2002-07-21 [alfons]     0.7.8claws92
8466         
8467         * src/prefs_common.[ch]
8468                 remove option "Send return receipt on request"
8469
8470 2002-07-21 [thorsten]   0.7.8claws91
8471
8472         * src/mimeview.c
8473                 fixed memleaks, coding style as pointed out by alfons
8474
8475 2002-07-21 [alfons]     0.7.8claws90
8476
8477         * src/messageview.c
8478         * src/noticeview.[ch]
8479                 o fix bug notice view being displayed when going to empty folder 
8480                   (noticed by Christoph)
8481                 o allow RRR to be sent when restarting sylpheed, or changing folder 
8482                   (noticed by Thorsten)
8483
8484 2002-07-21 [thorsten]   0.7.8claws89
8485
8486         * src/mimeview.c
8487                 Included save_all patch from Xaview FACQ
8488                 added support for pathnames
8489
8490 2002-07-21 [alfons]     0.7.8claws88
8491
8492         * po/POTFILES.in
8493         * src/Makefile.am
8494         * src/mainwindow.c
8495         * src/messageview.[ch]
8496         * src/noticeview.c      ** NEW FILE **
8497         * src/noticeview.h      ** NEW FILE **
8498                 make return receipts work again
8499                 (UI idea by Leandro Pereira)
8500
8501 2002-07-21 [paul]       0.7.8claws87
8502
8503         * src/summaryview.c
8504                 fix sensitivity of 'Select thread'
8505
8506 2002-07-21 [paul]       0.7.8claws86
8507
8508         * src/prefs_common.c
8509                 add browser command line for Galeon
8510
8511 2002-07-21 [paul]       0.7.8claws85
8512
8513         * Makefile.am
8514                 fix 'EXTRA_DIST': remove README.README, add TODO
8515                 and TODO.claws
8516
8517 2002-07-21 [alfons]     0.7.8claws84
8518
8519         * src/gtkstext.c
8520                 make enter clear selection
8521                 (closes "[ 579888 ] Editor selection/entry error"
8522                 reported by Steve Lamb)
8523
8524 2002-07-21 [alfons]     0.7.8claws83
8525         
8526         * src/summaryview.c
8527                 sort message list when selecting unthread messages
8528                 (closes "[ 501593 ] switching threaded view doesn't sort"
8529                 reported by Simon Schubert)
8530
8531 2002-07-20 [alfons]     0.7.8claws82
8532         
8533         * src/matcher.c
8534                 const-correctness
8535
8536 2002-07-20 [thorsten]   0.7.8claws81
8537
8538         * src/matcher.c
8539                 Fixed expansion of empty fields in matchactions
8540
8541 2002-07-19 [melvin]     0.7.8claws80
8542
8543         * src/gtkspell.c
8544                 Removed a duplicate menu entry (fast mode) introduced during
8545                 the new cache merge
8546                 Added a menu separator between 'Use alternate' and 'Fast mode'
8547
8548 2002-07-19 [paul]       0.7.8claws79
8549
8550         * tools/Makefile.am
8551           tools/README
8552                 correct typos
8553
8554 2002-07-19 [thorsten]   0.7.8claws78
8555
8556         * tools/calypso_convert.pl      ** NEW FILE **
8557           tools/README
8558           tools/Makefile.am
8559                 script to import mbox files exported
8560                 by calypso
8561                 o generates folder structure
8562                 o includes attachments
8563
8564 2002-07-19 [melvin]     0.7.8claws77
8565
8566         * src/selective_download.[ch]
8567                 Fixed bug where closing the dialog with the window manager's
8568                 close button will not unlock the summary
8569                 Corrected some function declarations that missed a return value
8570                 Made the source code comply better with coding style.
8571         * src/prefs_common.c
8572                 Added new browser command line for Mozilla.
8573
8574 2002-07-18 [paul]       0.7.8claws76
8575
8576         * src/mainwindow.c
8577           src/selective_download.[ch]
8578                 reflect theme changes, fix Gdk Warning when creating 
8579                 pixmap from NULL window, and minor clean up.
8580                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8581
8582         * po/en_GB.po
8583                 updated
8584
8585 2002-07-17 [paul]       0.7.8claws75
8586
8587         * INSTALL[.jp]
8588                 sync with 0.8.0
8589         
8590         * po/en_GB.po
8591                 updated
8592
8593 2002-07-16 [paul]       0.7.8claws74
8594
8595         * tools/filter_conv.pl
8596           tools/README
8597                 replace conversion script with reimplemented version, 
8598                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
8599
8600 2002-07-16 [colin]      0.7.8claws73
8601
8602         * src/summaryview.c
8603                 remove forgotten debug messages - sorry ;-)
8604
8605 2002-07-16 [colin]      0.7.8claws72
8606
8607         * src/mimeview.c
8608           src/summaryview.c
8609           src/textview.c
8610           src/textview.h
8611                 add the ability to select part of a text mime-part 
8612                 to reply.
8613
8614 2002-07-15 [christoph]  0.7.8claws71
8615
8616         * src/folder.c
8617                 fix folder message count for folders without
8618                 msg_is_changed (includes news folders)
8619
8620 2002-07-15 [martin]     0.7.8claws70
8621
8622         * src/summaryview.c
8623                 option "display recipient on 'From'..." now works
8624                 without the need of enabling the option
8625                 "display  sender  using  address  book".
8626
8627 2002-07-15 [christoph]  0.7.8claws69
8628
8629         * src/summaryview.c
8630                 removed setting folder status from summaryview.
8631                 folder.c should update all message counts correctly.
8632
8633 2002-07-15 [paul]       0.7.8claws68
8634
8635         * po/pt_BR.po
8636                 updated by Fabio Junior Beneditto
8637
8638 2002-07-15 [darko]      0.7.8claws67
8639
8640         * src/mh.c
8641                 Fixed target folder colorization, don't decrease op
8642                 number twice
8643
8644 2002-07-14 [paul]       0.7.8claws66
8645
8646         * sync with main 0.8.0
8647                 see ChangeLog 2002-07-14
8648
8649 2002-07-13 [melvin]     0.7.8claws65
8650         
8651         * src/addrbook.c
8652         * src/addressbook.c
8653         * src/addrindex.c
8654                 Replaced sprintf by g_snprintf to prevent possible buffer
8655                 overflow.
8656         * src/news.c
8657                 Corrected a log message output format.
8658                 Added a missing "done" debug output.
8659         * src/compose.c
8660                 Added keyboard accelerator for Priority menu items
8661                 Added missing \n in debug output
8662         * src/logwindow.c
8663         * src/gtkspell.c
8664         * src/rfc2015.c
8665                 Added missing \n in debug output
8666
8667 2002-07-13 [paul]       0.7.8claws64
8668
8669         * man/sylpheed.1
8670                 change Sergey's email address to the sf address
8671
8672         * src/textview.c
8673                 increase show_url_timeout (more useful for long
8674                 urls)
8675
8676 2002-07-12 [sergey]     0.7.8claws63
8677
8678         * src/rfc2015.c
8679                 applied (with some modifications) patch to set the
8680                 micalg parameter for signatures
8681                 (2001-08-28 Werner Koch <wk@gnupg.org>)
8682
8683 2002-07-12 [sergey]     0.7.8claws62
8684
8685         * man/Makefile.am
8686         * configure.in
8687                 fixed man page installation
8688
8689 2002-07-12 [paul]       0.7.8claws61
8690
8691         * sync with 0.7.8cvs26
8692                 see ChangeLog 2002-07-11 and 2002-07-12
8693
8694 2002-07-11 [christoph]  0.7.8claws60
8695
8696         * src/compose.c
8697         * src/procmsg.c
8698                 first use the message number to find the message
8699                 to mark with a reply flag but check the
8700                 message-id if we got the correct message, if not
8701                 try to find it by message-id.
8702                 use new string seperator that is not allowed
8703                 in message-ids.
8704
8705 2002-07-11 [paul]       0.7.8claws59
8706
8707         * sync with 0.7.8cvs23
8708                 see ChangeLog 2002-07-10
8709
8710 2002-07-10 [christoph]  0.7.8claws58
8711
8712         * src/folder.[ch]
8713         * src/msgcache.[ch]
8714                 Added message-id table to the cache in memory
8715                 and functions to msgcache.c and folder.c to
8716                 fetch MsgInfos by message id
8717         * src/compose.c
8718         * src/procmsg.c
8719                 store folder and message-id of message replying
8720                 to in queue header and set reply flag after sending
8721                 (Closes bug #469498)
8722
8723 2002-07-10 [paul]       0.7.8claws57
8724
8725         * AUTHORS
8726           man/sylpheed.1.gz
8727                 add Martin to the list of authors
8728
8729 2002-07-09 [martin]     0.7.8claws56
8730         * src/gtksctree.c
8731                 Added gtk_ctree_last_visible(), tree_update_level(),
8732                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
8733                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8734                 from gtk+ to gtksctree.c for the new sorting code
8735                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
8736                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
8737         * src/gtksctree.h
8738                 Added declaration for gtk_sctree_sort_recursive() and
8739                 gtk_sctree_sort_node
8740         * src/addressbook.c
8741         * src/foldersel.c
8742         * src/folderview.c
8743         * src/summaryview.c
8744                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8745                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
8746
8747 2002-07-08 [paul]       0.7.8claws55
8748
8749         * more sync with 0.7.8cvs21
8750                 see ChangeLog 2002-07-08
8751
8752 2002-07-08 [paul]       0.7.8claws54
8753
8754         * sync with 0.7.8cvs21
8755                 see ChangeLog 2002-07-08
8756
8757 2002-07-07 [alfons]     0.7.8claws53
8758
8759         * src/Makefile.am
8760         * src/stock_pixmap.[ch]
8761         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
8762         * src/pixmaps/notice_error.xpm  ** NEW FILE **
8763         * src/pixmaps/notice_note.xpm   ** NEW FILE **
8764                 add new pixmaps for upcoming notice pane
8765
8766 2002-07-06 [melvin]     0.7.8claws52
8767
8768         * src/gtkspell.[ch]
8769                 Made them a bit closer to Sylpheed's coding style.
8770                 Removed old code.
8771                 Removed possible memory leaks when some errors occurs.
8772
8773 2002-07-06 [melvin]     0.7.8claws51
8774
8775         * po/Makefile.in.in
8776                 Removed --no-location in xgettext command line to help
8777                 translators that use Emacs' po-mode
8778         * src/quote_fmt.c
8779                 Removed unnecessary comments that messed up sylpheed.pot
8780
8781 2002-07-06 [paul]       0.7.8claws50
8782
8783         * sync with 0.7.8cvs19
8784                 see ChangeLog 2002-07-05
8785
8786 2002-07-06 [christoph]  0.7.8claws49
8787
8788         * src/folder.c
8789         * src/mainwindow.c
8790                 fix folder_item_remove_all_msg and folderview
8791                 status for trash folders after emptying trash
8792
8793 2002-07-05 [paul]       0.7.8claws48
8794
8795         * sync with 0.7.8cvs16
8796                 see ChangeLog 2002-07-04 and 2002-07-05
8797
8798 2002-07-04 [paul]       0.7.8claws47
8799
8800         * sync with 0.7.8cvs14
8801                 see  ChangeLog 2002-07-04
8802
8803 2002-07-03 [alfons]     0.7.8claws46
8804
8805         * src/folder.c
8806                 dupe folder item's path because it's being reallocated
8807                 by new folder scanning code
8808
8809 2002-07-03 [christoph]  0.7.8claws45
8810
8811         * src/imap.c
8812                 better IMAP uid fetching using 'FETCH 1:* (UID)'
8813         * src/msgcache.c
8814                 add missing return in msgcache_write
8815
8816 2002-07-02 [thorsten]   0.7.8claws44
8817
8818         * src/jpilot.c
8819         * src/msgcache.c
8820         * src/rfc2015.c
8821                 use binary mode for file access
8822
8823 2002-07-02 [christoph]  0.7.8claws43
8824
8825         * major code cleanup (part 1)
8826         
8827                 - unused variables removed
8828                 - unused functions removed
8829                 - uninitialized variables checked
8830                 - missing return statements added
8831                 - missing function return types added
8832                 - added parentheses around assignment and
8833                   && in || when suggested by gcc
8834               
8835         * src/mh.c
8836         * src/folder.c
8837                 replaced direct calls to folder->scan_tree
8838                 with folder_scan_tree and restore folder
8839                 prefs in this function. The folder should
8840                 not have to deal with them.
8841                 ( Should now work for all folder types )
8842
8843 2002-07-02 [paul]       0.7.8claws42
8844
8845         * sync with 0.7.8cvs13
8846                 see ChangeLog 2002-07-01 and 2002-07-02
8847
8848 2002-07-01 [christoph]  0.7.8claws41
8849
8850         * src/summaryview.c
8851                 fix "goto next/prev unread message" with
8852                 ignored threads
8853
8854 2002-07-01 [paul]       0.7.8claws40
8855
8856         * po/es.po
8857                 updated by Ricardo Mones Lastra
8858
8859 2002-06-30 [match]      0.7.8claws39
8860
8861         * src/jpilot.c
8862                 applied variation of leonerd's patch (566661) to
8863                 allow multiple email addresses per JPilot entry.
8864                 addresses may be separated by space, comma, pipe,
8865                 semi-colon, new-line.
8866
8867 2002-06-30 [alfons]     0.7.8claws38
8868
8869         * src/procmsg.c
8870                 simple fix for putting older nodes before
8871                 newer nodes when threading by subject
8872
8873 2002-06-30 [christoph]  0.7.8claws37
8874
8875         * src/folder.c
8876         * src/folderview.c
8877         * src/mh.c
8878         * src/news.c
8879         * src/procmsg.c
8880                 fix broken folder tree rescaning
8881                 and don't use procmsg_get_mark_sum
8882                 anymore
8883
8884 2002-06-30 [christoph]  0.7.8claws36
8885
8886         * merge new cache branch
8887         * src/imap.c
8888                 fix new cache imap copy bug
8889         * src/folder.c
8890                 improved folder_item_scan
8891                 it should now always set the correct
8892                 new, unread and total message counts
8893
8894 2002-06-29 [paul]       0.7.8claws35
8895
8896         * configure.in
8897                 correct syntax error
8898
8899 2002-06-29 [paul]       0.7.8claws34
8900
8901         * configure.in
8902           Makefile.am
8903           man/Makefile.am       ** NEW FILE **
8904           man/sylpheed.1.gz     ** NEW FILE **
8905                 add Sylpheed man page
8906
8907 2002-06-29 [paul]       0.7.8claws33
8908
8909         * po/pt_BR.po
8910                 updated by Fabio Junior Beneditto
8911
8912 2002-06-28 [jens]       0.7.8claws32
8913
8914         * po/de.po
8915                 translation updated
8916
8917         * src/selective_download.c
8918                 removed gettext for space " "
8919
8920         * src/imap.c
8921                 removed wrong space
8922
8923 2002-06-28 [paul]       0.7.8claws31
8924
8925         * sync with 0.7.8cvs11
8926                 see ChangeLog 2002-06-28
8927
8928 2002-06-28 [paul]       0.7.8claws30
8929
8930         * sync with 0.7.8cvs10
8931                 see ChangeLog 2002-06-27 and 2002-06-28
8932
8933 2002-06-26 [paul]       0.7.8claws29
8934
8935         * src/addrgather.c
8936           src/selective_download.c
8937                 don't gettextise empty strings.
8938                 reserved by gettext. gettext("") returns 
8939                 the header entry with meta information, 
8940                 not the empty string
8941
8942         * po/en_GB.po
8943                 updated
8944
8945 2002-06-26 [paul]       0.7.8claws28
8946
8947         * sync with 0.7.8cvs7
8948                 see ChangeLog 2002-06-25
8949
8950         * src/prefs_common.c
8951                 ...and in the process, tweak the gui a little
8952
8953 2002-06-25 [alfons]     0.7.8claws27
8954         
8955         * configure.in
8956         * src/Makefile.am
8957                 fine tune ldap library detection
8958
8959 2002-06-25 [alfons]     0.7.8claws26
8960
8961         * src/compose.c
8962                 don't allow return receipts when composing a news article
8963
8964 2002-06-25 [paul]       0.7.8claws25
8965
8966         * Makefile.am
8967                 add '$(AMTAR)' to 'release' section to allow for
8968                 new and older autotools
8969
8970 2002-06-25 [paul]       0.7.8claws24
8971
8972         * src/summaryview.c
8973                 fix "No more unread messages" persistant pop-up
8974                 window bug
8975
8976 2002-06-25 [paul]       0.7.8claws23
8977
8978         * po/it.po
8979                 updated by Alessandro Maestri
8980
8981 2002-06-25 [paul]       0.7.8claws22
8982
8983         * sync with 0.7.8cvs6
8984                 see ChangeLog 2002-06-25
8985
8986 2002-06-24 [paul]       0.7.8claws21
8987
8988         * tools/update-po
8989                 add GPL copyright information
8990
8991 2002-06-24 [paul]       0.7.8claws20
8992
8993         * tools/Makefile.am
8994           tools/README
8995           tools/update-po       ** NEW FILE **
8996                 add script that eases the creation of *.po files
8997                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
8998
8999 2002-06-23 [alfons]     0.7.8claws19
9000
9001         * src/messageview.c
9002                 make notification_convert_header obey const correctness
9003                 (next step will be fixing the broken return receipt)
9004
9005 2002-06-23 [paul]       0.7.8claws18
9006
9007         * src/messageview.c
9008                 fix bug introduced in last commit:
9009                 removed too much code in last commit - put back what's
9010                 needed
9011
9012 2002-06-23 [paul]       0.7.8claws17
9013
9014         * src/messageview.[ch]
9015                 remove code committed in error from locally patched
9016                 source
9017
9018 2002-06-23 [colin]      0.7.8claws16
9019
9020         * src/compose.[ch]
9021                 add compose_entry_select(), used to select the default_to
9022                 email address - hopefully avoiding people sending mails to
9023                 wrong recipients.
9024
9025 2002-06-22 [alfons]     0.7.8claws15
9026
9027         * AUTHORS
9028                 add Bram Metsch & Stanislav Karchebny
9029         * src/smtp.[ch]
9030         * src/prefs_account.[ch]
9031         * src/send.c
9032                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9033                   options.  (see <http://sourceforge.net/tracker/index.php
9034                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9035
9036                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9037                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9038
9039 2002-06-22 [paul]       0.7.8claws14
9040
9041         * sync with 0.7.8cvs5
9042                 see ChangeLog 2002-06-19 and 2002-06-20
9043
9044 2002-06-22 [alfons]     0.7.8claws13
9045
9046         * src/selective_download.c
9047                 fix a stupid mistake I made
9048
9049 2002-06-22 [alfons]     0.7.8claws12
9050
9051         * src/selective_download.[ch]
9052                 fix another unnoticed leak; cleanup code
9053
9054 2002-06-21 [alfons]
9055
9056         * tools/Makefile.am
9057                 gpg-sign <-- gpg-sign-syl
9058
9059 2002-06-21 [alfons]     0.7.8claws11
9060
9061         * src/selective_download.c
9062         * src/selective_download.h
9063                 fix assorted mix of allocation errors (should solve
9064                 problem reported by Philippe Gramoullé, see:
9065                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9066
9067 2002-06-20 [melvin]     0.7.8claws10
9068
9069         * tools/gpg-sign *REMOVED*
9070           tools/gpg-sign-syl *ADDED*
9071                 Replaced the gpg clearsigning script with the version using
9072                 xterm instead of ssh-askpass and changed its name.
9073
9074         * README.claws
9075                 Updated actions example to reflect the renaming of the
9076                 gpg clearsigning script.
9077
9078 2002-06-19 [paul]       0.7.8claws9
9079
9080         * sync with 0.7.8claws9
9081                 see ChangeLog 2002-06-18 and 2002-06-19
9082
9083 2002-06-19 [paul]       0.7.8claws8
9084
9085         * sync with 0.7.8cvs1
9086                 see ChangeLog 2002-06-18
9087
9088 2002-06-18 [alfons]     0.7.8claws7
9089
9090         * src/mainwindow.h
9091                 add omitted prototype
9092
9093 2002-06-17 [paul]       0.7.8claws6
9094
9095         * src/mainwindow.c
9096                 fix hiding of exec_btn
9097
9098 2002-06-17 [paul]       0.7.8claws5
9099
9100         * src/pop.c
9101                 remove unneeded code: should_delete() 
9102                 and Pop3State::uidl_todelete_list
9103
9104 2002-06-17 [paul]       0.7.8claws4
9105
9106         * sync with 0.7.8
9107                 see ChangeLog 2002-06-11 and 2002-06-13
9108
9109 2002-06-16 [alfons]     0.7.8claws3
9110         
9111         * src/folder.c
9112                 make sure lock sort mode (claws specific) is
9113                 also persists after a tree rescan
9114
9115 2002-06-16 [alfons]     0.7.8claws2
9116
9117         * src/prefs_folder_item.c
9118         * src/folder.[ch]
9119                 fix persistence of folder sort mode (broken
9120                 by adapting Hiro's new folder persistence code)
9121
9122 2002-06-16 [alfons]     0.7.8claws1
9123
9124         * AUTHORS
9125         * src/logwindow.c
9126         * src/prefscommon.[ch]
9127                 control size of log text in log window; 
9128                 closes patch #569155 submitted by Mitko Haralanov.
9129
9130 2002-06-15 [paul]       0.7.8claws
9131
9132         * release of 0.7.8claws
9133
9134 2002-06-15 [paul]       0.7.7claws
9135
9136         * po/pt_BR.po
9137                 updated by Fabio Junior Beneditto
9138
9139 2002-06-14 [paul]       0.7.6claws49
9140
9141         * po/es.po
9142                 updated by Ricardo Mones Lastra
9143
9144 2002-06-14 [paul]       0.7.6claws48
9145
9146         * po/nl.po
9147                 updated translation by Wilbert Berendsen
9148
9149 2002-06-14 [melvin]     0.7.6claws47
9150
9151         * po/fr.po
9152                 Updated French translation
9153
9154 2002-06-13 [paul]       0.7.6claws46
9155
9156         * src/filesel.c
9157                 allow filename to be typed in, rather than just
9158                 selected by the mouse. Patch by Gustavo Noronha Silva.
9159
9160 2002-06-13 [alfons]     0.7.6claws45
9161
9162         * src/mainwindow.[ch]
9163                 more cleanups (removing unnecessary menu items Expand 
9164                 summary / message view)
9165
9166 2002-06-13 [melvin]     0.7.6claws44
9167
9168         * po/POTFILES.in
9169                 Added src/string_match.c
9170         * src/string_match.c
9171                 Fixed possible buffer overflow.
9172                 Corrected typo.
9173                 Added missing config.h header.
9174         * src/prefs_common.c
9175           src/prefs_matcher.c
9176           src/prefs_scoring.c
9177                 Made some strings translatable (missing _(..)).
9178
9179 2002-06-13 [melvin]     0.7.6claws43
9180
9181         * README.claws
9182                 Corrected action example (verifying clearsigned mail).
9183         * src/prefs_account.c
9184                 Corrected typo.
9185         * src/prefs_common.c
9186                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9187
9188 2002-06-12 [alfons]     0.7.6claws42
9189
9190         * src/summaryview.c
9191                 add init of score column lost in 0.7.6claws42
9192
9193 2002-06-12 [paul]       0.7.6claws41
9194
9195         * src/prefs_account.c
9196                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9197                 behavior of the radio buttons, (from 0.7.7cvs2)
9198
9199 2002-06-11 [alfons]     0.7.6claws40
9200
9201         * src/messageview.[ch]
9202         * src/summaryview.[ch]
9203         * src/summary_search.c
9204         * src/mainwindow.c
9205                 perform a sync to bring in Hiro's separate view implementation 
9206
9207                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9208
9209 2002-06-11 [paul]       0.7.6claws39
9210         
9211         * src/prefs_account.c
9212                 correct a typo on the Receive tab
9213
9214 2002-06-10 [match]      0.7.6claws38
9215
9216         * src/addressbook.c
9217                 Included address completion patch from Gustavo Noronha.
9218
9219 2002-06-10 [paul]       0.7.6claws37
9220
9221         * src/inc.[ch]
9222           src/pop.c
9223           src/prefs_account.[ch]
9224           src/selective_download.[ch]
9225                 apply PATCH #561712
9226                  NEW:
9227                 - check if POP Account
9228                 - Receive Button renamed to Preview
9229                 - Preview Button Popup: preview new/all messages
9230                 - Download Button
9231                 - Account Preferences-->Receive tab checkbutton if you
9232                   want to remove Mail after Download
9233                 -: default YES
9234                 - Account Preferences-->Receive tab checkbutton use
9235                   filtering rules on preview
9236                   (think of delete_on_server)
9237                 -: default YES
9238                 - Account selectable from SD dialog
9239                 - checkbutton to show already downloaded messages if
9240                   all messages are previewed
9241                 - new clist column showing Date
9242                 - ESC KEY close
9243                 FIXES:
9244                 - play ball with UIDL
9245                 - fault tolerant (?) 
9246                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9247
9248 2002-06-10 [melvin]     0.7.6claws36
9249
9250         * README.claws
9251                 Added a hint to ac/README in cvs instructions.
9252
9253         * src/prefs_actions.c
9254                 Made it possible to use a more elaborate command line
9255                 for asynchronous actions, too.
9256
9257 2002-06-10 [melvin]     0.7.6claws35
9258         
9259         * src/prefs_actions.c
9260                 Make it possible to use a more elaborate command line
9261                 (e.g. |foo|bar|cat>there;echo Done|)
9262                 Corrected error message when calling %f, %F and %p commands
9263                 from the compose window.
9264
9265 2002-06-09 [colin]      0.7.6claws34
9266
9267         * src/summaryview.c
9268                 Automatically find unread messages in current folder
9269                 before annoying the user.
9270
9271 2002-06-08 [alfons]     0.7.6claws33
9272
9273         * po/it.po
9274                 remove bad formatting string in it.po translation
9275                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
9276
9277 2002-06-08 [paul]       0.7.6claws32
9278
9279         * sync with 0.7.6cvs25
9280                 see ChangeLog 2002-06-07
9281
9282 2002-06-05 [paul]       0.7.6claws31
9283
9284         * src/mainwindow.c
9285                 add 'Sort by locked' and 'Sort by score'
9286
9287 2002-06-05 [paul]       0.7.6claws30
9288
9289         * sync with 0.7.6cvs24
9290                 see ChangeLog 2002-06-04
9291
9292 2002-06-04 [paul]       0.7.6claws29
9293
9294         * po/pt_BR.po
9295                 updated by Fabio Junior Beneditto
9296
9297 2002-06-03 [thorsten]   0.7.6claws28
9298
9299         * src/matcher.c
9300                 fclose() matcherrc after reading
9301
9302 2002-06-03 [paul]       0.7.6claws27
9303
9304         * sync with 0.7.6cvs21
9305                 see ChangeLog 2002-05-31
9306
9307 2002-05-31 [paul]       0.7.6claws26
9308
9309         * sync with 0.7.6cvs20
9310                 see ChangeLog 2002-05-29 and 2002-05-30
9311
9312 2002-05-31 [paul]       0.7.6claws25
9313
9314         * src/imap.c
9315                 hopefully fix last buggy sync
9316
9317         * README.claws
9318                 correct typo in 'Actions' examples
9319
9320 2002-05-29 [paul]       0.7.6claws24
9321
9322         * sync with 0.7.6cvs18
9323                 see ChangeLog 2002-05-28 and 2002-05-29
9324
9325         * src/news.c
9326           src/nntp.[ch]
9327                 sync with above 
9328
9329 2002-05-28 [paul]       0.7.6claws23
9330
9331         * sync with 0.7.6cvs16
9332                 see ChangeLog 2002-05-28
9333
9334 2002-05-27 [thorsten]   0.7.6claws22 
9335
9336         * faq/it/sylpheed-faq-1.html
9337           faq/it/sylpheed-faq-2.html
9338           faq/it/sylpheed-faq-3.html
9339           faq/it/sylpheed-faq.html
9340                 corrected DOS lineendings
9341         * faq/de/sylpheed-faq-1.html
9342           faq/de/sylpheed-faq-2.html
9343           faq/en/sylpheed-faq-1.html
9344           faq/en/sylpheed-faq-2.html
9345           faq/en/sylpheed-faq-3.html
9346           faq/es/sylpheed-faq-1.html
9347           faq/es/sylpheed-faq-2.html
9348           faq/es/sylpheed-faq-3.html
9349           faq/fr/sylpheed-faq-1.html
9350           faq/it/sylpheed-faq-1.html
9351           faq/it/sylpheed-faq-2.html
9352           faq/it/sylpheed-faq-3.html
9353           faq/it/sylpheed-faq.html
9354                 changed ">" to &quot;
9355
9356 2002-05-27 [paul]       0.7.6claws21
9357         
9358         * sync with 0.7.6cvs15
9359                 see ChangeLog 2002-05-27
9360
9361 2002-05-27 [paul]       0.7.6claws20
9362
9363         * src/prefs_account.c
9364                 correct a typo
9365
9366 2002-05-26 [paul]       0.7.6claws19
9367
9368         * tools/README
9369                 correct a typo
9370
9371 2002-05-25 [paul]       0.7.6claws18
9372
9373         * tools/README
9374                 add description of kmail2sylpheed.pl
9375
9376 2002-05-25 [paul]       0.7.6claws17
9377
9378         * tools/kmail2sylpheed.pl       ** NEW FILE **
9379                 perl script that converts an exported Kmail address
9380                 book, converts it to sylpheed addressbook file,
9381                 writes the file to .sylpheed, and updates
9382                 addrbook--index.xml 
9383
9384 2002-05-25 [paul]       0.7.6claws16
9385
9386         * sync with 0.7.6cvs14
9387                 see ChangeLog 2002-05-23
9388
9389 2002-05-24 [paul]       0.7.6claws15
9390
9391         * README.claws
9392                 make a correction and add some more info
9393
9394 2002-05-24 [paul]       0.7.6claws14
9395
9396         * src/compose.c
9397                 fix memory leak in 
9398                 compose_redirect_write_headers_from_headerlist()
9399                 add Subject and Resent-Message-ID to
9400                 compose_redirect_write_headers()
9401                 Received, Subject, and X-UIDL are filtered out in 
9402                 compose_redirect_write_to_file()
9403
9404 2002-05-23 [paul]       0.7.6claws13
9405
9406         * src/compose.[ch]
9407           src/filtering.c
9408           src/mainwindow.c
9409           src/matcher.[ch]
9410           src/matcher_parser_lex.l
9411           src/matcher_parser_parse.y
9412           src/prefs_common.[ch]
9413           src/prefs_filtering.c
9414           src/summaryview.c
9415                 rename 'Bounce' to 'Redirect'
9416
9417 2002-05-23 [paul]       0.7.6claws12
9418
9419         * more sync with 0.7.6cvs13
9420           src/compose.c
9421                 see ChangeLog 2002-05-22
9422
9423 2002-05-22 [paul]       0.7.6claws11
9424
9425         * sync with 0.7.6cvs13
9426           src/codeconv.c
9427                 see ChangeLog 2002-05-20
9428           src/prefs_common.c
9429                 see ChangeLog 2002-05-22
9430
9431 2002-05-21 [melvin]     0.7.6claws10
9432
9433         * src/folderview.c
9434                 Added missing filtering and scoring headers
9435                 Fixed bad function call that showed garbage 
9436                 in Folder->Processing
9437
9438 2002-05-21 [paul]       0.7.6claws9
9439
9440         * tools/Makefile.am
9441                 make all tools executable, (patch by Alfons).
9442
9443 2002-05-20 [alfons]     0.7.6claws8
9444
9445         * src/procheader.c
9446                 don't forget to call mktime() so we have a valid week 
9447                 and year day
9448                 (Bug report by Roger Sondermann <mail@jumaros.de>)
9449
9450 2002-05-20 [paul]       0.7.6claws7
9451
9452         * src/html.c
9453                 fix broken parsing of urls
9454         * src/textview.c
9455                 fix displaying of urls
9456
9457                 both fixes from the patch [547855] by Eugene 
9458                 Brevdo (zonem)
9459
9460 2002-05-19 [alfons]     0.7.6claws6
9461
9462         * configure.in
9463                 make sylpheed configure correctly with the latest
9464                 and greatest of automake / autoconf / gettext
9465
9466 2002-05-19 [alfons]     0.7.6claws5
9467
9468         * src/procheader.c
9469         * src/procheader.h
9470                 add function for returning ime zone offset
9471         * src/quote_fmt.c
9472         * src/quote_fmt_parse.y
9473                 better quotation formatting - does not convert
9474                 to local time, but uses the original date string.
9475                 
9476                 Note: %z inserts the timezone offset (should 
9477                 work also on platforms where strftime does not
9478                 support %z).
9479
9480 2002-05-18 [christoph]  0.7.6claws4
9481
9482         * src/summaryview.c
9483                 fix indentation of some code
9484         * tools/Makefile.am
9485                 fix spaces after \
9486         * src/Makefile.am
9487                 add missing \
9488                 correct path for ignorethread.xpm
9489                 incorrect filename for sylpheed_logo.xpm
9490                 add missing include matcher_parser_parse.h
9491
9492 2002-05-18 [paul]       0.7.6claws3
9493
9494         * sync with 0.7.6cvs8
9495                 see ChangeLog 2002-05-16 and 2002-05-17
9496
9497 2002-05-18 [melvin]     0.7.6claws2
9498
9499         * README.claws
9500                 Corrected an action's definition and fixed some misspellings.
9501
9502 2002-05-18 [paul]       0.7.6claws1
9503
9504         * tools/Makefile.am
9505           tools/gpg-sign        ** new file **
9506           tools/uudec           ** new file **
9507                 add Melvin's Actions scripts
9508
9509         * README.claws
9510                 add Melvin's descriptions for Actions
9511
9512 2002-05-18 [paul]       0.7.6claws
9513
9514         * Version 0.7.6claws released
9515
9516 2002-05-17 [paul]       0.7.5claws32
9517
9518         * po/es.po
9519                 updated by Ricardo Mones Lastra
9520
9521 2002-05-17 [paul]       0.7.5claws31
9522
9523         * src/compose.c
9524                 fix Account prefs default folder for sent/draft/deleted
9525                 messages bug
9526
9527         * po/it.po
9528           po/nl.po
9529                 updated translation by Alessandro Maestri and
9530                 Wilbert Berendsen
9531
9532 2002-05-17 [melvin]     0.7.5claws30
9533
9534         * src/prefs_actions.c
9535                 Fixed bug where using %F not at the end of the command 
9536                 resulted in an additional empty argument being created.
9537                 Thanks to Darko Koruga for reporting the bug.
9538
9539 2002-05-17 [melvin]     0.7.5claws29
9540
9541         * po/fr.po
9542                 Updated French translations.
9543
9544 2002-05-15 [paul]       0.7.5claws28
9545         
9546         * po/es.po
9547                 updated by Ricardo Mones Lastra
9548
9549 2002-05-15 [paul]       0.7.5claws27
9550
9551         * sync with 0.7.6cvs4
9552                 see ChangeLog 2002-05-14 and 2002-05-15
9553
9554 2002-05-14 [paul]       0.7.5claws26
9555
9556         * sync with 0.7.6cvs1
9557                 see ChangeLog 2002-05-13
9558
9559 2002-05-13 [thorsten]   0.7.5claws25
9560
9561         * src/messageview.c
9562                 fix select_all and copy in multipart messages
9563         * src/mainwindow.c
9564                 fix select_all and copy in multipart messages
9565
9566 2002-05-12 [paul]       0.7.5claws24
9567
9568         * src/summaryview.c
9569                 reverse last commit, bug already fixed in 0.7.5claws3
9570
9571 2002-05-12 [netztorte]  0.7.5claws23
9572
9573         * src/summaryview.c
9574                 dont parse empty addressbook (checked in before claws20)
9575
9576 2002-05-12 [melvin]     0.7.5claws22
9577
9578         * src/procmsg.[ch]
9579                 Removed unneeded priority code introduced by the previous 
9580                 commit.
9581
9582 2002-05-12 [melvin]     0.7.5claws21
9583
9584         * src/compose.[ch]
9585                 Added possibility to set message's priority.
9586         * src/procmsg.[ch]
9587                 Added possibility to set message's priority.
9588                 Added missing headers
9589
9590 2002-05-12 [melvin]     0.7.5claws20
9591
9592         * src/prefs_actions.c
9593                 Removed implicitely added quotes around the name
9594                 of the temporary files of mime parts.
9595
9596 2002-05-12 [paul]       0.7.5claws19
9597
9598         * sync with 0.7.5cvs20
9599                 see ChangeLog 2002-05-11
9600
9601 2002-05-12 [alfons]     0.7.5claws18
9602
9603         * src/quote_fmt_lex.l
9604         * src/quote_fmt_parse.y
9605                 allow quote / reply date & time format to be set using
9606                 %D{format}. format is a format string you'd pass to
9607                 strftime() (see man strftime, or the Display tab |
9608                 Date format setting).
9609
9610                 Currently %D converts the date to local time. 
9611
9612 2002-05-11 [paul]       0.7.5claws17
9613
9614         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
9615                 see ChangeLog 2002-05-10 and 2002-05-11
9616
9617 2002-05-10 [paul]       0.7.5claws16
9618
9619         * sync with 0.7.5cvs16
9620                 see ChangeLog entries 2002-05-09 and 
9621                 2002-05-10
9622
9623 2002-05-10 [colin]      0.7.5claws15
9624
9625         * src/textview.c
9626                 Corrected a bug that prevented sylpheed to open
9627                 double-clicked URIs.
9628
9629 2002-05-09 [paul]       0.7.5claws14
9630
9631         * sync with 0.7.5cvs14
9632                 see ChangeLog 2002-05-08 and 2002-05-09
9633
9634 2002-05-08 [paul]       0.7.5claws13
9635
9636         * sync with 0.7.5cvs11
9637                 see ChangeLog entry 2002-05-08
9638
9639 2002-05-08 [paul]       0.7.5claws12
9640
9641         * src/mainwindow.c
9642           src/textview.[ch]
9643                 fix segfault on View->Open in new window
9644                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9645
9646 2002-05-07 [paul]       0.7.5claws11
9647
9648         * sync with 0.7.5cvs9
9649                 see ChangeLog entry 2002-05-07
9650
9651 2002-05-06 [paul]       0.7.5claws10
9652
9653         * src/messageview.c
9654           src/textview.c
9655                 display url in statusbar on single-click
9656                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9657
9658 2002-05-06 [match]      0.7.5claws9
9659
9660         * src/addritem.[ch]
9661                 new functions.
9662         * src/addrcache.c
9663                 tidy up.
9664         * src/xmlprops.[ch]
9665                 XML implementation of properties file.
9666         * src/exporthtml.[ch]
9667         * src/expthtmldlg.[ch]
9668         * src/addressbook.c
9669                 export to HTML.
9670
9671 2002-05-02 [sergey]     0.7.5claws8
9672
9673         * src/mainwindow.c (mainwin_entries),
9674           src/prefs_common.c (prefs_send_create()),
9675           src/codeconv.c (locale_table):
9676                 use charset name "Windows-1251" instead of "CP1251".
9677
9678 2002-05-02 [colin]      0.7.5claws7
9679         
9680         * src/compose.c
9681           src/prefs_common.c
9682           src/prefs_folder_item.c
9683                 Fixed cosmetics bugs due to Outbox renamed to Sent.
9684
9685 2002-05-02 [hiro]       0.7.5claws6
9686
9687         * src/imap.c
9688                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
9689
9690 2002-05-02 [paul]       0.7.5claws5
9691
9692         * src/compose.c
9693                 more sync with 0.7.5cvs7, see ChangeLog entry
9694                 2002-05-02
9695
9696 2002-05-02 [hiro]       0.7.5claws4
9697
9698         * src/compose.c
9699                 compose_queue_sub():
9700                 check if queue folder exists (closes #550397).
9701                 removed directory creation since it should be handled
9702                 transparently.
9703         * src/imap.c
9704                 imap_add_msg(): return UID for appended message
9705                 (closes #548842).
9706
9707 2002-04-30 [paul]       0.7.5claws3
9708
9709         * src/summaryview.c
9710                 fix account_find_from_address() bug
9711
9712 2002-04-28 [colin]      0.7.5claws2
9713
9714         * src/compose.c
9715           src/textview.c
9716           src/prefs_common.[ch]
9717           src/utils.[ch]
9718                 Added user-definable quotation characters recognition.
9719
9720 2002-04-28 [paul]       0.7.5claws1
9721
9722         * sync with 0.7.5cvs4
9723                 see ChangeLog entry  2002-04-25
9724
9725 2002-04-28 [paul]       0.7.5claws
9726
9727         * po/es.po
9728           po/nl.po
9729           po/pt_BR.po
9730                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
9731                 Fabio Junior Beneditto
9732
9733 2002-04-27 [jens]       0.7.4claws103
9734
9735         * po/de.po
9736                 updated German translation.
9737
9738 2002-04-27 [hiro]       0.7.4claws102
9739
9740         * src/summaryview.c
9741                 summary_write_cache(): fixed the mark loss of hidden messages.
9742
9743 2002-04-26 [melvin]     0.7.4claws101
9744
9745         * src/procmsg.c
9746                 fixed a second typo (same one)
9747         * po/fr.po
9748           po/it.po
9749           po/pt_BR.po
9750                 fixed the type again...
9751
9752 2002-04-26 [melvin]     0.7.4claws100
9753
9754         * src/procmsg.c
9755                 fixed a typo in an alert message ("temorary").
9756         * po/it.po
9757         * po/pt_BR.po
9758                 corrected the typo  described above.
9759         * po/fr.po
9760                 updated French translation.
9761
9762 2002-04-26 [darko]      0.7.4claws99
9763
9764         * src/summaryview.c
9765                 fix target folder colorization
9766
9767 2002-04-25 [paul]       0.7.4claws98
9768
9769         * po/it.po
9770                 updated by Alessandro Maestri
9771
9772 2002-04-24 [colin]      0.7.4claws97
9773         
9774         * src/compose.c
9775                 Fixed double "subject is empty" question.
9776
9777 2002-04-23 [colin]      0.7.4claws96
9778         
9779         * src/mimeview.c
9780                 Corrected issue when "automatically display images" was
9781                 not set : first image remained after selecting second.
9782
9783 2002-04-23 [melvin]     0.7.4claws95
9784
9785         * src/prefs_actions.c
9786                 Don't display in/out dialog if there is nothing to show.
9787
9788 2002-04-23 [paul]       0.7.4claws94
9789
9790         * sync with 0.7.5cvs3
9791                 bug fixes: see ChangeLog entry 2002-04-23
9792
9793 2002-04-22 [darko]      0.7.4claws93
9794
9795         * src/compose.c
9796                 fix previous check-in which changed code after
9797                 merge from main
9798
9799 2002-04-22 [paul]       0.7.4claws92
9800
9801         * faq/de/*
9802                 add German FAQ
9803         * faq/en/*
9804           faq/es/*
9805           faq/fr/*
9806                 update English, Spanish and French FAQs
9807         * manual/de/*
9808           manual/es/*
9809                 add German and Spanish manuals
9810         * manual/en/*
9811           manual/fr/*
9812                 update English and French manuals
9813
9814         * src/Makefile.am
9815                 add to and re-arrange the pixmap entries
9816
9817 2002-04-22 [darko]      0.7.4claws91
9818
9819         * src/compose.c
9820                 fix sender initials recognition to only allow
9821                 '>' after the initials
9822
9823 2002-04-21 [paul]       0.7.4claws90
9824
9825         * sync with 0.7.5 release
9826                 see ChangeLog entry 2002-04-21
9827
9828 2002-04-21 [alfons]
9829
9830         * src/Makefile.am
9831                 add colin's new pixmaps to EXTRA_DIST
9832
9833 2002-04-21 [colin]      0.7.4claws89
9834         * src/compose.c
9835         * src/inc.c
9836         * src/mainwindow.[ch]
9837         * src/prefs_common.[ch]
9838         * src/stock_pixmap.[ch]
9839                 Added "Work offline" ability.
9840
9841 2002-04-21 [colin]      0.7.4claws88
9842         
9843         * src/mimeview.c
9844         * src/prefs_common.c
9845         * src/prefs_common.h
9846         * src/textview.c : Added an option to common preferences -> display
9847           to allow user not to automatically display images.
9848
9849 2002-04-21 [paul]       0.7.4claws87
9850
9851         * sync with 0.7.4cvs52
9852                 see ChangeLog entry 2002-04-21 (src/imap.c)
9853
9854 2002-04-21 [paul]       0.7.4claws86
9855
9856         * sync with 0.7.4cvs51
9857                 see ChangeLog entry 2002-04-21
9858
9859 2002-04-21 [paul]       0.7.4claws85
9860
9861         * sync with 0.7.4cvs49
9862                 see ChangeLog entries 2002-04-20 and 2002-04-21
9863
9864         * src/Makefile.am
9865                 clean up: remove old 'stock_' element from xpm 
9866                 filenames.
9867
9868 2002-04-21 [alfons]     0.7.4claws84
9869
9870         apply sync patch from Paul
9871
9872         * src/folderview.c
9873                 use old claws prefs_folder_item_create() for now
9874
9875 2002-04-19 [match]      0.7.4claws83
9876
9877         * src/addressbook.[ch]
9878         * src/addrharvest.[ch]
9879         * src/addrgather.[ch]
9880                 recurse folders.
9881         * src/mainwindow.c
9882         * src/summaryview.[ch]
9883                 change menu option.
9884
9885 2002-04-19 [paul]       0.7.4claws82
9886
9887         * po/pt_BR.po
9888                 updated by Fabio Junior Beneditto
9889
9890 2002-04-14 [alfons]     0.7.4claws81
9891
9892         * src/passphrase.c
9893                 add #include <sys/types.h> for mode_t and off_t 
9894
9895 2002-04-13 [paul]       0.7.4claws80
9896         
9897         * src/main.c
9898           src/passphrase.[ch]
9899           src/pgptext.c
9900           src/prefs_common.[ch]
9901           src/rfc2015.c
9902                 enable storing of GnuPG passphrase for the whole 
9903                 session or a user-defined number of minutes. patch 
9904                 submitted by Ravemax <ravemax@dextrose.com>
9905
9906 2002-04-13 [alfons]     0.7.4claws79
9907
9908         * src/textview.c
9909                 make email parser also stop scanning when encountering separators
9910                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
9911
9912 2002-04-13 [paul]       0.7.4claws78
9913
9914         * sync with 0.7.4cvs39
9915                 see ChangeLog entry 2002-04-12
9916
9917 2002-04-11 [paul]       0.7.4claws77
9918
9919         * sync with 0.7.4cvs37
9920                 see ChangeLog entry 2002-04-11
9921
9922 2002-04-11 [paul]       0.7.4claws76
9923
9924         * COPYING 
9925                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
9926                 the clause for OpenSSL). sync with sylpheed main
9927
9928 2002-04-09 [melvin]     0.7.4claws75
9929
9930         * src/compose.c
9931                 Made 'Ctrl-Enter' on send ignore some modifiers 
9932                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
9933                 to bind other *-Enter (but not Alt-Enter).
9934
9935 2002-04-09 [paul]       0.7.4claws74
9936
9937         * sync with 0.7.4cvs35
9938                 see ChangeLog entries 2002-04-09
9939
9940 2002-04-08 [paul]       0.7.4claws73
9941
9942         * sync with 0.7.4cvs33
9943                 see ChangeLog entry 200-04-08
9944
9945 2002-04-07 [match]      0.7.4claws72
9946
9947         * src/addrharvest.[ch]
9948                 fixed to read all addresses in header, regardless
9949                 of header size. improved name parsing. accommodate
9950                 harvest from folders and selected message.
9951         * src/addritem.[ch]
9952                 included new address parsing function.
9953         * src/addrgather.[ch]
9954         * src/addressbook.[ch]
9955         * src/summaryview.[ch]
9956         * src/mainwindow.c
9957                 allow address harvest of folder as well as selected
9958                 messages.
9959
9960 2002-04-07 [paul]       0.7.4claws71
9961
9962         * src/esmtp.[ch]
9963           src/smtp.c
9964                 don't try to authenticate with CRAM-MD5 in SMTP when 
9965                 SMTP-AUTH enabled if MTA doesn't issue this 
9966                 auth-method in it's ehlo-response. bug item #531364,
9967                 patch item #938910. patch submitted by Colin Leroy 
9968                 <colin@colino.net>
9969
9970 2002-04-07 [paul]       0.7.4claws70
9971
9972         * src/nntp.c
9973                 fix missing MODE_READER bug. patch submitted by
9974                 Colin Leroy <colin@colino.net>
9975
9976 2002-04-07 [alfons]     0.7.4claws69
9977
9978         * src/matcher.[ch]
9979         * src/prefs_filtering.c
9980         * src/summaryview.c
9981                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
9982                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
9983
9984 2002-04-07 [paul]       0.7.4claws68
9985
9986         * sync with 0.7.4cvs32
9987                 see ChangeLog entry 2002-04-06
9988
9989         * tools/filter_conv.pl
9990                 more bug fixes
9991
9992 2002-04-06 [paul]       0.7.4claws67
9993
9994         * tools/filter_conv.pl
9995                 modify to be able to find the name of the first
9996                 mailbox and use that. main's filter does not
9997                 record the full path to the mailbox and therefore
9998                 can only filter to the first mailbox.
9999
10000 2002-04-05 [paul]       0.7.4claws66
10001
10002         * tools/filter_conv.pl
10003                 attempt to make the script all-encompassing and
10004                 be able to convert any main 'filter' rule thrown
10005                 at it
10006
10007 2002-04-05 [paul]       0.7.4claws65
10008
10009         * tools/filter_conv.pl
10010                 allow for collapsed folder trees
10011
10012 2002-04-05 [paul]       0.7.4claws64
10013
10014         * sync with 0.7.4cvs31
10015                 see ChangeLog entries 2002-04-05
10016
10017 2002-04-03 [paul]       0.7.4claws63
10018
10019         * sync with 0.7.4cvs29
10020                 see ChangeLog entries 2002-04-02 and 2002-04-03
10021
10022 2002-04-02 [paul]       0.7.4claws62
10023
10024         * sync with 0.7.4cvs26
10025                 see ChangeLog entry 2002-04-01
10026
10027 2002-04-02 [match]      0.7.4claws61
10028
10029         * src/pine.[ch]
10030         * src/importpine.[ch]
10031         * src/addressbook.c
10032                 import Pine address book.
10033
10034 2002-04-02 [match]      0.7.4claws60
10035
10036         * src/addrharvest.[ch]
10037                 improve address parsing of funky addresses.
10038
10039 2002-04-02 [darko]      0.7.4claws59
10040
10041         * src/compose.c
10042                 wrap on send improvements, it now recognizes quoted
10043                 initials as part of the quotation string, and it
10044                 does not join lines separated by CR
10045
10046 2002-04-01 [match]      0.7.4claws58
10047
10048         * src/mgutils.[ch]
10049                 added new functions.
10050         * src/mutt.[ch]
10051                 remove excessive duplicate address generation
10052                 on import.
10053
10054 2002-04-01 [alfons]     0.7.4claws57
10055         
10056         * src/summaryview.c
10057                 put back g_free() 
10058
10059 2002-04-01 [paul]       0.7.4claws56
10060
10061         * sync with 0.7.4cvs25
10062                 see ChangeLog entry 2002-04-01
10063
10064 2002-04-01 [alfons]     0.7.4aprilfool55
10065
10066         * src/summaryview.c
10067                 honour feature request item #537427 to allow for
10068                 displaying names from address book for sent mail also
10069
10070 2002-03-29 [paul]       0.7.4claws54
10071
10072         * src/mainwindow.c
10073           src/prefs_filtering.[ch]
10074           src/prefs_matcher.c
10075           src/summaryview.c
10076                 add 'fast filter' for claws' filtering,
10077                 /Tools/Create filter rule/... patch submitted
10078                 by Neill Miller <neillm@thecodefactory.org>
10079
10080 2002-03-29 [paul]       0.7.4claws53
10081
10082         * sync with 0.7.4cvs24
10083                 see ChangeLog entry 2002-03-29
10084
10085 2002-03-28 [paul]       0.7.4claws52
10086
10087         * sync with 0.7.4cvs23
10088                 see ChangeLog entry 2002-03-28
10089
10090 2002-03-27 [melvin]     0.7.4claws51
10091
10092         * src/prefs_actions.c
10093                 Added support to pass only one message part (as a
10094                 file) to the command using '%p'. No quotes are needed
10095                 because doubles quotes are automatically added.
10096                 Fixed bug where Sylpheed could block when waiting for
10097                 a child process to finish.
10098                 Changed the help menu to remove quotes around symbols to 
10099                 avoid misinterpretation (they must not be used).
10100
10101 2002-03-27 [melvin]     0.7.4claws50
10102
10103         * src/inc.c
10104                 Made the new mail notification command always 
10105                 execute asynchronously.
10106
10107 2002-03-27 [paul]       0.7.4claws49
10108
10109         * src/compose.c
10110                 fix bug introduced in last commit
10111
10112 2002-03-27 [paul]       0.7.4claws48
10113
10114         * sync with 0.7.4cvs21
10115                 see ChangeLog 2002-03-26 and 2002-03-27
10116
10117 2002-03-26 [hoa]        0.7.4claws47
10118
10119         * src/prefs_folder_item.c
10120                 really fixed the bug #516442 with folder rescan.
10121
10122 2002-03-26 [paul]       0.7.4claws46
10123
10124         * sync with 0.7.4cvs19
10125                 see ChangeLog entries 2002-03-25 and 2002-03-26
10126
10127 2002-03-25 [hoa]        0.7.4claws45
10128
10129         * src/matcher.c
10130         * src/mh.c
10131                 fix the bug #516442 with folder rescan.
10132
10133         * src/prefs_common.[ch]
10134         * src/compose.c
10135                 added an option to enable two different behaviours
10136                 for bounce.
10137
10138
10139 2002-03-25 [paul]       0.7.4claws44
10140
10141         * src/mainwindow.c
10142           src/selective_download.c
10143                 correct a few menuitem labels
10144
10145 2002-03-25 [christoph]  0.7.4claws43
10146
10147         * src/procmsg.c
10148                 fix non deleted tmp message in
10149                 procmsg_save_to_outbox
10150                 fix problems caused by sync with
10151                 main branch's procmsg_send_queue
10152
10153 2002-03-25 [paul]       0.7.4claws42
10154
10155         * src/quote_fmt.c
10156           src/quote_fmt_lex.l
10157           src/quote_fmt_parse.y
10158                 add Last name (%L) placeholder for quoting. 
10159                 patch submitted by Thorsten Thielen 
10160                 <thth@users.sourceforge.net>
10161
10162 2002-03-25 [paul]       0.7.4claws41
10163
10164         * src/utils.c
10165                 get full hostname. patch submitted by
10166                 Bob Woodside <rwoodside1@comcast.net>
10167
10168 2002-03-25 [paul]       0.7.4claws40
10169
10170         * src/account.c
10171           src/news.c
10172           src/nntp.[ch]
10173           src/prefs_account.[ch]
10174                 enable NNTP over SSL. patch submitted by
10175                 Pascal Jermini <pascal@infinity.hn.org>
10176
10177 2002-03-24 [paul]       0.7.4claws39
10178
10179         * src/prefs_common.c
10180                 make the arrangement of the Compose tab more
10181                 coherent
10182
10183         * src/mainwindow.c
10184                 fix some irregularities of style
10185
10186         * po/de.po
10187                 updated by Kilian Krause
10188
10189 2002-03-23 [paul]       0.7.4claws38
10190
10191         * po/pt_BR.po
10192                 updated by Fabio Junior Beneditto
10193
10194 2002-03-23 [paul]       0.7.4claws37
10195
10196         * src/mainwindow.c
10197                 move 'Gather addresses' to 'Tools' menu
10198                 make 'Selective download' sensitive
10199
10200 2002-03-23 [paul]       0.7.4claws36
10201
10202         * sync with 0.7.4cvs16
10203                 see ChangeLog entries 2002-03-23
10204
10205 2002-03-22 [christoph]  0.7.4claws35
10206
10207         * src/quote_fmt_parse.y
10208                 fix include program output
10209
10210 2002-03-22 [alfons]     0.7.4claws34
10211
10212         * src/pop.c
10213                 initialize GDate stack variable correctly (sorry!)
10214
10215 2002-03-22 [paul]       0.7.4claws33
10216
10217         * src/compose.c
10218           src/mainwindow.c
10219           src/prefs_actions.c
10220           src/prefs_common.c
10221                 rename 'Tool' to 'Tools'
10222
10223         * src/mainwindow.c
10224                 move 'Delete duplicated messages' from
10225                 'Message/' to 'Tools/'
10226                 re-arrange the order of 'Tools/' items
10227
10228 2002-03-22 [paul]       0.7.4claws32
10229
10230         * src/addr_compl.c
10231           src/addressbook.[ch]
10232                 auto-address completion now also matches on
10233                 Nickname. patch submitted by Bob Forsman 
10234                 <hammor@users.sourceforge.net>
10235
10236         * src/editaddress.c
10237                 correct a spelling mistake
10238
10239 2002-03-22 [alfons]     0.7.4claws31
10240
10241         * src/pop.c
10242                 fix getting uidl from incorrect string 
10243                 (spotted by Colin)
10244
10245 2002-03-21 [alfons]     0.7.4claws30
10246
10247         * src/pop.c
10248                 more code refactoring
10249                 plug mem leak introduced by delete on server
10250
10251 2002-03-21 [paul]       0.7.4claws29
10252
10253         * sync with 0.7.4cvs11
10254                 see ChangeLog entries 2002-03-20
10255
10256 2002-03-20 [alfons]     0.7.4claws28
10257
10258         * src/inc.c
10259                 apply Colin's patch and refactor
10260
10261 2002-03-20 [paul]       0.7.4claws27
10262
10263         * sync with sylpheed 0.7.4cvs9
10264                 see ChangeLog entry 2002-03-20
10265
10266 2002-03-19 [christoph]  0.7.4claws26
10267
10268         * src/mh.c
10269         * src/procmsg.[ch]
10270         * src/summaryview.c
10271                 revert changes for flag updates
10272                 (does not work correctly and no time to debug)
10273
10274 2002-03-20 [alfons]     0.7.4claws25
10275
10276         * src/pop.c
10277                 refactor should_delete() a little bit 
10278
10279 2002-03-19 [paul]       0.7.4claws24
10280
10281         * src/inc.[ch]
10282           src/pop.c
10283           src/prefs_account.[ch]
10284                 allow the user to leave downloaded mail on the 
10285                 server for n days. Patch submitted by Colin Leroy 
10286                 <colin@colino.net>
10287
10288 2002-02-19 [paul]       0.7.4claws23
10289
10290         * sync with sylpheed 0.7.4cvs8
10291                 see ChangeLog entries 2002-03-19
10292
10293 2002-03-18 [paul]       0.7.4claws22
10294
10295         * sync with sylpheed 0.7.4cvs6
10296                 see ChangeLog entry 2002-03-18
10297
10298 2002-03-18 [paul]       0.7.4claws21
10299
10300         * po/en_GB.po
10301                 add en_GB message catalogue
10302
10303         * src/mbox_folder.c
10304           src/prefs_account.c
10305           src/prefs_actions.c
10306                 correct a few spelling mistakes
10307
10308 2002-03-17 [alfons]     0.7.4claws20
10309
10310         * src/matcher.c
10311                 more stringent checks for NULL params when writing
10312                 filtering actions to a file
10313                 
10314 2002-03-17 [hoa]        0.7.3claws20
10315
10316         * src/news.c
10317                 fixed the count of new messages
10318
10319         * src/compose.c
10320                 fixed the "attachment properties" window
10321
10322 2002-03-17 [paul]       0.7.4claws19
10323
10324         * src/defs.h
10325           src/folder.h
10326           src/news.c
10327           src/prefs_account.[ch]
10328           src/procmsg.[ch]
10329           src/summaryview.c
10330                 automatically mark cross-posted messages as read 
10331                 and (optionally) give them a colour label
10332                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10333                 
10334
10335 2002-03-17 [paul]       0.7.4claws18
10336
10337         * sync with sylpheed 0.7.4cvs5
10338                 see ChangeLog entry 2002-03-17
10339
10340 2002-03-17 [melvin]     0.7.4claws17
10341         
10342         * src/textview.c
10343                 Worked around a gtktext 'bug': when searching for 
10344                 a text in a long message it was scrolling slowly
10345                 line by line until it hit the searched text.
10346         * po/fr.po
10347                 Updated French translation
10348
10349 2002-03-17 [melvin]     0.7.4claws16
10350
10351         * src/mainwindow.c
10352         * src/compose.c
10353         * src/prefs_actions.c
10354                 Moved "Edit/Actions" to "Tool/Actions"
10355                 Made mainwindow/compose window sensitive as soon as
10356                 no child process is running anymore even if the io dialog
10357                 is open.
10358                 Fixed a struct being initialized with a non constant char*
10359
10360 2002-03-16 [christoph]  0.7.4claws15
10361
10362         * configure.in
10363                 add --with-compiler-flags option
10364                 (only for developer hacking)
10365         * src/mh.c
10366         * src/procmsg.[ch]
10367         * src/summaryview.c
10368                 try to make folder-stats and flag handling more
10369                 independent from the summaryview. msgcounts
10370                 are only set when the folder is opened and
10371                 procmsg_msginfo_(un)set_flags will handle it
10372                 later and summaryview will get the values
10373                 from the folder.
10374
10375 2002-03-16 [paul]       0.7.4claws14
10376
10377         * src/messageview.c
10378                 fix Return-receipt. Patch submitted by Bob
10379                 Woodside <rwoodside1@comcast.net>
10380
10381 2002-03-16 [paul]       0.7.4claws13
10382
10383         * src/compose.c
10384                 fix 'dynamic' signatures, make it work again
10385                 broken during sync on 2002-03-14 (0.7.4claws2)
10386
10387 2002-03-15 [match]      0.7.4claws12
10388
10389         * src/addrharvest.[ch]
10390         * src/addrgather.[ch]
10391         * src/addressbook.[ch]
10392         * src/mainwindow.c
10393                 included address harvester feature. still some
10394                 issues with address parsing that I will fix.
10395
10396 2002-03-15 [match]      0.7.4claws11
10397
10398         * src/addrbook.[ch]
10399         * src/addrcache.[ch]
10400         * src/addressbook.[ch]
10401         * src/addrindex.c
10402         * src/editbook.c
10403         * src/importldif.c
10404         * src/importmutt.c
10405         * src/jpilot.[ch]
10406         * src/main.c
10407         * src/syldap.[ch]
10408         * src/vcard.[ch]
10409                 tidy up. fix memory leaks. moved attribs and methods
10410                 from individual interfaces to addrcache object. prep
10411                 for new stuff to come in.
10412
10413 2002-03-15 [alfons]     0.7.4claws10
10414
10415         * src/matcher.[ch]
10416         * src/matcher_parser_parse.y
10417         * src/matcher_parser_lex.l
10418         * src/prefs_matcher.c
10419                 add filtering conditions message greater than, smaller 
10420                 than, and exactly matching a size in bytes
10421                 (does not work with delete from POP3 server yet)
10422
10423                 this should also give others an idea what you should
10424                 do to add new criterions to claws filtering system
10425                 
10426
10427 2002-03-15 [paul]       0.7.4claws9
10428
10429         * tools/filter_conv.pl
10430                 exit if there are no filter rules to convert
10431                 rename filterrc to filterrc.old after completion
10432
10433 2002-03-15 [paul]       0.7.4claws8
10434
10435         * sync with sylpheed 0.7.4cvs3
10436                 see ChangeLog entry 2002-03-14
10437
10438 2002-03-14 [paul]       0.7.4claws7
10439
10440         * src/compose.c
10441                 clean up the last commit (ahem)
10442
10443 2002-03-14 [paul]       0.7.4claws6
10444
10445         * src/compose.c
10446                 fix bug #515655. honour account preferences
10447                 regarding gpg default signing/encryption when 
10448                 changing account from the compose window.
10449
10450 2002-03-14 [paul]       0.7.4claws5
10451
10452         * src/folderview.c
10453                 remove unnecessary curly brackets
10454
10455 2002-03-14 [paul]       0.7.4claws4
10456
10457         * src/folderview.c
10458           src/prefs_filtering.[ch]
10459                 add filter rename on folder rename and filter
10460                 delete on folder delete. Patch submitted by
10461                 Neill Miller <neillm@thecodefactory.org> 
10462
10463 2002-03-14 [christoph]  0.7.4claws3
10464
10465         * src/procmsg.c
10466         * src/send.c
10467                 fix local delivery
10468                 (patch submitted by "Simon 'corecode' Schubert")
10469         * src/prefs_common.c
10470         * src/procmsg.c
10471                 fix gcc 3.0 warning
10472
10473 2002-03-14 [paul]       0.7.4claws2
10474
10475         * sync with sylpheed 0.7.4cvs2
10476                 see ChangeLog entry 2002-03-13
10477
10478 2002-03-12 [darko]      0.7.4claws1
10479
10480         * src/mainwindow.c
10481                 fix what seems to be a copy and paste error
10482                 when setting color for important messages
10483                 (reported by wwp)
10484
10485 2002-03-11 [paul]       version 0.7.4claws released
10486
10487 2002-03-11 [paul]       0.7.4claws
10488
10489         * po/es.po
10490           po/it.po
10491           po/nl.po
10492           po/pt_BR.po
10493                 update message catalogs. Submitted by Ricardo Mones 
10494                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
10495                 Fabio Junior Beneditto
10496
10497         * configure.in
10498           faq/Makefile.am
10499           faq/it/Makefile
10500           faq/it/sylpheed-faq*
10501           src/mainwindow.c
10502           src/manual.[ch]
10503                 add FAQ in Italian
10504         
10505
10506 2002-03-11 [jens]       0.7.3claws7
10507
10508         * po/de.po
10509                 updated German translation
10510
10511 2002-03-11 [melvin]     0.7.3claws6
10512
10513         * po/fr.po
10514                 updated and corrected French translation
10515
10516 2002-03-10 [hoa]        0.7.3claws5
10517
10518         * src/account.c
10519         * src/inc.c
10520         * src/prefs_account.c
10521         * src/procmsg.c
10522         * src/send.[ch]
10523                 fixed the local account.
10524                 you have to change the default "/usr/sbin/sendmail"
10525                 to "/usr/sbin/sendmail -t" in the preferences of
10526                 the local account.
10527
10528         * src/procmime.c
10529                 removed some debug display for renderer
10530
10531 2002-03-10 [paul]       0.7.3claws4
10532
10533         * faq/en/sylpheed-faq-1.html
10534           faq/en/sylpheed-faq-2.html
10535                 update
10536
10537 2002-03-09 [paul]       0.7.3claws3
10538
10539         * sync with sylpheed 0.7.4
10540                 see ChangeLog entry 2002-03-09
10541
10542 2002-03-08 [paul]       0.7.3claws2
10543
10544         * faq/en/sylpheed-faq*
10545           faq/es/sylpheed-faq*
10546           faq/fr/sylpheed-faq*
10547                 update the FAQs
10548
10549         * manual/fr/.cvsignore
10550           manual/fr/Makefilea.am
10551           manual/fr/sylpheed*
10552           src/mainwindow.c
10553           src/manual.[ch]
10554                 add the French manual
10555
10556 2002-03-07 [paul]       0.7.3claws1
10557
10558         * sync with sylpheed 0.7.3cvs4
10559                 see ChangeLog entries  2002-03-06 and 2002-03-07
10560         
10561         * po/nl.po
10562                 updated by Wilbert Berendsen
10563
10564 2002-03-07 [melvin]     0.7.2claws34
10565
10566         * src/selective_download.c
10567                 Changed the pixmap of the receive button to MAIL_RECEIVE.
10568
10569 2002-03-06 [paul]       0.7.2claws33
10570
10571         * sync with sylpheed 0.7.3cvs1
10572                 bug fix, see ChangeLog entry 2002-03-05
10573
10574 2002-03-05 [paul]       0.7.2claws32
10575
10576         * src/mimeview.c
10577           src/pgptext.[ch]
10578           src/procmsg.c
10579                 reverse the pgp ascii-armored code implemented in 
10580                 0.7.2claws16. removal of this code until it matures.
10581                 this means that verifying ascii-armored pgp sigs and
10582                 automatic decryption of ascii-armored encrypted
10583                 messages no longer works.
10584
10585 2002-03-05 [paul]       0.7.2claws31
10586
10587         * configure.in
10588           Makefile.am
10589         * faq/Makefile.am
10590         * faq/en/Makefile.am
10591           faq/en/sylpheed-faq.html
10592           faq/en/sylpheed-faq-1.html
10593           faq/en/sylpheed-faq-2.html
10594           faq/en/sylpheed-faq-3.html
10595         * faq/es/Makefile.am
10596           faq/es/sylpheed-faq.html
10597           faq/es/sylpheed-faq-1.html
10598           faq/es/sylpheed-faq-2.html
10599           faq/es/sylpheed-faq-3.html
10600           faq/es/sylpheed-faq-4.html
10601         * faq/fr/Makefile.am
10602           faq/fr/sylpheed-faq.html
10603           faq/fr/sylpheed-faq-1.html
10604           faq/fr/sylpheed-faq-2.html
10605           faq/fr/sylpheed-faq-3.html
10606         * src/Makefile.am
10607           src/defs.h
10608           src/mainwindow.c
10609           src/manual.[ch]
10610                 add FAQs in English, Spanish and French
10611
10612
10613 2002-03-05 [paul]       0.7.2claws30
10614
10615         * manual/en/sylpheed.html
10616           manual/en/sylpheed-XX.html
10617                 updated the English manual
10618
10619 2002-03-05 [hoa]        
10620
10621         * src/summaryview.c
10622                 dialog box pops up if the article can't be deleted.
10623
10624 2002-03-04 [paul]       
10625         
10626         * po/pt_BR.po
10627                 updated by Fabio Junior Benedito
10628
10629 2002-03-04 [hoa]
10630
10631         * removed ac/gpgme.m4
10632                 to avoid autogen common problem
10633                 developers have to install gpgme development package now
10634
10635         * src/compose.c
10636                 encoding to 7bit or 8bit is enabled.
10637
10638 2002-03-03 [alfons]     0.7.2claws29
10639
10640         * src/pop.c
10641                 merge fix by Oliver Haertel for selective
10642                 download buglet
10643
10644 2002-03-03 [paul]       0.7.2claws28
10645         
10646         * sync with sylpheed 0.7.3
10647
10648 2002-03-03 [paul]       0.7.2claws27
10649
10650         * sync with sylpheed 0.7.2cvs24
10651                 see ChangeLog entries 2002-03-02 and 2002-03-03
10652
10653 2002-03-02 [melvin]     0.7.2claws26
10654
10655         * src/inc.[ch]
10656         * src/main.c
10657         * src/mainwindow.c
10658         * src/prefs_common.[ch]
10659                 Added user definable notification on new mail arrival.
10660                 Removed unused variables in spell checker prefs code.
10661
10662 2002-03-02 [melvin]     0.7.2claws25
10663
10664         * src/quote_fmt.c
10665                 Removed unnecessary escape sequences.
10666                 Changed 'Initial...' to 'Initials of Sender'
10667
10668 2002-03-02 [paul]       0.7.2claws24
10669
10670         * sync with sylpheed 0.7.2cvs22
10671                 see ChangeLog entry 2002-03-01
10672
10673 2002-03-01 [hoa]        0.7.2claws23
10674
10675         * src/mainwindow.c
10676                 Set sensitivity of delete actions to active
10677                 even if the folder is a newsgroup.
10678
10679         * src/summaryview.c
10680                 - Set sensitivity of delete actions
10681                 - Added function check_permission() that will check if the
10682                   user is authorized to delete a message. For news, it
10683                   will check if the author is the same.
10684                 - Enabled deletion when there is no trash folder.
10685
10686         * src/news.[ch]
10687                 - Added news_cancel_article() to cancel articles
10688                 - Implemented news_remove_message() (public function)
10689
10690 2002-03-01 [paul]       0.7.2claws22
10691
10692         * src/gtkutils.c
10693           src/textview.c
10694                 recognise urls that that don't include 'http://' and
10695                 simply begin 'www.' 
10696
10697         * AUTHORS
10698                 remove duplicated name
10699
10700 2002-02-28 [paul]       0.7.2claws21
10701
10702         * src/mainwindow.c
10703           src/summaryview.[ch]
10704                 add ability to 'Select thread'
10705                 combines Melvin's "Select thread's head" patch (#510907)
10706                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
10707                 patch (#518514) 
10708
10709 2002-02-28 [paul]       0.7.2claws20
10710
10711         * src/mimeview.c
10712                 hopefully fix segfault on right-clicking a mime part
10713                 that some people have experienced.      
10714                 fix submitted by Fredrik Olofsson <frol@linux.nu>
10715
10716 2002-02-28 [paul]       0.7.2claws19
10717
10718         * sync with sylpheed 0.7.2cvs21
10719                 see ChangeLog entries 2002-02-27 and 2002-02-28
10720
10721 2002-02-27 [paul]       0.7.2claws18
10722
10723         * sync with sylpheed 0.7.2cvs18
10724                 see ChangeLog entries 2002-02-26 and 2002-02-27
10725
10726 2002-02-26 [alfons]     0.7.2claws17
10727
10728         * src/procheader.c
10729                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
10730                 (spotted by Chris Hessman <idatech@gmx.net>)
10731
10732 2002-02-26 [paul]       0.7.2claws16
10733
10734         * src/mimeview.c
10735           src/pgptext.[ch]
10736           src/procmsg.c
10737                 make decryption of ascii-armored pgp encrypted messages
10738                 and verification of ascii-armored signatures work again.
10739                 slightly altered from the patch by Jens Jahnke 
10740                 <jan0sch@gmx.net>
10741
10742                 ##FIX ME##
10743                 * the checking of plaintext signatures always comes up in 
10744                   a popup box
10745                 * it doesn't work for multipart messages 
10746                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
10747                   including the msg headers and these 2 line themselves, are 
10748                   not displayed
10749
10750         * src/mainwindow.c
10751                 "View/Folder Tree" becomes "View/Separate Folder Tree"
10752                 "View/Message View" becomes "View/Separate Message View"
10753                 because its less ambiguous.
10754
10755         * po/es.po
10756                 updated by Ricardo Mones Lastra
10757
10758 2002-02-26 [paul]       0.7.2claws15
10759
10760         * sync with sylpheed 0.7.2cvs17
10761                 see ChangeLog entries 2002-02-25 and 2002-02-26
10762
10763 2002-02-25 [christoph]  0.7.2claws14
10764
10765         * src/filtering.[ch]
10766         * src/inc.c
10767                 do filtering stuff after all messages have been received
10768                   1. drop all messages to .processing
10769                   2. scan processing folder for messages
10770                   3. filter messages or move to inbox
10771                 this will also find old messages left in processing after
10772                 a crash or something like that and we get a real msginfo
10773                 from folder->get_msg_list and do not have to create our
10774                 own in filter_message
10775         * src/matcher_parser_parse.y
10776                 remove MIX/MAX warning (reordered includes)
10777
10778 2002-02-25 [paul]       0.7.2claws13
10779
10780         * sync with sylpheed 0.7.2cvs15
10781                 see ChangeLog entry 2002-02-24
10782
10783 2002-02-24 [alfons]     0.7.2claws12
10784
10785         * src/filtering.c
10786                 clear old color flags first when applying a new color to
10787                 a message info. 
10788                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
10789
10790 2002-02-24 [alfons]     0.7.2.claws11
10791         
10792         * AUTHORS
10793         * src/prefs_common.c
10794                 add presets for Opera and Konqueror, closes patch #517261,
10795                 submitted by Ville Skyttä <scop@users.sourceforge.net>
10796
10797 2002-02-24 [alfons]     0.7.2.claws10
10798
10799         * AUTHORS
10800         * src/summaryview.c
10801                 fix threading for null message ids, closes patch #521601,
10802                 submitted by Bob Forsman <hammor@users.sourceforge.net>
10803
10804 2002-02-24 [alfons]     0.7.2claws9
10805
10806         * src/summaryview.c
10807         * src/filtering.c
10808                 make Tool | Filter Message work with filtering system so
10809                 setting flags also works
10810
10811                 TODO:
10812
10813                 - Processing uses the same function as Tool | Filter
10814                   Message, but doesn't use the same update proc yet
10815
10816 2002-02-23 [paul]       0.7.2claws8
10817
10818         * sync with sylpheed 0.7.2cvs14
10819                 see ChangeLog entries 2002-02-22 and 2002-02-23
10820
10821 2002-02-22 [christoph]  0.7.2claws7
10822
10823         * src/quote_fmt.c
10824                 Add column space to table
10825         * src/quote_fmt_parse.y
10826                 Close files
10827
10828 2002-02-22 [paul]       0.7.2claws6
10829
10830         * src/Makefile.am
10831           src/defs.h
10832           src/filtering.c
10833           src/inc.[ch]
10834           src/mainwindow.c
10835           src/matcher.[ch]
10836           src/matcher_parser_lex.l
10837           src/matcher_parser_parse.y
10838           src/pop.[ch]
10839           src/prefs_account.h
10840           src/prefs_filtering.c
10841           src/selective_download.[ch]   *** NEW FILES ***
10842           src/utils.[ch]
10843           po/POTFILES.in
10844                 Selective Download added to 'Tool' menu. 
10845                 Retrieves email headers of the currently selected pop3 
10846                 account and allows the user to mark emails for deletion 
10847                 right on the pop3 server. Patch submitted by Oliver Haertel 
10848                 <oha@users.sourceforge.net>.
10849         
10850         * po/POTFILES.in
10851                 add 'src/quote_fmt.c'           
10852
10853 2002-02-22 [christoph]  0.7.2claws5
10854
10855         * src/Makefile.am
10856                 added quote_fmt.c
10857         * src/prefs_common.[ch]
10858         * src/prefs_template.c
10859         * src/quote_fmt.c               *** NEW FILE ***
10860         * src/quote_fmt.h
10861                 move quote format symbol description code
10862                 to it's own file because it is used from
10863                 differnent code parts
10864                 Rewrote symbol description GUI
10865                   + use table
10866                   + add separators
10867                   + get data from array (no more long constant strings)
10868         * src/quote_fmt_lex.l
10869         * src/quote_fmt_parse.y
10870                 Symbol for Literal % changed to \% instead of %%
10871                 (More logical as \ is used for quoting for other symbols)
10872                 Add |f and |p to include files and program output
10873                 Examples:
10874                     |f{/home/.../.signature}
10875                     |p{date}
10876         * po/de.po
10877                 Correct wrong spelling for "Referenzen"
10878
10879 2002-02-21 [paul]       0.7.2claws4
10880
10881         * src/procmsg.c
10882                 forgotten during sync
10883
10884 2002-02-21 [paul]       0.7.2claws3
10885
10886         * sync with sylpheed 0.7.2cvs11
10887                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
10888                 2002-02-20 and 2002-02-21
10889
10890 2002-02-20 [melvin]     0.7.2claws2
10891
10892         * src/prefs_actions.c
10893                 Added error report when child cannot fork or when execvp 
10894                 returns with an error.
10895
10896 2002-02-19 [christoph]  0.7.2claws1
10897
10898         * src/codeconv.c
10899                 return unconverted text if conde conversion is not possible
10900                 when libjconv is used.
10901                 (patch submitted by "Simon 'corecode' Schubert")
10902
10903 2002-02-19 [paul]       
10904
10905         * version 0.7.2claws release
10906
10907 2002-02-19 [paul]       0.7.2claws
10908
10909         * po/nl.po
10910                 updated by Wilbert Berendsen
10911
10912
10913 2002-02-18 [alfons]     0.7.1claws13
10914
10915         * src/syldap.c
10916         * src/jpilot.c
10917                 remove references to dlfcn and explicitly loading functions
10918                 from dynalink libs, because libs linked anyway, and functions
10919                 are loaded explicitly
10920
10921 2002-02-17 [melvin]     0.7.1claws12
10922
10923         * src/prefs_actions.c
10924                 Replaced children wait loop with double fork technique.
10925                 Now, input/output window updated at each new output.
10926                 free_children(): Fixed a memory leak.
10927                 Made input/output window non closable if running children
10928                 still exist.
10929                 Added missing <unistd.h> include.
10930                 Added some --debug outputs.
10931
10932 2002-02-17 [melvin]     0.7.1claws11
10933
10934         * src/summaryview.c
10935                 Fixed bug where descending sort order did not select top
10936                 message.
10937
10938 2002-02-17 [melvin]     0.7.1claws10
10939
10940         * acconfig.h
10941                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10942         * src/prefs_common.c
10943                 Pspell data package directory no more hard coded but
10944                 set during configuration (PSPELL_PATH). (Thanks to 
10945                                 Gustavo Noronha Silva.)
10946
10947 2002-02-17 [melvin]     0.7.1claws9
10948
10949         * configure.in
10950                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10951         * src/gtkspell.c
10952                 Fixed compile-time warnings.
10953
10954 2002-02-16 [alfons]     0.7.1claws8
10955
10956         * src/filesel.c
10957                 fix inadvertent free of NULL pointer which caused
10958                 sylpheed to crash when closing the save-as dialog
10959                 using the window close button
10960
10961 2002-02-16 [carsten]    0.7.1claws7
10962         * src/mainwindow.[ch]
10963           src/summaryview.c
10964           src/prefs_common.c
10965                 fixes for pixmap theming code:
10966                         - recently changed mail attributes shouldn't get
10967                           lost any longer
10968                         - theme is only reloaded iff another theme was
10969                           selected
10970
10971 2002-02-16 [paul]       0.7.1claws6
10972
10973         * sync with sylpheed 0.7.2 release
10974                 see ChangeLog entry 2002-02-15 and 2002-02-16
10975
10976 2002-02-15 [paul]       0.7.1claws5
10977
10978         * sync with sylpheed 0.7.1cvs9
10979                 see ChangeLog entry 2002-02-15
10980
10981         * po/POTFILES.in
10982                 remove unneeded headerwindow.c entry
10983
10984 2002-02-14 [carsten]    0.7.1claws4
10985         * src/summaryview.c
10986                 fixed a bug for "Go to next unread message": there was
10987                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
10988                 in the prefs, because of doing "Search again" instead
10989                 "No"
10990
10991 2002-02-14 [carsten]    0.7.1claws3
10992         * src/stock_pixmap.c
10993                 removed 2 more mem leaks; following memprof,
10994                 this code is "leak free" now :)
10995
10996 2002-02-14 [carsten]    0.7.1claws2
10997         * src/stock_pixmap.c
10998                 used opendir/readdir/closedir instead of scandir
10999                 -> code should work now on Solaris
11000
11001 2002-02-14 [paul]       0.7.1claws1
11002
11003         * sync with sylpheed 0.7.1cvs8
11004                 see ChangeLog entries 2002-02-13 and 2002-02-14
11005
11006         * README.claws
11007                 add some description of Actions and Pixmap Themes
11008
11009 2002-02-13 [paul]       
11010
11011         * version 0.7.1claws release
11012
11013 2002-02-13 [paul]       0.7.1claws
11014
11015         * po/es.po
11016           po/it.po
11017           po/pt_BR.po
11018                 updated translations, submitted by Ricardo Mones Lastra,
11019                 Alessandro Maestri and Fabio Junior Beneditto
11020
11021 2002-02-13 [melvin]     0.7.0claws75
11022
11023         * src/prefs_actions.c
11024                 Added missing "signal.h" include
11025
11026 2002-02-13 [melvin]     0.7.0claws74
11027
11028         * src/prefs_folder_item.c
11029                 Added missing "config.h" include
11030         * po/fr.po
11031                 Updated French translation for folder propriety.
11032
11033 2002-02-13 [jens]       0.7.0claws73
11034
11035         * po/POTFILES.in
11036                 Added missing src/prefs_folder_item.c [log added by melvin]
11037         * po/de.po
11038                 Updated German translation.
11039
11040 2002-02-13 [melvin]     0.7.0claws72
11041
11042         * po/fr.po
11043                 Updated French translation.
11044
11045 2002-02-13 [melvin]     0.7.0claws71
11046
11047         * src/gtkutils.c
11048                 Made gtkut_editable_get_selection return NULL if selection
11049                 is of length zero.
11050                 This fixes a bug where selecting part of message A then
11051                 switching to message B and replying to it will not
11052                 quote the message's body.
11053
11054 2002-02-12 [paul]       0.7.0claws70
11055
11056         * src/mainwindow.c
11057                 cosmetic, relating to pixmap themes: on toolbar make 
11058                 updating of 'Exec' and 'Compose news/Compose email'
11059                 icons faster.
11060
11061 2002-02-12 [carsten]    0.7.0claws69
11062         * src/folderview.c
11063           src/mainwindow.[ch]
11064           src/stock_pixmap.c
11065           src/summaryview.c
11066           src/prefs_common.c
11067                 - refreshing after changing pixmap theme better
11068                   now (thanks Paul)
11069                 - wanted to remove some mem leaks, but alfons was
11070                   faster (and had the better solution ;)
11071
11072 2002-02-12 [alfons]     0.7.0claws68
11073
11074         * src/prefs_common.c
11075         * src/stock_pixmap.[ch]
11076                 plug mem leaks, refactor code a little bit
11077
11078
11079 2002-02-12 [sergey]     0.7.0claws67
11080
11081         * src/imap.c
11082                 Fixed problem with copying messages to IMAP folders when the
11083                 server uses something other than '/' as a namespace separator
11084                 (cyrus-imapd uses '.').
11085
11086 2002-02-12 [jens]       0.7.0claws66
11087
11088         * po/de.po
11089                 Updated German Translation
11090
11091 2002-02-12 [paul]       0.7.0claws65
11092
11093         * sync with sylpheed 0.7.1cvs1
11094                 see ChangeLog entry 2002-02-12
11095
11096 2002-02-12 [melvin]     0.7.0claws64
11097
11098         * src/prefs_actions.c
11099                 Fixed "feature" where children's output was duplicated 
11100                 instead of refreshed while monitoring.
11101                 Removed some debug code.
11102
11103 2002-02-12 [christoph]  0.7.0claws63
11104
11105         * src/compose.c
11106                 always delete message from queue after sending/send error
11107                 (closes bug #509601)
11108
11109 2002-02-12 [melvin]     0.7.0claws62
11110
11111         * src/prefs_actions.c
11112                 Children wait loop is now triggered with a timeout of 1s
11113                 Added %F which is replaced with the list of filenames 
11114                 of all selected messages (as suggested by Ricardo Mones Lestra)
11115                 Pipe syntax changed. Prefix with | to send selection, postfix
11116                 with | to retrieve output. Prefix with > or * to send
11117                 user definable input to the command (*: input is hidden)
11118                 Old pipe action should now be postfixed with |, too.
11119
11120 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11121         * src/stock_pixmap.c
11122                 fixed a bug: if there's no theme directory don't
11123                 throw an error, just do "nothing" (thanks Alfons)
11124
11125 2002-02-12 [carsten]    0.7.0claws60
11126         * src/folderview.c
11127           src/summaryview.c
11128                 had to write the cache twice (nasty!); some marks would 
11129                 get lost if not
11130
11131 2002-02-11 [carsten]    0.7.0claws59
11132         * acconfig.h
11133           configure.in
11134           doc-src/maintainer_guide.txt
11135           src/compose.[ch]
11136           src/defs.h
11137           src/folderview.[ch]
11138           src/gtkutils.[ch]
11139           src/mainwindow.[ch]
11140           src/prefs_common.[ch]
11141           src/stock_pixmap.[ch]
11142           src/summaryview.[ch]
11143                 pixmap theming and related work on pixmap
11144                 handling on some other places
11145                 (e.g. hrm features for all folder)
11146           src/pixmap/stock_*.xpm -> the stock_ was removed
11147         
11148 2002-02-11 [paul]       0.7.0claws58
11149
11150         * sync with sylpheed 0.7.1 release
11151                 see ChangeLog entries 2002-02-11
11152
11153 2002-02-08 [paul]       0.7.0claws57
11154
11155         * sync with sylpheed 0.7.0cvs39
11156                 see ChangeLog entry 2002-02-07 (last entry) 
11157
11158         * src/prefs_actions.c
11159           src/prefs_filtering.c
11160           src/prefs_matcher.c
11161           src/prefs_scoring.c
11162                 sync: made it compile with C compilers other than gcc
11163
11164 2002-02-07 [paul]       0.7.0claws56
11165
11166         * sync with sylpheed 0.7.0cvs38
11167                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11168                 2002-02-07
11169
11170 2002-02-07 [darko]      0.7.0claws55
11171
11172         * src/gtkutils.[ch]
11173         * src/summaryview.c
11174                 Fix const gchar */gchar * issue (thanks Hiro)
11175
11176 2002-02-07 [darko]      0.7.0claws54
11177
11178         * src/compose.[ch]
11179         * src/filtering.c
11180         * src/gtkutils.[ch]
11181         * src/prefs_template.c
11182         * src/quote_fmt.h
11183         * src/quote_fmt_parse.y
11184         * src/summaryview.c
11185         * src/utils.[ch]
11186                 When replying or forwarding an email don't quote the entire
11187                 mail body but use the part of the message text that is selected
11188
11189 2002-02-06 [melvin]     0.7.0claws53
11190
11191         * src/prefs_common.[ch]
11192         * src/gtkspell.[ch]
11193         * src/compose.c
11194                 Made possible to switch quickly to last used dictionary
11195                 which makes checking bilingual documents easier.
11196
11197 2002-02-06 [melvin]     0.7.0claws52
11198         
11199         * po/POTFILES.in
11200                 Added forgotten new file src/prefs_actions.c
11201
11202 2002-02-06 [melvin]     0.7.0claws51
11203
11204         * src/prefs_actions.c   ** NEW FILE **
11205         * src/prefs_actions.h   ** NEW FILE **
11206                 Added actions to execute on message text view, or on the
11207                         message's file.
11208         * src/Makefile.am
11209                 Added src/prefs_actions.[ch]
11210         * src/compose.c
11211                 Added new menu "Edit/Actions"
11212         * src/defs.h
11213                 Added new actionsrc file.
11214         * src/main.c
11215                 Added actionsrc reading.
11216         * src/mainwindow.c
11217                 Added new menus "Edit/Actions" and "Configuration/Actions..."
11218         * src/prefs_common.h
11219                 Added new element actionslst element to prefs_common.
11220
11221 2002-02-06 [paul]       0.7.0claws50
11222
11223         * sync with sylpheed 0.7.0cvs36
11224                 see ChangeLog entry 2002-02-06
11225
11226 2002-02-05 [paul]
11227
11228         * po/es.po
11229                 updated by Ricardo Mones Lastra
11230
11231 2002-02-05 [paul]       0.7.0claws49
11232
11233         * sync with sylpheed 0.7.0cvs33
11234                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
11235
11236 2002-02-05 [paul]       0.7.0claws48
11237
11238         * src/compose.c
11239                 re-add 'Edit/Advanced/Delete entire line', previously named
11240                 'Delete Line+'
11241
11242 2002-02-04 [paul]       0.7.0claws47
11243
11244         * src/compose.c
11245           src/summaryview.c
11246                 fix bug #494993 (Reply All not taking Reply-To into consi)
11247                 eliminate differences in behaviour of right-click 'Reply to all' 
11248                 in summary view and 'Reply to all' on the toolbar. 
11249                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
11250                 view and From gets ignored by 'Reply to all' on toolbar.
11251                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
11252                 From when no Reply-To header is present.
11253
11254 2002-02-04 [paul]       0.7.0claws46
11255
11256         * sync with sylpheed 0.7.0cvs30
11257                 see ChangeLog entries 2002-02-03 and 2002-02-04
11258
11259 2002-02-03 [melvin]     0.7.0claws45
11260
11261         * src/gtkspell.[ch]
11262                 Readded function to highlight all misspelled words.
11263                 Fixed bug where user-provided-words did not replace
11264                         correctly the misspelled word when using the mouse.
11265                 Fixed bug where checking a region selected from right to left did
11266                         not check the region at all.
11267                 Fixed bug where 'Check backwards' may not check at all. 
11268                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
11269                 Fixed possible buffer overflow when checking for long strings (>1k).
11270                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
11271                 Accelerators code uses now gtk_widget_add_accel.
11272                 Removed and disabled obsolete and unfinished code.
11273                 Cleaning up.
11274
11275         * src/compose.c
11276                 Added menu item to Highlight all misspelled words.
11277
11278 2002-02-01 [paul]       0.7.0claws44
11279
11280         * src/mainwindow.c
11281                 fix '/View/Hide read messages' sensitivity when all
11282                 messages in a folder are hidden
11283
11284 2002-02-01 [paul]       0.7.0claws43
11285
11286         * src/main.c
11287                 add --send option to command line interface, sends all
11288                 queued mail. Patch submitted by Ricardo Mones Lastra.
11289
11290 2002-01-31 [paul]       0.7.0claws42
11291
11292         * src/mainwindow.c
11293                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
11294
11295 2002-01-31 [paul]       0.7.0claws41
11296
11297         * sync with sylpheed 0.7.0cvs27
11298                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
11299                 and 2002-01-31
11300
11301         * src/textview.c
11302                 comment out elements of textview_show_part() as temporary
11303                 workaround for attachment 'Display as text' bug 
11304
11305         * po/pt_BR.po
11306                 updated by Fabio Junior Beneditto
11307
11308 2002-01-30 [paul]       0.7.0claws40
11309
11310         * sync with sylpheed 0.7.0cvs24
11311                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
11312                 and 2002-01-30
11313
11314         * src/compose.c
11315                 add {N_("/_Spelling"), ... "<Branch>"} to 
11316                 GtkItemFactoryEntry compose_entries[]
11317
11318         * src/prefs_common.c
11319                 add claws menu items to prefs_keybind_apply_clicked()
11320                 and remove non-claws menu items
11321
11322 2002-01-29 [paul]       0.7.0claws39
11323
11324         * sync with sylpheed 0.7.0cvs22
11325                 see ChangeLog entries 2002-01-28 and 2002-01-29
11326
11327 2002-01-28 [melvin]     0.7.0claws38
11328
11329         * src/compose.c
11330                 Added the declartion of compose_send_control_enter.
11331
11332         * src/compose.c
11333         * src/gtkspell.[ch]
11334                 Added in a 'Spelling' menu which includes the configuration menu. 
11335                 Added a real 'Check all' and got rid from the old one which only
11336                 highlited misspelled word.
11337                 Made 'Check while typing' a disableable option.
11338                 Added a dialog when there are no more misspelled word.
11339                 Added a dialog if error occurs when switching to a dictionary.
11340         
11341         * src/prefs_common.[ch]
11342                 Added option for the default 'Check while typing' option.
11343
11344
11345 2002-01-28 [alfons]     0.7.0claws37
11346
11347         * src/compose.c
11348                 fix buglet and make code comply with sylpheed code style
11349
11350 2002-01-28 [paul]       0.7.0claws36
11351
11352         * sync with sylpheed 0.7.0cvs19
11353                 see ChangeLog entries for 2002-01-28
11354
11355 2002-01-28 [hoa]        0.7.0claws35
11356
11357         * src/defs.h
11358                 added rendererrc
11359
11360         * src/main.c
11361                 read the renderer config
11362
11363         * src/procmime.[ch]
11364                 use the renderer config to convert mime attachments
11365
11366         * src/textview.c
11367                 don't use textview_show_html/ertf,
11368                 use get_text_content instead
11369
11370 2002-01-27 [alfons]     0.7.0claws34
11371         
11372         * src/news.c
11373                 make sylpheed believe it can delete a news message...
11374                 (messages are NOT deleted, maybe we should remove
11375                 processing from the folder properties after all.)
11376
11377 2002-01-27 [alfons]     0.7.0claws33
11378
11379         * src/folder.c
11380                 add extra checks
11381         * src/news.c
11382                 implement remove_msg() 
11383
11384 2002-01-27 [alfons]     0.7.0claws32
11385
11386         * src/procmsg.h
11387         * src/procheader.c
11388         * src/messageview.c
11389                 fix return receipt / disposition notification again. this
11390                 stuff seems to break on _every_ major summary UI change, so
11391                 it's now implemented using a flag which is saved in the
11392                 marks cache
11393                 
11394 2002-01-26 [alfons]     0.7.0claws31
11395
11396         * src/import.c
11397                 let import dialog show the destination folder identifier
11398
11399 2002-01-26 [melvin]     0.7.0claws30
11400
11401         * src/folderview.c
11402         * src/summaryview.c
11403                 Readded 'Mark all read' into summary view popup menu
11404                 Added 'Mark all read' in folder view popup menu for IMAP
11405                 and NNTP.
11406                 Made it insensitive if the selected folder is not the shown
11407                 one to avoid 'Mark all read' on the wrong folder.
11408                 
11409 2002-01-26 [paul]       0.7.0claws29
11410
11411         * src/folderview.c
11412           src/summaryview.c
11413                 move 'Mark all read' from summary view to folder view
11414                 menu. (adapted from) patch submitted by Jeremy Andrews,
11415                 <lists@kerneltrap.com>
11416
11417 2002-01-25 [alfons]     0.7.0claws28
11418
11419         * src/gtkstext.c
11420                 put the gtk class name back so GtkSText adapts the 
11421                 settings of GtkText
11422
11423 2002-01-25 [alfons]     0.7.0claws27
11424
11425         * src/folderview.c 
11426                 assimilate Ricardo's patch that shows pixmaps instead of
11427                 plain "new" and "unread" texts in the folder view column
11428                 headers 
11429
11430 2002-01-25 [paul]       0.7.0claws26
11431
11432         * src/Makefile.am
11433                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
11434                 be found in non-standard locations. 
11435                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
11436
11437 2002-01-25 [paul]       0.7.0claws25
11438
11439         * sync with sylpheed 0.7.0cvs16
11440                 see ChangeLog entry 2002-01-25
11441
11442 2002-01-24 [paul]       0.7.0claws24
11443
11444         * more sync with sylpheed 0.7.0cvs15
11445                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
11446
11447 2002-01-23 [sergey]     0.7.0claws23
11448
11449         * src/importldif.c
11450                 Fixed segfault when closing LDIF import wizard with
11451                 the window manager.
11452         * src/imageview.c
11453         * src/imageview.h
11454         * src/messageview.c
11455         * src/mimeview.c
11456                 Fixed wrong scrolling position after switching between
11457                 text and image parts.
11458
11459 2002-01-23 [paul]       0.7.0claws22
11460
11461         * sync with sylpheed 0.7.0cvs15
11462                 see ChangeLog entries 2002-01-22 and 2002-01-23
11463
11464 2002-01-21 [melvin]     0.7.0claws21
11465
11466         * src/prefs_scoring.c
11467         * src/prefs_filtering.c
11468                 Fixed bug where scoring and filtering windows stopped
11469                 autochecking.
11470
11471 2002-01-21 [paul]       0.7.0claws20
11472
11473         * sync with sylpheed 0.7.0cvs12
11474                 see ChangeLog entries 2002-01-20 and 2002-01-21
11475
11476 2002-01-21 [carsten]    0.7.0claws19
11477         * src/mainwindow.c
11478         * src/menu.[ch]
11479         * src/messageview.[ch]
11480         * src/summaryview.[ch]
11481                 changes to shortcuts handling again:
11482                         + "Q" now controled by mainwin
11483                         + v/V are now customizable and have slightly
11484                           different meanings
11485                 the "button" to minimize the messageview (and maximize
11486                 the summary view) is a real button now
11487         * src/compose.c
11488                 "Delete Line+" added to Edit/Advanced (this will also
11489                 delete the '\n')
11490
11491 2002-01-20 [melvin] 0.7.0claws18
11492
11493         * src/addressbook.c
11494                 Made "Bcc" sensitive when addressbook is called from
11495                 compose window (it was a Claws only bug).
11496
11497 2002-01-19 [alfons] 0.7.0claws17
11498
11499         * src/inc.c
11500                 prevent unnecessary updates when currently selected folder has
11501                 no new messages 
11502
11503 2002-01-19 [alfons] 0.7.0claws16
11504         
11505         * src/summaryview.c
11506                 prevent writing the cache based on current message list in summary 
11507                 view when filtering also put messages in currently selected folder
11508
11509 2002-01-19 [paul]
11510
11511         * po/it.po
11512                 Italian translation submitted by Alessandro Maestri
11513                 <a.maestri@cs.tin.it>
11514
11515 2002-01-18 [melvin]     0.7.0claws15
11516
11517         * src/prefs_filters.c
11518                 fixed bug where 'cancel' from 'filters' window stops autochecking
11519                 if the timer timed out  when the window was open.
11520
11521 2002-01-18 [match]      0.7.0claws14
11522
11523         * src/addrclip.[ch]     ** NEW FILE **
11524         * src/addrselect.[ch]   ** NEW FILE **
11525         * src/adbookbase.h      ** NEW FILE **
11526                 addressbook cut, copy and paste
11527         * src/addrbook.[ch]
11528         * src/addrcache.[ch]
11529         * src/addressitem.h
11530         * src/addrindex.[ch]
11531         * src/addritem.[ch]
11532         * src/importldif.c
11533         * src/importmutt.c
11534         * src/jpilot.[ch]
11535         * src/syldap.[ch]
11536         * src/vcard.[ch]
11537         * src/jpilot.[ch]
11538         * src/editbook.c
11539         * src/editjpilot.c
11540         * src/editldap.c
11541         * src/editvcard.c
11542                 support for copy/paste
11543         * src/addressbook.c
11544                 support for copy/paste
11545                 tidy up menu option processing
11546                 correct address list function arguments
11547         * src/editaddress.c
11548                 sort user attributes
11549         * src/ldif.h
11550         * src/mutt.h
11551                 tidy up
11552
11553         * src/addrbook.[ch]
11554         * src/addrbook.[ch]
11555         * src/addrbook.[ch]
11556                 
11557
11558 2002-01-18 [paul]       0.7.0claws13
11559
11560         * sync with sylpheed 0.7.0cvs8
11561                 configure.in: support Mac OS X (Darwin)
11562
11563 2002-01-18 [carsten]    0.7.0claws12
11564         * src/html.c
11565                 small hack to fix a segfault with an empty href
11566                 (reported by Alexandra Walford <deeni@altern.org>)
11567         * src/mainwindow.c
11568         * src/summaryview.c
11569                 the shortcuts for Mark und Mark as unread are hardcoded
11570                 again
11571         * src/compose.c
11572         * src/gtkstext.[ch]
11573                 readded the shortcuts in gtkstext but made them
11574                 customizeable (simply by adding a menu plus a wrapper
11575                 to compose.c)
11576
11577 2002-01-17 [melvin]     0.7.0claws11
11578
11579         * src/gtkspell.c
11580                 fix default dictionary not being saved.
11581
11582 2002-01-16 [darko]      0.7.0claws10
11583
11584         * src/compose.c
11585                 fix wrapping crash with URL longer than wrapping margin
11586
11587 2002-12-08 [hoa]        0.7.0claws10
11588
11589         * src/matcher_parser_parse.y
11590                 fixed some bugs
11591
11592         * src/prefs_filtering.c
11593                 now, we can use bounce action in the dialog box.
11594
11595 2002-01-16 [carsten]    0.7.0claws9
11596         * src/gtkstext.c
11597                 removed the <control> and <alt> shortcuts because they're
11598                 not needed and interefered with the "normal" shortcuts
11599         * src/mainwindow.c
11600         * src/summaryview.c
11601                 removed most of the hardcoded shortcuts and assigned
11602                 them to menu entries making them easy customizable by
11603                 that
11604
11605 2002-01-16 |melvin]     0.7.0claws8
11606
11607         * src/gtkspell.c
11608                 fixed bug where using the mouse and when the compose
11609                 window is not on top may result in a crash.
11610
11611 2002-01-16 [melvin]     0.7.0claws7
11612
11613         * src/compose.c
11614                 fixed a long standingspell checker bug which could 
11615                 cause a crash after sending a message.
11616
11617 2002-01-16 [paul]       0.7.0claws6
11618
11619         * sync with sylpheed 0.7.0cvs7
11620                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
11621                 2002-01-15, and 2002-01-16
11622
11623 2002-01-16 [melvin]     0.7.0claws5
11624
11625         * README.claws
11626         * src/compose.c
11627         * src/gtkspell.[ch]
11628         * src/main.c
11629                 Heavily modified spell checker code to work around
11630                 ispell bug, to add keyboard shortcuts and for future
11631                 enhancements. See README.claws for usage information.
11632
11633 2002-01-15 [alfons]     0.7.0claws4
11634         
11635         * src/summaryview.c
11636                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
11637                 so sorting within threads reflects sort mode
11638
11639 2002-01-15 [christoph]  0.7.0claws3
11640
11641         * src/procmsg.c
11642                 added alertpanel if mail sending failed
11643
11644 2002-01-15 [alfons]     0.7.0claws2
11645         
11646         * src/prefs_filtering.c
11647                 don't stop timer when prefs filtering dialog is opened
11648
11649 2002-01-14 [alfons]     0.7.0claws1
11650
11651         * src/addr_compl.c
11652         * src/prefs.c
11653                 remove debug_print()s for privacy reasons
11654
11655 2002-01-14 [darko]      0.7.0claws
11656
11657         * README.claws
11658                 quotation wrapping is now also in the main branch
11659
11660 2002-01-14 [paul]
11661
11662         * tools/filter_conv.pl
11663                 allow for Boolean Op and case-sensitivity
11664                 this file is included in the release and tagged
11665                 'rel_0_7_0'
11666
11667 2002-01-13 [paul]       0.7.0claws
11668
11669         * release 0.7.0, with cvs tag 'rel_0_7_0'
11670
11671 2002-01-13 [paul]
11672
11673         * tools/filter_conv.pl
11674         * tools/README
11675                 rewritten to output to matcherrc instead of filteringrc
11676
11677         * po/es.po
11678                 updated Spanish translation by Ricardo Mones Lastra
11679
11680 2002-01-13 [alfons]
11681
11682         * po/nl.po
11683                 update dutch translation
11684
11685 2002-01-13 [paul]
11686
11687         * po/pt_BR.po
11688                 Updated by Fabio Junior Beneditto 
11689
11690 2002-01-13 [melvin]     0.6.6claws53
11691
11692         * po/fr.po
11693                 Updated french translation
11694
11695 2002-01-12 [alfons]     0.6.6claws52
11696
11697         * src/filtering.c
11698                 plug mem leak that has been sitting there for ages              
11699
11700 2002-01-12 [alfons]     0.6.6claws51
11701
11702         * src/summaryview.c
11703                 undo melvin's changes from 0.6.6claws48 because summary
11704                 view now refuses to select first unread message when
11705                 selecting a folder 
11706
11707 2002-01-11 [alfons]     0.6.6claws50
11708
11709         * src/import.c
11710                 use claws' semantics for getting folder item when
11711                 importing an mbox file into a folder 
11712                 (submitted by Dale P. Smith)
11713
11714 2002-01-11 [christoph]  0.6.6claws49
11715
11716         * src/prefs.h
11717                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
11718                 toggle widget, because non static prefs can not use
11719                 prefs_set_* functions
11720         * src/prefs_account.c
11721                 toggle smtp auth password field sensitivity if
11722                 user id is empty and add descrition of usage for
11723                 these fields
11724         * src/prefs_folder_item.c
11725                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
11726                 callbacks
11727
11728 2002-01-11 [melvin]     0.6.6claws48
11729
11730         * src/compose.c
11731                 fix the 'Ctrl-Enter' feature for sending and test really
11732                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
11733                 editables which was not documented in Gtk)
11734
11735         * src/summaryview.c
11736                 Made summaryview refresh after sorting and not before.
11737
11738 2002-01-11 [christoph]  0.6.6claws47
11739
11740         * src/compose.c
11741                 select account from account ids if possible and
11742                 correctly set save folder for copy in reedit
11743
11744 2002-01-10 [paul]       0.6.6claws46
11745
11746         * sync with sylpheed 0.7.0 release
11747                 see ChangeLog entries 2002-01-07, 2002-01-08 and
11748                 2002-01-09
11749
11750 2002-01-09 [alfons]
11751
11752         * src/summaryview.c
11753                 remove more dirt traces...
11754
11755 2002-01-09 [alfons]
11756         
11757         * src/summaryview.c
11758                 clean up some traces of my debugging stuff
11759
11760 2002-01-09 [alfons]     0.6.6claws45
11761
11762         * src/filtering.c
11763                 break up filteringprop_apply() in three separate pieces
11764                 so we can drop messages that failed processing in the
11765                 inbox
11766
11767         * src/summaryview.c
11768                 fix bug #469598 "no refresh of inbox after filter" which 
11769                 was introduced by the new summary view locking, and which 
11770                 prevented the summary view to update after a manual filter 
11771                 message. claw's filter message requires a summary_show().
11772                 (aargh, summary_show() again! :-)
11773                 
11774 2002-01-07 [alfons]     0.6.6claws44
11775
11776         * src/headerwindow.c
11777         * src/logwindow.c
11778         * src/messageview.c
11779         * src/sourcewindow.c
11780                 bring in Hiro's last 0.7.0 wm class fixes
11781
11782         * tools/sylprint.pl
11783                 bring in Ricardo's fix for sylprint script
11784
11785         * AUTHORS       
11786         * src/rfc2015.[ch]
11787         * src/prefs_common.[ch]
11788         * src/prefs_account.[ch]
11789         * src/compose.c
11790                 clean up account preference poison in rfc2015,
11791                 and preparation to fix double sign bug 
11792                 (patch submitted by Simon 'corecode' Schubert)
11793
11794 2002-01-07 [christoph]  0.6.6claws43
11795
11796         * src/mh.c
11797                 search for free message number, do not only rely
11798                 on last_num
11799         * src/send.c
11800                 fix smtp auth and use extra account information
11801                 if available, if not use pop3 data instead
11802                 (closes bug #500341)            
11803         * src/ssl.[ch]
11804                 match coding style
11805
11806 2002-01-06 [alfons]     0.6.6claws42
11807
11808         * src/mainwindow.c
11809                 try making the separate windows work again...
11810
11811 2002-01-06 [alfons]     0.6.6claws41
11812
11813         * src/mainwindow.c
11814                 adapt Hiro's separate window menu (to get rid of the funny
11815                 duplicate menu items), and make it work again
11816
11817 2002-01-06 [alfons]     0.6.6claws40
11818
11819         * tools/Makefile.am
11820         * tools/sylprint.rc
11821         * tools/sylprint.pl
11822         * tools/README.sylprint
11823                 add sylprint script for printing mails from Sylpheed
11824                 (contributed by Ricardo Mones Lastra)
11825
11826         * src/acount.c
11827                 clean up
11828
11829 2002-01-06 [melvin]     0.6.6claws39
11830
11831         * src/mainwindow.c
11832         * src/summaryview.c
11833                 Fixed crash introduced in 0.6.6claws38 by the menu
11834                 reorganisation (Hide read messages)
11835         
11836         * ChangeLog.claws 
11837                 Fixed typo (we are now in 2002, alfons ;) )
11838
11839 2002-01-05 [alfons]     0.6.6claws38
11840
11841         * sync with sylpheed 0.6.6cvs10-17
11842                 (last stuff marked as LAST_STABLE)
11843
11844 2002-01-04 [melvin]     0.6.6claws37
11845
11846         * src/account.c
11847                 Made account selection code use strcasestr again instead of
11848                 g_strcasecmp (fixes bug where reediting queued messages
11849                 did not select proper account reported by T. Link).
11850         
11851         * src/folderview.c
11852                 Fix bug where folder icons are not shown when 'hide read messages'
11853                 is on.
11854         
11855         * src/stock_pixmaps.[ch]
11856                 Added folder icons for 'hide read messages'.
11857         
11858         * src/compose.c
11859                 Fixed bug where 'Enter' in a header entry will send the message 
11860                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
11861
11862 2002-01-03 [melvin]     0.6.6claws36
11863         
11864         * src/prefs.[ch]
11865                 Added popup menu for common preferences and
11866                 account preferences (right click on tab displays
11867                                 a menu of all tabs.)
11868
11869 2002-01-02 [melvin]     0.6.6claws35
11870
11871         * src/gtkspell.[ch]
11872                 Made spelling code compatible with undo/redo feature.
11873                 Added creation of suggestion mode menu for the general
11874                         preferences.
11875         
11876         * src/prefs_common.[ch]
11877                 Added option menu for the speller's suggestion mode.
11878                 Added missing spaces in "..." buttons and made a "..."
11879                         button non translatable!
11880         
11881         * src/compose.c
11882                 Made speller use the default suggestion mode.
11883                 Hack to make it possible to choose 'CTRL-Enter' as a
11884                         shortcut for sending (and only for sending).
11885
11886         * src/prefs_folder_item.c
11887                 Changing subject simplification does not update cache 
11888                         anymore (because it is unnecessary).
11889                 Fixed bug where changing subject simplification updated the 
11890                         summaryview even when the viewed folder is not the
11891                         folder which properties are being changed. (E.g. 
11892                                         viewing folder A and changing
11893                                         the subject simplification of 
11894                                         folder B -not being viewed- updated the 
11895                                         summaryview of folder A with data of
11896                                         folder B). (Hope this is clear... )
11897
11898 2001-12-31 [alfons]     0.6.6claws34
11899         
11900         * src/ldif.c
11901         * src/mutt.c
11902                 fgetc() returns a signed integer which doesn't
11903                 fit in a char. so c truncates this to a char
11904                 but we may lose significant bits. i.e. we may
11905                 comparing 0xFF which may not be equal to -1
11906                 unless properly casted to signed char which
11907                 we won't do because fgetc() returns a signed
11908                 integer which doesn't fit in a char. so c 
11909                 truncates this to a char but we may lose 
11910                 significat bits. (you got the idea, thanks
11911                 to Gustavo Noronha Silva <kov@debian.org>
11912                 and the Debian folks!)
11913
11914 2001-12-30 [alfons]     0.6.6claws33
11915
11916         * src/prefs_common.c
11917                 add #ifdef USE_PSPELLs that Melvin forgot               
11918
11919 2001-12-30 [melvin]     0.6.6claws32
11920         
11921         * src/prefs_common.[ch]
11922                 Added configurable color for misspelled words.
11923
11924         * src/gtkspell.[ch]
11925                 Fixed bug of foreground text color (reported by David
11926                                 Mehrmann)
11927                 Added configurable color for misspelled words.
11928
11929 2001-12-30 [alfons]     0.6.6claws31
11930
11931         * src/folder.c
11932                 remove unnecessary things someone put there
11933
11934         * src/mh.c
11935         * src/folder.[ch]
11936                 make folder properties (like threading and sorting) persistent
11937                 (closes bug #497424 "rescan folder tree resets proprieties")
11938                 currently this is only for MH folders. 
11939
11940 2001-12-29 [melvin]     0.6.6claws30
11941
11942         * src/string_match.[ch]
11943                 Optimized a bit: regexp pattern buffer compiled only once, and
11944                   one subroutine call removed. Fixed ^ regexp search: Now, 
11945                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
11946         
11947         * src/summaryview.c
11948                 Subject filtering changed to filter summary columns and
11949                   not directly the messages subject cache. The loss in 
11950                   performance is balanced by the improvement of string_match.
11951                 Added an alert panel if there is an error in the regexp.
11952
11953         * src/src/prefs_folder_item.h
11954                 Added a regexp pattern buffer.
11955
11956 2001-12-28 [alfons]     0.6.6claws29
11957
11958         * src/string_match.[ch]
11959                 clean up name space
11960                 allow compilation *BSD
11961
11962 2001-12-27 [alfons]     0.6.6claws28
11963
11964         * src/filter.c
11965                 sync the Hiro's bug fix for BSD
11966
11967 2001-12-27 [melvin]     0.6.6claws27
11968         
11969         * src/compose.c
11970                 Simplify focus to subject entry code.
11971
11972 2001-12-27 [darko]      0.6.6claws26
11973
11974         * src/filtering.c
11975         * src/mbox_folder.c
11976         * src/messageview.c
11977         * src/mh.c
11978         * src/procheader.[ch]
11979         * src/procmsg.h
11980         * src/stock_pixmap.[ch]
11981         * src/summaryview.c
11982                 Show key icon for encrypted mails in summary view
11983
11984         * src/pixmaps/clip.xpm
11985         * src/pixmaps/clipkey.xpm
11986         * src/pixmaps/key.xpm
11987                 New/modified icons for the above
11988
11989 2001-12-27 [melvin]     0.6.6claws25
11990
11991         * src/prefs_common.c
11992                 Put spell checker options in a separate tab to decrease
11993                 the Common Preferences window height.
11994
11995         * README.claws  
11996                 Update spell checker usage instruction about its options
11997                 location.
11998
11999 2001-12-27 [melvin]     0.6.6claws24
12000
12001         * src/compose.c
12002                 Changed subject entry widget position. Initial focus is
12003                 on the To header instead of the subject entry.
12004                 Creating a new header scrolls the header list to make the
12005                 created one visible. Nevertheless, when automatically filling
12006                 headers, the first one is shown.
12007                 A Tab key press in the last empty header entry zips the 
12008                 focus to the subject entry.
12009                 (I did not change the combo boxes, yet)
12010
12011 2001-12-26 [alfons]     0.6.6claws23
12012
12013         * src/prefs_account.c
12014         * src/inc.c
12015                 allow default inbox to reside in another mailbox (only
12016                 works for POP3 accounts)
12017
12018 2001-12-26 [alfons]     0.6.6claws22
12019         
12020         * src/textview.c
12021                 make reply-on-click work with the account of the selected folder
12022         * src/compose.c
12023                 put a fixme here to remind me to fix finding correct default
12024                 account for nested folders
12025
12026 2001-12-25 [alfons]     0.6.6claws21
12027
12028         * src/summaryview.c
12029                 make column headers display locked and mark pixmaps (idea by Melvin) 
12030                 fix bug by adding score and locked column type to sort array
12031
12032 2001-12-25 [alfons]     0.6.6claws20
12033         
12034         * src/summaryview.c
12035                 catch a *potentially* inadvertent write back of  
12036                 the message cache(s) introduced by 0.6.5claws37
12037
12038 2001-12-25 [christoph]  0.6.6claws19
12039
12040         * src/stock_pixmap.[ch]
12041         * src/summaryview.c
12042                 add ignore thread pixmap
12043                 (can someone draw a better icon for this?)
12044
12045 2001-12-24 [alfons]     0.6.6claws18
12046
12047         * src/prefs_folder_item.c
12048                 make address completion actually work for the
12049                 Default To address in the Folder Property dialog.
12050
12051 2001-12-24 [alfons]     0.6.6claws17
12052         
12053         * src/summaryview.c
12054                 use new style regexp for subject stripping 
12055                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12056
12057 2001-12-24 [darko]      0.6.6claws16
12058
12059         * src/pgptext.c
12060         * src/rfc2015.c
12061                 move GPG related informational messages to debug mode
12062
12063 2001-12-23 [alfons]     0.6.6claws15
12064
12065         * src/stock_pixmap.[ch]
12066         * src/summaryview.c
12067                 add the forgotten Claws' locked pixmap
12068
12069 2001-12-23 [alfons]     0.6.6claws14
12070
12071         * src/filesel.c
12072                 accept file name typed in entry in multi file
12073                 selector (patch submitted by Gustavo Noronha Silva 
12074                 <kov@debian.org>)
12075
12076 2001-12-23 [alfons]     0.6.6claws13
12077
12078         * src/prefs_filter.c
12079         * src/prefs_filtering.c
12080         * src/matcher.c
12081         * src/importmutt.c
12082                 clean up a little bit
12083         
12084         * src/string_match.c
12085                 validate input strings a little bit more
12086
12087 2001-12-23 [alfons]     0.6.6claws12
12088
12089         * src/Makefile.am
12090         * src/summaryview.c
12091         * src/string_match.[ch]         ** NEW **
12092         * src/folderview.[ch]
12093         * src/headerview.h
12094         * src/folder.[ch]
12095         * src/prefs_folder_item.[ch]
12096                 add subject simplification to strip out strings from
12097                 a subject line (esp. handy for mailing lists). 
12098                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12099                 but slightly changed things for better integration.)
12100
12101 2001-12-23 [alfons]     0.6.6claws11
12102
12103         * src/mainwindow.c
12104                 fix bug introduced by submission included in 0.6.5claws52.
12105                 ideally this submission should clean the trash if any trash
12106                 folder has a message. however, the hasTrash variable was
12107                 set to false whenever a trash folder was empty (discarding
12108                 a previously found *filled* trash folder.)
12109
12110                 also edited the code a little bit and made it more safe.
12111
12112 2001-12-22 [alfons]     0.6.6claws10
12113
12114         * src/imap.c
12115                 quick fix for Martin Pool's omission of an account
12116                 specific SSL setting
12117
12118 2001-12-22 [alfons]     0.6.6claws9
12119
12120         * src/compose.c
12121         * src/messageview.c
12122         * src/mimeview.c
12123         * src/pgptext.c
12124         * src/procmime.[ch]
12125                 better support for multipart/digest (submitted
12126                 by Fredrik <e98fo@efd.lth.se>)
12127
12128 2001-12-22 [alfons]     0.6.6claws8
12129
12130         * src/addressbook.c
12131                 correct function signature
12132         * src/socket.[ch]
12133         * src/imap.[ch]
12134         * src/prefs_account.[ch]
12135                 allow IMAP over SSH tunnel (patch submitted by 
12136                 Martin Pool <mbp@samba.org>)
12137
12138 2001-12-21 [alfons]     0.6.6claws7
12139
12140         * sync with sylpheed 0.6.6cvs4-9
12141                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12142
12143 2001-12-21 [christoph]  0.6.6claws6
12144
12145         * src/compose.c
12146         * src/prefs_folder_item.[ch]
12147                 implement saving of outgoing messages to current folder.
12148                 fix segfault when no default outbox is available
12149                 (closes bug #495683)
12150
12151 2001-12-21 [carsten]    0.6.6claws5
12152         * src/folderview.c
12153         * src/summaryview.c
12154                 pressing CTRL while DND does now the expected thing and
12155                 copies the mail (moving is still the default, as this
12156                 seam more appropriate for handling mails by DND)
12157
12158 2001-12-18 [paul]       0.6.6claws4
12159
12160         * sync with sylpheed 0.6.6cvs3
12161                 see ChangeLog entries 2001-12-18
12162
12163 2001-12-18 [hiro]       0.6.6claws3
12164
12165         * src/undo.c
12166                 fix for multibyte characters (obtain the number of letters
12167                 instead of bytes).
12168
12169 2001-12-17 [paul]       0.6.6claws2
12170
12171         * sync with sylpheed 0.6.6cvs1
12172                 see ChangeLog entry 2001-12-16
12173
12174 2000-12-17 [alfons]     0.6.6claws1
12175
12176         * src/filtering.c
12177                 clean up
12178
12179 2001-12-16 [paul]       0.6.6claws
12180 2001-12-15
12181
12182         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12183
12184         * src/mimeview.c
12185                 last minute sync with main 0.6.6
12186
12187         * po/es.po
12188                 updated by Ricardo Mones Lastra
12189                 update for last minute sync
12190         * po/fr.po
12191         * po/nl.po
12192                 update for last minute sync
12193         * po/de.po
12194                 updated by Jens Oberender
12195         * po/pt_BR.po
12196                 updated by Fabio Junior Beneditto
12197
12198         * src/prefs_common.[ch]
12199         * src/undo.c
12200                 number of undo levels is user configurable
12201                 (squeeze it into the release in the dying
12202                 moments) Submitted by Jens Oberender    
12203
12204 2001-12-15 [melvin]
12205
12206         * po/fr.po
12207                 updated french translation
12208
12209 2001-12-15 [paul]       0.6.5claws92
12210
12211         * sync with sylpheed 0.6.5cvs28
12212                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
12213
12214         * po/nl.po
12215                 update to allow for sync
12216
12217 2001-12-15 [alfons]
12218         
12219         * po/nl.po
12220                 update dutch translation
12221
12222 2001-12-14 [carsten]    0.6.5claws91
12223         * src/summaryview.c
12224                 fixed bug #473785; also after changing the column order
12225                 the same message will be selected and displayed as before
12226                 the reordering
12227
12228 2001-12-14 [carsten]    0.6.5claws90
12229         * src/folderview.c
12230                 probably found the bug reported by wwb opening or closing
12231                 a folder tree just before dnd (found the solution in the
12232                 balsa source -- thanks to them)
12233
12234 2001-12-14 [carsten]    0.6.5claws89
12235         * src/gtkutils.c
12236         * src/account.c
12237                 moved gtk_clist_moveto to the right place, so that
12238                 only the accounts dialog is effected on opening
12239
12240 2001-12-14 [carsten]    0.6.5claws88
12241         * src/gtkutils.c
12242                 gtkut_clist_set_focus_row does a gtk_clist_moveto
12243                 now, so that the focused row will be seen in any case
12244                 (reported by wwp on sf-claws-user)
12245
12246 2001-12-14 [darko]      0.6.5claws87
12247
12248         * src/compose.c
12249                 remove unnecessary line
12250
12251 2001-12-14 [paul]       0.6.5claws86
12252
12253         * sync with sylpheed 0.6.5cvs27
12254                 see ChangeLog entries 2001-12-14
12255
12256 2001-12-14 [carsten]    0.6.5claws85
12257         * src/mainwindow.c
12258                 following a suggestion of Melvin the rcoabm pops up
12259                 right under the button now and the button is reliefed
12260                 while the popup is open
12261
12262 2001-12-14 [darko]      0.6.5claws84
12263
12264         * src/compose.c
12265                 fix crash when wrapping long lines if linewrap quotation
12266                 is disabled and wrapper encounters a word spanning more
12267                 than one line
12268
12269 2001-12-13 [paul]       0.6.5claws83
12270
12271         * src/compose.c
12272                 prefer 'Reply-To' header over mailing list header when
12273                 replying to a message. Finally prevent all those confirmation 
12274                 messages being sent to the list itself.
12275
12276         * src/summaryview.c
12277                 remove unused summary_set_menu_sensitive() entry
12278
12279 2001-12-13 [paul]       0.6.5claws82
12280
12281         * src/folderview.c
12282         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
12283         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
12284         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
12285                 improvements to 'Hide read messages': Inbox, Outbox,
12286                 Trash, Queue, and Draft icons now reveal presence of hidden 
12287                 messages
12288
12289 2001-12-12 [alfons]     0.6.5claws81
12290
12291         0.6.5claws80 was tagged as LAST_STABLE
12292
12293         * src/filtering.[ch]
12294         * src/matcher.[ch]
12295         * src/matcher_parser_lex.c
12296                 fix the filtering; my last attempt to get it right, 
12297                 if it does not work, it's Hoa's turn. ;-)
12298
12299                 for my honourable peers:
12300                 
12301                 the code now makes a clear distinction between
12302                 rules as they are displayed (probably escaped),
12303                 and as they are executed (probably unescaped). the
12304                 parser does *NOT* do any unescaping, this is
12305                 the task of the matcher.c (which breaks up a
12306                 rule into condition) and the filtering.c (which
12307                 breaks up the rule's action). to make this
12308                 run happily we provide an unescaped copy of
12309                 crucial strings to the MatcherProp and 
12310                 FilteringAction structures. note that the only
12311                 exception to this is any REGEXP string. those
12312                 are directly passed to regcomp() and regexp()
12313                 (who have much more powerful unescape functions).
12314                 
12315                 for everyone else:
12316         
12317                 you can escape tab (\t), carriage return (\r),
12318                 linefeed (\n), form feed (\f), quote (\"), 
12319                 single quote (\'), bell (\b) in all the entry
12320                 lines in the scoring & filtering dialogs.
12321                 as an added bonus this should not affect
12322                 existing filtering rules.
12323
12324 2001-12-12 [carsten]    0.6.5claws80
12325
12326         * src/summaryview.c
12327         * po/de.po
12328                 "item(s) selected" is now sensitive to 1 or more
12329                 than one selected (nice for language where simple
12330                 adding of a "s" is not possible as German (Eintrag
12331                 ->Eintr"age)
12332                 
12333                 the "forward as attachment" entry from the right
12334                 click menu removed, "forward" acts following the
12335                 prefs
12336         
12337         * src/textview.c
12338                 reverted my former changes; so compiler warning again
12339                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
12340                 nevertheless
12341
12342         * src/messageview.c
12343                 "search in message" does now *not* only work in MVIEW_TEXT
12344                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
12345                 message
12346
12347         * src/mainwindow.c
12348                 removed "/File/_Close" as it was the same as "/File/E_xit"
12349                 and we don't need it two times
12350
12351                 the separate folder view and message view now get a distinct
12352                 WMCLASS, just in case someone is using sawfish ;-)
12353
12354                 as the menu entries "/View/Message view" and "/View/Folder tree"
12355                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
12356                 make them sensitive accordingly and as these two are "shown"
12357                 after startup anytime check this menuitem at startup
12358
12359 2001-12-12 [paul]       0.6.5claws79
12360
12361         * src/folderview.c
12362                 fix sensitivity of 'Search folder...', broken in
12363                 0.6.5claws75
12364
12365         * src/mainwindow.c
12366                 fix dodgy English
12367
12368 2001-12-11 [carsten]    0.6.5claws78
12369         * src/filtering.c
12370                 fixed two typos returning a wrong FALSE/TRUE
12371         * src/mainwindow.[ch]
12372                 extra menu for email/news button removed
12373
12374 2001-12-11 [alfons]     0.6.5claws77
12375         
12376         * src/matcher.c                 (1.3)
12377         * src/matcher_parser_lex.l      (1.28)
12378                 revert for another attempt
12379                 mark 0.6.5claws77 as LAST_STABLE
12380
12381 2001-12-11 [christoph]  0.6.5claws76
12382
12383         * po/de.po
12384                 fixed wrong translation for prev. unread msg
12385
12386 2001-12-11 [paul]       0.6.5claws75
12387
12388         * src/folder.[ch]
12389         * src/folderview.c
12390         * src/mainwindow.c
12391         * src/summaryview.[ch]
12392         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
12393                 enable ability to hide read messages on per folder basis via 
12394                 '/Summary/Hide read messages'; when selected, a folder will 
12395                 have a red open folder icon, instead of a blue icon, if the 
12396                 folder contains hidden messges
12397                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
12398
12399         * src/mainwindow.c
12400                 remove '/Message/Forward as attachment' from 
12401                 main_window_set_menu_sensitive() to prevent debug warning
12402
12403         * src/folderview.c
12404         * src/mainwindow.c
12405                 Clean up some of the English
12406
12407         * tools/newscache_clean.pl
12408                 allow for new 'hidereadmsgs' entry in folderlist.xml
12409
12410         * po/es.po
12411                 updated translation, submitted by Ricardo Mones Lastra
12412
12413 2001-12-11 [paul]       0.6.5claws74
12414
12415         * sync with sylpheed 0.6.5cvs25
12416                 see ChangeLog entry 2001-12-11
12417
12418 2001-12-10 [alfons]     0.6.5claws73
12419
12420         * src/matcher.c
12421                 add more control characters
12422         * src/matcher_parser_lex.l
12423                 make escaping / unescaping work again
12424
12425 2001-12-10 [alfons]     0.6.5claws72
12426
12427         * src/imap.c
12428                 clean up warnings "returning value for void function" 
12429         * src/prefs_filtering.c
12430                 make info button for execute action sensitive
12431
12432 2001-12-10 [paul]       0.6.5claws71
12433
12434         * src/compose.c
12435         * src/imap.[ch]
12436         * src/summaryview.c
12437                 fix: imap server now gets informed of MARKED, UNMARKED
12438                 and REPLY events. Now people can use different IMAP-Mail
12439                 clients and have the exact same information about MARKED,
12440                 UNMARKED and REPLY status with all of them. Especially
12441                 useful for imap servers with a web-frontend.
12442                 submitted by Tobias Sandhaas <medlor@web.de>
12443
12444 2001-12-09 [melvin]     0.6.5claws70
12445         
12446         * src/textview.[ch]
12447                 fixed bug #490076 (hunted down by Alfons who implemented
12448                 a workaround in 0.6.5claws65)
12449
12450 2001-12-09 [christoph]  0.6.5claws69
12451
12452         * src/summaryview.c
12453                 set pointer to string in LOCKED column to NULL
12454                 (might fix bug #490800)
12455
12456 2001-12-09 [carsten]    0.6.5claws68
12457
12458         * po/de.po
12459                 resolved some cluttered menu shortcuts 
12460                 ('creating new email' and 'creating news message'
12461                 hade the same)
12462         * src/compose.c
12463                 wmclass now distinc from main window
12464         * src/mainwindow.c
12465           src/mainwindow.h
12466                 email/news and forward button functionality similar
12467                 to the reply buttons; removed the ugly dropdown arrows
12468                 and use instead the right mouse button
12469
12470 2001-12-09 [paul]       0.6.5claws67
12471
12472         * src/imap.c
12473         * src/utils.h
12474                 allow spaces in imap folder names
12475                 submitted by Willem van Engen <wvengen@stack.nl>
12476
12477 2001-12-09 [paul]       0.6.5claws66
12478
12479         * sync with sylpheed 0.6.5cvs24
12480                 see ChangeLog entry 2001-12-09
12481
12482 2001-12-08 [alfons]     0.6.5claws65
12483
12484         * src/textview.c
12485                 prevent secondary selection claim after "add to sender" dialog
12486                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
12487                 we trick GTK by simulating a click at (0, 0) in the textview.
12488
12489 2001-12-08 [hoa]        0.6.5claws64
12490
12491         * src/folder.c
12492                 fixed a bug about the .processing folder name while filtering
12493
12494 2001-12-08 [alfons]     0.6.5claws63
12495
12496         * src/folderview.c 
12497                 work around problem of not correctly updating folder stats
12498                 when deleting messages. there's some folder scanning evil
12499                 going so the folderview_update_msg_num() does not work
12500                 correctly. need to investigate this.
12501
12502 2001-12-08 [paul]       0.6.5claws62
12503
12504         * sync with sylpheed 0.6.5cvs23
12505                 see ChangeLog entry 2001-12-08
12506
12507 2001-12-07 [christoph]  0.6.5claws61
12508
12509         * src/compose.c
12510                 fix another header translation problem
12511
12512 2001-12-07 [alfons]     0.6.5claws60
12513
12514         * src/mbox.c
12515                 make filtering also work on local spool mbox
12516
12517 2001-12-07 [carsten]    0.6.5claws59
12518         * src/addressbook.c
12519                 addressbook window gets a wmclass distinct from the main
12520                 sylpheed window
12521         * src/compose.h
12522         * src/mainwindow.[ch]
12523                   forward menu item will use mode selected in prefs, forward 
12524                 as attatchment in menu removed (will be substituted in the
12525                 toolbar similar to reply buttons)
12526                   create news message menu entry and news button is now 
12527                 sensitive to the existance of a news account
12528         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
12529         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
12530         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
12531                 these are removed because the toolbar buttons don't show
12532                 the quoting modus any longer
12533
12534 2001-12-07 [paul]
12535
12536         * tools/newscache_clean.pl      ** NEW FILE **
12537                 perl script to do some tidying up in the newscache directory 
12538                 
12539         * tools/sylpheed-switcher       ** NEW FILE **
12540                 perl script to enable easy switching between main and claws
12541                 
12542         * tools/README
12543                 added descriptions of the two new perl scripts          
12544
12545
12546 2001-12-07 [melvin]     0.6.5claws58
12547
12548         * src/messageview.c
12549                 fixed a warning during compilation introduced in 0.6.5claws56
12550
12551 2001-12-07 [paul]       0.6.5claws57
12552
12553         * src/mainwindow.[ch]
12554         * src/menu.[ch]
12555                 further usability enhancements to replying with or without 
12556                 quoting via the toolbar, use of Ctrl key is replaced by 
12557                 drop down menu 
12558                 Submitted by Carsten Schurig            
12559
12560 2001-12-07 [melvin]     0.6.5claws56
12561
12562         * src/messageview.c
12563                 hack to fix bug that prevented to make/paste selections
12564                 after switching between MVIEW_TEXT and MVIEW_MIME views
12565                 without deselecting the selection first.
12566
12567 2001-12-06 [alfons]     0.6.5claws55
12568
12569         * src/filtering.[ch]
12570         * src/inc.c
12571                 revise filtering a little bit more, and make sure
12572                 messages are delivered to the appropriate inbox
12573                 (perhaps set per account)
12574
12575 2001-12-06 [paul]       0.6.5claws54
12576
12577         * sync with sylpheed 0.6.5cvs22
12578                 see ChangeLog entry 2001-12-06
12579
12580 2001-12-05 [alfons]     0.6.5claws53
12581
12582         * src/inc.c
12583         * src/folder.[ch]
12584         * src/procmsg.c
12585         * src/filtering.c
12586                 more revisions of filtering system
12587                 (last stable version is marked as LAST_STABLE)
12588                 
12589                 | NOTE 1): the filtering system now uses a local folder called
12590                 | .processing. if filtering fails, check this directory
12591                 | for missing messages.
12592                 |
12593                 | NOTE 2): help us find the filtering actions still missing
12594
12595 2001-12-05 [paul]       0.6.5claws52
12596
12597         * src/mainwindow.c
12598                 fix bug where 'Empty Trash?' pop-up window appears even
12599                 when Trash is empty, submitted by Jesse Skinner         
12600
12601 2001-12-05 [melvin]     0.6.5claws51
12602
12603         * src/compose.c
12604                 fixed bug #486106 to select correct account when reediting 
12605                 a queued message
12606         
12607 2001-12-04 [alfons]     0.6.5claws50
12608
12609         * src/mh.c
12610                 declare markfile in appropriate functions when
12611                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
12612                 for spotting this)
12613
12614 2001-12-04 [paul]       0.6.5claws49
12615
12616         * sync with sylpheed 0.6.5cvs21
12617                 see ChangeLog entry 2001-12-04
12618
12619 2001-12-03 [christoph]  0.6.5claws48
12620
12621         * po/de.po
12622                 changed translation of undo
12623         * src/account.c
12624         * src/folder.c
12625                 don't reinvent the wheel to traverse a GNode
12626         * src/compose.[ch]
12627                 seperate code to create the compose gui into functions
12628                 add "Others" page with folder selection for saving copy
12629                 of the message.
12630                 the folder identifier is saved to queue header
12631         * src/procmsg.c
12632                 save message to folder in queue header
12633
12634 2001-12-03 [paul]       0.6.5claws47
12635
12636         * sync with sylpheed 0.6.5cvs20
12637                 see ChangeLog entry 2001-12-03
12638
12639 2001-12-01 [paul]
12640
12641         * more sync with sylpheed 0.6.5cvs19
12642                 see ChangeLog entry 2001-11-29
12643
12644 2001-11-30 [paul]       0.6.5claws46
12645         
12646         * src/compose.c
12647                 remove conflicts introduced by Hoa's last commit
12648          
12649         * src/mainwindow.c
12650                 make 'Message/Bounce' sensitive
12651
12652 2001-11-30 [hoa]        0.6.5claws45
12653
12654         * src/compose.c
12655                 slightly change bounce function to add
12656                 information about the user that bounced the mail
12657                 in the From header line.
12658
12659         * src/folderview.c
12660                 permit the use of processing in outbox folder.
12661
12662 2001-11-29 [paul]       0.6.5claws44
12663
12664         * src/mainwindow.[ch]
12665         * src/prefs_common.c
12666         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
12667         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
12668         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
12669                 usability enhancements to the quoting, implements
12670                 use of Ctrl key to toggle quoting settings
12671                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
12672
12673 2001-11-29 [paul]       0.6.5claws43
12674         
12675         * sync with sylpheed 0.6.5cvs19
12676                 see ChangeLog entry 2001-11-28
12677
12678 2001-11-29 [melvin]     0.6.5claws42
12679         * src/Makefile.am
12680                 added enriched.[ch] to the list of files
12681
12682         * src/textview.c
12683         * src/mimeview.c
12684         * src/procmime.[ch]
12685         * src/enriched.[ch]
12686                 added support to view text/enriched
12687                 added support to show headers in message view for text/enriched and text/html
12688                         in non multipart messages
12689
12690 2001-11-28 [paul]       0.6.5claws41
12691
12692         * more sync with sylpheed 0.6.5cvs18
12693                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
12694
12695 2001-11-27 [paul]       0.6.5claws40
12696         
12697         * po/pt_BR.po
12698                 updated translation, submitted by Fabio Junior Beneditto
12699                 
12700         * sync with sylpheed 0.6.5cvs18
12701                 see ChangeLog entries 2001-11-26 (src/textview.c) and
12702                 2001-11-27
12703
12704
12705 2001-11-26 [paul]
12706
12707         * po/es.po
12708                 updated translation, submitted by Ricardo Mones Lastra
12709
12710 2001-11-26 [alfons]
12711
12712         * src/matcher.c
12713                 add more translatable strings
12714
12715 2001-11-26 [christoph]  0.6.5claws39
12716
12717         * po/de.po      
12718                 fixed one more umlaut
12719         * src/compose.c
12720                 fix translated header when it should not be translated
12721
12722 2001-11-26 [paul]       0.6.5claws38
12723
12724         * src/mainwindow.c
12725                 remove '/Message/Add Sender to address book' from 
12726                 main_window_set_menu_sensitive(), prevent debug warning
12727                 add 'Message/Mark/Mark all read' to mainwin_entries[]
12728
12729 2001-11-26 [paul]       0.6.5claws37
12730
12731         * src/summaryview.c
12732                 fix 'recurring unread state' bug 
12733
12734         * tools/README 
12735         * tools/filter_conv.pl
12736                 read name of top level mailbox from folderlist.xml
12737                 and presume nothing about its name              
12738
12739 2001-11-26 [darko]      0.6.5claws36
12740
12741         * src/gtkstext.[ch]
12742                 removed functions that are now in gtkutils.c
12743                 use gtkut_text_is_uri_string() from gtkutils.c
12744         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
12745
12746 2001-11-26 [paul]       0.6.5claws35
12747
12748         * sync with sylpheed 0.6.5cvs16
12749                 see ChangeLog entries 2001-11-25 and 2001-11-26
12750
12751 2001-11-25 [alfons]     0.6.5claws34
12752
12753         EXPERIMENTAL!!! Please checkout the last stable version using: 
12754           
12755         % cvs update -r LAST_STABLE -dRAP
12756
12757         (Or help us testing this stuff.)
12758
12759         * src/filtering.c               (1.14)
12760         * src/filtering.h               (1.6)
12761         * src/inc.c                     (1.28)
12762         * src/matcher.c                 (1.20)
12763         * src/mbox.c                    (1.9)
12764         * src/procmsg.h                 (1.14)
12765         * src/summaryview.c             (1.59)
12766         * src/summaryview.h             (dunno)
12767                 revert/merge/sync to as it was before commit 
12768                 on Thu, 19 Jul 2001 10:15:51 -0700.
12769
12770 2001-11-25 [hoa]        0.6.5claws33
12771
12772         * src/main.c
12773                 processing mails at startup
12774
12775         * src/folderview.c
12776         * src/summaryview.[ch]
12777                 processing mails when entering folder
12778
12779         * src/prefs_filtering.c
12780                 fixed some UI bugs
12781
12782 2001-11-24 [alfons]     0.6.5claws32
12783
12784         * src/summaryview.[ch]
12785                 make summary sort headers work, and also make
12786                 sure the sort type is stored
12787
12788 2001-11-23 [alfons]     0.6.5claws31
12789
12790         * src/summaryview.[ch]
12791                 make lock work like mark
12792                 disallow deleting messages marked as locked
12793
12794 2001-11-23 [alfons]     0.6.5claws30
12795
12796         * src/gtkstext.c
12797         * src/compose.[ch]
12798         * src/Makefile.am
12799         * src/undo.[ch]
12800                 merge undo patch submitted by Jens
12801
12802 2001-11-23 [christoph]  0.6.5claws29
12803
12804         * src/.cvsignore
12805                 added ylwrap
12806         * src/compose.c
12807                 fixed gpg signing and encoding
12808         * src/folder.[ch]
12809         * src/main.c
12810                 added --status option to get new, unread and total
12811                 message count from a running sylpheed
12812         * src/prefs_common.c
12813                 temporary fix for reply_with_quote problem
12814                 (don't call functions for non existing widget)
12815         * src/procmsg.c
12816                 one more check for ignored threads but still not
12817                 always working correctly. probably a recursive
12818                 check for all parents is needed
12819
12820 2001-11-23 [darko]      0.6.5claws28
12821
12822         * src/compose.c
12823                 wrapping on send improvements
12824         * src/gtkutils.[ch]
12825                 fix for GtkSText after last sync with main branch
12826                 GTK_TEXT -> GTK_STEXT
12827
12828 2001-11-23 [paul]       0.6.5claws27
12829
12830         * sync with sylpheed 0.6.5cvs14
12831                 see ChangeLog entries 2001-11-22 and 2001-11-23
12832                 
12833         * po/de.po
12834                 fixed the scrambled umlauts 
12835                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
12836
12837 2001-11-21 [paul]       0.6.5claws26
12838
12839         * sync with sylpheed 0.6.5cvs12
12840                 see 2nd ChangeLog entry dated 2001-11-20
12841
12842 2001-11-20 [paul]       0.6.5claws25
12843
12844         * sync with sylpheed 0.6.5cvs11
12845                 see ChangeLog entry 2001-11-19 (src/utils.c)
12846
12847 2001-11-20 [hiro]
12848
12849         * src/compose.c
12850                 GTK_TEXT -> GTK_STEXT
12851                 fix for wrong comment
12852
12853 2001-11-20 [hiro]       0.6.5claws24
12854
12855         * src/compose.[ch]
12856                 more merges from main branch
12857                 removed fatal warnings (uninitialized variables etc.)
12858                 some coding style fix
12859         * src/gtkutils.h
12860                 fixed typo.
12861         * src/addressbook.c
12862           src/addrindex.c
12863                 V-Card -> vCard
12864
12865 2001-11-19 [hoa]        0.6.5claws23
12866
12867         * src/filtering.c
12868         * src/prefs_scoring.c
12869         * src/matcher.[ch]
12870         * src/scoring.c
12871                 cleaning code
12872
12873         * src/matcher_parser_parse.y
12874         * src/prefs_filtering.c
12875                 bouncing
12876
12877 2001-11-19 [alfons]     0.6.5claws22
12878
12879         more of my old things into claws
12880
12881         * src/Makefile.am
12882         * src/prefs_common.c
12883         * src/procmsg.h
12884         * src/summaryview.[ch]
12885         * src/prefs_summary_column.c
12886         * src/pixmaps/locked.xpm
12887                 add indicators for locking of message in summary view
12888                 (does not work yet, only visual indicator)
12889
12890 2001-11-19 [paul]       0.6.5claws21
12891
12892         * sync with sylpheed 0.6.5cvs10
12893                 see ChangeLog entry 2001-11-19
12894
12895 2001-11-18 [alfons]     0.6.5claws20
12896         
12897         * src/filtering.c
12898                 remove an inadvertent free I forgot in previous clean up 
12899
12900 2001-11-18 [alfons]     0.6.5claws19
12901
12902         * src/filtering.[ch]
12903                 clean up & plug leaks
12904
12905 2001-11-18 [paul]       0.6.5claws18
12906
12907         * sync with sylpheed 0.6.5cvs9
12908                 see ChangeLog entries 2001-11-17 and 2001-11-18
12909
12910 2001-11-16 [paul]       0.6.5claws17
12911
12912         * sync with sylpheed 0.6.5cvs8
12913                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
12914
12915 2001-11-16 [paul]       0.6.5claws16
12916
12917         * sync with sylpheed 0.6.5cvs7
12918                 see ChangeLog entries 2001-11-15 and 2001-11-16
12919
12920 2001-11-15 [hoa]        0.6.5claws15
12921
12922         * src/compose.c
12923                 fix bounce, mails we received couln't be bounced to ourself.
12924
12925         * src/defs.h
12926         * src/filtering.[ch]
12927         * src/matcher.[ch]
12928         * src/matcher_parser.h
12929         * src/matcher_parser_lex.l
12930         * src/matcher_parser_parse.y
12931         * src/inc.c
12932         * src/main.c
12933         * src/mbox.c
12934         * src/prefs_filtering.[ch]
12935         * src/mainwindow.c
12936         * src/prefs_matcher.c
12937         * src/prefs_scoring.c
12938         * src/scoring.[ch]
12939         * src/summaryview.c
12940                 new matcher/filter/score configuration file parser
12941                 one unique configuration file => ~/.sylpheed/matcherrc
12942                 import in currently automatic, then save are made
12943                 in this new file.
12944                 one filter per folder and one global filter
12945                 (filter of a folder will be used as folder processing)
12946
12947         * src/folder.c
12948                 fix a bug in folder_item_get_identifier
12949                 
12950         * src/messageview.c
12951                 receive receipt return are fixed.
12952
12953 2001-11-14 [alfons]     0.6.5claws14
12954
12955         * src/session.h
12956                 add things from main branch to make claws compile
12957
12958 2001-11-14 [paul]       0.6.5claws13
12959
12960         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
12961                 see ChangeLog entries 2001-11-08 to 2001-11-14
12962
12963 2001-11-14 [hoa] 0.6.5claws12
12964
12965         * src/compose.[ch]
12966         * src/mainwindow.c
12967         * src/summaryview.c
12968                 add "bounce mail" option
12969
12970 2001-11-13 [christoph]  0.6.5claws11
12971
12972         * src/compose.c
12973                 Cleanup a mess i add before commiting
12974
12975 2001-11-13 [hoa]        0.6.5claws10
12976
12977         * src/compose.c
12978                 some fixes when mail are sent or
12979                 for crossposts
12980
12981 2001-11-13 [christoph]  0.6.5claws9
12982
12983         * po/de.po
12984                 Changed two string with the same translation
12985         * src/compose.c
12986         * src/procmsg.[ch]
12987         * src/send.[ch]
12988                 New mailsending process:
12989                   - Always queue message before sending
12990                     (message will be saved if sylpheed crashed or
12991                      freezes while sending)
12992                   - Allow queuing of newspostings
12993                   - No copy in outbox before sending
12994                     (closes bug #469501)
12995                   - No more redundant code for send and send_later
12996         * src/summaryview.c
12997                 Applied wwp <subscript@free.fr>'s patch that fixes
12998                 marks for multiple forwarded messages (+compose.c)
12999
13000 2001-11-12 [alfons]
13001
13002         * README.claws
13003                 remove things that are now in main branch
13004         
13005         * po/nl.po
13006                 update Dutch translation
13007
13008 2001-11-12 [mhadasht]   0.6.5.claws8
13009
13010         * src/prefs_common.c
13011                 re-enabled account autoselection feature for forward
13012                 and reedit lost during the branch point for SYNC-B4-REL
13013         * src/gtkspell.c
13014                 gtkpspell_get_dict(): more readable code (even if function is
13015                 not used yet)
13016         * ChangeLog.claws
13017                 added version number info to 2001-11-12 [hiro] comment.
13018
13019 2001-11-12 [hiro]       0.6.5.claws7
13020
13021         * src/compose.c
13022                 compose_forward(): fixed a bug that forward quote mark
13023                 wasn't used.
13024                 removed unnecessary code.
13025         * src/template_select.[ch]: removed.
13026
13027 2001-11-11 [alfons]
13028
13029         * src/compose.c
13030                 :%s/GTK_TEXT/GTK_STEXT/g
13031         
13032         * src/compose.[ch]
13033         * src/undo.[ch]
13034         * src/Makefile.am
13035                 revert the undo stuff (this is 0.6.6claws stuff)
13036
13037 2001-11-11 [hoa]        0.6.5.claws6
13038
13039         * src/compose.[ch]
13040                 Insert signature at the end of the text.
13041                 Added undo patch but currently disabled
13042
13043         * src/procmsg.c
13044                 Threading by subject improved.
13045
13046         * added src/undo.[ch]
13047                 Undo module for compose dialog box.
13048
13049 2001-11-11 [alfons]     0.6.5.claws5
13050
13051         * src/procmsg.c
13052                 prevent threading by subject on nodes that have already been
13053                 threaded by in-reply-to (as in "circular references in a tree
13054                 result in a dead branch")
13055
13056 2001-11-09 [hoa]        0.6.5.claws4
13057         
13058         * src/folderview.c
13059                 allows creation of mbox folder item from any files.
13060
13061 2001-11-09 [alfons]     0.6.5.claws3
13062         
13063         * src/utils.c
13064         * src/procmsg.c
13065                 do what I mean and correct threading by subject so it really
13066                 ignores attracting lines without "Re: "
13067
13068 2001-11-07 [alfons]     0.6.5.claws2
13069
13070         * src/procmsg.c
13071         * src/utils.[ch]
13072                 only attract by subject if a subject line starts with a "Re: "
13073         * src/syldap.c
13074                 remove warning
13075
13076 2001-11-07 [paul]       0.6.5claws1
13077
13078         * sync with sylpheed 0.6.5. release
13079                 see ChangeLog entry 2001-11-07
13080
13081 2001-11-07 [paul]       0.6.4claws31
13082
13083         * sync with sylpheed 0.6.4cvs18
13084                 see ChangeLog entries 2001-10-30 to 2001-11-07
13085                 prefs_templates.[ch] renamed prefs_template.[ch]
13086
13087 2001-11-06 [alfons]
13088         
13089         * src/utils.h
13090                 add semicolon Hoa forgot ;-)
13091                 
13092
13093 2001-11-06 [hoa]        0.6.4claws30
13094         
13095         * src/procmsg.c
13096         * src/summaryview.c
13097         * src/utils.c
13098         * src/utils.h
13099                 threading by subject - empty subject are ignored
13100
13101 2001-11-06 [christoph]  0.6.4claws29
13102
13103         * src/socket.c
13104                 use SSL_peek for sock_gets
13105         * src/utils.c
13106                 removed unneeded pointer in extracting quoted
13107                 names implementation
13108
13109 2001-11-06 [melvin]     0.6.4claws28
13110
13111         * src/gtkspell.c
13112                 fixed bug #476792 Selection overtyping with spell checker
13113                 fixed bug which could cause a buffer overflow
13114                 fixed a memory leak
13115
13116 2001-11-06 [hoa]        0.6.4claws27
13117         
13118         * src/procmsg.c
13119         * src/summaryview.c
13120                 threading by subject
13121
13122 2001-11-05 [alfons]     0.6.4claws26
13123         
13124         * README.claws
13125                 Claws -> Sylpheed (vice versa)
13126
13127         * src/compose.c
13128                 :%s/gtk_text/gtk_stext/g
13129                 :%s/GTK_TEXT/GTK_STEXT/g
13130                 (thanks to Jonathan Ware for spotting this)
13131
13132 2001-11-04 [christoph]  0.6.4claws25
13133
13134         * src/summaryview.c
13135                 replace Xalloca + strdup with Xstrdup_a
13136         * src/utils.c
13137                 better implementation of extracting quoted names
13138                 from addresses (remove backlashes and ignore
13139                 quotes after them)
13140
13141 2001-11-04 [alfons]     0.6.4claws24
13142
13143         * src/utils.[ch]
13144                 edit to comply more with coding style
13145
13146         * src/textview.c
13147                 fix bug reported by Kim Schulz. introduced by the patch integrated
13148                 in 0.6.4claws15. the code did not check the return value of
13149                 the html parser.
13150
13151         * AUTHORS
13152                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13153
13154 2001-11-04 [christoph]  0.6.4claws23
13155
13156         * src/main.c
13157         * src/prefs_common.[ch]
13158                 init some pointers that possibly caused a segfault
13159                 reported in the claws-users ML
13160
13161 2001-11-04 [hoa]        0.6.4claws22
13162
13163         * src/grouplistdialog.c
13164                 change the names of the nodes in the tree
13165
13166         * src/compose.c
13167                 enhanced mailto syntax as described in
13168                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13169                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13170
13171         * src/utils.c
13172                 encode and decode URI (useful when opening URL into
13173                 netscape).
13174
13175 2001-11-03 [hoa]        0.6.4claws21
13176
13177         * src/grouplistdialog.c
13178                 a new newsgroups list selection dialog box
13179                 with a CTree instead of a CList
13180
13181 2001-11-03 [hoa]        0.6.4claws20
13182
13183         * src/folderview.c
13184                 enable property and scoring options when right
13185                 click on "inbox"
13186
13187         * src/summaryview.c
13188                 fixed bug when nickname were displayed using
13189                 the address book.
13190
13191 2001-11-02 [darko]      0.6.4claws19
13192
13193         * src/compose.c
13194                 new wrap quotation and URL/long words wrapping implementation
13195         * src/compose.c src/gtkstext.[ch]
13196                 move gtkstext_strncmp() to gtkstext.c
13197
13198 2001-11-01 [christoph]  0.6.4claws18
13199
13200         * src/prefs_account.c
13201                 fixed mess in account settings dialog
13202         * src/prefs_folder_item.c
13203                 added label with folder path to dialog
13204
13205 2001-10-31 [match]      0.6.4claws17
13206
13207         * src/vcard.c
13208                 fix memory leak.
13209         * src/addrbook.c
13210                 fix generation of spurious address book file names.
13211                 remove redundant functions.
13212         * po/POTFILES.in
13213                 added missing file names.
13214
13215 2001-10-30 [paul]       0.6.4claws16
13216
13217         * sync with sylpheed 0.6.4cvs6
13218                 see ChangeLog entries 2001-10-26 to 2001-10-30
13219
13220         * tools/filter_conv.pl
13221                 read folderlist.xml to discover whether the top-level
13222                 folder is called 'Mailbox' or 'Mail' 
13223
13224 2001-10-29 [paul]       0.6.4claws15
13225
13226         * src/html.c, src/textview.c
13227                 activate links in html mail and fix clickable parts
13228                 Submitted by Matthieu Dazy <dazy@t-surf.com>
13229
13230 2001-10-29 [paul]
13231
13232         * po/de.po, po/es.po, po/pt_BR/po
13233                 updated translations, submitted by Jens Oberender,
13234                 Ricardo Mones Lastra, and Fabio Junior Beneditto
13235
13236 2001-10-29 [darko]      0.6.4claws14
13237
13238         * src/compose.c
13239                 fix wrapping for good
13240
13241 2001-10-29 [darko]
13242
13243         * src/compose.c
13244                 undo previous change as it broke the smart wrapping
13245
13246 2001-10-29 [darko]      0.6.4claws13
13247
13248         * src/compose.c
13249                 fix infinite loop when long URL is quoted
13250                 (closes bug #475122.
13251
13252 2001-10-28 [match]
13253
13254         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
13255                 import Mutt address book
13256         * src/ldif.[ch] src/importldif.h
13257                 modified import LDIF handle user attributes
13258
13259 2001-10-28 [christoph]  0.6.4claws12
13260
13261         * src/summaryview.c
13262                 fixed that filtering did not work if there
13263                 were no filter rules
13264                 (closes bug #472003 and better implementation
13265                  of patch #474644)
13266
13267 2001-10-27 [christoph]  0.6.4claws11
13268
13269         * src/compose.c
13270                 make the folder's default account to be used when
13271                 replying. (patch by wwp <subscript@free.fr>)
13272         * src/compose.c
13273                 code cleanup, nearly killed all of wwp's patch
13274                 for folder's default account in compose
13275         * src/folderview.c
13276                 error panel when a folder could not be created
13277                 (closes bug #471080 new folder name & already
13278                  existing file)
13279
13280 2001-10-26 [alfons]
13281
13282         * src/utils.h
13283                 change prototype of strstr2() that Christoph forgot about
13284
13285 2001-10-26 [christoph]  0.6.4claws10
13286
13287         * src/account.c
13288                 made search for accounts by email address not case
13289                 sensitive
13290         * src/folder.c
13291                 fixed memory leak in folder_item_get_identifier
13292         * src/gtkspell.c
13293         * src/utils.c
13294                 fixed wrong strstr2 (should work like strstr)
13295
13296 2001-10-26 [darko]      0.6.4claws9
13297
13298         * src/compose.c src/gtkstext.[ch]
13299         * src/gtkstext.c
13300                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
13301
13302 2001-10-26 [paul]       0.6.4claws8
13303
13304         * src/html.c
13305                 ignore css and javascript tags in html mail
13306                 case-insensitive, with or without double-quoted
13307                 strings
13308
13309 2001-10-26 [paul]       0.6.4claws7
13310
13311         * sync with sylpheed 0.6.4cvs1
13312                 see ChangeLog entry 2001-10-26
13313
13314         * src/prefs_account.c, src/prefs_common.c,
13315           src/prefs_summary_column.c
13316                 minor improvements to the English
13317
13318 2001-10-25 [alfons]     0.6.4claws6
13319
13320         * src/gtkstext.c
13321         
13322                 make GtkSText follow style of GtkText (closes bug 
13323                 #469211 "text selection while writing message")
13324                 
13325                 do sync with GTK 1.2.10
13326
13327 2001-10-25 [paul]       0.6.4claws5
13328
13329         * src/html.c
13330                 ignore css tags in html mail
13331
13332 2001-10-25 [darko]      0.6.4claws4
13333
13334         * src/compose.c
13335                 don't declare is_url_string as static function since
13336                 we need it in gtkstext.c
13337         * src/gtkstext.c
13338                 remove unused variable
13339                 don't wrap long URLs while composing a message
13340
13341 2001-10-24 [christoph]  0.6.4claws3
13342
13343         * src/socket.c
13344                 fix ssl deadlock, when peer closes connection
13345
13346 2001-10-24 [paul]       0.6.4claws2
13347
13348         * src/prefs_common.c
13349                 gettextize the gpg ascii-armored warning message
13350
13351         * src/compose.c
13352                 insert a DOS/MAC file into the composed message
13353                 (improvements)
13354
13355         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
13356
13357 2001-10-22 [paul]       0.6.4claws1
13358
13359         * sync with sylpheed 0.6.4 release
13360                 see ChangeLog entries 2001-10-21
13361
13362         * po/fr.po, po/pt_BR.po
13363                 updated by Melvin Hadasht and Fabio Junior Beneditto
13364
13365 2001-10-21 [paul]       0.6.3claws30
13366
13367         * src/compose.c
13368                 insert a DOS text file from the compose window
13369                 into the composed message text (removes CRs characters)
13370                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
13371
13372         * tools/filter_conv.pl, tools/README
13373                 automatically use ~/.sylpheed as working directory
13374                 print out confirmation message on completion
13375
13376         * correct Hoa's last ChangeLog.claws entry
13377
13378 2001-10-20 [hoa]        0.6.3claws29
13379
13380         * src/grouplistdialog.c
13381                 bugfix (another ?) to give the right
13382                 newsgroups list for each news server.
13383
13384         * src/news.c
13385         * src/news.h
13386                 improve the newsgroups list cache
13387
13388 2001-10-20 [paul]       0.6.3claws28
13389
13390         * sync with sylpheed 0.6.3cvs9
13391                 see ChangeLog entry 2001-10-19
13392
13393         * correct Alfons' last ChangeLog.claws entry
13394
13395 2001-10-19 [alfons]
13396
13397         * src/pgptext.[ch]
13398                 fix compilation problems (part of bug #472895)
13399
13400 2001-10-18 [hoa]        0.6.3claws27
13401
13402         * src/grouplistdialog.c
13403                 bugfix when we refresh was clicked (bug 472701)
13404
13405 2001-10-19 [christoph]  0.6.3claws26
13406
13407         * src/compose.c
13408                 last header entry should default to "To:" or
13409                 "Newsgroups:" and not copy the last entry line
13410                 in a new compose window
13411                 (closes bug #472686, #470792)
13412
13413 2001-10-19 [paul]       0.6.3claws25
13414
13415         * sync with Sylpheed 0.6.3cvs8
13416                 see ChangeLog entries 2001-10-18 and 2001-10-19
13417
13418 2001-10-18 [christoph]  0.6.3claws24
13419
13420         * src/procmsg.c
13421                 reimplement ignore thread
13422         
13423 2001-10-18 [hoa]        0.6.3claws23
13424
13425         * src/folderview.c
13426         * src/grouplistdialog.[ch]
13427                 enhanced news subscription interface (feature 469113)
13428
13429         * src/news.c
13430         * src/news.h
13431                 enchanced newsgroup listing,
13432                 now, we can get groups informations
13433                 (NNTPGroupInfo)
13434
13435 2001-10-18 [paul]       0.6.3claws22
13436
13437         * src/summaryview.c
13438                 remove comment (sync with main branch)
13439         * src/mainwindow.c
13440                 fix 'Re-edit' bug in 'Message' menu
13441
13442 2001-10-17 [christoph]  0.6.3claws21
13443
13444         * src/compose.c
13445                 ignore empty or whitespace only header lines
13446
13447 2001-10-17 [paul]       0.6.3claws20
13448
13449         * sync with sylpheed 0.6.3cvs7
13450                 see ChangeLog entries 2001-10-14, 2001-10-16, and
13451                 2001-10-17
13452
13453 2001-10-17 [darko]
13454
13455         * src/compose.c
13456                 wrap long lines without spaces
13457                 don't wrap URLs
13458
13459 2001-10-16 [paul]
13460
13461         * po/es.po, po/nl.po, po/pt_BR.po
13462                 updated by Ricardo Mones Lastra, Alfons,
13463                 and Fabio Junior Beneditto
13464
13465         * sylpheed-0.6.3claws released
13466
13467 2001-10-15 [melvin] 0.6.3claws18
13468
13469         * README.claws
13470                 added summary and detailed installation instructions
13471                 for spell checker
13472         * po/fr.po
13473                 Updated, corrected and completed french translation
13474
13475 2001-10-15 [hoa] 0.6.3claws17
13476         * src/grouplistdialog.c
13477                 we can choose the newsgroups to display with wildcards
13478
13479 2001-10-15 [christoph]  0.6.3claws16
13480
13481         * src/account.c
13482         * src/compose.c
13483         * src/prefs_folder_item.[ch]
13484                 applied wwp <subscript@free.fr>'s folder
13485                 default account patch
13486         * po/de.po
13487                 Fixed wrong translation
13488
13489 2001-10-13 [alfons, christoph, melvin]  
13490                         0.6.3claws15
13491
13492         solution #2 to solve MT-safety problems defers all GUI related calls
13493         to the main thread using a gtk_idle_add() callback. discussed on
13494         ircnet #sylpheed, with christoph spotting some issues with the
13495         original code, and melvin allowing us to lobotomize his sylpheed.
13496
13497         * src/syldap.[ch], src/main.c
13498                 fix race problem in ldap search thread by deferring GUI 
13499                 stuff to main thread using gtk_idle_add()
13500
13501 2001-10-13 [paul]       0.6.3claws14
13502
13503         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
13504                 add Sergey's smtpcred.patch
13505                 adds separate username/password setting for SMTP Auth
13506                 needed by some servers
13507                 (closes feature request #471659)
13508
13509 2001-10-13 [paul]       0.6.3claws13
13510
13511         * src/pgptext.[ch] **NEW FILES**
13512         * src/Makefile.am, src/messageview.c, src/mimeview.c
13513                 decrypt ascii-armored gpg text embedded in
13514                 the message body.
13515                 Submitted by Jens Jahnke <jan0sch@gmx.net>
13516
13517 2001-10-13 [christoph]  0.6.3claws12
13518
13519         * README.claws
13520                 some more details on default to and
13521                 feature requests
13522         * src/main.c
13523                 init glib threading when ldap is used
13524         * src/syldap.c
13525                 threading fixes
13526         * po/de.po
13527                 fixed a typo
13528
13529 2001-10-12 [paul]       0.6.3claws11
13530
13531         * src/prefs_common.[ch], src/rfc2015.c
13532                 enable ascii-armored gpg text to be embedded in the
13533                 message body, selectable through the 'Privacy'
13534                 preferences. Supports encrypting only.
13535                 Submitted by Ravemax <ravemax@dextrose.com>
13536
13537 2001-10-12 [paul]       0.6.3claws10
13538
13539         * sync with sylpheed 0.6.3cvs6
13540                 see ChangeLog entries 2001-10-11 and 2001-11-12
13541
13542         * src/folderview.c
13543                 incorporated mbox folders, scoring, and folder
13544                 properties into the sync
13545
13546 2001-10-12 [darko]      0.6.3claws9
13547
13548         * README.claws
13549                 describe quotation wrapping
13550         * src/compose.c
13551                 don't treat tab as space to calculate line length properly
13552
13553 2001-10-11 [alfons]
13554
13555         * README.claws
13556                 correct description of how to make new filtering system work,
13557                 add some other things
13558                 
13559         * src/syldap.c
13560                 remove sched_yield() (not necessary / unportable)
13561
13562 2001-10-11 [paul]       0.6.3claws8
13563
13564         * sync with sylpheed 0.6.3cvs3
13565                 see ChangeLog entry 2001-10-10
13566
13567 2001-10-10 [christoph]  0.6.3claws7
13568
13569         * .cvsignore
13570                 ignore 2 files created by newer autotools
13571         * src/prefs_folder_item.c
13572                 using table for widget alignment
13573                 fixed memory leak and broken octal display
13574         * src/filesel.c
13575                 fixed segfault caused by lost filename
13576                 workaround (closes bug #469551)
13577
13578 2001-10-10 [paul]       0.6.3claws6
13579
13580         * sync with sylpheed 0.6.3cvs2
13581                 see ChangeLog entries 2001-10-09 and 2001-10-10
13582
13583 2001-10-10 [darko]      0.6.3.claws5
13584
13585         * src/gtkstext.c
13586                 proper calculation of right margin if smart wrapping is enabled
13587         * src/compose.c
13588                 automatically wrap long lines if wrap quotation is enabled
13589
13590 2001-10-09 [alfons]     0.6.3.claws4
13591
13592         * src/summaryview.c
13593                 select correct row when deleting last row in the summary view (and
13594                 close bug "[ #469104 ] select second last in list when deleting")
13595
13596 2001-10-09 [paul]       0.6.3claws3
13597
13598         * sync with sylpheed 0.6.3cvs1
13599                 updated some autotool scripts
13600
13601 2001-10-09 [darko]      0.6.3claws2
13602
13603         * src/gtkstext.[ch]
13604                 new name and mark with Sylpheed comment
13605         * src/compose.c
13606                 smart quotation wrapping a-la VIM
13607
13608 2001-10-08 [paul]       0.6.3claws1
13609
13610         * sync with sylpheed 0.6.3 release
13611                 see ChangeLog entry 2001-10-08
13612
13613 2001-10-08 [paul]       0.6.2claws24
13614
13615         * src/summaryview.c
13616                 more sync with sylpheed 0.6.2cvs12
13617                 Fixed the bug that didn't select the last row correctly
13618
13619
13620 2001-10-07 [paul]       0.6.2claws23
13621
13622         * sync with sylpheed 0.6.2cvs12
13623                 see ChangeLog entry 2001-10-07
13624
13625 2001-10-06 [match]
13626         * src/jpilot.[ch]
13627                 enable jpilot to read unsynch'ed addresses.
13628
13629         * src/editldap_basedn.c
13630                 fix segfault when opening dialog.
13631
13632 2001-10-06 [alfons]     0.6.2.claws22
13633
13634         * src/summaryview.c
13635                 fix bug with summary view selecting last *inserted*
13636                 node instead of last *visible* node. remember we
13637                 work with a tree
13638
13639 2001-10-06 [paul]       0.6.2claws21
13640
13641         * po/pt_BR.po
13642                 updated translation, contains some fixes and new
13643                 translations, submitted by Gustavo Noronha Silva
13644                 <kov@debian.org>
13645
13646         * src/prefs_common.c
13647                 change 'each' to 'every' - fix dubious English
13648
13649         * sync with sylpheed 0.6.2cvs11
13650
13651 2001-10-05 [alfons]     0.6.2claws20
13652
13653         * src/mainwindow.[ch], src/folderview.c
13654                 make composite tool button switch between "Compose News"
13655                 and "Compose Mail" depending on selected folder
13656                 (nifty idea by Kim Schulz <kim@schulz.dk>)
13657
13658 2001-10-05 [paul]       0.6.2claws19
13659
13660         * src/mainwindow.c, src/summaryview.c
13661                 fix 'Message/Reply to all', broken in last commit
13662
13663         * src/compose.c
13664                 fix X_BEENTHERE seg fault, thanks to Alfons
13665
13666 2001-10-04 [paul]       0.6.2claws18
13667
13668         * src/compose.[ch], src/mainwindow.c
13669                 make "Message/Reply" reply to mailing lists; matches
13670                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
13671                 based on portions of the patch submitted by
13672                 Junichi Uekawa <dancer@netfort.gr.jp>
13673
13674 2001-10-04 [darko]      0.6.2claws17
13675
13676         * src/compose.c
13677                 better smart wrapping
13678         * src/gtkstext.[hc]
13679                 a function to make text buffer contiguous
13680
13681 2001-10-03 [paul]       0.6.2claws16
13682
13683         * sync with sylpheed 0.6.2cvs10
13684
13685 2001-10-02 [alfons]
13686
13687         * configure.in
13688         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
13689                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
13690                 references to chinese translations (hope someone picks up
13691                 this)
13692
13693 2001-10-02 [christoph]  0.6.2claws15
13694
13695         * src/compose.c
13696                 fixed non translated header bug
13697         * ChangeLog.claws
13698                 fixed wrong date in alfons last entry ;)
13699
13700 2001-10-02 [alfons]     0.6.2claws14
13701
13702         * src/compose.c, src/prefs_common.[ch]
13703                 add block cursor option
13704
13705 2001-10-02 [paul]       0.6.2claws13
13706
13707         * sync with sylpheed 0.6.2cvs9
13708
13709 2001-09-30 [paul]       0.6.2claws12
13710
13711         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
13712                 updated translations
13713
13714         * po/POTFILES.in
13715                 add 'src/importldif.c'
13716
13717         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
13718                 added eudora-to-vCard conversion tool
13719                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
13720
13721         * sync with sylpheed 0.6.2cvs8
13722
13723 2001-09-30 [paul]
13724
13725         * sylpheed-0.6.2claws released
13726
13727 2001-09-27 [melvin]     0.6.2claws11
13728
13729         * src/gtkspell.c
13730                 fixed crash when using default path (introduced 
13731                 in 0.6.2claws10)
13732                 fixed tiny bug for initial suggestion mode
13733
13734 2001-09-27 [melvin]     0.6.2claws10
13735         
13736         * src/gtkspell.c
13737                 fixed bug where gtkpspell didn't set the path correctly
13738
13739         * README.claws
13740                 added a paragraph about spell checking
13741                 
13742
13743
13744 2001-09-27 [paul]       0.6.2claws9
13745
13746         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
13747                 replace '// comments' with '/* comments */' to prevent
13748                 some compiler warnings 
13749
13750         * sync with sylpheed 0.6.2cvs6
13751
13752 2001-09-26 [alfons]     0.6.2claws8
13753
13754         * src/messageview.c
13755                 introduce return receipt request notification again,
13756                 which was lost because of other semantics in 
13757                 procheader_parse() (???)
13758
13759 2001-09-26 [christoph]  0.6.2claws7
13760
13761         * src/compose.c
13762                 replace comments for old code with #if 0
13763                 readded auto cc, bcc and reply-to
13764         * src/prefs_matcher.c
13765         * src/prefs_scoring.c
13766                 removed some definition (was moved to
13767                 prefs.h)
13768
13769 2001-09-26 [paul]       0.6.2claws6
13770
13771         * src/mainwindow.c
13772                 make 'Follow-up and reply to' sensitive
13773
13774         * more sync with sylpheed 0.6.2cvs5
13775
13776 2001-09-25 [melvin]
13777
13778         * 0.6.2claws5
13779
13780         * src/gtkspell.c
13781                 fixed bug for "US-ASCII" introduced by the encoding code
13782
13783 2001-09-25 [paul]
13784
13785         * 0.6.2claws4
13786
13787         * src/prefs_common.[ch], src/summaryview.c
13788                 'next unread msg' 'go to next folder?' dialog can be
13789                 given default behaviour, either always show dialog,
13790                 or assume 'yes', or assume 'no'
13791                 Submitted by wwp <subscript@free.fr>
13792
13793 2001-09-25 [melvin]
13794                 
13795         * src/compose.c src/gtkspell.[ch]
13796                 added support for different encodings
13797
13798 2001-09-25 [paul]
13799
13800         * more sync with sylpheed 0.6.2cvs5
13801
13802 2001-09-24 [alfons]
13803         
13804         * src/prefs_folder_item.c
13805                 add check for item->prefs->default_to string is NULL and
13806                 add another check when freeing this string
13807
13808 2001-09-24 [paul]
13809
13810         * configure.in
13811                 change to version 0.6.2claws3
13812
13813         * sync with sylpheed 0.6.2cvs5 
13814
13815 2001-09-24 [match]
13816         * src/ldif.[ch], src/importldif.[ch], addressbook.c
13817                 import LDIF files.
13818         * src/addrcache.[ch], addrindex.[ch]
13819                 small update for future
13820         * src/addrbook.c
13821                 fix test XML file.
13822
13823 2001-09-24 [melvin]
13824         * src/gtkspell.[ch]
13825                 added 'Learn from mistakes' option
13826                 better handling of quotes in checked words
13827                 sorted dict list
13828         * po/fr.po
13829                 small update for spell checking stuff
13830
13831 2001-09-23 [alfons]
13832         
13833         * src/gtkspell.c
13834                 edit a little bit so it complies more with main coding style
13835
13836 2001-09-23 [alfons]
13837
13838         * src/folder.[ch], prefs_folder_item.c, compose.c
13839                 migrate "request return receipt" folder property
13840                 to folderlist.xml
13841
13842 2001-09-22 [alfons]
13843
13844         * README.claws **NEW**
13845                 (add things of interest for users of main branch 
13846                 and claws here)
13847
13848         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
13849                 re-implement threading per folder option, but store 
13850                 the setting in folderlist.xml (where it belongs)
13851
13852 2001-09-21 [melvin]
13853
13854         * src/gtkspell.[ch]
13855                 fixed bug when compose window is under another window
13856         * src/prefs_common.[ch] src/compose.c
13857                 changed 'dictionary_path' to 'dictionary' to be consistent
13858                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
13859         * ac/pspell.m4 src/Makefile.am 
13860                 dropped PSPELL_PATH macro
13861         * po/fr.po
13862                 updated translations
13863
13864 2001-09-21 [christoph]
13865
13866         * src/compose.c
13867                 added border around header fields
13868                 keep header type when new field is added
13869
13870 2001-09-20 [christoph]
13871
13872         * src/utils.[ch]
13873                 more portable debug_print with source filename
13874                 and linenumber
13875         * src/procmsg.c
13876                 more newlines after debug messages
13877
13878 2001-09-20 [paul]
13879
13880         * configure.in
13881                 change to version 0.6.2claws2
13882
13883         * sync with sylpheed 0.6.2cvs3
13884
13885 2001-09-19 [melvin]
13886
13887         * src/gtkspell.c
13888                 fixed the post-right-click focus pb
13889                 fixed crash when 'Spell check all' after dict change 
13890                         and when cursor is at the end of the text
13891                 shift-right-click pops up config menu even on misspelled words.
13892         * po/POTFILES.in
13893                 added gtkspell.c
13894
13895 2001-09-19 [melvin]
13896
13897         * src/about.c
13898                 added pspell to compiled-in features list
13899
13900 2001-09-18 [melvin]
13901
13902         * switched to pspell and dropped ispell
13903         * ac/pspell.m4
13904                 new file. autoconf macro for pspell
13905         * ac/Makefile.am 
13906         * configure.in acconfig.h
13907                 added pspell support
13908         * src/Makefile.am
13909         * src/main.c src/compose.[ch] src/gtkspell.[ch]
13910         * src/prefs_common.[ch] 
13911                 added pspell support
13912
13913 2001-09-18 [christoph]
13914
13915         * src/addr_compl.c
13916         * src/template.[ch]
13917                 replace LOG_MESSAGE with debug_print
13918         * src/compose.[ch]
13919                 gui improvements
13920         * src/menu.c
13921                 added newline after debug message
13922         * src/utils.h
13923                 using __VA_ARGS__ for debug_print macro
13924         * tools/.cvsignore
13925                 ignore Makefile and Makefile.in
13926
13927 2001-09-18 [paul]
13928
13929         * configure.in
13930                 change to version 0.6.2claws1
13931         * sync with sylpheed 0.6.2cvs1
13932
13933         * src/matcher.c 
13934         * src/prefs_matcher.c
13935                 add 'score equal to' option, submitted by
13936                 Paul Evans <nerd@freeuk.com>
13937
13938 2001-09-15 [christoph]
13939
13940         * src/mainwindow.c
13941                 comment out menu entry not existing in claws
13942         * src/menu.c
13943                 add debug output for non existing menu entries
13944         * src/summaryview.c
13945                 fix next/prev unread message for ignored threads
13946         * src/utils.[ch]
13947                 add sourcefile and line number to debug output
13948                 otherwise it is sometimes hard to find the
13949                 source code part if debug messages are translated
13950
13951 2001-09-14 [darko]
13952         
13953         * src/folderview.c
13954                 refresh target folder style after colour is changed
13955
13956 2001-09-13 [paul]
13957
13958         * configure.in
13959                 change to version 0.6.1claws3
13960
13961         * sync with sylpheed 0.6.1cvs6
13962
13963 2001-09-13 [darko]
13964         
13965         * src/folderview.c
13966                 fix target folder colourization to use user selected colour
13967
13968 2001-09-12 [darko]
13969         
13970         * src/summaryview.c
13971                 fix crash when message that is marked for copy/move is unmarked
13972
13973 2001-09-09 [paul]
13974
13975         * configure.in
13976                 change to version 0.6.1claws2
13977
13978         * sync with sylpheed 0.6.1cvs3
13979
13980 2001-09-09 [alfons]
13981         
13982         * src/folderview.c
13983                 fix bug with default font used for trash folder text
13984
13985 2001-09-06 [paul]
13986
13987         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13988                 updated translations
13989
13990         * configure.in
13991                 change to version 0.6.1claws1
13992
13993         * sync with sylpheed 0.6.1cvs2
13994
13995 2001-09-03 [paul]
13996
13997         * po/POTFILES.in
13998                 add Match's new addressbook
13999
14000         * po/de.po
14001                 updated translation submitted by Jens Oberender
14002
14003 2001-09-02 [paul]
14004
14005         * configure.in
14006                 change to 0.6.1claws
14007         * sync with sylpheed 0.6.1 release
14008
14009 2001-09-02 [paul]
14010
14011         * configure.in
14012                 change to 0.6.0claws2
14013
14014         * sync with sylpheed 0.6.0cvs4
14015
14016         * po/pt_BR.po
14017                 updated translation submitted by Fabio Junior Beneditto
14018
14019 2001-09-01 [match]
14020         * pixmaps/
14021                 interface.xpm
14022                 book.xpm
14023                 address.xpm
14024         * src/
14025                 Makefile.am
14026                 a ton of new files
14027
14028 2001-08-31 [paul]
14029
14030         * configure.in
14031                 change to version 0.6.0claws1
14032
14033         * sync with sylpheed 0.6.0cvs1
14034
14035         * po/es.po
14036                 updated translation submitted by Ricardo Mones Lastra
14037
14038         * po/POTFILES.in
14039                 add 'src/prefs_templates.c'
14040
14041         * src/compose.c, src/summaryview.c
14042                 fix segfault on 'Re_edit'               
14043
14044 2001-08-30 [alfons]
14045
14046         * configure.in, Makefile.am
14047         * tools/Makefile.am
14048                 add tools directory to source distribution
14049
14050 2001-08-30 [paul]
14051
14052         * configure.in
14053                 change to version 0.6.0claws
14054
14055         * sync with sylpheed 0.6.0 release
14056
14057 2001-08-30 [christoph]
14058
14059         * configure.in
14060                 removed autoconf version check
14061
14062 2001-08-30 [paul]
14063
14064         * src/account.c, src/compose.c, src/prefs_common.[ch]
14065         * src/procheader.[ch] src/utils.[ch]
14066                 Enhanced automatic account selection on replies
14067                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14068
14069         * configure.in
14070                 add LDAP and JPilot to the configuration results output.
14071
14072 2001-08-29 [christoph]
14073
14074         * src/summeryview.c
14075                 no bold font for ignored threads
14076
14077 2001-08-29 [paul]
14078
14079         * configure.in
14080                 change to version 0.5.3claws6
14081
14082         * sync with sylpheed 0.5.3cvs10
14083                 src/stringtable.[ch]: New Files
14084
14085         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14086         * src/pixmaps/sylpheed.xpm
14087                 add mini-icons to windows (by Alfons)
14088
14089 2001-08-27 [paul]
14090
14091         * src/mainwindow.c
14092                 new functions: next_labeled_cb(), prev_labeled_cb()
14093
14094         * src/summaryview.c
14095                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14096                 summary_select_next_labeled(), summary_select_prev_labeled()
14097
14098         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14099                 give claws blue folders and a blue trash can
14100
14101 2001-08-27 [paul]
14102
14103         * configure.in
14104                 change to version 0.5.3claws5
14105
14106         * sync with sylpheed 0.5.3cvs9
14107                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14108
14109 2001-08-24 [christoph]
14110
14111         * src/filesel.c
14112                 keep filename when browsing directories
14113                 (not working for user entered filename, but
14114                  for default name and selected filename from
14115                  file list)
14116         * src/mainwindow.c
14117                 fixed wrong spelling "Folllow-up"
14118         * src/mbox_folder.c
14119         * src/procmsg.c
14120         * src/summaryview.c
14121                 fixed new/unread message count with ignored
14122                 threads (2 commits, first didn't notice no
14123                 longer needed decreasing)
14124         * src/inc.c
14125                 readded scrolling of progress dialog
14126                 (lost in sync)
14127
14128 2001-08-24 [paul]
14129
14130         * configure.in
14131                 change to 0.5.3claws4
14132
14133         * sync with sylpheed 0.5.3cvs7
14134
14135 2001-08-24 [christoph]
14136
14137         * src/compose.c
14138                 set request return receipt when replying
14139                 if it is set is the folder prefs of the
14140                 message
14141         * src/inc.c
14142                 disable final error popup if popups are
14143                 disabled in config (again)
14144
14145 2001-08-23 [paul]
14146
14147         * configure.in
14148                 Change version number to 0.5.3claws3
14149
14150         * sync with sylpheed 0.5.3cvs5
14151
14152         * src/mimeview.c
14153                 double quote '%s' in 'gedit %s' to fix bug when
14154                 opening attachment with spaces in the name
14155
14156 2001-08-22 [alte]
14157         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14158           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14159                 initial message templates support
14160
14161
14162 2001-08-22 [paul]
14163
14164         * configure.in
14165                 change version number to 0.5.3claws2
14166
14167         * sync with sylpheed 0.5.3cvs4
14168
14169         * src/procmsg.h src/summaryview.c
14170                 re-implement (un)ignore thread
14171
14172 2001-08-21 [paul]
14173
14174         * src/summaryview.c
14175                 remove unnecessary code
14176         * src/compose.c
14177                 enable 'dynamic' signatures (submitted by
14178                 Eric Limpens <eric@hscg-internet.nl>)
14179
14180 2001-08-21 [paul]
14181
14182         clean up after sync with sylpheed 0.5.3 release
14183
14184         * src/folderview.c
14185                 fix re-introduced font mess, see Christoph's
14186                 entry 2001-06-24
14187
14188         * src/summaryview.c
14189                 remove prev_msgnum
14190                 use sylpheed's small font instead of
14191                 gtk default font for summary view
14192
14193
14194 2001-08-17 [paul]
14195
14196         * configure.in
14197                 add pl to ALL_LINGUAS - sync with main branch
14198
14199         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14200                 Updated. Translations by Jens Oberender, Ricardo Mones
14201                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14202
14203         * po/pl.po  ** NEW FILE **
14204                 sync with the main branch
14205
14206         * src/folderview.c
14207                 fix target folder colorizing and refresh problem
14208
14209
14210 2001-08-17 [christoph]
14211
14212         * src/mainwindow.c
14213                 claws uses 4 colors for target folder coloring.
14214                 arrays were not long enough and destroyed the
14215                 stack causing a segfault.
14216                 target folder colorizing does not work anymore
14217                 for me
14218
14219 2001-08-16 [paul]
14220
14221         * configure.in
14222                 change to version 0.5.3claws1
14223
14224         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
14225           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
14226           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
14227
14228                 sync with sylpheed 0.5.3 release, but keep claws method of
14229                 configuring/saving fonts
14230
14231         * src/addressbook.[ch]
14232                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
14233                 in line with a similar change in Hiroyuki's branch
14234
14235         * src/mainwindow.[ch]
14236                 disable main_window_set_thread_option()
14237         * src/prefs_folder_item.c
14238                 comment out &tmps_prefs.enable_thread,
14239         * src/mbox_folder.c, src/procmsg.[ch]
14240                 comment out MSG_IS_IGNORE_THREAD
14241         * src/summaryview.c
14242                 comment out summary_ignore_thread() and summary_unignore_thread()
14243                 comment out MSG_IS_IGNORE_THREAD
14244
14245                 use Hiroyuki's threading instead.
14246
14247
14248
14249 2001-08-15 [paul]
14250
14251         * src/account.c
14252                 use Hiroyuki's 0.5.3 column scheme but also
14253                 include the enable/disable button.
14254         * src/pixmaps/mark.xpm
14255                 add Hiroyuki's amended pixmap
14256
14257 2001-08-13 [christoph]
14258
14259         * src/account.c
14260                 receive at get all column showed wrong state for APOP
14261                 button should only work for POP3 and APOP accounts
14262         * src/prefs_account.c
14263                 added missing preprocessor statement for SSL
14264
14265 2001-08-12 [paul]
14266
14267         * src/account.[ch]
14268                 add 'receive at get all' column and enable/disable
14269                 button.
14270
14271 2001-08-06 [christoph]
14272
14273         * src/account.c
14274                 show usage of SSL in protocol column
14275
14276         * src/imap.c
14277         * src/inc.c
14278                 renamed ssl options
14279
14280         * src/prefs_account.[ch]
14281                 moved ssl options to a new page
14282
14283         * src/send.c
14284         * src/smtp.c
14285         * src/ssl.[ch]
14286                 renamed ssl options
14287                 added support for SMTP STARTTLS command
14288
14289 2001-08-05 [christoph]
14290
14291         * configure.in
14292                 debian autoconf needs version check to find
14293                 correct autoconf version. if the file is
14294                 named configure.in 2.13 is used, which does
14295                 not work with this configure.in script.
14296                 other solution would be to rename the script
14297                 to configure.ac as suggested in the autoconf
14298                 manual.
14299
14300         * src/inc.c
14301                 disable final error popup if popups are
14302                 diabled in config
14303
14304         * src/socket.c
14305                 bugfix in ssl_gets
14306                 fixes IMAP over SSL problem
14307
14308 2001-08-03 [paul]
14309
14310         * configure.in
14311                 change to 0.5.2claws1
14312
14313         * sync with sylpheed 0.5.2cvs1
14314
14315 2001-08-02 [alfons]
14316
14317         * configure.in
14318                 quick fix for ispell detection...
14319
14320 2001-08-01 [paul]
14321
14322         * configure.in
14323                 change to 0.5.1claws4
14324
14325         * sync with sylpheed 0.5.1cvs7
14326
14327 2001-07-31 [alfons]
14328
14329         * src/prefs_common.c, src/prefs_common.h, 
14330           src/gtkspell.c, src/gtkspell.h
14331                 add global spelling checker settings (compose tab) +
14332                 selection of dictionary 
14333           
14334         * configure.in  
14335                 guess valid ispell location
14336
14337 2001-07-31 [paul]
14338
14339         * po/POTFILES.in
14340                 removal of 'src/quote_fmt_parse.c'
14341         * po/de.po
14342                 Updated de.po
14343                 (submitted by Jens Oberender <didge@suse.de>)
14344
14345 2001-07-31 [darko]
14346
14347         * src/folder.[ch]
14348         * src/folderview.[ch]
14349         * src/mainwindow.c
14350         * src/mh.c
14351         * src/prefs_common.[ch]
14352         * src/summaryview.c
14353                 target folder colourization
14354
14355 2001-07-30 [paul]
14356
14357         more sync with Sylpheed 0.5.1cvs6 
14358
14359 2001-07-30 [darko]
14360
14361         * src/mh.c
14362         * src/prefs_folder_item.[hc]
14363         * src/summaryview.c
14364                 shared folders support with a GUI
14365
14366 2001-07-29 [paul]
14367
14368         0.5.1claws3
14369
14370         * sync with Sylpheed 0.5.1cvs6
14371
14372 2001-07-29 [paul]
14373
14374         * po/pt_BR.po
14375                 updated
14376                 (submitted by Fabio Junior Beneditto)
14377
14378 2001-07-28 [paul]
14379
14380         * src/procmime.c
14381         * AUTHORS
14382                 patch to correct bad image mime headers
14383                 (submitted by Don Quijote <dq@searchlores.org>)
14384
14385 2001-07-28 [paul]
14386
14387         * tools/gif2xface.pl   **NEW FILE**
14388         * tools/README
14389                 script to convert file.gif to file.xface for
14390                 use in a custom header.
14391                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
14392
14393 2001-07-27 [alfons]
14394         
14395         * configure.in
14396                 change macros for detecting JPilot and LDAP
14397
14398 2001-07-27 [christoph]
14399
14400         * src/filtering.c
14401                 code cleanup (MIN / MAX warning, needed casting)
14402
14403 2001-07-27 [alfons]
14404
14405         * procheader.c
14406                 disallow setting flags when detecting certain headers
14407                 (X-Status, Status, Seen, X-Seen). 
14408         
14409         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
14410
14411 2001-07-27 [christoph]
14412
14413         * src/prefs_filter.c
14414         * src/prefs_filtering.c
14415         * src/prefs_matcher.c
14416         * src/prefs_scoring.c
14417                 scroll list when moving rows up or down
14418
14419         * src/imap.c
14420         * src/imap.h
14421         * src/prefs_account.c
14422         * src/prefs_account.h
14423         * src/send.c
14424                 SMTP over SSL (untested, feedback requested)
14425                 IMAP over SSL
14426
14427         * src/ssl.c
14428                 code cleanup
14429
14430 2001-07-26 [alfons]
14431         
14432         * configure.in, acconfig.h
14433                 define CLAWS (need this for main / claws detection)
14434
14435 2001-07-25 [alfons]
14436
14437         * configure.in
14438                 Sylpheed 0.5.1claws2
14439                 
14440         * sync with Sylpheed 0.5.1cvs4
14441
14442 2001-07-25 [christoph]
14443
14444         * src/scoring.c
14445                 fixed segfault
14446                 item->prefs == NULL (don't know why)
14447
14448 2001-07-25 [alfons]
14449
14450         * configure.in
14451                 Sylpheed 0.5.1claws1
14452
14453         * sync with Sylpheed 0.5.1cvs1-3
14454
14455 2001-07-24 [christoph]
14456
14457         * src/folderview.c
14458         * src/prefs_folder_item.[ch]
14459                 added folderitem preferences dialog with
14460                 default To: and auto request return receipt
14461
14462         * src/compose.[ch]
14463         * src/menu.[ch]
14464                 changes to handle new folderitem preferences
14465
14466         * src/mainwindow.c
14467         * src/summaryview.c
14468                 call compose new mail with current folderitem
14469
14470 2001-07-24 [alfons]
14471
14472         Release Sylpheed 0.5.1claws
14473
14474         * configure.in
14475                 change to release version 0.5.1claws
14476
14477 2001-07-24 [christoph]
14478
14479         * src/summaryview.c
14480                 fixed segfault that happend when the selected
14481                 message was removed while retrieving new messages.
14482
14483         * po/es.po
14484                 updated translation
14485                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
14486
14487 2001-07-22 [alfons]
14488
14489         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
14490         this is a work in progress, for more information: http://nlpagan.net/sylman 
14491         
14492         * configure.in, src/mainwindow.c, manual/Makefile.am
14493                 add support for English manual
14494
14495         * AUTHORS
14496                 add authors of user manuals
14497
14498         * manual/en/sylpheed*.html
14499                 add English documentation
14500
14501 2001-07-22 [christoph]
14502
14503         * po/POTFILES.in
14504                 added src/ssl.c
14505         * src/ssl.c
14506                 changed a wrong debug message
14507
14508 2001-07-22 [alfons]
14509
14510         * po/nl.po
14511                 update Dutch translation
14512
14513         * src/prefs_filtering.c, 
14514           src/prefs_matcher.c
14515                 add more translatable strings           
14516
14517 2001-07-21 [alfons]
14518
14519         0.5.0claws7
14520
14521         * configure.in
14522                 change version
14523
14524         * src/inc.c, src/summaryview.[ch]
14525                 prevent update of mark file when filtering has done, by
14526                 using a variable; this affects two functions:
14527                         inc.c::inc_finished()
14528                         summaryview.c::summary_show()
14529
14530 2001-07-20 [alfons]
14531
14532         * src/filtering.[ch], src/prefs_filtering.c, 
14533           src/matcher.[ch]
14534                 add filtering action for label coloring 
14535
14536         * po/POTFILES.in
14537                 add labelcolors.c
14538
14539         * added src/labelcolors.c
14540         * added src/labelcolors.h
14541         * src/Makefile.am, src/summaryview.c
14542                 rearrange label coloring code
14543
14544         * src/procmsg.h
14545                 add more parentheses so label colouring works correctly
14546
14547         * src/filtering.c
14548                 don't really delete message, but move it to Trash
14549
14550         * src/prefs_matcher.c
14551                 add quote options to info dialog
14552
14553 2001-07-20 [christoph]
14554
14555         * src/Makefile.am
14556         * src/inc.c
14557         * src/main.[ch]
14558         * src/socket.h
14559         * src/ssl.[ch] (new)
14560                 moved ssl stuff to a seperate file
14561
14562 2001-07-20 [darko]
14563
14564         * src/summaryview.c
14565                 fix show sender using address book with no e-mail
14566                 address in From: field
14567
14568 2001-07-19 [alfons]
14569
14570         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
14571                 fix messy handling of escaping... now at least the
14572                 execute command is useful. escape char is '\', we
14573                 accept \n and \r too. 
14574
14575                 Real life example:
14576                 
14577                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
14578                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
14579
14580 2001-07-18 [alfons]
14581
14582         0.5.0claws6
14583
14584         * src/summaryview.c
14585                 clean up
14586
14587         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
14588           src/procmsg.[ch]
14589                 revise filtering; currently move, copy, marking have
14590                 been tested. if you like bleeding edge stuff, you
14591                 should definitely go for this version :)
14592
14593         * mark old working stuff as VERSION_0_5_0_CLAWS5        
14594
14595 2001-07-17 [christoph]
14596
14597         * src/utils.c
14598                 timestamp log
14599
14600 2001-07-17 [alfons]
14601
14602         0.5.0claws5
14603
14604         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
14605           bits in the mark file, without affecting either branch. Lots of
14606           files changed, also in claws branch.
14607
14608           UNTESTED: use of mbox folders
14609
14610         * src/summaryview.c
14611                 added mark all read; however this was a quick hack used for
14612                 cleaning up mess after initial merge with Hiroyuki
14613
14614         * configure.in
14615                 change claws version number back to 0.5.0claws5 to clear up 
14616                 confusion & pretension (recent release was technically 
14617                 0.5.0claws4, so we neatly align with Hiroyuki :-)
14618
14619 2001-07-16 [alfons]
14620
14621         sync with Hiroyuki's 0.5.0cvs4
14622
14623 2001-07-16 [alfons]
14624
14625         0.5.1claws3
14626
14627         * src/filtering.[ch]
14628                 remove invalid updating of mark files for 
14629                 filter actions MATCHING_ACTION_MOVE and 
14630                 MATCHING_ACTION_DELETE; this should fix the
14631                 folder update bug
14632                 
14633         * src/procmsg.c
14634                 revert Christoph's stab at fixing the folder 
14635                 update bug
14636
14637         * po/POTFILES.in
14638                 add missing files with translatable strings
14639
14640         * src/summaryview.c
14641                 remove debug print
14642
14643 2001-07-15 [alfons]
14644
14645         * src/addr_compl.[ch], src/prefs_filtering.c
14646                 make "filtering pref dialog's destination entry" an
14647                 "address completable entry", if filter destination is 
14648                 an email address
14649
14650         0.5.1claws2
14651         
14652         sync with Hiroyuki's 0.5.0cvs2-3
14653
14654 2001-07-15 [christoph]
14655
14656         * src/procmsg.c
14657                 fixed folder stats update after incorporation
14658
14659 2001-07-15 [alfons]
14660
14661         * src/summaryview.c
14662                 * finish label colouring stuff (for now)
14663                 * fix incorrect colour bug (off by one) 
14664
14665 2001-07-14 [alfons]
14666
14667         * src/mainwindow.c
14668                 change text labels for news and mail message so there's
14669                 plenty of toolbar estate left
14670
14671         * configure.in
14672                 0.5.1claws1
14673
14674         * src/folderview.c
14675           src/folder.[ch]
14676                 sync with Hiroyuki's 0.5.0cvs1
14677
14678         * src/summaryview.c
14679                 more rewrite label colouring
14680
14681 2001-07-14 [alfons]
14682
14683         * src/summaryview.[ch]
14684                 * start rewrite label colouring 
14685                 * fix proper location "Add Sender To Addressbook" menu item
14686
14687 2001-07-13
14688
14689         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14690         (actually this is 0.5.0claws4)
14691
14692 2001-07-13 [alfons]
14693
14694         * po/pt_BR.po
14695                 * fix duplicate message
14696                 * add updated Portugese / Brazilian translation
14697                   submitted by Fabio Junior Beneditto
14698
14699 2001-07-12 [alfons]
14700
14701         * AUTHORS
14702                 add Jens
14703
14704         * po/nl.po
14705                 add updated Dutch translation
14706
14707         * po/de.po
14708                 add updated German translation submitted by Jens
14709
14710 2001-07-11 [alfons]
14711
14712         Prerelease before 0.5.0claws. Please test.
14713         This version is temporarily tagged as VERSION_0_5_0_TEST
14714
14715         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
14716           src/prefs_scoring.c, src/prefs_matcher.c, 
14717           src/prefs_filtering.c, src/mbox.c, 
14718           src/main.c, src/inc.c, src/filtering.[ch]
14719                 revert new Hoa's new matcher (does not work yet)
14720
14721         * src/Makefile.am
14722                 clean up
14723
14724 2001-07-10
14725
14726         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14727
14728
14729 2001-07-10 [alfons]
14730
14731         * Makefile.am
14732                 add ChangeLog.claws to EXTRA_DIST
14733         * src/Makefile.am
14734                 add matcher_parser_parse.h to EXTRA_DIST
14735
14736 2001-07-10 [christoph]
14737
14738         * src/inc.c
14739                 add destination folder to table of
14740                 folders that need to be updated after
14741                 incorporation
14742
14743 2001-07-10 [alfons]
14744
14745         * folder.[ch]
14746           folderview.c
14747                 make collapse state of folders and folder items persistent, i.e.
14748                 if you collapse a folder tree, the next time sylpheed-claws starts 
14749                 up the folder tree remains collapsed.  
14750                 
14751 2001-07-10 [christoph]
14752
14753         * acconfig.h
14754         * configure.in
14755                 added --enable-ssl
14756         * src/md5.[ch]
14757                 renamed MD5_CTX to MD5_CTX_syl
14758                 conflicts with a struct in openssl
14759         * src/inc.c
14760         * src/main.[ch]
14761         * src/prefs_account.[ch]
14762         * src/socket.[ch]
14763                 SSL support for POP
14764         * src/mainwindow.c
14765                 fixed compose with current account
14766                 broken by new compose button stuff
14767
14768 2001-07-09 [hoa]
14769
14770         * AUTHORS
14771                 changed my email address
14772
14773         * src/matcher_parser_parse.y
14774                 clean the parser to remove conflicts
14775
14776 2001-07-09 [alfons]
14777
14778         * AUTHORS
14779                 add Match Grun
14780
14781         * configure.in
14782                 fix incorrect description of --enable-ldap parameter
14783
14784         * src/prefs_common.[ch]
14785           src/compose.c
14786                 add experimental option "smart wrapping" which makes the
14787                 compose editor auto wrap.
14788                 
14789                 | TODO: the problem with the buggy cursor handling is caused |
14790                 | by the GtkText. when deleting / backspacing text its       |
14791                 | wrapping algorithm does not take in account the previous   |
14792                 | line. should find a way to hack this in.                   |
14793                 | or should perhaps combine this with the word wrapping      |
14794                 | patch i wrote in january.                                  |
14795
14796         * src/about.c
14797                 show build parameters for LDAP and JPilot
14798
14799         * src/summaryview.c
14800                 revert Christoph's bugfix for selecting next unread message, 
14801                 because folder stats aren't updated correctly
14802
14803 2001-07-08 [hoa]
14804
14805         * src/filtering.c
14806         * src/mainwindow.c
14807         * src/matcher.c
14808         * src/matcher_parser_lex.l
14809         * src/matcher_parser_parse.y
14810         * src/prefs_filtering.c
14811         * src/prefs_scoring.c
14812         * src/scoring.c
14813                 bugfix of the config file parser
14814
14815 2001-07-08 [alfons]
14816
14817         * src/Makefile.am
14818                 added generated matcher sources to BUILT_SOURCES
14819
14820 2001-07-08 [hoa]
14821
14822         * src/Makefile.am
14823         * src/.cvsignore
14824                 added new config file parser
14825
14826         * src/scoring.[ch]
14827         * src/filtering.[ch]
14828         * src/matcher.[ch]
14829         * src/prefs_filtering.c
14830         * src/prefs_matcher.c
14831         * src/prefs_scoring.c
14832         * added src/matcher_parser.h
14833         * added src/matcher_parser_lex.h
14834         * added src/matcher_parser_lex.l
14835         * added src/matcher_parser_parse.y
14836                 lex & yacc config file parser
14837
14838         * src/mbox.c
14839         * src/inc.c
14840         * src/main.c
14841                 changes prefs_filtering into global_filtering           
14842
14843         * src/summaryview.c
14844                 build threads with subjects only if "Re: " is at the
14845                 beginning of the subject
14846
14847 2001-07-07 [paul]
14848
14849         0.5.0claws
14850
14851         sync with sylpheed 0.5.0
14852                 change of version number only
14853
14854 2001-07-06 [paul]
14855
14856         0.5.0claws5
14857
14858         sync with sylpheed 0.5.0pre5
14859
14860 2001-07-05 [paul]
14861
14862         sync with sylpheed 0.5.0pre4 release
14863                 /po and /manual/ja not sync'ed
14864
14865 2001-07-04 [paul]
14866
14867         more sync with sylpheed 0.5.0pre4
14868
14869 2001-07-03 [christoph]
14870
14871         * src/addressbook.c
14872                 fixed address book broken by address book
14873                 for VCard, JPilot, LDAP
14874
14875 2001-07-03 [alfons]
14876
14877         * src/matcher.c
14878         * src/textview.c
14879                 stopped memory leaks
14880
14881 2001-07-03 [paul]
14882
14883         more sync with sylpheed 0.5.0pre4
14884
14885 2001-07-02 [match]
14886
14887         * included address book patch for VCard, JPilot, LDAP
14888         * pref_common.c - fixed Font options on Display tab (cosmetic)
14889         * alertpanel.c - fixed truncated message
14890
14891 2001-07-02 [christoph]
14892
14893         * src/mbox_folder.c
14894         * src/procmsg.[ch]
14895         * src/summaryview.c
14896                 mark threads for ignoring
14897
14898 2001-07-02 [paul]
14899
14900         0.5.0claws4
14901
14902         * sync with sylpheed 0.5.0pre4
14903                 updated gettext to 0.10.38.
14904
14905 2001-07-01 [paul]
14906
14907         * src/ mainwindow.c
14908         * src/procmsg.h
14909         * src/summaryview.[ch]
14910                 new right-click option: Label.
14911                 substitute for 'Mark-->Mark/Unmark', colours the line.
14912                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
14913
14914 2001-07-01 [christoph]
14915
14916         * src/folderview.c
14917                 fixed font for trash
14918         * src/summaryview.c
14919                 move ctree to unread message
14920
14921 2001-07-01 [paul]
14922
14923         * sync with sylpheed 0.5.0pre3 release
14924
14925 2001-06-30 [alfons]
14926
14927         * src/filesel.[ch]
14928         * src/compose.c
14929                 allow inserting / attaching multiple files in
14930                 the composer window
14931
14932 2001-06-30 [paul]
14933
14934         * src/codeconv.c
14935                 small change to Alfons' previous stuff so that it
14936                 actually makes
14937
14938 2001-06-30 [alfons]
14939
14940         * lots of files changed; first attempt to merge the changes
14941           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
14942
14943 2001-06-30 [paul]
14944
14945         * po/pt_BR.po
14946                 updated and completed, translations by Fabio
14947                 Junior Beneditto <fjbeneditto@yahoo.com.br>
14948
14949 2001-06-29 [alfons]
14950
14951         * src/compose.c
14952         * src/mimeproc.[ch]
14953                 allow selecting an attached files' mime type from a 
14954                 list of types.
14955
14956 2001-06-29 [paul]
14957
14958         * more sync with sylpheed 0.5.0pre3
14959
14960 2001-06-29 [paul]
14961
14962         * po/pt_BR.po
14963                 merge with sylpheed.pot and pt_BR.po provided by
14964                 Fabio Junior Beneditto.
14965
14966 2001-06-29 [darko]
14967
14968         * src/procmime.c
14969                 make MIME types case insensitive
14970
14971 2001-06-28 [alfons]
14972
14973         * po/nl.po
14974                 merge with sylpheed.pot and old nl.po; translations added.
14975
14976 2001-06-28 [paul]
14977
14978         * more sync with sylpheed 0.5.0pre3
14979
14980 2001-06-27 [alfons]
14981
14982         * src/summaryview.c
14983                 don't crash when removing parent node of messages
14984                 attracted by subject. this was caused by not deleting
14985                 the parent node from the subject line hash table.
14986
14987 2001-06-27 [alfons]
14988
14989         * src/summaryview.c
14990         * src/compose.[ch]
14991         * src/mainwindow.c
14992                 if there are multiple messages selected, allow forwarding
14993                 them as attachments.
14994
14995 2001-06-27 [paul]
14996
14997         * more sync with sylpheed 0.5.0pre3
14998
14999 2001-06-26 [paul]
15000
15001         0.5.0claws3
15002
15003         * sync with sylpheed 0.5.0pre3
15004
15005 2001-06-25 [paul]
15006
15007         * src/mainwindow.c
15008                 fixed 'compose news article' bug
15009                 from icon-and-text toolbar
15010
15011 2001-06-25 [paul]
15012
15013         * sync with sylpheed 0.5.0pre2 release
15014
15015 2001-06-24 [christoph]
15016
15017         * src/prefs_common.c
15018                 bug fix in font selection
15019         * src/folderview.c
15020                 use sylpheed's normal font instead of
15021                 gtk default font for folders without
15022                 new messages
15023
15024 2001-06-24 [alfons]
15025
15026         * src/mainwindow.[ch]
15027                 added composite compose mail / news button (an idea by Leandro
15028                 Pereira <leandro@linuxmag.com.br>)
15029
15030 2001-06-24 [paul]
15031
15032         Added instructions for ldif-to-xml.py
15033
15034         * tools/README
15035
15036 2001-06-23 [alfons]
15037
15038         Some minor things.
15039
15040         * src/pixmaps/stock_news_compose.xpm
15041                 added pixmap by Leandro
15042         * src/prefs_common.c
15043                 tested built-in spelling checker of GCC 3.0 :)
15044         * po/nl.po
15045                 merged dutch translation of sylpheed-main with
15046                 sylpheed.pot
15047
15048 2001-06-23 [paul]
15049
15050         Added tools directory and files.
15051
15052         * tools/filter_conv.pl
15053                 converts old filter system to new filtering system
15054         * tools/ldif-to-xml.py
15055                 converts netscape addressbook to sylpheed addressbook
15056         * tools/README
15057                 descriptions/instructions for above two files
15058
15059 2001-06-23 [christoph]
15060
15061         * src/inc.c
15062         * src/manage_window.[ch]
15063         * src/prefs_common.[ch]
15064                 mail retrieval dialog can be enabled, disabled
15065                 or hidden if non of sylpheed's windows is active
15066
15067 2001-06-22 [paul]
15068
15069         0.5.0claws2
15070
15071         * sync with sylpheed 0.5.0pre2
15072
15073 2001-06-21 [christoph]
15074
15075         * src/summaryview.c
15076                 show recipient on 'from' for all accounts
15077                 
15078         * src/inc.c
15079         * src/prefs_common.[ch]
15080                 disable error popup on mail receive errors
15081
15082 2001-06-21 [alfons]
15083
15084         * src/compose.c
15085                 made the ruler correctly appear and disappear.
15086
15087         * src/Makefile.am
15088                 removed Hoa's work-in-progress-stuff (interesting!) so 
15089                 claws compiles ok.
15090
15091 2001-06-20 [christoph]
15092
15093         * src/inc.c
15094         * src/progressdialog.c
15095                 added scrolled window for list in progressdialog
15096
15097 2001-06-20 [paul]
15098
15099         sync with sylpheed 0.5.0pre1 release
15100
15101 2001-06-20 [christoph]
15102
15103         * src/summeryview.c
15104                 make building threads by subject work when
15105                 thread view is enabled
15106                 
15107         * src/compose.c
15108         * src/prefs_common.[ch]
15109                 automatically select account for mail replys
15110
15111 2001-06-19 [sergey]
15112
15113         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15114         they are filled in from the account settings.
15115
15116 2001-06-19 [paul]
15117
15118         * more sync with sylpheed 0.5.0pre1
15119
15120 2001-06-18 [alfons]
15121
15122         * src/Makefile.am,
15123           src/procmime.c
15124                 added --sysconfdir to CPPFLAGS for pointing to the correct
15125                 location of mime.types. 
15126
15127                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15128                 or ./configure!
15129
15130 2001-06-18 [hoa]
15131
15132         * src/summaryview.c
15133                 fixed some bug when building threads
15134
15135 2001-06-18 [pau]l
15136
15137         * src/prefs_account.c
15138                 UI stuff: More changes to the English
15139
15140 2001-06-18 [paul]
15141
15142         * src/pixmaps/stock_news_compose.xpm: new file
15143         * src/Makefile.am
15144         * src/mainwindow.c
15145         * src/summaryview.c
15146                 Added new icon for Hoa's 'compose a news
15147                 message', plus minor improvements to the
15148                 English
15149
15150         * po/ja.po
15151         * ChangeLog
15152         * ChangeLog.jp
15153                 more sync with sylpheed 0.5.0pre1
15154
15155 2001-06-18 [hoa]
15156
15157         * src/compose.[ch]
15158         * src/mainwindow.c
15159                 Follow-up and reply to
15160
15161         * src/summaryview.[ch]
15162                 Build threads also with subjects
15163
15164 2001-06-17 [hoa]
15165
15166         * src/compose.c
15167                 forwarding use the current account.
15168
15169         * src/mainwindow.c
15170                 the "compose message" button has been replaced with
15171                 "new mail" and "new news" buttons
15172
15173         * src/prefs_common.[ch]
15174                 added a configuration option to use the forward button
15175                 as "forward as attachment"
15176                 changed reply and forward format description
15177
15178         * src/quote_fmt_lex.l
15179         * src/quote_fmt_parse.y
15180                 added message with no signature in format for reply
15181                 and forward.
15182
15183 2001-06-17 [paul]
15184
15185         Minor UI stuff
15186
15187         * src/mainwindow.c
15188         * src/summaryview.c
15189                 Improvements to the English
15190
15191         * src/prefs_common.c
15192                 Improvements to the English and some
15193                 clarity/continuity improvements in the
15194                 description of Quote symbols.
15195
15196 2001-06-17 [paul]
15197
15198         0.5.0claws1
15199
15200         * sync with sylpheed 0.5.0pre1
15201
15202 2001-06-17 [hoa]
15203
15204         * src/compose.c
15205                 Better interface for compose, displayed fields
15206                 are updated whenever we change account.
15207                 Newsgroups field is automatically filled.
15208
15209         * src/mainwindow.c
15210                 Newsgroups field is automatically filled.
15211
15212         * src/prefs_account.c
15213                 Some interface stuff when fields appear and
15214                 disappear.
15215
15216 2001-06-16 [paul]
15217
15218         0.4.99claws
15219
15220         * sync with sylpheed 0.4.99
15221
15222 2001-06-16 [sergey]
15223
15224         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
15225         base64_decoder_free, base64_decoder_decode): new object and
15226         functions for decoding base64 streams.
15227         * src/procmime.c (procmime_decode_content): modified to use the
15228         new base64 decoder.
15229
15230 2001-06-15 [paul]
15231
15232         0.4.99claws10
15233
15234         * sync with sylpheed 0.4.99cvs11
15235
15236 2001-06-13 [paul]
15237
15238         0.4.99claws9
15239
15240         * sync with sylpheed 0.4.99cvs9
15241
15242 2001-06-13 [hoa]
15243
15244         * src/compose.c
15245         * src/prefs_account.c
15246
15247                 SMTP server can be defined in the news account
15248                 mime type of attachment are kept.
15249
15250         * src/summaryview.c
15251
15252                 now choose the highest important score between default
15253                 and important score of folder.
15254
15255 2001-06-09 [alfons]
15256         
15257         * src/prefs_common.c: 
15258
15259                 (prefs_quote_description_create): corrected description of 
15260                 quote format characters
15261
15262 2001-06-09 [paul]
15263
15264         0.4.99claws8
15265
15266         * sync with sylpheed 0.4.99cvs8
15267
15268 2001-06-08 [sergey]
15269
15270         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
15271         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
15272
15273 2001-06-08 [paul]
15274
15275         0.4.99claws7
15276
15277         * sync with sylpheed 0.4.99cvs7
15278
15279 2001-06-06 [sergey]
15280
15281         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
15282         clashes with autogenerated header).
15283         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
15284         * src/Makefile.am: added quote_fmt.h.
15285         * src/.cvsignore: added lex/yacc autogenerated files
15286         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
15287
15288 2001-06-06 [paul]
15289
15290         0.4.99claws6
15291
15292         * sync with sylpheed 0.4.99cvs6
15293
15294 2001-06-06 [hoa]
15295
15296         * added src/quote_fmt_parse.h
15297         * src/compose.c
15298                 removed warnings
15299
15300         * src/prefs.[ch]
15301                 don't modify readonly configuration files
15302
15303         * src/prefs_account.c
15304         * src/prefs_common.c
15305         * src/prefs_customheader.c
15306         * src/prefs_display_header.c
15307         * src/prefs_filter.c
15308         * src/prefs_filtering.c
15309         * src/prefs_scoring.c
15310                 don't open dialog box when configuration files
15311                 are readonly
15312
15313 2001-06-05 [sergey]
15314
15315         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15316
15317         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15318         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15319         BUILT_SOURCES to make all files rebuild properly.
15320
15321         * src/compose.c: removed #include "quote_fmt.tab.h".
15322
15323         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15324         CHARACTER value in yylval.
15325
15326         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15327         receive CHARACTER value by documented means (yylval).
15328
15329         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15330
15331 2001-06-05 [hoa]
15332
15333         * src/Makefile.am
15334                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15335
15336         * src/filtering.c
15337         * src/matcher.c
15338         * src/matcher.h
15339         * src/prefs_filtering.c
15340                 now keep the configuration for execute action
15341
15342         * src/mbox_folder.c
15343                 fixed a warning
15344
15345 2001-06-05 [paul]
15346
15347         * sync with sylpheed 0.4.99cvs5
15348
15349 2001-06-05 [hoa]
15350
15351         * src/Makefile.am
15352                 added quote_fmt.[ch]
15353
15354         * added src/quote_fmt.y
15355         * added src/quote_fmt.l
15356         * added src/quote_fmt.tab.h
15357         * added src/quote_fmt.tab.c
15358         * added src/lex.quote_fmt.c
15359                 parsing configuration for replying
15360                 and forwarding
15361
15362         * src/prefs_common.[ch]
15363                 added configuration UI for replying
15364                 and forwarding
15365
15366         * src/compose.c
15367                 using configuration for replying
15368                 and forwarding
15369
15370 2001-06-04 [hoa]
15371
15372         * src/filtering.c
15373         * src/matcher.c
15374         * src/matcher.h
15375         * src/prefs_filtering.c
15376         * src/prefs_matcher.c
15377         * src/prefs_matcher.h
15378                 action "run a command" for filtering
15379                 and matching with a command.
15380                 fixed the "whole message" matching
15381
15382         * src/mbox_folder.c
15383                 changed temporary filename for security
15384
15385         * src/messageview.c
15386                 queue the notification if it fails to send.
15387
15388         * src/prefs_common.c
15389         * src/prefs_folder_item.c
15390                 changed the default important score             
15391
15392         * src/prefs_scoring.c
15393         * src/scoring.c
15394                 hide kill score input when the folder is not
15395                 a newsgroup
15396
15397 2001-06-03 [alfons]
15398
15399         * src/prefs_common.c:
15400
15401                 (prefs_font_select): pass font name in font entry box to font
15402                 selection dialog.
15403
15404 2001-06-03 [sergey]
15405
15406         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
15407
15408 2001-06-03 [paul]
15409
15410         * sync with sylpheed 0.4.99cvs4
15411
15412 2001-06-03 [alfons]
15413
15414         * src/headerwindow.c:
15415
15416                 (headerwindow_show_cb): use the selected summary view item, not
15417                 the displayed item.
15418
15419 2001-06-02 [alfons]
15420
15421         * src/headerwindow.c:
15422
15423                 (headerwindow_show_cb): always try to show msginfo
15424
15425 2001-06-02 [hoa]
15426
15427         * src/compose.c
15428                 keep attached parts when reediting or forwarding.
15429
15430 2001-06-01 [hoa]
15431
15432         * src/folderview.c
15433         * src/prefs_folder_item.[ch]
15434         * src/prefs_scoring.[ch]
15435         * src/scoring.[ch]
15436         * src/summaryview.[ch]
15437         * src/main.c
15438         * src/mainwindow.c
15439         * src/prefs_common.[ch]
15440                 support for folder scoring
15441                 kill score and important score for messages
15442         
15443         * src/prefs_account.c
15444                 some display bug fixed for local account
15445                 preferences
15446
15447 2001-05-31 [alfons]
15448
15449         * src/summaryview.c:
15450
15451                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
15452                 sender to address book menu item is disabled.
15453
15454 2001-05-30 [hoa]
15455
15456         * src/filtering.[ch]
15457         * src/summaryview.c
15458                 handling summary menu / filter messages
15459
15460         * src/folder.[ch]
15461                 add some stuff
15462
15463         * src/foldersel.c
15464                 imap folders now appears in list
15465
15466         * src/mbox_folder.c
15467                 doesn't crash if destination mail is not writeable
15468
15469 2001-05-29 [hoa]
15470
15471         * src/compose.c
15472                 removed some warnings
15473
15474         * src/filtering.c
15475         * src/folder.[ch]
15476         * src/prefs_filtering.c
15477                 global string to identify any folders           
15478                 removed some debug info
15479                 filtering to mbox folders is now possible
15480
15481         * src/mainwindow.c
15482                 removed some warnings
15483
15484         * src/mbox_folder.c
15485                 permission on files are changed to read/write for user only,
15486                 nothing for other.
15487                 creation of subfolder is handled better.
15488
15489 2001-05-28 [alfons]
15490
15491         Verified the sync for src/prefs_common.[ch] and
15492         src/prefs_account.[ch]. I believe there were some
15493         minor indentation differences.
15494
15495 2001-05-28 [paul]
15496
15497         0.4.99claws3
15498
15499         * sync with 0.4.99cvs3
15500
15501 2001-05-28 [hoa]
15502
15503         * src/compose.c
15504                 handling flags for mbox format
15505
15506         * src/filtering.c
15507                 use of mark file only for MH format
15508                 handling flags for mbox format
15509                 filtering cannot yet move or copy mails to mbox folders.
15510
15511         * src/folder.[ch]
15512                 changed move_msg, copy_msg,
15513                 move_msgs_with_dest, copy_msgs_with_dest functions
15514                 uses only folder->copy_msg() function
15515                 uses folder->finished_copy() to handle the destination
15516                 folder at the end of the copy or move operation.
15517
15518         * src/foldersel.c
15519                 included mbox directories.
15520
15521         * src/folderview.[ch]
15522         * src/mainwindow.c
15523                 handle folders operation for mbox format
15524
15525         * src/mbox.c
15526                 disable conversion of "From " header
15527
15528         * src/mbox_folder.[ch]
15529                 completion of mbox format handling
15530
15531         * src/mh.c
15532                 changed mh_copy_msg() function and
15533                 removed mh_move_msg(), mh_move_msgs_with_dest(),
15534                 mh_copy_msgs_with_dest()
15535
15536         * src/prefs_filtering.c
15537                 removed some warnings
15538
15539         * src/prefs_matcher.c
15540                 default boolean operation is AND
15541
15542         * src/procheader.c
15543                 handling flags for mbox format
15544                 handling of "From " header
15545
15546         * src/procmsg.[ch]
15547                 removed data field
15548                 added MSG_REALLY_DELETED flags to handle deletion of
15549                 messages in mbox format.
15550
15551         * src/summaryview.c
15552                 handling flags for mbox format
15553                 disable the MSG_DELETED flags when messages
15554                 are deleted in mbox format
15555
15556         * src/textview.c
15557                 "From " headers display fixed.
15558
15559 2001-05-27 [alfons]
15560
15561         * src/textview.c:
15562                 
15563                 (get_email_part): skip quoted email addresses, like in e.g.
15564                 "'alfons@proteus.demon.nl'".
15565
15566 2001-05-26 [alfons]
15567
15568         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
15569         and fixing the persistence troubles when using separate windows.
15570
15571         * src/mainwindow.c:
15572         
15573             Added #define SEPARATE_ACTION used in the gtk item factory for 
15574             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
15575                 use gtk_item_factory_get_widget_by_action() to get the items.
15576                 
15577             Removed separate_widget_cb from the gtk item factory data   
15578           
15579             (mainwindow_create): connect separate_widget_cb() to check
15580             menu item "toggled" signal. also passing a MainWindow pointer
15581                 as object data for both check menu items.
15582                 
15583             (separate_widget_cb): definition of separate_widget_cb() to match
15584             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
15585                 window using gtk_object_get_data(). The type of window separation 
15586                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
15587         
15588         * src/prefs_filtering.c,
15589           src/prefs_matcher.c: added horizontal scrollbars
15590
15591 2001-05-25 [darko]
15592
15593         * src/headerview.c
15594                 fix segfault with invalid bold font
15595         * src/summaryview.c
15596                 correctly display summary stats after row is marked
15597
15598 2001-05-23 [sergey]
15599
15600         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
15601         encodings with libjconv.
15602
15603 2001-05-23 [hoa]
15604
15605         * src/Makefile.am
15606                 added mbox_folder.[ch]
15607         * src/defs.h
15608                 mbox temporary folder
15609         * src/folder.[ch]
15610         * added src/mbox_folder.[ch]
15611         * src/folderview.c
15612         * src/procheader.[ch]
15613                 added mbox support
15614         * src/mbox.c
15615                 bugfix for file incorporation filtering
15616         * src/imap.c
15617                 enable creation of MBOX
15618         * src/prefs_display_header.c
15619                 enable use of headers like "From "
15620                 something that should be fixed :
15621                         displaying of such headers add an extra space
15622         * src/prefs_folder_item.c
15623                 don't create folders because it is not necessary
15624         * src/procmsg.h
15625                 added data field to MsgInfo for mbox internal use
15626         * src/summaryview.c
15627                 added some support for mbox
15628         * src/utils.[ch]
15629                 added get_mbox_cache_dir() function
15630
15631 2001-05-23 [hiroyuki]
15632
15633         * src/headerwindow.c
15634           src/inc.c
15635           src/main.c
15636           src/mh.c
15637           src/nntp.c
15638           src/procmsg.h
15639           src/session.h
15640           src/socket.[ch]
15641           src/summaryview.c
15642           src/textview.c
15643           src/automaton.c
15644           src/folderview.c: more sync with 0.4.99cvs2.
15645
15646         * src/headerwindow.c: reverted.
15647
15648 2001-05-22 [paul]
15649
15650         0.4.99claws2
15651
15652         * sync with sylpheed 0.4.99cvs2
15653                 * src/news.[ch]
15654                 * src/nntp.[ch]
15655                 * INSTALL
15656                 * INSTALL.jp
15657
15658 2001-05-22 [alfons]
15659
15660         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
15661
15662 2001-05-21 [alfons]
15663
15664         Minor things:
15665
15666         * configure.in: if gnome-config not found, "no" is displayed
15667         
15668         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
15669
15670         * src/textview.c: now also possible to add mail addresses by right
15671           clicking in the text view
15672
15673         * src/codeconv.c: merged patch which fixes endless loop when encountering
15674           invalid wide characters; from Alte <010@imis.ru>  
15675
15676 2001-05-20 [alfons]
15677
15678         Added installation of gnome specific things:
15679
15680         * Makefile.am: gnome conditional
15681
15682         * configure.in: check for installed gnome
15683
15684         * added sylpheed.png, sylpheed.desktop
15685
15686 2001-05-20 [sergey]
15687
15688         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
15689
15690         * src/mainwindow.h (main_window_toolbar_create): created a button
15691         for "Reply to all".
15692         (main_window_set_toolbar_sensitive): enable/disable the new button
15693         appropriately.
15694         (toolbar_reply_to_author_cb): handle the new button.
15695
15696         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
15697         send_progress_dialog_destroy() on failure (fixes hang on SMTP
15698         failure).
15699
15700 2001-05-19 [sergey]
15701
15702         * src/compose.h (ComposeReplyMode): new modes
15703         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
15704         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
15705
15706         * src/compose.c
15707         (compose_send): move some code into a new function:
15708         (compose_current_mail_account): new function.
15709         (compose_reply): new argument to_author, all callers changed; if
15710         to_author==TRUE and account->protocol==A_NNTP, find and use an
15711         appropriate mail account for replying.
15712         (compose_reply_set_entry): new argument to_author; ignore
15713         compose->replyto if to_author==TRUE.
15714
15715         * src/mainwindow.c: new command "Message/Reply to author".
15716         (main_window_set_menu_sensitive): enable/disable it.
15717         (reply_cb): handle it.
15718
15719         * src/summaryview.c: new command "Reply to author".
15720         (summary_set_menu_sensitive): enable/disable it.
15721         (summary_reply_cb): handle it.
15722
15723         * src/account.c (account_find_mail_from_address): new function.
15724
15725 2001-05-18 [paul]
15726
15727         0.4.99claws1
15728
15729         * sync with sylpheed 0.4.99cvs1
15730
15731 2001-05-18 [hoa]
15732
15733         * src/compose.[ch]
15734         * src/filtering.c
15735         * src/summaryview.c
15736                 new filtering action : forward and forward as attachment
15737
15738         * src/main.c
15739                 no need for $DISPLAY when we run sylpheed --help
15740                 call to parse_cmd_opt() is moved
15741
15742         * src/mainwindow.[ch]
15743                 execute button is hidden when immediate execute
15744                 is chosen
15745
15746         * src/mh.c
15747         * src/news.c
15748         * src/prefs_folder_item.c
15749         * src/procmsg.c
15750                 better handling of missing directories
15751
15752         * src/summaryview.c
15753                 reedit is enabled in outbox
15754                 reedit is enabled in queue
15755
15756 2001-05-17 [hoa]
15757
15758         * src/filtering.c
15759         * src/matcher.[ch]
15760         * src/prefs_filtering.c
15761                 changed attachement into attachment
15762
15763 2001-05-17 [alfons]
15764
15765         0.4.67claws4    
15766
15767         * sync with sylpheed 0.4.67cvs9
15768         * sync with sylpheed 0.4.67cvs7-8
15769
15770 2001-05-17 [hoa]
15771
15772         * src/Makefile.am
15773                 added prefs_filtering.c
15774
15775         * src/filtering.[ch]
15776         * src/matcher.[ch]
15777                 removed action : forward_news and forward_news_as_attachement
15778                 (forward and forward_as_attachement can be used instead)
15779
15780         * src/mainwindow.c
15781                 added menu option to access filtering configuration
15782
15783         * src/prefs_account.c
15784                 changed mail_command default to /usr/sbin/sendmail
15785
15786         * added src/prefs_filtering.[ch]
15787                 dialog box for filtering configuration
15788
15789         * src/prefs_matcher.c
15790                 added function prefs_matcher_get_criteria_from_matching()
15791
15792         * src/prefs_scoring.c
15793                 reset the dialog when register or substitute is clicked
15794
15795 2001-05-15 [hoa]
15796
15797         * src/Makefile.am
15798                 added filtering.[ch]
15799         * src/inc.c
15800                 using filering.[ch] instead of filter.[ch]
15801         * src/main.c
15802                 reading new filtering configuration
15803         * src/matcher.[ch]
15804                 added some filtering actions
15805                 and fixed a bug for headers and mail body matching
15806         * src/mbox.c
15807                 using filering.[ch] instead of filter.[ch]
15808         * src/mh.c
15809                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
15810         * src/summaryview.c
15811                 some fixes for filtering
15812
15813 2001-05-14 [hiroyuki]
15814
15815         * src/send.c: fixed some weird indentations.
15816           send_message_with_command(): call pclose() only if p != NULL.
15817         * src/textview.c: get_email_part(): modified the code for readability.
15818
15819 2001-05-14 [hiroyuki]
15820
15821         * src/md5global.h
15822           src/md5ify.c
15823           src/md5ify.h: removed from the cvs.
15824
15825 2001-05-13 [sergey]
15826
15827         * src/main.c: include rfc2015.h to avoid compiler warnings.
15828         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
15829         the panel is already on screen.
15830         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
15831         closing the alert window by ESC as "No".
15832         * src/prefs_common.c (prefs_interface_create): moved return
15833         receipt check button to the correct place.
15834
15835 2001-03-13 [alfons]
15836
15837         * src/prefs_common.c: 
15838                 moved return receipt check button to the Send tab. (prefs_send_create)
15839                 removed the date format ui related globals. (prefs_display_create)
15840
15841         0.4.67claws3
15842         
15843         * sync with sylpheed 0.4.67cvs5-6
15844
15845 2001-05-13 [paul]
15846
15847         * added Alfons' font selection patch
15848
15849         * src/defs.h
15850         * src/headerwindow.c
15851         * src/prefs_common.c
15852         * src/prefs_common.h
15853
15854 2001-05-13 [hoa]
15855         * src/defs.h
15856                 changed version of cache
15857         * src/matcher.[ch]
15858         * src/prefs_matcher.c
15859                 added additionnal matching criteria
15860         * src/procheader.c
15861         * src/procmsg.[ch]
15862         * src/news.c
15863                 added references in MsgInfo
15864
15865 2001-05-12 [hoa]
15866
15867         * src/defs.h
15868                 prepared some things for new filtering
15869         * src/matcher.[ch]
15870                 added some matching properties
15871                 inreplyto need to be enhanced
15872                 prepared some things for new filtering
15873         * src/messageview.c
15874                 added Return-Receipt-To handling
15875         * src/prefs_folder_item.c
15876                 changed default value to TRUE
15877         * src/prefs_matcher.c
15878                 added some matching properties
15879         * src/prefs_scoring.[ch]
15880                 the scoring dialog is finished
15881         * src/procheader.c
15882                 added Return-Receipt-To handling
15883                 Reference need to be added
15884         * src/procmsg.[ch]
15885                 added Return-Receipt-To handling
15886                 added threadscore to get a better score sorting when
15887                 threads are enabled
15888         * src/summaryview.c
15889                 suppressed a bug when we sort the list
15890                 when no folder is opened.
15891                 better score sorting when threads are enabled
15892
15893 2001-05-12 [alfons]
15894
15895         * reverted previous patch because of potential errors 
15896
15897         0.4.67claws2
15898         
15899         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
15900                 applied "toggle mail-retrieval dialog window" patch submitted 
15901                 by Eric Limpens <eric@qnt.net>
15902
15903         * sync with sylpheed 0.4.67cvs4
15904
15905 2001-05-12 [sergey]
15906
15907         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
15908         some picky compilers.
15909         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
15910         * src/grouplist_dialog.c: include alertpanel.h.
15911         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
15912         fix compile warning.
15913         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
15914         #include "defs.h" before others to prevent the warning of `MIN'
15915         and `MAX' redefinition.
15916
15917 2001-05-11 [hoa]
15918
15919         * src/main.c
15920         * src/messageview.c
15921         * src/prefs_account.c
15922         * src/prefs_display_header.c
15923                 removed warning
15924         * src/Makefile.am
15925                 added prefs_scoring.[ch]
15926         * src/grouplist_dialog.c
15927                 display an error dialog box if the group list
15928                 cannot be fetched.
15929         * src/mainwindow.[ch]
15930                 added main_window_set_thread_option() function
15931                 scoring dialog box enabled
15932         * src/matcher.[ch]
15933                 added flags matching unread /new / marked
15934                 / deleted / replied / forwarded
15935         * src/news.c
15936                 newsgroups are now finally in newscache
15937         * src/prefs_matcher.[ch]
15938                 finished preferences for matching dialog
15939         * added src/prefs_scoring.[ch]
15940                 scoring dialog box completed
15941         * src/scoring.[ch]
15942                 conversion to string : added scoringprop_to_string()
15943                 write config for preferences :
15944                 added prefs_scoring_write_config()
15945         * src/summaryview.c
15946                 threads can be enabled/disabled independently
15947                 for each folder
15948
15949 2001-05-10 [alfons]
15950
15951         0.4.67claws1
15952         
15953         * AUTHORS: 
15954                 thought it would be nice to have a list of all
15955                 contributors (used Changelog as a reference)
15956         
15957         * configure.in: 
15958                 messed up version numbering...
15959
15960         0.4.66claws1
15961
15962         * sync with sylpheed 0.4.67cvs1-3
15963
15964 2001-05-10 [darko]
15965
15966         * src/prefs_common.c:
15967                 better UI for strftime format, double clicking
15968                 on format now inserts the format in text entry
15969                 replaced close button with standard OK/Cancel
15970                 moved date format button to the right of the
15971                 text entry field
15972
15973 2001-05-09 [alfons]
15974
15975         * src/gtkstext.c:
15976                 Ctrl-Home / Ctrl-End have proper cursor navigation
15977
15978 2001-05-09 [hoa]
15979
15980         * src/prefs_matcher.c
15981                 finished UI to define matching properties
15982                 added ok and cancel button
15983         * src/prefs_filter.c
15984                 added ok and cancel button
15985         * src/news.c
15986                 fixed some bug in xhdr parsing
15987
15988 2001-05-08 [alfons]
15989
15990         * src/textview.c: 
15991                 fixed a bug in textview_show_header(), which displayed two colons (':');
15992                 cleaned up some warnings
15993
15994 2001-05-08 [hoa]
15995
15996         * src/Makefile.am
15997                 added prefs_matcher.[ch]
15998                 compilation with -W -Wall
15999         * src/alertpanel.c
16000                 ungrab the mouse events if grabbed - does it
16001                 fix the bug for disposition notification ?
16002         * src/mainwindow.c
16003                 added a menu option to open the matching dialog.
16004         * src/matcher.[ch]
16005                 added matcherprop_to_string() and matcherlist_to_string()
16006                 fixed some bugs, changed the name of some options
16007                 age_sup and age_inf becomes age_greater and age_lower,
16008                 body and messageheaders becomes body_part and headers_part,
16009                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16010         * src/prefs_display_header.c
16011         * src/prefs_headers.c
16012                 fixed a bug that accidentally destroyed dialogs
16013                 when closed them with delete_event
16014                 Added *_deleted() which handle delete_event signal correctly.
16015         * src/prefs_folder_item.[ch]
16016                 added "enable_thread" field for future customization
16017         * added src/prefs_matcher.[ch]
16018                 sample of the UI to define matching properties
16019         * src/procheader.c
16020                 using procheader_headername_equal instead of str*cmp functions
16021                 using procheader_parse_header() function
16022         * src/scoring.c
16023                 using MATCHING_XXX instead of SCORING_XXX
16024         * src/summaryview.c
16025                 display the sender of the news even if this is ourself
16026                 when this is a news message.
16027         * src/textview.c
16028                 using headername_equal() instead of str*cmp functions
16029
16030 2001-05-08 [alfons]
16031
16032         0.4.66claws
16033
16034         * sync with sylpheed 0.4.66
16035         * src/gtkstext.c: trace logs added 
16036
16037 2001-05-08 [sergey]
16038
16039         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16040         signature check popup.
16041         * src/rfc2015.c (check_signature): show signature check popup only
16042         if it is enabled in preferences.
16043
16044 2001-05-07 [alfons]
16045
16046         0.4.66claws4
16047         
16048         * sync with sylpheed 0.4.66cvs6
16049
16050 2001-05-07 [darko]
16051
16052         * src/prefs_common.[ch]: added option to enable/disable
16053           looking up sender name in address book for summary pane
16054         * src/summaryview.c: look up sender in the address book
16055           by using Alfons' address completion code
16056
16057 2001-05-07 [hiroyuki]
16058
16059         * src/inc.h
16060           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16061           member of Pop3State.
16062         * src/news.c: brought #include "defs.h" before #include <glib.h>
16063           to prevent the warning of `MIN' and `MAX' redefinition.
16064
16065 2001-05-06 [hoa]
16066
16067         * removed src/headers_display.[ch]
16068         * removed src/prefs_display_headers.[ch]
16069         * src/inc.c
16070                 use a temporary file in the user directory for mbox import
16071         * src/news.c
16072                 added XHDR support to get "To" and "Cc" headers
16073                 (in order to match news with to or cc field for
16074                 scoring)
16075                 added function news_parse_xhdr() to get XHDR response
16076         * src/nntp.[ch]
16077                 added function nntp_xhdr()
16078         * src/matcher.c
16079                 fetch the message if necessary
16080
16081 2001-05-06 [alfons]
16082
16083         0.4.66claws3
16084
16085         * sync with sylpheed 0.4.66cvs3-5
16086
16087 2001-05-06 [hoa]
16088
16089         * src/utils.[ch]
16090                 added function itos_buf() to enable use of several buffers
16091         * src/summaryview.c
16092                 use of itos_buf() instead of itos() in summary list
16093                 to fix the broken display of message number.
16094
16095 2001-05-06 [alfons]
16096
16097         * src/gtkstext.c: bug in cursor up navigation fixed,
16098                 fixed another unsigned / signed comparison (we're getting there :-)
16099
16100 2001-05-06 [hoa]
16101
16102         * src/Makefile.am
16103                 added scoring.c scoring.h
16104                 prefs_folder_item.c prefs_folder_item.h
16105                 matcher.c matcher.h
16106         * src/defs.h
16107                 added FOLDERITEM_RC SCORING_RC
16108         * src/folder.[ch]
16109                 added prefs field in FolderItem :
16110                 properties for each folder (PrefsFolderItem),
16111                 sorting type and mode were added as the first properties.
16112         * src/main.c
16113                 read config for scoring
16114         * added src/matcher.[ch]
16115                 gives functions to parse configuration file to do
16116                 matching on mails with a list of conditions.
16117         * src/mainwindow.c
16118                 add option to sort by score
16119         * src/prefs_common.[ch]
16120                 added preference option to show score and for
16121                 the score column size
16122         * added src/prefs_folder_item.[ch]
16123                 properties for each folder (PrefsFolderItem),
16124                 sorting type and mode were added as the first properties.
16125         * src/procheader.[ch]
16126                 added procheader_parse_header()
16127                 added procheader_header_free()
16128                 added procheader_headername_equal()
16129                 and made modification to use them.
16130         * src/procmsg.[ch]
16131                 added score field to MsgInfo structure
16132         * added src/scoring.[ch]
16133                 gives functions to parse configuration file to do
16134                 scoring on mails with a list of conditions.
16135         * src/summaryview.[ch]
16136                 save the sorting type and mode for the folder
16137                 added column to display the score of the mail
16138                 added function summary_score_clicked()
16139                 sorting type and mode are restored to the folder
16140                 when it is reopen
16141         * src/textview.c
16142                 use procheader_parse_header(), procheader_headername_equal()
16143                 removed memory leak in text_scan_header when freeing headers
16144         * src/filter.c
16145                 changed the function to match names of headers
16146                 using procheader_headername_equal()
16147
16148         Scoring functions are implemented, an interface is needed
16149         to configure that.
16150
16151 2001-05-04 [alfons]
16152
16153         * src/gtkstext.c: 
16154                 hopefully fixed the row up navigation bug,
16155                 removed adding back / forward lines to cache
16156
16157 2001-05-04 [sergey]
16158
16159         * src/prefs_display_headers.c: user interface changes:
16160         (prefs_display_headers_create): remove unused "Show" check button;
16161         allow reordering of headers by dragging.
16162         (prefs_display_headers_write_config): remove unused variables.
16163         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16164         of lists (not needed with the new UI).
16165         (prefs_display_headers_set_list): scan lists starting from row 0,
16166         not 1 (do not skip "(New)").
16167         (prefs_display_headers_find_header): new function.
16168         (prefs_display_headers_clist_set_row): do not allow duplicates.
16169         (prefs_display_headers_delete_cb): do not skip row 0; treat
16170         closing the alert window by ESC as "No".
16171         (prefs_display_headers_up): do not protect row 0.
16172         (prefs_display_headers_down): do not protect row 0.
16173
16174 2001-05-04 [sergey]
16175
16176         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16177         functions.
16178
16179         * src/summaryview.c
16180         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16181         summary_select_next_marked, summary_select_prev_marked): new
16182         functions.
16183
16184 2001-05-03 [sergey]
16185
16186         * src/news.c: fixed a bug when no article can be fetched after
16187         server timeout if the connection was restored by news_post():
16188         (news_select_group): new function.
16189         (news_fetch_msg): call news_select_group() before fetching
16190         article.
16191         (news_get_uncached_articles): set session->group after successful
16192         GROUP command.
16193
16194 2001-05-03 [hoa]
16195
16196         * src/defs.h
16197         * src/procmsg.[ch]
16198         * src/procheader.c
16199                  changed version of cache, added cc field
16200
16201         * src/prefs_display_headers.c
16202                 the interface was changed
16203
16204         * src/prefs_headers.c
16205                 added cancel button
16206
16207 2001-05-03 [alfons]
16208
16209         * completed sync of sylpheed cvs2
16210         * src/gtkstext.c: updated row up / down cursor navigation
16211         * src/textview.c: re-edited, prepared for fixing the email address
16212                 scanner.
16213
16214 2001-05-03 [darko]
16215
16216         * src/prefs_common.c: use alfons' strftime ui code
16217         entry_datefmt and datefmt_sample widgets have to be
16218         global in this module because of this change
16219
16220 2001-05-03 [hoa]
16221
16222         * src/messageview.c
16223         * src/prefs_common.[ch] added option to activate the return receipt
16224                 feature.
16225
16226 2001-05-02 [alfons]
16227
16228         * src/gtkstext.c: fix for row up/down cursor navigation. 
16229
16230         0.4.66claws2
16231         
16232         * sync with 0.4.66cvs2
16233
16234 2001-05-02 [paul]
16235
16236         added add-sender-to-addressbook patch
16237
16238         * src/addressbook.c
16239         * src/addressbook.h
16240         * src/summaryview.c
16241
16242 2001-05-02 [sergey]
16243
16244         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
16245         G_ALERTDISABLE.
16246
16247         * src/alertpanel.c (alertpanel_create): new argument can_disable,
16248         all existing callers changed to pass FALSE; create a check button
16249         to disable the message.
16250         (alertpanel_message_with_disable): new function.
16251         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
16252         (alertpanel_button_toggled): new function.
16253         (alertpanel_button_clicked, alertpanel_close): set value using
16254         G_ALERT_VALUE_MASK.
16255
16256         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
16257
16258         * src/prefs_common.c (prefs_privacy_create): new check button
16259         checkbtn_gpgme_warning.
16260
16261         * src/main.c (main): moved preferences reading before gpgme
16262         initialization; check prefs_common.gpgme_warning before giving the
16263         GnuPG warning and set it to FALSE if the user wants to disable the
16264         warning.
16265
16266 2001-05-02 [hiroyuki]
16267
16268         * src/prefs_display_headers.c: modified the layout and some labels.
16269
16270 2001-05-02 [sergey]
16271
16272         * src/prefs_account.c (prefs_account_fix_size): new function.
16273         (prefs_account_create): call prefs_account_fix_size(); use
16274         gtk_widget_show instead of gtk_widget_show_all (fixes too large
16275         size when the window is shown for the first time).
16276         (prefs_account_basic_create): changed layout of serv_table; moved
16277         localmbox_entry above smtpserv_entry (logically it replaces
16278         POP3/IMAP server).
16279         (prefs_account_protocol_activated): set sensitivity of
16280         nntpauth_chkbtn according to the protocol (in addition to
16281         hide/show); commented out gtk_table_set_row_spacing() calls.
16282         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
16283         not sensitive (fixes a bug with disabled username/password boxes
16284         when editing POP3 account after NNTP with authentication).
16285
16286 2001-05-02 [hoa]
16287
16288         * src/account.c
16289         * src/inc.c
16290         * src/prefs_account.[ch]
16291         * src/send.c
16292                 removed local account without SMTP server
16293                 added option to use mail command instead of a connexion
16294                 to SMTP server when a local account is used
16295         * src/prefs_headers.c
16296                 fixed a bug
16297         * src/news.c
16298                 fixed a bug when connexion immediately closed
16299
16300 2001-05-01 [alfons]
16301
16302         0.4.66claws1
16303         
16304         * sync with 0.4.65
16305
16306 2001-05-01 [sergey]
16307
16308         * src/prefs_account.c (Basic, prefs_account_basic_create): new
16309         widget nntpauth_chkbtn.
16310         (prefs_account_protocol_activated): handle nntpauth_chkbtn
16311         visibility.
16312         (prefs_account_nntpauth_toggled): new function.
16313
16314         * src/news.c (news_session_new_for_folder): use NNTP
16315         authentication only if ac->use_nntp_auth is set.
16316
16317 2001-05-01 [hoa]
16318
16319         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16320         * src/prefs_display_headers.c changed the UI
16321         * src/prefs_headers.c changed account_name to account_id
16322         * src/compose.c using customheader.h
16323
16324 2001-05-01 [hiroyuki]
16325
16326         * src/esmtp.c
16327           src/news.c
16328           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16329           unsynched.
16330
16331 2001-05-01 [hoa]
16332
16333         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16334         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16335                 for displaying of headers
16336         * src/grouplist_dialog.[ch] minor changes to remove warnings
16337         * src/prefs_display_headers.[ch] dialog to choose the
16338         headers to display in the mail viewer.
16339         * src/headers.h correction of #define
16340         * src/headers_display.[ch] configuration for displaying of headers.
16341         * src/main.c read config of displaying of headers
16342         * src/prefs_common.c add a button to access the config dialog
16343                 for displaying of headers
16344         * src/prefs_display_headers.[ch] dialog for configuration for
16345                 displaying of the headers.
16346         * src/prefs_headers.c cleaning of code
16347         * src/procheader.c comments added to code
16348         * src/textview.c changes to reorder the headers depending
16349                 on the config for displaying of headers
16350
16351 2001-04-30 [alfons]
16352
16353         0.4.65claws7
16354
16355         * sync with 0.4.65cvs12
16356
16357         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
16358
16359 2001-04-30 [sergey]
16360
16361         * src/nntp.h (NNTPSockInfo): new field auth_failed.
16362
16363         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
16364         is set to force reconnection after authentication failure.
16365         (nntp_gen_command): set sock->auth_failed on authentication
16366         failure, or if sock->userid and sock->passwd are not set.
16367
16368         * src/news.c (news_session_new_for_folder): set userid=NULL if
16369         password dialog is cancelled.
16370
16371 2001-04-30 [sergey]
16372
16373         * src/nntp.h (NNTPSockInfo): new type.
16374
16375         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
16376         SockInfo.
16377         (nntp_open_auth, nntp_close): new functions.
16378         (nntp_gen_command): new function to handle authentication; all
16379         NNTP command functions updated to use it.
16380         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
16381         (nntp_list): removed old useless code.
16382
16383         * src/news.h (NNTPSession): new field nntp_sock.
16384
16385         * src/news.c: all functions updated to use NNTPSockInfo instead of
16386         SockInfo.
16387         (news_session_new): new arguments (userid, passwd); made static;
16388         use nntp_open_auth() if needed.
16389         (news_session_destroy): use nntp_close() instead of sock_close().
16390         (news_query_password): changed arguments.
16391         (news_session_new_for_folder): new function.
16392         (news_session_get): use news_session_new_for_folder().
16393         (news_authenticate): deleted.
16394         (news_get_uncached_articles): removed old authentication code.
16395
16396 2001-04-30 [sergey]
16397
16398         * src/news.c: reverted my previous changes (need to do NNTP
16399         authentication in a cleaner way).
16400         
16401 2001-04-29 [sergey]
16402
16403         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
16404         news_nntp_post, news_nntp_mode): new functions (wrappers with
16405         authentication support).
16406         (news_get_article_cmd, news_get_article, news_get_header): new
16407         argument "folder"; all callers changed.
16408         (news_get_article_cmd): added authentication support.
16409         (news_session_get): use news_nntp_mode() instead of nntp_mode().
16410         (news_post): use news_nntp_post() instead of nntp_post().
16411         (news_get_uncached_articles): use news_nntp_group() instead of
16412         nntp_group() and news_nntp_xover() instead of nntp_xover();
16413         removed old authentication code.
16414         (news_get_group_list): use news_nntp_list() instead of nntp_list().
16415
16416         * src/nntp.c (nntp_list): return real error code instead of
16417         hardcoded NN_ERROR.
16418
16419 2001-04-29 [sergey]
16420
16421         * configure.in: fixed wint_t typedef detection again
16422
16423 2001-04-28 [hoa]
16424
16425         * src/prefs_account.[ch], added A_LOCAL_CMD
16426                 (send mail with mail command)
16427         * src/send.c added function send_message_with_command()
16428         * src/inc.c made a more secure get_spool() function with
16429                 mktemp() but maybe mkstemp() or something more
16430                 secure can be used.
16431
16432 2001-04-28 [alfons]
16433
16434         * src/textview.c, colorization of email addresses in headers
16435
16436         0.4.65claws6
16437
16438         * bug sync with sylpheed
16439         * prefs_common.c: created date format ui for darko
16440         * sync with 0.4.65cvs11
16441         * configure.in: corrected to have the new gpg checks
16442
16443 2001-04-27 [alfons]
16444
16445         * completed sync with 0.4.65cvs10
16446         * minor debug things added to gtkstext.c
16447
16448 2001-04-27 [darko]
16449
16450         * configure.in: remove check for availability of
16451           strftime() as advised by Hiroyuki
16452         * src/prefs_common.[ch], src/procheader.c:
16453           synch strftime() code with Hiroyki's main branch
16454
16455 2001-04-26 [sergey]
16456
16457         * src/news.c: news_query_password(), news_authenticate(): new
16458           functions.
16459           news_get_uncached_articles(): added NNTP authentication
16460           handling.
16461         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
16462           new functions.
16463         * src/prefs_account.c: prefs_account_protocol_activated():
16464           enable userid and password fields for NNTP.
16465
16466 2001-04-26
16467
16468         * configure.in: check for availability of strftime()
16469           [darko]
16470         * src/prefs_common.[ch], src/procheader.c: use
16471           strftime() for displaying date in summary pane if it
16472           is available
16473
16474 2001-04-25
16475
16476         * more .cvsignore cleanups [alfons]
16477
16478 2001-04-25
16479
16480         * ac/sv-check-type.m4: new autoconf macro.
16481         * configure.in: fixed wint_t typedef detection (did not work
16482           with gcc-2.96).
16483
16484 2001-04-25
16485
16486         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
16487           [hiroyuki]
16488
16489 2001-04-24
16490         * modified gtkstext.c : buggy cursor navigation fixed, 
16491           and font descent also taken in account when drawing
16492           cursor. [alfons]
16493
16494 2001-04-24 [hoa]
16495         * added comments in src/news.c src/nntp.c
16496         * added src/prefs_headers.[ch]
16497         * added src/headers.[ch]
16498         * modified compose.c to activate custom headers
16499                 added function is_in_custom_headers
16500         * modified prefs_account.[ch]
16501                 added function prefs_account_customhdr_edit
16502         * modified src/defs.h :
16503                 added HEADERS_RC : name of the config file
16504                 for the custom headers
16505
16506 2001-04-24
16507
16508     0.4.65claws5
16509
16510         * configure.in
16511           src/gtkstext.[ch]
16512           src/compose.c
16513           src/Makefile.am
16514           
16515           added gtkstext with configure.in patch by Hiroyuki which
16516           should fix the XIM detection [alfons]
16517
16518         * more clean up of cvs [alfons]
16519
16520                  * removed all Makefile.in files to attic.
16521
16522                  * updated all .cvsignores to really ignore things that could
16523                    be unintentionally committed by a recursive commit.
16524
16525 2001-04-23 [hoa]
16526         * added src/grouplist_dialog.[ch]
16527         * changed src/folderview.c to call grouplist_dialog instead
16528                 of inputdialog
16529         * src/news.c :
16530                 added functions news_reset_group_list
16531                 and news_get_group_list
16532         * src/nntp.c :
16533                 added function nntp_list
16534         * src/defs.h :
16535                 added GROUPLIST_FILE : name of the newsgroup list cache file
16536
16537 2001-04-21
16538
16539         * added option to warn about queued messages on exit [sergey]:
16540
16541           * src/compose.c: compose_queue(): call folder_item_scan()
16542             and folderview_update_item() after queueing.
16543           * src/folderview.c: folderview_update_node(): draw the queue
16544             folder in bold font if there are queued messages.
16545           * src/mainwindow.c: queued_messages(): new function.
16546             app_exit_cb(): display warning if there are queued messages
16547             if warn_queued_on_exit is set.
16548           * prefs_common.[ch]: add warn_queued_on_exit option.
16549
16550         * enhanced GnuPG key selection support [sergey]:
16551
16552           * src/select-keys.c: updated to newer version from Win32
16553             branch with support for selecting arbitrary keys.
16554           * src/prefs_account.c: added the Privacy tab to the account
16555             options window.
16556             prefs_account_privacy_create(),
16557             prefs_account_sign_key_set_data_from_radiobtn(),
16558             prefs_account_sign_key_set_radiobtn(): new functions.
16559           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
16560           * src/rfc2015.c: set_signers(): new function.
16561             pgp_sign(): add the account parameter, call set_signers().
16562             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
16563           * src/rfc2015.h: rfc2015_sign(): updated prototype.
16564           * src/compose.c: pass the current account to rfc2015_sign().
16565
16566         * tag name claws added to prevent confusion with main branch [alfons]
16567
16568         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
16569
16570         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
16571
16572         * sync with recent sylpheed cvs. Untested though. [alfons]
16573