0.9.4claws61
[claws.git] / ChangeLog.claws
1 2003-09-03 [christoph]  0.9.4claws61
2
3         * src/compose.c
4         * src/rfc2015.c
5         * src/common/utils.[ch]
6                 add util function to create mime boundary and use it
7                 in compose and gpg code
8
9 2003-09-03 [alfons]     0.9.4claws60
10
11         * src/folder.c
12                 source folder item's GNode should already have been freed in 
13                 a previous call to src->folder->klass->remove_folder()
14                 (should fix bug #287, "crash when moving folders")
15
16 2003-09-03 [thorsten]   0.9.4claws59
17
18         * src/plugins/spamassassin/spamassassin_gtk.c
19                 fix compile error
20
21 2003-09-03 [christoph]  0.9.4claws58
22
23         * src/plugins/spamassassin/spamassassin.[ch]
24         * src/plugins/spamassassin/spamassassin_gtk.c
25                 add timeout config option
26
27 2003-09-03 [paul]       0.9.4claws57
28
29         * po/sk.po      ** NEW FILE **
30                 add Slovak translation. Submitted by Andrej Kacian 
31                 <andrej@kacian.sk>
32
33 2003-09-03 [paul]       0.9.4claws56
34
35         * src/plugins/clamav/clamav_plugin_gtk.c
36                 gui tweaks: replace a label with a tooltip, modify the
37                 text, use gtk_check_button_new(); instead of
38                 gtk_check_button_new_with_label("");
39
40 2003-09-02 [alfons]     0.9.4claws55
41
42         * src/gtk/filesel.c
43                 remember last used dir when attaching multiple files (should fix
44                 bug #290, "Attach File does not remember directory")
45
46 2003-09-01 [paul]       0.9.4claws54
47
48         * po/es.po
49                 updated by Ricardo Mones Lastra
50
51 2003-09-01 [alfons]     0.9.4claws53
52
53         * src/gtk/gtkaspell.[ch]
54                 be pedantic and strict and use const gchar * instead of guchar *
55
56 2003-09-01 [alfons]     0.9.4claws52
57
58         * src/mainwindow.c
59         * src/summaryviewc.
60                 re-enable Save As when multiple messages are selected
61
62 2003-09-01 [paul]       0.9.4claws51
63
64         * src/textview.c
65                 g_free(trimmed_uri);
66
67 2003-09-01 [paul]       0.9.4claws50
68
69         * sync with 0.9.4cvs13
70                 see ChangeLog 2003-09-01
71
72 2003-09-01 [paul]       0.9.4claws49
73
74         * src/textview.c
75                 trim uri before sending to the statusbar
76                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
77                 in the message window causes main S-C window to enlarge 
78                 past screen edges'
79
80 2003-09-01 [paul]       0.9.4claws48
81
82         * sync with 0.9.4cvs12
83                 see ChangeLog 2003-09-01
84
85 2003-08-30 [christoph]  0.9.4claws47
86
87         * src/compose.c
88         * src/folder_item_prefs.[ch]
89         * src/prefs_folder_item.c
90         * src/gtk/gtkaspell.[ch]
91                 commit per folder dictionary patch by
92                 Paul Evans <nerd@freeuk.com>
93
94 2003-08-30 [christoph]  0.9.4claws46
95
96         * src/plugins/spamassassin/spamassassin_gtk.c
97         * src/plugins/spamassassin/spamassassin_gtk.glade
98                 reduce GUI clutter by placing hints into tooltips
99
100 2003-08-30 [paul]       0.9.4claws45
101
102         * src/compose.c
103                 add 'Content-Disposition: inline' to a text/plain
104                 part when using PGP/MIME signing
105
106 2003-08-30 [paul]       0.9.4claws44
107
108         * src/prefs_common.c
109           src/prefs_spelling.c
110           src/prefs_spelling.glade
111                 reduce GUI clutter by placing hints into tooltips
112
113 2003-08-29 [christoph]  0.9.4claws43
114
115         * configure.ac
116                 fix bug found by Ivan Rayner <ivanr@sgi.com>
117
118         * src/stock_pixmap.c
119                 change unecessary warning into a debug message
120
121         * src/plugins/clamav/Makefile.am
122                 Fix error "-I$(CLAMAV_LIBS)"
123
124 2003-08-29 [christoph]  0.9.4claws42
125
126         * intl/Makefile.in
127         * src/Makefile.am
128         * src/matcher.h
129         * src/common/Makefile.am
130         * src/common/passcrypt.c
131                 commit fixes and patches for some of the IRIX problems found by
132                 Ivan Rayner <ivanr@sgi.com>
133
134 2003-08-29 [paul]       0.9.4claws41
135
136         * src/prefs_filtering.c
137                 add 'Top' and 'Bottom' buttons, based on changes in
138                 src/prefs_filter.c in 0.9.4cvs11.
139
140 2003-08-27 [christoph]  0.9.4claws40
141
142         * src/folderview.c
143                 fix bug that the current summary settings were copied to the
144                 wrong folder item, when the folder item prefs are opened.
145                 Copying is not required because summary settings and
146                 folder_item_prefs do not contain the same settings
147
148 2003-08-27 [thorsten]   0.9.4claws39
149
150         * src/imap.c
151                 fix compile error
152
153 2003-08-26 [paul]       0.9.4claws38
154
155         * sync with 0.9.4cvs9
156                 see ChangeLog 2003-08-26
157
158 2003-08-25 [paul]       0.9.4claws37
159
160         * sync with 0.9.4cvs8
161                 see ChangeLog 2003-08-25
162
163 2003-08-24 [christoph]  0.9.4claws36
164
165         * src/prefs_filtering.c
166                 shouldn't remove items from a GSList while iterating over the
167                 list (makes cur invalid and cur->next not accessable)
168
169         (closes Bug 272 i deleted an folder and some seconds later sylpheed
170          crashed)
171
172 2003-08-23 [christoph]  0.9.4claws35
173
174         * src/news.c
175                 news folders should be scanned when opened
176
177 2003-08-22 [christoph]  0.9.4claws34
178
179         * src/prefs_folder_item.c
180                 use macro to assign strings that always frees the old string
181
182         * src/gtk/gtkaspell.[ch]
183                 add gtkaspell_set_dictionary_menu_active_item() to set active
184                 item in dictionary option menu
185
186         * src/prefs_spelling.c
187                 use gtkaspell_set_dictionary_menu_active_item() to select
188                 dictionary
189
190 2003-08-21 [christoph]  0.9.4claws33
191
192         * src/folder.[ch]
193         * src/imap.c
194         * src/mbox_folder.c
195         * src/mh.c
196         * src/news.c
197                 optimize folder system
198
199         * src/gtk/gtkstext.c
200                 fix division by zero when font has 0 width for ' '
201
202 2003-08-21 [paul]       0.9.4claws32
203
204         * sync with 0.9.4cvs7
205                 see ChangeLog 2003-08-20
206
207 2003-08-19 [paul]       0.9.4claws31
208
209         * src/common/defs.h
210                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
211                 SYLDOC_FAQ_HTML_INDEX.
212         * src/manual.c
213                 use LC_MESSAGES instead of LC_ALL to find the current
214                 language
215
216           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
217
218 2003-08-19 [paul]       0.9.4claws30
219
220         * po/bg.po
221                 updated by George Danchev
222
223 2003-08-18 [luke]       0.9.4claws29
224         * src/mimeview.[ch]
225         * src/gtk/gtkvscrollbutton.[ch]
226                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
227                   dependencies; do it the GTK way; reduce code -14/+2 lines)
228                 o removed horizontal separator between icons
229
230 2003-08-17 [christoph]  0.9.4claws28
231
232         * src/procmsg.c
233                 no subject threading when the subject has no reply prefix
234
235 2003-08-16 [christoph]  0.9.4claws27
236
237         * src/mainwindow.c
238                 remember and restore window sizes and position when the main
239                 window is hidden or shown
240
241         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
242          minimised/reopened using trayicon)
243
244 2003-08-16 [paul]       0.9.4claws26
245
246         * src/crash.c
247                 add #include "defs.h"
248
249 2003-08-16 [paul]       0.9.4claws25
250
251         * src/plugins/clamav/clamav_plugin.c
252                 reword a debug_print
253                 
254         * src/plugins/dillo_viewer/dillo_prefs.c
255                 cosmetic: change the labels' text, add tooltips, and
256                 left-align the hint
257
258 2003-08-15 [christoph]  0.9.4claws24
259
260         * src/news.c
261                 complete last change (forgot some changes)
262
263 2003-08-15 [christoph]  0.9.4claws23
264
265         * src/news.c
266                 o check number of messages and don't return a 0 message
267                   when no messages are available
268                 o don't parse xref header anymore
269
270         (closes Bug 203 I'm not getting any news)
271
272 2003-08-15 [paul]       0.9.4claws22
273
274         * src/common/defs.h
275           src/crash.c
276                 update and define claws bugzilla location
277
278 2003-08-15 [paul]       0.9.4claws21
279
280         * po/ru.po
281                 update submitted by Ruslan N. Balkin
282
283 2003-08-14 [christoph]  0.9.4claws20
284
285         * src/procmsg.c
286                 fix search for oldest node in subject threading
287
288 2003-08-14 [christoph]  0.9.4claws19
289
290         * src/procmsg.c
291         * src/common/utils.h
292                 add possibility to check all nodes with the same subject for
293                 subject threading, not only the oldest node. Should not break
294                 threads anymore if the oldest node is thread_by_subject_max_age
295                 days older then parent, because it can now find a child of
296                 oldest node as new parent.
297
298 2003-08-11 [christoph]  0.9.4claws18
299
300         * src/plugins/spamassassin/spamassassin.c
301                 run spam check in background process
302
303 2003-08-10 [alfons]     0.9.4claws17
304
305         * src/summaryview.c
306                 make `Select All' sensitive too
307
308 2003-08-10 [christoph]  0.9.4claws16
309
310         * src/imap.c
311                 add more checks in imap_close
312
313 2003-08-09 [alfons]     0.9.4claws15
314
315         * src/prefs_spelling.c
316                 no spell checking UI if not requested
317
318 2003-08-09 [alfons]     0.9.4claws14
319
320         * src/gtk/prefswindow.c
321                 make it compile
322
323 2003-08-09 [christoph]  0.9.4claws13
324
325         * src/prefs_spelling.c
326         * src/gtk/prefswindow.[ch]
327         * src/plugins/clamav/clamav_plugin_gtk.c
328         * src/plugins/spamassassin/spamassassin_gtk.c
329                 sort prefs pages by heighest weight in tree
330
331 2003-08-09 [paul]       0.9.4claws12
332
333         * sync with 0.9.4cvs6
334                 see ChangeLog 2003-08-07
335                 
336         * AUTHORS
337                 add Leandro and Luke to claws-branch section
338
339 2003-08-09 [christoph]  0.9.4claws11
340
341         * src/gtk/Makefile.am
342         * src/gtk/colorsel.[ch]                 ** NEW **
343                 create a color selection dialog that can be used as a simple
344                 function call with it's own gtk main loop like filesel.[ch]
345
346         * src/Makefile.am
347         * src/main.c
348         * src/prefs_common.c
349         * src/prefs_spelling.[ch]               ** NEW **
350         * src/prefs_spelling.glade              ** NEW **
351         * src/gtk/gtkutils.[ch]
352                 move "Spell Checker" prefs to new prefs dialog
353
354         * src/prefs_folder_item.c
355                 use new colorsel dialog
356
357 2003-08-08 [paul]       0.9.4claws10
358
359         * src/inc.c
360                 clear the progress bar unconditionally
361
362 2003-08-08 [paul]       0.9.4claws9
363
364         * sync with 0.9.4cvs4
365                 see ChangeLog 2003-07-31
366
367 2003-08-07 [christoph]  0.9.4claws8
368
369         * configure.ac
370                 fix bug in image viewer plugin part
371
372         * src/imap.c
373                 don't execute close command if the folder item is not selected
374
375 2003-08-07 [hoa]        0.9.4claws7
376
377         * src/filtering.[ch]
378         * src/matcher_parser.h
379         * src/matcher_parser_parse.y
380                 can define several actions for each filtering rule
381                 can import old versions of filtering rules
382
383         * src/prefs_filtering.c
384                 call to a new dialog box to define actions
385
386         * src/prefs_filtering_action.[ch]
387                 dialog box to define actions for filtering rules
388
389 2003-08-06 [christoph]  0.9.4claws6
390
391         * src/imap.c
392                 make sure source folder is selected when copying messages
393
394 2003-08-06 [christoph]  0.9.4claws5
395
396         * sync with 0.9.4cvs2
397                 see ChangeLog 2003-07-29                
398
399 2003-08-05 [paul]       0.9.4claws4
400
401         * sync with 0.9.4cvs3
402                 see ChangeLog 2003-07-30
403
404 2003-08-04 [match]      0.9.4claws3
405
406         * po/POTFILES.in
407                 export of LDIF files.
408
409 2003-08-04 [match]      0.9.4claws2
410
411         * src/ldif.[ch]
412                 support for export LDIF. documented.
413         * src/importldif.[ch]
414         * src/exportldif.[ch]
415                 add tooltips. documented.
416         * src/exphtmldlg.[ch]
417         * src/common/xmlprops.[ch]
418                 documented.
419         * src/exportldif.[ch]                   ** NEW **
420         * src/expldifdlg.[ch]                   ** NEW **
421         * src/addressbook.[ch]
422         * src/Makefile.am
423                 export of LDIF files.
424                 documented.
425
426 2003-08-04 [christoph]  0.9.4claws1
427
428         * .cvsignore
429         * Makefile.am
430         * configure.ac
431         * sylpheed-claws.pc.in                  ** NEW **
432         * src/Makefile.am
433         * src/common/Makefile.am
434         * src/gtk/Makefile.am
435                 install sylpheed header files in $(pkgincludedir) and create a
436                 pkg-config file to allow building a plugin without the source
437                 package
438
439 2003-08-04 [paul]       0.9.4claws
440
441         * version 0.9.4claws
442
443 2003-08-04 [paul]       0.9.3claws97
444
445         * po/es.po
446                 update Spanish translation. Submitted by Ricardo
447                 Mones Lastra.
448
449 2003-08-03 [paul]       0.9.3claws96
450
451         * po/hr.po
452           po/sr.po
453                 update Croatian and Serbian translations. Submitted by
454                 Dragan and Urke MMI respectively
455
456 2003-08-03 [alfons]     0.9.3claws95
457
458         * src/summaryview.c
459                 mark flag has precedence over important flag - seems
460                 to have been changed in sync of 0.9.3claws45. this fixes
461                 a regression where messages that were scored as important
462                 don't show their mark flags. (using the same column for
463                 both importance as mark flags is the real problem
464                 ofcourse)
465
466 2003-08-03 [melvin]     0.9.3claws94
467
468         * po/fr.po
469                 Updated French translations.
470
471 2003-08-03 [melvin]     0.9.3claws93
472
473         * src/Makefile.am
474                 Fixed typo introduced after 0.9.3claws92 
475                 that prevented compilation
476                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
477                 CPPFLAGS and YFLAGS to allow user setting these.
478         * src/common/Makefile.am
479         * src/gtk/Makefile.am
480         * src/plugins/clamav/Makefile.am
481         * src/plugins/demo/Makefile.am
482         * src/plugins/dillo_viewer/Makefile.am
483         * src/plugins/image_viewer/Makefile.am
484         * src/plugins/mathml_viewer/Makefile.am
485         * src/plugins/spamassassin/Makefile.am
486         * src/plugins/trayicon/Makefile.am
487         * src/plugins/trayicon/libeggtrayicon/Makefile.am
488                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
489                 CPPFLAGS and YFLAGS to allow user setting these.
490
491 2003-08-02 [christoph]  0.9.3claws92
492
493         * configure.ac
494                 o rearrange plugin tests
495                 o add test for clamav.h to ClamAV tests
496
497 2003-08-02 [luke]       0.9.3claws91
498
499         * src/mimeview.c
500                 o fixed appearance of icon list when toggling back from the 
501                   ctree
502                 o toggling of icons using the keyboard works correctly
503                 o fixed all other keyboard shortcuts to work when icons are
504                   active
505         
506         * src/messageview.c
507                 o fixed bug 4 - focus lost when changing messageview view type
508
509 2003-08-02 [christoph]  0.9.3claws90
510
511         * src/common/hooks.c
512                 fix crash when pointer stored in hash table could get invalid
513                 when a plugin is unloaded
514
515 2003-08-01 [christoph]  0.9.3claws89
516
517         * configure.ac
518                 o try to build all plugins (except spamassassin) by default
519                 o don't build a plugin if a dependency check fails
520
521         * src/common/hooks.c
522                 fix warning
523
524 2003-08-01 [match]      0.9.3claws88
525
526         * src/importldif.c
527                 allow single click field selection. document code.
528
529 2003-08-01 [christoph]  0.9.3claws87
530
531         * src/plugins/clamav/clamav_plugin.c
532         * src/plugins/clamav/clamav_plugin_gtk.c
533         * src/plugins/dillo_viewer/dillo_viewer.c
534         * src/plugins/image_viewer/plugin.c
535         * src/plugins/mathml_viewer/mathml_viewer.c
536         * src/plugins/spamassassin/spamassassin.c
537         * src/plugins/spamassassin/spamassassin_gtk.c
538         * src/plugins/trayicon/trayicon.c
539                 add version check to all plugins
540
541 2003-08-01 [hoa]        0.9.3claws86
542
543         * src/prefs_filtering.c
544                 fixed a cosmetic bug, during creation of dialog box,
545                 wrong widgets were shown after creation.
546
547 2003-08-01 [luke]       0.9.3claws85
548
549         * src/mainwindow.c
550                 o fixed visibility of icons/mimeview after toggling separate
551                   message/folder view (factored out some similar code too).
552
553
554 2003-07-31 [alfons]     0.9.3claws84
555
556         * src/mimeview.c
557                 tweak icon box UI a bit more, now allowing right-clicks actions
558                 getting the relevant mime data too; should fix #250, "Can't save 
559                 attachments sometimes".
560
561 2003-07-30 [alfons]     0.9.3claws83
562
563         * src/compose.c
564                 don't do auto-save-draft inside key press handler, but rather
565                 schedule it half of a second later; should fix #67, "autosave 
566                 make re-rediting message crazy"
567
568 2003-07-30 [christoph]  0.9.3claws82
569
570         * src/plugins/trayicon/trayicon.c
571                 process pending events before unloading the plugin
572
573         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
574
575 2003-07-30 [alfons]     0.9.3claws81
576
577         * src/common/hooks.c
578                 parameter 2 of g_hook_destroy() should really be a hook id
579
580 2003-07-30 [alfons]     0.9.3claws80
581
582         * src/common/plugin.c
583                 fix a possibly harmful function signature mismatch 
584                 for plugin_done
585
586 2003-07-30 [alfons]     0.9.3claws79
587
588         * src/common/hooks[.ch]
589                 const correctness
590
591 2003-07-30 [darko]      0.9.3claws78
592
593         * src/summaryview.c
594                 make it compile again
595
596 2003-07-30 [luke]       0.9.3claws77
597
598         * src/crash.c
599         * src/main.c
600                 o added/moved signal handlers for SIGTERM (normal kill command) 
601                   and SIGINT (ctl-c) to be used even without 
602                   --enable-crash-dialog, fixing bug 166
603
604         * src/summaryview.c
605                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
606                   bug 227
607
608         * src/mainwindow.c
609                 o changed sensitivity condition for 'Next new' and 'Next 
610                   unread', fixing bug 8
611
612 2003-07-29 [alfons]     0.9.3claws76
613
614         * src/common/utils.[ch]
615                 add generate_msgid()
616         * src/messageview.c
617                 save ack'ed RRR; fixes #205, "return receipt is not saved in
618                 sent folder".
619
620 2003-07-29 [alfons]     0.9.3claws75
621
622         * src/messageview.c
623                 fix a memleak (claws-only)
624
625 2003-07-29 [alfons]     0.9.3claws74
626
627         * src/mimeview.[ch]
628         * src/gtk/gtkvscrollbutton.[ch]
629                 fix UI glitch where mime icon toolbox' scroll position is not 
630                 reset after switching to another message
631                 
632
633 2003-07-29 [paul]       0.9.3claws73
634
635         * src/prefs_folder_item.c
636                 split the prefs into 2 separate pages
637
638 2003-07-29 [paul]       0.9.3claws72
639
640         * src/compose.c
641                 prepend "\n\n" to a signature without a separator too
642
643 2003-07-29 [paul]       0.9.3claws71
644
645         * src/compose.c
646                 fix bug where changing to an account without an auto-sig
647                 from an initial account without an auto-sig would insert 
648                 2 blank lines at the cursor point
649                 fix bug where changing to an account with an auto-sig
650                 from an initial account without an auto-sig would insert
651                 the sig at the cursor point
652
653 2003-07-29 [paul]       0.9.3claws70
654
655         * src/folderview.c
656                 use the colour from the folder pref unless the folder
657                 has new messages
658
659 2003-07-29 [alfons]     0.9.3claws69
660
661         * src/procmsg.[ch]
662         * src/messageview.c
663         * src/procheader.c
664                 rewrite return receipt request work a little bit (the former 
665                 implementation presumably depended too much on the UI setting
666                 flags). (we're losing the old pending flag.) 
667
668 2003-07-28 [christoph]  0.9.3claws68
669
670         * src/folder.c
671         * src/imap.c
672         * src/mh.c
673         * src/procmsg.[ch]
674                 fix copy to IMAP folder from other folder
675
676 2003-07-28 [christoph]  0.9.3claws67
677
678         * src/procmsg.c
679                 fix sync of procmsg_get_message_file_list
680
681 2003-07-28 [christoph]  0.9.3claws66
682
683         * sync with 0.9.3cvs14
684                 see ChangeLog 2003-07-18
685         * sync with 0.9.3cvs17
686                 see ChangeLog 2003-07-23
687
688         (closes Bug 234 segmentation fault after sending out mail via
689          smtp(auth))
690
691 2003-07-28 [paul]       0.9.3claws65
692
693         * po/es.po
694                 update Spanish translation, submitted by Ricardo Mones
695                 Lastra
696
697 2003-07-28 [christoph]  0.9.3claws64
698
699         * src/folder.[ch]
700         * src/imap.c
701         * src/mh.c
702                 return new message numbers as a GRelation instead of a GSList
703                 that has to be in the same order as the input list. A list
704                 would make it hard for IMAP to optimize oepration by sorting
705                 the input list. The returned list would have to be reordered
706                 to match the same order that input list has.
707
708         * src/gtk/gtkaspell.c
709                 fix missing return value, could cause a crash when garbage is
710                 on the stack that is used as the expected return value
711
712 2003-07-28 [paul]       0.9.3claws63
713
714         * sync with 0.9.4cvs1
715                 see ChangeLog 2003-07-28
716
717 2003-07-27 [alfons]     0.9.3claws62
718
719         * src/mimeview.c
720                 tweak it more to make icon list act like a check button group
721
722 2003-07-27 [christoph]  0.9.3claws61
723
724         * sync with 0.9.3cvs20
725                 see ChangeLog 2003-07-25
726
727 2003-07-27 [paul]       0.9.3claws60
728
729         * src/procmsg.c
730                 re-commit changes from 0.9.3claws58 -
731                 accidently removed in 0.9.3claws59
732
733 2003-07-27 [paul]       0.9.3claws59
734
735         * src/procmsg.[ch]
736                 a sync from 0.9.3cvs17
737                 see ChangeLog 2003-07-23
738
739 2003-07-27 [alfons]     0.9.3claws58
740
741         * src/procmsg.c
742                 add missing header members to MsgInfo; fixes the problem of 
743                 not displaying X-Faces, as noticed by Ricardo Mones
744
745 2003-07-26 [christoph]  0.9.3claws57
746
747         * sync with 0.9.3cvs18
748                 see ChangeLog 2003-07-24
749
750 2003-07-26 [christoph]  0.9.3claws56
751
752         * sync with 0.9.3cvs17
753                 see ChangeLog 2003-07-23
754
755 2003-07-26 [christoph]  0.9.3claws55
756
757         * src/folder.[ch]
758         * src/imap.c
759         * src/mbox_folder.c
760         * src/mh.c
761         * src/news.c
762                 add support for copy function that copy multiple messages
763                 (not implemented yet)
764
765         * src/summaryview.c
766                 add missing return value
767
768 2003-07-26 [paul]       0.9.3claws54
769
770         * tools/multiwebsearch.pl
771                 do whitespace substitution before passing the string
772                 to the browser. fixes bug with browsers that don't
773                 do whitespace conversion themselves.
774
775 2003-07-25 [christoph]  0.9.3claws53
776
777         * src/folder.[ch]
778         * src/imap.c
779         * src/mh.c
780                 rewrite adding of multiple messages to a folder for
781                 claws' folder system
782
783 2003-07-25 [luke]       0.9.3claws52
784
785         * src/mimeview.c
786                 o icon toggles set correctly on leaving ctree mimeview
787
788 2003-07-25 [paul]       0.9.3claws51
789
790         * partial sync with 0.9.3cvs21 [src/main.c]
791                 see ChangeLog 2003-07-25
792
793 2003-07-24 [paul]       0.9.3claws50
794
795         * tools/maildir2sylpheed.pl
796                 fix typo
797
798 2003-07-24 [paul]       0.9.3claws49
799
800         * src/mimeview.c
801                 increase the gutter size of paned so that the panes
802                 can be resized
803                 
804         * src/plugins/demo/demo.c
805                 squeeze in another typo fix
806
807 2003-07-24 [paul]       0.9.3claws48
808
809         * src/plugins/demo/demo.c
810           src/prefs_account.c
811                 small changes to the English
812                 
813         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
814           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
815           src/Makefile.am
816           src/stock_pixmap.c
817                 rename the misspelled icon
818
819 2003-07-23 [alfons]     0.9.3claws47
820
821         * src/mimeview.c
822                 make icon list look like a list of toggles
823
824 2003-07-23 [luke]       0.9.3claws46
825
826         * src/pixmaps/mimeview_gpg_expired.xpm
827         * src/pixmaps/mimeview_gpg_failed.xpm
828         * src/pixmaps/mimeview_gpg_passed.xpm
829         * src/pixmaps/mimeview_text_html.xpm
830         * src/pixmaps/mimeview_image.xpm
831                 o all icons the same size
832
833         * src/mimeview.[ch]
834                 o mimeview ctree arranged vertically above the viewer
835                 o icons changed to buttons
836                 o can use keyboard to select an icon (Enter)
837                 o resize icon list to width of icons
838
839         *  src/gtk/gtkvscrollbutton.c
840                 o sensitivity of buttons reacts to position
841
842 2003-07-23 [christoph]  0.9.3claws45
843
844         * sync with 0.9.3cvs14 (incomplete)
845                 see ChangeLog 2003-07-17
846
847 2003-07-23 [alfons]     0.9.3claws44
848
849         * src/folder.c
850         * src/procmsg.h
851                 sync with my local tree to restore some claws-only things
852
853 2003-07-23 [paul]       0.9.3claws43
854
855         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
856           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
857           src/Makefile.am
858           src/mimeview.c
859           src/procmime.h
860           src/rfc2015.c
861           src/stock_pixmap.[ch]
862                 indicate missing keys and expired sigs/keys
863                 in mime view column
864
865 2003-07-23 [paul]       0.9.3claws42
866
867         * src/compose.c
868                 Redirect fixes: enable automatic account selection and
869                 do not append signature to message on changing account
870                 fixes Bug[s] #248
871
872 2003-07-23 [paul]       0.9.3claws41
873
874         * sync with 0.9.3cvs16
875                 see ChangeLog 2003-07-23
876
877 2003-07-23 [alfons]     0.9.3claws40
878
879         * src/inc.c
880                 give progress dialog a main window, and give it the first 
881                 one (presumably the only one). fixes bug #247, "segfault on 
882                 pop-before-smtp" 
883
884 2003-07-22 [alfons]     0.9.3claws39
885
886         * src/summaryview.c
887                 shift-space scrolls up
888
889 2003-07-22 [paul]       0.9.3claws38
890
891         * sync with 0.9.3cvs15
892                 see ChangeLog 2003-07-22
893
894 2003-07-20 [alfons]     0.9.3claws37
895
896         * src/compose.c
897                 put menu inside #ifdef USE_ASPELL..#endif
898
899 2003-07-20 [christoph]  0.9.3claws36
900
901         * src/procmsg.c
902                 fix wrong flags in MsgInfo returned by
903                 procmsg_msginfo_get_full_info()
904
905         (closes Bug 221 Deleting messages from the Message View gives incorrect
906          new/unread message counts in the folder view)
907
908         * src/plugins/spamassassin/spamassassin_gtk.c
909                 add gettext macro for prefs page title
910
911 2003-07-20 [paul]       0.9.3claws35
912
913         * src/mimeview.c
914                 redraw icon list on signature check
915
916 2003-07-20 [christoph]  0.9.3claws34
917
918         * src/Makefile.am
919         * src/account.c
920         * src/folder.[ch]
921         * src/folder_item_prefs.[ch]            ** NEW **
922         * src/folderview.c
923         * src/mainwindow.c
924         * src/mh.c
925         * src/prefs_gtk.c
926         * src/prefs_scoring.c
927         * src/summaryview.c
928         * src/prefs_folder_item.[ch]
929                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
930                   Properties dialog
931                 o use prefswindow for folder properties
932
933         * src/gtk/prefswindow.[ch]
934                 change implementation to use an invisible notebook instead
935                 of unparenting widgets
936
937 2003-07-20 [christoph]  0.9.3claws33
938
939         * src/compose.h
940         * src/folder.c
941         * src/folderview.h
942         * src/headerview.h
943         * src/prefs_filtering.h
944         * src/prefs_folder_item.[ch]
945         * src/procmime.h
946         * src/procmsg.h
947         * src/summaryview.h
948                 clean up header mess
949                 (always use 1. typedefs, 2. #includes, 3. structures)
950
951         * src/common/version.h.in
952                 add casts for constants
953
954         * src/plugins/demo/demo.c
955                 fix typo
956
957         * src/plugins/spamassassin/spamassassin.c
958                 remove unused variable
959
960 2003-07-20 [alfons]     0.9.3claws32
961
962         * src/mimeview.c
963                 o make icon buttons respond on left click
964                 o minor cosmetic change
965
966 2003-07-19 [luke]       0.9.3claws31
967
968         * src/mimeview.[ch]
969         * src/gtk/gtkvscrollbutton.c
970         * src/messageview.c
971                 o improved mimeview behaviour when selecting a new message
972                 o plus code cleanups to remove compile warnings
973
974
975 2003-07-19 [alfons]     0.9.3claws30
976
977         * src/procmsg.c
978         * src/compose.c
979         * src/common/utils.[ch]
980                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
981
982 2003-07-19 [alfons]     0.9.3claws29
983
984         * src/prefs_folder_item.c
985                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
986                 string pointers
987
988 2003-07-19 [luke]       0.9.3claws28
989
990         * src/messageview.c
991         * src/mimeview.[ch]
992         * src/procmime.h
993         * src/rfc2015.c
994         * src/stock_pixmap.[ch]
995         * src/gtk/Makefile.am
996         * src/Makefile.am
997         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
998         * src/pixmaps/mime_*.xpm                ** NEW **
999                 o mimeview rearrangement with a new icon shortcut bar
1000
1001 2003-07-19 [alfons]     0.9.3claws27
1002
1003         * src/folderview.c
1004                 o plug leaking nodes_to_recollapse
1005                 o add folderview_recollapse_all_nodes() (not used yet)
1006
1007 2003-07-19 [alfons]     0.9.3claws26
1008
1009         * src/compose.c
1010         * src/common/utils.c
1011                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1012                 for both forwarding as replying
1013
1014 2003-07-18 [christoph]  0.9.3claws25
1015
1016         * configure.ac
1017         * src/common/sylpheed.[ch]
1018         * src/common/version.h.in
1019                 add version in numeric form to allow easy comparison
1020
1021         * src/plugins/demo/demo.c
1022                 add version check
1023                 - sylpheed version > plugin version => never allowed, sylpheed
1024                   could contain unknown API changes
1025                 - sylpheed version < minimum version required => don't load,
1026                   API required not available (if linking does not fail)
1027
1028 2003-07-18 [alfons]     0.9.3claws24
1029         
1030         * src/common/plugin.[ch]
1031                 const correctness
1032
1033 2003-07-18 [christoph]  0.9.3claws23
1034
1035         * src/common/hooks.c
1036                 fix crash when hooks where unregisted
1037
1038         * src/plugins/trayicon/trayicon.c
1039                 unregister detroy signal before destroying the widget
1040                 (still crashes when the plugin is unloaded)
1041
1042 2003-07-18 [alfons]     0.9.3claws22
1043         
1044         * src/folderview.c
1045                 delay expanding folder tree during drags until timeout triggered
1046                 (needs perhaps some tweaking, so testing is welcome)
1047
1048 2003-07-17 [alfons]     0.9.3claws21
1049
1050         * src/folderview.c
1051                 clean up cruft
1052
1053 2003-07-17 [christoph]  0.9.3claws20
1054
1055         * src/common/session.c
1056                 fix opening of SSL connections
1057
1058         * src/plugins/image_viewer/Makefile.am
1059                 add OPENSSL_CFLAGS (we should find a better solution to remove
1060                 this dependencies if they are not required)
1061
1062         * src/plugins/spamassassin/spamassassin.c
1063                 remove setlocale workaround (fixed in libspamc)
1064
1065         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1066          if spell checking enabled)
1067
1068 2003-07-17 [alfons]     0.9.3claws19
1069
1070         * src/common/hooks.[ch]
1071         * src/plugins/clamav/clamav_plugin.c
1072         * src/plugins/spamassassin/spamassassin.c
1073         * src/plugins/trayicon/trayicon.c
1074                 fix signedness muck 
1075
1076 2003-07-17 [alfons]     0.9.3claws18
1077
1078         * src/procmime.c
1079                 plug memleak
1080
1081 2003-07-17 [alfons]     0.9.3claws17
1082
1083         * src/inc.c
1084                 plug memleak
1085
1086 2003-07-17 [paul]       0.9.3claws16
1087
1088         * src/common/defs.h
1089           src/mainwindow.c
1090           src/manual.[ch]
1091                 add link to the Claws site's FAQ page, after the suggestion
1092                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1093                 Move url strings to defs.h
1094                 
1095         * src/mainwindow.c
1096                 fix typo to prevent "unknown menu entry" warnings
1097
1098 2003-07-17 [alfons]     0.9.3claws15
1099
1100         * src/folderview.[ch]
1101         * src/summaryview.[ch]
1102         * src/mimeview.[ch]
1103                 plug DnD leaks 
1104
1105 2003-07-17 [paul]       0.9.3claws14
1106
1107         * src/inc.c
1108                 remove two instances of 'GTK_EVENTS_FLUSH' because
1109                 they are unnecessary and probably cause a stack overflow
1110
1111 2003-07-16 [christoph]  0.9.3claws13
1112
1113         * src/mimeview.[ch]
1114                 use an invisible GTK notebook to switch between viewers
1115                 instead of reparenting widgets
1116
1117 2003-07-16 [christoph]  0.9.3claws12
1118
1119         * src/folder.c
1120                 move folder_item_update_freeze() to correct place in
1121                 folder_item_scan_full()
1122
1123 2003-07-16 [paul]       0.9.3claws11
1124
1125         * sync with 0.9.3cvs12
1126                 see ChangeLog 2003-07-14 and 2003-07-15
1127
1128 2003-07-16 [christoph]  0.9.3claws10
1129
1130         * src/imap.[ch]
1131         * src/prefs_account.[ch]
1132                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1133
1134 2003-07-15 [alfons]     0.9.3claws9
1135
1136         * src/main.c
1137                 make --config-dir do something useful
1138
1139 2003-07-15 [alfons]     0.9.3claws8
1140
1141         * src/procmsg.c
1142                 o fix a bug where 'last' didn't really point to the last message
1143                   in the top level list of children, but to the last threaded
1144                   message. 
1145                 
1146                 o clean up and make it easier to sync
1147
1148 2003-07-15 [alfons]     0.9.3claws7
1149
1150         * src/mainwindow.c
1151                 make correct menu items sensitive       
1152
1153 2003-07-14 [alfons]     0.9.3claws6
1154
1155         * src/procmsg.c
1156                 tune the threader so it will not subject-thread any message
1157                 without a subject prefix (this will not thread correctly if 
1158                 a parent is delivered after their childs, but it looks 
1159                 better right now)
1160
1161 2003-07-13 [christoph]  0.9.3claws5
1162
1163         * src/mainwindow.c
1164                 group "Add mailbox *..." menu items in submenu
1165
1166 2003-07-13 [alfons]     0.9.3claws4
1167
1168         * src/summaryview.c
1169                 correct summary_toggle_pressed() signature and make sure
1170                 signal is not passed on
1171
1172 2003-07-13 [alfons]     0.9.3claws3
1173
1174         * src/summaryview.c
1175                 o for now don't pass on keys when they we're handled by 
1176                   ctree::key_press_event
1177                 o clean up
1178
1179 2003-07-13 [alfons]     0.9.3claws2
1180         
1181         * src/main.c
1182                 add command line option "--config-dir" to get the current 
1183                 configuration dir
1184
1185 2003-07-12 [alfons]     0.9.3claws1
1186
1187         * src/matcher.[ch]
1188         * src/matcher_parser_parse.y
1189         * src/prefs_filtering.c
1190         * src/filtering.c
1191                 add "Lock" filter action to lock messages;
1192
1193         * src/filtering.c       
1194                 remove debug_print()    
1195         * src/prefs_filtering.c
1196                 re-organize matcher part 9: 
1197                 make action text entries easily extendible;
1198                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1199                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1200
1201 2003-07-12 [paul]
1202
1203         * tools/README
1204                 update old information and add missing
1205                 information
1206
1207 2003-07-12 [paul]       0.9.3claws
1208
1209         * 0.9.3claws released
1210         
1211 2003-07-12 [paul]       0.9.0claws103
1212
1213         * src/Makefile.am
1214                 add addrquery.h
1215
1216 2003-07-12 [melvin]     0.9.0claws102
1217
1218         * src/messageview.c
1219                 Fixed bug #215: Show MIME tab for single text/html messages. 
1220                 
1221 2003-07-12 [paul]       0.9.0claws101
1222
1223         * man/sylpheed.1
1224                 updated
1225
1226 2003-07-12 [paul]       0.9.0claws100
1227
1228         * po/es.po
1229           po/hr.po
1230           po/pl.po
1231           po/sr.po
1232                 update Spanish, Croatian, Polish, Serbian translations.
1233                 submitted by Ricardo Mones Lastra, Dragan, Witold
1234                 Wladyslaw Wojciech Wilk, Urke MMI
1235
1236 2003-07-12 [melvin]     0.9.0claws99
1237
1238         * po/fr.po
1239                 Updated French translations.
1240
1241 2003-07-12 [paul]       0.9.0claws98
1242
1243         * src/addressbook.c
1244                 disable 'Lookup' button as it has no effect
1245
1246 2003-07-11 [alfons]     0.9.0claws97
1247         
1248         * src/summaryview.c
1249                 summary_searchbar_pressed() should return TRUE to signal that
1250                 event was handled. when returning void, the return value passed
1251                 to GTK is actually random, but maybe FALSE, in which case the
1252                 event is handled by parent
1253                 
1254 2003-07-10 [paul]       0.9.0claws96
1255
1256         * ac/missing/gettext.m4
1257                 update to version 0.12
1258
1259 2003-07-10 [paul]       0.9.0claws95
1260
1261         * src/plugins/clamav/clamav_plugin.c
1262                 fix bug where multipart/alternative messages
1263                 would slip through without being scanned
1264
1265 2003-07-10 [christoph]  0.9.0claws94
1266
1267         * src/folder.c
1268                 correct check if folder supports removing when a message is
1269                 moved. if not the message is only copied.
1270
1271         (closes Bug 132 crash on startup in newsgroups folders)
1272
1273 2003-07-09 [alfons]     0.9.0claws93
1274
1275         * configure.ac
1276         * src/common/defs.h
1277                 --with-config-dir (default .sylpheed)
1278
1279 2003-07-09 [christoph]  0.9.0claws92
1280
1281         * configure.ac
1282                 use PKG_CHECK_MODULES to check for gtkmathview
1283                 (version 0.4.2 now required)
1284
1285 2003-07-08 [melvin]     0.9.0claws91
1286
1287         * src/action.c
1288                 Implemented a progress bar that counts the number of completed
1289                 tasks when the action runs more than one command.
1290
1291 2003-07-08 [alfons]     0.9.0claws90
1292
1293         * src/procmsg.c
1294                 if queued message has an invalid Message-Id, don't try to
1295                 find message it refers to (fixes #209 "crash when processing 
1296                 in folder")
1297
1298 2003-07-08 [paul]       0.9.0claws89
1299
1300         * sync with 0.9.3cvs2
1301                 see ChangeLog 2003-07-08
1302
1303 2003-07-08 [match]      0.9.0claws88
1304
1305         * src/ldapctrl.c
1306                 extend LDAP search for first/last name by parsing search term.
1307
1308 2003-07-08 [alfons]     0.9.0claws87
1309
1310         * src/send_message.c
1311                 fix bug #208 "Status message stuck when sending on POP3 account"
1312
1313 2003-07-07 [paul]       0.9.0claws86
1314
1315         * po/hr.po
1316                 new Croatian translation, submitted by
1317                 Dragan <drleskov@inet.hr>
1318
1319 2003-07-07 [paul]       0.9.0claws85
1320
1321         * sync with 0.9.3cvs1
1322                 see ChangeLog 2003-07-07
1323
1324 2003-07-05 [christoph]  0.9.0claws84
1325
1326         * src/Makefile.am
1327         * src/messageview.c
1328         * src/mimeview.[ch]
1329         * src/stock_pixmap.[ch]
1330         * src/pixmaps/messageview_text.xpm              ** NEW **
1331                 move mimeview tabs to the right side and use icons
1332                 instead of text to save some space
1333
1334         (patch by Luke Plant <lukeplant@softhome.net>)
1335
1336 2003-07-05 [christoph]  0.9.0claws83
1337
1338         * src/inc.c
1339                 add NULL pointer checks
1340
1341         (patch by Luke Plant <lukeplant@softhome.net>)
1342         (closes Bug 204 0.9.0 quits on authentication error?!)
1343
1344 2003-07-05 [alfons]     0.9.0claws82
1345
1346         * configure.ac
1347                 take the clue in bug #202 "./configure script - 
1348                 'if test' comparison failure" reported by John Kristoff. 
1349
1350 2003-07-04 [christoph]  0.9.0claws81
1351
1352         * src/plugins/spamassassin/spamassassin.c
1353                 set timeout for spam check
1354
1355 2003-07-04 [christoph]  0.9.0claws80
1356
1357         * src/main.c
1358                 destroy all FolderItems when shutting down to
1359                 allow folders to clean up
1360
1361 2003-07-04 [melvin]     0.9.0claws79
1362
1363         * src/gtk/gtkaspell.c
1364                 Fixed bug #184 "Entering non-ascii character deletes
1365                 previous char if spell checking enabled": this makes
1366                 the spell checking in multibytes (e.g. UTF-8)locales work.
1367                 (Patch by Luke Plant).
1368                 
1369 2003-07-04 [christoph]  0.9.0claws78
1370
1371         * sync with 0.9.2cvs1
1372                 see ChangeLog 2003-06-10
1373
1374 2003-07-04 [paul]       0.9.0claws77
1375
1376         * sync with 0.9.3 release
1377                 see ChangeLog 2003-07-04
1378
1379 2003-07-03 [christoph]  0.9.0claws76
1380
1381         * src/folder.[ch]
1382         * src/imap.c
1383         * src/mbox_folder.c
1384         * src/mh.c
1385         * src/news.c
1386                 move folder_item_get_path() stuff into a folder virtual function
1387
1388         * src/procmsg.c
1389                 use folder_item_fetch_msg() to get message and do not contruct
1390                 the filename from path and number
1391
1392 2003-07-03 [paul]       0.9.0claws75
1393
1394         * sync with 0.9.2cvs12
1395                 see ChangeLog 2003-07-03
1396
1397 2003-07-02 [paul]       0.9.0claws74
1398
1399         * src/messageview.c
1400                 fix text-selection for replying
1401
1402 2003-07-02 [paul]       0.9.0claws73
1403
1404         * sync with 0.9.2cvs11
1405                 see ChangeLog 2003-07-02
1406
1407 2003-07-02 [paul]       0.9.0claws72
1408
1409         * src/procmsg.c
1410                 revert last commit because it breaks more
1411                 than it fixes
1412
1413 2003-07-02 [paul]       0.9.0claws71
1414
1415         * src/procmsg.c
1416                 fix thread by subject/sort by date
1417
1418 2003-07-01 [paul]       0.9.0claws70
1419
1420         * sync with 0.9.2cvs10
1421                 see ChangeLog 2003-07-01
1422
1423 2003-06-30 [paul]       0.9.0claws69
1424
1425         * sync with 0.9.2cvs9
1426                 see ChangeLog 2003-06-30
1427
1428 2003-06-28 [match]      0.9.0claws68
1429
1430         * src/addressbook.c
1431                 fix null ptr.
1432
1433 2003-06-27 [paul]       0.9.0claws67
1434
1435         * sync with 0.9.2cvs7
1436                 see ChangeLog 2003-06-27
1437
1438 2003-06-26 [christoph]  0.9.0claws66
1439
1440         * src/folder.c
1441                 freeze folder updates while a folder is scanned
1442
1443         (closes Bug 185 New message counter)
1444
1445 2003-06-26 [darko]      0.9.0claws65
1446
1447         * src/ldapserver.c
1448                 fix infinite loop when adding a new LDAP server
1449
1450 2003-06-26 [paul]       0.9.0claws64
1451
1452         * sync with 0.9.2cvs6
1453                 see ChangeLog 2003-06-26
1454
1455 2003-06-26 [paul]       0.9.0claws63
1456
1457         * sync with 0.9.2cvs5
1458                 see ChangeLog 2003-06-25 and 2003-06-26
1459
1460 2003-06-25 [match]      0.9.0claws62
1461
1462         * src/addr_compl.c
1463                 Fixed tab/backtab for dropped-down completion list to
1464                 move next/previous field. (close bug 147)
1465
1466 2003-06-25 [christoph]  0.9.0claws61
1467
1468         * src/addr_compl.[ch]
1469         * src/addrindex.[ch]
1470         * src/folderview.c
1471         * src/inc.c
1472         * src/news.c
1473         * src/summaryview.c
1474         * src/toolbar.c
1475                 fix warnings
1476
1477 2003-06-25 [leandro]    0.9.0claws60
1478
1479         * src/compose.c
1480                 o cleanups
1481                 o gray out "Message/Remove references" menu item if not
1482                   replying to a message
1483
1484 2003-06-24 [leandro]    0.9.0claws59
1485
1486         * src/compose.[ch]
1487                 o removed "Message/Create new thread" menu item
1488                 o added "Message/Remove references" menu item
1489                   (it's off by default and will not check anymore
1490                    if the subject changed)
1491
1492 2003-06-23 [alfons]     0.9.0claws58
1493
1494         * src/procmsg.c
1495                 try better grouping messages threaded by subject based on their age.
1496                 still not perfect - because the message tree is not sorted by date.  
1497
1498 2003-06-23 [thorsten]   0.9.0claws57
1499
1500         * src/pop.[ch]
1501                 added mail_receive_hook to allow modifications
1502                 directly after retrieval (e.g. adding headers).
1503
1504 2003-06-23 [paul]       0.9.0claws56
1505
1506         * src/sourcewindow.c
1507                  enable the use of Ctrl+A to select all text in
1508                  the sourcewindow
1509                  Patch submitted by Ivan Francolin Martinez
1510                  <ivanfm@users.sourceforge.net>
1511
1512 2003-06-22 [christoph]  0.9.0claws55
1513
1514         * src/folder.[ch]
1515                 o add notification hook for folder tree changes
1516                 o invoke hooks after folder tree scanning
1517
1518         * src/folderview.[ch]
1519                 register hook for folder tree changes that
1520                 updates the ctree
1521
1522         (there are more places that should be updated, like add, remove 
1523          or move folder)
1524
1525         (closes Bug 164 Crash on rebuild folder tree)
1526         (closes Bug 190 Crash on 'rebuilding folder tree')
1527
1528 2003-06-21 [leandro]    0.9.0claws54
1529
1530         * src/compose.[ch]
1531                 create a new thread if subject changes
1532                 (it's on by default, can be disabled in Message menu)
1533
1534 2003-06-21 [alfons]     0.9.0claws53
1535
1536         * src/summaryview.c
1537                 quiet little compiler
1538
1539 2003-06-21 [christoph]  0.9.0claws52
1540
1541         update gettext stuff to version 0.12
1542
1543 2003-06-19 [alfons]     0.9.0claws51
1544
1545         * src/common/log.c
1546         * src/common/plugin.c
1547                 move defs.h before glib.h to prevent MIN/MAX redefs
1548
1549 2003-06-19 [alfons]
1550
1551         * src/addressbook.c
1552                 translatable
1553
1554 2003-06-19 [match]      0.9.0claws50
1555
1556         * src/addressbook.[ch]
1557         * src/addrindex.[ch]
1558         * src/addr_compl.[ch]
1559         * src/editldap.[ch]
1560         * src/editldap_basedn.[ch]
1561         * src/addritem.[ch]
1562         * src/ldapquery.h
1563                 re-implemented dynamic LDAP search. works without
1564                 slowdown on display sender with addressbook
1565                 option.
1566         * src/addrbook.c
1567                 documented code.
1568
1569 2003-06-19 [paul]       0.9.0claws49
1570
1571         * src/compose.c
1572                 fix Bug #136 'Nonprovided quotation marks crash claws'
1573                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1574
1575 2003-06-19 [alfons]     0.9.0claws48
1576
1577         * src/prefs_common.[ch]
1578         * src/procmsg.c
1579                 restrict threading by subject by checking thread for
1580                 age (prefs_common.thread_by_subject_max_age)
1581
1582 2003-06-18 [christoph]  0.9.0claws47
1583
1584         * src/imap.c
1585                 fix memory leak in imap_cmd_fetch()
1586
1587 2003-06-18 [christoph]  0.9.0claws46
1588
1589         * src/prefs_gtk.c
1590                 fix memory leak in prefs_set_default() when used multiple
1591                 times or after prefs have been read
1592
1593 2003-06-18 [christoph]  0.9.0claws45
1594
1595         * src/common/plugin.c
1596                 fix memory leak in plugin_unload()
1597
1598 2003-06-18 [christoph]  0.9.0claws44
1599
1600         * src/imap.c
1601                 fix memory leak in imap_cmd_ok()
1602
1603 2003-06-18 [christoph]  0.9.0claws43
1604
1605         * src/folder.c
1606                 stop messages that are downloaded from POP3 and added to
1607                 an IMAP inbox from being filtered twice (first by POP3
1608                 and again when IMAP folder is scaned to get the UID of
1609                 the APPEND operation when no UIDPLUS is available)
1610
1611 2003-06-18 [alfons]
1612
1613         * tools/Makefile.am
1614                 phoenix <- firebird     
1615
1616 2003-06-18 [paul]
1617
1618         * tools/launch_phoenix          ** REMOVED **
1619           tools/launch_firebird         ** NEW **
1620                 renamed and edited to reflect the browser's name change from
1621                 'phoenix' to 'firebird'
1622
1623 2003-06-18 [paul]       0.9.0claws42
1624
1625         * sync with 0.9.2cvs2
1626                 see ChangeLog 2003-06-16
1627
1628 2003-06-17 [alfons]     0.9.0claws41
1629
1630         * src/procmsg.c
1631                 prevent threading problems when a node is an ancestor (parent / great parent),
1632                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1633                 for finding an sample set of messages)
1634
1635 2003-06-16 [christoph]  0.9.0claws40
1636
1637         * src/main.c
1638                 don't popup main window on --receive or --receive-all
1639
1640         * src/mainwindow.[ch]
1641         * src/plugins/trayicon/trayicon.c
1642                 allow hiding of main window by clicking on the trayicon
1643                 (doesn't work correctly in seperate window mode and may
1644                  cause unexpected GTK problems I couldn't find yet)
1645
1646         * src/common/ssl.c
1647                 remove incorrect warning
1648
1649 2003-06-15 [alfons]     0.9.0claws39
1650
1651         * src/gtk/gtkstext.c
1652                 don't output debug text;
1653                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1654                 for pointing this out);
1655
1656 2003-06-14 [alfons]     0.9.0claws38
1657         
1658         * src/messageview.c
1659                 remove printf() and make one if..else comply with coding style
1660
1661 2003-06-14 [alfons]     0.9.0claws37
1662
1663         * AUTHORS
1664                 add Martin Wicke
1665         * src/action.c
1666         * src/messageview.[ch]
1667         * src/summaryview.c
1668                 apply patch #754162 "Quoting messages filtered by actions" submitted
1669                 by Martin Wicke, which allows quoting message body changed by an
1670                 action (Thanks!).
1671
1672 2003-06-13 [alfons]     0.9.0claws36
1673
1674         * src/utils.c
1675                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1676                 use case insensitive regexp (suggested by Ivan Martinez)
1677
1678 2003-06-13 [christoph]  0.9.0claws35
1679
1680         * configure.ac
1681         * src/plugins/trayicon/Makefile.am
1682         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1683         * src/plugins/trayicon/trayicon.c
1684         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1685         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1686         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1687         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1688         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1689         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1690                 replace my own EggTrayIcon backport with the backport
1691                 used by (l|x)mule and gabber.
1692
1693 2003-06-13 [alfons]     0.9.0claws34
1694
1695         * AUTHORS
1696         * src/common/utils.c
1697                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1698
1699 2003-06-13 [alfons]     0.9.0claws33
1700
1701         * src/compose.c
1702                 clean up a little bit
1703
1704 2003-06-12 [alfons]     0.9.0claws32
1705
1706         * src/compose.c
1707                 const correctness fix
1708
1709         * src/common/sylpheed.[ch]
1710                 () -> (void)
1711                 prevent redef MIN/MAX
1712                 
1713         * src/common/utils.[ch]
1714                 () -> (void)
1715
1716 2003-06-12 [melvin]     0.9.0claws31
1717
1718         * src/compose.c
1719                 Updated to take into accounts changes in GtkAspell.
1720
1721 2003-06-12 [alfons]     0.9.0claws30
1722
1723         * src/compose.c
1724         * src/procmsg.c
1725         * src/common/utils.[ch]
1726                 handle reply subject prefixes better (initial 
1727                 suggestion by Robert Story adapted and enhanced 
1728                 using regexps)
1729
1730 2003-06-12 [melvin]     0.9.0claws29
1731
1732         * src/compose.c
1733                 Use new gtkaspell_checkers_strerror() to get the speller's
1734                 error message instead of accessing the (now private)
1735                 checkers structure.
1736                 Minor code clean up
1737
1738         * src/main.c
1739                 Use #ifdef instead of #if for USE_ASPELL
1740                 Use the new spell checkers init/quit functions 
1741
1742         * src/gtk/gtkaspell.c
1743                 Use #ifdef instead of #if for USE_ASPELL
1744                 Moved in the majority of GtkAspell structures that were
1745                 exported before by gtkaspell.h
1746         
1747         * src/gtk/gktaspell.h
1748                 Made gtkaspell.h contain only the necessary data to be
1749                 publicized by moving many structures to gtkaspell.c.
1750                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1751                 gtkaspell_checkers_new(): replaced by...
1752                 gtkaspell_checkers_init(): new function for initialization
1753                 gtkaspell_checkers_delete(): replaced by...
1754                 gtkaspell_checkers_quit(): new function
1755                 gtkaspell_checkers_strerror(): new function that returns
1756                 the checker's last error message.
1757                 
1758 2003-06-11 [melvin]     0.9.0claws28
1759
1760         * po/POTFILES.in
1761                 Updated to take into account gtkaspell.c migration to
1762                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1763
1764 2003-06-10 [alfons]     0.9.0claws27
1765
1766         * src/filtering.[ch]
1767         * src/folder.c
1768         * src/matcher.c
1769         * src/scoring.[ch]
1770                 - try fixing bug #18 (any brave testers?)
1771                 - add more robustness by refusing previously 
1772                   unchecked NULL pointers 
1773
1774 2003-06-10 [alfons]     0.9.0claws26
1775
1776         * src/procmsg.c
1777                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1778
1779 2003-06-09 [alfons]     0.9.0claws25
1780
1781         * src/prefs_common.c
1782                 fix bug #163 "Icon switching doesnt work properly" by 
1783                 preventing early freeing of prefs_common.pixmap_theme_path.
1784
1785 2003-06-09 [christoph]  0.9.0claws24
1786
1787         * src/gtk/gtkaspell.c
1788                 revert Thorsten's fix and add forgotten g_strdup for
1789                 aspell path (it should not be possible to alter the path a
1790                 GtkASpell uses from outside)
1791
1792 2003-06-09 [thorsten]   0.9.0claws23
1793
1794         * src/gtk/gtkaspell.c
1795                 dont free prefs_common.aspell_path when closing compose
1796
1797 2003-06-08 [colin]      0.9.0claws22
1798
1799         * src/plugins/spamassassin/spamassassin.c
1800                 fix prefs types
1801
1802 2003-06-07 [christoph]  0.9.0claws21
1803
1804         * src/Makefile.am
1805         * src/compose.c
1806         * src/gtkaspell.[ch]            ** REMOVE **
1807         * src/gtk/Makefile.am
1808         * src/gtk/gtkaspell.[ch]        ** NEW **
1809                 o make gtkaspell independent from sylpheed's prefs
1810                 o move gtkaspell.[ch] to gtk directory
1811
1812 2003-06-07 [christoph]  0.9.0claws20
1813
1814         * src/Makefile.am
1815         * src/crash.c
1816         * src/export.c
1817         * src/filesel.[ch]              ** REMOVE **
1818         * src/folder.c
1819         * src/main.[ch]
1820         * src/common/sylpheed.[ch]
1821         * src/gtk/Makefile.am
1822         * src/gtk/filesel.[ch]          ** NEW **
1823         * src/gtk/pluginwindow.c
1824         * src/gtk/sslcertwindow.c
1825                 move filesel.[ch] to gtk directory
1826
1827 2003-06-07 [alfons]     0.9.0claws19
1828
1829         * src/filesel.c
1830                 make (multi) file selection dialog work again (Claws-only)
1831
1832 2003-06-07 [thorsten]   0.9.0claws18
1833
1834         * po/de.po
1835                 fix typos
1836
1837 2003-06-07 [alfons]     0.9.0claws17
1838
1839         * configure.ac
1840         * src/mimeview.c
1841                 detect apache mishap in which case don't include fnmatch.h
1842                 if regex.h is already included
1843
1844 2003-06-06 [christoph]  0.9.0claws16
1845
1846         * configure.ac
1847         * src/mimeview.h
1848                 add check for fnmatch.h and include it when available
1849
1850         * src/mimeview.[ch]
1851                 fix wrong case sensitivity of Content-Types
1852
1853         * src/gtk/Makefile.am
1854                 need the same include paths in gtk directory as in
1855                 common directory because .h files in common can
1856                 include files from these directories, when included
1857                 in gtk's .h or .c files
1858
1859 2003-06-06 [alfons]     0.9.0claws15
1860
1861         * src/mimeview.c
1862         * src/summaryview.c
1863                 make it compile again because of regex.h / fnmatch.h 
1864                 include problems (related to recent mime stuff, can
1865                 someone check this?)
1866
1867 2003-06-06 [thorsten]   0.9.0claws14
1868
1869         * src/folderview.c
1870                 possible use of uninitialized pointer while dragging
1871
1872 2003-06-06 [paul]       0.9.0claws13
1873
1874         * src/compose.c
1875                 fix bug where the insert sig button would be effective
1876                 only when auto_sig was set
1877
1878 2003-06-06 [paul]       0.9.0claws12
1879
1880         * sync with 0.9.2 release
1881
1882 2003-06-02 [paul]       0.9.0claws11
1883
1884         * sync with 0.9.1cvs1
1885                 see ChangeLog 2003-06-02
1886                 
1887         * po/de.po
1888                 update by Jens
1889
1890 2003-06-01 [christoph]  0.9.0claws10
1891
1892         * src/account.c
1893                 don't use substring search to find accounts by email address
1894
1895         (closes Bug 169 Overly loose matching of "From" address)
1896
1897 2003-05-31 [christoph]  0.9.0claws9
1898
1899         * doc-src/rfc2683.txt
1900         * src/imap.c
1901                 limit IMAP command length as recommended in RFC2683
1902                 (message number lists will be split into multiple imap
1903                 sets, the limit of 1000 octets is not a hard limit)
1904
1905         (closes Bug 161 sylpheed-claws exits with segfault when logging
1906          in to certain imap-servers)
1907
1908 2003-05-29 [alfons]     0.9.0claws8
1909
1910         * src/toolbar.[ch]
1911                 add print button (calling summary_print());
1912                 fine tune setting tooltip text;
1913                 (if someone needs other buttons, please take these 
1914                 commits as a guide, instead of bothering us - also
1915                 see 0.8.11claws150) 
1916
1917 2003-05-29 [darko]      0.9.0claws7
1918
1919         * src/compose.c
1920                 fix crash when word wrapping kicks in due to
1921                 changed text by spell checker
1922
1923 2003-05-29 [paul]       0.9.0claws6
1924
1925         * src/compose.c
1926                 fix bug where changing account would insert
1927                 sig even if auto_sig was FALSE
1928                 
1929         * ChangeLog
1930           ChangeLog.jp
1931           INSTALL
1932                 sync with 0.9.1 release
1933
1934 2003-05-28 [christoph]  0.9.0claws5
1935
1936         * src/imap.c
1937                 fix truncation of too long commands
1938
1939         (closes Bug 167 IMAP hangs trying to get envelope
1940          information in imap_get_uncached_messages)
1941
1942 2003-05-27 [paul]       0.9.0claws4
1943
1944         * tools/Makefile.am
1945           tools/maildir2sylpheed.pl     ** NEW FILE **
1946                 add kmail to sylpheed mailbox conversion script
1947
1948 2003-05-27 [paul]       0.9.0claws3
1949
1950         * sync with 0.9.0cvs10
1951                 see ChangeLog 2003-05-26
1952
1953 2003-05-26 [paul]       0.9.0claws2
1954
1955         * sync with 0.9.0cvs9
1956                 see ChangeLog 2003-05-26
1957
1958 2003-05-24 [paul]       0.9.0claws1
1959
1960         * sync with 0.9.0cvs8
1961                 see ChangeLog 2003-05-23
1962
1963 2003-05-24 [paul]       0.9.0claws
1964
1965         * version 0.9.0claws released
1966
1967 2003-05-24 [paul]       0.8.11claws177
1968
1969         * src/plugins/dillo-viewer/Makefile.am
1970           src/plugins/traycon/Makefile.am
1971                 add missing files
1972                 
1973         * po/bg.po
1974           po/en_GB.po
1975           po/es.po
1976           po/it.po
1977           po/pt_BR.po
1978           po/ru.po
1979           po/sr.po
1980                 update Bulgarian, British English, Spanish, Italian, 
1981                 Brazilian Portuguese, Russian, and Serbian translations, 
1982                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1983                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1984                 Ruslan N. Balkin, and Urke MMI
1985
1986 2003-05-23 [melvin]     0.8.11claws176
1987
1988         * po/fr.po
1989                 Updated French translations
1990
1991 2003-05-22 [paul]       0.8.11claws175
1992
1993         * src/Makefile.am
1994           src/addrbook.[ch]
1995           src/addrcache.[ch]
1996           src/addr_compl.[ch]
1997           src/adressbook.[ch]
1998           src/addrindex.[ch]
1999           src/addritem.[ch]
2000           src/editaddress.c
2001           src/editgroup.c
2002           src/editldap_basedn.c
2003           src/editldap.c
2004           src/jpilot.c
2005           src/vcard.c
2006                 revert to get ldap into it previous working state
2007                 
2008         * po/zh_TW.Big5.po
2009                 new Taiwanese translation,
2010                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2011
2012 2003-05-22 [christoph]  0.8.11claws174
2013
2014         * src/plugins/spamassassin/libspamc.[ch]
2015                 sync libspamc with SpamAssaain release 2.55
2016
2017 2003-05-22 [paul]       0.8.11claws173
2018
2019         * sync with 0.9.0cvs7
2020                 see ChangeLog 2003-05-22
2021                 
2022         * src/summaryview.c
2023                 revert change in 0.8.11claws172: follow
2024                 Hiroyuki's decision and that's the end of it.
2025
2026 2003-05-21 [paul]       0.8.11claws172
2027
2028         * src/summaryview.c
2029                 fix discrepency between open_unread_on_enter
2030                 and always_show_msg
2031
2032 2003-05-21 [paul]       0.8.11claws171
2033
2034         * sync with 0.9.0cvs6
2035                 see ChangeLog 2003-05-21
2036
2037 2003-05-21 [paul]       0.8.11claws170
2038
2039         * sync with 0.9.0cvs5
2040                 see ChangeLog 2003-05-21
2041
2042 2003-05-20 [paul]       0.8.11claws169
2043
2044         * sync with 0.9.0cvs4
2045                 see ChangeLog 2003-05-20
2046                 fixes bug #152, 'encoding of IMAP folders names'
2047
2048 2003-05-20 [paul]       0.8.11claws168
2049
2050         * sync with 0.9.0cvs3
2051                 see ChangeLog 2003-05-20
2052                 
2053         * src/tools/convert_mbox.pl
2054                 minor change in the comments, submitted by Fred Marton
2055
2056 2003-05-19 [paul]       0.8.11claws167
2057
2058         * src/plugins/clamav/Makefile.am
2059           configure.ac
2060                 link clamav_lib to the plugin and not to the main program
2061
2062 2003-05-19 [christoph]
2063
2064         * src/Makefile.am
2065                 add -export-dynamic for linking
2066
2067 2003-05-19 [paul]       0.8.11claws166
2068
2069         * sync with 0.9.0cvs1
2070                 see ChangeLog 2003-05-19
2071
2072 2003-05-19 [paul]       0.8.11claws165
2073
2074         * src/inc.c
2075                 fix 'pop before smtp' timeout
2076
2077 2003-05-18 [alfons]     0.8.11claws164
2078
2079         * src/prefs_matcher.c
2080                 put "execute" action command line ("expression") in edit box
2081
2082 2003-05-18 [christoph]  0.8.11claws163
2083
2084         * src/mimeview.[ch]
2085         * src/plugins/dillo_viewer/dillo_viewer.c
2086         * src/plugins/image_viewer/viewer.c
2087         * src/plugins/mathml_viewer/mathml_viewer.c
2088                 let a viewer have a list of Content-Types
2089
2090 2003-05-18 [paul]       0.8.11claws162
2091
2092         * src/prefs_filtering.c
2093                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2094                 and REDIRECT actions
2095
2096 2003-05-17 [christoph]
2097
2098         * README.claws
2099                 o remove dynamic signatures that was syned with main
2100                 o add infos about no longer "build in" image viewer
2101                 o update bugtracker URL
2102
2103 2003-05-17 [christoph]  0.8.11claws161
2104
2105         * src/folder.c
2106         * src/folderview.c
2107         * src/imap.c
2108                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2109                 for every folder after rebuilding the folder tree.
2110
2111         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2112          messages)
2113
2114 2003-05-17 [christoph]  0.8.11claws160
2115
2116         * src/imap.c
2117                 don't use STATUS command on current folder to check for
2118                 content changes. imap_cmd_ok() now tracks changes to
2119                 folder and number of existing messages.
2120
2121 2003-05-17 [paul]       0.8.11claws159
2122
2123         * src/plugins/clamav/clamav_plugin.c
2124                 remove unnecessary debug_print
2125
2126 2003-05-16 [thorsten]   0.8.11claws158
2127
2128         * src/plugins/demo.c
2129                 included missing intl.h
2130
2131 2003-05-16 [paul]       0.8.11claws157
2132
2133         * po/POTFILES.in
2134                 remove non-existant entries
2135         
2136         * src/plugins/clamav/clamav_plugin.c
2137           src/plugins/clamav/clamav_plugin_gtk.c
2138           src/plugins/dillo_viewer/dillo_prefs.c
2139           src/plugins/dillo_viewer/dillo_viewer.c
2140                 gettextise
2141
2142 2003-05-16 [christoph]  0.8.11claws156
2143
2144         * po/POTFILES.in
2145                 include plugin .c files for translation until I
2146                 find a better solution to have plugins have their
2147                 own textdomain
2148         * src/plugins/demo/demo.c
2149         * src/plugins/image_viewer/plugin.c
2150         * src/plugins/mathml_viewer/mathml_viewer.c
2151         * src/plugins/spamassassin/spamassassin.c
2152         * src/plugins/spamassassin/spamassassin_gtk.c
2153         * src/plugins/trayicon/trayicon.c
2154                 add gettext macros for plugin name and description
2155
2156 2003-05-16 [paul]
2157
2158         * sync with 0.9.0
2159
2160 2003-05-16 [paul]       0.8.11claws155
2161
2162         * sync with lastest 0.9.0pre1
2163                 see ChangeLog 2003-05-16
2164
2165 2003-05-15 [paul]       0.8.11claws154
2166
2167         * sync with latest 0.9.0pre1
2168                 see ChangeLog 2003-05-14 and 2003-05-15
2169
2170 2003-05-14 [christoph]  0.8.11claws153
2171
2172         * src/plugins/image_viewer/viewer.c
2173         * src/plugins/image_viewer/viewer.glade         ** NEW **
2174         * src/plugins/image_viewer/viewerprefs.c
2175                 make it possible to disable the autoload function in the
2176                 imageviewer again
2177
2178 2003-05-14 [christoph]  0.8.11claws152
2179
2180         * src/folder.c
2181                 fix folder update after adding a message
2182
2183 2003-05-13 [alfons]     0.8.11claws151
2184
2185         * src/common/session.c
2186                 remove debug traces
2187                 
2188         * src/addrcache.[ch]
2189         * src/filtering.[ch]
2190         * src/folder.[c]
2191         * src/gtkaspell.[ch]
2192         * src/imap.[ch]
2193         * src/mbox_folder.[ch]
2194         * src/mh.[ch]
2195         * src/mimeview.h
2196         * src/msgcache.[ch]
2197         * src/news.[ch]
2198         * src/passphrase.[ch]
2199         * src/prefs_common.[ch]
2200         * src/prefs_gtk.[ch]
2201         * src/procmsg.c
2202         * src/scoring.[ch]
2203                 be pedantic; (in prototypes () implies (int))
2204
2205 2003-05-13 [alfons]     0.8.11claws150
2206
2207         * src/prefs_toolbar.[ch]
2208         * src/summaryview.[ch]
2209         * src/toolbar.[ch]
2210                 change misleading text in toolbar prefs;
2211                 add toolbar action for ignore thread (toggles ignore thread flag);
2212                 clean up a little bit;
2213
2214 2003-05-12 [paul]
2215
2216         * tools/convert_mbox.pl
2217                 bug fixed by Fred Marton
2218
2219 2003-05-12 [paul]
2220
2221         * sync with 0.9.0pre1
2222
2223 2003-05-09 [paul]       0.8.11claws149
2224
2225         * sync with 0.8.11cvs43
2226                 see ChangeLog 2003-05-09
2227
2228 2003-05-08 [christoph]  0.8.11claws148
2229
2230         * src/imap.[ch]
2231                 o use CAPABILIY as first command and check for PREAUTH
2232                   information in the response to it
2233                 o rewrite all imap_cmd_* functions to use an IMAPSession
2234                   instead of a SockInfo as parameter
2235                 o do STARTTLS after fetching and checking the server
2236                   capabilities
2237
2238 2003-05-08 [paul]       0.8.11claws147
2239
2240         * tools/Makefile.am
2241           tools/README
2242           tools/convert_mbox.pl         ** NEW FILE **
2243                 add mbox conversion script. Submitted by 
2244                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2245
2246 2003-05-07 [christoph]
2247
2248         * doc-src/glade.txt
2249         * src/gtk/pluginwindow.glade
2250         * src/plugins/image_viewer/viewerprefs.glade
2251         * src/plugins/spamassassin/spamassassin_gtk.glade
2252                 add glade files for user interfaces and a description how
2253                 to use glade to create the sylpheed code
2254
2255 2003-05-07 [paul]       0.8.11claws146
2256
2257         * sync with 0.8.11cvs41
2258                 see ChangeLog 2003-05-07
2259
2260 2003-05-06 [christoph]  0.8.11claws145
2261
2262         * src/main.c
2263         * src/plugins/image_viewer/viewer.c
2264                 fix usage of imlib in imageviewer plugin
2265
2266         * src/gtk/prefswindow.c
2267                 handle window close event correctly
2268
2269 2003-05-06 [paul]       0.8.11claws144
2270
2271         * src/common/ssl.c
2272                 fix typo introduced in sync
2273
2274 2003-05-06 [paul]       0.8.11claws143
2275
2276         * sync with 0.8.11cvs39
2277                 see ChangeLog 2003-05-06
2278
2279 2003-05-06 [paul]       0.8.11claws142
2280
2281         * AUTHORS
2282           po/cs.po
2283                 updated Czech translation, submitted by 
2284                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2285                 
2286         * src/plugins/clamav/clamav_plugin_gtk.c
2287                 clean up
2288
2289 2003-05-03 [alfons]     0.8.11claws141
2290
2291         * src/compose.[ch]
2292                 make paste as quotation work even when the call to 
2293                 text_inserted() was deferred (fixes bug #140 "Paste 
2294                 as quotation does not work when using "external" 
2295                 clipboard")
2296
2297 2003-05-03 [thorsten]   0.8.11claws140
2298
2299         * src/addrquery.h
2300           src/ldapquery.h
2301           src/mainwindow.c
2302                 removed C++ comments
2303         * src/addr_compl.c
2304                 function with non-int retval/param used before
2305                 implementation/declaration
2306
2307 2003-05-02 [paul]       0.8.11claws139
2308
2309         * src/addr_compl.[ch]
2310           src/addressbook.[ch]
2311           src/addrindex.c
2312           src/summaryview.c
2313                 revert match's changes to (finally) remove the bug where
2314                 opening a folder causes massive slowdown when using the 
2315                 'Display sender using address book' option
2316
2317 2003-05-01 [melvin]     0.8.11claws138
2318
2319         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2320         * src/plugins/dillo_viewer/dillo_viewer.c
2321                 Fixed bug where "Cancel" button from prefs issued
2322                 warnings.
2323                 Comply a little more to coding style
2324
2325 2003-05-01 [paul]       0.8.11claws137
2326
2327         * sync with 0.8.11cvs38
2328                 see ChangeLog 2003-05-01
2329
2330 2003-05-01 [paul]       0.8.11claws136
2331
2332         * po/bg.po
2333                 updated by George Danchev
2334
2335 2003-04-30 [christoph]  0.8.11claws135
2336
2337         * src/plugins/dillo_viewer/dillo_prefs.c
2338         * src/plugins/image_viewer/viewerprefs.c
2339         * src/plugins/spamassassin/spamassassin_gtk.c
2340                 remove gtk_widget_ref() calls for widgets in
2341                 glade code
2342
2343 2003-04-30 [paul]       0.8.11claws134
2344
2345         * src/addrindex.c
2346                 ok, this time a better fix for the bug where opening folder
2347                 has massive slowdown when using the 'Display sender using 
2348                 address book' option
2349
2350 2003-04-30 [paul]       0.8.11claws133
2351
2352         * src/addrindex.c
2353                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2354         
2355 2003-04-30 [melvin]     0.8.11claws132
2356
2357         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2358
2359         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2360                 Preferences for the dillo plugin
2361         * src/plugins/dillo_viewer/dillo_viewer.c
2362                 Support for preferences
2363         * src/plugins/dillo_viewer/Makefile.am
2364                 Added dillo_prefs.[ch]
2365
2366 2003-04-30 [alfons]     0.8.11claws131
2367
2368         * src/common/plugin.[ch]
2369                 see? this ANSI C'fication immediately gives us type
2370                 checking for free.
2371
2372 2003-04-30 [alfons]     0.8.11claws130
2373
2374         * src/common/plugin.[ch]
2375         * src/plugins/clamav/clamav_plugin.[ch]
2376         * src/plugins/clamav/clamav_plugin_gtk.c
2377         * src/plugins/demo/demo.c
2378         * src/plugins/dillo_viewer/dillo_viewer.c
2379         * src/plugins/image_viewer/plugin.c
2380         * src/plugins/image_viewer/viewer.[ch]
2381         * src/plugins/image_viewer/viewerprefs.[ch]
2382         * src/plugins/mathml_viewer/mathml_viewer.c
2383         * src/plugins/spamassassin/spamassassin.[ch]
2384         * src/plugins/spamassassin/spamassassin_gtk.c
2385         * src/plugins/trayicon/trayicon.c
2386                 clean up
2387
2388 2003-04-30 [alfons]     0.8.11claws129
2389
2390         * src/common/utils.c
2391                 make is_ascii_str() fail gracefully when NULL pointer
2392                 is passed
2393
2394 2003-04-30 [paul]       0.8.11claws128
2395
2396         * src/addrindex.c
2397                 fix bug where opening folder has massive slowdown when
2398                 using the 'Display sender using address book' option
2399
2400 2003-04-30 [paul]       0.8.11claws127
2401
2402         * src/plugins/clamav/clamav_plugin.c
2403           src/plugins/clamav/clamav_plugin_gtk.c
2404           src/plugins/demo/demo.c
2405           src/plugins/dillo_viewer/dillo_viewer.c
2406           src/plugins/image_viewer/plugin.c
2407           src/plugins/mathml_viewer/mathml_viewer.c
2408           src/plugins/spamassassin/spamassassin.c
2409           src/plugins/spamassassin/spamassassin_gtk.c
2410           src/plugins/trayicon/trayicon.c
2411                 get rid of eye-hurting function signatures
2412
2413 2003-04-30 [paul]       0.8.11claws126
2414
2415         * src/plugins/trayicon/trayicon.c
2416                 add description
2417                 
2418         * src/mimeview.c
2419                 be more descriptive
2420
2421 2003-04-30 [paul]       0.8.11claws125
2422
2423         * configure.ac
2424                 arrange the plugins in reverse alphabetical order
2425                 
2426         * src/plugins/clamav/clamav_plugin.[ch]
2427           src/plugins/clamav/clamav_plugin_gtk.c
2428                 rename some params
2429                 resize max_size window
2430                 re-arrange the order of some gui elements
2431                 improve descriptions
2432         
2433         * src/plugins/image_viewer/plugin.c
2434           src/plugins/mathml_viewer/mathml_viewer.c
2435                 add descriptions
2436                 
2437         * src/plugins/spamassassin/spamassassin_gtk.c
2438                 resize max_size window
2439                 re-arrange the order of some gui elements
2440                 
2441         * src/messageview.c
2442           src/mimeview.c
2443                 correct typos
2444
2445 2003-04-30 [alfons]     0.8.11claws124
2446
2447         * src/imap.c
2448                 fix a leak found while browsing Martin Kluge's 
2449                 valgrind log (Claws only)
2450
2451 2003-04-29 [darko]      0.8.11claws123
2452
2453         * src/gtk/gtkstext.h
2454                 include wchar.h if it is available, fixes compilation
2455                 on HP-UX systems
2456
2457 2003-04-29 [melvin]     0.8.11claws122
2458
2459         * src/prefs_actions.c
2460                 Improved help text of Actions' syntax
2461
2462 2003-04-28 [paul]       0.8.11claws121
2463
2464         * src/action.c
2465                 a better fix for the crash when performing an action
2466                 on a mime part
2467
2468 2003-04-28 [paul]       0.8.11claws120
2469
2470         * src/action.c
2471                 fix crash when performing an action on a
2472                 mime part
2473
2474 2003-04-28 [paul]       0.8.11claws119
2475
2476         * sync with 0.8.11cvs36
2477                 see ChangeLog 2003-04-28
2478
2479 2003-04-27 [paul]       0.8.11claws118
2480
2481         * more sync with 0.8.11cvs35
2482                 see ChangeLog 2003-04-25
2483
2484 2003-04-26 [christoph]  0.8.11claws117
2485
2486         * src/folder.c
2487                 fix remove virtual check
2488
2489 2003-04-26 [paul]       0.8.11claws116
2490
2491         * src/messageview.c
2492                 fix return-receipt, make it work again
2493
2494 2003-04-26 [paul]       0.8.11claws115
2495
2496         * src/mimeview.c
2497                 restore double-clicking of the [application/pgp-signature 
2498                 (Select "Check signature" to check)] line in the message view,
2499                 broken in recent sync
2500
2501 2003-04-26 [christoph]  0.8.11claws114
2502
2503         * src/folder.c
2504                 check if remove virtual really exists before
2505                 calling the function
2506
2507 2003-04-25 [match]      0.8.11claws113
2508
2509         * src/addrindex.c
2510         * src/addrbook.c
2511         * src/ldapquery.[ch]
2512         * src/ldapctrl.[ch]
2513                 fix memleak.
2514         * src/ldapserver.[ch]
2515                 fix memleak. fix segfault.
2516                 plug a Claws memleak
2517
2518 2003-04-25 [alfons]     0.8.11claws112
2519
2520         * src/folder.c
2521                 plug a Claws memleak
2522
2523 2003-04-25 [alfons]     0.8.11claws111
2524
2525         * src/common/session.c
2526                 plug a memleak
2527
2528 2003-04-25 [paul]       0.8.11claws110
2529
2530         * sync with 0.8.11cvs35
2531                 see ChangeLog 2003-04-24 and 2003-04-25
2532                 
2533         * src/gtk/pluginwindow.c
2534                 correct another strange float value
2535
2536 2003-04-24 [christoph]  0.8.11claws109
2537
2538         * src/folder.c
2539                 freeze folder item updates when unsetting new flags
2540
2541         * src/gtk/pluginwindow.c
2542                 correct strange float value
2543
2544 2003-04-23 [paul]       0.8.11claws108
2545
2546         * sync with 0.8.11cvs33
2547                 see ChangeLog 2003-04-23
2548
2549 2003-04-22 [paul]       0.8.11claws107
2550
2551         * src/Makefile.am
2552           src/messageview.c
2553           src/mimeview.c
2554           src/pgptext.[ch]      ** REMOVED **
2555                 remove pgptext.[ch] as its not used any more
2556
2557 2003-04-22 [paul]       0.8.11claws106
2558
2559         * sync with 0.8.11cvs31
2560                 see ChangeLog 2003-04-21 and 2003-04-22
2561
2562 2003-04-21 [alfons]     0.8.11claws105
2563
2564         * src/main.c
2565                 No access to GTK structures if we're a spawned child
2566                 (and clean up code a little bit...) Should fix #126.
2567
2568 2003-04-21 [melvin]     0.8.11claws104
2569
2570         * src/plugins/dillo_viewer/README
2571                 Improved slightly the text.
2572
2573 2003-04-21 [melvin]     0.8.11claws103
2574
2575         * src/plugins/dillo_viewer/README *** NEW ***
2576                 Added a README file for the Dillo plugin
2577
2578 2003-04-20 [paul]
2579
2580         * tools/README
2581           tools/outlook2sylpheed.pl
2582                 updated and improved by Ricardo Mones Lastra
2583
2584 2003-04-18 [oliver]     0.8.11claws102
2585
2586         * src/inc.c 
2587         * src/prefs_account.h
2588                 remove Pop3SessionType (used by selective download)
2589         * src/prefs_toolbar.c
2590                 enable set Default Toolbar button
2591
2592 2003-04-18 [paul]       0.8.11claws101
2593
2594         * sync with 0.8.11cvs29
2595                 see ChangeLog 2003-04-18
2596
2597 2003-04-17 [paul]       0.8.11claws100
2598
2599         * src/prefs_common.[ch]
2600           src/summaryview.c
2601                 remove 'Open next message on deletion' option,
2602                 as the same effect can now be achieved via the
2603                 'Always open messages in summary when selected'
2604                 option.
2605
2606 2003-04-17 [paul]       0.8.11claws99
2607
2608         * sync with 0.8.11cvs28
2609                 see ChangeLog 2003-04-17
2610
2611 2003-04-17 [christoph]  0.8.11claws98
2612
2613         * ac/spamassassin.m4
2614         * src/plugins/spamassassin/libspamc.[ch]
2615         * src/plugins/spamassassin/utils.[ch]
2616                 sync libspamc with SpamAssassin project
2617
2618 2003-04-17 [christoph]  0.8.11claws97
2619
2620         * src/common/socket.h
2621         * src/gtk/sslcertwindow.h
2622                 rename old USE_SSL to USE_OPENSSL
2623
2624 2003-04-17 [paul]       0.8.11claws96
2625
2626         * src/prefs_common.h
2627                 use gulong for P_COLOR so that it compiles/runs on
2628                 64-bit systems. Patch submitted by James Noyes
2629                 <jnoyes-claws@retrogeeks.com>
2630                 
2631         * po/de.po
2632                 updated by Jens
2633
2634 2003-04-17 [paul]       0.8.11claws95
2635
2636         * sync with 0.8.11cvs27
2637                 see ChangeLog 2003-04-16
2638
2639 2003-04-15 [paul]       0.8.11claws94
2640
2641         * src/prefs_common.[ch]
2642                 rearrange to stop the window getting too long:
2643                         move Receive dialog stuff to Receive tab
2644                         move Send dialog to Send tab
2645                         remove Dialogs frame
2646                 rename 'Open messages in summary with cursor keys' to
2647                 'Always open messages in summary when selected', as its
2648                 more appropriate
2649
2650 2003-04-15 [paul]       0.8.11claws93
2651
2652         * src/prefs_common.[ch]
2653           src/summaryview.c
2654                 add new option '/Interface/Open next message on deletion'
2655
2656 2003-04-15 [paul]       0.8.11claws92
2657
2658         * src/summaryview.[ch]
2659                 add /Mark/Lock and /Mark/Unlock to the pop-up
2660                 menu. Patch submitted by Ivan Francolin Martinez
2661                 <ivanfm@users.sourceforge.net>
2662
2663 2003-04-15 [paul]       0.8.11claws91
2664
2665         * sync with 0.8.11cvs24
2666                 see ChangeLog 2003-04-15
2667
2668 2003-04-14 [jens]       0.8.11claws90
2669
2670         * updated German translation and some corrections from
2671                 Roland Bless <bless@tm.uka.de>
2672
2673 2003-04-14 [paul]       0.8.11claws89
2674
2675         * sync with 0.8.11cvs22
2676                 see ChangeLog 2003-04-14
2677
2678 2003-04-13 [paul]       0.8.11claws88
2679
2680         * src/plugins/clamav/clamav_plugin.c
2681                 fix memory leaks
2682                 clean up
2683
2684 2003-04-12 [paul]       0.8.11claws87
2685
2686         * src/plugins/clamav/clamav_plugin.c
2687                 activate enable/disable archive scanning option
2688                 
2689         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2690
2691 2003-04-12 [paul]       0.8.11claws86
2692
2693         * src/plugins/Makefile.am
2694           src/plugins/clamav/Makefile.am                ** NEW FILE **
2695           src/plugins/clamav/README                     ** NEW FILE ** 
2696           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2697           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2698                 add Clam AntiVirus plugin
2699
2700 2003-04-12 [paul]       0.8.11claws85
2701
2702         * sync with 0.8.11cvs21
2703                 see ChangeLog 2003-04-11
2704
2705 2003-04-11 [paul]       0.8.11claws84
2706
2707         * po/es.po
2708                 update Spanish translation. Submitted by Ricardo
2709                 Mones Lastra.
2710
2711 2003-04-10 [christoph]  0.8.11claws83
2712
2713         * src/mbox.c
2714                 fix typo that did not move unfiltered mails to destination
2715                 folder
2716
2717         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2718          when filtering from spool)
2719
2720 2003-04-10 [christoph]  0.8.11claws82
2721
2722         * src/imap.c
2723                 use BODY.PEEK instead of BODY in in message fetch operation
2724                 to make sure the IMAP server does not set the \Seen flag for
2725                 messages. Sylpheed does that later itself, when the message
2726                 is opened in sylpheed
2727
2728         (closes Bug 111 Claws destroys unread marks)
2729
2730 2003-04-09 [oliver]     0.8.11claws81
2731         
2732         * src/folder.c
2733                 fix crash in folder_destroy
2734         * README.claws
2735                 remove selective download
2736
2737 2003-04-09 [christoph]  0.8.11claws80
2738
2739         * src/imap.c
2740                 fix crash in imap_get_msginfo() when then fetched message
2741                 is not found
2742
2743         (closes Bug 110 Crash during mail composition)
2744
2745 2003-04-08 [christoph]  0.8.11claws79
2746
2747         * src/folder.c
2748         * src/prefs_account.c
2749                 Filter new messages that are found in an INBOX folder
2750                 when 'Filter messages on receiving' is enabled in the
2751                 Folder's AccountPrefs. This allows to use Sylpheed's
2752                 filtering engine for IMAP folders where messages are
2753                 added to the INBOX by a MTA
2754
2755 2003-04-08 [paul]       0.8.11claws78
2756
2757         * src/procmsg.h
2758                 clean up after last commit
2759
2760 2003-04-08 [paul]       0.8.11claws77
2761
2762         * sync with 0.8.11cvs20
2763                 see ChangeLog 2003-04-07 and 2003-04-08
2764
2765 2003-04-07 [christoph]  0.8.11claws76
2766
2767         * src/filtering.[ch]
2768         * src/inc.[ch]
2769         * src/mbox.c
2770         * src/procmsg.[ch]
2771                 add procmsg_msginfo_filter() to execute filtering actions
2772
2773 2003-04-06 [christoph]  0.8.11claws75
2774
2775         * src/imap.c
2776                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2777
2778 2003-04-06 [christoph]  0.8.11claws74
2779
2780         * src/common/utils.[ch]
2781                 add g_int_compare() function for slist sorting
2782
2783         * src/imap.c
2784                 fetch all MsgInfos with one command in imap_get_msginfos()
2785                 using an imap set with a list of ranges
2786
2787         * src/news.c
2788                 use new g_int_compare() function
2789
2790 2003-04-06 [thorsten]   0.8.11claws73
2791
2792         * src/mh.c
2793                 corrected implementation of mh_folder_destroy()
2794
2795 2003-04-05 [christoph]  0.8.11claws72
2796
2797         * src/account.c
2798         * src/folder.[ch]
2799         * src/folderview.c
2800         * src/imap.c
2801         * src/inc.c
2802         * src/main.c
2803         * src/mainwindow.c
2804         * src/mbox_folder.c
2805         * src/mh.c
2806         * src/mimeview.h
2807         * src/msgcache.[ch]
2808         * src/news.c
2809         * src/procmime.h
2810         * src/procmsg.[ch]
2811         * src/setup.c
2812         * src/gtk/gtkutils.c
2813                 o rename structure field names class and new to klass and
2814                   new_msgs, to allow including files in C++
2815                 o add 'extern "C"' block to some header files
2816                 o add MsgInfoList and MsgNumberList as alias for GSList for
2817                   developers to know what type of list is expected
2818
2819         * src/plugins/image_viewer/plugin.c
2820         * src/plugins/image_viewer/viewer.[ch]
2821         * src/plugins/image_viewer/viewerprefs.[ch]
2822                 rename function names to prevent conflicts
2823
2824 2003-04-05 [paul]       0.8.11claws71
2825
2826         * sync with 0.8.11cvs18
2827                 see ChangeLog 2003-04-03 and 2003-04-04
2828
2829 2003-04-02 [christoph]  0.8.11claws70
2830
2831         * src/folder.[ch]
2832         * src/imap.[ch]
2833         * src/mbox_folder.[ch]
2834         * src/mh.[ch]
2835         * src/news.[ch]
2836                 o Make all virtual folder functions private
2837                 o remove unused folder code
2838
2839         * src/common/socket.[ch]
2840         * src/summaryview.c
2841                 fix warnings
2842
2843 2003-03-30 [alfons]     0.8.11claws69
2844
2845         * src/send_message.c
2846                 remove two debug traces and see if people still report
2847                 errors
2848
2849 2003-03-30 [alfons]     0.8.11claws68
2850
2851         * src/send_message.c
2852         * src/commons/session.c
2853                 add more debug traces
2854
2855 2003-03-30 [christoph]  0.8.11claws67
2856
2857         * src/folder.c
2858                 change processing folder name from .processing to processing
2859
2860         * src/common/ssl.c
2861                 disable SSL certificate check because it causes Xlib error
2862                 when the child process want's to open an GTK window
2863
2864 2003-03-30 [christoph]  0.8.11claws66
2865
2866         * src/folder.c
2867                 don't use default folder for processing folder item because
2868                 it can be a non local folder
2869
2870         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2871
2872 2003-03-30 [alfons]     0.8.11claws65
2873
2874         * src/send_message.c
2875                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2876                 to generate bad code for 'send_send_data_progressive': When
2877                 called from 'send_send_data_finished', the 'data' pointer is
2878                 cleared just before the assignment to the dialog pointer
2879
2880 2003-03-29 [christoph]  0.8.11claws64
2881
2882         * src/common/prefs.h
2883         * src/plugins/image_viewer/Makefile.am
2884         * src/plugins/image_viewer/plugin.c
2885         * src/plugins/image_viewer/viewer.[ch]
2886         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2887                 add PrefsPage for ImageViewer
2888
2889 2003-03-28 [thorsten]   0.8.11claws63
2890
2891         * src/common/session.c
2892                 added some comments
2893
2894 2003-03-28 [paul]       0.8.11claws62
2895
2896         * sync with 0.8.11cvs16
2897                 see ChangeLog 2003-03-28
2898
2899 2003-03-28 [paul]       0.8.11claws61
2900
2901         * sync with 0.8.11cvs15
2902                 see ChangeLog 2003-03-28
2903
2904 2003-03-27 [christoph]  0.8.11claws60
2905
2906         * src/folder.c
2907         * src/imap.c
2908         * src/common/socket.[ch]
2909                 set socket state to DISCONNECTED when any operation
2910                 fails to allow reconnecting in IMAP code without
2911                 checking the return code of all calls to the command
2912                 functions
2913
2914         * src/folderview.c
2915         * src/summaryview.c
2916                 remove some more stuff that depends on specific
2917                 folder types
2918
2919 2003-03-27 [paul]       0.8.11claws59
2920
2921         * sync with 0.8.11cvs14
2922                 see ChangeLog 2003-03-27
2923                 
2924         * src/selective_download.[ch]   ** REMOVED **
2925                 really removed
2926
2927 2003-03-27 [christoph]  0.8.11claws58
2928
2929         * src/folder.c
2930                 fix handling of tmp_flags in flag copy function
2931
2932 2003-03-27 [paul]       0.8.11claws57
2933
2934         * sync with 0.8.11cvs13
2935                 see ChangeLog 2003-03-27
2936
2937 2003-03-27 [oliver]     0.8.11claws56
2938
2939         * src/maiwindow.c
2940                 remove sel_download_cb
2941
2942 2003-03-27 [oliver]     0.8.11claws55
2943         
2944         * src/inc.c
2945                 remove POP3_TOP
2946         
2947 2003-03-26 [oliver]     0.8.11claws54
2948
2949         *src/pop.h
2950                 remove POP3_TOP*
2951         * README.claws
2952                 remove selective donwload readme
2953
2954 2003-03-26 [oliver]     0.8.11claws53
2955         * src/matcher.[ch]
2956         * src/matcher_parser_parse.y 
2957         * src/pop.c 
2958         * src/prefs_account.[ch]
2959         * src/prefs_filtering.c
2960                 remove selective donwload
2961
2962 2003-03-26 [oliver]     0.8.11claws52
2963
2964         * src/inc.[ch] 
2965         * src/filtering.c 
2966         * src/mainwindow.c 
2967                 remove selective donwload
2968
2969 2003-03-26 [oliver]     0.8.11claws51
2970         
2971         * src/Makefile.am
2972         * src/selective_download.[ch]   ** REMOVE **    
2973
2974 2003-03-26 [christoph]  0.8.11claws50
2975
2976         * src/news.c
2977                 fix NEWS that got broken by a sync with sylpheed-main
2978
2979 2003-03-26 [christoph]  0.8.11claws49
2980
2981         * src/mimeview.c
2982                 fix mime type guessing when no mime type is found for a file
2983
2984 2003-03-25 [christoph]  0.8.11claws48
2985
2986         * src/mimeview.c
2987         * src/procmime.c
2988                 remove mime type guessing from mime parser and use
2989                 name based mime types in viewer lookup for mime type
2990                 application/octet-stream
2991
2992 2003-03-25 [christoph]  0.8.11claws47
2993
2994         * doc-src/readme.txt
2995         * doc-src/rfc2554.txt
2996                 add RFC about SMTP AUTH
2997
2998         * src/send_message.c
2999         * src/common/smtp.[ch]
3000                 add extra error code for authentication errors and
3001                 clear temporary password when this error occurs
3002
3003         (closes Bug 84 authentication failure while sending should
3004          prompt for password again)
3005
3006 2003-03-25 [christoph]  0.8.11claws46
3007
3008         * configure.ac
3009         * src/Makefile.am
3010         * src/imageview.[ch]                            ** REMOVE **
3011         * src/messageview.[ch]
3012         * src/mimeview.[ch]
3013         * src/prefs_common.[ch]
3014         * src/textview.c
3015         * src/plugins/Makefile.am
3016         * src/plugins/image_viewer/.cvsignore           ** NEW **
3017         * src/plugins/image_viewer/Makefile.am          ** NEW **
3018         * src/plugins/image_viewer/plugin.c             ** NEW **
3019         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3020                 move image viewer into a plugin (building is enabled by default)
3021                 [ToDo: Prefs for resize and autoview]
3022
3023 2003-03-25 [paul]       0.8.11claws45
3024
3025         * sync with 0.8.11cvs12
3026                 see ChangeLog 2003-03-26
3027
3028 2003-03-25 [paul]       0.8.11claws44
3029
3030         * sync with 0.8.11cvs11
3031                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3032                 
3033         Note: Selective Download is broken.
3034                 
3035 2003-03-22 [christoph]  0.8.11claws43
3036
3037         * src/folder.c
3038                 code cleanup for flags copying
3039
3040 2003-03-22 [christoph]  0.8.11claws42
3041
3042         * src/plugins/trayicon/trayicon.c
3043                 fix setting the transparent area when the window size
3044                 is forced by the system tray
3045
3046 2003-03-22 [christoph]  0.8.11claws41
3047
3048         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3049         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3050         * src/plugins/trayicon/newmail.xpm              ** NEW **
3051         * src/plugins/trayicon/nomail.xpm               ** NEW **
3052         * src/plugins/trayicon/trayicon.c
3053         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3054                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3055                 o add icon for unread mails
3056                 o set transparency for window
3057
3058 2003-03-22 [christoph]  0.8.11claws40
3059
3060         * src/news.c
3061                 init news session to prevent crash when session is closed
3062
3063 2003-03-22 [christoph]  0.8.11claws39
3064
3065         * src/imap.c
3066         * src/common/session.[ch]
3067                 Init session data to make sure we don't have invalid pointers
3068                 for read_ch and write_ch when new multi process sessions are
3069                 not used
3070
3071         * src/main.c
3072         * src/common/plugin.c
3073         * src/common/sylpheed.c
3074         * src/plugins/demo/demo.c
3075         * src/plugins/dillo_viewer/dillo_viewer.c
3076         * src/plugins/mathml_viewer/mathml_viewer.c
3077         * src/plugins/spamassassin/spamassassin.c
3078         * src/plugins/spamassassin/spamassassin_gtk.c
3079                 add plugin types to allow loading plugins at different times
3080                 (and maybe for different frontends), because it's not good to
3081                 load GTK-Plugins gefore gtk_init was called
3082
3083         * configure.ac
3084         * src/plugins/Makefile.am
3085         * src/plugins/trayicon/.cvsignore               ** NEW **
3086         * src/plugins/trayicon/Makefile.am              ** NEW **
3087         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3088         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3089         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3090         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3091         * src/plugins/trayicon/trayicon.c               ** NEW **
3092                 New Trayicon plugin that shows an icon in a systray that uses
3093                 XEMBED protocol like Gnome's systray. Icon shows if there
3094                 are new mails and a tooltip shows information about new,
3095                 unread and total messages.
3096
3097 2003-03-22 [paul]       0.8.11claws38
3098
3099         * src/common/smtp.c
3100                 fix ESMTP AUTH CRAM-MD5
3101                 [sync with main (still version 0.8.11cvs6), see
3102                  ChangeLog 2003-03-22]
3103
3104 2003-03-21 [colin]      0.8.11claws37
3105
3106         * src/send_message.c
3107                 Fix USE_SSL => USE_OPENSSL
3108
3109 2003-03-21 [colin]      0.8.11claws36
3110
3111         * src/folderview.c
3112                 Fix counts in drag and dropped subfolders
3113
3114 2003-03-21 [colin]      0.8.11claws35
3115
3116         * src/folder.c 
3117         * src/folderview.c
3118                 speed up a bit folder dnd
3119
3120 2003-03-20 [alfons]     0.8.11claws34
3121
3122         * src/main.c
3123         * src/toolbar.c
3124         * src/procmsg.c
3125                 don't send locked queue messages
3126                 (feature request "[ 705245 ] Locking message in outbox 
3127                  should prevent sending")
3128
3129 2003-03-20 [christoph]  0.8.11claws33
3130
3131         * src/folder.c
3132                 remove NEW and UNREAD flag in special folders when scanning
3133                 
3134         * src/common/smtp.c
3135                 fix ESMTP AUTH CRAM-MD5
3136
3137 2003-03-20 [paul]       0.8.11claws32
3138
3139         * src/prefs_account.c
3140                 Re-write 'Tunnel command to open connection' as
3141                 'Use command to communicate with server', and disable
3142                 it for all except IMAP accounts
3143
3144 2003-03-20 [paul]       0.8.11claws31
3145
3146         * sync with 0.8.11cvs6
3147                 see ChangeLog 2003-03-20
3148
3149 2003-03-19 [match]      0.8.11claws30
3150
3151         * src/addritem.[ch]
3152                 include documentation. minor refactoring.
3153         * src/addr_compl.[ch]
3154         * src/addrindex.[ch]
3155         * src/addresbook.[ch]
3156         * src/summaryview.c
3157                 re-enable address lookup (was disabled in
3158                 0.8.11claws20).
3159
3160 2003-03-19 [christoph]  0.8.11claws29
3161
3162         * src/procmsg.c
3163                 add temp flag handling, will make moving and copying
3164                 messages possible again
3165
3166         * src/folder.c
3167                 correct calulation of folder stats
3168
3169 2003-03-18 [match]      0.8.11claws28
3170
3171         * src/editgroup.h
3172                 remove case sensitive comparison (closes bug 80).
3173
3174 2003-03-18 [christoph]  0.8.11claws27
3175
3176         * src/imap.c
3177                 fix imap using a tunnel command
3178
3179         (closes bug 87)
3180
3181 2003-03-18 [christoph]  0.8.11claws26
3182
3183         * src/folder.[ch]
3184         * src/imap.c
3185         * src/procmsg.[ch]
3186                 rewrite flag handling for folders
3187
3188 2003-03-18 [christoph]  0.8.11claws25
3189
3190         * src/folder.c
3191         * src/procmsg.c
3192         * src/summaryview.c
3193                 unset NEW and UNREAD flags when message is ignored, to make
3194                 sure messages don't show up as unread on other IMAP clients,
3195                 because the IGNORE_THREAD flag can not be syncronized through
3196                 the IMAP folder
3197
3198 2003-03-17 [christoph]  0.8.11claws24
3199
3200         * src/imap.c
3201                 don't use recursion to fetch uids when the number of messages
3202                 does not match. Moved code into subfunction that is used
3203                 again when needed, to prevent an endless loop.
3204
3205 2003-03-17 [thorsten]   0.8.11claws23
3206
3207         * src/imageview.[ch]
3208                 export imageview_get_resized_size() (for plugins)
3209         * src/prefs_common.[ch]
3210                 added prefs_common_get() (for plugins)
3211
3212 2003-03-17 [christoph]  0.8.11claws22
3213
3214         * src/imap.c
3215                 o remove UID guessing from copy code
3216                 o support UIDPLUS extension for APPEND command
3217
3218 2003-03-17 [paul]       0.8.11claws21
3219
3220         * src/gtk/about.c
3221                 remove 'Compiled-plugins' section.
3222                 
3223         * src/plugins/dillo_viewer/dillo_viewer.c
3224                 slight change to description text
3225
3226 2003-03-16 [match]      0.8.11claws20
3227         * src/ldapserver.[ch]           ** NEW **
3228         * src/ldapctrl.[ch]             ** NEW **
3229         * src/ldapquery.[ch]            ** NEW **
3230         * src/ldaputil.[ch]             ** NEW **
3231         * src/addrcindex.[ch]           ** NEW **
3232         * src/addrquery.h               ** NEW **
3233         * src/addritem.[ch]
3234         * src/addrcache.[ch]
3235         * src/addrindex.[ch]
3236         * src/addr_compl.[ch]
3237         * src/addressbook.[ch]
3238         * src/addrbook.[ch]
3239         * src/editgroup.c
3240         * src/editaddress.c
3241         * src/editldap.c
3242         * src/editldap_basedn.c
3243         * src/vcard.c
3244         * src/jpilot.c
3245         * src/Makefile.am
3246                 included dynamic LDAP queries. improved address
3247                 completion.
3248
3249 2003-03-16 [paul]       0.8.11claws19
3250
3251         * tools/multiwebsearch.pl
3252                 fix a fatal typo
3253
3254 2003-03-16 [christoph]  0.8.11claws18
3255
3256         * src/mimeview.c
3257         * src/plugins/dillo_viewer/dillo_viewer.c
3258         * src/plugins/mathml_viewer/mathml_viewer.c
3259                 make unregistering of MimeViewerFactorys possible
3260
3261 2003-03-16 [alfons]     0.8.11claws17
3262
3263         * configure.ac
3264                 correct typo
3265
3266 2003-03-16 [melvin]     0.8.11claws16
3267
3268         * src/plugins/dillo_viewer.c
3269                 Fixed bug where it was not possible to view more than
3270                 one text/html attachment per message (bug discovered
3271                 by Christoph Hohmann).
3272
3273 2003-03-15 [melvin]     0.8.11claws15
3274
3275         * src/prefs_actions.c
3276                 Fixed compilation warnings.
3277
3278 2003-03-15 [melvin]     0.8.11claws14
3279
3280         * src/plugins/Makefile.am
3281         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3282         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3283         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3284                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3285                 newer (http://dillo.auriga.wearlab.de/).
3286
3287 2003-03-15 [christoph]  0.8.11claws13
3288
3289         * src/imap.c
3290                 don't query imap folder for attributes because we already
3291                 for them from imap_status
3292
3293         * src/mimeview.[ch]
3294                 add support for plugable MimeViewers (unloading Viewers
3295                 not yet complete)
3296
3297         * src/plugins/Makefile.am
3298         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3299         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3300         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3301                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3302                 widget from http://helm.cs.unibo.it/mml-widget/
3303
3304 2003-03-14 [christoph]  0.8.11claws12
3305
3306         * src/folder.[ch]
3307                 o error return code's should better be negative
3308                 o replace printf with debug_print
3309
3310         * src/imap.c
3311                 improve IMAP folder scan by checking UID-NEXT
3312
3313         * src/summaryview.c
3314                 remove check that are unnecessary in my opinion
3315
3316 2003-03-13 [christoph]  0.8.11claws11
3317
3318         * src/folder.[ch]
3319         * src/foldersel.c
3320         * src/folderview.c
3321         * src/imap.c
3322         * src/mbox_folder.c
3323         * src/mh.c
3324         * src/news.c
3325         * src/prefs_scoring.c
3326         * src/summaryview.c
3327                 use a common function to get a displayable name
3328                 for a FolderItem
3329
3330 2003-03-13 [paul]       0.8.11claws10
3331
3332         * tools/Makefile.am
3333           tools/README
3334           tools/multiwebsearch.conf     ** NEW FILE **
3335           tools/multiwebsearch.pl       ** NEW FILE **
3336                 add multiwebsearch Actions script
3337
3338 2003-03-13 [colin]      0.8.11claws9
3339
3340         * src/compose.c
3341                 Remove leading emtpy lines from quoted text
3342                 before quoting it
3343
3344 2003-03-13 [melvin]     0.8.11claws8
3345
3346         * src/prefs_actions.c
3347                 Fixed a memory leak
3348                 Code clean ups
3349                 Added Cancel and OK buttons
3350                 Corrected help text
3351
3352 2003-03-13 [christoph]  0.8.11claws7
3353
3354         * src/account.c
3355         * src/folder.[ch]
3356         * src/imap.c
3357         * src/mainwindow.c
3358         * src/mbox_folder.c
3359         * src/mh.c
3360         * src/news.c
3361         * src/setup.c
3362                 replace more folder type stuff with folder class stuff
3363
3364 2003-03-13 [melvin]     0.8.11claws6
3365
3366         * src/prefs_actions.c
3367                 Added new tokens:
3368                 %u: user provided argument
3369                 %h: user provided argument (hidden on input)
3370                 %s: current text selection in the message view 
3371
3372 2003-03-13 [paul]       0.8.11claws5
3373
3374         * sync with 0.8.11cvs5
3375                 see ChangeLog 2003-03-11, 2003-03-12
3376
3377 2003-03-12 [christoph]  0.8.11claws4
3378
3379         * src/folder.c
3380                 use folder class idstr when writing folderlist.xml
3381
3382         * src/folder.h
3383         * src/imap.c
3384         * src/news.c
3385                 replace folder type checks with folder class checks
3386
3387 2003-03-12 [christoph]  0.8.11claws3
3388
3389         * src/folder.[ch]
3390         * src/imap.[ch]
3391         * src/main.c
3392         * src/mbox_folder.[ch]
3393         * src/mh.[ch]
3394         * src/news.[ch]
3395                 o create a list of known folder classes in the folder system
3396                 o use folder class id strings for folder item identifiers
3397
3398 2003-03-12 [christoph]  0.8.11claws2
3399
3400         * src/imap.c
3401                 fix imap uid validity check
3402
3403 2003-03-12 [christoph]  0.8.11claws1
3404
3405         * src/account.c
3406         * src/folder.[ch]
3407         * src/foldersel.c
3408         * src/folderview.c
3409         * src/imap.c
3410         * src/mainwindow.c
3411         * src/mbox_folder.c
3412         * src/mh.c
3413         * src/news.c
3414         * src/prefs_scoring.c
3415         * src/procmsg.c
3416         * src/setup.c
3417         * src/summaryview.c
3418                 initial restructuring of folder system, seperating
3419                 folders and folder classes
3420
3421 2003-03-12 [paul]       0.8.11claws
3422
3423         0.8.11claws release
3424
3425 2003-03-12 [christoph]
3426
3427         * src/gtk/prefswindow.c
3428                 fix translation of "Page Index"
3429
3430 2003-03-12 [paul]       0.8.10claws110
3431
3432         a sync from 0.8.11cvs4 before the release
3433
3434         * src/common/utils.c
3435                 subject_compare_for_sort(): allow null strings (fixes
3436                 summary sorting).
3437
3438 2003-03-11 [paul]       0.8.10claws109
3439
3440         * po/es.po
3441                 update Spanish translation, submitted by
3442                 Ricardo Mones Lastra
3443
3444 2003-03-11 [melvin]     0.8.10claws108
3445
3446         * po/fr.po
3447                 Updated French translations
3448
3449 2003-03-11 [paul]       0.8.10claws107
3450
3451         * manual/en/Makefile.am
3452           manual/en/*.html
3453                 update English manual, add a new page
3454                 updated by Francois Barriere <fbarriere@atmel.fr>
3455                 
3456         * po/bg.po
3457           po/it.po
3458           po/sr.po
3459                 update Bulgarian, Italian, and Serbian translations
3460                 submitted by George Danchev, Alessandro Maestri, and
3461                 Urke MMI
3462
3463 2003-03-10 [paul]       0.8.10claws106
3464
3465         * src/gtk/about.c
3466           src/gtk/prefswindow.c
3467                 make some strings translatable
3468
3469 2003-03-10 [darko]      0.8.10claws105
3470
3471         * src/compose.c
3472                 code cleanup to make Hiro happy
3473
3474 2003-03-10 [paul]       0.8.10claws104
3475
3476         * sync with 0.8.11cvs2
3477                 see ChangeLog 2003-03-10
3478
3479 2003-03-09 [melvin]     0.8.10claws103
3480
3481         * src/textview.c
3482                 textview_set_font(): fix for message display in
3483                 UTF-8 locales (thanks to Sergey Vlasov).
3484                 (was unintentionnaly reverted in 0.8.6claws6)   
3485
3486 2003-03-08 [darko]      0.8.10claws102
3487
3488         * src/compose.c
3489                 fix infinite loop in wrapping as reported
3490                 by happycactus
3491                 obsoletes patch #696482
3492
3493 2003-03-08 [christoph]  0.8.10claws101
3494
3495         * src/imap.c
3496                 add workaround for IMAP servers that do not
3497                 support the "UID SEARCH UID" command
3498
3499 2003-03-07 [christoph]  0.8.10claws100
3500
3501         * src/plugins/spamassassin/spamassassin.[ch]
3502         * src/plugins/spamassassin/spamassassin_gtk.c
3503                 code cleanup
3504
3505 2003-03-07 [paul]       0.8.10claws99
3506
3507         * po/es.po
3508                 updated Spanish translation, submitted by
3509                 Ricardo Mones Lastra
3510
3511 2003-03-07 [christoph]  0.8.10claws98
3512
3513         * src/send.c
3514                 fix in 0.8.10claws94 was wrong
3515                 local delivery does not require escaping, remove escaping
3516                 code to make signatures of mails with "." lines valid
3517                 
3518                 NOTE: requires that sendmail is executed with "-i" option,
3519                       what is the default now, but has to be changed in all
3520                       exsiting accounts)
3521
3522 2003-03-07 [paul]       0.8.10claws97
3523
3524         * sync with 0.8.11 release
3525                 see ChangeLog 2003-03-07
3526
3527 2003-03-06 [paul]       0.8.10claws96
3528
3529         * src/compose.c
3530                 revert commit 0.8.10claws92
3531
3532 2003-03-06 [paul]       0.8.10claws95
3533
3534         * src/folderview.c
3535                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3536
3537         * src/gtkaspell.c
3538                 fix bug 74, 'Crash opening editor window with pseudo-color
3539                 display'
3540                 
3541         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3542
3543 2003-03-06 [christoph]  0.8.10claws94
3544
3545         * src/send.c
3546                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3547                 all lines starting with a period get an extra period
3548                 inserted
3549                 (found by Simon 'corecode' Schubert)
3550
3551 2003-03-06 [paul]       0.8.10claws93
3552
3553         * src/folderview.c
3554                 if configured font can't be loaded fall back to gtk
3555                 default. (with thanks to Christoph)
3556                 
3557                 closes long-standing bug 15 'Crashes on startup'
3558
3559 2003-03-06 [paul]       0.8.10claws92
3560
3561         * src/compose.c
3562                 freeze text before autosave and thaw afterwards
3563                 fixes bug 67 'autosave make re-rediting message crazy'
3564
3565 2003-03-06 [christoph]  0.8.10claws91
3566
3567         * src/compose.c
3568                 ignore address comment in dupe check for Cc-list
3569
3570         (closes reopened bug 47 Replying to message strips name part of
3571          e-mail addresses of Cc: lines)
3572
3573 2003-03-06 [paul]       0.8.10claws90
3574
3575         * src/Makefile.am
3576                 remove reference to gtkxtext.h as its no longer in
3577                 the repository
3578
3579 2003-03-06 [paul]       0.8.10claws89
3580
3581         * sync with 0.8.10cvs25
3582                 see ChangeLog 2003-03-06
3583
3584 2003-03-06 [oliver]     0.8.10claws88
3585         
3586         * src/messageview.c
3587                 remove include
3588
3589 2003-03-06 [oliver]     0.8.10claws87
3590         
3591         * src/folderview.c 
3592                 remove changes introduced inclaws74
3593         * src/messageview.c
3594                 another attempt to sanely delete and update
3595                 messages deleted in separate messageview
3596
3597 2003-03-05 [christoph]  0.8.10claws86
3598
3599         * src/summaryview.c
3600                 check if "From" matches any account's address if
3601                 addressbook completion of addresses is disabled too
3602
3603         (closes Bug 70 "Display recipient in from" doesn't check
3604          folder's default account)
3605
3606 2003-03-05 [christoph]  0.8.10claws85
3607
3608         * src/compose.c
3609         * src/common/utils.[ch]
3610                 don't strip address comments when building Cc lists
3611
3612         (closes Bug 47 Replying to message strips name part of e-mail addresses
3613          of Cc: lines)
3614
3615         * src/folder.c
3616                 fix return value of copy function
3617
3618 2003-03-05 [christoph]  0.8.10claws84
3619
3620         * src/imap.c
3621                 don't ask imap server for non rfc822 headers
3622
3623         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3624
3625         * src/imap.c
3626                 destroy session on socket error to allow reconnecting
3627
3628 2003-03-05 [christoph]  0.8.10claws83
3629
3630         * configure.ac
3631                 fix building with gnome when no prefix is set
3632
3633         (closes bug 66 Gnome directory is set to NONE)
3634
3635 2003-03-05 [paul]       0.8.10claws82
3636
3637         * sync with 0.8.10cvs23
3638                 see ChangeLog 2003-03-05
3639
3640 2003-03-04 [christoph]  0.8.10claws81
3641
3642         * src/folder.c
3643                 o fix moving and copying when folder returns 0 for new
3644                   message number
3645                 o remove some code for single message copy and move
3646                   operations and use functions for multiple messages
3647
3648         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3649
3650         * src/news.c
3651                 remove unused include
3652
3653 2003-03-04 [paul]       0.8.10claws80
3654
3655         * src/gtk/about.c
3656                 list 'Compiled plugins'
3657
3658 2003-03-03 [christoph]  0.8.10claws79
3659
3660         * src/news.[ch]
3661                 have to multiply the percentage of the current fetch with
3662                 the percentage that it has of the total fetch operation
3663                 for correct values
3664
3665 2003-03-03 [christoph]  0.8.10claws78
3666
3667         * src/news.c
3668                 fix calculation of expected lines for progress indicator
3669
3670 2003-03-03 [christoph]  0.8.10claws77
3671
3672         * src/summaryview.c
3673         * src/common/utils.c
3674                 fix segfault when opening the root news folder
3675
3676 2003-03-03 [christoph]  0.8.10claws76
3677
3678         * src/mainwindow.[ch]
3679         * src/common/Makefile.am
3680         * src/common/progressindicator.[ch]
3681                 add UI independent progress indicator handling
3682
3683         * src/news.[ch]
3684                 use new progress indicator for message info fetching
3685
3686         * src/common/hooks.h
3687                 code cleanup
3688
3689 2003-03-03 [oliver]     0.8.10claws75
3690
3691         * src/toolbar.c
3692         * src/compose.c
3693                 removed commented code
3694
3695 2003-03-03 [oliver]     0.8.10claws74
3696
3697         * src/toolbar.[ch]
3698                 cleanups and refactoring
3699         * src/compose.[ch]
3700                 compose_reply_mode reply & forwarding interface for
3701                 toolbar buttons
3702         * src/folderview.c
3703                 act on messages marked for deletion in folderview_selected
3704                 based on prefs_common.immediate_exec since a message might 
3705                 have been deleted by messageview in a folder we are changing 
3706                 to (does anybody understand what I'm on about ?)
3707
3708 2003-03-03 [oliver]     0.8.10claws73
3709         
3710         * src/messageview.[ch]
3711                 new functions
3712                 - messageview_delete: delete message shown in messagview
3713                 - messageview_update_view: update messageview to currently 
3714                   selected summaryview message
3715                 - add separate messageview to msgview_list in order to update 
3716                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3717         * src/summaryview.[ch]
3718                 summary_get_selection returns a list of selected msgs
3719                 in summaryview
3720         * src/mainwindow.c
3721                 toolbar reply refactoring
3722
3723 2003-03-03 [paul]       0.8.10claws72
3724
3725         * sync with 0.8.10cvs21
3726                 see ChangeLog 2003-03-03
3727
3728 2003-03-02 [christoph]  0.8.10claws71
3729
3730         * src/common/passcrypt.c
3731                 use POSIX includes
3732
3733 2003-03-02 [christoph]  0.8.10claws70
3734
3735         * configure.ac
3736         * src/prefs_account.c
3737         * src/prefs_gtk.[ch]
3738         * src/common/.cvsignore
3739         * src/common/Makefile.am
3740         * src/common/passcrypt.c                ** NEW **
3741         * src/common/passcrypt.h.in             ** NEW **
3742                 Implement password encryption in config files
3743                 using unix encrypt and setkey functions. The crypt
3744                 key can be set as a configure parameter. Old
3745                 passwords will be converted if they do not begin
3746                 with '!'
3747
3748 2003-03-02 [paul]       0.8.10claws69
3749
3750         * src/prefs_account.c
3751                 fix compile error
3752
3753 2003-03-01 [thorsten]   0.8.10claws68
3754
3755         * po/el.po
3756           po/hr.po
3757           po/it.po
3758           po/nl.po
3759           po/sr.po
3760           po/sv.po
3761                 corrected format strings
3762         * po/en_GB.po
3763                 corrected headers
3764                 (fix compile errors with GNU gettext-0.11.5)
3765
3766 2003-03-01 [oliver]     0.8.10claws67
3767
3768         * src/summaryview.c
3769                 menu callbacks call toolbar_menu_reply
3770
3771 2003-03-01 [oliver]     0.8.10claws66
3772
3773         * src/mainwindow.c
3774         * src/messageview.c
3775                 menu callbacks call toolbar_menu_reply
3776         * src/toolbar.[ch]
3777                 callbacks from menu handled by toolbar_menu_reply
3778
3779 2003-03-01 [paul]       0.8.10claws65
3780
3781         * src/addressbook.c
3782                 revert commit 0.8.10claws54 - breaks editing of
3783                 addressbook.
3784                 
3785         * po/bg.po
3786                 update Bulgarian translation, submitted by
3787                 George Danchev
3788
3789 2003-02-28 [christoph]  0.8.10claws64
3790
3791         * src/account.c
3792         * src/addressadd.c
3793         * src/compose.c
3794         * src/gtkaspell.c
3795         * src/gtkxtext.h                ** REMOVE **
3796         * src/imap.c
3797         * src/matcher.[ch]
3798         * src/mh.c
3799         * src/news.c
3800         * src/pine.c
3801         * src/prefs_common.c
3802         * src/prefs_matcher.c
3803         * src/procheader.[ch]
3804         * src/procmsg.[ch]
3805         * src/toolbar.c
3806         * src/common/ssl_certificate.c
3807         * src/gtk/colorlabel.c
3808         * src/gtk/menu.c
3809                 o fix warnings
3810                 o remove code obsoleted by new cache and folder system rework
3811
3812 2003-02-28 [oliver]     0.8.10claws63
3813         
3814         * src/toolbar.[ch]
3815                 * fix bug where reply in Messageview replied to 
3816                 Message displayed in summaryview
3817                 (reportedd via ML by chinatinte at gmx dot ch)
3818                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3819                 didn't work in separate MessageView Toolbar
3820                 (wondering if anybody uses this at all ?)
3821         * src/summaryview.[ch]
3822                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3823                 (generalize reply and forward code);
3824         * src/messageview.c 
3825                 remove focus_in event which updated summaryview to messageview
3826
3827 2003-02-28 [paul]       0.8.10claws62
3828
3829         * po/Makefile.in.in
3830                 add the --check option
3831                 Patch submitted by Ricardo Mones Lastra
3832
3833 2003-02-28 [paul]       0.8.10claws61
3834
3835         * src/prefs_account.c
3836                 re-order 'Signature' items
3837
3838 2003-02-28 [paul]       0.8.10claws60
3839
3840         * sync with 0.8.10cvs20
3841                 see ChangeLog 2003-02-28
3842
3843 2003-02-28 [paul]       0.8.10claws59
3844
3845         * po/POTFILES.in
3846                 update to reflect recent movement of files
3847
3848 2003-02-28 [paul]       0.8.10claws58
3849
3850         * sync with 0.8.10cvs19
3851                 see ChangeLog 2003-02-28
3852
3853 2003-02-27 [martin]     0.8.10claws57
3854
3855         * src/prefs_matcher.c 
3856                 fix segfault in prefs_matcher_ok() when the
3857                 last entry is deleted and prevents that the
3858                 message "entry not saved" comes up after deleting
3859                 an entry
3860
3861 2003-02-27 [martin]     0.8.10claws56
3862
3863         * src/prefs_filtering.c 
3864                 fix segfault in prefs_filtering_ok() when the
3865                 last entry is deleted and prevents that the
3866                 message "entry not saved" comes up after deleting
3867                 an entry
3868
3869 2003-02-27 [paul]       0.8.10claws55
3870
3871         * sync with 0.8.10cvs18
3872                 see ChangeLog 2003-02-27
3873
3874 2003-02-27 [paul]       0.8.10claws54
3875
3876         * src/addressbook.c
3877                 fix bug where the address book crashes with 
3878                 multiple lookups.
3879                 Patch [687729] submitted by David Frager 
3880                 <dbfrager@users.sourceforge.net>
3881
3882 2003-02-25 [christoph]  0.8.10claws53
3883
3884         * src/Makefile.am
3885         * src/colorlabel.[ch]           ** REMOVE **
3886         * src/gtk/Makefile.am
3887         * src/gtk/colorlabel.[ch]       ** NEW **
3888                 move colorlabel files to gtk directory
3889
3890         * src/esmtp.[ch]                ** REMOVE **
3891                 has been merged into smtp.[ch] in 0.7.5
3892
3893 2003-02-25 [christoph]  0.8.10claws52
3894
3895         * src/Makefile.am
3896         * src/about.[ch]                ** REMOVE **
3897         * src/gtk/Makefile.am
3898         * src/gtk/about.[ch]            ** NEW **
3899                 move about files to gtk directory
3900
3901 2003-02-25 [christoph]  0.8.10claws51
3902
3903         * src/folder.c
3904                 some code optimization of folder scanning code
3905
3906         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3907
3908 2003-02-25 [christoph]  0.8.10claws50
3909
3910         * src/main.c
3911         * src/common/sylpheed.c
3912                 add command line parameter parsing to common code
3913
3914 2003-02-24 [christoph]
3915
3916         * Makefile.am
3917         * configure.ac
3918                 fix gnome prefix problems, the configure script now removed
3919                 `gnome-config --prefix` from `gnome-config --datadir`
3920                 and adds $(prefix} instead
3921
3922         (closes Bug 24 Makefile does not respect prefix when installing
3923          GNOME data)
3924
3925 2003-02-24 [christoph]  0.8.10claws49
3926
3927         * src/news.c
3928                 check for valid session before trying to authenticate
3929
3930         (closes Bug 60 crash if "authenticate on logon" is activated
3931          and newsserver-hostname is not valid)
3932
3933 2003-02-24 [melvin]     0.8.10claws48
3934
3935         * src/prefs_actions.c
3936                 Make sure all user's input is sent to the action and then
3937                 close the socket..
3938
3939 2003-02-23 [alfons]     0.8.10claws46
3940
3941         * src/summaryview.c
3942                 also wait cursor when deleting files
3943
3944 2003-02-23 [paul]
3945
3946         * tools/freshmeat_search.pl
3947           tools/google_search.pl
3948                 scripts should now work for any browser/browser command line
3949
3950 2003-02-22 [christoph]  0.8.10claws45
3951
3952         * src/procmsg.c
3953                 fix IMAP flag setting, IMAP flag is not handled correctly
3954                 anymore by the folder system and information about the
3955                 folder should not be saved in the MsgInfo (in my opinion)
3956
3957         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3958
3959 2003-02-22 [christoph]  0.8.10claws44
3960
3961         * src/summaryview.c
3962                 fix spelling of "label" ;-)
3963
3964 2003-02-22 [thorsten]   0.8.10claws43
3965
3966         * src/mimeview.c
3967           src/prefs_common.[ch]
3968           src/procmime.[ch]
3969                 do not use description as attachment name
3970
3971 2003-02-22 [alfons]     0.8.10claws42
3972
3973         * src/summaryview.c
3974                 freeze/thaw folder item updates when changing color labels,
3975                 and put a wait cursors on
3976
3977 2003-02-22 [thorsten]   0.8.10claws41
3978
3979         * src/mimeview.c
3980                 save-all fixes: crash if invoked on multipart container,
3981                 mimeinfo access, pathseparators, error dialog
3982
3983 2003-02-21 [alfons]     0.8.10claws40
3984
3985         * src/prefs_gtk.c
3986                 remove unused var
3987
3988 2003-02-21 [colin]      0.8.10claws39
3989
3990         * src/send.c
3991                 Fix smtp logging
3992
3993 2003-02-21 [colin]      0.8.10claws38
3994
3995         * src/summaryview.c
3996                 Freeze/thaw folderItem updates when filtering messages 
3997                 via Tools/Filter messages
3998
3999 2003-02-21 [paul]       0.8.10claws37
4000
4001         * src/compose.c
4002                 revert commit 0.8.10claws26, there are ulterior motives
4003                 for users to set a Reply-To header when posting to
4004                 newsgroups
4005
4006 2003-02-21 [paul]       0.8.10claws36
4007
4008         * sync with 0.8.10cvs17
4009                 see ChangeLog 2003-02-21
4010
4011 2003-02-20 [christoph]  0.8.10claws35
4012
4013         * src/imap.c
4014                 IMAP UID fetch speedup using SEARCH
4015
4016         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4017
4018         * src/imap.c
4019                 fix problem with UIDs in IMAP UID cache that no longer existed
4020
4021 2003-02-20 [christoph]  0.8.10claws34
4022
4023         * src/imap.c
4024         * src/procheader.c
4025         * src/procheader.h
4026                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4027
4028         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4029
4030         * src/imap.c
4031                 Rewrite imap_cmd_gen_recv use sock_getline instead
4032                 of sock_gets to avoid problems with too long reply
4033                 lines
4034     
4035 2003-02-20 [colin]      0.8.10claws33
4036         
4037         * src/prefs_account.c
4038                 Better wording
4039
4040 2003-02-20 [colin]      0.8.10claws32
4041
4042         * src/compose.c
4043                 Remove useless '&& !to_sender' 
4044
4045 2003-02-20 [darko]
4046
4047         * AUTHORS
4048                 change my e-mail address
4049
4050 2003-02-19 [colin]      0.8.10claws31
4051
4052         * src/prefs_common.c
4053                 X11 style colors for every configurable color
4054
4055 2003-02-19 [alfons]     0.8.10claws30
4056
4057         * src/prefs_gtk.[ch]
4058         * src/prefs_common.c
4059                 for color_new accept both plain integers and X11 style color
4060                 names (as found in /usr/lib/X11/rgb.txt)
4061
4062 2003-02-19 [paul]       0.8.10claws29
4063
4064         * src/mainwindow.c
4065                 add tooltips to online/offline button and account selector
4066                 button
4067
4068 2003-02-19 [paul]       0.8.10claws28
4069
4070         * src/folder.c
4071           src/news.c
4072           src/prefs_account.[ch]
4073           src/prefs_common.[ch]
4074                 move 'Maximum number of articles to download' to
4075                 account prefs.
4076                 clean up account prefs gui a little by hiding entries
4077                 rather then greying out entries
4078
4079 2003-02-19 [hiro]       0.8.10claws27
4080
4081         * src/common/utils.c
4082                 fix bug #54 'yesterdays date is displayed in the message 
4083                 summary window'
4084
4085 2003-02-19 [paul]       0.8.10claws26
4086
4087         * src/compose.c
4088                 fix bug reported in Feature Request [688596] 
4089                 'Reply-to header in news'
4090
4091 2003-02-18 [paul]       0.8.10claws25
4092
4093         * src/select-keys.c
4094                 add a 'List all keys' button to key selection dialog
4095
4096 2003-02-18 [colin]      0.8.10claws24
4097         
4098         * src/stock_pixmap.c
4099                 fix compile error
4100
4101 2003-02-18 [colin]      0.8.10claws23
4102
4103         * src/common/smtp.[ch]
4104           src/prefs_account.c
4105                 Try to starttls if it seems to be the only
4106                 way to authenticate a user
4107
4108 2003-02-18 [paul]       0.8.10claws22
4109
4110         * src/Makefile.am
4111           src/folderview.c
4112           src/stock_pixmap.[ch]
4113           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4114           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4115                 as a Drafts folder is a special folder allow it to have
4116                 its own unique icons
4117
4118 2003-02-18 [colin]      0.8.10claws21
4119
4120         * src/imap.c
4121                 Fix port selection when using starttls
4122
4123 2003-02-18 [paul]       0.8.10claws20
4124
4125         * src/mainwindow.c
4126           src/prefs_common.[ch]
4127                 make blue the default new mail colour
4128
4129 2003-02-18 [paul]       0.8.10claws19
4130
4131         * sync with 0.8.10cvs14
4132                 see ChangeLog 2003-02-18
4133
4134 2003-02-17 [jens]       0.8.10claws18
4135
4136         * src/common/md5.c
4137                 fixed a compile problem with gcc 3.3
4138                 works on 2.95.3 too (testet on PPC as it is big endian)
4139
4140 2003-02-17 [paul]       0.8.10claws17
4141
4142         * sync with 0.8.10cvs13
4143                 see ChangeLog 2003-02-17
4144
4145 2003-02-17 [paul]       0.8.10claws16
4146
4147         * sync with 0.8.10cvs12
4148                 see ChangeLog 2003-02-17
4149
4150 2003-02-16 [match]      0.8.10claws15
4151
4152         * src/addressbook.c
4153                 Eliminates reloading of address data when items
4154                 deleted or added. Applied submitted by
4155                 Luke Plant <lukeplant@softhome.net>
4156
4157 2003-02-16 [paul]       0.8.10claws14
4158
4159         * src/news.c
4160                 when a 'protocol error' is encountered disconnect from
4161                 the server. This means that the user can carry on viewing
4162                 other articles and doesn't have to either wait until the
4163                 server timesout or quit sylpheed.
4164                 Fixes bug #53 'Unable to read messages in newsgroups, 
4165                 displayed message doesn't change'
4166
4167 2003-02-15 [christoph]  0.8.10claws13
4168
4169         * src/imap.c
4170                 fix bug that stopped scanning of folders when an
4171                 IMAP folder was empty
4172
4173         (closes bug 46 stop scan messages in folders after empty folder)
4174
4175 2003-02-15 [paul]
4176
4177         * tools/Makefile.am
4178           tools/README
4179           tools/freshmeat_search.pl     ** NEW FILE **
4180           tools/google_search.pl        ** NEW FILE **
4181                 Add 2 Actions scripts which search freshmeat/google
4182                 for the selected text using the browser configured
4183                 in sylpheedrc.
4184                 
4185         Note: These scripts are very dependent on the format of the
4186         browser command and may not work on every occasion. Testing
4187         is welcome. 
4188
4189 2003-02-14 [alfons]     0.8.10claws12
4190
4191         * src/compose.c
4192                 fix breakage because of uninitialized account pointer.
4193                 please verify.
4194
4195 2003-02-14 [paul]       0.8.10claws11
4196
4197         * src/compose.c
4198           src/prefs_account.[ch]
4199           src/prefs_common.[ch]
4200                 move signature settings to Account Prefs
4201
4202 2003-02-14 [paul]       0.8.10claws10
4203
4204         * sync with 0.8.10cvs11
4205                 see ChangeLog 2003-02-14
4206
4207 2003-02-13 [thorsten]   0.8.10claws9
4208
4209         * src/news.c
4210                 revert news progressbar (GUI separation)
4211
4212 2003-02-13 [paul]       0.8.10claws8
4213
4214         * src/compose.c
4215                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4216                 paragraph 1
4217
4218 2003-02-13 [paul]       0.8.10claws7
4219
4220         * src/compose.[ch]
4221           src/summaryview.c
4222                 fix 'Follow-up and Reply-to' so that it creates a reply to
4223                 the newsgroup and the sender. If the message has the keyword
4224                 'poster' in the Followup-To header, all replies go to the
4225                 sender, re: RFC 1036, Section 2.2.3
4226                 rename all instances of 'ignore_replyto' to 'to_sender', both
4227                 were previously used, now we use just one.
4228
4229 2003-02-13 [paul]       0.8.10claws6
4230
4231         * sync with 0.8.10cvs9
4232                 see ChangeLog 2003-02-13
4233
4234 2003-02-13 [paul]       0.8.10claws5
4235
4236         * configure.ac
4237                 show which plugins are configured in the configure
4238                 output.
4239
4240 2003-02-12 [thorsten]   0.8.10claws4
4241
4242         * src/news.c
4243                 show progress while fetching news headers
4244
4245 2003-02-12 [christoph]  0.8.10claws3
4246
4247         * configure.ac
4248         * src/plugins/Makefile.am
4249                 use AM_CONDITIONAL to enable plugins, automake correctly
4250                 manages this when creating distdir
4251
4252 2003-02-12 [christoph]  0.8.10claws2
4253
4254         * ac/spamassassin.m4
4255         * src/plugins/spamassassin/Makefile.am
4256                 fix building SpamAssassin plugin without OpenSSL
4257
4258 2003-02-12 [paul]       0.8.10claws1
4259
4260         * ac/Makefile.am
4261           src/Makefile.am
4262           src/plugins/Makefile.am
4263                 fix failure of 'make release'
4264
4265 2003-02-12 [paul]       0.8.10claws
4266
4267         * 0.8.10claws released
4268
4269 2003-02-12 [paul]       0.8.9claws56
4270
4271         * po/bg.po
4272           po/es.po
4273           po/it.po
4274           po/ru.po
4275           po/sr.po
4276                 updated translations by George Danchev, Ricardo Mones Lastra,
4277                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4278                 
4279         * sylpheed.spec.in
4280                 Allow the building of RPMs by a regular user. Submitted
4281                 by Sergei Astanin
4282
4283 2003-02-11 [alfons]     0.8.9claws55
4284
4285         * src/colorlabel.c
4286                 don't use pixmaps for label color rect but draw rectangles
4287                 so we can respect the color map of palette based visuals
4288                 (fixes the long time crashes on Suns - thanks to Andreas
4289                 Engel and Steve O'Hara-Smith for testing)
4290
4291 2003-02-11 [christoph]  0.8.9claws54
4292
4293         * src/matcher_parser_parse.y
4294                 correct bug where filering rules of not existing folders in
4295                 matcherrc were added to global filtering
4296                 
4297         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4298          main filter-rules after removing directory, http://bugs.debian.org/180253)
4299         
4300 2003-02-11 [paul]       0.8.9claws53
4301
4302         * sync with 0.8.10cvs7
4303                 see ChangeLog 2003-02-09
4304
4305 2003-02-11 [melvin]     0.8.9claws52
4306
4307         * po/fr.po
4308                 Updated French tranlsations
4309
4310 2003-02-10 [paul]       0.8.9claws51
4311
4312         * sylpheed.spec.in
4313                 correct --enable-openssl
4314                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4315
4316 2003-02-09 [martin]     0.8.9claws50
4317
4318         * src/prefs_matcher.c
4319                 fix segfault in prefs_matcher_substitute_cb() when
4320                 no row is selected
4321
4322 2003-02-09 [paul]       0.8.9claws49
4323
4324         * src/folderview.c
4325                 fix bug where a newsgroup folder's processing rules were
4326                 merged with the global filtering rules when the newsgroup
4327                 folder was deleted, causing some seriously bad results,
4328                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4329
4330 2003-02-08 [melvin]     0.8.9claws48
4331
4332         * src/compose.c
4333                 Corrected and modified an alert message.
4334
4335 2003-02-07 [paul]       0.8.9claws47
4336
4337         * src/folderview.c
4338                 fix bug where both an 'Account properties' window and a
4339                 'Folder properties' window were opened when clicking on
4340                 'Properties' in an NNTP or IMAP folder's popup menu.
4341
4342 2003-02-07 [paul]       0.8.9claws46
4343
4344         * sync with 0.8.10cvs6
4345                 see ChangeLog 2003-02-06
4346
4347 2003-02-06 [christoph]  0.8.9claws45
4348
4349         * src/mbox.c
4350                 freeze folder updates while importing mbox files
4351                 (closes bug 43 importing mbox took hours)
4352                 
4353         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4354
4355 2003-02-06 [thorsten]   0.8.9claws44
4356
4357         * po/de.po
4358                 Updated german translations
4359
4360 2003-02-06 [thorsten]   0.8.9claws43
4361
4362         * src/news.h
4363                 use guint for message numbers (fix count in grouplist dialog)
4364
4365 2003-02-05 [paul]       0.8.9claws42
4366
4367         * sync with 0.8.10cvs2
4368                 see ChangeLog 2003-02-05
4369
4370 2003-02-04 [colin]      0.8.9claws41
4371
4372         * src/prefs_common.[ch]
4373           src/procmsg.c
4374           src/summaryview.c
4375                 Add an option to disable threading by subject
4376
4377 2003-02-04 [christoph]  0.8.9claws40
4378
4379         * src/inc.c
4380                 only abort fetching mails from multiple accounts when the
4381                 error is fatal and does not allow to check any more accounts
4382                 (currently only disk full error)
4383
4384         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4385          receive mails for other accouts)
4386
4387 2003-02-04 [christoph]  0.8.9claws39
4388
4389         * src/folder.c
4390                 first add the new message to the cache, then
4391                 send the update notification
4392
4393         (closes bug 39 after sending message folderview doesnt get updated)
4394
4395 2003-02-04 [colin]      0.8.9claws38
4396
4397         * src/inc.c
4398                 _really_ fix this Connecting... status
4399
4400 2003-02-04 [paul]       0.8.9claws37
4401
4402         * sync with 0.8.10
4403                 see ChangeLog 2003-02-04
4404
4405 2003-02-04 [paul]       0.8.9claws36
4406
4407         * sync with 0.8.9cvs6
4408                 see ChangeLog 2003-02-03
4409
4410 2003-02-04 [paul]       0.8.9claws35
4411
4412         * po/pt_BR.po
4413                 updated by André Filipe de Assunção e Brito 
4414                 <bedecko@netsite.com.br>
4415
4416 2003-02-03 [thorsten]   0.8.9claws34
4417
4418         * po/de.po
4419                 Updated german translations
4420
4421 2003-02-02 [paul]       0.8.9claws33
4422
4423         * po/es.po
4424                 updated by Ricardo Mones Lastra
4425
4426 2003-02-02 [thorsten]   0.8.9claws32
4427
4428         * src/mh.c
4429                 Fix mh_get_msginfo() segfault if file is inaccessible
4430
4431 2003-01-31 [colin]      0.8.9claws31
4432
4433         * src/procheader.c
4434                 Fix last commit's bug
4435
4436 2003-01-31 [colin]      0.8.9claws30
4437
4438         * src/procheader.c
4439                 Missing a change for gpg-signed messages
4440
4441 2003-01-31 [paul]       0.8.9claws29
4442
4443         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4444           src/procheader.c
4445           src/stock_pixmap.[ch]
4446           src/summaryview.c
4447                 indicate GnuPG signed messages by displaying an icon
4448                 in the Attachment column.
4449
4450 2003-01-31 [paul]       0.8.9claws28
4451
4452         * sync with 0.8.9cvs4
4453                 see ChangeLog 2003-01-31
4454
4455 2003-01-31 [alfons]     0.8.9claws27
4456
4457         * src/textview.c
4458                 tune URI parser to accept mailto URLs with a '?'
4459                 (patch from Ruslan Balkin)
4460
4461 2003-01-31 [colin]      0.8.9claws26
4462
4463         * src/summaryview.c
4464                 Fix a leak introduced in claws24
4465
4466 2003-01-31 [colin]      0.8.9claws25
4467
4468         * src/summaryview.c
4469                 Freeze/Thaw folder updates when deleting dups
4470
4471 2003-01-31 [colin]      0.8.9claws24
4472         
4473         * src/addr_compl.c
4474           src/summaryview.c
4475           src/msgcache.c
4476                 little speed improvements
4477
4478 2003-01-31 [colin]      0.8.9claws23
4479
4480         * src/summaryview.c
4481                 Fix segfault when forwarding nothing
4482                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4483                 
4484 2003-01-30 [paul]       0.8.9claws22
4485
4486         * sync with 0.8.9cvs3
4487                 see ChangeLog 2003-01-30
4488
4489 2003-01-30 [paul]       0.8.9claws21
4490
4491         * sync with 0.8.9cvs2
4492                 see ChangeLog 2003-01-30
4493
4494 2003-01-29 [paul]       0.8.9claws20
4495
4496         * sync with 0.8.9cvs1
4497                 see ChangeLog 2003-01-29
4498
4499 2003-01-28 [paul]       0.8.9claws19
4500
4501         * po/POTFILES.in
4502                 update to reflect changes. 
4503                 thanks to Ricardo Mones Lastra
4504
4505 2003-01-27 [christoph]  0.8.9claws18
4506
4507         * ac/openssl.m4
4508         * ac/spamassassin.m4
4509         * src/plugins/spamassassin/README
4510         * src/plugins/spamassassin/libspamc.[ch]
4511         * src/plugins/spamassassin/utils.[ch]
4512                 updated to latest libspamc
4513
4514 2003-01-27 [christoph]  0.8.9claws17
4515
4516         * src/folder.c
4517                 fix wrong use of procheader_get_header_fields
4518
4519 2003-01-27 [christoph]  0.8.9claws16
4520
4521         * src/news.c
4522         * src/prefs_account.[ch]
4523         * src/common/nntp.[ch]
4524                 allow to force authentication for NNTP servers
4525
4526         Patch submitted by Florian Mickler <dmk@d-labs.de>
4527
4528 2003-01-26 [paul]       0.8.9claws15
4529
4530         * src/summaryview.c
4531                 speed up of marking messages as read
4532                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4533
4534 2003-01-26 [christoph]  0.8.9claws14
4535
4536         * src/Makefile.am
4537         * src/mgutils.[ch]              ** REMOVE **
4538         * src/xml.[ch]                  ** REMOVE **
4539         * src/xmlprops.[ch]             ** REMOVE **
4540         * src/common/Makefile.am
4541         * src/common/mgutils.[ch]       ** NEW **
4542         * src/common/xml.[ch]           ** NEW **
4543         * src/common/xmlprops.[ch]      ** NEW **
4544                 move xml files to common directory
4545
4546 2003-01-26 [christoph]  0.8.9claws13
4547
4548         * src/plugins/spamassassin/spamassassin_gtk.c
4549                 only set gtk entry text if string is available
4550
4551 2003-01-26 [melvin]     0.8.9claws12
4552
4553         * src/description_window.c
4554                 Allow resizing of the window
4555                 Allow automatic horizontal scroll bar
4556                 Do not vertically expand and fill
4557
4558 2003-01-26 [christoph]  0.8.9claws11
4559
4560         * src/Makefile.am
4561         * src/gtkutils.[ch]             ** REMOVE **
4562         * src/common/sylpheed.c
4563         * src/gtk/Makefile.am
4564         * src/gtk/description_window.c
4565         * src/gtk/gtkutils.[ch]         ** NEW **
4566         * src/gtk/prefswindow.c
4567                 move gtkutils to gtk directory
4568
4569 2003-01-26 [paul]       0.8.9claws10
4570
4571         * src/summaryview.c
4572                 rename summary_unread_clicked() to summary_status_clicked()
4573
4574 2003-01-26 [melvin]     0.8.9claws9
4575
4576         * src/prefs_actions.c
4577                 Cosmetical changes to the help text
4578
4579 2003-01-26 [paul]       0.8.9claws8
4580
4581         * src/folder.[ch]
4582           src/mainwindow.c
4583           src/prefs_common.c
4584           src/prefs_sumamry_column.c
4585           summaryview.[ch]
4586                 rename the 'Unread' column to 'Status'
4587
4588 2003-01-25 [match]      0.8.9claws7
4589
4590         * src/mgutils.[ch]
4591                 removed reference to LDAP constants. removed error2string.
4592                 included functions to support LDAP dynamic queries.
4593         * src/syldap.h
4594                 moved LDAP constants here.
4595         * src/addressbook.c
4596         * src/addrindex.c
4597         * src/importldif.c
4598                 removed references to LDAP constants and references to
4599                 error2string.
4600
4601 2003-01-25 [paul]       0.8.9claws6
4602
4603         * src/summaryview.c
4604                 summary_thread_build(), summary_thread_init(): remove 
4605                 unneeded reference to summaryview->folder_item
4606
4607 2003-01-25 [christoph]  0.8.9claws5
4608
4609         * src/gtk/description_window.c
4610                 o allow description texts to expand over multiple columns
4611                 o translate all columns
4612         * src/prefs_actions.c
4613                 change syntax description to use new multi column feature
4614
4615         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4616
4617 2003-01-25 [match]      0.8.9claws4
4618
4619         * src/vcard.c
4620                 fixed bug with Quoted-Printable
4621
4622 2003-01-25 [paul]       0.8.9claws3
4623
4624         * src/folder.[ch]
4625           src/summaryview.[ch]
4626                 implement per-folder collapsed/expanded threads setting
4627                 
4628         * src/prefs_common.c
4629                 remove global collapsed/expanded threads option
4630
4631 2003-01-25 [christoph]  0.8.9claws2
4632
4633         * po/POTFILES.in
4634                 add pluginwindow and prefswindow
4635         * src/compose.c
4636                 make send respond correctly to messages that could be added
4637                 to the queue folder, but the UID of the message is unknown
4638         * src/folder.c
4639         * src/imap.c
4640                 don't return guessed UIDs in imap_add_msg anymore. We return
4641                 0 to tell the folder system it was appened but the UID is
4642                 unknown. Folder system now get's the UID by scaning the folder
4643                 and searching the cache for the Message-ID
4644                 (closes bug #29 Messages queued, but not sent)
4645
4646 2003-01-25 [paul]       0.8.9claws1
4647
4648         * src/codeconv.c
4649                 conv_encode_header():  fix bug when long headers with 8-bit
4650                 characters are used, so that the encoded words are wrapped.
4651                 If the space in the original text falls on the wrap boundary,
4652                 it can be lost.
4653                 Patch by Sergey Vlasov.
4654                 
4655         * src/folderview.c
4656                  fix bug where a change to the sorting method or thread view
4657                  of a folder's messages is lost if simpify-subject is set and
4658                  toggled on or off.
4659                  Patch by Luke Plant.
4660
4661 2003-01-24 [paul]       0.8.9claws
4662
4663         * sylpheed-0.8.9claws released
4664         
4665         * Makefile.am
4666           sylpheed.spec.in
4667                 remove reference to 'INSTALL.jp'
4668
4669 2003-01-23 [paul]       0.8.8claws128
4670
4671         * po/es.po
4672           po/it.po
4673           po/ru.po
4674           po/sr.po
4675                 updated translations. submitted by Ricardo Mones Lastra,
4676                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4677
4678 2003-01-23 [colin]      0.8.8claws127
4679
4680         * src/compose.c
4681                 Fix drafted and queued news articles re-edition
4682
4683 2003-01-23 [melvin]     0.8.8claws126
4684
4685         * po/fr.po
4686                 Updated French translations
4687
4688 2003-01-23 [colin]      0.8.8claws125
4689
4690         * src/inc.c
4691                 Fix "Connecting to..." status message
4692
4693 2003-01-22 [paul]       0.8.8claws124
4694
4695         * po/bg.po
4696                 updated by George Danchev
4697                 
4698         * src/folder.c
4699                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4700                 and folder deletion
4701
4702 2003-01-21 [paul]       0.8.8claws123
4703
4704         * po/bg.po
4705                 updated by George Danchev
4706                 
4707         * src/about.c
4708                 its now 2003
4709                 
4710         * src/toolbar.c
4711                 don't translate 'Separator'
4712                 
4713         * src/plugins/spamassassin/Makefile.am
4714                 add aspell to CPPFLAGS
4715                 
4716         * src/plugins/spamassassin/spamassassin.c
4717           src/plugins/spamassassin/spamassassin_gtk.c
4718                 set correct default for spamassassin_receive_spam
4719                 slightly re-word descriptions and some
4720                 other minor changes
4721
4722 2003-01-19 [alfons]     0.8.8claws122
4723                 
4724         * src/mimeview.c
4725                 mimeview_save_as(): we might as well show the file name for
4726                 the single case "Save As" too
4727
4728 2003-01-19 [alfons]     0.8.8claws121
4729
4730         * src/crash.c
4731                 change bug tracker URL to bugzilla URL
4732
4733 2003-01-19 [alfons]     0.8.8claws120
4734
4735         * src/mimeview.c
4736                 mimeview_save_all(): display name of file before overwriting;
4737                 continue saving all, even when one overwrite was cancelled
4738
4739 2003-01-19 [christoph]  0.8.8claws119
4740
4741         * src/summaryview.c
4742         * src/procmsg.[ch]
4743                 fix wrong usage of procmsg_find_children in summaryview
4744                 by using procmsg_update_unread_children instead of
4745                 summaryview_update_unread_children
4746
4747 2003-01-19 [christoph]  0.8.8claws118
4748
4749         * src/procmsg.c
4750                 fix infinite loop in procmsg_find_children
4751                  (closes bug #25 sylpheed crashes on delete.)
4752
4753         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4754
4755 2003-01-19 [paul]       0.8.8claws117
4756
4757         * po/pt_BR.po
4758                 updated by Ivan Francolin Martinez
4759
4760 2003-01-18 [melvin]     0.8.8claws116
4761
4762         * src/prefs_actions.c
4763                 Removed syntax limitation of only one '&' at the end of command.
4764                         Now actions that contain '>/dev/null 2>&1' are possible.
4765
4766 2003-01-18 [melvin]     0.8.8claws115
4767
4768         * src/prefs_actions.c
4769                 Actions IO dialog: when the action ends
4770                 the "Close" button now has focus and [Escape] closes the
4771                 window.
4772
4773 2003-01-18 [christoph]  0.8.8claws114
4774
4775         * src/procmsg.c
4776                 o add debug output when MsgInfos are really freed
4777                 o free GSLists in procmsg_find_children and
4778                   procmsg_update_unread_children
4779
4780 2003-01-18 [christoph]  0.8.8claws113
4781
4782         * src/mainwindow.c
4783                 reorder Configuration menu
4784
4785 2003-01-18 [christoph]  0.8.8claws112
4786
4787         * src/compose.c
4788                 fix applying templates to forwarded messages
4789
4790         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4791
4792 2003-01-17 [christoph]  0.8.8claws111
4793
4794         * src/folder.c
4795                 destroy folder items, when a folder item is removed
4796
4797 2003-01-17 [christoph]  0.8.8claws110
4798
4799         * src/folder.c
4800                 fix wrong folder stats update when ignored message is
4801                 deleted
4802
4803 2003-01-17 [colin]      0.8.8claws109
4804         
4805         * src/mainwindow.c
4806         * src/summaryview.c
4807                 Quicksearch bugfixes: 
4808                 - hide help button at startup if not extended
4809                 - switch to extended when looking for replies
4810
4811 2003-01-17 [paul]
4812
4813         * sync with 0.8.9 release
4814
4815 2003-01-17 [paul]       0.8.8claws108
4816
4817         * sync with 0.8.8cvs11
4818                 see ChangeLog 2003-01-17
4819
4820 2003-01-16 [colin]      0.8.8claws107
4821
4822         * src/procmsg.c
4823                 Changed encryption test to re-ask passphrase
4824                 if an encrypted message hasn't been decrypted
4825                 Fixes bug #5
4826
4827 2003-01-16 [christoph]  0.8.8claws106
4828
4829         * src/prefs_gtk.c
4830         * src/prefs_toolbar.c
4831         * src/gtk/prefswindow.h
4832         * src/plugins/spamassassin/spamassassin_gtk.c
4833                 remove page destroy function that is not used anymore
4834
4835 2003-01-16 [paul]       0.8.8claws105
4836
4837         * sync with 0.8.8cvs9
4838                 see ChangeLog 2002-01-16
4839
4840 2003-01-16 [colin]      0.8.8claws104
4841
4842         * src/compose.[ch]
4843                 Fix bug with autosaved drafts for IMAP, when draft
4844                 folder is specified - fixes bugzilla bug #20
4845
4846 2003-01-15 [paul]       0.8.8claws103
4847
4848         * src/compose.[ch]
4849           src/procmsg.c
4850                 store folder and message-id of message forwarding
4851                 in queue header and set forward flag after sending
4852
4853 2003-01-15 [paul]       0.8.8claws102
4854
4855         * sync with 0.8.8cvs8
4856                 see ChangeLog 2002-01-15
4857
4858 2003-01-15 [colin]      0.8.8claws101
4859
4860         * src/Makefile.am
4861                 Fix linking with GNU libiconv
4862
4863 2003-01-15 [darko]      0.8.8claws100
4864
4865         * src/pine.c
4866                 fix crash when importing pine address book
4867                 entry with an empty name (reported by DY
4868                 <dybulk at tri8.net>)
4869
4870 2003-01-14 [paul]       0.8.8claws99
4871
4872         * configure.in  ** REMOVED **
4873           configure.ac  ** NEW FILE **
4874                 rename configure.in to configure.ac, as it is now
4875                 preferred
4876
4877 2003-01-14 [melvin]     0.8.8claws98
4878
4879         * src/folderview.c
4880                 folderview_check_new(): More precise function description
4881
4882 2003-01-14 [melvin]     0.8.8claws97
4883
4884         * src/folderview.c
4885                 folderview_check_new(): return the number of new messages 
4886                         since last check.
4887         * src/inc.c
4888                 inc_account_mail(): Disable counting of new messages for IMAP
4889                         and NNTP until bug [19] and [14] are fixed.
4890
4891 2003-01-14 [paul]       0.8.8claws96
4892
4893         * sync with 0.8.8cvs6
4894                 see ChangeLog 2003-01-14
4895
4896 2003-01-13 [alfons]     0.8.8claws95
4897
4898         * src/textview.c
4899                 tune email address validation (c. 0.8.8claws89): if . is 
4900                 just one char away from @, the address is invalid too 
4901                 (correctly rejects addresses like foo@.com)
4902
4903 2003-01-13 [paul]       0.8.8claws94
4904
4905         * src/messageview.c
4906           src/toolbar.c
4907                 fixes to the Message View toolbar and menu:
4908                 fix non-functioning Forward button
4909                 make Reply button consider default_reply_list
4910                 remove 'Follow-up...' menu entry
4911                 add 'Forward' and 'Redirect' menu entries
4912
4913 2003-01-13 [melvin]     0.8.8claws93
4914
4915         * src/inc.c
4916                 Fixed typo that could make new messages count incorrect.
4917
4918 2003-01-13 [melvin]     0.8.8claws92
4919
4920         * src/folderview.[ch]
4921                 folderview_check_new(): return the number of new messages.
4922         * src/inc.c
4923                 Should fix bug [14] where new mail notification worked 
4924                         incorrectly with IMAP accounts.
4925                 inc_spool_account(): return number of new msgs, or -1 on error
4926                 inc_all_spool(): return number of new msgs
4927                 
4928 2003-01-13 [melvin]     0.8.8claws91
4929
4930         * src/prefs_actions.c
4931                 Justify help text.
4932
4933 2003-01-12 [thorsten]   0.8.8claws90
4934
4935         * src/common/prefs.c
4936                 close file before rename
4937
4938 2003-01-12 [alfons]     0.8.8claws89
4939
4940         * AUTHORS
4941                 add Christian Mertes
4942         * src/common/utils.[ch]
4943                 g_stricase_hash(), g_stricase_equal(): functions for 
4944                 case insensitive hash tables
4945         * src/textview.c
4946                 use top level domain names to validate email address, based
4947                 on a patch by Christian Mertes (thanks!), but changed 
4948                 implementation to use a hash table 
4949
4950 2003-01-12 [paul]       0.8.8claws88
4951
4952         * po/bg.po
4953                 updated by George Danchev
4954
4955 2003-01-12 [alfons]     0.8.8claws87
4956
4957         * src/summaryview.c
4958                 delete / execute performance: use new style folder update
4959
4960 2003-01-12 [paul]       0.8.8claws86
4961
4962         * sync with 0.8.8cvs5
4963                 see ChangeLog 2003-01-13 (!)
4964
4965 2003-01-12 [alfons]     0.8.8claws85
4966
4967         * src/filtering.c
4968         * src/matcher_parser_parse.y
4969                 prepare change_score filtering action
4970         * src/matcher.[ch]
4971                 give up const-correctness on functions that call non-const-correct functions;
4972                 several casts to gpointer in g_free();
4973                 add change_score;
4974
4975 2003-01-12 [christoph]  0.8.8claws84
4976
4977         * src/compose.c
4978                 fix 2 warnings
4979
4980         * src/gtk/prefswindow.[ch]
4981         * src/plugins/spamassassin/spamassassin_gtk.c
4982                 changed the call of the widget create function
4983                 for PrefsPages, because sometimes the widget
4984                 create function needs a widget that already has
4985                 been attached to a window (to create GDK pixmaps
4986                 for exmaple). So we simply pass the GtkWindow as
4987                 the second parameter now.
4988
4989         * src/main.c
4990         * src/mainwindow.c
4991         * src/prefs_toolbar.[ch]
4992                 rewrite Toolbar Preferences using the new
4993                 prefs window
4994
4995 2003-01-11 [alfons]     0.8.8claws83
4996
4997         * src/addressadd.c
4998                 fix crash when adding sender to addressbook because status bar
4999                 isn't there (the status bar doesn't seem to be used though,
5000                 but I'll let Match decide what to do with it)
5001
5002 2003-01-11 [colin]      0.8.8claws82
5003
5004         * src/main.c
5005           src/toolbar.c
5006                 Two useless changes reversed
5007
5008 2003-01-11 [colin]      0.8.8claws81
5009
5010         * src/mainwindow.c
5011           src/mainwindow.h
5012                 Add mainwindow_get_mainwindow()
5013         * src/alertpanel.c
5014           src/alertpanel.h
5015                 Add alertpanel_error_log() 
5016         * src/compose.c
5017           src/inc.c
5018           src/messageview.c
5019           src/toolbar.c
5020           src/main.c
5021           src/procmsg.c
5022                 Network errors get a View Log button
5023
5024 2003-01-10 [alfons]     0.8.8claws80
5025
5026         * src/prefs_toolbar.c
5027         * src/toolbar.c
5028                 use the translatable string for "Separator" as file name for
5029                 separator toolbar items (probably make this uppercase?)
5030
5031 2003-01-10 [alfons]     0.8.8claws79
5032
5033         * src/prefs_toolbar.c
5034                 put right A_SEPARATOR description string in "displayed
5035                 toolbar items list" so manually added separators are
5036                 saved correctly (bug #10, "Adding a separator to the main 
5037                 toolbar fails, entry in xml file is wrong")
5038
5039 2003-01-10 [christoph]  0.8.8claws78
5040
5041         * src/imap.c
5042                 o fix warnings
5043                 o use CAPABILITY to check if NAMESPACE is available
5044
5045 2003-01-10 [christoph]  0.8.8claws77
5046
5047         * src/imap.[ch]
5048                 apply UIDPLUS IMAP extension support patch
5049
5050         Patch submitted by Simon 'corecode' Schubert
5051
5052 2003-01-10 [paul]       0.8.8claws76
5053
5054         * src/folderview.c
5055                 a sync from main which fixes the news account folders'
5056                 Properties bug
5057
5058 2003-01-10 [christoph]  0.8.8claws75
5059
5060         * src/folder.c
5061                 don't accept 0 as a valid uid returned by copy and move
5062                 functions. 0 means the message was copied or moved but the
5063                 new uid could not be fetched. It is not an error condition
5064                 for the copy or move operation.
5065
5066 2003-01-10 [paul]       0.8.8claws74
5067
5068         * src/prefs_filtering.c
5069                 change English used in Alert when entry is not
5070                 saved.
5071                 
5072         * sync with 0.8.8cvs4
5073                 see ChangeLog 2003-01-10
5074
5075 2003-01-10 [darko]      0.8.8claws73
5076
5077         * src/pine.c
5078                 fix crash when importing address book entry
5079                 without a valid address
5080
5081 2003-01-09 [alfons]     0.8.8claws72
5082
5083         * src/inc.c
5084                 filtering performance: use new style folder update
5085
5086 2003-01-09 [christoph]  0.8.8claws71
5087
5088         * src/compose.c
5089         * src/gtk/menu.[ch]
5090                 fix wrong selecting of mime encoding type, when
5091                 opening property dialog of attachments in the
5092                 compose window. 7bit was always selected and that
5093                 destoryed files with 8bit data.
5094                 (closes bug #9 Sylpheed-claws destroys attachments when
5095                  changing MIME-types)
5096
5097 2003-01-09 [paul]       0.8.8claws70
5098
5099         * sync with 0.8.8cvs3
5100                 see ChangeLog 2003-01-09
5101
5102 2003-01-08 [alfons]     0.8.8claws69
5103         
5104         * src/addressadd.c
5105                 apply patch by Kim Schulz to fix build breakage
5106                 because of missing variable
5107
5108 2003-01-08 [paul]       0.8.8claws68
5109
5110         * sync with 0.8.8cvs2
5111                 see ChangeLog 2002-01-08
5112
5113 2003-01-08 [paul]       0.8.8claws67
5114
5115         * po/it.po
5116                 updated by Alessandro Maestri
5117                 
5118         * src/addressadd.c
5119                 when using 'Add sender to addressbook' allow
5120                 name to be edited and remarks to be entered
5121                 Patch submitted by Luke Plant
5122
5123 2003-01-08 [darko]      0.8.8claws66
5124
5125         * README.claws, src/summaryview.c
5126                 fix description for marked messages
5127
5128 2003-01-08 [paul]
5129
5130         * tools/Makefile.am
5131           tools/launch_phoenix  ** NEW FILE **
5132                 add script that enables using Phoenix as the default
5133                 web browser. 
5134                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5135                 
5136         * tools/OOo2sylpheed.pl
5137                 remove full path to sylpheed executable, just 'sylpheed'
5138                 will do
5139                 
5140         * tools/README
5141                 add launch_phoenix informtion and re-arrange and compress
5142                 the data a little
5143
5144 2003-01-07 [christoph]  0.8.8claws65
5145
5146         * src/folder.c
5147                 fix update for source folder when moving messages
5148         * src/procmsg.[ch]
5149         * src/summaryview.c
5150                 use function to set to_folder for message infos and
5151                 automatically update the op_count for old and new
5152                 folder
5153
5154 2003-01-07 [melvin]     0.8.8claws64
5155
5156         * src/prefs_actions.c
5157                 Fixed bug where an '%p' Action on a displayed image crashed 
5158                         Sylpheed
5159                 Code clean up (get rid of duplicated code and removed unnecessary 
5160                                 structure member)
5161
5162 2003-01-07 [christoph]  0.8.8claws63
5163
5164         * src/compose.c
5165         * src/folder.[ch]
5166         * src/folderview.c
5167         * src/import.c
5168         * src/inc.c
5169         * src/main.c
5170         * src/mainwindow.c
5171         * src/messageview.c
5172         * src/prefs_folder_item.c
5173         * src/procmsg.c
5174         * src/summaryview.c
5175         * src/toolbar.c
5176                 o remove all folder update triggering from the UI code. The folder
5177                   system should know much better when a folder needs an update.
5178                 o to prevent multiple updates in a row the folder updates can be
5179                   frozen for some time.
5180
5181                 Note: - Please verify that no updates are missing
5182                       - Check where freeze/thaws should be added
5183
5184 2003-01-07 [christoph]  0.8.8claws62
5185
5186         * src/prefs_actions.c
5187                 don't translate empty strings
5188
5189         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5190
5191 2003-01-06 [christoph]  0.8.8claws61
5192
5193         * src/prefs_actions.c
5194                 mark strings for gettext
5195         * src/prefs_matcher.c
5196                 use new description window for Execute action and
5197                 match condition in Filtering
5198
5199         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5200
5201 2003-01-06 [alfons]     0.8.8claws60
5202
5203         keep myself inspired to re-organize matcher part 8; 
5204         yes, more to come (I need to move out the descriptive
5205         text for actions to matcher.c, or at least make it not
5206         depend on the wicked ordering)
5207
5208         * src/prefs_matcher.c
5209                 add documentation so others may comprehend the
5210                 UI part of the conditions
5211                 
5212 2003-01-06 [christoph]  0.8.8claws59
5213
5214         * src/prefs_actions.c
5215                 use new description window for syntax help
5216         * src/gtk/description_window.c
5217                 fix display of descriptions with column count != 2
5218
5219         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5220
5221 2003-01-06 [christoph]  0.8.8claws58
5222
5223         * src/quote_fmt.c
5224         * src/summaryview.[ch]
5225         * src/gtk/Makefile.am
5226         * src/gtk/description_window.[ch]       ** NEW **
5227                 use a generic window to display syntax descriptions
5228                 currently used in quote_fmt and summaryview (new description
5229                 for extended quick search)
5230
5231         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5232
5233 2003-01-06 [paul]       0.8.8claws57
5234
5235         * sync with 0.8.8cvs1
5236                 see ChangeLog 2003-01-06
5237
5238 2003-01-06 [christoph]  0.8.8claws56
5239
5240         * src/mainwindow.c
5241         * src/prefs_gtk.[ch]
5242         * src/gtk/prefswindow.[ch]
5243         * src/plugins/spamassassin/spamassassin_gtk.c
5244                 o remove page management from prefswindow, pages
5245                   will be an argument to prefswindow_open
5246                 o prefswindow_open gets a datapointer that is
5247                   passed to the widget_create function to allow
5248                   creation of prefswindow for specific items
5249
5250 2003-01-06 [colin]      0.8.8claws55
5251         
5252         * src/summaryview.c
5253                 We don't want regexp in the reply-finder, 
5254                 because MIDs can contain !,$,. and so on
5255
5256 2003-01-06 [jens]       0.8.8claws54
5257
5258         * src/jpilot.c
5259                 fixed a wrong free in jpilot_read_db_files
5260
5261 2003-01-06 [alfons]     0.8.8claws53
5262
5263         re-organize matcher part 8; more to come
5264        
5265         * src/matcher.c
5266                 matcherprop_to_string(): put g_free()s before the
5267                 switch-case break to fix memleaks                
5268
5269 2003-01-06 [colin]      0.8.8claws52
5270
5271         * src/summaryview.c
5272                 cleanup & reply-finder now displays the first 
5273                 matching message
5274
5275 2003-01-05 [alfons]     0.8.8claws51
5276
5277         re-organize matcher part 7; more to come
5278
5279         * src/matcher.[ch]
5280                 fixes for constant correctness;
5281                 more documentation;
5282
5283 2003-01-05 [alfons]     0.8.8claws50
5284
5285         re-organize matcher part 6; more to come
5286         
5287         * src/matcher.[ch]
5288                 fixes for constant correctness;
5289                 more documentation;
5290         * src/filtering.c
5291                 fix for constant correctness
5292
5293 2003-01-05 [colin]      0.8.8claws49
5294
5295         * src/account.[ch]
5296                 Add account_get_reply_account function
5297         * src/compose.c
5298                 Use account_get_reply_account function 
5299         * src/summaryview.c
5300                 Basic reply-finder - click on the replied
5301                 icon gets you to the outbox using quick-search
5302
5303 2003-01-05 [paul]       0.8.8claws48
5304
5305         * src/prefs_common.c
5306                 small change to English
5307                 
5308         * src/prefs_filtering.c
5309                 prefs_filtering_action_select(): improve logic and uniformity
5310                 of gui
5311
5312 2003-01-05 [alfons]     0.8.8claws47
5313
5314         fine tune solution to focus problems (bug #7)
5315
5316         * src/mainwindow.c
5317                 mainwindow_focus_in_event(): remove grab event check
5318         * src/summaryview.c
5319                 summary_button_pressed(): move selection on right-click
5320                 too. we can't possibly move the selection back after
5321                 canceling a dialog, because gtk's incomplete focus 
5322                 management. whether this is a good solution, only time
5323                 will tell.
5324
5325 2003-01-05 [christoph]  0.8.8claws46
5326
5327         * src/imap.c
5328                 fix crash when no imap connection could be established
5329
5330 2003-01-05 [paul]       0.8.8claws45
5331
5332         * src/mainwindow.c
5333           src/sumamryview.c
5334           src/gtk/menu.[ch]
5335                 fix bug 605957 'shortcuts in popup-menu'
5336                 make user-defined shortcuts work
5337                 show shortcuts that are already defined
5338                 in the main menu
5339                 Patch submitted by Luke Plant
5340
5341 2003-01-05 [alfons]     0.8.8claws44
5342
5343         * src/mainwindow.c
5344                 focus_in_event handler should not select summary view row 
5345                 when another window (menu, dialog) grabbed for events 
5346                 (bug #7, "[0.8.8claws42] Message summary focus") 
5347
5348 2003-01-04 [christoph]  0.8.8claws43
5349
5350         * src/procmsg.c
5351                 update save folder after adding the sent message
5352                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5353
5354 2003-01-02 [christoph]  0.8.8claws42
5355
5356         * src/common/plugin.c
5357                 fix unloading of all plugins and unload
5358                 plugins in reverse order
5359                 
5360         * src/gtk/pluginwindow.c
5361                 implement function of load and unload button
5362
5363         * src/gtk/prefswindow.c
5364         * src/gtk/prefswindow.h
5365                 rename register function and add new unregister
5366                 function
5367
5368         * src/plugins/spamassassin/spamassassin_gtk.c
5369                 unregister prefs page and update for changes in
5370                 src/gtk/prefswindow.c
5371
5372 2003-01-02 [paul]       0.8.8claws41
5373
5374         * po/es.po
5375                 updated by Ricardo Mones Lastra
5376
5377 2003-01-02 [paul]
5378
5379         * tools/tb2sylpheed
5380                 fixes and improvements by Urke MMI
5381
5382 2003-01-02 [thorsten]   0.8.8claws40
5383
5384         * src/procmsg.c
5385                 fixed wrong return value
5386
5387 2003-01-02 [thorsten]   0.8.8claws39
5388
5389         * src/prefs.c
5390                 fixed printing wrong variable
5391
5392 2003-01-02 [thorsten]   0.8.8claws38
5393
5394         * src/prefs.c
5395                 fixed acessing members of freed pfile struct
5396
5397 2003-01-02 [thorsten]   0.8.8claws37
5398
5399         * src/procmsg.c
5400                 detect loops across several messages
5401                 as suggested by Christoph Hohmann
5402
5403 2003-01-01 [match]      0.8.8claws36
5404
5405         * src/addrindex.c
5406                 fixed another memory leak.
5407
5408 2003-01-01 [match]      0.8.8claws35
5409
5410         * src/jpilot.[ch]
5411                 fixed memory leaks. applied Doxygen comments.
5412
5413 2003-01-01 [thorsten]   0.8.8claws34
5414
5415         * src/procmsg.c
5416                 inhibit endless loop if msg references itself
5417                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5418
5419 2003-01-01 [christoph]  0.8.8claws33
5420
5421         * src/mainwindow.c
5422         * src/gtk/Makefile.am
5423         * src/gtk/pluginwindow.c                ** NEW **
5424         * src/gtk/pluginwindow.h                ** NEW **
5425                 add plugin window
5426
5427         * src/plugins/demo/demo.c
5428         * src/plugins/spamassassin/spamassassin.c
5429         * src/plugins/spamassassin/spamassassin_gtk.c
5430                 write better plugin descriptions
5431
5432 2002-12-31 [christoph]  0.8.8claws32
5433
5434         * src/gtk/prefswindow.c
5435         * src/plugins/spamassassin/spamassassin_gtk.c
5436                 some small improvements to GTK code
5437
5438 2002-12-31 [christoph]  0.8.8claws31
5439
5440         * src/plugins/spamassassin/spamassassin_gtk.c
5441                 enable folder select button
5442
5443 2002-12-31 [christoph]  0.8.8claws30
5444
5445         * src/mainwindow.c
5446         * src/gtk/Makefile.am
5447         * src/gtk/prefswindow.c                         ** NEW **
5448         * src/gtk/prefswindow.h                         ** NEW **
5449                 add new prefs window
5450
5451         * src/common/plugin.c
5452                 don't try to load empty config lines
5453         
5454         * src/plugins/spamassassin/Makefile.am
5455         * src/plugins/spamassassin/spamassassin.c
5456         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5457         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5458                 GTK config for SpamAssassin Plugin using
5459                 the new prefs window
5460
5461 2002-12-31 [paul]       0.8.8claws29
5462
5463         * po/POTFILES.in
5464                 remove obsolete entry 'src/menu.c'
5465
5466 2002-12-31 [alfons]     0.8.8claws28
5467
5468         * src/matcher.[ch]
5469         * src/matcher_parser_parse.y
5470         * src/prefs_matcher.c
5471                 add "ignore_thread" and "~ignore_thread" condition so it's
5472                 possible to make the actions / scoring operate on the ignore
5473                 thread flag
5474
5475 2002-12-31 [christoph]  0.8.8claws27
5476
5477         * src/addrbook.c
5478         * src/addrindex.c
5479         * src/folder.c
5480         * src/matcher.c
5481         * src/prefs_account.c
5482         * src/prefs_actions.c
5483         * src/prefs_customheader.c
5484         * src/prefs_display_header.c
5485         * src/prefs_gtk.c
5486         * src/procmime.c
5487         * src/toolbar.c
5488         * src/xmlprops.c
5489         * src/common/prefs.[ch]
5490                 extend prefs file handling for reading and automatic handling
5491                 of blocks. When reading prefs_set_block_label will automatically
5492                 move on to the block. When writing it will copy all other blocks
5493                 automatically
5494
5495         * src/common/plugin.c
5496                 Now loading plugin filenames from [Plugins] block in
5497                 sylpheed rc file
5498
5499 2002-12-30 [christoph]  0.8.8claws26
5500
5501         * src/common/hooks.[ch]
5502                 return abort status to caller of hooks_invoke
5503                 
5504         * src/inc.[ch]
5505                 invoke message filtering hook and stop
5506                 default handling when filter returns abort
5507
5508         * src/common/plugin.[ch]
5509         * src/plugins/demo/demo.c
5510                 modify plugin loader, because resolving symbols for strings
5511                 does not work correctly
5512         
5513         * configure.in
5514         * ac/spamassassin.m4                            ** NEW **
5515         * src/plugins/spamassassin/.cvsignore           ** NEW **
5516         * src/plugins/spamassassin/Makefile.am          ** NEW **
5517         * src/plugins/spamassassin/README               ** NEW **
5518         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5519         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5520         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5521                 add spamassassin plugin, see src/plugins/spamassassin/README
5522                 for details
5523
5524 2002-12-29 [alfons]     0.8.8claws25
5525
5526         * src/mainwindow.c
5527                 when moving focus from a message view to the main 
5528                 window, don't forget to select the summary node
5529                 of the displayed message. should fix "[ 659103 ] 
5530                 focus-follows-mouse confuses sylpheed"
5531
5532 2002-12-29 [christoph]  0.8.8claws24
5533
5534         * src/Makefile.am
5535         * src/stringtable.[ch]          ** REMOVE **
5536         * src/common/Makefile.am
5537         * src/common/stringtable.[ch]   ** NEW **
5538                 move stringtable files to common directory
5539
5540 2002-12-29 [christoph]  0.8.8claws23
5541
5542         * src/Makefile.am
5543         * src/menu.[ch]                 ** REMOVE **
5544         * src/gtk/Makefile.am
5545         * src/gtk/menu.[ch]             ** NEW **
5546                 move menu files to gtk directory
5547
5548 2002-12-29 [match]      0.8.8claws22
5549
5550         * src/addressbook.c
5551         * src/syldap.c
5552                 moved UI specific code out of LDAP code into addressbook
5553                 UI code. fixed memory leak.
5554
5555 2002-12-29 [christoph]  0.8.8claws21
5556
5557         * src/folder.c
5558                 only check for IGNORED parent message when message is
5559                 not IGNORED itself
5560
5561 2002-12-29 [alfons]     0.8.8claws20
5562
5563         * src/summaryview.c
5564                 set gtksctree's anchor correct (immediate execute
5565                 changes the tree's layout, and anchor points at 
5566                 the incorrect row). fixes "[ 657233 ] multiple msg 
5567                 delete sometimes off by 1".
5568                 we probably have to look for more tree layout /
5569                 anchor glitches.
5570
5571 2002-12-29 [paul]       0.8.8claws19
5572
5573         * src/summaryview.c
5574                 fix bug [ 659054 ] incorrect sorting of 'From' column
5575                 when using 'display sender using address book'
5576                 thanks to Alfons and Luke Plant
5577
5578 2002-12-29 [christoph]  0.8.8claws18
5579
5580         * src/folder.c
5581         * src/procmsg.[ch]
5582                 check parent messages for IGNORE THREAD flag, when adding,
5583                 moving or copying messages to a folder
5584
5585 2002-12-27 [alfons]     0.8.8claws17
5586
5587         re-organize matcher part 5; more to come
5588
5589         * src/matcher.c
5590                 hash keywords in matchparser_tab 
5591
5592 2002-12-27 [alfons]     0.8.8claws16
5593
5594         re-organize matcher part 4; more to come
5595
5596         * src/matcher_parser.h
5597         * src/matcher_parser_lex.l
5598         * src/matcher_parser_parse.y
5599                 cleanup
5600
5601 2002-12-27 [alfons]     0.8.8claws15
5602
5603         re-organize matcher part 3; more to come
5604
5605         * src/matcher.[ch]
5606                 cleanup
5607
5608 2002-12-27 [alfons]     0.8.8claws14
5609
5610         re-organize matcher part 2; more to come but this should
5611         work. cc me if there are any regressions.
5612
5613         * src/matcher.h
5614                 add prototype for get_matchparser_tab_id()
5615         * src/matcher_parser_lex.l
5616                 look up keywords using matchparser_tab_id();
5617
5618 2002-12-27 [alfons]     0.8.8claws12
5619
5620         re-organize matcher part 1
5621
5622         * src/matcher.h
5623                 map yacc generated constants to sylpheed matcher constants
5624         * src/matcher.c
5625                 add function to find a matcher constant from a string
5626
5627 2002-12-27 [christoph]  0.8.8claws11
5628
5629         * src/compose.c
5630                 MENUITEM_ADD casts the 4th argument from integer to pointer
5631                 so it probably should not be a pointer, this means we
5632                 should use account id for it and not the account's pointer
5633
5634 2002-12-27 [paul]       0.8.8claws10
5635
5636         * src/mainwindow.c
5637                 remove unneeded 'GtkWidget *vbox'
5638                 
5639         * src/summaryview.c
5640                 further sync with 0.8.8 - make sort
5641                 by recipient work as expected
5642                 
5643         * NEWS
5644                 sync with 0.8.8
5645
5646 2002-12-27 [paul]       0.8.8claws9
5647
5648         * po/pt_BR.po
5649                 updated by Ivan F. Martinez
5650                 
5651 2002-12-27 [darko]      0.8.8claws8
5652
5653         * src/common/utils.c
5654                 added locked pattern to extended search
5655
5656 2002-12-27 [alfons]     0.8.8claws7
5657
5658         * src/prefs_matcher.[ch]
5659                 clean up
5660
5661 2002-12-26 [alfons]     0.8.8claws6
5662
5663         * src/matcher.[ch]
5664         * src/matcher_parser_lex.l
5665         * src/matcher_parser_parse.y
5666         * src/prefs_matcher.c
5667                 allow color label as a condition in the matcher
5668
5669 2002-12-26 [oliver]     0.8.8claws5
5670         
5671         * src/toolbar.c 
5672                 enable Addressbook for Main and Messageview
5673         * src/prefs_actions.c
5674                 enable actions in Messageview
5675
5676 2002-12-26 [christoph]  0.8.8claws4
5677
5678         * src/common/plugin.c
5679                 add a little debug output
5680         * configure.in
5681         * src/plugins/demo/Makefile.am
5682                 better use of automake
5683
5684 2002-12-26 [christoph]  0.8.8claws3
5685
5686         * src/Makefile.am
5687         * src/common/Makefile.am
5688                 fix "make distdir"
5689
5690 2002-12-26 [christoph]  0.8.8claws2
5691
5692         * configure.in
5693                 sort configure checks into common / gtk / plugins
5694         * po/POTFILES.in
5695                 add src/prefs_gtk.c
5696         * src/Makefile.am
5697                 add plugins SUBDIR
5698         * src/main.c
5699         * src/common/sylpheed.[ch]
5700                 added now sylpheed_done function for shutdown
5701         * src/common/Makefile.am
5702         * src/common/plugin.[ch]                ** NEW **
5703                 plugin loader and unloader
5704         * src/plugins/.cvsignore                ** NEW **
5705         * src/plugins/Makefile.am               ** NEW **
5706                 build plugins
5707         * src/plugins/demo/.cvsignore           ** NEW **
5708         * src/plugins/demo/Makefile.am          ** NEW **
5709         * src/plugins/demo/demo.c               ** NEW **
5710                 small demo plugin that installs a logtext hook and
5711                 outputs the log text to stdout
5712
5713 2002-12-26 [paul]       0.8.8claws1
5714
5715         * po/es.po
5716                 updated by Ricardo Mones Lastra
5717
5718 2002-12-26 [paul]       0.8.8claws
5719
5720         * 0.8.8claws released
5721
5722 2002-12-26 [paul]       0.8.7claws12
5723
5724         * po/bg.po
5725                 updated by George Danchev
5726
5727 2002-12-26 [paul]       0.8.7claws11
5728
5729         * po/POTFILES.in
5730                 remove unneeded 'src/prefs.c' entry 
5731
5732 2002-12-26 [paul]       0.8.7claws10
5733
5734         * src/codeconv.c
5735           src/mainwindow.c
5736                 sync with 0.8.8 release
5737         
5738         * src/folder.[ch]
5739           src/mh.c
5740           src/summaryview.c
5741                 partial sync with 0.8.8 release
5742         
5743
5744 2002-12-25 [alfons]     0.8.7claws9
5745
5746         * src/matcher.[ch]
5747         * src/matcher_parser_lex.l
5748         * src/matcher_parser_parse.y
5749         * src/prefs_matcher.c
5750                 add locked flag to possible filtering / matcher 
5751                 conditions (also a good example what should be
5752                 done to add a simple boolean condition)
5753
5754 2002-12-25 [christoph]  0.8.7claws8
5755
5756         * src/Makefile.am
5757         * src/account.[ch]
5758         * src/addrbook.c
5759         * src/addressbook.c
5760         * src/addrindex.c
5761         * src/filtering.c
5762         * src/folder.c
5763         * src/matcher.c
5764         * src/prefs.[ch]                ** REMOVE **
5765         * src/prefs_account.c
5766         * src/prefs_actions.c
5767         * src/prefs_common.c
5768         * src/prefs_customheader.c
5769         * src/prefs_display_header.c
5770         * src/prefs_filtering.c
5771         * src/prefs_folder_item.c
5772         * src/prefs_gtk.[ch]            ** NEW **
5773         * src/prefs_matcher.c
5774         * src/prefs_scoring.c
5775         * src/prefs_summary_column.c
5776         * src/procmime.c
5777         * src/selective_download.c
5778         * src/toolbar.c
5779         * src/common/Makefile.am
5780         * src/common/prefs.[ch]         ** NEW **
5781                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5782
5783 2002-12-24 [alfons]     0.8.7claws7
5784
5785         * src/summaryview.c
5786                 summary_thread_build(): fix real cause of the crash mentioned in
5787                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5788                 this way we get meaningful ctree nodes 
5789
5790 2002-12-24 [oliver]     0.8.7claws6
5791
5792         * src/mainwindow.[ch]
5793         * src/messageview.[ch]
5794         * src/compose.[ch]
5795         * src/inc.c
5796         * src/summaryview.c
5797                 changes to use updated toolbar handling
5798                 
5799 2002-12-24 [oliver]     0.8.7claws5
5800
5801         * src/toolbar.[ch]
5802                 generic toolbar handling
5803                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5804         * src/prefs_toolbar.[ch]
5805                 adjust to handling
5806         
5807 2002-12-24 [oliver]     0.8.7claws4
5808         
5809         * src/stock_pixmap.[ch]
5810                 move SYLPHEED_LOGO to end of list in order 
5811                 to remove it from Custom Toolbar`s Icon View
5812
5813 2002-12-24 [alfons]     0.8.7claws3
5814
5815         * src/summaryview.c
5816                 summary_thread_build(): fix crash because of focus != selection 
5817                 after threading. when deleting the selection, gtk tries but fails 
5818                 to find the correct focusable element. we now force the selection
5819                 to be focused. this should solve the infamous bug reported by 
5820                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5821                 a test case is available. 
5822
5823 2002-12-24 [darko]      0.8.7claws2
5824
5825         * src/summaryview.c
5826                 don't crash when unmarking message with unread children
5827
5828 2002-12-23 [christoph]  0.8.7claws1
5829
5830         * src/Makefile.am
5831         * src/common/Makefile.am
5832                 update Makefiles for moved intl.h, version.h and defs.h
5833         * src/imap.c
5834                 rewrite imap_session_get to avoid duplicate code
5835
5836 2002-12-23 [paul]       0.8.7claws
5837
5838         * Santa-Claws released
5839         
5840         * po/hu.po
5841           po/ru.po
5842                 squeeze in updated Hungarian and Russian translations.
5843                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5844
5845 2002-12-23 [paul]       0.8.6claws129
5846
5847         * po/pl.po
5848                 updated by Witold Wladyslaw Wojciech Wilk
5849
5850 2002-12-23 [paul]       0.8.6claws128
5851
5852         * src/quote_fmt_parse.y
5853                 fix typo and add licence header
5854
5855 2002-12-23 [paul]       0.8.6claws127
5856
5857         * po/en_GB.po
5858                 updated
5859
5860 2002-12-23 [paul]       0.8.6claws126
5861
5862         * po/it.po
5863                 updated translation, submitted by Alessandro Maestri
5864                 
5865 2002-12-23 [paul]       0.8.6claws125
5866
5867         * src/quote_fmt_parse.y
5868                 fix signature-stripping on replies bug. match
5869                 '-- \n' and not '-- '.
5870
5871 2002-12-22 [paul]       0.8.6claws124
5872
5873         * po/bg.po
5874           po/es.po
5875           po/sr.po
5876                 updated translations. submitted by George Danchev,
5877                 Ricardo Mones Lastra, and Urke MMI respectively
5878
5879 2002-12-21 [paul]       0.8.6claws123
5880
5881         * src/addrbook.c
5882                 fix coding style
5883
5884 2002-12-21 [paul]       0.8.6claws122
5885
5886         * src/addrbook.c
5887                 fix bug [643638] where if a person is in one or more
5888                 addressbook groups editing that person's email 
5889                 address results in removal from those groups.
5890                 Patch submitted by Luke Plant.
5891
5892 2002-12-20 [christoph]  0.8.6claws121
5893
5894         * src/common/utils.c
5895         * src/summaryview.c
5896                 reimplement expand_search_string using GString to
5897                 prevent crashs caused by miscalculated string
5898                 lengths reported by Paul
5899
5900 2002-12-20 [christoph]  0.8.6claws120
5901
5902         * src/summaryview.c
5903                 don't use "changed" to check if op_count has to be changed as it
5904                 is also set when the message has unread children
5905                 (closes bug [ 653221 ] crash while deleting duplicates)
5906
5907 2002-12-20 [paul]       0.8.6claws119
5908
5909         * sync with 0.8.6cvs27
5910                 see ChangeLog 2002-12-20
5911
5912 2002-12-20 [paul]       0.8.6claws118
5913
5914         * sync with 0.8.6cvs26
5915                 see ChangeLog 2002-12-19 and 2002-12-20
5916
5917 2002-12-19 [alfons]     0.8.6claws117
5918
5919         * src/textview.c
5920                 fix incorrect parsing of email addresses, submitted by 
5921                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5922                 name display if it contains @".
5923
5924 2002-12-18 [paul]       0.8.6claws116
5925
5926         * sync with 0.8.6cvs23
5927                 see ChangeLog 2002-12-18
5928
5929 2002-12-18 [paul]       0.8.6claws115
5930
5931         * src/Makefile.am
5932         * src/account.c
5933         * src/codeconv.c
5934         * src/gtkutils.[ch]
5935         * src/imap.c
5936                 sync with 0.8.6cvs22.
5937                 see ChangeLog 2002-12-17 and 2002-12-18
5938
5939 2002-12-17 [christoph]  0.8.6claws114
5940
5941         * src/imap.c
5942                 o don't create a session if imap greeting fails
5943                 o don't close socket when authentication fails
5944                   this is done by imap_session_destroy
5945
5946 2002-12-17 [thorsten]   0.8.6claws113
5947
5948         * tools/Makefile.am
5949           tools/README
5950           tools/google_msgid.pl ** NEW FILE **
5951                 Added "search for message-id" script and doc
5952
5953 2002-12-17 [thorsten]   0.8.6claws112
5954
5955         * po/hu.po
5956                 Updated hungarian translation
5957                 (updated by Gal Zoltan)
5958
5959 2002-12-16 [christoph]  0.8.6claws111
5960
5961         * src/addr_compl.c
5962                 remove stupid addressbook dump to debug output
5963         * src/mh.c
5964                 fix memory leak found by Hiro
5965
5966 2002-12-14 [paul]       0.8.6claws110
5967
5968         * src/compose.c
5969                 fix menubar sensitivity on send
5970                 
5971         * src/prefs_filtering.c
5972         * src/prefs_matcher.c
5973         * src/prefs_scoring.c
5974                 Fix english ;)
5975                 
5976         * src/common/quoted-printable.h
5977                 sync: fix typo
5978         
5979 2002-12-13 [christoph]  0.8.6claws109
5980
5981         * src/Makefile.am
5982         * src/manage_window.[ch]        ** REMOVE **
5983         * src/gtk/Makefile.am
5984         * src/gtk/manage_window.[ch]    ** NEW **
5985                 move manage_window files to gtk directory
5986
5987 2002-12-13 [christoph]  0.8.6claws108
5988
5989         * src/Makefile.am
5990         * src/gtkshruler.[ch]           ** REMOVE **
5991         * src/gtk/Makefile.am
5992         * src/gtk/gtkshruler.[ch]       ** NEW **
5993                 move gtkshruler files to gtk directory
5994
5995 2002-12-13 [christoph]  0.8.6claws107
5996
5997         * src/Makefile.am
5998         * src/compose.c
5999         * src/gtkstext.[ch]             ** REMOVE **
6000         * src/gtkutils.[ch]
6001         * src/textview.c
6002         * src/gtk/gtkstext.[ch]         ** NEW **
6003         * src/gtk/Makefile.am
6004                 o move stext functions to gtkstext.c to remove
6005                   dependency of gtkutils
6006                 o move gtkstext files to gtk directory
6007
6008         * src/gtk/Makefile.am
6009         * src/gtk/sslcertwindow.[ch]
6010                 UI stuff can always depend on common code so
6011                 it's ok to add ../common to include path
6012
6013 2002-12-13 [colin]      0.8.6claws106
6014
6015         * src/summaryview.c
6016                 Disconnect sighandlers for mainwindow when
6017                 quicksearch has the focus
6018                 Fix bug #653231
6019         * src/mainwindow.[ch]
6020                 Make key_pressed callback public, to be able
6021                 to disconnect it
6022
6023 2002-12-13 [christoph]  0.8.6claws105
6024
6025         * src/mh.c
6026                 create .mh_sequences file in new MH folders
6027                 (closes feature request [ 523162 ] MH folders should
6028                  get a .mh_sequences)
6029
6030 2002-12-13 [colin]      0.8.6claws104
6031
6032         * src/summaryview.c
6033                 Better handling of quicksearch show/hide
6034                 (basically the button stays under the mouse 
6035                  when toggled)
6036
6037 2002-12-13 [paul]       0.8.6claws103
6038
6039         * sync with 0.8.6cvs17
6040                 see ChangeLog 2002-12-13
6041
6042 2002-12-13 [paul]       0.8.6claws102
6043
6044         * po/es.po
6045                 updated by Ricardo Mones Lastra
6046
6047 2002-12-11 [colin]       0.8.6claws101
6048
6049         * src/folder.c
6050                 remove statusbar stuff
6051           src/folderview.c
6052                 set statusbar verbosity when moving folders
6053
6054 2002-12-11 [colin]       0.8.6claws100
6055         * src/prefs_filtering.c
6056         * src/prefs_matcher.c
6057         * src/prefs_scoring.c
6058                 Fix english ;)
6059
6060 2002-12-11 [colin]       0.8.6claws99
6061
6062         * src/prefs_common.[ch]
6063                 Add summary_quicksearch_type
6064         * src/summaryview.c
6065                 Save last used quicksearch type
6066
6067 2002-12-11 [jens]       0.8.6claws98
6068         * src/prefs_filtering.c
6069         * src/prefs_matcher.c
6070         * src/prefs_scoring.c
6071                 added dialog for incomplete rules in scoring, filtering and
6072                 matcher to ask wheather really close
6073
6074 2002-12-11 [colin]      0.8.6claws97
6075
6076         * src/folder.c
6077                 Fix folder dnd statusbar logging
6078
6079 2002-12-10 [christoph]  0.8.6claws96
6080
6081         * src/compose.c
6082         * src/folder.c
6083         * src/imap.c
6084         * src/inc.c
6085         * src/main.c
6086         * src/mainwindow.c
6087         * src/news.c
6088         * src/send.c
6089         * src/statusbar.[ch]
6090         * src/common/hooks.c
6091         * src/common/log.[ch]
6092                 o handle verbose logging in statusbar directly in statusbar code
6093                   and common code does not need any knowledge about a statusbar
6094                 o remove direct calls to statusbar_(puts|pop)_all functions
6095
6096 2002-12-10 [jens]       0.8.6claws95
6097
6098         * src/*.c
6099                 removed gettext from g_warnings
6100         * po/POTFILES.in
6101                 cleaned and updated
6102         * po/de.po
6103                 updated
6104
6105 2002-12-10 [colin]      0.8.6claws94
6106
6107         * src/main.c
6108                 finish crash dialog fix
6109
6110 2002-12-10 [colin]      0.8.6claws93
6111
6112         * src/main.c
6113                 "Fix" "sylpheed already running" instead of
6114                 crash dialog appearing after a crash
6115
6116 2002-12-10 [colin]      0.8.6claws92
6117
6118         * po/POTFILES.in
6119                 add src/gtk/sslcertwindow.c
6120
6121 2002-12-10 [paul]       0.8.6claws91
6122
6123         * po/POTFILES.in
6124                 updated to reflect recent changes
6125                 submitted by Alessandro Maestri
6126
6127 2002-12-09 [christoph]  0.8.6claws90
6128
6129         * src/Makefile.am
6130         * src/smtp.[ch]                 ** REMOVE **
6131         * src/common/Makefile.am
6132         * src/common/smtp.[ch]          ** NEW **
6133                 move smtp files to common directory
6134
6135 2002-12-09 [christoph]  0.8.6claws89
6136
6137         * src/Makefile.am
6138         * src/session.[ch]              ** REMOVE **
6139         * src/common/Makefile.am
6140         * src/common/session.[ch]       ** NEW **
6141                 move session files to common directory
6142
6143 2002-12-09 [paul]       0.8.6claws88
6144
6145         * src/account.c
6146                 fix bug [649746] edit accounts: move account reverted
6147                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6148
6149 2002-12-09 [colin]      0.8.6claws87
6150
6151         * src/ssl_certificate.c
6152                 cleanup
6153
6154 2002-12-09 [colin]      0.8.6claws86
6155
6156         * src/ssl.c
6157                 Try to open the cert.pem database and 
6158                 issue a warning if it isn't there
6159
6160 2002-12-09 [colin]      0.8.6claws85
6161
6162         * src/common/ssl_certificate.c
6163         * src/gtk/sslcertwindow.c
6164                 Warning fixes
6165
6166 2002-12-09 [colin]      0.8.6claws84
6167
6168         * src/ssl_certificate.[ch] ** REMOVED **
6169         * src/common/ssl_certificate.[ch] ** NEW **
6170         * src/Makefile.am
6171         * src/common/Makefile.am
6172                 Moved ssl_certificate.[ch] to common
6173         * src/common/ssl.c 
6174                 Put back needed include
6175         * src/gtk/sslcertwindow.[ch]
6176                 Changed ssl_certificate.h include
6177         
6178 2002-12-09 [colin]      0.8.6claws83
6179
6180         * src/gtk/sslcertwindow.[ch]
6181                 Implement hook for certificate acception
6182         * src/ssl_certificate.[ch]
6183                 Implement hook for certificate acception
6184         * src/common/ssl.c
6185                 Reenable certificate acception check
6186         * src/mainwindow.c
6187                 Register sslcertwindow's hook
6188         
6189 2002-12-08 [christoph]  0.8.6claws82
6190
6191         * src/about.c
6192         * src/addr_compl.c
6193         * src/codeconv.c
6194         * src/manual.c
6195         * src/undo.c
6196         * src/common/utils.c
6197                 o add missing includes
6198                 o fix warnings
6199         * src/.cvsignore
6200         * src/common/.cvsignore
6201         * src/common/version.h          ** REMOVE **
6202                 remove autogenerated file
6203
6204 2002-12-08 [paul]       0.8.6claws81
6205
6206         * src/stringtable.c
6207                 put back needed include
6208
6209 2002-12-08 [colin]      0.8.6claws80
6210         
6211         * src/gtk/sslcertwindow.c
6212                 Cleaner popups when asking
6213         * src/ssl_certificate.c
6214         * src/prefs_common.[ch]
6215                 remove ssl certificate pref
6216                 put back needed include
6217         * src/undo.c
6218                 put back needed include
6219
6220 2002-12-08 [christoph]  0.8.6claws79
6221
6222         * src/folderview.c
6223         * src/logwindow.c
6224         * src/statusbar.c
6225         * src/summaryview.c
6226                 only abort hook invokation if required data is missing not
6227                 if our own data pointer is NULL, update hookfunction for
6228                 log window
6229
6230 2002-12-08 [paul]       0.8.6claws78
6231
6232         * src/about.c
6233         * src/addrcache.c
6234         * src/addrclip.c
6235         * src/addr_compl.c
6236         * src/addrselect.c
6237         * src/codeconv.c
6238         * src/colorlabel.c
6239         * src/enriched.c
6240         * src/esmtp.c
6241         * src/exporthtml.c
6242         * src/headerview.c
6243         * src/imageview.c
6244         * src/manual.c
6245         * src/noticeview.c
6246         * src/pgptext.c
6247         * src/scoring.c
6248         * src/sourcewindow.c
6249         * src/stringtable.c
6250         * src/undo.c
6251                 clean up: remove unneccesary includes
6252
6253 2002-12-08 [christoph]  0.8.6claws77
6254
6255         * src/folderview.c
6256         * src/statusbar.c
6257         * src/summaryview.c
6258         * src/common/hooks.[ch]
6259                 hook functions now have a gboolean return value, if a hook
6260                 returns TRUE it will stop executing of any more hooks in
6261                 the same hooklist for this invokation
6262
6263 2002-12-08 [colin]      0.8.6claws76
6264         
6265         * src/main.c
6266                 put back argv0 for CRASH_DIALOG
6267
6268 2002-12-08 [christoph]  0.8.6claws75
6269
6270         * src/Makefile.am
6271         * src/about.c
6272         * src/account.c
6273         * src/crash.c
6274         * src/esmtp.h
6275         * src/imap.[ch]
6276         * src/inc.c
6277         * src/main.c
6278         * src/mainwindow.c
6279         * src/news.c
6280         * src/pop.[ch]
6281         * src/prefs_account.[ch]
6282         * src/prefs_common.[ch]
6283         * src/send.[ch]
6284         * src/smtp.[ch]
6285         * src/ssl_certificate.[ch]
6286         * src/ssl_manager.[ch]
6287         * src/common/Makefile.am
6288         * src/common/log.c
6289         * src/common/nntp.[ch]
6290         * src/common/socket.[ch]
6291         * src/common/ssl.[ch]
6292         * src/gtk/sslcertwindow.[ch]
6293         * ac/openssl.m4
6294                 use new autoconf script to detect OpenSSL with extra parameters
6295                 to specify the location of libs and includes, also remove USE_SSL
6296                 to USE_OPENSSL
6297
6298         * src/common/sylpheed.[ch]
6299         * src/common/version.h.in
6300                 start seperation of common code initialization seperated from gui
6301
6302         * src/summaryview.c
6303                 The function that is called when a color label changes
6304                 should not change the color lable again
6305
6306 2002-12-08 [colin]      0.8.6claws74
6307
6308         * src/gtk/sslcertwindow.c
6309                 warning fixes
6310
6311 2002-12-08 [colin]      0.8.6claws73
6312
6313         * src/statusbar.c
6314           src/common/log.h
6315                 Register a hook for statusbar_puts_all
6316         * src/common/log.c
6317                 invoke statusbar_puts_all's hook
6318         
6319 2002-12-08 [colin]      0.8.6claws72
6320
6321         * src/ssl_certificate.c
6322                 Put back a badly-removed include
6323
6324 2002-12-08 [colin]      0.8.6claws71
6325
6326         * src/gtk/sslcertwindow.[ch]    ** NEW **
6327                 new certificate presentation
6328         * src/gtk/Makefile.am
6329                 add new files
6330         * src/ssl_certificate.[ch]
6331                 gtk cleanup, made utility functions public
6332         * src/ssl_manager.c
6333                 use new cert presentation
6334
6335 2002-12-07 [christoph]  0.8.6claws70
6336
6337         * src/Makefile.am
6338         * src/nntp.[ch]                 ** REMOVE **
6339         * src/common/Makefile.am
6340         * src/common/nntp.[ch]          ** NEW **
6341                 move nntp files to common directory
6342
6343 2002-12-07 [christoph]  0.8.6claws69
6344
6345         * src/procmsg.[ch]
6346         * src/summaryview.c
6347                 implement msginfo update callback using sylpheed's new
6348                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6349
6350 2002-12-06 [christoph]  0.8.6claws68
6351
6352         * src/editgroup.c
6353                 This patch changes the 'Edit Group Details' dialog to
6354                 allow extended selections in either pane, so that
6355                 addresses can be added or removed from a group more
6356                 quickly and easily. (it actually is a net decrease in
6357                 file size, as some unnecessary functions have been
6358                 removed). 
6359                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6360
6361 2002-12-06 [christoph]  0.8.6claws67
6362
6363         * src/Makefile.am
6364         * src/template.[ch]             ** REMOVE **
6365         * src/common/Makefile.am
6366         * src/common/template.[ch]      ** NEW **
6367                 move template files to common directory
6368
6369         * src/nntp.c
6370                 add missing log.h include
6371
6372 2002-12-06 [melvin]     0.8.6claws66
6373
6374         * src/prefs_actions.c
6375                 Added the trailing ">" syntax to insert command's output
6376                 without replacing old text (in contrast to trailing "|").
6377
6378 2002-12-05 [colin]      0.8.6claws65
6379         
6380         * src/common/utils.c
6381                 Don't modify original search_string or it'll change
6382                 the next iterations in the for()
6383
6384 2002-12-05 [darko]      0.8.6claws64
6385
6386         * src/common/utils.c
6387                 proper check for filtering commands, found by Colin
6388
6389 2002-12-05 [darko]      0.8.6claws63
6390
6391         * src/common/utils.c
6392                 check proper string for NULL pointer, found by Colin
6393
6394 2002-12-05 [darko]      0.8.6claws62
6395
6396         * src/common/utils.[ch]
6397                 expand_search_string(): new function
6398                 converts Mutt-like patterns to Sylpheed's
6399                 filtering engine
6400         * src/summaryview.c
6401                 use expand_search_string() to allow Mutt-like
6402                 patterns in extended search
6403         * README.claws
6404                 document extended option in quick search
6405
6406 2002-12-05 [paul]       0.8.6claws61
6407
6408         * sync with 0.8.6cvs16
6409                 see ChangeLog 2002-12-05
6410                 
6411         * po/POTFILES.in
6412                 clean up
6413
6414 2002-12-04 [christoph]  0.8.6claws60
6415
6416         * src/imap.[ch]
6417                 put imap authentication code into a new function and
6418                 remove it from imap_session_new that will allow to
6419                 send other commands before authentication
6420
6421 2002-12-04 [christoph]  0.8.6claws59
6422
6423         * src/imap.[ch]
6424                 use already existing method to prevent unneeded IMAP
6425                 folder selects. Set imap_select parameters to NULL
6426                 in some functions if the values are not required.
6427
6428         * src/xml.h
6429                 remove no longer required include
6430
6431 2002-12-04 [paul]       0.8.6claws58
6432
6433         * po/es.po
6434                 updated by Ricardo Mones Lastra
6435                 
6436         * configure.in
6437           po/hu.po      ** NEW FILE **
6438                 initial Hungarian translation, submitted
6439                 by Gál Zoltán <galzoli@hu.inter.net>
6440
6441 2002-12-03 [christoph]  0.8.6claws57
6442
6443         * src/Makefile.am
6444         * src/gtksctree.[ch]            ** REMOVE **
6445         * src/gtk/Makefile.am
6446         * src/gtk/gtksctree.[ch]        ** NEW **
6447                 move gtksctree files to gtk directory
6448
6449 2002-12-03 [christoph]  0.8.6claws56
6450
6451         * src/Makefile.am
6452         * src/md5.[ch]                  ** REMOVE **
6453         * srm/common/Makefile.am
6454         * src/common/md5.[ch]           ** NEW **
6455                 move md5 files to common directory
6456
6457         * src/gtkstext.c
6458                 remove not required #include
6459
6460 2002-12-03 [sergey]     0.8.6claws55
6461
6462         * src/gtkutils.c
6463         * src/gtkutils.h
6464                 gtkut_window_popup(): new function.
6465         * src/mainwindow.c
6466                 main_window_popup(): use gtkut_window_popup() to raise
6467                 window without changing its position.
6468                 (see sylpheed-main ML message [sylpheed:17247])
6469
6470 2002-12-03 [sergey]     0.8.6claws54
6471
6472         * src/send.c
6473                 send_message_local(): removed first-dot escaping
6474                 (SMTP-only, not needed for sending through pipe)
6475
6476 2002-12-03 [paul]       0.8.6claws53
6477
6478         * po/POTFILES.in
6479                 update to reflect recent changes (thanks
6480                 to Ricardo Mones Lastra)
6481                 
6482         * tools/filter_conv.pl
6483                  fix problem with quoted strings. Patch submitted
6484                  by Luke Plant <lukeplant@softhome.net>
6485
6486 2002-12-03 [paul]       0.8.6claws52
6487
6488         * sync with 0.8.6cvs15
6489                 see ChangeLog 2002-12-03
6490
6491 2002-12-02 [christoph]  0.8.6claws51
6492
6493         * src/logwindow.[ch]
6494         * src/common/log.[ch]
6495                 implement logging using a hook function
6496
6497         * src/folderview.c
6498         * src/folder.[ch]
6499                 define hooklist name in header file to avoid
6500                 errors caused by wrong spelling of hooklist names
6501
6502         * src/toolbar.c
6503                 fix warnings
6504
6505 2002-12-02 [christoph]  0.8.6claws50
6506
6507         * src/common/Makefile.am
6508                 add src/common/hooks.[ch]
6509
6510         * src/common/hooks.[ch]
6511                 implement a simple hook system using glib's hook functions
6512
6513         * src/folder.[ch]
6514         * src/folderview.c
6515                 use new hook system for folder item updates
6516
6517 2002-12-02 [christoph]  0.8.6claws49
6518
6519         * doc-src/ui_seperation.txt     ** NEW **
6520                 information for ui seperation
6521
6522         * src/Makefile.am
6523                 remove files that were moved to common
6524                 include common directory by default for the header files
6525
6526         * src/inc.c
6527         * src/common/socket.c
6528         * src/automaton.[ch]
6529                 implement automaton using g_io_*-functions instead of
6530                 gdk_input_add to make it ui independent
6531
6532         * src/codeconv.c
6533         * src/compose.c
6534         * src/ldif.c
6535         * src/pgptext.c
6536         * src/procmime.c
6537         * src/rfc2015.c
6538         * src/smtp.c
6539         * src/unmime.c
6540                 remove common/ prefix because directory is now in
6541                 include path
6542
6543         * src/compose.c
6544         * src/folder.c
6545         * src/folderview.c
6546         * src/mainwindow.c
6547         * src/messageview.c
6548         * src/prefs_common.c
6549         * src/procmsg.c
6550         * src/rfc2015.c
6551                 fix warnings
6552
6553         * src/imap.c
6554         * src/inc.c
6555         * src/news.c
6556         * src/pop.c
6557         * src/send.c
6558         * src/smtp.c
6559         * src/ssl_certificate.c
6560                 add log.h header file for logging functions
6561
6562         * src/main.c
6563         * src/common/utils.c
6564         * src/summaryview.c
6565         * src/xml.c
6566                 o move debug_mode to common/utils.c
6567                 o add functions to set and get debug_mode
6568
6569         * src/defs.h                    ** REMOVE **
6570         * src/intl.h                    ** REMOVE **
6571         * src/socket.[ch]               ** REMOVE **
6572         * src/ssl.[ch]                  ** REMOVE **
6573         * src/utils.[ch]                ** REMOVE **
6574                 replaced by new files in src/common/
6575         
6576         * src/common/Makefile.am
6577                 add new files in src/common/
6578
6579         * src/common/defs.h             ** NEW **
6580         * src/common/intl.h             ** NEW **
6581         * src/common/log.[ch]           ** NEW **
6582         * src/common/socket.[ch]        ** NEW **
6583         * src/common/ssl.[ch]           ** NEW **
6584         * src/common/utils.[ch]         ** NEW **
6585                 replacement for files in src/
6586
6587 2002-12-02 [colin]      0.8.6claws48
6588
6589         * src/folderview.c
6590                 Scroll folderview if necessary during dnd
6591
6592 2002-12-02 [colin]      0.8.6claws47
6593
6594         * src/folder.[ch]
6595                 Add check to verify a move is within a single mailbox
6596         * src/folderview.c
6597                 Add specific error string for this check
6598
6599 2002-12-02 [colin]      0.8.6claws46
6600
6601         * src/folder.c
6602                 Add a test to folder moving, remove a statusbar_print
6603         * src/folderview.c
6604                 Add Move folder... context-menu item
6605                 Factorize folder moving code
6606                 Enable folder DND for mbox
6607
6608 2002-12-01 [christoph]  0.8.6claws45
6609
6610         * ac/aspell.m4
6611                 remove conf.aspelltest if the version check fails
6612
6613 2002-11-30 [christoph]  0.8.6claws44
6614
6615         * autogen.sh
6616                 run libtoolize --force in autogen to create missing
6617                 libtool scripts
6618
6619 2002-11-30 [christoph]  0.8.6claws43
6620
6621         * src/Makefile.am
6622         * src/pgptext.c
6623         * src/procmime.c
6624         * src/rfc2015.c
6625         * src/uuencode.[ch]             ** REMOVED **
6626         * src/common/Makefile.am
6627         * src/common/uuencode.[ch]      ** NEW **
6628                 move uuen/decoder to common directory
6629
6630 2002-11-30 [christoph]  0.8.6claws42
6631
6632         * src/Makefile.am
6633         * src/base64.[ch]               ** REMOVED **
6634         * src/codeconv.c
6635         * src/compose.c
6636         * src/ldif.c
6637         * src/pgptext.c
6638         * src/procmime.c
6639         * src/rfc2015.c
6640         * src/smtp.c
6641         * src/unmime.c
6642         * src/common/Makefile.am
6643         * src/common/base64.[ch]        ** NEW **
6644                 move base64 en/decoder to common directory
6645
6646 2002-11-30 [christoph]  0.8.6claws41
6647
6648         * src/common                    ** NEW **
6649                 new directory for UI independent code
6650         * src/gtk                       ** NEW **
6651                 new directory for GTK frontend
6652         * src/common/.cvsignore         ** NEW **
6653         * src/gtk/.cvsignore            ** NEW **
6654                 ignore build files
6655         * src/common/Makefile.am        ** NEW **
6656         * src/gtk/Makefile.am           ** NEW **
6657                 automake files to build new seperated stuff
6658         * src/Makefile.am
6659                 the binary will currently still be build with the
6660                 files in src, so we include the code from the
6661                 subdirs for now after building the libs there
6662
6663 2002-11-30 [paul]       0.8.6claws40
6664
6665         * src/compose.c
6666                 fix bug [642731] 'Wrong selected account with drafted mail'
6667
6668 2002-11-29 [oliver]     0.8.6claws39
6669         
6670         * src/messageview.c
6671                 o update summaryview when switching between different
6672                   messageviews          
6673         * src/toolbar.c  
6674                 o check if messageview holds already removed msg
6675                   from summaryview
6676                 
6677
6678 2002-11-29 [oliver]     0.8.6claws38
6679
6680         * src/toolbar.c 
6681                 remove not needed variables and includes
6682                 make messageview stay opened and move to next when msgs are deleted 
6683
6684 2002-11-29 [oliver]     0.8.6claws37
6685         
6686         * src/toolbar.c 
6687                 disable compose button (messageview toolbar) by default
6688                 deleted msgs are moved to trash
6689         
6690 2002-11-29 [melvin]     0.8.6claws36
6691
6692         * configure.in
6693                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6694                 and to detect signatures expirations (gpgme 0.3.6)
6695
6696         * src/main.c
6697                 Use non obsolescent function for Gpgme engine checking.
6698
6699         * src/rfc2015.c
6700                 Inform about expired signatures or signatures which key
6701                 has expired. Expiration date is displayed.
6702
6703         * src/sigstatus.c
6704                 Inform about expired signatures or signatures which key
6705                 has expired.
6706
6707 2002-11-28 [paul]       0.8.6claws35
6708
6709         * src/folderview.c
6710                 re-instate 'Check for new messages' in Newsgroup
6711                 folders right-click menu, after a suggestion from
6712                 Tim Mann <timmann@users.sourceforge.net>
6713
6714         * src/main.c
6715                 after a crash check only local folders for new
6716                 messages
6717
6718 2002-11-28 [paul]       0.8.6claws34
6719
6720         * configure.in
6721                 apply patch that fixes the checking of GTK with XIM 
6722                 support on different OSs, such as FreeBSD. Patch 
6723                 submitted by Topia <topia@users.sourceforge.net>
6724                 
6725 2002-11-28 [paul]       0.8.6claws33
6726
6727         * src/mainwindow.c
6728           src/prefs_common.c
6729           src/prefs_toolbar.c
6730                 more changes to the English
6731
6732 2002-11-28 [paul]       0.8.6claws32
6733
6734         * sync with 0.8.6cvs13
6735                 see ChangeLog 2002-11-28 (no sync needed
6736                 for src/compose.c)
6737
6738 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6739         
6740         * src/mainwindow.[ch]
6741                 add patch by Ivan F. Martinez introducing messageview Toolbar
6742                 some changes and committed by oliver    
6743
6744 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6745
6746         * src/messageview.[ch]
6747                 add patch by Ivan F. Martinez introducing messageview Toolbar
6748                 some changes and committed by oliver    
6749
6750 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6751
6752         * src/compose.[ch]
6753                 add patch by Ivan F. Martinez introducing messageview Toolbar
6754                 some changes and committed by oliver    
6755
6756 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6757         
6758         * src/toolbar.[ch]
6759                 add patch by Ivan F. Martinez introducing messageview Toolbar
6760                 some changes and committed by oliver
6761
6762 2002-11-28 [oliver]     0.8.6claws27
6763         
6764         * src/prefs_toolbar.[ch]
6765                 getting ready for messageview toolbar
6766                 free mem allocated by gettext
6767                 change prefs_toolbar to prefs_toolbar_open
6768  
6769 2002-11-28 [thorsten]   0.8.6claws26
6770
6771         * src/imageview.[ch]
6772                 cleaned up conflicting declarations of
6773                 imageview_show_image()
6774
6775 2002-11-28 [paul]       0.8.6claws25
6776
6777         * src/grouplistdialog.c
6778           src/prefs_common.c
6779           src/prefs_summary_column.c
6780                 a few more improvements to the English
6781
6782 2002-11-28 [colin]      0.8.6claws24
6783
6784         * man/sylpheed.1
6785                 A few updates to command-line parameters
6786
6787 2002-11-28 [colin]      0.8.6claws23
6788
6789         * src/prefs_filtering.c
6790                 Fix problems with prefs_filtering_delete_path:
6791                 a) if the first rule is removed, original pointers
6792                    weren't updated (leading to segfaults)
6793                 b) it was always global_processing updated in case
6794                    of removed path was parent of rule path
6795
6796 2002-11-27 [paul]       0.8.6claws22
6797
6798         * src/mainwindow.c
6799           src/prefs_account.c
6800           src/prefs_actions.c
6801           src/prefs_common.c
6802           src/prefs_customheader.c
6803           src/prefs_display_header.c
6804           src/prefs_filtering.c
6805           src/prefs_folder_item.c
6806           src/prefs_matcher.c
6807           src/prefs_scoring.c
6808           src/prefs_summary_column.c
6809           src/prefs_template.c
6810           src/prefs_toolbar.c
6811                  improve the English in the GUI
6812
6813 2002-11-27 [colin]      0.8.6claws21
6814
6815         * src/folder.c
6816                 Fix processing renaming problems happening after
6817                 last commit
6818
6819 2002-11-27 [colin]      0.8.6claws20
6820
6821         * src/folder.c
6822                 recursive move now deletes src each subfolder after 
6823                 having moved it
6824         * src/folderview.c
6825                 Use identifier instead of path during dnd (enables
6826                 IMAP folder dnd)
6827
6828 2002-11-27 [paul]       0.8.6claws19
6829
6830         * src/main.c
6831                 apply patch that does command-line processing 
6832                 BEFORE gtk_init, allowing claws to run from 
6833                 shell-scripts in non-X environment (e.g. crontab 
6834                 or ip-up, ip-down scripts). Patch submitted by
6835                 Ruslan N. Balkin <baron@dartel.ru>
6836                 
6837         * po/it.po
6838                 updated by Alessandro Maestri
6839
6840 2002-11-27 [paul]       0.8.6claws18
6841
6842         * sync with 0.8.6cvs12
6843           src/prefs_common.c
6844                 Differences are that main uses a 'Receive dialog'
6845                 frame on the Interface tab, whereas claws groups all 
6846                 the dialogs together in a 'Dialogs' frame.
6847
6848 2002-11-27 [colin]      0.8.6claws17
6849
6850         * src/prefs_matcher.c
6851                 Fix Execute criteria's NOT flag
6852
6853
6854 2002-11-26 [christoph]  0.8.6claws16
6855
6856         * src/ssl.c
6857                 rewrite the ssl code a little bit, only use one
6858                 SSL context, set default certificates' file/path
6859
6860 2002-11-26 [thorsten]   0.8.6claws15
6861
6862         * src/compose.c
6863                 default-reply-to didn't work for ml-reply
6864
6865 2002-11-26 [melvin]     0.8.6claws14
6866
6867         * src/prefs_actions.c
6868                 Made pipe-actions ignore short headers in message view
6869                 Made trailing-pipe-actions write in the message view with
6870                 the same font as the original message
6871
6872 2002-11-26 [paul]       0.8.6claws13
6873
6874         * src/compose.c
6875                 this time commit the correct file
6876
6877 2002-11-26 [paul]       0.8.6claws12
6878
6879         * sync with 0.8.6cvs11
6880           src/quote_fmt_parse.y  
6881                 no sync needed
6882           src/account.[ch]       
6883                 not sync'ed
6884           src/compose.c
6885                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6886                 on draft mode.
6887                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6888                 header
6889                 
6890         see ChangeLog 2002-11-25 and 2002-11-26
6891
6892 2002-11-26 [colin]      0.8.6claws11
6893
6894         * src/folderview.c
6895                 Fix collapsed folder not auto-expanding during
6896                 mail dnd, if it was the source folder.
6897
6898 2002-11-25 [colin]      0.8.6claws10
6899
6900         * src/folderview.[ch]
6901                 Variable renaming and cleaning (slist of nodes 
6902                 to be re-collapsed is stored in FolderView)
6903
6904 2002-11-25 [paul]       0.8.6claws9
6905
6906         * src/prefs_common.[ch]
6907                 fix breakage caused by last commit
6908
6909 2002-11-25 [paul]       0.8.6claws8
6910
6911         * sync with 0.8.6cvs4
6912                 see ChangeLog 2002-11-21
6913
6914 2002-11-25 [paul]       0.8.6claws7
6915
6916         * sync with 0.8.6cvs4
6917                 see ChangeLog 2002-11-20
6918
6919 2002-11-25 [paul]       0.8.6claws6
6920
6921         * sync with 0.8.6cvs3
6922                 see ChangeLog 2002-11-18
6923
6924 2002-11-25 [colin]      0.8.6claws5
6925
6926         * src/gtkutils.[ch]
6927                 Add gtkut_ctree_node_is_parent()
6928         * src/folderview.c
6929                 Spring-loaded folders
6930
6931 2002-11-25 [colin]      0.8.6claws4
6932
6933         * src/utils.[ch]
6934                 Add slist_concat_unique(), function to merge
6935                 two GSList filtering dups
6936         * src/folder.[ch]
6937         * src/summaryview.[ch]
6938         * src/folderview.c
6939         * src/main.c
6940                 Add detection/update/display of unread answers
6941                 to marked mails
6942         * src/procmsg.[ch]
6943                 Add procmsg_find_children()
6944                 Add procmsg_msg_has_marked_parent()
6945
6946 2002-11-25 [colin]      0.8.6claws3
6947
6948         * src/ssl_certificate.[ch]
6949                 Allow checking a certificate without a DNS
6950                 lookup
6951                 Allow to forget a cert (by deleting it)
6952                 Make ssl_certificate_destroy_public
6953         * src/ssl_manager.[ch] ** NEW FILES **
6954                 Gui to manage (display/remove) certificates
6955         * src/prefs_common.[ch]
6956                 Add a pref to allow silent acceptation of
6957                 trusted certificates or not (based on the
6958                 "I want to know what's going on" principle)
6959         * src/mainwindow.c
6960                 Add SSL manager in Tools menu
6961         * src/Makefile.am
6962                 Add the new files to the build
6963         * po/POTFILES.in
6964                 Add ssl_manager.c to translations
6965
6966 2002-11-25 [colin]      0.8.6claws2
6967
6968         * src/summaryview.[ch]
6969                 Add S_SEARCH_EXTENDED to the quick search, which 
6970                 allows to search using filtering syntax.
6971
6972 2002-11-25 [colin]      0.8.6claws1
6973
6974         * src/summaryview.c
6975                 Deletion of duplicates now prefer deleting
6976                 the unread dup (fixes feature-request 638989).
6977
6978 2002-11-24 [paul]       0.8.6claws
6979
6980         * po/es.po
6981           po/pl.po
6982           po/ru.po
6983           po/sr.po
6984                 updated by Ricardo Mones Lastra,
6985                 Witold Wladyslaw Wojciech Wilk,
6986                 Ruslan N. Balkin, and  Urke MMI 
6987                 respectively
6988
6989 2002-11-24 [paul]       0.8.5claws182
6990
6991         * po/bg.po
6992                 updated by George Danchev
6993
6994 2002-11-23 [alfons]     0.8.5claws181
6995
6996         * src/imap.c
6997                 tiny memory leak found by browsing Dimitar's 
6998                 valgrind report
6999
7000 2002-11-23 [paul]       0.8.5claws180
7001
7002         * po/it.po
7003                 updated by Alessandro Maestri
7004
7005 2002-11-22 [christoph]  0.8.5claws179
7006
7007         * src/compose.c
7008         * src/inc.c
7009         * src/prefs_filtering.c
7010         * src/summaryview.c
7011                 more warning fixes
7012
7013 2002-11-22 [alfons]     0.8.5claws178
7014
7015         * src/summaryview.c
7016                 summary_execute_delete_func(): if message is deleted, make 
7017                 sure to also remove its entry in the subject hash table. 
7018                 fixes a corner case bug.
7019
7020 2002-11-22 [paul]       0.8.5claws177
7021
7022         * .cvsignore
7023                 add 'autom4te.cache'
7024                 
7025         * ltconfig      ** REMOVED **
7026                 not needed
7027
7028 2002-11-22 [paul]       0.8.5claws176
7029
7030         * src/textview.c
7031                 textview_set_font(): fix for message display in
7032                 UTF-8 locales (thanks to Sergey Vlasov).
7033                 
7034         * AUTHORS
7035                 add new team members and contributors
7036
7037
7038 2002-11-21 [colin]      0.8.5claws175
7039
7040         * src/procmsg.[ch]
7041                 Add procmsg_remove_special_headers()
7042         * src/mh.c
7043                 Use procmsg_remove_special_headers() for 
7044                 previous fix
7045
7046 2002-11-21 [colin]      0.8.5claws174
7047
7048         * src/mh.c
7049                 Fix moving/copying from queue/draft folders
7050                 for MH folders
7051
7052 2002-11-21 [christoph]  0.8.5claws173
7053
7054         * src/crash.c
7055         * src/filtering.c
7056         * src/logwindow.c
7057         * src/main.c
7058         * src/matcher_parser_lex.[hl]
7059         * src/mbox.c
7060         * src/mbox_folder.[ch]
7061         * src/prefs_filtering.c
7062         * src/procheader.c
7063         * src/quote_fmt_lex.l
7064         * src/ssl.c
7065                 fix all warnings except the warnings in lex and yacc files
7066
7067 2002-11-20 [christoph]  0.8.5claws172
7068
7069         * src/imap.c
7070                 fix MsgInfo retrieval for IMAP draft and queue folders
7071                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7072
7073 2002-11-19 [christoph]  0.8.5claws171
7074
7075         * src/compose.c
7076                 fix segfault, when draft saving does not get
7077                 the MsgInfo of the new message
7078                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7079
7080 2002-11-19 [christoph]  0.8.5claws170
7081
7082         * src/procmsg.c
7083                 add parameter check for flag setting function
7084                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7085
7086 2002-11-18 [paul]       0.8.5claws169
7087
7088         * src/compose.c
7089                 more sensitivity fixes to redirect mode:
7090                 * disable toolbar draft button
7091                 * allow only Address book in the Tools menu
7092                 * disable editing of message by the spell
7093                   checker
7094
7095 2002-11-18 [paul]       0.8.5claws168
7096
7097         * src/compose.c
7098                 fix sensitivity of menu items in compose_redirect():
7099                 allow only the necessary items 
7100
7101 2002-11-18 [paul]       0.8.5claws167
7102
7103         * src/compose.c
7104                 fix bug [ 603259 ] 'attachment got lost on bounce'
7105
7106 2002-11-18 [paul]       0.8.5claws166
7107
7108         * po/ru.po
7109                 updated by Ruslan N. Balkin <baron@dartel.ru>
7110
7111 2002-11-18 [colin]      0.8.5claws165
7112
7113         * src/main.c
7114           src/defs.h
7115                 Remove old filtering stuff
7116
7117
7118 2002-11-17 [oliver]     0.8.5claws164
7119
7120         * src/toolbar.h
7121                 remove not needed typedef 
7122
7123 2002-11-17 [oliver]     0.8.5claws163
7124
7125         * src/toolbar.c
7126                 make toolbar's on click events translatable
7127
7128 2002-11-15 [colin]      0.8.5claws162
7129
7130         * src/summaryview.c
7131                 Revert too-soon integration of a feature
7132
7133 2002-11-15 [christoph]  0.8.5claws161
7134
7135         * src/imap.c
7136                 use main's implementation of imap_get_msginfo
7137
7138 2002-11-15 [christoph]  0.8.5claws160
7139
7140         * src/compose.c
7141         * src/folder.[ch]
7142         * src/imap.c
7143         * src/mbox_folder.c
7144         * src/mh.c
7145         * src/news.c
7146         * src/procmsg.c
7147         * src/summaryview.c
7148                 replace claws' fetch_msginfo with main's get_msginfo
7149                 (use main's implementation where possible)
7150
7151 2002-11-15 [colin]      0.8.5claws159
7152
7153         * src/ssl_certificate.c
7154                 Missed a check
7155
7156 2002-11-16 [melvin]     0.8.5claws158
7157
7158         * po/fr.po
7159                 Updated French translations.
7160
7161 2002-11-16 [colin]      0.8.5claws157
7162
7163         * src/ssl_certificate.c
7164                 Check for missing parts in the certificates
7165
7166 2002-11-15 [colin]      0.8.5claws156
7167
7168         * src/folderview.c
7169                 Preventive fix (missing check) found by
7170                 Alfons
7171
7172 2002-11-15 [paul]
7173
7174         * NEWS
7175                 sync with 0.8.6 release
7176
7177 2002-11-15 [colin]      0.8.5claws155
7178
7179         * src/folder.[ch]
7180           src/folderview.c
7181                 Fix error handling of folder_item_move_to()
7182                 (thanks to Alfons!)
7183
7184 2002-11-15 [colin]      0.8.5claws154
7185
7186         * src/folder.[ch]
7187           src/folderview.c
7188                 folder_item_move_to() sets an error message instead
7189                 of having GUI stuff in folder.c
7190
7191 2002-11-15 [colin]      0.8.5claws153
7192
7193         * src/procmsg.[ch]
7194                 Implemented a callback for MsgInfo updates, 
7195                 heavily copy/pasted from Christoph's folder 
7196                 callback system
7197         * src/summaryview.[ch]
7198                 Register summary_update_msg as callback
7199
7200 2002-11-14 [colin]      0.8.5claws152
7201         
7202         * src/procmsg.c
7203                 Update the FolderItem after sending (fixes 617593)
7204
7205 2002-11-14 [christoph]  0.8.5claws151
7206
7207         * src/folder.c
7208                 fix wrong position of NULL pointer check found
7209                 by Sergey
7210
7211 2002-11-14 [christoph]  0.8.5claws150
7212
7213         * src/folder.c
7214                 fix segfault when deleting messages from IMAP folders
7215                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7216
7217 2002-11-14 [colin]      0.8.5claws149
7218
7219         * src/compose.c
7220                 Forwarding was also ignoring the folder's default account.
7221
7222 2002-11-14 [colin]      0.8.5claws148
7223
7224         * src/compose.c
7225                 Fix sent folder not set to folder properties when 
7226                 forwarding.
7227
7228 2002-11-14 [thorsten]   0.8.5claws147
7229
7230         * src/inc.c
7231                 inc_start(): Files were not moved from .processing to inbox,
7232                 if no global processing rule existed
7233
7234 2002-11-14 [colin]      0.8.5claws146
7235
7236         * src/ssl_certificate
7237                 Fix file operations
7238
7239 2002-11-14 [paul]       0.8.5claws145
7240
7241         * po/it.po
7242                 updated by Alessandro Maestri
7243
7244 2002-11-13 [alfons]     0.8.5claws144
7245
7246         * src/folder.c
7247                 folder_item_close(): only mark messages unread
7248                 when a folder has new messages 
7249
7250 2002-11-13 [keith]      0.8.5claws143
7251
7252         * src/imap.c
7253                 Fix problem moving or copying between
7254                 IMAP folders
7255
7256 2002-11-13 [colin]      0.8.5claws142
7257
7258         * src/matcher_parser_parse.y
7259                 Fix rule problem when " don't match
7260
7261 2002-11-13 [christoph]  0.8.5claws141
7262
7263         * src/folder.c
7264         * src/folderview.c
7265                 moved cache saving to folder_item_close
7266                 the folderview should not have to deal with
7267                 this things
7268
7269 2002-11-13 [christoph]  0.8.5claws140
7270
7271         * src/summaryview.c
7272                 moved setting of important score to
7273                 summary_set_prefs_from_folderitem
7274
7275 2002-11-13 [colin]      0.8.5claws139
7276
7277         * src/matcher_parser_parse.y
7278                 Fix a segfault in the parser (happening when
7279                 a good expression had been tested and a bad 
7280                 one arrives)
7281
7282 2002-11-13 [paul]       0.8.5claws138
7283
7284         * sync with 0.8.5cvs24
7285                 see ChangeLog 2002-11-13
7286                 
7287         * po/pt_BR.po
7288                 updated by Fabio Jr. Beneditto
7289
7290 2002-11-13 [colin]      0.8.5claws137
7291         
7292         * src/msgcache.c
7293           src/defs.h
7294           src/procmsg.[ch]
7295                 Revert last commit, problem
7296
7297 2002-11-13 [colin]      0.8.5claws136
7298
7299         * src/msgcache.c
7300                 Remove duplicated code
7301         * src/defs.h
7302                 Bumped CACHE_VERSION and MARK_VERSION
7303         * src/procmsg.[ch]
7304                 Network endian for cache and mark files
7305
7306 2002-11-12 [colin]      0.8.5claws135
7307
7308         * src/inc.c
7309                 Fix the "socket error" dialog which disappeared
7310
7311 2002-11-12 [colin]      0.8.5claws134
7312
7313         * src/msgcache.c
7314                 Reverse last commit which had performance 
7315                 problems, but still reverse the list
7316
7317 2002-11-12 [colin]      0.8.5claws133
7318
7319         * src/msgcache.c
7320                 Reverse list order
7321
7322 2002-11-12 [melvin]     0.8.5claws132
7323
7324         * src/compose.c
7325                 Added a check for a NULL prefs_common.dictionary
7326
7327 2002-11-12 [colin]      0.8.5claws131
7328
7329         * src/ssl_certificate.[ch]
7330                 Use FQDN hostname
7331
7332 2002-11-12 [colin]      0.8.5claws130
7333
7334         * src/ssl_certificate.[ch]
7335                 Take connection port into account for 
7336                 checking certificates (a single hostname
7337                 could have multiple servers with multiple
7338                 certificates)
7339         * src/ssl.c
7340                 Pass the port to ssl_certificate_check
7341
7342 2002-11-12 [paul]       0.8.5claws129
7343
7344         * src/folder.c
7345                 fix a typo in last commit
7346
7347 2002-11-12 [paul]       0.8.5claws128
7348
7349         * sync with 0.8.5cvs23
7350                 see ChangeLog entry 2002-11-12
7351
7352 2002-11-11 [colin]      0.8.5claws127
7353
7354         * src/ssl_certificate.c
7355                 Cleaner messages
7356                 Don't popup, instead log error, if the 
7357                 corresponding pref is checked
7358         * src/ssl_certificate.h
7359                 include <openssl/objects/h>
7360
7361 2002-11-11 [colin]      0.8.5claws126
7362
7363         * src/ssl_certificate.h
7364                 _Really_ clean it
7365
7366 2002-11-11 [colin]      0.8.5claws125
7367         
7368         * src/ssl_certificate.c
7369                 Fixed leak
7370
7371 2002-11-11 [colin]      0.8.5claws124
7372
7373         * src/ssl.c
7374                 Cleaned a bit
7375         * src/ssl_certificate.[ch]
7376                 Cleaned a bit (better use of SSL API)
7377                 (This will cause non-recognition of saved 
7378                  certificates of claws12[23]...)
7379
7380 2002-11-11 [paul]       0.8.5claws123
7381         
7382         * po/es.po
7383                 updated by Ricardo Mones Lastra
7384
7385 2002-11-11 [colin]      0.8.5claws122
7386
7387         * src/ssl.c
7388                 Fix a typo
7389
7390 2002-11-11 [colin]      0.8.5claws121
7391
7392         * src/ssl_certificate.[ch] ** NEW FILES **
7393         * src/ssl.[ch]
7394                 Check SSL certificates presented to us
7395         * src/Makefile.am
7396                 Add ssl_certificate.[ch]
7397         * po/POTFILES.in
7398                 Add ssl_certificate.c
7399
7400 2002-11-11 [paul]       0.8.5claws120
7401
7402         * sync with 0.8.5cvs22
7403                 see ChangeLog 2002-11-11
7404
7405 2002-11-11 [paul]       0.8.5claws119
7406
7407         * sync with 0.8.5cvs21
7408                 see ChangeLog 2002-11-11
7409
7410 2002-11-10 [jens]       0.8.5claws118
7411
7412         * src/folder.c
7413         * src/folderview.c
7414                 corrected some typing
7415         * po/de.po
7416                 updated german translation
7417         * sylpheed.spec.in
7418                 cleaned up specfile and adjusted it for claws
7419
7420 2002-11-10 [colin]      0.8.5claws117
7421
7422         * src/summaryview.c
7423                 a STATUSBAR_PUSH/POP fix
7424
7425 2002-11-10 [colin]      0.8.5claws116
7426
7427         * src/prefs_folder_item.c
7428                 Fix hanging after opening folder properties
7429
7430 2002-11-10 [hoa]        0.8.5claws115
7431
7432         * src/matcher_parser_lex.l
7433         * src/matcher_parser_parse.y
7434                 config file for scoring and filtering is no more trashed
7435                 when there is a syntax error in a filtering rule when
7436                 editing it in a dialog.
7437
7438 2002-11-09 [colin]      0.8.5claws114
7439
7440         * src/mbox_folder.c
7441                 Added missing initialisation of folder->destroy()
7442
7443 2002-11-09 [colin]      0.8.5claws113
7444
7445         * src/folder.c
7446           src/folderview.c
7447                 Fix the status bar messages
7448
7449 2002-11-09 [colin]      0.8.5claws112
7450
7451         * src/folderview.c
7452                 Fix hangs after folder dnd, happening after 
7453                 claws109.
7454
7455 2002-11-09 [christoph]  0.8.5claws111
7456
7457         * src/folderview.c
7458                 just changed order of calls (reverse order of
7459                 associated calls)
7460         * src/inc.c
7461                 lock inc when checking only one account, otherwise
7462                 inc all could be executed at the same time
7463
7464 2002-11-09 [christoph]  0.8.5claws110
7465
7466         * src/folderview.c
7467                 better unlock the mouse cursor before calling
7468                 summary_show because it changes the cursor too
7469
7470 2002-11-09 [christoph]  0.8.5claws109
7471
7472         * src/folder.[ch]
7473         * src/folderview.c
7474                 add functions to open and close a folder
7475                 o opending will execute scanning for remote folders
7476                   and processing
7477                 o closing will unset new flag for messages
7478
7479 2002-11-09 [colin]      0.8.5claws108
7480
7481         * src/folder.c
7482                 Add a call to prefs_matcher_write_config to 
7483                 avoid non-leaf folders filtering settings to be
7484                 lost
7485
7486 2002-11-09 [paul]       0.8.5claws107
7487
7488         * src/prefs_account.c
7489                 re-word a label
7490
7491 2002-11-09 [colin]      0.8.5claws106
7492
7493         * src/folderview.c
7494                 Minor esthetic fix
7495
7496 2002-11-09 [colin]      0.8.5claws105
7497
7498         * src/folderview.c
7499                 Fix prefs_filtering deletion for MH folders (same
7500                 reason as below)
7501         * src/prefs_filtering.c
7502                 Fix prefs_filtering renaming and deletion for 
7503                 folder-based processing rules.  
7504
7505 2002-11-09 [christoph]  0.8.5claws104
7506
7507         * src/compose.c
7508         * src/folder.[ch]
7509         * src/folderview.[ch]
7510         * src/import.c
7511         * src/inc.c
7512         * src/main.c
7513         * src/mainwindow.c
7514         * src/messageview.c
7515         * src/prefs_folder_item.c
7516         * src/procmsg.c
7517         * src/summaryview.c
7518                 implement a callback system for folder item updates
7519
7520 2002-11-09 [colin]      0.8.5claws103
7521
7522         * src/folderview.c
7523                 Fix prefs_filtering renaming for MH folders (we
7524                 shouldn't rename by path as another folder could
7525                 have the same hierarchy).
7526
7527 2002-11-09 [colin]      0.8.5claws102
7528
7529         * src/folder.c
7530                 Fix a leak found by Christoph, use better variable
7531                 names
7532
7533 2002-11-09 [colin]      0.8.5claws101
7534
7535         * src/folder.c
7536                 One more fix for processing rules
7537
7538 2002-11-08 [colin]      0.8.5claws100
7539         
7540         * src/matcher.c
7541                 Don't copy the compiled regexp (will be reevaluated)
7542         * src/folderview.c
7543                 Lock folderview while moving
7544         * src/folder.c
7545                 Provide info on what's happening to the user
7546
7547 2002-11-08 [colin]      0.8.5claws99
7548
7549         * src/folderview.c
7550                 Fix folder reordering after a move if parent is 
7551                 root
7552         * src/scoring.[ch]
7553                 Add function to copy a ScoringProp
7554         * src/prefs_folder_item.c
7555                 Copy scoring rules when copying a folder prefs
7556
7557 2002-11-08 [colin]      0.8.5claws98
7558
7559         * src/folderview.c
7560                 Fixes in case of failure
7561         * src/filtering.[ch]    
7562                 Add function to duplicate a FilteringProp
7563         * src/matcher.[ch]
7564                 Add function to duplicate a MatcherProp
7565         * src/prefs_folder_item.c
7566                 Save folder's processing rules when copying 
7567                 its prefs
7568
7569 2002-11-08 [colin]      0.8.5claws97
7570         
7571         * src/folderview.c
7572                 Sort after move
7573         * src/folder.c 
7574                 Change a printf to debug_print
7575
7576 2002-11-08 [colin]      0.8.5claws96
7577
7578         * src/folder.c
7579           src/folderview.c
7580                 Fix segfaults, call me stupido
7581         
7582
7583 2002-11-08 [colin]      0.8.5claws95
7584
7585         *src/folder.c
7586                 Added forgotten prefs to save when moving folders
7587
7588 2002-11-08 [colin]      0.8.5claws94
7589
7590         * src/folder.c
7591                 Fixes to folder DND (prefs copy)
7592         * src/folderview.c
7593                 Optimization for folder DND (don't rescan whole tree)
7594                 Added folderview_create_folder_node() for this 
7595                 optimization, so de-duped a bit the code
7596         * src/prefs_folder_item.[ch]
7597                 Added prefs_folder_item_copy_prefs()    
7598           
7599 2002-11-08 [paul]       0.8.5claws93
7600
7601         * src/prefs_account.c
7602           tools/README
7603           tools/kmail2sylpheed_v2.pl
7604                 correct some typos
7605
7606 2002-11-08 [paul]       0.8.5claws92
7607
7608         * src/compose.c
7609           src/prefs_account.[ch]
7610                 remove account options 'clearsign' and 'ascii_armored',
7611                 replace with 'default_gnupg_mode' to prevent mixed-mode
7612                 Privacy settings
7613
7614 2002-11-08 [paul]       0.8.5claws91
7615
7616         * src/compose.[ch]
7617                 re-implement GnuPG 'on-the-fly' mode selection,
7618                 disallow mixed-mode
7619
7620 2002-11-08 [colin]      0.8.5claws90
7621
7622         * src/folderview.c
7623           src/prefs_folder_item.c
7624                 Change "Property" to "Properties"
7625
7626 2002-11-07 [colin]      0.8.5claws89
7627
7628         * src/folderview.c
7629           src/folder.c
7630                 Allow folder dropping to a root folder
7631
7632 2002-11-07 [paul]       0.8.5claws88
7633
7634         * src/compose.c
7635                 revert last commit
7636
7637 2002-11-07 [paul]       0.8.5claws87
7638
7639         * src/compose.c
7640                 fix reply-to-list bug. closes bug report
7641                 "[633382] reply-to-list broken in recent cvs"
7642
7643 2002-11-07 [paul]       0.8.5claws86
7644
7645         * src/compose.c
7646                 add a forgotten '#if USE_GPGME ... #endif'
7647
7648 2002-11-07 [paul]       0.8.5claws85
7649
7650         * sync with 0.8.5cvs20
7651                 see ChangeLog 2002-11-07
7652
7653 2002-11-07 [colin]      0.8.5claws84
7654
7655         * src/folder.[ch]
7656                 Change folder_item_move_to to return the newly 
7657                 created folderitem.
7658         * src/folderview.c
7659                 Select the new folderitem after moving.
7660
7661 2002-11-07 [colin]      0.8.5claws83
7662
7663         * src/prefs_filtering.c
7664                 Fix rule rewriting when moving a leaf folder to a 
7665                 shorter path
7666
7667 2002-11-07 [colin]      0.8.5claws82
7668
7669         * src/prefs_filtering.c
7670                 fix a leak
7671
7672 2002-11-07 [colin]      0.8.5claws81
7673
7674         * src/folder.[ch]
7675                 Add folder_item_move_to() function to move a 
7676                 folderitem into another one (updates matcher etc)
7677         * src/folderview.c
7678                 Add folder drag'n drop (context menu to come)
7679                 [Should be dataloss free, but Please backup before 
7680                  trying !]
7681
7682 2002-11-06 [colin]      0.8.5claws80
7683
7684         * src/mh.c
7685                 mh_create_folder() returns NULL if can't create
7686                 directory hierarchy
7687
7688 2002-11-06 [paul]       0.8.5claws79
7689
7690         * src/compose.[ch]
7691                 allow 'on-the-fly' changing of the type of encryption 
7692                 and/or signing used (mime/ascii) via the compose window
7693
7694 2002-11-06 [paul]       0.8.5claws78
7695
7696         * sync with 0.8.5cvs19
7697                 see ChangeLog 2002-11-06 for src/account.c: 
7698                 account_get_special_folder()
7699                 
7700 2002-11-05 [alfons]     0.8.5claws77
7701
7702         * src/crash.c
7703                 very minor cleanups: nothing to see here, move on. :-)
7704
7705 2002-11-05 [colin]      0.8.5claws76
7706
7707         * src/main.c
7708                 Changes choices if compose windows are opened to
7709                 Discard, Draft, Don't quit
7710
7711 2002-11-05 [thorsten]   0.8.5claws75
7712
7713         * src/compose.c
7714                 reenabled default_reply_to folder option
7715
7716 2002-11-05 [colin]      0.8.5claws74
7717
7718         * src/compose.[ch] 
7719                 add compose_draft()
7720         * src/crash.c
7721                 add SIGTERM handler
7722         * src/main.[ch]
7723                 add clean_quit() for the SIGTERM handler
7724
7725 2002-11-05 [paul]       0.8.5claws73
7726         
7727         * po/es.po
7728                 updated by Ricardo Mones Lastra
7729
7730 2002-11-05 [melvin]     0.8.5claws72
7731
7732         * src/logwindow.c
7733                 Fixed log-clipping bug #616795.
7734                 To stop logging in the log window use 0 length.
7735         * src/prefs_common.c
7736                 Added a label to inform about the 0 log length behaviour.
7737
7738 2002-11-05 [paul]       0.8.5claws71
7739
7740         * sync with 0.8.5cvs17
7741                 see ChangeLog 2002-11-05
7742
7743 2002-11-04 [paul]       0.8.5claws70
7744
7745         * sylpheed-128x128.png
7746           sylpheed-64x64.png
7747           sylpheed.png
7748                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7749                 <nikai@users.sourceforge.net>
7750                 
7751         * po/bg.po
7752                 updated by George Danchev
7753
7754 2002-11-03 [thorsten]   0.8.5claws69
7755
7756         * src/main.c
7757           src/mimeview.c
7758           src/rfc2015.h
7759                 add check if gpg is active
7760
7761 2002-11-03 [thorsten]   0.8.5claws68
7762
7763         * src/toolbar.h
7764                 removed GSList declaration causing trouble on MacOS-X
7765                 (submitted by alfons, reported by xfesty)
7766
7767 2002-11-01 [paul]       0.8.5claws67
7768
7769         * src/mainwindow.c
7770                 remove last remnants of main's filter code
7771
7772 2002-11-01 [paul]       0.8.5claws66
7773
7774         * tools/filter_conv.pl
7775                 fix bug where user-defined headers were ignored
7776
7777 2002-11-01 [paul]       0.8.5claws65
7778
7779         * src/logwindow.c
7780                 make a debug_print() not translatable
7781
7782 2002-10-31 [melvin]     0.8.5claws64
7783
7784         * ac/aspell.m4
7785                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7786                 not run any GNU/aspell test.  The dictionary path will
7787                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7788                 was given, in which case, it will be $prefix/lib/aspell/
7789         * configure.in
7790                 Fixed typo in commentary (Aspell code).
7791
7792 2002-10-31 [paul]       0.8.5claws63
7793
7794         * po/POTFILES.in
7795                 remove src/filter.c and src/prefs_filter.c
7796                 thanks to Ricardo for reminding me
7797
7798 2002-10-31 [colin]      0.8.5claws62
7799
7800         * src/mbox_folder.c
7801                 Plug some leaks
7802
7803 2002-10-31 [paul]       0.8.5claws61
7804
7805         * src/prefs_filter.[ch] ** REMOVED **
7806           src/filter.[ch]       ** REMOVED **
7807           
7808         * src/Makefile.am
7809           src/folderview.c
7810           src/inc.c
7811           src/main.c
7812           src/mainwindow.c
7813           src/mbox.c
7814           src/prefs_common.c
7815           src/prefs_filtering.c
7816           src/summaryview.[ch]
7817                 remove main's 'filter' code
7818                 
7819         README.claws
7820                 update to reflect removal of main's filter
7821
7822 2002-10-31 [paul]       0.8.5claws60
7823
7824         * src/summaryview.c
7825                 remove check for global_processing in summary_filter_open(). 
7826                 This fixes the bug where if the user uses the right-click 
7827                 'Create filter rule...' and doesn't have any filter rules 
7828                 already defined in claws' advanced filtering, the newly 
7829                 created filter rule goes to main's filtering which is 
7830                 inaccessible through the gui. Now the filter rule gets added
7831                 to claws' filtering by default.
7832
7833 2002-10-28 [melvin]     0.8.5claws59
7834
7835         * src/prefs_actions.c
7836                 Fixed bug #627322 where MIME parts were not always
7837                 correctly passed to a %p action
7838                 Display an error dialog when message filename is not found.
7839
7840 2002-10-28 [melvin]     0.8.5claws58
7841
7842         * src/prefs_common.c
7843                 Readded a missing function declaration lost in 0.8.3claws34
7844
7845 2002-10-28 [paul]       0.8.5claws57
7846
7847         * sync with 0.8.5cvs15
7848                 see ChangeLog 2002-10-28 and 2002-10-25
7849                 
7850         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7851
7852 2002-10-27 [oliver]     0.8.5claws56
7853
7854         * src/pop.c
7855                 plug leak in pop3_top_recv
7856
7857 2002-10-26 [christoph]  0.8.5claws55
7858
7859         * src/folder.c
7860                 set need_update folder flag when messages are added
7861                 (closes bug [ 626922 ] folder not updated after receiving)
7862
7863 2002-10-25 [melvin]     0.8.5claws54
7864
7865         * src/imageview.c
7866                 Fixed a memleak introduced in the scaling code.
7867
7868 2002-10-24 [alfons]     0.8.5claws53
7869
7870         * src/filtering.c
7871                 make filtering's forward message action forward from the 
7872                 correct account
7873                 (closes bug [628089 ] Filter -> Forward from address problem
7874                 reported by Oktay)
7875
7876 2002-10-24 [christoph]  0.8.5claws52
7877
7878         * src/mainwindow.c
7879         * src/manual.[ch]
7880                 o use manual of current locale or english if current
7881                   locale is not available (and english is available)
7882                 o also link to sylpheed doc project manuals
7883
7884 2002-10-23 [paul]       0.8.5claws51
7885
7886         * tools/README
7887           tools/kmail2sylpheed_v2.pl
7888                 add new version of kmail addressbook importer script.
7889                 works with newer versions of Kmail/KAddressBook which
7890                 have new and rearranged data.
7891
7892 2002-10-23 [martin]     0.8.5claws50
7893
7894         * src/folderview.c
7895         * src/summaryview.c
7896         * src/utils.h
7897         * src/utils.c
7898                 added length parameter to get_abbrev_newsgroup_name()
7899                 changed this function so that it abbreviates the newsgroup
7900                 names only so long it is smaller than the length parameter
7901                 (for better reading of some newsgroup names and space efficiency)
7902
7903 2002-10-22 [colin]      0.8.5claws49
7904
7905         *src/foldersel.c
7906                 Revert Alfons' last modification (after voting ;-))
7907
7908 2002-10-21 [alfons]     0.8.5claws48
7909
7910         * src/foldersel.c
7911                 folder view in folder selection dialog reflects state of
7912                 folder view in main window
7913
7914 2002-10-18 [alfons]     0.8.5claws47
7915
7916         * src/mbox.c
7917                 drop imported messages in folder selected by user,
7918                 and not in the inbox
7919                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7920
7921 2002-10-18 [alfons]     0.8.5claws46
7922
7923         * src/compose.c
7924                 make automagic reply work correctly for email accounts 
7925                 (whether it's viable to do a full sync with Hiro's 
7926                 compose.c is still under discussion)
7927
7928 2002-10-18 [melvin]     0.8.5claws45
7929
7930         * src/prefs_actions.c
7931                 Fixed bug #622275 where asynchroneous actions left 
7932                 zombies processes
7933                 Made (synchroneous) actions' input be displayed live.
7934
7935 2002-10-18 [christoph]  0.8.5claws44
7936
7937         * src/textview.c
7938                 don't add a newline in the textview in front of the
7939                 first textpart if header display is disabled
7940                 (closes bug [ 603385 ] disabled header display leaves blank
7941                  lin)
7942
7943 2002-10-18 [christoph]  0.8.5claws43
7944
7945         * src/folder.[ch]
7946         * src/imap.c
7947         * src/mbox_folder.c
7948         * src/mh.c
7949         * src/news.c
7950                 folder->get_num_list now returns an error code
7951                 (closes bug [ 609424 ] News cache cleared on failure)
7952                 
7953 2002-10-17 [colin]      0.8.5claws42
7954         
7955         * src/news.c
7956                 Changed a printf by debug_print
7957
7958 2002-10-16 [paul]       
7959
7960         * tools/OOo2sylpheed.pl
7961                 allow for spaces in the name of the
7962                 file to be attached.
7963
7964 2002-10-16 [colin]      0.8.5claws41
7965
7966         * src/main.c
7967                 Use a tristate to change online mode
7968
7969 2002-10-16 [paul]       0.8.5claws40
7970
7971         * po/es.po
7972                 updated by Ricardo Mones Lastra
7973
7974 2002-10-16 [colin]      0.8.5claws39
7975
7976         * src/main.c
7977           src/mainwindow.[ch]
7978                 Added --online and --offline command-line
7979                 switches
7980
7981 2002-10-15 [christoph]  0.8.5claws38
7982
7983         * src/procmime.c
7984                 set mimeinfo->name to NULL after g_free to
7985                 avoid double freeing with g_free
7986
7987 2002-10-14 [christoph]  0.8.5claws37
7988
7989         * src/compose.c
7990         * src/filtering.c
7991         * src/summaryview.c
7992                 remove calls to folder->change_flags that are now
7993                 done by procmsg flag functions (seems it is not
7994                 used by any foldertype anyway)
7995         * src/folder.c
7996                 init folder->change_flags with NULL
7997
7998 2002-10-14 [christoph]  0.8.5claws36
7999
8000         * src/folder.[ch]
8001         * src/imap.[ch]
8002                 use virtual functions for folder item new and destroy
8003                 functions
8004
8005 2002-10-14 [melvin]     0.8.5claws35
8006
8007         * src/compose.c
8008                 Added a test to not run the spell checker if no default
8009                 dictionary is available. No dialog is displayed though.
8010
8011 2002-10-14 [melvin]     0.8.5claws34
8012
8013         * src/gtkaspell.c
8014                 Fixed bug in dictionary list context menu where
8015                 "More..." pointed to an emtpy submenu if the
8016                 number of dictionaries is a multiple of 15
8017                 Removed unneeded code in suggestions list creation
8018
8019 2002-10-14 [paul]       0.8.5claws33
8020
8021         * po/bg.po
8022                 updated by George Danchev
8023
8024 2002-10-13 [hoa]        0.8.5claws32
8025
8026         * src/matcher.[ch]
8027           src/matcher_parser_parser.y
8028                 removed the escaped string from internal structure
8029                 of matcher.
8030
8031 2002-10-12 [colin]      0.8.5claws31
8032
8033         * src/gtksctree.[ch]
8034           src/summaryview.c
8035                 Removed useless function gtksctree_reanchor
8036
8037 2002-10-12 [alfons]     0.8.5claws30
8038         
8039         * sync with remaining main changes 2002-10-09 - 2002-10-11
8040         - drop changes to src/compose.c (requires claws specific changes)
8041         
8042 2002-10-12 [alfons]     0.8.5claws29
8043         
8044         * sync with main changes of 2002-10-08
8045         - drop changes to src/compose.c (requires claws specific changes)
8046         - drop changes to src/summaryview.c (requires changes to compose.c)     
8047
8048 2002-10-12 [alfons]     0.8.5claws28
8049         
8050         * sync with main changes of 2002-10-07
8051
8052 2002-10-12 [alfons]     0.8.5claws27
8053
8054         * sync with main changes of 2002-10-04
8055         - drop changes to src/compose.c (requires claws specific changes)
8056         - drop changes to src/prefs_folder_item.c (claws implementation
8057           seems to be working)
8058
8059 2002-10-12 [colin]      0.8.5claws26
8060
8061         * src/mainwindow.c
8062                 Fix folder-flicker when space-reading, introduced 
8063                 in claws22.
8064
8065 2002-10-12 [colin]      0.8.5claws25
8066
8067         * src/compose.c
8068                 Save account address when saving as draft.
8069                 (closes bug 621838)
8070
8071 2002-10-12 [colin]      0.8.5claws24
8072
8073         * src/summaryview.c
8074                 Fix the problem consisting of no message selected
8075                 after the last message in a folder has been moved.
8076
8077 2002-10-12 [paul]       0.8.5claws23
8078
8079         * src/compose.c
8080           src/prefs_template.c
8081           src/template.[ch]
8082                 add Cc and Bcc to templates. Patch submitted by
8083                 John L. Males.
8084
8085 2002-10-12 [colin]      0.8.5claws22
8086
8087         * src/folderview.c
8088                 Fix a bug after "Check for new messages":
8089                 If a folder was opened, it was still selected at
8090                 the end of the check, but displayed empty.
8091         * src/mainwindow.c
8092                 Remove unnecessary check
8093
8094 2002-10-12 [paul]
8095
8096         * tools/README
8097                 be more verbose in the description of
8098                 OOo2sylpheed.pl
8099                 
8100
8101 2002-10-11 [colin]      0.8.5claws21
8102
8103         * src/mainwindow.c
8104                 Make space work (better) when no mail is selected
8105
8106 2002-10-11 [colin]      0.8.5claws20
8107
8108         * src/inc.c
8109           src/news.c
8110                 fix warnings
8111
8112 2002-10-11 [colin]      0.8.5claws19
8113
8114         * src/mainwindow.c
8115                 revert 0.8.5claws6 changes as i couldn't get to
8116                 anything satisfying
8117
8118 2002-10-11 [melvin]     0.8.5claws18
8119
8120         * src/compose.c
8121                 Removed buggy and unused macro (should have been committed in
8122                 0.8.5claws17)
8123
8124 2002-10-11 [melvin]     0.8.5claws17
8125
8126         * src/compose.c
8127                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8128
8129 2002-10-11 [thorsten]   0.8.5claws16 
8130
8131         * src/folderview.c
8132                 remove rescan warning
8133
8134 2002-10-11 [colin]      0.8.5claws15 
8135
8136         * src/procheader.c
8137                 fix a segfault that happens if conv_unmime_header
8138                 fails (should be better to find out why it fails)
8139
8140 2002-10-11 [christoph]  0.8.5claws14
8141
8142         * src/summaryview.c
8143                 update folderview stats after ignore/unignore thread
8144
8145 2002-10-11 [hoa]        0.8.5claws13
8146
8147         * src/quote_fmt_parse.y
8148                 Fixed a yacc/bison syntax error
8149         * src/matcher.c
8150                 Escaping of string is fixed.
8151
8152 2002-10-11 [colin]      0.8.5claws12
8153
8154         * src/imageview.c
8155                 Resize images to fit
8156
8157 2002-10-11 [paul]       0.8.5claws11
8158
8159         * po/es.po
8160                 updated by Ricardo Mones Lastra
8161
8162 2002-10-10 [alfons]     0.8.5claws10
8163
8164         * src/compose.c
8165                 allow dropping files by "moving" files from a file manager,
8166                 not only by the more cumbersome "copying". the latter 
8167                 mostly implies holding down the Control button
8168
8169 2002-10-10 [christoph]  0.8.5claws9
8170
8171         * src/summaryview.c
8172                 update folders after thread building for ignored threads
8173
8174 2002-10-10 [christoph]  0.8.5claws8
8175
8176         * config/.cvsignore
8177                 added Makefile
8178         * src/filtering.[ch]
8179         * src/folder.[ch]
8180         * src/folderview.[ch]
8181         * src/import.c
8182         * src/inc.[ch]
8183         * src/mbox.[ch]
8184         * src/procmsg.c
8185         * src/summaryview.[ch]
8186                 o added new flag need_update to FolderItem
8187                 o removed folder_table from various functions from tracking
8188                   folder updates
8189                 o set need_update flags in folder.c's move, copy and delete
8190                   functions and procmsg's flags functions
8191                 o added function folderview_update_items_when_required that
8192                   updates all folders with need_update set
8193                 o call folderview_update_items_when_required instead of
8194                   folderview_update_item_foreach
8195
8196 2002-10-09 [sergey]     0.8.5claws7
8197
8198         * src/compose.c
8199                 Strip CRs whel loading the text into editor in reedit mode.
8200
8201 2002-10-09 [colin]      0.8.5claws6
8202
8203         * src/mainwindow.c
8204                 Make Space work when no mail is selected
8205
8206 2002-10-09 [colin]      0.8.5claws5
8207
8208         * src/gtksctree.[ch]
8209                 Fix range_select
8210                 Add gtk_sctree_reanchor() 
8211         * src/summaryview.c
8212                 Use gtk_sctree_reanchor() - better fix for 
8213                 bug 60413
8214
8215 2002-10-09 [colin]      0.8.5claws4
8216
8217         * src/summaryview.c
8218                 Fix shift-click select after delete problem
8219                 (closes bug 60413)
8220
8221 2002-10-08 [thorsten]   0.8.5claws3
8222
8223         * src/summaryview.c
8224                 exclude current msg from -hide read messages-
8225
8226 2002-10-08 [colin]      0.8.5claws2
8227
8228         * src/inc.[ch]
8229           src/pop.c
8230           src/recv.c
8231                 Differentiate socket errors from disk full
8232                 errors
8233
8234 2002-10-08 [christoph]  0.8.5claws1
8235
8236         * Makefile.am
8237         * configure.in
8238                 modifications for new config directory
8239
8240         * config.guess  ** REMOVED **
8241         * config.sub    ** REMOVED **
8242         * install-sh    ** REMOVED **
8243         * ltmain.sh     ** REMOVED **
8244         * missing       ** REMOVED **
8245         * mkinstalldirs ** REMOVED **
8246                 these files are autogenerated by automake
8247                 when you run autogen.sh
8248
8249         * config/.cvsignore     ** NEW FILE **
8250         * config/Makefile.am    ** NEW FILE **
8251                 ignore autogenerated files
8252                 create a Makefile in this directory
8253
8254 2002-10-08 [paul]       0.8.5claws
8255
8256         * 0.8.5claws release
8257         
8258         * src/compose.c
8259           src/procheader.c
8260           src/procmsg.c
8261                 fix quote reply format for newsgroups reply bug
8262                 (thanks to Hoa)
8263                 
8264         * po/en_GB.po
8265           po/pl.po
8266                 updated by me and Witold Wladyslaw Wojciech Wilk
8267                 repectively
8268
8269 2002-10-07 [paul]       0.8.3claws53
8270
8271         * po/it.po
8272           po/pt_BR.po
8273           po/sr.po
8274                 updated messages catalogs, submitted by
8275                 Alessandro Maestri, Fabio Jr.Beneditto 
8276                 and Urke MMI, respectively.
8277
8278 2002-10-07 [christoph]  0.8.3claws52
8279
8280         * src/folder.[ch]
8281         * src/folderview.c
8282         * src/mainwindow.c
8283                 fix new folder ghost message bug
8284                 (closes bug [ 619722 ] wrong count for newly created folders)
8285
8286 2002-10-07 [christoph]  0.8.3claws51
8287
8288         * src/compose.c
8289                 fix news posting problem
8290
8291 2002-10-07 [melvin]     0.8.3claws50
8292
8293         * po/fr.po
8294                 Updated French translation
8295
8296 2002-10-05 [christoph]  0.8.3claws49
8297
8298         * src/gtkstext.c
8299                 check if line_start_cache is set in gtk_stext_update_text
8300                 (closes bug [ 618119 ] crash while doing search in folder)
8301
8302 2002-10-05 [christoph]  0.8.3claws48
8303
8304         * src/imap.c
8305         * src/news.c
8306         * src/utils.c
8307         * src/utils.h
8308                 implement cache cleanups for claws' folder system
8309                 (closes bug [ 595916 ] imapcache not cleaned up)
8310
8311 2002-10-05 [melvin]     0.8.3claws47
8312
8313         * src/prefs_actions.c
8314                 Made the help text more clear for the %p token
8315
8316 2002-10-04 [paul]       0.8.3claws46
8317
8318         * sync with 0.8.5
8319                 see ChangeLog 2002-10-02 and 2002-10-03
8320
8321 2002-10-04 [christoph]  0.8.3claws45
8322
8323         * src/inc.c
8324                 fix segfault caused by pop before smtp
8325                 call to inc_account_mail with NULL
8326                 pointer for mainwin
8327
8328 2002-10-04 [paul]       0.8.3claws44
8329
8330         * configure.in
8331                 sync the LDAP detection from 0.8.5cvs1
8332
8333 2002-10-02 [christoph]  0.8.3claws43
8334
8335         * po/de.po
8336                 fix small spelling error
8337
8338 2002-10-02 [melvin]     0.8.3claws42
8339
8340         * ac/aspell.m4
8341                 Behave better and say "no" when test program cannot be run.
8342
8343 2002-10-02 [paul]       0.8.3claws41
8344
8345         * sync with 0.8.4cvs1
8346                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8347                 
8348         * src/summaryview.c
8349                 toggle the behavior of Reply menuitem between
8350                 normal reply and reply-to-list
8351
8352 2002-10-01 [sergey]     0.8.3claws40
8353
8354         * src/compose.c
8355                 Convert newlines in the message text to the canonical form
8356                 before base64 encoding (RFC2045 compliance, fixes some
8357                 interoperability issues with Evolution 1.0.3)
8358
8359 2002-09-29 [colin]      0.8.3claws39
8360
8361         * src/summaryview.c
8362                 Fix an unwanted copy/paste
8363
8364 2002-09-29 [colin]      0.8.3claws38
8365
8366         * src/mainwindow.c
8367                 Renamed "Custom toolbar" to "Customize toolbar"
8368                 Renamed "Show all header" to "Show all headers"
8369                 Renamed "Set diplay item" to "Set displayed items"
8370         * src/prefs_common.c
8371                 Renamed "Show all header" to "Show all headers"
8372         * src/prefs_summary_column.c
8373                 Renamed "diplay item" to "displayed items"
8374
8375 2002-09-29 [colin]      0.8.3claws37
8376
8377         * src/mainwindow.[ch]
8378                 online/offline status pixmaps follow theme
8379                 changes
8380         * src/summaryview.[ch]
8381                 quicksearch pixmap follows theme changes
8382
8383 2002-09-29 [thorsten]   0.8.3claws36
8384
8385         * src/compose.c
8386           src/prefs_folder_item.[ch]
8387                 add default_reply_to folder option (closes patch 581044)
8388
8389 2002-09-29 [christoph]  0.8.3claws35
8390
8391         * acconfig.h    ** REMOVED **
8392         * configure.in
8393         * ac/aspell.m4
8394         * ac/check-type.m4
8395         * ac/gnupg-check-typedef.m4
8396                 fix autoheader 2.50 warning
8397
8398 2002-09-29 [christoph]  0.8.3claws34
8399
8400         * major code cleanup (part 2)
8401         
8402                 - unused variables removed
8403                 - unused functions removed
8404                 - uninitialized variables checked
8405                 - missing return statements added
8406                 - missing function return types added
8407                 - added parentheses around assignment
8408                   when suggested by gcc
8409
8410 2002-09-29 [alfons]     0.8.3claws33
8411
8412         * src/logwindow.c
8413                 log_window_clear(): only bracket gtk_text_forward_delete() 
8414                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8415                 works around GTK text bug)
8416
8417 2002-09-29 [paul]       0.8.3claws32
8418
8419         * po/bg.po
8420           po/sr.po
8421                 updated by George Danchev and Urke MMI
8422                 respectively
8423
8424 2002-09-27 [christoph]  0.8.3claws31
8425
8426         * doc-src/readme.txt
8427         * doc-src/rfc1806.txt   ** REMOVED **
8428         * doc-src/rfc2183.txt   ** NEW FILE **
8429         * doc-src/rfc2980.txt   ** NEW FILE **
8430                 update rfcs
8431
8432 2002-09-27 [melvin]     0.8.3claws30
8433
8434         * ac/aspell.m4
8435                 Fixed typo which could break linking
8436
8437 2002-09-27 [melvin]     0.8.3claws29
8438
8439         * ac/aspell.m4
8440                 Improved GNU/aspell checking. 
8441                 Fixed bug #614490
8442
8443 2002-09-27 [paul]       0.8.3claws28
8444
8445         * sync with 0.8.3cvs8
8446                 see ChangeLog 2002-09-27
8447
8448 2002-09-26 [colin]      0.8.3claws27
8449
8450         * src/toolbar.[ch]
8451           src/mainwindow.[ch]
8452                 Add "Reply to Mailing-list" to the toolbar
8453
8454 2002-09-26 [christoph]  0.8.3claws26
8455
8456         * src/summaryview.c
8457                 Fix wrong message counts in summaryview status
8458
8459 2002-09-26 [paul]       0.8.3claws25
8460
8461         * sync with 0.8.3cvs7
8462                 see ChangeLog 2002-09-26
8463
8464 2002-09-26 [paul]       0.8.3claws24
8465
8466         * sync with 0.8.3cvs6
8467                 see ChangeLog 2002-09-25
8468
8469 2002-09-25 [christoph]  0.8.3claws23
8470
8471         * src/prefs_common.c
8472         * src/prefs_folder_item.c
8473         * src/prefs_scoring.c
8474                 Renamed "kill score" to "hide score" in GUI
8475                 and prefs files
8476
8477 2002-09-25 [paul]       0.8.3claws22
8478
8479         * sync with 0.8.3cvs5
8480                 see ChangeLog 2002-09-24
8481
8482 2002-09-24 [alfons]     0.8.3claws21
8483
8484         patch by Satoshi Nagayasu: allows appending / saving multiple 
8485         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8486         'Save as ...'")
8487
8488         * AUTHORS
8489                 add Satoshi Nagayasu
8490         * src/summaryview.c
8491                 summary_save_as(): allow saving selected files to
8492                 one file
8493                 summary_set_menu_sensitive: enable "Save As..." when
8494                 multiple files are selected
8495         * src/utils.[ch]
8496                 append_file(): new function
8497
8498 2002-09-24 [colin]      0.8.3claws20
8499
8500         * src/procmime.c
8501                 Fix segfault when mimeinfo doesn't have a 
8502                 content_type. 
8503
8504 2002-09-24 [colin]      0.8.3claws19
8505
8506         * src/prefs_common.[ch]
8507                 Add a preference to display send dialog or not
8508         * src/send.c
8509                 Display send dialog according to preference
8510
8511 2002-09-24 [colin]      0.8.3claws18
8512
8513         * src/compose.[ch]
8514                 Disable user actions when sending
8515
8516 2002-09-24 [colin]      0.8.3claws17
8517
8518         * src/procmime.c
8519                 Do not display name or filename for attachments
8520                 with an application/pgp-signature type
8521                 (security flaw, see bug 537413)
8522
8523 2002-09-23 [colin]      0.8.3claws16
8524
8525         * src/editaddress.c
8526                 Initialize entry_email, entry_alias and 
8527                 entry_remarks to first email address of the list
8528
8529 2002-09-23 [colin]      0.83claws15
8530
8531         * src/compose.c
8532                 Drop pgp-signature when reediting a signed queued
8533                 message
8534
8535 2002-09-23 [melvin]     0.8.3claws14
8536
8537         * po/fr.po
8538                 Updated French translation
8539
8540 2002-09-23 [melvin]     0.8.3claws13
8541
8542         * src/mainwindow.c
8543                 Made custom toolbar menu labels more consistent
8544         * src/prefs_toolbar.c
8545                 Made custom toolbar window title more consistent
8546
8547 2002-09-22 [colin]      0.8.3claws12
8548
8549         * src/inc.c
8550                 Initialize session type to normal before getting 
8551                 mail (fixes strange Get behaviour)
8552         * src/prefs_account.h
8553                 Move STYPE_POP_BEFORE_SMTP to last position to 
8554                 avoid other side-effects
8555
8556 2002-09-22 [colin]      0.8.3claws11
8557
8558         * src/prefs_account.c
8559                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8560                 from pop3 to apop or vice-versa
8561
8562 2002-09-22 [colin]      0.8.3claws10
8563         
8564         * src/prefs_account.[ch]
8565                 Add an option for the POP before SMTP timeout
8566         * src/inc.c
8567                 Remember time of last POP connection
8568         * src/send.c
8569                 Do POP before SMTP only if timeout reached
8570
8571 2002-09-22 [oliver]     0.8.3claws9
8572         
8573         * README.claws
8574                 explain custom toolbar
8575
8576 2002-09-22 [oliver]     0.8.3claws8
8577
8578         * src/prefs_actions.[ch]
8579         custom toolbar for compose      
8580                 actions callback from compose toolbar
8581         * src/folderview.c
8582                 remove include toolbar.h
8583
8584 2002-09-22 [oliver]     0.8.3claws7
8585         
8586         * src/prefs_toolbar.[ch]
8587                 custom toolbar for compose
8588                 - generic prefs_toolbar handles both
8589                   Mainwin's toolbar as well as Compose toolbar          
8590
8591 2002-09-22 [oliver]     0.8.3claws6
8592         
8593         * src/toolbar.[ch]
8594                 custom toolbar for compose
8595                 restructure toolbar.[ch]
8596
8597 2002-09-22 [oliver]     0.8.3claws5
8598
8599         * src/compose.[ch]
8600                 custom toolbar for compose
8601
8602 2002-09-22 [oliver]     0.8.3claws4
8603         
8604         * src/mainwindow.[ch]
8605                 custom toolbar for compose 
8606                 move mainwin toolbar back to mainwindow
8607
8608 2002-09-22 [alfons]     0.8.3claws3
8609
8610         * src/procmsg.c
8611                 :%sno/if(/if (/gc
8612                 :%sno/for(/for (/gc
8613                 (beautify)
8614
8615 2002-09-22 [alfons]     0.8.3claws2
8616         
8617         * src/procmsg.c
8618                 procmsg_save_to_outbox(): don't unlink message file from queue;
8619                 callers should do it using folder_item_remove_msg()
8620
8621 2002-09-22 [colin]      0.8.3claws1
8622
8623         * src/mimeview.[ch]
8624                 Made mimeview_check_signature() public
8625         * src/textview.c
8626                 Made GPG signatures verifiable by clicking
8627                 the [application/pgp-signature] in the Text
8628                 view
8629
8630 2002-09-22 [paul]       0.8.3claws
8631
8632         * po/bg.po
8633           po/en_GB.po
8634           po/es.po
8635           po/it.po
8636           po/pl.po
8637           po/pt_BR.po
8638           po/sr.po
8639                 updated translations, submitted by George Danchev,
8640                 me, Ricardo Mones Lastra, Alessandro Maestri,
8641                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8642                 and Urke MMI, respectively.     
8643
8644 2002-09-22 [alfons]     0.8.2claws65
8645
8646         * src/procmsg.c
8647         * src/pgptext.c
8648                 no furry valgrinds have been used to plug these memleaks
8649
8650 2002-09-20 [paul]       0.8.2claws64
8651
8652         * sync with 0.8.3cvs4
8653                 'Select thread' re-implemented 
8654                 see ChangeLog 2002-09-20
8655
8656 2002-09-21 [alfons]     0.8.2claws63
8657
8658         * src/compose.c
8659                 compose_send(): plug unnoticed memleak
8660
8661 2002-09-20 [alfons]     0.8.2claws62
8662
8663         * src/addr_compl.c
8664                 replace_address_in_edit(): strict check for NULL address to
8665                 fix "[ 607348 ] Segfault in address completion". My guess is
8666                 that this happens with an empty address book, but it's good
8667                 to have this check here anyway
8668                 
8669                 completion_window_button_press(): free string returned 
8670                 from the internal cache
8671
8672 2002-09-20 [christoph]  0.8.2claws61
8673
8674         * src/procmime.h
8675                 added ENC_BINARY to EncodingType
8676         * src/procmime.c
8677                 the string returned by procmime_get_encoding_str
8678                 should not depend on the order of values in the
8679                 EncodingType definition
8680         * doc-src/rfc1806.txt   ** NEW FILE **
8681                 Added rfc1806 about MIME Content-Disposition
8682                 Extension
8683
8684 2002-09-19 [paul]       0.8.2claws60
8685
8686         * sync with 0.8.2cvs3
8687                 see ChangeLog 2002-09-19
8688
8689 2002-09-19 [paul]       0.8.2claws59
8690
8691         * src/prefs_folder_item.c
8692                 revert to Darko's original alignment of colour
8693                 selector button
8694                 add a colon to folder_color label
8695                 
8696         * src/compose.c
8697                 add Colin's patch (with Hiro's modifications) to 
8698                 force BASE64 encoding for 8-bit text when signing
8699                 (sync with 0.8.3cvs2)
8700
8701 2002-09-18 [alfons]     0.8.2claws58
8702
8703         * src/compose.c
8704                 :%sno/if(/if (/gc
8705                 :%sno/for(/for (/gc
8706                 (beautify a little bit)
8707
8708 2002-09-18 [christoph]  0.8.2claws57
8709
8710         * src/pine.c
8711                 fix handling of fgetc return value
8712
8713 2002-09-17 [alfons]     0.8.2claws56
8714         
8715         * src/summaryview.c
8716                 summary_sort(): check non-NULL summaryview->folder_item when no 
8717                 folder is selected at all
8718                 (closes "[ 610344 ] sort label make syl Crash")
8719
8720 2002-09-17 [alfons]     0.8.2claws55
8721         
8722         * src/compose.c
8723                 beautify a little bit
8724
8725 2002-09-17 [christoph]  0.8.2claws54
8726
8727         * src/folder.c
8728                 initialize max values for cache and folder
8729                 when cache or folder is empty
8730
8731 2002-09-15 [colin]      0.8.2claws53
8732
8733         * src/compose.c
8734                 Fix a leak (thanks Alfons!) and cleaned
8735                 variables names for custom headers
8736
8737 2002-09-15 [colin]      0.8.2claws52
8738
8739         * src/compose.c
8740                 Fix custom headers recognition when
8741                 prefs_common.trans_hdr is on
8742
8743 2002-09-15 [colin]      0.8.2claws51
8744
8745         * src/compose.c
8746                 Allow dynamically-added custom headers
8747                 Yet not reparsed if reedited
8748
8749 2002-09-15 [alfons]     0.8.2claws50
8750
8751         * src/prefs_account.c
8752                 fix warnings
8753
8754 2002-09-15 [colin]      0.8.2claws49
8755         
8756         * src/prefs_account.c
8757                 fix pop_before_smtp sensitivity
8758
8759 2002-09-15 [colin]      0.8.2claws48
8760
8761         * src/inc.[ch]
8762                 add inc_pop_before_smtp()
8763                 allow MainWindow to be undefined in 
8764                 inc_account_mail() and inc_start()
8765         * src/pop.c
8766           src/prefs_account.h
8767                 add STYPE_POP_BEFORE_SMTP session type
8768         * src/prefs_account.c
8769                 activated pop before smtp option
8770         * src/send.c
8771                 do pop before smtp if the relevant option 
8772                 is set
8773
8774 2002-09-15 [paul]       0.8.2claws47
8775
8776         * sync with 0.8.3
8777                 see ChangeLog 2002-09-15
8778
8779 2002-09-14 [paul]       0.8.2claws46
8780
8781         * po/bg.po
8782                 updated Bulgarian translation, submitted by
8783                 George Danchev
8784
8785 2002-09-13 [paul]       0.8.2claws45
8786
8787         * src/compose.c
8788                 merge claws' select_account() with main's
8789                 (new) compose_select_account(). [sync with
8790                 0.8.2cvs15, see ChangeLog 2002-09-11]
8791
8792 2002-09-12 [christoph]  0.8.2claws44
8793
8794         * src/filter.c
8795                 allocate 1 elements of FolderItem not 0
8796
8797 2002-09-12 [colin]      0.8.2claws43
8798
8799         * src/compose.c
8800                 Fix bug #590825 (obey Follow-up: poster)
8801
8802 2002-09-12 [colin]      0.8.2claws42
8803
8804         * src/procmime.c
8805                 Fix bug #557009 (wrong headers for messages 
8806                 forwarded as attachments)
8807
8808 2002-09-11 [colin]      0.8.2claws41
8809         
8810         * src/compose.c
8811                 Put SCF: pseudo-header on top of message
8812                 Set draft tmp_flag when saved as draft
8813
8814         * src/procmsg.c
8815           src/procheader.c
8816                 Skip after first \n\n for beginning of real message
8817                 for drafts too
8818
8819 2002-09-11 [christoph]  0.8.2claws40
8820
8821         * src/filtering.c
8822                 use procmsg flag functions in filtering or processing
8823                 will cause incorrect folder message counts
8824
8825 2002-09-11 [colin]      0.8.2claws39
8826
8827         * src/compose.c
8828                 Fix bug #550175 - wrong save folder when reediting
8829                 drafts
8830
8831 2002-09-11 [paul]       0.8.2claws38
8832
8833         * sync with 0.8.2cvs14
8834                 see ChangeLog 2002-09-11
8835
8836 2002-09-11 [colin]      0.8.2claws37
8837
8838         * src/folder.c
8839                 Fix a typo (seeming to cause new/unread status to
8840                 be lost)
8841
8842 2002-09-10 [christoph]  0.8.2claws36
8843
8844         * src/compose.c
8845                 compose_redirect should not use compose_generic_new
8846                 because that does more stuff than expected including
8847                 opening the external editor
8848                 (closes bug "[ 526608 ] bounced messages appear blank
8849                  in editor")
8850
8851 2002-09-10 [christoph]  0.8.2claws35
8852
8853         * src/folder.c
8854                 fix problem with too large message number range
8855                 causing a crash in folder_item_scan
8856
8857 2002-09-10 [paul]       0.8.2claws34
8858
8859         * sync with 0.8.2cvs13
8860                 see ChangeLog 2002-09-10
8861
8862 2002-09-10 [christoph]  0.8.2claws33
8863
8864         * src/msgcache.c
8865                 set MsgInfo TmpFlags for queue and draft folders
8866                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8867
8868 2002-09-10 [paul]       0.8.2claws32
8869
8870         * AUTHORS
8871           po/bg.po      ** NEW FILE **
8872                 new Bulgarian translation submitted by
8873                 George Danchev <danchev@spnet.net>
8874                 
8875         * tools/Makefile.am
8876           tools/README
8877           tools/tb2sylpheed     ** NEW FILE **
8878                 add script that converts an addressbook exported
8879                 from The Bat! into a Sylpheed addressbook. Submitted
8880                 by Urke MMI <urke-kg@eunet.yu>
8881
8882 2002-09-10 [paul]       0.8.2claws31
8883
8884         * sync with 0.8.2cvs12
8885                 see ChangeLog 2002-09-10
8886
8887 2002-09-06 [paul]       0.8.2claws30
8888
8889         * src/prefs_common.c
8890                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8891                 
8892         * tools/Makefile.am
8893           tools/README
8894           tools/ldif-to-xml.py  ** REMOVED **
8895                 remove obsolete python script
8896
8897 2002-09-06 [paul]       0.8.2claws29
8898
8899         * sync with 0.8.2cvs10
8900                 see ChangeLog 2002-09-06
8901
8902 2002-09-04 [paul]       0.8.2claws28
8903
8904         * sync with 0.8.2cvs9
8905                 see ChangeLog 2002-08-04
8906
8907 2002-09-04 [colin]      0.8.2claws27 
8908
8909         * src/prefs_common.[ch]
8910                 Added signature color configuration
8911         * src/textview.c
8912                 Use user-specified signature color
8913
8914 2002-09-03 [colin]      0.8.2claws26
8915
8916         * src/prefs_common.[ch]
8917                 Added autosave and autosave_length prefs
8918         * src/compose.c
8919                 Added compose_remove_draft()
8920                 Auto-save drafts according to the prefs
8921         * src/main.c
8922                 Added a crash-indicator file, allowing to check
8923                 for new messages on startup if Sylpheed crashed
8924                 (makes saved drafts "reappear")
8925
8926 2002-09-03 [colin]      0.8.2claws25
8927
8928         * src/textview.[ch]
8929                 Grey the signature
8930
8931 2002-09-03 [paul]       0.8.2claws24
8932
8933         * sync with 0.8.2cvs8
8934                 see ChangeLog 2002-09-02 and 2002-09-03
8935
8936 2002-09-03 [darko]      0.8.2claws23
8937
8938         * src/folderview.c
8939                 use normal style when creating new folder to pick
8940                 proper font size 
8941
8942 2002-09-02 [melvin]     0.8.2claws22
8943
8944         * src/gtkaspell.m4
8945                 removed some obsolete code
8946
8947 2002-09-02 [melvin]     0.8.2claws21
8948
8949         * ac/aspell.m4
8950                 fixed test's equality sign (== to =)
8951
8952 2002-09-02 [alfons]     0.8.2claws20
8953
8954         * src/folder.c
8955         * src/mh.c
8956                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8957                 as folder->destroy virtual as suggested by Hiro
8958                 (the mh.c code seems to have been lost around mh.c.1.21)
8959
8960 2002-09-02 [paul]       0.8.2claws19
8961
8962         * po/pt_BR.po
8963                 updated by Fabio Jr. Beneditto
8964                 
8965         * src/defs.h
8966                 use 'http://claws.sylpheed.org' for homepage link. 
8967                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8968
8969 2002-09-01 [alfons]     0.8.2claws18
8970
8971         * src/mh.c
8972                 plug memleak related to one Martin Kluge found
8973
8974 2002-08-31 [paul]       0.8.2claws17
8975
8976         * sync with 0.8.2cvs6
8977                 see ChangeLog 2002-08-30
8978
8979 2002-08-31 [alfons]     0.8.2claws16
8980
8981         * src/folder.c
8982                 folder_destroy(): remove mailbox from folderlist even if it has
8983                 no destroy virtual
8984
8985 2002-08-31 [alfons]     0.8.2claws15
8986
8987         * src/folder.c
8988                 :%sno/if(/if (/gc
8989                 :%sno/for(/for (/gc
8990                 (being pedantic I know)
8991
8992 2002-08-31 [alfons]     0.8.2claws14
8993
8994         * src/folder.c
8995                 check for NULL pointers returned from folder->fetch_msginfo virtual
8996                 (should solve some reported crashes)
8997
8998 2002-08-30 [alfons]     0.8.2claws13
8999
9000         * acconfig.h
9001         * configure.in
9002         * src/crash.c
9003                 enable crash dialog on compilation time
9004                 (--enable-crash-dialog configure option)
9005
9006 2002-08-30 [alfons]     0.8.2claws12
9007
9008         * AUTHORS
9009                 add Martin Kluge
9010         * src/mh.c
9011                 apply memory leak plug patch by Martin Kluge
9012                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9013                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9014                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9015
9016 2002-08-30 [darko]      0.8.2claws11
9017
9018         * src/folderview.c
9019                 copy Gtk style from normal style to match
9020                 font size for coloured folders
9021
9022 2002-08-29 [alfons]     0.8.2claws10
9023
9024         * sylpheed.desktop
9025                 Type=Internet <- Type=Application
9026                 (reported by Michael Schwendt, see:
9027                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9028                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9029
9030 2002-08-29 [paul]       0.8.2claws9
9031
9032         * sync with 0.8.2cvs5
9033                 see ChangeLog 2002-08-29
9034
9035 2002-08-29 [colin]      0.8.2claws8
9036
9037         * src/summaryview.c
9038                 Added a sanity check in summary_select_thread
9039                 Should fix bug 601605
9040
9041 2002-08-29 [colin]      0.8.2claws7
9042
9043         * src/main.c
9044                 Revert claws6 changes regarding bug #591676
9045
9046 2002-08-28 [colin]      0.8.2claws6
9047         
9048         * src/main.c
9049                 Ignore cache for queue folderitems
9050                 Fix bug #591676
9051
9052 2002-08-28 [melvin]     0.8.2claws5
9053
9054         * README.claws
9055                 Fixed typos.
9056
9057 2002-08-28 [melvin]     0.8.2claws4
9058
9059         * README.claws
9060                 Updated a bit the text concerning the spell checker
9061
9062 2002-08-28 [melvin]     0.8.2claws3
9063
9064         Merged the GNU_aspell_branch:
9065                 Support of new GNU/aspell is now included and the old pspell
9066                 is not supported anymore.
9067                 See README.claws
9068
9069         * README.claws
9070                 Updated spell checker text to reflect the switch to GNU/aspell
9071
9072         * ac/aspell.m4          *** NEW ***
9073         * src/gtkaspell.[ch]    *** NEW *** 
9074         * ac/pspell.m4          *** DELETED *** 
9075         * src/gtkspell.[ch]     *** DELETED ***
9076
9077         * ac/Makefile.am
9078                 Updated for GNU/aspell support
9079
9080         * po/POTFILES.in
9081                 Replaced gtkspell.c by gtkaspell.c
9082
9083         * acconfig.h
9084         * src/Makefile.am
9085         * src/about.c
9086         * src/compose.[ch]
9087         * src/crash.c
9088         * src/main.c
9089         * src/prefs_common.[ch]
9090                 Updated for GNU/aspell support
9091
9092 2002-08-28 [paul]       0.8.2claws2
9093
9094         * sync with 0.8.2cvs4
9095                 see ChangeLog 2002-08-27 and 2002-08-28
9096
9097 2002-08-28 [colin]      0.8.2claws1
9098
9099         * src/summary_search.c
9100                 Added "AND search"
9101
9102 2002-08-28 [jens]       0.8.2claws
9103
9104         *po/de.po
9105                 Updated German translations
9106
9107 2002-08-27 [melvin]     0.8.2claws
9108
9109         * po/fr.po
9110                 Updated French translations
9111
9112 2002-08-27 [paul]       0.8.2claws
9113
9114         * sync with 0.8.2 main release
9115
9116         * po/en_GB.po
9117           po/es.po
9118           po/it.po
9119           po/pl.po
9120           po/pt_BR.po
9121           po/sr.po
9122                 updated message catalogs submitted by
9123                 Ricardo Mones Lastra, Alessandro Maestri,
9124                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9125                 Beneditto and Urke MMI  
9126
9127 2002-08-27 [hoa]        0.8.1claws123
9128
9129         * src/mainwindow.[ch]
9130         * src/summaryview.[ch]
9131                 removed the "filter setting" menu option.
9132                 add a "cancel a news message" menu option.
9133
9134 2002-08-26 [martin]     0.8.1claws122
9135
9136         * ChangeLog.claws
9137                 changed string under 0.8.1claws79 changed by myself
9138                 i'm sorry alfons :(
9139
9140 2002-08-26 [martin]     0.8.1claws121
9141
9142         * src/crash.c
9143                 added kill command to debuggerrc to start crash dialog
9144
9145 2002-08-26 [paul]       0.8.1claws120
9146
9147         * sync with 0.8.1cvs31
9148                 see ChangeLog 2002-08-26
9149
9150 2002-08-25 [alfons]     0.8.1claws119
9151
9152         * src/procmsg.c
9153                 fix bug that didn't send out correct headers to news server
9154                 when sending news article and email from queue (bug reported
9155                 and patch provided by Tim Mann; closes bug 
9156                 "[ 583196 ] 0.7.8claws can't post news")
9157
9158 2002-08-25 [alfons]     0.8.1claws118
9159
9160         * src/selective_download.c
9161                 mark two strings as translatable
9162                 (thanks to Urke MMI for pointing this out)
9163
9164 2002-08-25 [alfons]     0.8.1claws117
9165
9166         * src/summaryview.c
9167                 treat sent boxes as special and allow sorting them by addressee
9168                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9169                 submitted by Steve Lamb)
9170
9171 2002-08-24 [alfons]     0.8.1claws116
9172
9173         * src/matcher.c
9174                 fix memleak reported by Martin Kluge
9175                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9176
9177 2002-08-24 [oliver]     0.8.1claws115
9178
9179         * src/prefs_toolbar.c
9180                 o code cleanup as suggested by Alfons
9181                 o memleak fix
9182
9183 2002-08-24 [alfons]     0.8.1claws114
9184
9185         * src/summaryview.c
9186                 o fix another memory leak reported by Martin Kluge
9187                   (see "[ 599568 ] Small Memory Leak")
9188                 o remove 'from' variable from 'summary_set_header()'; we can
9189                   do with just 'to' 
9190
9191 2002-08-24 [paul]       0.8.1claws113
9192
9193         * sync with 0.8.1cvs30
9194                 see ChangeLog 2002-08-23
9195
9196 2002-08-24 [alfons]     0.8.1claws112
9197
9198         * src/summaryview.c
9199                 remove unnecessary allocations for search bar fixing leaks
9200                 reported by Martin Kluge
9201                 (see "[ 599451 ] Further memory leaks?")
9202
9203 2002-08-24 [alfons]     0.8.1claws111
9204
9205         * src/main.c
9206                 make get_socket_name() public for crash.c
9207         * src/crash.c
9208                 o make report bug button work (goes to claws' 
9209                   bug tracker at sf.net)
9210                 o introduce function for doing important stuff just
9211                   before claws goes down
9212                 o clean up code 
9213
9214 2002-08-24 [alfons]     0.8.1claws110
9215
9216         * src/compose.c
9217                 move cursor to "To" entry when forwarding as attachment
9218                 (reported and solved by Steve Lamb, closes bug report
9219                 "[ 592880 ] Forward as attachment; cursor not in to")
9220
9221 2002-08-24 [colin]      0.8.1claws109
9222
9223         * src/mainwindow.c
9224                 fix quick search visibility after GUI (de)separations.
9225
9226 2002-08-23 [colin]      0.8.1claws108
9227
9228         * src/mainwindow.c
9229                 fix header pane visibility after folderview or
9230                 messageview (de)separation
9231
9232 2002-08-23 [paul]       0.8.1claws107
9233
9234         * src/mainwindow.[ch]
9235           src/toolbar.c
9236                 give full control of display or non-display 
9237                 of the Execute icon to Custom toolbar settings.
9238                 add new sensitivity condition to maninwindow.h: 
9239                 M_DELAY_EXEC
9240
9241         * ChangeLog
9242           ChangeLog.jp
9243           NEWS
9244                 more sync with 0.8.1cvs29
9245
9246 2002-08-23 [melvin]     0.8.1claws106
9247
9248         * src/alertpanel.c
9249                 Readded support for custom widget in alertpanel lost in last
9250                 sync.
9251
9252 2002-08-23 [paul]       0.8.1claws105
9253
9254         * sync with 0.8.1cvs29
9255                 see ChangeLog 2002-08-23
9256
9257 2002-08-23 [colin]      0.8.1claws104
9258
9259         * src/summaryview.c
9260                 Fix folder and search pixmaps exchanging positions
9261                 after theme or toolbar changes. Thank to Oliver for 
9262                 reporting this.
9263
9264 2002-08-23 [colin]      0.8.1claws103
9265
9266         * src/mainwindow.c
9267           src/messageview.[ch]
9268           src/noticeview.[ch]
9269           src/summaryview.c
9270                 Changed messageview_create() and noticeview_create()
9271                 to avoid the last gdk_warning
9272
9273 2002-08-22 [colin]      0.8.1claws102
9274
9275         * src/summaryview.c
9276                 Fix my new `Creating pixmap from xpm' warning
9277
9278 2002-08-22 [colin]      0.8.1claws101
9279
9280         * src/mainwindow.c
9281                 Fix some of the gdk warnings
9282
9283 2002-08-22 [colin]      0.8.1claws100
9284
9285         * src/Makefile.am
9286         * src/stock_pixmap.c
9287         * src/stock_pixmap.h
9288         * src/pixmaps/quicksearch.xpm *ADDED*
9289                 Add the quicksearch pixmap
9290         * src/mainwindow.c
9291         * src/summaryview.c
9292         * src/summaryview.h
9293                 Make quicksearch bar visible/hidden via a button
9294
9295 2002-08-22 [christoph]  0.8.1claws99
9296
9297         * src/folder.c
9298                 fix folder update for newsgroups with message
9299                 numbers below minimum number of articles to fetch
9300                 (closes bug #598445)
9301
9302 2002-08-22 [paul]       0.8.1claws98
9303
9304         * sync with 0.8.1cvs28
9305                 see ChangeLog 2002-08-22
9306
9307 2002-08-21 [alfons]     0.8.1claws97
9308
9309         * src/crash.c
9310                 use bt instead of bt full which seems to work 
9311                 better, and bt full doesn't give a great deal 
9312                 of information anyway
9313
9314 2002-08-21 [colin]      0.8.1claws96
9315
9316         * src/summaryview.c
9317                 fix summaryview_searchtype_changed prototype
9318
9319 2002-08-21 [christoph]  0.8.1claws95
9320
9321         * src/mainwindow.c
9322                 o fix broken menu update for sorting type, we have to
9323                   get this info from the summaryview now
9324                 o removed setting of threaded state in menu callback
9325         * src/summaryview.[ch]
9326                 more summaryview/folderitem seperation for
9327                 threading option
9328         * configure.in
9329                 removed not required --with-compiler-flags option
9330
9331 2002-08-21 [oliver]     0.8.1claws94
9332         
9333         * src/toolbar.h 
9334                 o rename toolbar.xml to toolbar_main.xml
9335                   since toolbar_compose.xml might come up 
9336                   any time soon
9337         * README.claws
9338                 add custom toolbar              
9339
9340 2002-08-21 [darko]      0.8.1claws93
9341
9342         * src/procmsg.c
9343                 don't reset tmp flags for messages copied
9344                 to sent folder
9345
9346 2002-08-21 [colin]      0.8.1claws92
9347         
9348         * src/prefs_filtering.c
9349                 fix renaming rules on folder rename 
9350                 when folder is not a leaf folder
9351
9352 2002-08-21 [paul]       0.8.1claws91
9353
9354         * src/prefs_folder_item.c
9355                 fix alignment of colour selector
9356
9357 2002-08-21 [paul]       0.8.1claws90
9358
9359         * sync with 0.8.1cvs27
9360                 see ChangeLog 2002-08-21
9361
9362 2002-08-21 [paul]       0.8.1claws89
9363
9364         * src/summaryview.c
9365                 fix crash when changing field type in
9366                 Quick search bar
9367
9368 2002-08-21 [colin]      0.8.1claws88
9369
9370         * src/summaryview.c
9371                 Made quick search case-insensitive
9372
9373 2002-08-21 [paul]       0.8.1claws87
9374
9375         * sync with 0.8.1cvs26
9376                 see ChangeLog 2002-08-21
9377
9378 2002-08-20 [christoph]  0.8.1claws86
9379
9380         * src/folderview.c
9381         * src/main.c
9382         * src/summaryview.[ch]
9383                 more summaryview/folderitem seperation for
9384                 sort_key and sort_type
9385         * src/procmsg.c
9386                 added missing return statement
9387
9388 2002-08-20 [colin]      0.8.1claws85
9389
9390         * src/summaryview.[ch]
9391                 Added a quick search box
9392         * src/mainwindow.c
9393         * src/prefs_common.[ch]
9394                 Added a show/hide option for the quick search
9395
9396 2002-08-20 [oliver]     0.8.1claws84
9397         
9398         * src/mainwindow.c
9399                 remove toolbar_create_popups
9400         * src/toolbar.[ch]
9401                 o remove toolbar_create_popups
9402                 o fix toolbar_set_sensitive 
9403                   (Bug reports #596834 and #596832)     
9404         * src/prefs_toolbar.c
9405                 o add "Set default" button
9406                 o align label and text + combo widgets
9407
9408 2002-08-20 [hoa]        0.8.1claws83bis
9409
9410         * src/imap.c
9411                 fixed a bug in imap_fetch_msginfo() in case there is no
9412                 current folder.
9413
9414 2002-08-20 [darko]      0.8.1claws83
9415
9416         * src/folderview.c
9417                 copy the color style of folder view so it
9418                 works with GTK themes
9419
9420 2002-08-20 [darko]      0.8.1claws82
9421
9422         * src/folder.h
9423         * src/folderview.c
9424         * src/prefs_folder_item.[hc]
9425                 don't use UI stuff in folder.h
9426
9427 2002-08-20 [darko]      0.8.1claws81
9428
9429         * src/folder.h
9430         * src/prefs_folder_item.h
9431         * src/folderview.c
9432         * src/prefs_folder_item.c
9433                 ability to set folder color in folderview
9434
9435 2002-08-19 [alfons]     0.8.1claws80
9436
9437         * src/summaryview.c
9438                 fix one of the earlier memleaks reported by Martin Kluge
9439
9440 2002-08-19 [alfons]     0.8.1claws79
9441
9442         * src/mainwindow.c
9443                 hide notice view when selecting seperate folder
9444                 view (reported by Urke MMI)
9445
9446 2002-08-19 [christoph]  0.8.1claws78
9447
9448         * src/folderview.c
9449         * src/prefs_folder_item.h
9450         * src/summaryview.[ch]
9451                 o add summary_set_prefs_from_folderitem to set
9452                   summaryview prefs (first step to remove all
9453                   references to the folderitem in summaryview)
9454                 o moved compiled regex stuff from folderitem prefs
9455                   to summaryview code
9456
9457 2002-08-19 [paul]       0.8.1claws77
9458
9459         * src/compose.c
9460                 add check for '.' to QUOTE_IF_REQUIRED
9461
9462 2002-08-19 [paul]       0.8.1claws76
9463
9464         * src/inc.c
9465                 sync with 0.8.1cvs25 (plug memory leak)
9466
9467         * src/prefs_toolbar.c
9468                 re-order prefs_toolbar_cancel()
9469
9470 2002-08-18 [alfons]     0.8.1claws75
9471
9472         * src/inc.c
9473         * src/matcher.c
9474                 plug other memleaks reported by Martin Kluge
9475
9476 2002-08-18 [paul]       0.8.1claws74
9477
9478         * po/pt_BR.po
9479                 updated by Fabio Jr. Beneditto
9480
9481 2002-08-18 [paul]       0.8.1claws73
9482
9483         * src/toolbar.[ch]
9484                 fix bug where tooltips were displayed untranslated              
9485
9486         * src/prefs_toolbar.c
9487                 fix bug where clicking 'Cancel' creates an icon & text
9488                 toolbar regardless of prefs
9489         
9490
9491 2002-08-17 [oliver]     0.8.1claws72
9492
9493         * src/prefs_toolbar.c
9494                 update toolbar on CANCEL
9495                 bug reported by Martin Kluge
9496         * src/toolbar.c
9497                 toolbar_destroy memleak fixed           
9498
9499 2002-08-17 [alfons]     0.8.1claws71
9500
9501         * src/toolbar.c
9502                 plug another memleak reported by Martin Kluge
9503
9504 2002-08-16 [alfons]     0.8.1claws70
9505
9506         * src/crash.c
9507                 use execvp() correctly (suggested by wwp; thanks!)
9508
9509 2002-08-16 [alfons]     0.8.1claws69
9510
9511         * src/gtksctree.c
9512                 plug memory leak reported by Kim Schultz & Martin Kluge
9513
9514 2002-08-16 [paul]       0.8.1claws68
9515
9516         * po/es.po
9517                 updated by Ricardo Mones Lastra
9518
9519 2002-08-16 [paul]       0.8.1claws67
9520
9521         * src/toolbar.h
9522                 fix bug where 'Compose News' icon showed wrong
9523                 tooltip
9524
9525 2002-08-16 [paul]       0.8.1claws66
9526
9527         * sync with 0.8.1cvs24
9528                 see ChangeLog 2002-08-16
9529
9530         * po/it.po
9531                 updated by Alessandro Maestri
9532
9533 2002-08-15 [paul]       0.8.1claws65
9534
9535         * po/sr.po
9536                 updated by Urke MMI
9537
9538 2002-08-15 [paul]       0.8.1claws64
9539
9540         * src/*.c
9541                 don't translate debug info
9542
9543         * src/matcher.[ch]
9544                 add copyright info
9545
9546 2002-08-15 [paul]       0.8.1claws63
9547
9548         * src/prefs_toolbar.c
9549                 fix bug where clicking 'OK' creates an icon & text
9550                 toolbar regardless of prefs
9551
9552 2002-08-14 [alfons]     0.8.1claws62
9553
9554         * src/main.c
9555                 add global var that has the full argv[0]
9556         * src/crash.c
9557                 o execvp the correct sylpheed by using argv0
9558                   and setting the correct work dir
9559                 o other tweaks  
9560
9561 2002-08-14 [oliver]     0.8.1claws61
9562         
9563         * enable/disable Toolbar Action Buttons 
9564         * code cleanups
9565         * src/mainwindow.c
9566         * src/toolbar.[ch]      
9567         * src/prefs_toolbar.c   
9568
9569 2002-08-14 [melvin]     0.8.1claws60
9570
9571         * po/fr.po
9572                 Updated French translations
9573
9574 2002-08-14 [melvin]     0.8.1claws59
9575
9576         * src/crash.c
9577                 Made bug report not translatable
9578         * src/exporthtml.c
9579                 Fixed exporthtml_build_filespec() return value
9580         * src/foldersel.c
9581                 Fixed incorrect include file
9582         * src/gtkspell.c
9583         * src/prefs_actions.c
9584         * src/prefs_toolbar.c
9585                 Made debug info not translatable
9586         * src/mutt.c
9587         * src/quote_fmt.c
9588                 Added missing includes
9589         * src/prefs_common.c
9590                 Fixed typo
9591
9592 2002-08-14 [paul]       0.8.1claws58
9593
9594         * faq/es/sylpheed-faq.html
9595           faq/es/sylpheed-faq-[1-3].html
9596           faq/es/sylpheed-faq-4.html     **NEW FILE **
9597                 update Spanish FAQ
9598
9599 2002-08-13 [christoph]  0.8.1claws57
9600
9601         * src/procmsg.c
9602                 ignore thread fix that did not mark all
9603                 child nodes of a ignored thread as
9604                 ignored. Does not work perfectly yet,
9605                 but it is better now
9606
9607 2002-08-13 [alfons]     0.8.1claws56
9608
9609         * src/crash.c
9610                 o implement 'save crash log'
9611                 o some tweaks
9612
9613 2002-08-13 [melvin]     0.8.1claws55
9614
9615         * src/main.c
9616                 removed unrequired "execinfo.h" header
9617
9618 2002-08-12 [paul]       0.8.1claws54
9619
9620         * faq/en/sylpheed-faq.html
9621           faq/en/sylpheed-faq-[1-3].html
9622           faq/en/sylpheed-faq-4.html     **NEW FILE **
9623                 update English FAQ
9624
9625 2002-08-12 [alfons]     0.8.1claws53
9626
9627         * po/POTFILES.in
9628                 add crash.c to translatables
9629         * src/crash.c
9630                 bring in Leandro's crash dialog
9631
9632 2002-08-11 [alfons]     0.8.1claws52
9633
9634         * src/crash.c
9635                 clean up some warnings
9636
9637 2002-08-11 [alfons]     0.8.1claws51
9638
9639         * acconfig.h
9640         * configure.in
9641         * src/crash.[ch]        ** NEW FILES **
9642         * src/main.c            
9643                 initial gdb crash handler
9644
9645 2002-08-11 [paul]       0.8.1claws50
9646
9647         * src/prefs_toolbar.c
9648                 replace Up/Down arrow pixmaps with text to be
9649                 consistent across icon themes
9650
9651 2002-08-11 [paul]       0.8.1claws49
9652
9653         * src/prefs_common.c
9654           src/prefs_toolbar.c
9655                 rename 'Pixmap' -> 'Icon'
9656
9657         * src/toolbar.[ch]
9658                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9659
9660 2002-08-10 [paul]       0.8.1claws48
9661
9662         * src/prefs_toolbar.c
9663                 re-work the UI
9664
9665 2002-08-10 [paul]       0.8.1claws47
9666
9667         * src/main.c
9668                 don't write Processing progress to status bar
9669                 patch submitted by Alexander Evseev
9670
9671         * src/prefs_toolbar.c
9672                 re-position and resize window
9673                 make window assume correct size on first call
9674
9675 2002-08-10 [paul]       0.8.1claws46
9676
9677         * src/mainwindow.c
9678           src/prefs_toolbar.c
9679           src/toolbar.c
9680           src/toolbar.h
9681                 obey coding style
9682                 follow UI text conventions
9683
9684 2002-08-10 [alfons]     0.8.1claws45
9685
9686         * src/toolbar.c
9687                 correct pixmap for delete action
9688
9689 2002-08-10 [paul]       0.8.1claws44
9690
9691         * po/pt_BR.po
9692                 updated by Fabio Jr. Beneditto
9693
9694 2002-08-10 [paul]       0.8.1claws43
9695
9696         * po/POTFILES.in
9697                 add custom toolbar files
9698
9699 2002-08-10 [paul]       0.8.1claws42
9700
9701         * sync with 0.8.1cvs22
9702                 see ChangeLog 2002-08-09
9703
9704 2002-08-09 [paul]       0.8.1claws41
9705
9706         * tools/Makefile.am
9707           tools/README
9708           tools/outlook2sylpheed.pl     ** NEW FILE **
9709                 add script to convert exported Outlook
9710                 contacts list to a Sylpheed addressbook.
9711                 Submitted by Ricardo Mones Lastra.
9712
9713 2002-08-09 [paul]       0.8.1claws40
9714
9715         * AUTHORS
9716           configure.in
9717           po/sr.po      ** NEW FILE **
9718                 add Serbian message catalog. Submitted by
9719                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9720
9721 2002-08-09 [paul]       0.8.1claws39
9722
9723         * sync with 0.8.1cvs21
9724                 see ChangeLog 2002-08-08
9725
9726 2002-08-08 [oliver]     0.8.1claws38
9727
9728         * src/mainwindow.c
9729                 move Custom Toolbar to Configuration menu
9730
9731 2002-08-08 [oliver]     0.8.1claws37
9732
9733         * src/prefs_toolbar.c
9734                 fix substitute pixmap bug
9735
9736 2002-08-08 [paul]       0.8.1claws36
9737
9738         * sync with 0.8.1cvs19
9739                 see ChangeLog 2002-08-08
9740
9741 2002-08-07 [christoph]  0.8.1claws35
9742
9743         * src/utils.c
9744                 fixed a memory leak in new canonicalize_file_replace
9745
9746 2002-08-07 [christoph]  0.8.1claws34
9747
9748         * src/utils.[ch]
9749                 o canonicalize_file_replace should create the temporary
9750                   file in the same directory as the original file.
9751                 o added get_tmpfile_in_dir that creates a temorary file
9752                   in a specified directory.
9753
9754 2002-08-07 [melvin]     0.8.1claws33
9755
9756         * src/toolbar.c
9757                 fixed bug where 'Article' button acted as 'Email' button.
9758
9759 2002-08-07 [paul]       0.8.1claws32
9760
9761         * sync with 0.8.1.cvs17
9762                 see ChangeLog 2002-08-07
9763
9764 2002-08-07 [colin]      0.8.1claws31
9765         
9766         * src/news.c
9767                 fix mass-cancel problem
9768
9769 2002-08-07 [thorsten]   0.8.1claws30
9770
9771         * src/prefs_toolbar.c
9772                 fix: crash on replace or add new button
9773         * src/toolbar.c
9774                 fix: close xmlfile after reading
9775         * src/utils.c
9776                 fix: unlink() file before rename()
9777
9778 2002-08-06 [paul]       0.8.1claws29
9779
9780         * sync with 0.8.cvs15
9781                 see ChangeLog 2002-08-06
9782
9783 2002-08-06 [oliver]     0.8.1claws28
9784
9785         * src/toolbar.c
9786         * src/prefs_toolbar.c
9787                 fixed empty toolbar issue
9788
9789 2002-08-06 [oliver]     0.8.1claws27
9790
9791         * Custom Toolbar Final 
9792         * src/folderview.c
9793         * src/inc.c
9794         * src/summaryview.c
9795                 o toolbar stuff now lives in src/toolbar.[ch]
9796                 o main_window_toolbar_* functions are renamed to
9797                   toolbar_* reflecting their new source file
9798         * src/mainwindow.[ch]
9799                 o remove toolbar stuff  
9800
9801 2002-08-06 [oliver]     0.8.1claws26
9802         
9803         * src/Makefile.am
9804         * src/prefs_toolbar.[ch]        **New File**
9805         * src/toolbar.[ch]              **New File**
9806                 o prefs_toolbar.[ch] custom toolbar frontend
9807                 o toolbar.[ch]       backend 
9808
9809 2002-08-06 [oliver]     0.8.1claws25
9810
9811         * src/prefs_actions.[ch]
9812                 o new exported function actions_execute
9813
9814 2002-08-06 [paul]       0.8.1claws24
9815
9816         * sync with 0.8.1cvs4
9817                 see ChangeLog 2002-08-06
9818
9819 2002-08-06 [paul]       0.8.1claws23
9820
9821         * sync with 0.8.1cvs13
9822                 see ChangeLog 2002-08-06
9823
9824 2002-08-06 [paul]       0.8.1claws22
9825
9826         * sync with 0.8.1cvs12
9827                 see ChangeLog 2002-08-05 and 2002-08-06
9828
9829 2002-08-06 [match]      0.8.1claws21
9830
9831         * src/addrclip.c
9832                 improvements to cut/copy/paste address
9833
9834 2002-08-05 [match]      0.8.1claws20
9835
9836         * src/addritem.[ch]
9837         * src/addrcache.c
9838         * src/addrbook.c
9839         * src/editaddress.c
9840         * src/addressbook.c
9841                 fixes to improve cut/copy/paste
9842
9843 2002-08-06 [melvin]     0.8.1claws19
9844
9845         * src/account.[ch]
9846                 account_find_all_from_address(): new function that returns the
9847                 list of all accounts that are matched in an address.
9848         * src/alertpanel.[ch]
9849                 alertpanel() now accepts a custom widget
9850                 alertpanel_with_widget(): new function that pops up a panel with
9851                 a custom widget in it 
9852         * src/gtkutils.[ch]
9853                 gtkut_account_menu_new(): new function that allows the selection
9854                 of an account from a list of accounts.
9855         * src/messageview.c
9856                 Extended Return Receipt notification to select the correct 
9857                 account and to make a security test on the Delivery-Notification
9858                 address which should be the same as the Return-Path.
9859
9860 2002-08-06 [thorsten]   0.8.1claws18
9861
9862         * src/mimeview.c
9863                 attach_all: save unnamed as "noname.%d",
9864                 dont free static dirname
9865
9866 2002-08-05 [alfons]     0.8.1claws17
9867
9868         * configure.in
9869                 detect XIM by trying to link rather than compile a XIM program
9870
9871 2002-08-05 [oliver]     0.8.1claws16
9872                 
9873         * src/stock_pixmap.[ch]
9874                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9875                 o new func to retrieve pixmaps
9876
9877 2002-08-05 [paul]       0.8.1claws15
9878
9879         * sync with 0.8.1cvs10
9880                 see ChangeLog 2002-08-05
9881
9882 2002-08-04 [alfons]     0.8.1claws14
9883
9884         * src/textview.c
9885                 see if this plugs memleak
9886
9887 2002-08-04 [melvin]     0.8.1claws13
9888
9889         * src/gtkspell.c
9890                 fixed bug that could crash Sylpheed when highlighting
9891                 all misspelled words.
9892
9893 2002-08-03 [melvin]     0.8.1claws12
9894
9895         * src/prefs_actions.c
9896                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9897         * src/messageview.c
9898                 fixed bug where the Return Receipt was sent to
9899                 Delivery-Notification-To address even if it was not present
9900
9901 2002-08-02 [alfons]     0.8.1claws11
9902
9903         * src/prefs_actions.c
9904                 o more check for NULLs
9905                 o put create_io_dialog() in right conditional block
9906
9907 2002-08-02 [paul]       0.8.1claws10
9908
9909         * po/es.po
9910                 updated by Ricardo Mones Lastra
9911
9912 2002-08-01 [christoph]  0.8.1claws9
9913
9914         * src/folder.c
9915                 don't free the cache of the opened
9916                 folder in the summaryview
9917         * src/summaryview.c
9918                 don't unset flags, if it is not required
9919
9920 2002-08-01 [paul]       0.8.1claws8
9921
9922         * sync with 0.8.1cvs8
9923                 see ChangeLog entry 2002-08-01
9924
9925 2002-08-01 [paul]       0.8.1claws7
9926
9927         * sync with 0.8.1cvs7
9928                 see ChangeLog 2002-07-31 and 2002-08-01
9929
9930 2002-07-31 [christoph]  0.8.1claws6
9931
9932         * src/mainwindow.c
9933                 forgot to update menu sensitivity
9934                 function for new menu entry
9935
9936 2002-07-31 [alfons]     0.8.1claws5
9937
9938         * src/main.c
9939                 check folder item and its path for NULL on
9940                 initial processing
9941
9942 2002-07-31 [christoph]  0.8.1claws4
9943
9944         * src/folder.c
9945                 check if folder_item_get_msginfo in
9946                 folder_item_remove_msg returned NULL
9947         * src/imap.c
9948                 better clear the uid cache in the
9949                 uid validity check function and delete
9950                 cached messages
9951
9952 2002-07-31 [paul]       0.8.1claws3
9953
9954         * man/sylpheed.1
9955                 add the '--attach' option and a few other
9956                 minor changes
9957
9958 2002-07-31 [paul]       0.8.1claws2
9959
9960         * sync with 0.8.1cvs5
9961                 see ChangeLog 2002-07-31
9962
9963 2002-07-31 [christoph]  0.8.1claws1
9964
9965         * src/folderview.[ch]
9966         * src/mainwindow.c
9967                 replace "Rescan all folders..." with
9968                 "Check all folders for new messages..."
9969
9970 2002-07-30 [paul]       0.8.1claws
9971
9972         * version 0.8.1claws released
9973
9974 2002-07-30 [paul]       0.8.0claws29
9975
9976         * tools/OOo2sylpheed.pl ** NEW FILE **
9977           tools/README
9978                 add script to enable sending documents as
9979                 attachments from OpenOffice.org
9980
9981 2002-07-30 [melvin]     0.8.0claws28
9982
9983         * src/prefs_actions.c
9984                 Made the actions' input/output dialog display
9985                 without delay.
9986
9987 2002-07-30 [christoph]  0.8.0claws27
9988
9989         * src/procmsg.c
9990                 check if folder_item_get_msginfo in
9991                 procmsg_save_to_outbox returned NULL
9992
9993 2002-07-30 [paul]       0.8.0claws26
9994
9995         * sync with 0.8.1cvs4
9996                 see ChangeLog 2002-07-29
9997
9998 2002-07-29 [thorsten]   0.8.0claws25
9999
10000         * README.claws
10001                 added selective download, delete on server
10002
10003 2002-07-29 [paul]       0.8.0claws24
10004
10005         * sync with 0.8.1cvs3
10006                 see ChangeLog 2002-07-29
10007
10008 2002-07-27 [christoph]  0.8.0claws23
10009
10010         * src/folder.c
10011                 add extra check if fetching the msginfo
10012                 returned NULL
10013
10014 2002-07-27 [paul]       0.8.0claws22
10015
10016         * sync with 0.8.1cvs2
10017                 see ChangeLog 2002-07-26
10018
10019 2002-07-27 [christoph]  0.8.0claws21
10020
10021         * src/imap.c
10022                 add another check if a valid msginfo
10023                 was returned
10024
10025 2002-07-26 [hoa]        0.8.0claws20
10026
10027         * src/folder.c
10028                 Fixed a condition in folder_item_destroy()
10029
10030         * src/imap.c
10031                 Fixed an error in IMAP protocol
10032
10033 2002-07-26 [alfons]     0.8.0claws19
10034
10035         * src/folder.c
10036                 ofcourse compare with identifier, not the path
10037
10038 2002-07-26 [alfons]     0.8.0claws18
10039
10040         * src/folder.c
10041                 use folder item identifier for saving / restoring
10042                 preferences because folder->path might not be unique
10043
10044 2002-07-26 [melvin]     0.8.0claws17
10045
10046         * src/logwindow.c
10047                 Fixed a crash introduced in 0.8.0claws5 when log is 
10048                 cut under 80 characters.
10049
10050 2002-07-26 [paul]       0.8.0claws16
10051
10052         * sync with 0.8.1cvs1
10053                 see ChangeLog 2002-07-26
10054
10055 2002-07-26 [christoph]  0.8.0claws15
10056
10057         * src/imap.[ch]
10058                 imap folder now remembers the last selected
10059                 folder and imap_fetch_msginfo skips selecting
10060                 the folder if it is already selected
10061
10062 2002-07-26 [christoph]  0.8.0claws14
10063
10064         * src/folder.c
10065         * src/folderview.c
10066         * src/imap.c
10067                 fix imap folder rescanning
10068
10069 2002-07-25 [christoph]  0.8.0claws13
10070
10071         * src/filter.c
10072         * src/folder.[ch]
10073         * src/folderview.c
10074         * src/imap.[ch]
10075         * src/mainwindow.c
10076         * src/mbox_folder.c
10077         * src/mh.c
10078         * src/news.c
10079                 implement imap uid cache and uid validity check
10080
10081 2002-07-25 [alfons]     0.8.0claws12
10082
10083         * src/summaryview.c
10084                 fix a brown paper bag bug, and also add some more
10085                 checks
10086
10087 2002-07-25 [christoph]  0.8.0claws11
10088
10089         * src/folder.c
10090                 don't mix copy, fetch_msginfo and remove
10091                 operations in folder item copy and move
10092                 operations
10093
10094 2002-07-25 [christoph]  0.8.0claws10
10095
10096         * src/folderview.c
10097         * src/mainwindow.c
10098         * src/prefs_folder_item.c
10099         * src/summaryview.[ch]
10100                 remove no longer required parameter update_cache from
10101                 summary_show
10102
10103 2002-07-25 [paul]       0.8.0claws9
10104
10105         * sync with 0.8.1
10106         
10107         * AUTHORS
10108                 a few corrections
10109
10110 2002-07-24 [alfons]     0.8.0claws8
10111
10112         * src/summaryview.c
10113                 sort correctly when using simplified subject line
10114                 (closes feature request "[ 585141 ] applying regexp to subject 
10115                 before sort" submitted by Alexandra Walford)
10116
10117 2002-07-24 [paul]       0.8.0claws7
10118
10119         * sync with 0.8.0cvs3
10120                 see ChangeLog 2002-07-24
10121
10122 2002-07-23 [christoph]  0.8.0claws6
10123
10124         * src/folder.c
10125         * src/folder.h
10126         * src/summaryview.c
10127         * src/summaryview.h
10128         * src/main.c
10129                 o separate processing and summaryview
10130                 o removed summary_write_cache from summaryview
10131                 o removed summaryview->killed_messages, because we don't have
10132                   to keep a list of killed messages anymore. New cache will
10133                   keep the hidden messages in cache anyway
10134         * src/folderview.c
10135         * src/inc.c
10136         * src/selective_download.c
10137                 o removed unnecessary summary_write_cache calls
10138         * src/procmsg.c
10139                 o don't set ignore thread flag in procmsg_get_thread_tree
10140                   if it is already set
10141         * src/mainwindow.c
10142         * src/statusbar.h
10143                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10144                   they are used in different files
10145
10146 2002-07-23 [melvin]     0.8.0claws5
10147
10148         * src/addressbook.c
10149         * src/addrgather.c
10150         * src/editaddress.c
10151         * src/editgroup.c
10152         * src/editldap_basedn.c
10153         * src/importldif.c
10154         * src/prefs_common.c
10155                 Fixed few memory leak (gtk_editable_get_chars returns
10156                 an allocated string)
10157         * src/logwindow.c
10158                 Fixed few memory leak (gtk_editable_get_chars returns
10159                 an allocated string) and modified a little the log cutting
10160                 loop.
10161         * src/compose.c
10162                 Replaced a call to an obsolete function gtk_entry_get_text()
10163                 by gtk_editable_get_chars()
10164         * src/send.c
10165                 Removed a debug printf
10166
10167 2002-07-23 [christoph]  0.8.0claws4
10168
10169         * src/filesel.c
10170                 fix another g_dirname memory leak
10171
10172 2002-07-23 [christoph]  0.8.0claws3
10173
10174         * src/mh.c
10175                 fixed a memory leak in mh_fetch_msginfo
10176                 fixed crash when message header could not be
10177                 parsed
10178
10179 2002-07-23 [paul]       0.8.0claws2
10180
10181         * sync with 0.8.0cvs2
10182                 see ChangeLog 2002-07-23
10183
10184 2002-07-23 [paul]       0.8.0claws1
10185
10186         * sync with 0.8.0cvs1
10187                 see ChangeLog 2002-07-23
10188
10189 2002-07-23 [paul]       0.8.0claws
10190
10191         * release of 0.8.0claws
10192
10193 2002-07-23 [paul]       0.7.8claws99
10194
10195         * po/ru.po
10196                 new Russian translation, submitted by
10197                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10198
10199 2002-07-22 [jens]       0.7.8claws98
10200
10201         * po/de.po
10202                 Updated German translations.
10203
10204 2002-07-22 [paul]       0.7.8claws97
10205
10206         * po/es.po
10207           po/it.po
10208           po/nl.po
10209           po/pt_BR.po
10210                 updated translations by Ricardo Mones Lastra,
10211                 Alessandro Maestri, Wilbert Berendsen and 
10212                 Fabio Jr. Beneditto respectively
10213
10214 2002-07-22 [christoph]  0.7.8claws96
10215
10216         * src/mimeview.c
10217                 fix memory leak caused by wrong g_dirname usage
10218
10219 2002-07-22 [christoph]  0.7.8claws95
10220
10221         * src/summaryview.c
10222                 update new and unread message counts for summaryview
10223                 summaryview does not get it from the folder anymore
10224                 and has to update the values itself
10225
10226 2002-07-22 [melvin]     0.7.8claws94
10227
10228         * po/fr.po
10229                 Updated French translations.
10230
10231 2002-07-22 [christoph]  0.7.8claws93
10232
10233         * src/matcher.c
10234                 set prop->preg pointer to NULL or following check
10235                 will not fail and regexec will be called with
10236                 invalid pointer
10237
10238 2002-07-21 [alfons]     0.7.8claws92
10239         
10240         * src/prefs_common.[ch]
10241                 remove option "Send return receipt on request"
10242
10243 2002-07-21 [thorsten]   0.7.8claws91
10244
10245         * src/mimeview.c
10246                 fixed memleaks, coding style as pointed out by alfons
10247
10248 2002-07-21 [alfons]     0.7.8claws90
10249
10250         * src/messageview.c
10251         * src/noticeview.[ch]
10252                 o fix bug notice view being displayed when going to empty folder 
10253                   (noticed by Christoph)
10254                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10255                   (noticed by Thorsten)
10256
10257 2002-07-21 [thorsten]   0.7.8claws89
10258
10259         * src/mimeview.c
10260                 Included save_all patch from Xaview FACQ
10261                 added support for pathnames
10262
10263 2002-07-21 [alfons]     0.7.8claws88
10264
10265         * po/POTFILES.in
10266         * src/Makefile.am
10267         * src/mainwindow.c
10268         * src/messageview.[ch]
10269         * src/noticeview.c      ** NEW FILE **
10270         * src/noticeview.h      ** NEW FILE **
10271                 make return receipts work again
10272                 (UI idea by Leandro Pereira)
10273
10274 2002-07-21 [paul]       0.7.8claws87
10275
10276         * src/summaryview.c
10277                 fix sensitivity of 'Select thread'
10278
10279 2002-07-21 [paul]       0.7.8claws86
10280
10281         * src/prefs_common.c
10282                 add browser command line for Galeon
10283
10284 2002-07-21 [paul]       0.7.8claws85
10285
10286         * Makefile.am
10287                 fix 'EXTRA_DIST': remove README.README, add TODO
10288                 and TODO.claws
10289
10290 2002-07-21 [alfons]     0.7.8claws84
10291
10292         * src/gtkstext.c
10293                 make enter clear selection
10294                 (closes "[ 579888 ] Editor selection/entry error"
10295                 reported by Steve Lamb)
10296
10297 2002-07-21 [alfons]     0.7.8claws83
10298         
10299         * src/summaryview.c
10300                 sort message list when selecting unthread messages
10301                 (closes "[ 501593 ] switching threaded view doesn't sort"
10302                 reported by Simon Schubert)
10303
10304 2002-07-20 [alfons]     0.7.8claws82
10305         
10306         * src/matcher.c
10307                 const-correctness
10308
10309 2002-07-20 [thorsten]   0.7.8claws81
10310
10311         * src/matcher.c
10312                 Fixed expansion of empty fields in matchactions
10313
10314 2002-07-19 [melvin]     0.7.8claws80
10315
10316         * src/gtkspell.c
10317                 Removed a duplicate menu entry (fast mode) introduced during
10318                 the new cache merge
10319                 Added a menu separator between 'Use alternate' and 'Fast mode'
10320
10321 2002-07-19 [paul]       0.7.8claws79
10322
10323         * tools/Makefile.am
10324           tools/README
10325                 correct typos
10326
10327 2002-07-19 [thorsten]   0.7.8claws78
10328
10329         * tools/calypso_convert.pl      ** NEW FILE **
10330           tools/README
10331           tools/Makefile.am
10332                 script to import mbox files exported
10333                 by calypso
10334                 o generates folder structure
10335                 o includes attachments
10336
10337 2002-07-19 [melvin]     0.7.8claws77
10338
10339         * src/selective_download.[ch]
10340                 Fixed bug where closing the dialog with the window manager's
10341                 close button will not unlock the summary
10342                 Corrected some function declarations that missed a return value
10343                 Made the source code comply better with coding style.
10344         * src/prefs_common.c
10345                 Added new browser command line for Mozilla.
10346
10347 2002-07-18 [paul]       0.7.8claws76
10348
10349         * src/mainwindow.c
10350           src/selective_download.[ch]
10351                 reflect theme changes, fix Gdk Warning when creating 
10352                 pixmap from NULL window, and minor clean up.
10353                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10354
10355         * po/en_GB.po
10356                 updated
10357
10358 2002-07-17 [paul]       0.7.8claws75
10359
10360         * INSTALL[.jp]
10361                 sync with 0.8.0
10362         
10363         * po/en_GB.po
10364                 updated
10365
10366 2002-07-16 [paul]       0.7.8claws74
10367
10368         * tools/filter_conv.pl
10369           tools/README
10370                 replace conversion script with reimplemented version, 
10371                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10372
10373 2002-07-16 [colin]      0.7.8claws73
10374
10375         * src/summaryview.c
10376                 remove forgotten debug messages - sorry ;-)
10377
10378 2002-07-16 [colin]      0.7.8claws72
10379
10380         * src/mimeview.c
10381           src/summaryview.c
10382           src/textview.c
10383           src/textview.h
10384                 add the ability to select part of a text mime-part 
10385                 to reply.
10386
10387 2002-07-15 [christoph]  0.7.8claws71
10388
10389         * src/folder.c
10390                 fix folder message count for folders without
10391                 msg_is_changed (includes news folders)
10392
10393 2002-07-15 [martin]     0.7.8claws70
10394
10395         * src/summaryview.c
10396                 option "display recipient on 'From'..." now works
10397                 without the need of enabling the option
10398                 "display  sender  using  address  book".
10399
10400 2002-07-15 [christoph]  0.7.8claws69
10401
10402         * src/summaryview.c
10403                 removed setting folder status from summaryview.
10404                 folder.c should update all message counts correctly.
10405
10406 2002-07-15 [paul]       0.7.8claws68
10407
10408         * po/pt_BR.po
10409                 updated by Fabio Junior Beneditto
10410
10411 2002-07-15 [darko]      0.7.8claws67
10412
10413         * src/mh.c
10414                 Fixed target folder colorization, don't decrease op
10415                 number twice
10416
10417 2002-07-14 [paul]       0.7.8claws66
10418
10419         * sync with main 0.8.0
10420                 see ChangeLog 2002-07-14
10421
10422 2002-07-13 [melvin]     0.7.8claws65
10423         
10424         * src/addrbook.c
10425         * src/addressbook.c
10426         * src/addrindex.c
10427                 Replaced sprintf by g_snprintf to prevent possible buffer
10428                 overflow.
10429         * src/news.c
10430                 Corrected a log message output format.
10431                 Added a missing "done" debug output.
10432         * src/compose.c
10433                 Added keyboard accelerator for Priority menu items
10434                 Added missing \n in debug output
10435         * src/logwindow.c
10436         * src/gtkspell.c
10437         * src/rfc2015.c
10438                 Added missing \n in debug output
10439
10440 2002-07-13 [paul]       0.7.8claws64
10441
10442         * man/sylpheed.1
10443                 change Sergey's email address to the sf address
10444
10445         * src/textview.c
10446                 increase show_url_timeout (more useful for long
10447                 urls)
10448
10449 2002-07-12 [sergey]     0.7.8claws63
10450
10451         * src/rfc2015.c
10452                 applied (with some modifications) patch to set the
10453                 micalg parameter for signatures
10454                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10455
10456 2002-07-12 [sergey]     0.7.8claws62
10457
10458         * man/Makefile.am
10459         * configure.in
10460                 fixed man page installation
10461
10462 2002-07-12 [paul]       0.7.8claws61
10463
10464         * sync with 0.7.8cvs26
10465                 see ChangeLog 2002-07-11 and 2002-07-12
10466
10467 2002-07-11 [christoph]  0.7.8claws60
10468
10469         * src/compose.c
10470         * src/procmsg.c
10471                 first use the message number to find the message
10472                 to mark with a reply flag but check the
10473                 message-id if we got the correct message, if not
10474                 try to find it by message-id.
10475                 use new string seperator that is not allowed
10476                 in message-ids.
10477
10478 2002-07-11 [paul]       0.7.8claws59
10479
10480         * sync with 0.7.8cvs23
10481                 see ChangeLog 2002-07-10
10482
10483 2002-07-10 [christoph]  0.7.8claws58
10484
10485         * src/folder.[ch]
10486         * src/msgcache.[ch]
10487                 Added message-id table to the cache in memory
10488                 and functions to msgcache.c and folder.c to
10489                 fetch MsgInfos by message id
10490         * src/compose.c
10491         * src/procmsg.c
10492                 store folder and message-id of message replying
10493                 to in queue header and set reply flag after sending
10494                 (Closes bug #469498)
10495
10496 2002-07-10 [paul]       0.7.8claws57
10497
10498         * AUTHORS
10499           man/sylpheed.1.gz
10500                 add Martin to the list of authors
10501
10502 2002-07-09 [martin]     0.7.8claws56
10503         * src/gtksctree.c
10504                 Added gtk_ctree_last_visible(), tree_update_level(),
10505                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10506                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10507                 from gtk+ to gtksctree.c for the new sorting code
10508                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10509                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10510         * src/gtksctree.h
10511                 Added declaration for gtk_sctree_sort_recursive() and
10512                 gtk_sctree_sort_node
10513         * src/addressbook.c
10514         * src/foldersel.c
10515         * src/folderview.c
10516         * src/summaryview.c
10517                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10518                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10519
10520 2002-07-08 [paul]       0.7.8claws55
10521
10522         * more sync with 0.7.8cvs21
10523                 see ChangeLog 2002-07-08
10524
10525 2002-07-08 [paul]       0.7.8claws54
10526
10527         * sync with 0.7.8cvs21
10528                 see ChangeLog 2002-07-08
10529
10530 2002-07-07 [alfons]     0.7.8claws53
10531
10532         * src/Makefile.am
10533         * src/stock_pixmap.[ch]
10534         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10535         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10536         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10537                 add new pixmaps for upcoming notice pane
10538
10539 2002-07-06 [melvin]     0.7.8claws52
10540
10541         * src/gtkspell.[ch]
10542                 Made them a bit closer to Sylpheed's coding style.
10543                 Removed old code.
10544                 Removed possible memory leaks when some errors occurs.
10545
10546 2002-07-06 [melvin]     0.7.8claws51
10547
10548         * po/Makefile.in.in
10549                 Removed --no-location in xgettext command line to help
10550                 translators that use Emacs' po-mode
10551         * src/quote_fmt.c
10552                 Removed unnecessary comments that messed up sylpheed.pot
10553
10554 2002-07-06 [paul]       0.7.8claws50
10555
10556         * sync with 0.7.8cvs19
10557                 see ChangeLog 2002-07-05
10558
10559 2002-07-06 [christoph]  0.7.8claws49
10560
10561         * src/folder.c
10562         * src/mainwindow.c
10563                 fix folder_item_remove_all_msg and folderview
10564                 status for trash folders after emptying trash
10565
10566 2002-07-05 [paul]       0.7.8claws48
10567
10568         * sync with 0.7.8cvs16
10569                 see ChangeLog 2002-07-04 and 2002-07-05
10570
10571 2002-07-04 [paul]       0.7.8claws47
10572
10573         * sync with 0.7.8cvs14
10574                 see  ChangeLog 2002-07-04
10575
10576 2002-07-03 [alfons]     0.7.8claws46
10577
10578         * src/folder.c
10579                 dupe folder item's path because it's being reallocated
10580                 by new folder scanning code
10581
10582 2002-07-03 [christoph]  0.7.8claws45
10583
10584         * src/imap.c
10585                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10586         * src/msgcache.c
10587                 add missing return in msgcache_write
10588
10589 2002-07-02 [thorsten]   0.7.8claws44
10590
10591         * src/jpilot.c
10592         * src/msgcache.c
10593         * src/rfc2015.c
10594                 use binary mode for file access
10595
10596 2002-07-02 [christoph]  0.7.8claws43
10597
10598         * major code cleanup (part 1)
10599         
10600                 - unused variables removed
10601                 - unused functions removed
10602                 - uninitialized variables checked
10603                 - missing return statements added
10604                 - missing function return types added
10605                 - added parentheses around assignment and
10606                   && in || when suggested by gcc
10607               
10608         * src/mh.c
10609         * src/folder.c
10610                 replaced direct calls to folder->scan_tree
10611                 with folder_scan_tree and restore folder
10612                 prefs in this function. The folder should
10613                 not have to deal with them.
10614                 ( Should now work for all folder types )
10615
10616 2002-07-02 [paul]       0.7.8claws42
10617
10618         * sync with 0.7.8cvs13
10619                 see ChangeLog 2002-07-01 and 2002-07-02
10620
10621 2002-07-01 [christoph]  0.7.8claws41
10622
10623         * src/summaryview.c
10624                 fix "goto next/prev unread message" with
10625                 ignored threads
10626
10627 2002-07-01 [paul]       0.7.8claws40
10628
10629         * po/es.po
10630                 updated by Ricardo Mones Lastra
10631
10632 2002-06-30 [match]      0.7.8claws39
10633
10634         * src/jpilot.c
10635                 applied variation of leonerd's patch (566661) to
10636                 allow multiple email addresses per JPilot entry.
10637                 addresses may be separated by space, comma, pipe,
10638                 semi-colon, new-line.
10639
10640 2002-06-30 [alfons]     0.7.8claws38
10641
10642         * src/procmsg.c
10643                 simple fix for putting older nodes before
10644                 newer nodes when threading by subject
10645
10646 2002-06-30 [christoph]  0.7.8claws37
10647
10648         * src/folder.c
10649         * src/folderview.c
10650         * src/mh.c
10651         * src/news.c
10652         * src/procmsg.c
10653                 fix broken folder tree rescaning
10654                 and don't use procmsg_get_mark_sum
10655                 anymore
10656
10657 2002-06-30 [christoph]  0.7.8claws36
10658
10659         * merge new cache branch
10660         * src/imap.c
10661                 fix new cache imap copy bug
10662         * src/folder.c
10663                 improved folder_item_scan
10664                 it should now always set the correct
10665                 new, unread and total message counts
10666
10667 2002-06-29 [paul]       0.7.8claws35
10668
10669         * configure.in
10670                 correct syntax error
10671
10672 2002-06-29 [paul]       0.7.8claws34
10673
10674         * configure.in
10675           Makefile.am
10676           man/Makefile.am       ** NEW FILE **
10677           man/sylpheed.1.gz     ** NEW FILE **
10678                 add Sylpheed man page
10679
10680 2002-06-29 [paul]       0.7.8claws33
10681
10682         * po/pt_BR.po
10683                 updated by Fabio Junior Beneditto
10684
10685 2002-06-28 [jens]       0.7.8claws32
10686
10687         * po/de.po
10688                 translation updated
10689
10690         * src/selective_download.c
10691                 removed gettext for space " "
10692
10693         * src/imap.c
10694                 removed wrong space
10695
10696 2002-06-28 [paul]       0.7.8claws31
10697
10698         * sync with 0.7.8cvs11
10699                 see ChangeLog 2002-06-28
10700
10701 2002-06-28 [paul]       0.7.8claws30
10702
10703         * sync with 0.7.8cvs10
10704                 see ChangeLog 2002-06-27 and 2002-06-28
10705
10706 2002-06-26 [paul]       0.7.8claws29
10707
10708         * src/addrgather.c
10709           src/selective_download.c
10710                 don't gettextise empty strings.
10711                 reserved by gettext. gettext("") returns 
10712                 the header entry with meta information, 
10713                 not the empty string
10714
10715         * po/en_GB.po
10716                 updated
10717
10718 2002-06-26 [paul]       0.7.8claws28
10719
10720         * sync with 0.7.8cvs7
10721                 see ChangeLog 2002-06-25
10722
10723         * src/prefs_common.c
10724                 ...and in the process, tweak the gui a little
10725
10726 2002-06-25 [alfons]     0.7.8claws27
10727         
10728         * configure.in
10729         * src/Makefile.am
10730                 fine tune ldap library detection
10731
10732 2002-06-25 [alfons]     0.7.8claws26
10733
10734         * src/compose.c
10735                 don't allow return receipts when composing a news article
10736
10737 2002-06-25 [paul]       0.7.8claws25
10738
10739         * Makefile.am
10740                 add '$(AMTAR)' to 'release' section to allow for
10741                 new and older autotools
10742
10743 2002-06-25 [paul]       0.7.8claws24
10744
10745         * src/summaryview.c
10746                 fix "No more unread messages" persistant pop-up
10747                 window bug
10748
10749 2002-06-25 [paul]       0.7.8claws23
10750
10751         * po/it.po
10752                 updated by Alessandro Maestri
10753
10754 2002-06-25 [paul]       0.7.8claws22
10755
10756         * sync with 0.7.8cvs6
10757                 see ChangeLog 2002-06-25
10758
10759 2002-06-24 [paul]       0.7.8claws21
10760
10761         * tools/update-po
10762                 add GPL copyright information
10763
10764 2002-06-24 [paul]       0.7.8claws20
10765
10766         * tools/Makefile.am
10767           tools/README
10768           tools/update-po       ** NEW FILE **
10769                 add script that eases the creation of *.po files
10770                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10771
10772 2002-06-23 [alfons]     0.7.8claws19
10773
10774         * src/messageview.c
10775                 make notification_convert_header obey const correctness
10776                 (next step will be fixing the broken return receipt)
10777
10778 2002-06-23 [paul]       0.7.8claws18
10779
10780         * src/messageview.c
10781                 fix bug introduced in last commit:
10782                 removed too much code in last commit - put back what's
10783                 needed
10784
10785 2002-06-23 [paul]       0.7.8claws17
10786
10787         * src/messageview.[ch]
10788                 remove code committed in error from locally patched
10789                 source
10790
10791 2002-06-23 [colin]      0.7.8claws16
10792
10793         * src/compose.[ch]
10794                 add compose_entry_select(), used to select the default_to
10795                 email address - hopefully avoiding people sending mails to
10796                 wrong recipients.
10797
10798 2002-06-22 [alfons]     0.7.8claws15
10799
10800         * AUTHORS
10801                 add Bram Metsch & Stanislav Karchebny
10802         * src/smtp.[ch]
10803         * src/prefs_account.[ch]
10804         * src/send.c
10805                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10806                   options.  (see <http://sourceforge.net/tracker/index.php
10807                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10808
10809                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10810                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10811
10812 2002-06-22 [paul]       0.7.8claws14
10813
10814         * sync with 0.7.8cvs5
10815                 see ChangeLog 2002-06-19 and 2002-06-20
10816
10817 2002-06-22 [alfons]     0.7.8claws13
10818
10819         * src/selective_download.c
10820                 fix a stupid mistake I made
10821
10822 2002-06-22 [alfons]     0.7.8claws12
10823
10824         * src/selective_download.[ch]
10825                 fix another unnoticed leak; cleanup code
10826
10827 2002-06-21 [alfons]
10828
10829         * tools/Makefile.am
10830                 gpg-sign <-- gpg-sign-syl
10831
10832 2002-06-21 [alfons]     0.7.8claws11
10833
10834         * src/selective_download.c
10835         * src/selective_download.h
10836                 fix assorted mix of allocation errors (should solve
10837                 problem reported by Philippe Gramoullé, see:
10838                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10839
10840 2002-06-20 [melvin]     0.7.8claws10
10841
10842         * tools/gpg-sign *REMOVED*
10843           tools/gpg-sign-syl *ADDED*
10844                 Replaced the gpg clearsigning script with the version using
10845                 xterm instead of ssh-askpass and changed its name.
10846
10847         * README.claws
10848                 Updated actions example to reflect the renaming of the
10849                 gpg clearsigning script.
10850
10851 2002-06-19 [paul]       0.7.8claws9
10852
10853         * sync with 0.7.8claws9
10854                 see ChangeLog 2002-06-18 and 2002-06-19
10855
10856 2002-06-19 [paul]       0.7.8claws8
10857
10858         * sync with 0.7.8cvs1
10859                 see ChangeLog 2002-06-18
10860
10861 2002-06-18 [alfons]     0.7.8claws7
10862
10863         * src/mainwindow.h
10864                 add omitted prototype
10865
10866 2002-06-17 [paul]       0.7.8claws6
10867
10868         * src/mainwindow.c
10869                 fix hiding of exec_btn
10870
10871 2002-06-17 [paul]       0.7.8claws5
10872
10873         * src/pop.c
10874                 remove unneeded code: should_delete() 
10875                 and Pop3State::uidl_todelete_list
10876
10877 2002-06-17 [paul]       0.7.8claws4
10878
10879         * sync with 0.7.8
10880                 see ChangeLog 2002-06-11 and 2002-06-13
10881
10882 2002-06-16 [alfons]     0.7.8claws3
10883         
10884         * src/folder.c
10885                 make sure lock sort mode (claws specific) is
10886                 also persists after a tree rescan
10887
10888 2002-06-16 [alfons]     0.7.8claws2
10889
10890         * src/prefs_folder_item.c
10891         * src/folder.[ch]
10892                 fix persistence of folder sort mode (broken
10893                 by adapting Hiro's new folder persistence code)
10894
10895 2002-06-16 [alfons]     0.7.8claws1
10896
10897         * AUTHORS
10898         * src/logwindow.c
10899         * src/prefscommon.[ch]
10900                 control size of log text in log window; 
10901                 closes patch #569155 submitted by Mitko Haralanov.
10902
10903 2002-06-15 [paul]       0.7.8claws
10904
10905         * release of 0.7.8claws
10906
10907 2002-06-15 [paul]       0.7.7claws
10908
10909         * po/pt_BR.po
10910                 updated by Fabio Junior Beneditto
10911
10912 2002-06-14 [paul]       0.7.6claws49
10913
10914         * po/es.po
10915                 updated by Ricardo Mones Lastra
10916
10917 2002-06-14 [paul]       0.7.6claws48
10918
10919         * po/nl.po
10920                 updated translation by Wilbert Berendsen
10921
10922 2002-06-14 [melvin]     0.7.6claws47
10923
10924         * po/fr.po
10925                 Updated French translation
10926
10927 2002-06-13 [paul]       0.7.6claws46
10928
10929         * src/filesel.c
10930                 allow filename to be typed in, rather than just
10931                 selected by the mouse. Patch by Gustavo Noronha Silva.
10932
10933 2002-06-13 [alfons]     0.7.6claws45
10934
10935         * src/mainwindow.[ch]
10936                 more cleanups (removing unnecessary menu items Expand 
10937                 summary / message view)
10938
10939 2002-06-13 [melvin]     0.7.6claws44
10940
10941         * po/POTFILES.in
10942                 Added src/string_match.c
10943         * src/string_match.c
10944                 Fixed possible buffer overflow.
10945                 Corrected typo.
10946                 Added missing config.h header.
10947         * src/prefs_common.c
10948           src/prefs_matcher.c
10949           src/prefs_scoring.c
10950                 Made some strings translatable (missing _(..)).
10951
10952 2002-06-13 [melvin]     0.7.6claws43
10953
10954         * README.claws
10955                 Corrected action example (verifying clearsigned mail).
10956         * src/prefs_account.c
10957                 Corrected typo.
10958         * src/prefs_common.c
10959                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10960
10961 2002-06-12 [alfons]     0.7.6claws42
10962
10963         * src/summaryview.c
10964                 add init of score column lost in 0.7.6claws42
10965
10966 2002-06-12 [paul]       0.7.6claws41
10967
10968         * src/prefs_account.c
10969                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10970                 behavior of the radio buttons, (from 0.7.7cvs2)
10971
10972 2002-06-11 [alfons]     0.7.6claws40
10973
10974         * src/messageview.[ch]
10975         * src/summaryview.[ch]
10976         * src/summary_search.c
10977         * src/mainwindow.c
10978                 perform a sync to bring in Hiro's separate view implementation 
10979
10980                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10981
10982 2002-06-11 [paul]       0.7.6claws39
10983         
10984         * src/prefs_account.c
10985                 correct a typo on the Receive tab
10986
10987 2002-06-10 [match]      0.7.6claws38
10988
10989         * src/addressbook.c
10990                 Included address completion patch from Gustavo Noronha.
10991
10992 2002-06-10 [paul]       0.7.6claws37
10993
10994         * src/inc.[ch]
10995           src/pop.c
10996           src/prefs_account.[ch]
10997           src/selective_download.[ch]
10998                 apply PATCH #561712
10999                  NEW:
11000                 - check if POP Account
11001                 - Receive Button renamed to Preview
11002                 - Preview Button Popup: preview new/all messages
11003                 - Download Button
11004                 - Account Preferences-->Receive tab checkbutton if you
11005                   want to remove Mail after Download
11006                 -: default YES
11007                 - Account Preferences-->Receive tab checkbutton use
11008                   filtering rules on preview
11009                   (think of delete_on_server)
11010                 -: default YES
11011                 - Account selectable from SD dialog
11012                 - checkbutton to show already downloaded messages if
11013                   all messages are previewed
11014                 - new clist column showing Date
11015                 - ESC KEY close
11016                 FIXES:
11017                 - play ball with UIDL
11018                 - fault tolerant (?) 
11019                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11020
11021 2002-06-10 [melvin]     0.7.6claws36
11022
11023         * README.claws
11024                 Added a hint to ac/README in cvs instructions.
11025
11026         * src/prefs_actions.c
11027                 Made it possible to use a more elaborate command line
11028                 for asynchronous actions, too.
11029
11030 2002-06-10 [melvin]     0.7.6claws35
11031         
11032         * src/prefs_actions.c
11033                 Make it possible to use a more elaborate command line
11034                 (e.g. |foo|bar|cat>there;echo Done|)
11035                 Corrected error message when calling %f, %F and %p commands
11036                 from the compose window.
11037
11038 2002-06-09 [colin]      0.7.6claws34
11039
11040         * src/summaryview.c
11041                 Automatically find unread messages in current folder
11042                 before annoying the user.
11043
11044 2002-06-08 [alfons]     0.7.6claws33
11045
11046         * po/it.po
11047                 remove bad formatting string in it.po translation
11048                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11049
11050 2002-06-08 [paul]       0.7.6claws32
11051
11052         * sync with 0.7.6cvs25
11053                 see ChangeLog 2002-06-07
11054
11055 2002-06-05 [paul]       0.7.6claws31
11056
11057         * src/mainwindow.c
11058                 add 'Sort by locked' and 'Sort by score'
11059
11060 2002-06-05 [paul]       0.7.6claws30
11061
11062         * sync with 0.7.6cvs24
11063                 see ChangeLog 2002-06-04
11064
11065 2002-06-04 [paul]       0.7.6claws29
11066
11067         * po/pt_BR.po
11068                 updated by Fabio Junior Beneditto
11069
11070 2002-06-03 [thorsten]   0.7.6claws28
11071
11072         * src/matcher.c
11073                 fclose() matcherrc after reading
11074
11075 2002-06-03 [paul]       0.7.6claws27
11076
11077         * sync with 0.7.6cvs21
11078                 see ChangeLog 2002-05-31
11079
11080 2002-05-31 [paul]       0.7.6claws26
11081
11082         * sync with 0.7.6cvs20
11083                 see ChangeLog 2002-05-29 and 2002-05-30
11084
11085 2002-05-31 [paul]       0.7.6claws25
11086
11087         * src/imap.c
11088                 hopefully fix last buggy sync
11089
11090         * README.claws
11091                 correct typo in 'Actions' examples
11092
11093 2002-05-29 [paul]       0.7.6claws24
11094
11095         * sync with 0.7.6cvs18
11096                 see ChangeLog 2002-05-28 and 2002-05-29
11097
11098         * src/news.c
11099           src/nntp.[ch]
11100                 sync with above 
11101
11102 2002-05-28 [paul]       0.7.6claws23
11103
11104         * sync with 0.7.6cvs16
11105                 see ChangeLog 2002-05-28
11106
11107 2002-05-27 [thorsten]   0.7.6claws22 
11108
11109         * faq/it/sylpheed-faq-1.html
11110           faq/it/sylpheed-faq-2.html
11111           faq/it/sylpheed-faq-3.html
11112           faq/it/sylpheed-faq.html
11113                 corrected DOS lineendings
11114         * faq/de/sylpheed-faq-1.html
11115           faq/de/sylpheed-faq-2.html
11116           faq/en/sylpheed-faq-1.html
11117           faq/en/sylpheed-faq-2.html
11118           faq/en/sylpheed-faq-3.html
11119           faq/es/sylpheed-faq-1.html
11120           faq/es/sylpheed-faq-2.html
11121           faq/es/sylpheed-faq-3.html
11122           faq/fr/sylpheed-faq-1.html
11123           faq/it/sylpheed-faq-1.html
11124           faq/it/sylpheed-faq-2.html
11125           faq/it/sylpheed-faq-3.html
11126           faq/it/sylpheed-faq.html
11127                 changed ">" to &quot;
11128
11129 2002-05-27 [paul]       0.7.6claws21
11130         
11131         * sync with 0.7.6cvs15
11132                 see ChangeLog 2002-05-27
11133
11134 2002-05-27 [paul]       0.7.6claws20
11135
11136         * src/prefs_account.c
11137                 correct a typo
11138
11139 2002-05-26 [paul]       0.7.6claws19
11140
11141         * tools/README
11142                 correct a typo
11143
11144 2002-05-25 [paul]       0.7.6claws18
11145
11146         * tools/README
11147                 add description of kmail2sylpheed.pl
11148
11149 2002-05-25 [paul]       0.7.6claws17
11150
11151         * tools/kmail2sylpheed.pl       ** NEW FILE **
11152                 perl script that converts an exported Kmail address
11153                 book, converts it to sylpheed addressbook file,
11154                 writes the file to .sylpheed, and updates
11155                 addrbook--index.xml 
11156
11157 2002-05-25 [paul]       0.7.6claws16
11158
11159         * sync with 0.7.6cvs14
11160                 see ChangeLog 2002-05-23
11161
11162 2002-05-24 [paul]       0.7.6claws15
11163
11164         * README.claws
11165                 make a correction and add some more info
11166
11167 2002-05-24 [paul]       0.7.6claws14
11168
11169         * src/compose.c
11170                 fix memory leak in 
11171                 compose_redirect_write_headers_from_headerlist()
11172                 add Subject and Resent-Message-ID to
11173                 compose_redirect_write_headers()
11174                 Received, Subject, and X-UIDL are filtered out in 
11175                 compose_redirect_write_to_file()
11176
11177 2002-05-23 [paul]       0.7.6claws13
11178
11179         * src/compose.[ch]
11180           src/filtering.c
11181           src/mainwindow.c
11182           src/matcher.[ch]
11183           src/matcher_parser_lex.l
11184           src/matcher_parser_parse.y
11185           src/prefs_common.[ch]
11186           src/prefs_filtering.c
11187           src/summaryview.c
11188                 rename 'Bounce' to 'Redirect'
11189
11190 2002-05-23 [paul]       0.7.6claws12
11191
11192         * more sync with 0.7.6cvs13
11193           src/compose.c
11194                 see ChangeLog 2002-05-22
11195
11196 2002-05-22 [paul]       0.7.6claws11
11197
11198         * sync with 0.7.6cvs13
11199           src/codeconv.c
11200                 see ChangeLog 2002-05-20
11201           src/prefs_common.c
11202                 see ChangeLog 2002-05-22
11203
11204 2002-05-21 [melvin]     0.7.6claws10
11205
11206         * src/folderview.c
11207                 Added missing filtering and scoring headers
11208                 Fixed bad function call that showed garbage 
11209                 in Folder->Processing
11210
11211 2002-05-21 [paul]       0.7.6claws9
11212
11213         * tools/Makefile.am
11214                 make all tools executable, (patch by Alfons).
11215
11216 2002-05-20 [alfons]     0.7.6claws8
11217
11218         * src/procheader.c
11219                 don't forget to call mktime() so we have a valid week 
11220                 and year day
11221                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11222
11223 2002-05-20 [paul]       0.7.6claws7
11224
11225         * src/html.c
11226                 fix broken parsing of urls
11227         * src/textview.c
11228                 fix displaying of urls
11229
11230                 both fixes from the patch [547855] by Eugene 
11231                 Brevdo (zonem)
11232
11233 2002-05-19 [alfons]     0.7.6claws6
11234
11235         * configure.in
11236                 make sylpheed configure correctly with the latest
11237                 and greatest of automake / autoconf / gettext
11238
11239 2002-05-19 [alfons]     0.7.6claws5
11240
11241         * src/procheader.c
11242         * src/procheader.h
11243                 add function for returning ime zone offset
11244         * src/quote_fmt.c
11245         * src/quote_fmt_parse.y
11246                 better quotation formatting - does not convert
11247                 to local time, but uses the original date string.
11248                 
11249                 Note: %z inserts the timezone offset (should 
11250                 work also on platforms where strftime does not
11251                 support %z).
11252
11253 2002-05-18 [christoph]  0.7.6claws4
11254
11255         * src/summaryview.c
11256                 fix indentation of some code
11257         * tools/Makefile.am
11258                 fix spaces after \
11259         * src/Makefile.am
11260                 add missing \
11261                 correct path for ignorethread.xpm
11262                 incorrect filename for sylpheed_logo.xpm
11263                 add missing include matcher_parser_parse.h
11264
11265 2002-05-18 [paul]       0.7.6claws3
11266
11267         * sync with 0.7.6cvs8
11268                 see ChangeLog 2002-05-16 and 2002-05-17
11269
11270 2002-05-18 [melvin]     0.7.6claws2
11271
11272         * README.claws
11273                 Corrected an action's definition and fixed some misspellings.
11274
11275 2002-05-18 [paul]       0.7.6claws1
11276
11277         * tools/Makefile.am
11278           tools/gpg-sign        ** new file **
11279           tools/uudec           ** new file **
11280                 add Melvin's Actions scripts
11281
11282         * README.claws
11283                 add Melvin's descriptions for Actions
11284
11285 2002-05-18 [paul]       0.7.6claws
11286
11287         * Version 0.7.6claws released
11288
11289 2002-05-17 [paul]       0.7.5claws32
11290
11291         * po/es.po
11292                 updated by Ricardo Mones Lastra
11293
11294 2002-05-17 [paul]       0.7.5claws31
11295
11296         * src/compose.c
11297                 fix Account prefs default folder for sent/draft/deleted
11298                 messages bug
11299
11300         * po/it.po
11301           po/nl.po
11302                 updated translation by Alessandro Maestri and
11303                 Wilbert Berendsen
11304
11305 2002-05-17 [melvin]     0.7.5claws30
11306
11307         * src/prefs_actions.c
11308                 Fixed bug where using %F not at the end of the command 
11309                 resulted in an additional empty argument being created.
11310                 Thanks to Darko Koruga for reporting the bug.
11311
11312 2002-05-17 [melvin]     0.7.5claws29
11313
11314         * po/fr.po
11315                 Updated French translations.
11316
11317 2002-05-15 [paul]       0.7.5claws28
11318         
11319         * po/es.po
11320                 updated by Ricardo Mones Lastra
11321
11322 2002-05-15 [paul]       0.7.5claws27
11323
11324         * sync with 0.7.6cvs4
11325                 see ChangeLog 2002-05-14 and 2002-05-15
11326
11327 2002-05-14 [paul]       0.7.5claws26
11328
11329         * sync with 0.7.6cvs1
11330                 see ChangeLog 2002-05-13
11331
11332 2002-05-13 [thorsten]   0.7.5claws25
11333
11334         * src/messageview.c
11335                 fix select_all and copy in multipart messages
11336         * src/mainwindow.c
11337                 fix select_all and copy in multipart messages
11338
11339 2002-05-12 [paul]       0.7.5claws24
11340
11341         * src/summaryview.c
11342                 reverse last commit, bug already fixed in 0.7.5claws3
11343
11344 2002-05-12 [netztorte]  0.7.5claws23
11345
11346         * src/summaryview.c
11347                 dont parse empty addressbook (checked in before claws20)
11348
11349 2002-05-12 [melvin]     0.7.5claws22
11350
11351         * src/procmsg.[ch]
11352                 Removed unneeded priority code introduced by the previous 
11353                 commit.
11354
11355 2002-05-12 [melvin]     0.7.5claws21
11356
11357         * src/compose.[ch]
11358                 Added possibility to set message's priority.
11359         * src/procmsg.[ch]
11360                 Added possibility to set message's priority.
11361                 Added missing headers
11362
11363 2002-05-12 [melvin]     0.7.5claws20
11364
11365         * src/prefs_actions.c
11366                 Removed implicitely added quotes around the name
11367                 of the temporary files of mime parts.
11368
11369 2002-05-12 [paul]       0.7.5claws19
11370
11371         * sync with 0.7.5cvs20
11372                 see ChangeLog 2002-05-11
11373
11374 2002-05-12 [alfons]     0.7.5claws18
11375
11376         * src/quote_fmt_lex.l
11377         * src/quote_fmt_parse.y
11378                 allow quote / reply date & time format to be set using
11379                 %D{format}. format is a format string you'd pass to
11380                 strftime() (see man strftime, or the Display tab |
11381                 Date format setting).
11382
11383                 Currently %D converts the date to local time. 
11384
11385 2002-05-11 [paul]       0.7.5claws17
11386
11387         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11388                 see ChangeLog 2002-05-10 and 2002-05-11
11389
11390 2002-05-10 [paul]       0.7.5claws16
11391
11392         * sync with 0.7.5cvs16
11393                 see ChangeLog entries 2002-05-09 and 
11394                 2002-05-10
11395
11396 2002-05-10 [colin]      0.7.5claws15
11397
11398         * src/textview.c
11399                 Corrected a bug that prevented sylpheed to open
11400                 double-clicked URIs.
11401
11402 2002-05-09 [paul]       0.7.5claws14
11403
11404         * sync with 0.7.5cvs14
11405                 see ChangeLog 2002-05-08 and 2002-05-09
11406
11407 2002-05-08 [paul]       0.7.5claws13
11408
11409         * sync with 0.7.5cvs11
11410                 see ChangeLog entry 2002-05-08
11411
11412 2002-05-08 [paul]       0.7.5claws12
11413
11414         * src/mainwindow.c
11415           src/textview.[ch]
11416                 fix segfault on View->Open in new window
11417                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11418
11419 2002-05-07 [paul]       0.7.5claws11
11420
11421         * sync with 0.7.5cvs9
11422                 see ChangeLog entry 2002-05-07
11423
11424 2002-05-06 [paul]       0.7.5claws10
11425
11426         * src/messageview.c
11427           src/textview.c
11428                 display url in statusbar on single-click
11429                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11430
11431 2002-05-06 [match]      0.7.5claws9
11432
11433         * src/addritem.[ch]
11434                 new functions.
11435         * src/addrcache.c
11436                 tidy up.
11437         * src/xmlprops.[ch]
11438                 XML implementation of properties file.
11439         * src/exporthtml.[ch]
11440         * src/expthtmldlg.[ch]
11441         * src/addressbook.c
11442                 export to HTML.
11443
11444 2002-05-02 [sergey]     0.7.5claws8
11445
11446         * src/mainwindow.c (mainwin_entries),
11447           src/prefs_common.c (prefs_send_create()),
11448           src/codeconv.c (locale_table):
11449                 use charset name "Windows-1251" instead of "CP1251".
11450
11451 2002-05-02 [colin]      0.7.5claws7
11452         
11453         * src/compose.c
11454           src/prefs_common.c
11455           src/prefs_folder_item.c
11456                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11457
11458 2002-05-02 [hiro]       0.7.5claws6
11459
11460         * src/imap.c
11461                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11462
11463 2002-05-02 [paul]       0.7.5claws5
11464
11465         * src/compose.c
11466                 more sync with 0.7.5cvs7, see ChangeLog entry
11467                 2002-05-02
11468
11469 2002-05-02 [hiro]       0.7.5claws4
11470
11471         * src/compose.c
11472                 compose_queue_sub():
11473                 check if queue folder exists (closes #550397).
11474                 removed directory creation since it should be handled
11475                 transparently.
11476         * src/imap.c
11477                 imap_add_msg(): return UID for appended message
11478                 (closes #548842).
11479
11480 2002-04-30 [paul]       0.7.5claws3
11481
11482         * src/summaryview.c
11483                 fix account_find_from_address() bug
11484
11485 2002-04-28 [colin]      0.7.5claws2
11486
11487         * src/compose.c
11488           src/textview.c
11489           src/prefs_common.[ch]
11490           src/utils.[ch]
11491                 Added user-definable quotation characters recognition.
11492
11493 2002-04-28 [paul]       0.7.5claws1
11494
11495         * sync with 0.7.5cvs4
11496                 see ChangeLog entry  2002-04-25
11497
11498 2002-04-28 [paul]       0.7.5claws
11499
11500         * po/es.po
11501           po/nl.po
11502           po/pt_BR.po
11503                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11504                 Fabio Junior Beneditto
11505
11506 2002-04-27 [jens]       0.7.4claws103
11507
11508         * po/de.po
11509                 updated German translation.
11510
11511 2002-04-27 [hiro]       0.7.4claws102
11512
11513         * src/summaryview.c
11514                 summary_write_cache(): fixed the mark loss of hidden messages.
11515
11516 2002-04-26 [melvin]     0.7.4claws101
11517
11518         * src/procmsg.c
11519                 fixed a second typo (same one)
11520         * po/fr.po
11521           po/it.po
11522           po/pt_BR.po
11523                 fixed the type again...
11524
11525 2002-04-26 [melvin]     0.7.4claws100
11526
11527         * src/procmsg.c
11528                 fixed a typo in an alert message ("temorary").
11529         * po/it.po
11530         * po/pt_BR.po
11531                 corrected the typo  described above.
11532         * po/fr.po
11533                 updated French translation.
11534
11535 2002-04-26 [darko]      0.7.4claws99
11536
11537         * src/summaryview.c
11538                 fix target folder colorization
11539
11540 2002-04-25 [paul]       0.7.4claws98
11541
11542         * po/it.po
11543                 updated by Alessandro Maestri
11544
11545 2002-04-24 [colin]      0.7.4claws97
11546         
11547         * src/compose.c
11548                 Fixed double "subject is empty" question.
11549
11550 2002-04-23 [colin]      0.7.4claws96
11551         
11552         * src/mimeview.c
11553                 Corrected issue when "automatically display images" was
11554                 not set : first image remained after selecting second.
11555
11556 2002-04-23 [melvin]     0.7.4claws95
11557
11558         * src/prefs_actions.c
11559                 Don't display in/out dialog if there is nothing to show.
11560
11561 2002-04-23 [paul]       0.7.4claws94
11562
11563         * sync with 0.7.5cvs3
11564                 bug fixes: see ChangeLog entry 2002-04-23
11565
11566 2002-04-22 [darko]      0.7.4claws93
11567
11568         * src/compose.c
11569                 fix previous check-in which changed code after
11570                 merge from main
11571
11572 2002-04-22 [paul]       0.7.4claws92
11573
11574         * faq/de/*
11575                 add German FAQ
11576         * faq/en/*
11577           faq/es/*
11578           faq/fr/*
11579                 update English, Spanish and French FAQs
11580         * manual/de/*
11581           manual/es/*
11582                 add German and Spanish manuals
11583         * manual/en/*
11584           manual/fr/*
11585                 update English and French manuals
11586
11587         * src/Makefile.am
11588                 add to and re-arrange the pixmap entries
11589
11590 2002-04-22 [darko]      0.7.4claws91
11591
11592         * src/compose.c
11593                 fix sender initials recognition to only allow
11594                 '>' after the initials
11595
11596 2002-04-21 [paul]       0.7.4claws90
11597
11598         * sync with 0.7.5 release
11599                 see ChangeLog entry 2002-04-21
11600
11601 2002-04-21 [alfons]
11602
11603         * src/Makefile.am
11604                 add colin's new pixmaps to EXTRA_DIST
11605
11606 2002-04-21 [colin]      0.7.4claws89
11607         * src/compose.c
11608         * src/inc.c
11609         * src/mainwindow.[ch]
11610         * src/prefs_common.[ch]
11611         * src/stock_pixmap.[ch]
11612                 Added "Work offline" ability.
11613
11614 2002-04-21 [colin]      0.7.4claws88
11615         
11616         * src/mimeview.c
11617         * src/prefs_common.c
11618         * src/prefs_common.h
11619         * src/textview.c : Added an option to common preferences -> display
11620           to allow user not to automatically display images.
11621
11622 2002-04-21 [paul]       0.7.4claws87
11623
11624         * sync with 0.7.4cvs52
11625                 see ChangeLog entry 2002-04-21 (src/imap.c)
11626
11627 2002-04-21 [paul]       0.7.4claws86
11628
11629         * sync with 0.7.4cvs51
11630                 see ChangeLog entry 2002-04-21
11631
11632 2002-04-21 [paul]       0.7.4claws85
11633
11634         * sync with 0.7.4cvs49
11635                 see ChangeLog entries 2002-04-20 and 2002-04-21
11636
11637         * src/Makefile.am
11638                 clean up: remove old 'stock_' element from xpm 
11639                 filenames.
11640
11641 2002-04-21 [alfons]     0.7.4claws84
11642
11643         apply sync patch from Paul
11644
11645         * src/folderview.c
11646                 use old claws prefs_folder_item_create() for now
11647
11648 2002-04-19 [match]      0.7.4claws83
11649
11650         * src/addressbook.[ch]
11651         * src/addrharvest.[ch]
11652         * src/addrgather.[ch]
11653                 recurse folders.
11654         * src/mainwindow.c
11655         * src/summaryview.[ch]
11656                 change menu option.
11657
11658 2002-04-19 [paul]       0.7.4claws82
11659
11660         * po/pt_BR.po
11661                 updated by Fabio Junior Beneditto
11662
11663 2002-04-14 [alfons]     0.7.4claws81
11664
11665         * src/passphrase.c
11666                 add #include <sys/types.h> for mode_t and off_t 
11667
11668 2002-04-13 [paul]       0.7.4claws80
11669         
11670         * src/main.c
11671           src/passphrase.[ch]
11672           src/pgptext.c
11673           src/prefs_common.[ch]
11674           src/rfc2015.c
11675                 enable storing of GnuPG passphrase for the whole 
11676                 session or a user-defined number of minutes. patch 
11677                 submitted by Ravemax <ravemax@dextrose.com>
11678
11679 2002-04-13 [alfons]     0.7.4claws79
11680
11681         * src/textview.c
11682                 make email parser also stop scanning when encountering separators
11683                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11684
11685 2002-04-13 [paul]       0.7.4claws78
11686
11687         * sync with 0.7.4cvs39
11688                 see ChangeLog entry 2002-04-12
11689
11690 2002-04-11 [paul]       0.7.4claws77
11691
11692         * sync with 0.7.4cvs37
11693                 see ChangeLog entry 2002-04-11
11694
11695 2002-04-11 [paul]       0.7.4claws76
11696
11697         * COPYING 
11698                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11699                 the clause for OpenSSL). sync with sylpheed main
11700
11701 2002-04-09 [melvin]     0.7.4claws75
11702
11703         * src/compose.c
11704                 Made 'Ctrl-Enter' on send ignore some modifiers 
11705                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11706                 to bind other *-Enter (but not Alt-Enter).
11707
11708 2002-04-09 [paul]       0.7.4claws74
11709
11710         * sync with 0.7.4cvs35
11711                 see ChangeLog entries 2002-04-09
11712
11713 2002-04-08 [paul]       0.7.4claws73
11714
11715         * sync with 0.7.4cvs33
11716                 see ChangeLog entry 200-04-08
11717
11718 2002-04-07 [match]      0.7.4claws72
11719
11720         * src/addrharvest.[ch]
11721                 fixed to read all addresses in header, regardless
11722                 of header size. improved name parsing. accommodate
11723                 harvest from folders and selected message.
11724         * src/addritem.[ch]
11725                 included new address parsing function.
11726         * src/addrgather.[ch]
11727         * src/addressbook.[ch]
11728         * src/summaryview.[ch]
11729         * src/mainwindow.c
11730                 allow address harvest of folder as well as selected
11731                 messages.
11732
11733 2002-04-07 [paul]       0.7.4claws71
11734
11735         * src/esmtp.[ch]
11736           src/smtp.c
11737                 don't try to authenticate with CRAM-MD5 in SMTP when 
11738                 SMTP-AUTH enabled if MTA doesn't issue this 
11739                 auth-method in it's ehlo-response. bug item #531364,
11740                 patch item #938910. patch submitted by Colin Leroy 
11741                 <colin@colino.net>
11742
11743 2002-04-07 [paul]       0.7.4claws70
11744
11745         * src/nntp.c
11746                 fix missing MODE_READER bug. patch submitted by
11747                 Colin Leroy <colin@colino.net>
11748
11749 2002-04-07 [alfons]     0.7.4claws69
11750
11751         * src/matcher.[ch]
11752         * src/prefs_filtering.c
11753         * src/summaryview.c
11754                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11755                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11756
11757 2002-04-07 [paul]       0.7.4claws68
11758
11759         * sync with 0.7.4cvs32
11760                 see ChangeLog entry 2002-04-06
11761
11762         * tools/filter_conv.pl
11763                 more bug fixes
11764
11765 2002-04-06 [paul]       0.7.4claws67
11766
11767         * tools/filter_conv.pl
11768                 modify to be able to find the name of the first
11769                 mailbox and use that. main's filter does not
11770                 record the full path to the mailbox and therefore
11771                 can only filter to the first mailbox.
11772
11773 2002-04-05 [paul]       0.7.4claws66
11774
11775         * tools/filter_conv.pl
11776                 attempt to make the script all-encompassing and
11777                 be able to convert any main 'filter' rule thrown
11778                 at it
11779
11780 2002-04-05 [paul]       0.7.4claws65
11781
11782         * tools/filter_conv.pl
11783                 allow for collapsed folder trees
11784
11785 2002-04-05 [paul]       0.7.4claws64
11786
11787         * sync with 0.7.4cvs31
11788                 see ChangeLog entries 2002-04-05
11789
11790 2002-04-03 [paul]       0.7.4claws63
11791
11792         * sync with 0.7.4cvs29
11793                 see ChangeLog entries 2002-04-02 and 2002-04-03
11794
11795 2002-04-02 [paul]       0.7.4claws62
11796
11797         * sync with 0.7.4cvs26
11798                 see ChangeLog entry 2002-04-01
11799
11800 2002-04-02 [match]      0.7.4claws61
11801
11802         * src/pine.[ch]
11803         * src/importpine.[ch]
11804         * src/addressbook.c
11805                 import Pine address book.
11806
11807 2002-04-02 [match]      0.7.4claws60
11808
11809         * src/addrharvest.[ch]
11810                 improve address parsing of funky addresses.
11811
11812 2002-04-02 [darko]      0.7.4claws59
11813
11814         * src/compose.c
11815                 wrap on send improvements, it now recognizes quoted
11816                 initials as part of the quotation string, and it
11817                 does not join lines separated by CR
11818
11819 2002-04-01 [match]      0.7.4claws58
11820
11821         * src/mgutils.[ch]
11822                 added new functions.
11823         * src/mutt.[ch]
11824                 remove excessive duplicate address generation
11825                 on import.
11826
11827 2002-04-01 [alfons]     0.7.4claws57
11828         
11829         * src/summaryview.c
11830                 put back g_free() 
11831
11832 2002-04-01 [paul]       0.7.4claws56
11833
11834         * sync with 0.7.4cvs25
11835                 see ChangeLog entry 2002-04-01
11836
11837 2002-04-01 [alfons]     0.7.4aprilfool55
11838
11839         * src/summaryview.c
11840                 honour feature request item #537427 to allow for
11841                 displaying names from address book for sent mail also
11842
11843 2002-03-29 [paul]       0.7.4claws54
11844
11845         * src/mainwindow.c
11846           src/prefs_filtering.[ch]
11847           src/prefs_matcher.c
11848           src/summaryview.c
11849                 add 'fast filter' for claws' filtering,
11850                 /Tools/Create filter rule/... patch submitted
11851                 by Neill Miller <neillm@thecodefactory.org>
11852
11853 2002-03-29 [paul]       0.7.4claws53
11854
11855         * sync with 0.7.4cvs24
11856                 see ChangeLog entry 2002-03-29
11857
11858 2002-03-28 [paul]       0.7.4claws52
11859
11860         * sync with 0.7.4cvs23
11861                 see ChangeLog entry 2002-03-28
11862
11863 2002-03-27 [melvin]     0.7.4claws51
11864
11865         * src/prefs_actions.c
11866                 Added support to pass only one message part (as a
11867                 file) to the command using '%p'. No quotes are needed
11868                 because doubles quotes are automatically added.
11869                 Fixed bug where Sylpheed could block when waiting for
11870                 a child process to finish.
11871                 Changed the help menu to remove quotes around symbols to 
11872                 avoid misinterpretation (they must not be used).
11873
11874 2002-03-27 [melvin]     0.7.4claws50
11875
11876         * src/inc.c
11877                 Made the new mail notification command always 
11878                 execute asynchronously.
11879
11880 2002-03-27 [paul]       0.7.4claws49
11881
11882         * src/compose.c
11883                 fix bug introduced in last commit
11884
11885 2002-03-27 [paul]       0.7.4claws48
11886
11887         * sync with 0.7.4cvs21
11888                 see ChangeLog 2002-03-26 and 2002-03-27
11889
11890 2002-03-26 [hoa]        0.7.4claws47
11891
11892         * src/prefs_folder_item.c
11893                 really fixed the bug #516442 with folder rescan.
11894
11895 2002-03-26 [paul]       0.7.4claws46
11896
11897         * sync with 0.7.4cvs19
11898                 see ChangeLog entries 2002-03-25 and 2002-03-26
11899
11900 2002-03-25 [hoa]        0.7.4claws45
11901
11902         * src/matcher.c
11903         * src/mh.c
11904                 fix the bug #516442 with folder rescan.
11905
11906         * src/prefs_common.[ch]
11907         * src/compose.c
11908                 added an option to enable two different behaviours
11909                 for bounce.
11910
11911
11912 2002-03-25 [paul]       0.7.4claws44
11913
11914         * src/mainwindow.c
11915           src/selective_download.c
11916                 correct a few menuitem labels
11917
11918 2002-03-25 [christoph]  0.7.4claws43
11919
11920         * src/procmsg.c
11921                 fix non deleted tmp message in
11922                 procmsg_save_to_outbox
11923                 fix problems caused by sync with
11924                 main branch's procmsg_send_queue
11925
11926 2002-03-25 [paul]       0.7.4claws42
11927
11928         * src/quote_fmt.c
11929           src/quote_fmt_lex.l
11930           src/quote_fmt_parse.y
11931                 add Last name (%L) placeholder for quoting. 
11932                 patch submitted by Thorsten Thielen 
11933                 <thth@users.sourceforge.net>
11934
11935 2002-03-25 [paul]       0.7.4claws41
11936
11937         * src/utils.c
11938                 get full hostname. patch submitted by
11939                 Bob Woodside <rwoodside1@comcast.net>
11940
11941 2002-03-25 [paul]       0.7.4claws40
11942
11943         * src/account.c
11944           src/news.c
11945           src/nntp.[ch]
11946           src/prefs_account.[ch]
11947                 enable NNTP over SSL. patch submitted by
11948                 Pascal Jermini <pascal@infinity.hn.org>
11949
11950 2002-03-24 [paul]       0.7.4claws39
11951
11952         * src/prefs_common.c
11953                 make the arrangement of the Compose tab more
11954                 coherent
11955
11956         * src/mainwindow.c
11957                 fix some irregularities of style
11958
11959         * po/de.po
11960                 updated by Kilian Krause
11961
11962 2002-03-23 [paul]       0.7.4claws38
11963
11964         * po/pt_BR.po
11965                 updated by Fabio Junior Beneditto
11966
11967 2002-03-23 [paul]       0.7.4claws37
11968
11969         * src/mainwindow.c
11970                 move 'Gather addresses' to 'Tools' menu
11971                 make 'Selective download' sensitive
11972
11973 2002-03-23 [paul]       0.7.4claws36
11974
11975         * sync with 0.7.4cvs16
11976                 see ChangeLog entries 2002-03-23
11977
11978 2002-03-22 [christoph]  0.7.4claws35
11979
11980         * src/quote_fmt_parse.y
11981                 fix include program output
11982
11983 2002-03-22 [alfons]     0.7.4claws34
11984
11985         * src/pop.c
11986                 initialize GDate stack variable correctly (sorry!)
11987
11988 2002-03-22 [paul]       0.7.4claws33
11989
11990         * src/compose.c
11991           src/mainwindow.c
11992           src/prefs_actions.c
11993           src/prefs_common.c
11994                 rename 'Tool' to 'Tools'
11995
11996         * src/mainwindow.c
11997                 move 'Delete duplicated messages' from
11998                 'Message/' to 'Tools/'
11999                 re-arrange the order of 'Tools/' items
12000
12001 2002-03-22 [paul]       0.7.4claws32
12002
12003         * src/addr_compl.c
12004           src/addressbook.[ch]
12005                 auto-address completion now also matches on
12006                 Nickname. patch submitted by Bob Forsman 
12007                 <hammor@users.sourceforge.net>
12008
12009         * src/editaddress.c
12010                 correct a spelling mistake
12011
12012 2002-03-22 [alfons]     0.7.4claws31
12013
12014         * src/pop.c
12015                 fix getting uidl from incorrect string 
12016                 (spotted by Colin)
12017
12018 2002-03-21 [alfons]     0.7.4claws30
12019
12020         * src/pop.c
12021                 more code refactoring
12022                 plug mem leak introduced by delete on server
12023
12024 2002-03-21 [paul]       0.7.4claws29
12025
12026         * sync with 0.7.4cvs11
12027                 see ChangeLog entries 2002-03-20
12028
12029 2002-03-20 [alfons]     0.7.4claws28
12030
12031         * src/inc.c
12032                 apply Colin's patch and refactor
12033
12034 2002-03-20 [paul]       0.7.4claws27
12035
12036         * sync with sylpheed 0.7.4cvs9
12037                 see ChangeLog entry 2002-03-20
12038
12039 2002-03-19 [christoph]  0.7.4claws26
12040
12041         * src/mh.c
12042         * src/procmsg.[ch]
12043         * src/summaryview.c
12044                 revert changes for flag updates
12045                 (does not work correctly and no time to debug)
12046
12047 2002-03-20 [alfons]     0.7.4claws25
12048
12049         * src/pop.c
12050                 refactor should_delete() a little bit 
12051
12052 2002-03-19 [paul]       0.7.4claws24
12053
12054         * src/inc.[ch]
12055           src/pop.c
12056           src/prefs_account.[ch]
12057                 allow the user to leave downloaded mail on the 
12058                 server for n days. Patch submitted by Colin Leroy 
12059                 <colin@colino.net>
12060
12061 2002-02-19 [paul]       0.7.4claws23
12062
12063         * sync with sylpheed 0.7.4cvs8
12064                 see ChangeLog entries 2002-03-19
12065
12066 2002-03-18 [paul]       0.7.4claws22
12067
12068         * sync with sylpheed 0.7.4cvs6
12069                 see ChangeLog entry 2002-03-18
12070
12071 2002-03-18 [paul]       0.7.4claws21
12072
12073         * po/en_GB.po
12074                 add en_GB message catalogue
12075
12076         * src/mbox_folder.c
12077           src/prefs_account.c
12078           src/prefs_actions.c
12079                 correct a few spelling mistakes
12080
12081 2002-03-17 [alfons]     0.7.4claws20
12082
12083         * src/matcher.c
12084                 more stringent checks for NULL params when writing
12085                 filtering actions to a file
12086                 
12087 2002-03-17 [hoa]        0.7.3claws20
12088
12089         * src/news.c
12090                 fixed the count of new messages
12091
12092         * src/compose.c
12093                 fixed the "attachment properties" window
12094
12095 2002-03-17 [paul]       0.7.4claws19
12096
12097         * src/defs.h
12098           src/folder.h
12099           src/news.c
12100           src/prefs_account.[ch]
12101           src/procmsg.[ch]
12102           src/summaryview.c
12103                 automatically mark cross-posted messages as read 
12104                 and (optionally) give them a colour label
12105                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12106                 
12107
12108 2002-03-17 [paul]       0.7.4claws18
12109
12110         * sync with sylpheed 0.7.4cvs5
12111                 see ChangeLog entry 2002-03-17
12112
12113 2002-03-17 [melvin]     0.7.4claws17
12114         
12115         * src/textview.c
12116                 Worked around a gtktext 'bug': when searching for 
12117                 a text in a long message it was scrolling slowly
12118                 line by line until it hit the searched text.
12119         * po/fr.po
12120                 Updated French translation
12121
12122 2002-03-17 [melvin]     0.7.4claws16
12123
12124         * src/mainwindow.c
12125         * src/compose.c
12126         * src/prefs_actions.c
12127                 Moved "Edit/Actions" to "Tool/Actions"
12128                 Made mainwindow/compose window sensitive as soon as
12129                 no child process is running anymore even if the io dialog
12130                 is open.
12131                 Fixed a struct being initialized with a non constant char*
12132
12133 2002-03-16 [christoph]  0.7.4claws15
12134
12135         * configure.in
12136                 add --with-compiler-flags option
12137                 (only for developer hacking)
12138         * src/mh.c
12139         * src/procmsg.[ch]
12140         * src/summaryview.c
12141                 try to make folder-stats and flag handling more
12142                 independent from the summaryview. msgcounts
12143                 are only set when the folder is opened and
12144                 procmsg_msginfo_(un)set_flags will handle it
12145                 later and summaryview will get the values
12146                 from the folder.
12147
12148 2002-03-16 [paul]       0.7.4claws14
12149
12150         * src/messageview.c
12151                 fix Return-receipt. Patch submitted by Bob
12152                 Woodside <rwoodside1@comcast.net>
12153
12154 2002-03-16 [paul]       0.7.4claws13
12155
12156         * src/compose.c
12157                 fix 'dynamic' signatures, make it work again
12158                 broken during sync on 2002-03-14 (0.7.4claws2)
12159
12160 2002-03-15 [match]      0.7.4claws12
12161
12162         * src/addrharvest.[ch]
12163         * src/addrgather.[ch]
12164         * src/addressbook.[ch]
12165         * src/mainwindow.c
12166                 included address harvester feature. still some
12167                 issues with address parsing that I will fix.
12168
12169 2002-03-15 [match]      0.7.4claws11
12170
12171         * src/addrbook.[ch]
12172         * src/addrcache.[ch]
12173         * src/addressbook.[ch]
12174         * src/addrindex.c
12175         * src/editbook.c
12176         * src/importldif.c
12177         * src/importmutt.c
12178         * src/jpilot.[ch]
12179         * src/main.c
12180         * src/syldap.[ch]
12181         * src/vcard.[ch]
12182                 tidy up. fix memory leaks. moved attribs and methods
12183                 from individual interfaces to addrcache object. prep
12184                 for new stuff to come in.
12185
12186 2002-03-15 [alfons]     0.7.4claws10
12187
12188         * src/matcher.[ch]
12189         * src/matcher_parser_parse.y
12190         * src/matcher_parser_lex.l
12191         * src/prefs_matcher.c
12192                 add filtering conditions message greater than, smaller 
12193                 than, and exactly matching a size in bytes
12194                 (does not work with delete from POP3 server yet)
12195
12196                 this should also give others an idea what you should
12197                 do to add new criterions to claws filtering system
12198                 
12199
12200 2002-03-15 [paul]       0.7.4claws9
12201
12202         * tools/filter_conv.pl
12203                 exit if there are no filter rules to convert
12204                 rename filterrc to filterrc.old after completion
12205
12206 2002-03-15 [paul]       0.7.4claws8
12207
12208         * sync with sylpheed 0.7.4cvs3
12209                 see ChangeLog entry 2002-03-14
12210
12211 2002-03-14 [paul]       0.7.4claws7
12212
12213         * src/compose.c
12214                 clean up the last commit (ahem)
12215
12216 2002-03-14 [paul]       0.7.4claws6
12217
12218         * src/compose.c
12219                 fix bug #515655. honour account preferences
12220                 regarding gpg default signing/encryption when 
12221                 changing account from the compose window.
12222
12223 2002-03-14 [paul]       0.7.4claws5
12224
12225         * src/folderview.c
12226                 remove unnecessary curly brackets
12227
12228 2002-03-14 [paul]       0.7.4claws4
12229
12230         * src/folderview.c
12231           src/prefs_filtering.[ch]
12232                 add filter rename on folder rename and filter
12233                 delete on folder delete. Patch submitted by
12234                 Neill Miller <neillm@thecodefactory.org> 
12235
12236 2002-03-14 [christoph]  0.7.4claws3
12237
12238         * src/procmsg.c
12239         * src/send.c
12240                 fix local delivery
12241                 (patch submitted by "Simon 'corecode' Schubert")
12242         * src/prefs_common.c
12243         * src/procmsg.c
12244                 fix gcc 3.0 warning
12245
12246 2002-03-14 [paul]       0.7.4claws2
12247
12248         * sync with sylpheed 0.7.4cvs2
12249                 see ChangeLog entry 2002-03-13
12250
12251 2002-03-12 [darko]      0.7.4claws1
12252
12253         * src/mainwindow.c
12254                 fix what seems to be a copy and paste error
12255                 when setting color for important messages
12256                 (reported by wwp)
12257
12258 2002-03-11 [paul]       version 0.7.4claws released
12259
12260 2002-03-11 [paul]       0.7.4claws
12261
12262         * po/es.po
12263           po/it.po
12264           po/nl.po
12265           po/pt_BR.po
12266                 update message catalogs. Submitted by Ricardo Mones 
12267                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12268                 Fabio Junior Beneditto
12269
12270         * configure.in
12271           faq/Makefile.am
12272           faq/it/Makefile
12273           faq/it/sylpheed-faq*
12274           src/mainwindow.c
12275           src/manual.[ch]
12276                 add FAQ in Italian
12277         
12278
12279 2002-03-11 [jens]       0.7.3claws7
12280
12281         * po/de.po
12282                 updated German translation
12283
12284 2002-03-11 [melvin]     0.7.3claws6
12285
12286         * po/fr.po
12287                 updated and corrected French translation
12288
12289 2002-03-10 [hoa]        0.7.3claws5
12290
12291         * src/account.c
12292         * src/inc.c
12293         * src/prefs_account.c
12294         * src/procmsg.c
12295         * src/send.[ch]
12296                 fixed the local account.
12297                 you have to change the default "/usr/sbin/sendmail"
12298                 to "/usr/sbin/sendmail -t" in the preferences of
12299                 the local account.
12300
12301         * src/procmime.c
12302                 removed some debug display for renderer
12303
12304 2002-03-10 [paul]       0.7.3claws4
12305
12306         * faq/en/sylpheed-faq-1.html
12307           faq/en/sylpheed-faq-2.html
12308                 update
12309
12310 2002-03-09 [paul]       0.7.3claws3
12311
12312         * sync with sylpheed 0.7.4
12313                 see ChangeLog entry 2002-03-09
12314
12315 2002-03-08 [paul]       0.7.3claws2
12316
12317         * faq/en/sylpheed-faq*
12318           faq/es/sylpheed-faq*
12319           faq/fr/sylpheed-faq*
12320                 update the FAQs
12321
12322         * manual/fr/.cvsignore
12323           manual/fr/Makefilea.am
12324           manual/fr/sylpheed*
12325           src/mainwindow.c
12326           src/manual.[ch]
12327                 add the French manual
12328
12329 2002-03-07 [paul]       0.7.3claws1
12330
12331         * sync with sylpheed 0.7.3cvs4
12332                 see ChangeLog entries  2002-03-06 and 2002-03-07
12333         
12334         * po/nl.po
12335                 updated by Wilbert Berendsen
12336
12337 2002-03-07 [melvin]     0.7.2claws34
12338
12339         * src/selective_download.c
12340                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12341
12342 2002-03-06 [paul]       0.7.2claws33
12343
12344         * sync with sylpheed 0.7.3cvs1
12345                 bug fix, see ChangeLog entry 2002-03-05
12346
12347 2002-03-05 [paul]       0.7.2claws32
12348
12349         * src/mimeview.c
12350           src/pgptext.[ch]
12351           src/procmsg.c
12352                 reverse the pgp ascii-armored code implemented in 
12353                 0.7.2claws16. removal of this code until it matures.
12354                 this means that verifying ascii-armored pgp sigs and
12355                 automatic decryption of ascii-armored encrypted
12356                 messages no longer works.
12357
12358 2002-03-05 [paul]       0.7.2claws31
12359
12360         * configure.in
12361           Makefile.am
12362         * faq/Makefile.am
12363         * faq/en/Makefile.am
12364           faq/en/sylpheed-faq.html
12365           faq/en/sylpheed-faq-1.html
12366           faq/en/sylpheed-faq-2.html
12367           faq/en/sylpheed-faq-3.html
12368         * faq/es/Makefile.am
12369           faq/es/sylpheed-faq.html
12370           faq/es/sylpheed-faq-1.html
12371           faq/es/sylpheed-faq-2.html
12372           faq/es/sylpheed-faq-3.html
12373           faq/es/sylpheed-faq-4.html
12374         * faq/fr/Makefile.am
12375           faq/fr/sylpheed-faq.html
12376           faq/fr/sylpheed-faq-1.html
12377           faq/fr/sylpheed-faq-2.html
12378           faq/fr/sylpheed-faq-3.html
12379         * src/Makefile.am
12380           src/defs.h
12381           src/mainwindow.c
12382           src/manual.[ch]
12383                 add FAQs in English, Spanish and French
12384
12385
12386 2002-03-05 [paul]       0.7.2claws30
12387
12388         * manual/en/sylpheed.html
12389           manual/en/sylpheed-XX.html
12390                 updated the English manual
12391
12392 2002-03-05 [hoa]        
12393
12394         * src/summaryview.c
12395                 dialog box pops up if the article can't be deleted.
12396
12397 2002-03-04 [paul]       
12398         
12399         * po/pt_BR.po
12400                 updated by Fabio Junior Benedito
12401
12402 2002-03-04 [hoa]
12403
12404         * removed ac/gpgme.m4
12405                 to avoid autogen common problem
12406                 developers have to install gpgme development package now
12407
12408         * src/compose.c
12409                 encoding to 7bit or 8bit is enabled.
12410
12411 2002-03-03 [alfons]     0.7.2claws29
12412
12413         * src/pop.c
12414                 merge fix by Oliver Haertel for selective
12415                 download buglet
12416
12417 2002-03-03 [paul]       0.7.2claws28
12418         
12419         * sync with sylpheed 0.7.3
12420
12421 2002-03-03 [paul]       0.7.2claws27
12422
12423         * sync with sylpheed 0.7.2cvs24
12424                 see ChangeLog entries 2002-03-02 and 2002-03-03
12425
12426 2002-03-02 [melvin]     0.7.2claws26
12427
12428         * src/inc.[ch]
12429         * src/main.c
12430         * src/mainwindow.c
12431         * src/prefs_common.[ch]
12432                 Added user definable notification on new mail arrival.
12433                 Removed unused variables in spell checker prefs code.
12434
12435 2002-03-02 [melvin]     0.7.2claws25
12436
12437         * src/quote_fmt.c
12438                 Removed unnecessary escape sequences.
12439                 Changed 'Initial...' to 'Initials of Sender'
12440
12441 2002-03-02 [paul]       0.7.2claws24
12442
12443         * sync with sylpheed 0.7.2cvs22
12444                 see ChangeLog entry 2002-03-01
12445
12446 2002-03-01 [hoa]        0.7.2claws23
12447
12448         * src/mainwindow.c
12449                 Set sensitivity of delete actions to active
12450                 even if the folder is a newsgroup.
12451
12452         * src/summaryview.c
12453                 - Set sensitivity of delete actions
12454                 - Added function check_permission() that will check if the
12455                   user is authorized to delete a message. For news, it
12456                   will check if the author is the same.
12457                 - Enabled deletion when there is no trash folder.
12458
12459         * src/news.[ch]
12460                 - Added news_cancel_article() to cancel articles
12461                 - Implemented news_remove_message() (public function)
12462
12463 2002-03-01 [paul]       0.7.2claws22
12464
12465         * src/gtkutils.c
12466           src/textview.c
12467                 recognise urls that that don't include 'http://' and
12468                 simply begin 'www.' 
12469
12470         * AUTHORS
12471                 remove duplicated name
12472
12473 2002-02-28 [paul]       0.7.2claws21
12474
12475         * src/mainwindow.c
12476           src/summaryview.[ch]
12477                 add ability to 'Select thread'
12478                 combines Melvin's "Select thread's head" patch (#510907)
12479                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12480                 patch (#518514) 
12481
12482 2002-02-28 [paul]       0.7.2claws20
12483
12484         * src/mimeview.c
12485                 hopefully fix segfault on right-clicking a mime part
12486                 that some people have experienced.      
12487                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12488
12489 2002-02-28 [paul]       0.7.2claws19
12490
12491         * sync with sylpheed 0.7.2cvs21
12492                 see ChangeLog entries 2002-02-27 and 2002-02-28
12493
12494 2002-02-27 [paul]       0.7.2claws18
12495
12496         * sync with sylpheed 0.7.2cvs18
12497                 see ChangeLog entries 2002-02-26 and 2002-02-27
12498
12499 2002-02-26 [alfons]     0.7.2claws17
12500
12501         * src/procheader.c
12502                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12503                 (spotted by Chris Hessman <idatech@gmx.net>)
12504
12505 2002-02-26 [paul]       0.7.2claws16
12506
12507         * src/mimeview.c
12508           src/pgptext.[ch]
12509           src/procmsg.c
12510                 make decryption of ascii-armored pgp encrypted messages
12511                 and verification of ascii-armored signatures work again.
12512                 slightly altered from the patch by Jens Jahnke 
12513                 <jan0sch@gmx.net>
12514
12515                 ##FIX ME##
12516                 * the checking of plaintext signatures always comes up in 
12517                   a popup box
12518                 * it doesn't work for multipart messages 
12519                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12520                   including the msg headers and these 2 line themselves, are 
12521                   not displayed
12522
12523         * src/mainwindow.c
12524                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12525                 "View/Message View" becomes "View/Separate Message View"
12526                 because its less ambiguous.
12527
12528         * po/es.po
12529                 updated by Ricardo Mones Lastra
12530
12531 2002-02-26 [paul]       0.7.2claws15
12532
12533         * sync with sylpheed 0.7.2cvs17
12534                 see ChangeLog entries 2002-02-25 and 2002-02-26
12535
12536 2002-02-25 [christoph]  0.7.2claws14
12537
12538         * src/filtering.[ch]
12539         * src/inc.c
12540                 do filtering stuff after all messages have been received
12541                   1. drop all messages to .processing
12542                   2. scan processing folder for messages
12543                   3. filter messages or move to inbox
12544                 this will also find old messages left in processing after
12545                 a crash or something like that and we get a real msginfo
12546                 from folder->get_msg_list and do not have to create our
12547                 own in filter_message
12548         * src/matcher_parser_parse.y
12549                 remove MIX/MAX warning (reordered includes)
12550
12551 2002-02-25 [paul]       0.7.2claws13
12552
12553         * sync with sylpheed 0.7.2cvs15
12554                 see ChangeLog entry 2002-02-24
12555
12556 2002-02-24 [alfons]     0.7.2claws12
12557
12558         * src/filtering.c
12559                 clear old color flags first when applying a new color to
12560                 a message info. 
12561                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12562
12563 2002-02-24 [alfons]     0.7.2.claws11
12564         
12565         * AUTHORS
12566         * src/prefs_common.c
12567                 add presets for Opera and Konqueror, closes patch #517261,
12568                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12569
12570 2002-02-24 [alfons]     0.7.2.claws10
12571
12572         * AUTHORS
12573         * src/summaryview.c
12574                 fix threading for null message ids, closes patch #521601,
12575                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12576
12577 2002-02-24 [alfons]     0.7.2claws9
12578
12579         * src/summaryview.c
12580         * src/filtering.c
12581                 make Tool | Filter Message work with filtering system so
12582                 setting flags also works
12583
12584                 TODO:
12585
12586                 - Processing uses the same function as Tool | Filter
12587                   Message, but doesn't use the same update proc yet
12588
12589 2002-02-23 [paul]       0.7.2claws8
12590
12591         * sync with sylpheed 0.7.2cvs14
12592                 see ChangeLog entries 2002-02-22 and 2002-02-23
12593
12594 2002-02-22 [christoph]  0.7.2claws7
12595
12596         * src/quote_fmt.c
12597                 Add column space to table
12598         * src/quote_fmt_parse.y
12599                 Close files
12600
12601 2002-02-22 [paul]       0.7.2claws6
12602
12603         * src/Makefile.am
12604           src/defs.h
12605           src/filtering.c
12606           src/inc.[ch]
12607           src/mainwindow.c
12608           src/matcher.[ch]
12609           src/matcher_parser_lex.l
12610           src/matcher_parser_parse.y
12611           src/pop.[ch]
12612           src/prefs_account.h
12613           src/prefs_filtering.c
12614           src/selective_download.[ch]   *** NEW FILES ***
12615           src/utils.[ch]
12616           po/POTFILES.in
12617                 Selective Download added to 'Tool' menu. 
12618                 Retrieves email headers of the currently selected pop3 
12619                 account and allows the user to mark emails for deletion 
12620                 right on the pop3 server. Patch submitted by Oliver Haertel 
12621                 <oha@users.sourceforge.net>.
12622         
12623         * po/POTFILES.in
12624                 add 'src/quote_fmt.c'           
12625
12626 2002-02-22 [christoph]  0.7.2claws5
12627
12628         * src/Makefile.am
12629                 added quote_fmt.c
12630         * src/prefs_common.[ch]
12631         * src/prefs_template.c
12632         * src/quote_fmt.c               *** NEW FILE ***
12633         * src/quote_fmt.h
12634                 move quote format symbol description code
12635                 to it's own file because it is used from
12636                 differnent code parts
12637                 Rewrote symbol description GUI
12638                   + use table
12639                   + add separators
12640                   + get data from array (no more long constant strings)
12641         * src/quote_fmt_lex.l
12642         * src/quote_fmt_parse.y
12643                 Symbol for Literal % changed to \% instead of %%
12644                 (More logical as \ is used for quoting for other symbols)
12645                 Add |f and |p to include files and program output
12646                 Examples:
12647                     |f{/home/.../.signature}
12648                     |p{date}
12649         * po/de.po
12650                 Correct wrong spelling for "Referenzen"
12651
12652 2002-02-21 [paul]       0.7.2claws4
12653
12654         * src/procmsg.c
12655                 forgotten during sync
12656
12657 2002-02-21 [paul]       0.7.2claws3
12658
12659         * sync with sylpheed 0.7.2cvs11
12660                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12661                 2002-02-20 and 2002-02-21
12662
12663 2002-02-20 [melvin]     0.7.2claws2
12664
12665         * src/prefs_actions.c
12666                 Added error report when child cannot fork or when execvp 
12667                 returns with an error.
12668
12669 2002-02-19 [christoph]  0.7.2claws1
12670
12671         * src/codeconv.c
12672                 return unconverted text if conde conversion is not possible
12673                 when libjconv is used.
12674                 (patch submitted by "Simon 'corecode' Schubert")
12675
12676 2002-02-19 [paul]       
12677
12678         * version 0.7.2claws release
12679
12680 2002-02-19 [paul]       0.7.2claws
12681
12682         * po/nl.po
12683                 updated by Wilbert Berendsen
12684
12685
12686 2002-02-18 [alfons]     0.7.1claws13
12687
12688         * src/syldap.c
12689         * src/jpilot.c
12690                 remove references to dlfcn and explicitly loading functions
12691                 from dynalink libs, because libs linked anyway, and functions
12692                 are loaded explicitly
12693
12694 2002-02-17 [melvin]     0.7.1claws12
12695
12696         * src/prefs_actions.c
12697                 Replaced children wait loop with double fork technique.
12698                 Now, input/output window updated at each new output.
12699                 free_children(): Fixed a memory leak.
12700                 Made input/output window non closable if running children
12701                 still exist.
12702                 Added missing <unistd.h> include.
12703                 Added some --debug outputs.
12704
12705 2002-02-17 [melvin]     0.7.1claws11
12706
12707         * src/summaryview.c
12708                 Fixed bug where descending sort order did not select top
12709                 message.
12710
12711 2002-02-17 [melvin]     0.7.1claws10
12712
12713         * acconfig.h
12714                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12715         * src/prefs_common.c
12716                 Pspell data package directory no more hard coded but
12717                 set during configuration (PSPELL_PATH). (Thanks to 
12718                                 Gustavo Noronha Silva.)
12719
12720 2002-02-17 [melvin]     0.7.1claws9
12721
12722         * configure.in
12723                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12724         * src/gtkspell.c
12725                 Fixed compile-time warnings.
12726
12727 2002-02-16 [alfons]     0.7.1claws8
12728
12729         * src/filesel.c
12730                 fix inadvertent free of NULL pointer which caused
12731                 sylpheed to crash when closing the save-as dialog
12732                 using the window close button
12733
12734 2002-02-16 [carsten]    0.7.1claws7
12735         * src/mainwindow.[ch]
12736           src/summaryview.c
12737           src/prefs_common.c
12738                 fixes for pixmap theming code:
12739                         - recently changed mail attributes shouldn't get
12740                           lost any longer
12741                         - theme is only reloaded iff another theme was
12742                           selected
12743
12744 2002-02-16 [paul]       0.7.1claws6
12745
12746         * sync with sylpheed 0.7.2 release
12747                 see ChangeLog entry 2002-02-15 and 2002-02-16
12748
12749 2002-02-15 [paul]       0.7.1claws5
12750
12751         * sync with sylpheed 0.7.1cvs9
12752                 see ChangeLog entry 2002-02-15
12753
12754         * po/POTFILES.in
12755                 remove unneeded headerwindow.c entry
12756
12757 2002-02-14 [carsten]    0.7.1claws4
12758         * src/summaryview.c
12759                 fixed a bug for "Go to next unread message": there was
12760                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12761                 in the prefs, because of doing "Search again" instead
12762                 "No"
12763
12764 2002-02-14 [carsten]    0.7.1claws3
12765         * src/stock_pixmap.c
12766                 removed 2 more mem leaks; following memprof,
12767                 this code is "leak free" now :)
12768
12769 2002-02-14 [carsten]    0.7.1claws2
12770         * src/stock_pixmap.c
12771                 used opendir/readdir/closedir instead of scandir
12772                 -> code should work now on Solaris
12773
12774 2002-02-14 [paul]       0.7.1claws1
12775
12776         * sync with sylpheed 0.7.1cvs8
12777                 see ChangeLog entries 2002-02-13 and 2002-02-14
12778
12779         * README.claws
12780                 add some description of Actions and Pixmap Themes
12781
12782 2002-02-13 [paul]       
12783
12784         * version 0.7.1claws release
12785
12786 2002-02-13 [paul]       0.7.1claws
12787
12788         * po/es.po
12789           po/it.po
12790           po/pt_BR.po
12791                 updated translations, submitted by Ricardo Mones Lastra,
12792                 Alessandro Maestri and Fabio Junior Beneditto
12793
12794 2002-02-13 [melvin]     0.7.0claws75
12795
12796         * src/prefs_actions.c
12797                 Added missing "signal.h" include
12798
12799 2002-02-13 [melvin]     0.7.0claws74
12800
12801         * src/prefs_folder_item.c
12802                 Added missing "config.h" include
12803         * po/fr.po
12804                 Updated French translation for folder propriety.
12805
12806 2002-02-13 [jens]       0.7.0claws73
12807
12808         * po/POTFILES.in
12809                 Added missing src/prefs_folder_item.c [log added by melvin]
12810         * po/de.po
12811                 Updated German translation.
12812
12813 2002-02-13 [melvin]     0.7.0claws72
12814
12815         * po/fr.po
12816                 Updated French translation.
12817
12818 2002-02-13 [melvin]     0.7.0claws71
12819
12820         * src/gtkutils.c
12821                 Made gtkut_editable_get_selection return NULL if selection
12822                 is of length zero.
12823                 This fixes a bug where selecting part of message A then
12824                 switching to message B and replying to it will not
12825                 quote the message's body.
12826
12827 2002-02-12 [paul]       0.7.0claws70
12828
12829         * src/mainwindow.c
12830                 cosmetic, relating to pixmap themes: on toolbar make 
12831                 updating of 'Exec' and 'Compose news/Compose email'
12832                 icons faster.
12833
12834 2002-02-12 [carsten]    0.7.0claws69
12835         * src/folderview.c
12836           src/mainwindow.[ch]
12837           src/stock_pixmap.c
12838           src/summaryview.c
12839           src/prefs_common.c
12840                 - refreshing after changing pixmap theme better
12841                   now (thanks Paul)
12842                 - wanted to remove some mem leaks, but alfons was
12843                   faster (and had the better solution ;)
12844
12845 2002-02-12 [alfons]     0.7.0claws68
12846
12847         * src/prefs_common.c
12848         * src/stock_pixmap.[ch]
12849                 plug mem leaks, refactor code a little bit
12850
12851
12852 2002-02-12 [sergey]     0.7.0claws67
12853
12854         * src/imap.c
12855                 Fixed problem with copying messages to IMAP folders when the
12856                 server uses something other than '/' as a namespace separator
12857                 (cyrus-imapd uses '.').
12858
12859 2002-02-12 [jens]       0.7.0claws66
12860
12861         * po/de.po
12862                 Updated German Translation
12863
12864 2002-02-12 [paul]       0.7.0claws65
12865
12866         * sync with sylpheed 0.7.1cvs1
12867                 see ChangeLog entry 2002-02-12
12868
12869 2002-02-12 [melvin]     0.7.0claws64
12870
12871         * src/prefs_actions.c
12872                 Fixed "feature" where children's output was duplicated 
12873                 instead of refreshed while monitoring.
12874                 Removed some debug code.
12875
12876 2002-02-12 [christoph]  0.7.0claws63
12877
12878         * src/compose.c
12879                 always delete message from queue after sending/send error
12880                 (closes bug #509601)
12881
12882 2002-02-12 [melvin]     0.7.0claws62
12883
12884         * src/prefs_actions.c
12885                 Children wait loop is now triggered with a timeout of 1s
12886                 Added %F which is replaced with the list of filenames 
12887                 of all selected messages (as suggested by Ricardo Mones Lestra)
12888                 Pipe syntax changed. Prefix with | to send selection, postfix
12889                 with | to retrieve output. Prefix with > or * to send
12890                 user definable input to the command (*: input is hidden)
12891                 Old pipe action should now be postfixed with |, too.
12892
12893 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12894         * src/stock_pixmap.c
12895                 fixed a bug: if there's no theme directory don't
12896                 throw an error, just do "nothing" (thanks Alfons)
12897
12898 2002-02-12 [carsten]    0.7.0claws60
12899         * src/folderview.c
12900           src/summaryview.c
12901                 had to write the cache twice (nasty!); some marks would 
12902                 get lost if not
12903
12904 2002-02-11 [carsten]    0.7.0claws59
12905         * acconfig.h
12906           configure.in
12907           doc-src/maintainer_guide.txt
12908           src/compose.[ch]
12909           src/defs.h
12910           src/folderview.[ch]
12911           src/gtkutils.[ch]
12912           src/mainwindow.[ch]
12913           src/prefs_common.[ch]
12914           src/stock_pixmap.[ch]
12915           src/summaryview.[ch]
12916                 pixmap theming and related work on pixmap
12917                 handling on some other places
12918                 (e.g. hrm features for all folder)
12919           src/pixmap/stock_*.xpm -> the stock_ was removed
12920         
12921 2002-02-11 [paul]       0.7.0claws58
12922
12923         * sync with sylpheed 0.7.1 release
12924                 see ChangeLog entries 2002-02-11
12925
12926 2002-02-08 [paul]       0.7.0claws57
12927
12928         * sync with sylpheed 0.7.0cvs39
12929                 see ChangeLog entry 2002-02-07 (last entry) 
12930
12931         * src/prefs_actions.c
12932           src/prefs_filtering.c
12933           src/prefs_matcher.c
12934           src/prefs_scoring.c
12935                 sync: made it compile with C compilers other than gcc
12936
12937 2002-02-07 [paul]       0.7.0claws56
12938
12939         * sync with sylpheed 0.7.0cvs38
12940                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12941                 2002-02-07
12942
12943 2002-02-07 [darko]      0.7.0claws55
12944
12945         * src/gtkutils.[ch]
12946         * src/summaryview.c
12947                 Fix const gchar */gchar * issue (thanks Hiro)
12948
12949 2002-02-07 [darko]      0.7.0claws54
12950
12951         * src/compose.[ch]
12952         * src/filtering.c
12953         * src/gtkutils.[ch]
12954         * src/prefs_template.c
12955         * src/quote_fmt.h
12956         * src/quote_fmt_parse.y
12957         * src/summaryview.c
12958         * src/utils.[ch]
12959                 When replying or forwarding an email don't quote the entire
12960                 mail body but use the part of the message text that is selected
12961
12962 2002-02-06 [melvin]     0.7.0claws53
12963
12964         * src/prefs_common.[ch]
12965         * src/gtkspell.[ch]
12966         * src/compose.c
12967                 Made possible to switch quickly to last used dictionary
12968                 which makes checking bilingual documents easier.
12969
12970 2002-02-06 [melvin]     0.7.0claws52
12971         
12972         * po/POTFILES.in
12973                 Added forgotten new file src/prefs_actions.c
12974
12975 2002-02-06 [melvin]     0.7.0claws51
12976
12977         * src/prefs_actions.c   ** NEW FILE **
12978         * src/prefs_actions.h   ** NEW FILE **
12979                 Added actions to execute on message text view, or on the
12980                         message's file.
12981         * src/Makefile.am
12982                 Added src/prefs_actions.[ch]
12983         * src/compose.c
12984                 Added new menu "Edit/Actions"
12985         * src/defs.h
12986                 Added new actionsrc file.
12987         * src/main.c
12988                 Added actionsrc reading.
12989         * src/mainwindow.c
12990                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12991         * src/prefs_common.h
12992                 Added new element actionslst element to prefs_common.
12993
12994 2002-02-06 [paul]       0.7.0claws50
12995
12996         * sync with sylpheed 0.7.0cvs36
12997                 see ChangeLog entry 2002-02-06
12998
12999 2002-02-05 [paul]
13000
13001         * po/es.po
13002                 updated by Ricardo Mones Lastra
13003
13004 2002-02-05 [paul]       0.7.0claws49
13005
13006         * sync with sylpheed 0.7.0cvs33
13007                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13008
13009 2002-02-05 [paul]       0.7.0claws48
13010
13011         * src/compose.c
13012                 re-add 'Edit/Advanced/Delete entire line', previously named
13013                 'Delete Line+'
13014
13015 2002-02-04 [paul]       0.7.0claws47
13016
13017         * src/compose.c
13018           src/summaryview.c
13019                 fix bug #494993 (Reply All not taking Reply-To into consi)
13020                 eliminate differences in behaviour of right-click 'Reply to all' 
13021                 in summary view and 'Reply to all' on the toolbar. 
13022                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13023                 view and From gets ignored by 'Reply to all' on toolbar.
13024                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13025                 From when no Reply-To header is present.
13026
13027 2002-02-04 [paul]       0.7.0claws46
13028
13029         * sync with sylpheed 0.7.0cvs30
13030                 see ChangeLog entries 2002-02-03 and 2002-02-04
13031
13032 2002-02-03 [melvin]     0.7.0claws45
13033
13034         * src/gtkspell.[ch]
13035                 Readded function to highlight all misspelled words.
13036                 Fixed bug where user-provided-words did not replace
13037                         correctly the misspelled word when using the mouse.
13038                 Fixed bug where checking a region selected from right to left did
13039                         not check the region at all.
13040                 Fixed bug where 'Check backwards' may not check at all. 
13041                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13042                 Fixed possible buffer overflow when checking for long strings (>1k).
13043                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13044                 Accelerators code uses now gtk_widget_add_accel.
13045                 Removed and disabled obsolete and unfinished code.
13046                 Cleaning up.
13047
13048         * src/compose.c
13049                 Added menu item to Highlight all misspelled words.
13050
13051 2002-02-01 [paul]       0.7.0claws44
13052
13053         * src/mainwindow.c
13054                 fix '/View/Hide read messages' sensitivity when all
13055                 messages in a folder are hidden
13056
13057 2002-02-01 [paul]       0.7.0claws43
13058
13059         * src/main.c
13060                 add --send option to command line interface, sends all
13061                 queued mail. Patch submitted by Ricardo Mones Lastra.
13062
13063 2002-01-31 [paul]       0.7.0claws42
13064
13065         * src/mainwindow.c
13066                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13067
13068 2002-01-31 [paul]       0.7.0claws41
13069
13070         * sync with sylpheed 0.7.0cvs27
13071                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13072                 and 2002-01-31
13073
13074         * src/textview.c
13075                 comment out elements of textview_show_part() as temporary
13076                 workaround for attachment 'Display as text' bug 
13077
13078         * po/pt_BR.po
13079                 updated by Fabio Junior Beneditto
13080
13081 2002-01-30 [paul]       0.7.0claws40
13082
13083         * sync with sylpheed 0.7.0cvs24
13084                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13085                 and 2002-01-30
13086
13087         * src/compose.c
13088                 add {N_("/_Spelling"), ... "<Branch>"} to 
13089                 GtkItemFactoryEntry compose_entries[]
13090
13091         * src/prefs_common.c
13092                 add claws menu items to prefs_keybind_apply_clicked()
13093                 and remove non-claws menu items
13094
13095 2002-01-29 [paul]       0.7.0claws39
13096
13097         * sync with sylpheed 0.7.0cvs22
13098                 see ChangeLog entries 2002-01-28 and 2002-01-29
13099
13100 2002-01-28 [melvin]     0.7.0claws38
13101
13102         * src/compose.c
13103                 Added the declartion of compose_send_control_enter.
13104
13105         * src/compose.c
13106         * src/gtkspell.[ch]
13107                 Added in a 'Spelling' menu which includes the configuration menu. 
13108                 Added a real 'Check all' and got rid from the old one which only
13109                 highlited misspelled word.
13110                 Made 'Check while typing' a disableable option.
13111                 Added a dialog when there are no more misspelled word.
13112                 Added a dialog if error occurs when switching to a dictionary.
13113         
13114         * src/prefs_common.[ch]
13115                 Added option for the default 'Check while typing' option.
13116
13117
13118 2002-01-28 [alfons]     0.7.0claws37
13119
13120         * src/compose.c
13121                 fix buglet and make code comply with sylpheed code style
13122
13123 2002-01-28 [paul]       0.7.0claws36
13124
13125         * sync with sylpheed 0.7.0cvs19
13126                 see ChangeLog entries for 2002-01-28
13127
13128 2002-01-28 [hoa]        0.7.0claws35
13129
13130         * src/defs.h
13131                 added rendererrc
13132
13133         * src/main.c
13134                 read the renderer config
13135
13136         * src/procmime.[ch]
13137                 use the renderer config to convert mime attachments
13138
13139         * src/textview.c
13140                 don't use textview_show_html/ertf,
13141                 use get_text_content instead
13142
13143 2002-01-27 [alfons]     0.7.0claws34
13144         
13145         * src/news.c
13146                 make sylpheed believe it can delete a news message...
13147                 (messages are NOT deleted, maybe we should remove
13148                 processing from the folder properties after all.)
13149
13150 2002-01-27 [alfons]     0.7.0claws33
13151
13152         * src/folder.c
13153                 add extra checks
13154         * src/news.c
13155                 implement remove_msg() 
13156
13157 2002-01-27 [alfons]     0.7.0claws32
13158
13159         * src/procmsg.h
13160         * src/procheader.c
13161         * src/messageview.c
13162                 fix return receipt / disposition notification again. this
13163                 stuff seems to break on _every_ major summary UI change, so
13164                 it's now implemented using a flag which is saved in the
13165                 marks cache
13166                 
13167 2002-01-26 [alfons]     0.7.0claws31
13168
13169         * src/import.c
13170                 let import dialog show the destination folder identifier
13171
13172 2002-01-26 [melvin]     0.7.0claws30
13173
13174         * src/folderview.c
13175         * src/summaryview.c
13176                 Readded 'Mark all read' into summary view popup menu
13177                 Added 'Mark all read' in folder view popup menu for IMAP
13178                 and NNTP.
13179                 Made it insensitive if the selected folder is not the shown
13180                 one to avoid 'Mark all read' on the wrong folder.
13181                 
13182 2002-01-26 [paul]       0.7.0claws29
13183
13184         * src/folderview.c
13185           src/summaryview.c
13186                 move 'Mark all read' from summary view to folder view
13187                 menu. (adapted from) patch submitted by Jeremy Andrews,
13188                 <lists@kerneltrap.com>
13189
13190 2002-01-25 [alfons]     0.7.0claws28
13191
13192         * src/gtkstext.c
13193                 put the gtk class name back so GtkSText adapts the 
13194                 settings of GtkText
13195
13196 2002-01-25 [alfons]     0.7.0claws27
13197
13198         * src/folderview.c 
13199                 assimilate Ricardo's patch that shows pixmaps instead of
13200                 plain "new" and "unread" texts in the folder view column
13201                 headers 
13202
13203 2002-01-25 [paul]       0.7.0claws26
13204
13205         * src/Makefile.am
13206                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13207                 be found in non-standard locations. 
13208                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13209
13210 2002-01-25 [paul]       0.7.0claws25
13211
13212         * sync with sylpheed 0.7.0cvs16
13213                 see ChangeLog entry 2002-01-25
13214
13215 2002-01-24 [paul]       0.7.0claws24
13216
13217         * more sync with sylpheed 0.7.0cvs15
13218                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13219
13220 2002-01-23 [sergey]     0.7.0claws23
13221
13222         * src/importldif.c
13223                 Fixed segfault when closing LDIF import wizard with
13224                 the window manager.
13225         * src/imageview.c
13226         * src/imageview.h
13227         * src/messageview.c
13228         * src/mimeview.c
13229                 Fixed wrong scrolling position after switching between
13230                 text and image parts.
13231
13232 2002-01-23 [paul]       0.7.0claws22
13233
13234         * sync with sylpheed 0.7.0cvs15
13235                 see ChangeLog entries 2002-01-22 and 2002-01-23
13236
13237 2002-01-21 [melvin]     0.7.0claws21
13238
13239         * src/prefs_scoring.c
13240         * src/prefs_filtering.c
13241                 Fixed bug where scoring and filtering windows stopped
13242                 autochecking.
13243
13244 2002-01-21 [paul]       0.7.0claws20
13245
13246         * sync with sylpheed 0.7.0cvs12
13247                 see ChangeLog entries 2002-01-20 and 2002-01-21
13248
13249 2002-01-21 [carsten]    0.7.0claws19
13250         * src/mainwindow.c
13251         * src/menu.[ch]
13252         * src/messageview.[ch]
13253         * src/summaryview.[ch]
13254                 changes to shortcuts handling again:
13255                         + "Q" now controled by mainwin
13256                         + v/V are now customizable and have slightly
13257                           different meanings
13258                 the "button" to minimize the messageview (and maximize
13259                 the summary view) is a real button now
13260         * src/compose.c
13261                 "Delete Line+" added to Edit/Advanced (this will also
13262                 delete the '\n')
13263
13264 2002-01-20 [melvin] 0.7.0claws18
13265
13266         * src/addressbook.c
13267                 Made "Bcc" sensitive when addressbook is called from
13268                 compose window (it was a Claws only bug).
13269
13270 2002-01-19 [alfons] 0.7.0claws17
13271
13272         * src/inc.c
13273                 prevent unnecessary updates when currently selected folder has
13274                 no new messages 
13275
13276 2002-01-19 [alfons] 0.7.0claws16
13277         
13278         * src/summaryview.c
13279                 prevent writing the cache based on current message list in summary 
13280                 view when filtering also put messages in currently selected folder
13281
13282 2002-01-19 [paul]
13283
13284         * po/it.po
13285                 Italian translation submitted by Alessandro Maestri
13286                 <a.maestri@cs.tin.it>
13287
13288 2002-01-18 [melvin]     0.7.0claws15
13289
13290         * src/prefs_filters.c
13291                 fixed bug where 'cancel' from 'filters' window stops autochecking
13292                 if the timer timed out  when the window was open.
13293
13294 2002-01-18 [match]      0.7.0claws14
13295
13296         * src/addrclip.[ch]     ** NEW FILE **
13297         * src/addrselect.[ch]   ** NEW FILE **
13298         * src/adbookbase.h      ** NEW FILE **
13299                 addressbook cut, copy and paste
13300         * src/addrbook.[ch]
13301         * src/addrcache.[ch]
13302         * src/addressitem.h
13303         * src/addrindex.[ch]
13304         * src/addritem.[ch]
13305         * src/importldif.c
13306         * src/importmutt.c
13307         * src/jpilot.[ch]
13308         * src/syldap.[ch]
13309         * src/vcard.[ch]
13310         * src/jpilot.[ch]
13311         * src/editbook.c
13312         * src/editjpilot.c
13313         * src/editldap.c
13314         * src/editvcard.c
13315                 support for copy/paste
13316         * src/addressbook.c
13317                 support for copy/paste
13318                 tidy up menu option processing
13319                 correct address list function arguments
13320         * src/editaddress.c
13321                 sort user attributes
13322         * src/ldif.h
13323         * src/mutt.h
13324                 tidy up
13325
13326         * src/addrbook.[ch]
13327         * src/addrbook.[ch]
13328         * src/addrbook.[ch]
13329                 
13330
13331 2002-01-18 [paul]       0.7.0claws13
13332
13333         * sync with sylpheed 0.7.0cvs8
13334                 configure.in: support Mac OS X (Darwin)
13335
13336 2002-01-18 [carsten]    0.7.0claws12
13337         * src/html.c
13338                 small hack to fix a segfault with an empty href
13339                 (reported by Alexandra Walford <deeni@altern.org>)
13340         * src/mainwindow.c
13341         * src/summaryview.c
13342                 the shortcuts for Mark und Mark as unread are hardcoded
13343                 again
13344         * src/compose.c
13345         * src/gtkstext.[ch]
13346                 readded the shortcuts in gtkstext but made them
13347                 customizeable (simply by adding a menu plus a wrapper
13348                 to compose.c)
13349
13350 2002-01-17 [melvin]     0.7.0claws11
13351
13352         * src/gtkspell.c
13353                 fix default dictionary not being saved.
13354
13355 2002-01-16 [darko]      0.7.0claws10
13356
13357         * src/compose.c
13358                 fix wrapping crash with URL longer than wrapping margin
13359
13360 2002-12-08 [hoa]        0.7.0claws10
13361
13362         * src/matcher_parser_parse.y
13363                 fixed some bugs
13364
13365         * src/prefs_filtering.c
13366                 now, we can use bounce action in the dialog box.
13367
13368 2002-01-16 [carsten]    0.7.0claws9
13369         * src/gtkstext.c
13370                 removed the <control> and <alt> shortcuts because they're
13371                 not needed and interefered with the "normal" shortcuts
13372         * src/mainwindow.c
13373         * src/summaryview.c
13374                 removed most of the hardcoded shortcuts and assigned
13375                 them to menu entries making them easy customizable by
13376                 that
13377
13378 2002-01-16 |melvin]     0.7.0claws8
13379
13380         * src/gtkspell.c
13381                 fixed bug where using the mouse and when the compose
13382                 window is not on top may result in a crash.
13383
13384 2002-01-16 [melvin]     0.7.0claws7
13385
13386         * src/compose.c
13387                 fixed a long standingspell checker bug which could 
13388                 cause a crash after sending a message.
13389
13390 2002-01-16 [paul]       0.7.0claws6
13391
13392         * sync with sylpheed 0.7.0cvs7
13393                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13394                 2002-01-15, and 2002-01-16
13395
13396 2002-01-16 [melvin]     0.7.0claws5
13397
13398         * README.claws
13399         * src/compose.c
13400         * src/gtkspell.[ch]
13401         * src/main.c
13402                 Heavily modified spell checker code to work around
13403                 ispell bug, to add keyboard shortcuts and for future
13404                 enhancements. See README.claws for usage information.
13405
13406 2002-01-15 [alfons]     0.7.0claws4
13407         
13408         * src/summaryview.c
13409                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13410                 so sorting within threads reflects sort mode
13411
13412 2002-01-15 [christoph]  0.7.0claws3
13413
13414         * src/procmsg.c
13415                 added alertpanel if mail sending failed
13416
13417 2002-01-15 [alfons]     0.7.0claws2
13418         
13419         * src/prefs_filtering.c
13420                 don't stop timer when prefs filtering dialog is opened
13421
13422 2002-01-14 [alfons]     0.7.0claws1
13423
13424         * src/addr_compl.c
13425         * src/prefs.c
13426                 remove debug_print()s for privacy reasons
13427
13428 2002-01-14 [darko]      0.7.0claws
13429
13430         * README.claws
13431                 quotation wrapping is now also in the main branch
13432
13433 2002-01-14 [paul]
13434
13435         * tools/filter_conv.pl
13436                 allow for Boolean Op and case-sensitivity
13437                 this file is included in the release and tagged
13438                 'rel_0_7_0'
13439
13440 2002-01-13 [paul]       0.7.0claws
13441
13442         * release 0.7.0, with cvs tag 'rel_0_7_0'
13443
13444 2002-01-13 [paul]
13445
13446         * tools/filter_conv.pl
13447         * tools/README
13448                 rewritten to output to matcherrc instead of filteringrc
13449
13450         * po/es.po
13451                 updated Spanish translation by Ricardo Mones Lastra
13452
13453 2002-01-13 [alfons]
13454
13455         * po/nl.po
13456                 update dutch translation
13457
13458 2002-01-13 [paul]
13459
13460         * po/pt_BR.po
13461                 Updated by Fabio Junior Beneditto 
13462
13463 2002-01-13 [melvin]     0.6.6claws53
13464
13465         * po/fr.po
13466                 Updated french translation
13467
13468 2002-01-12 [alfons]     0.6.6claws52
13469
13470         * src/filtering.c
13471                 plug mem leak that has been sitting there for ages              
13472
13473 2002-01-12 [alfons]     0.6.6claws51
13474
13475         * src/summaryview.c
13476                 undo melvin's changes from 0.6.6claws48 because summary
13477                 view now refuses to select first unread message when
13478                 selecting a folder 
13479
13480 2002-01-11 [alfons]     0.6.6claws50
13481
13482         * src/import.c
13483                 use claws' semantics for getting folder item when
13484                 importing an mbox file into a folder 
13485                 (submitted by Dale P. Smith)
13486
13487 2002-01-11 [christoph]  0.6.6claws49
13488
13489         * src/prefs.h
13490                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13491                 toggle widget, because non static prefs can not use
13492                 prefs_set_* functions
13493         * src/prefs_account.c
13494                 toggle smtp auth password field sensitivity if
13495                 user id is empty and add descrition of usage for
13496                 these fields
13497         * src/prefs_folder_item.c
13498                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13499                 callbacks
13500
13501 2002-01-11 [melvin]     0.6.6claws48
13502
13503         * src/compose.c
13504                 fix the 'Ctrl-Enter' feature for sending and test really
13505                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13506                 editables which was not documented in Gtk)
13507
13508         * src/summaryview.c
13509                 Made summaryview refresh after sorting and not before.
13510
13511 2002-01-11 [christoph]  0.6.6claws47
13512
13513         * src/compose.c
13514                 select account from account ids if possible and
13515                 correctly set save folder for copy in reedit
13516
13517 2002-01-10 [paul]       0.6.6claws46
13518
13519         * sync with sylpheed 0.7.0 release
13520                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13521                 2002-01-09
13522
13523 2002-01-09 [alfons]
13524
13525         * src/summaryview.c
13526                 remove more dirt traces...
13527
13528 2002-01-09 [alfons]
13529         
13530         * src/summaryview.c
13531                 clean up some traces of my debugging stuff
13532
13533 2002-01-09 [alfons]     0.6.6claws45
13534
13535         * src/filtering.c
13536                 break up filteringprop_apply() in three separate pieces
13537                 so we can drop messages that failed processing in the
13538                 inbox
13539
13540         * src/summaryview.c
13541                 fix bug #469598 "no refresh of inbox after filter" which 
13542                 was introduced by the new summary view locking, and which 
13543                 prevented the summary view to update after a manual filter 
13544                 message. claw's filter message requires a summary_show().
13545                 (aargh, summary_show() again! :-)
13546                 
13547 2002-01-07 [alfons]     0.6.6claws44
13548
13549         * src/headerwindow.c
13550         * src/logwindow.c
13551         * src/messageview.c
13552         * src/sourcewindow.c
13553                 bring in Hiro's last 0.7.0 wm class fixes
13554
13555         * tools/sylprint.pl
13556                 bring in Ricardo's fix for sylprint script
13557
13558         * AUTHORS       
13559         * src/rfc2015.[ch]
13560         * src/prefs_common.[ch]
13561         * src/prefs_account.[ch]
13562         * src/compose.c
13563                 clean up account preference poison in rfc2015,
13564                 and preparation to fix double sign bug 
13565                 (patch submitted by Simon 'corecode' Schubert)
13566
13567 2002-01-07 [christoph]  0.6.6claws43
13568
13569         * src/mh.c
13570                 search for free message number, do not only rely
13571                 on last_num
13572         * src/send.c
13573                 fix smtp auth and use extra account information
13574                 if available, if not use pop3 data instead
13575                 (closes bug #500341)            
13576         * src/ssl.[ch]
13577                 match coding style
13578
13579 2002-01-06 [alfons]     0.6.6claws42
13580
13581         * src/mainwindow.c
13582                 try making the separate windows work again...
13583
13584 2002-01-06 [alfons]     0.6.6claws41
13585
13586         * src/mainwindow.c
13587                 adapt Hiro's separate window menu (to get rid of the funny
13588                 duplicate menu items), and make it work again
13589
13590 2002-01-06 [alfons]     0.6.6claws40
13591
13592         * tools/Makefile.am
13593         * tools/sylprint.rc
13594         * tools/sylprint.pl
13595         * tools/README.sylprint
13596                 add sylprint script for printing mails from Sylpheed
13597                 (contributed by Ricardo Mones Lastra)
13598
13599         * src/acount.c
13600                 clean up
13601
13602 2002-01-06 [melvin]     0.6.6claws39
13603
13604         * src/mainwindow.c
13605         * src/summaryview.c
13606                 Fixed crash introduced in 0.6.6claws38 by the menu
13607                 reorganisation (Hide read messages)
13608         
13609         * ChangeLog.claws 
13610                 Fixed typo (we are now in 2002, alfons ;) )
13611
13612 2002-01-05 [alfons]     0.6.6claws38
13613
13614         * sync with sylpheed 0.6.6cvs10-17
13615                 (last stuff marked as LAST_STABLE)
13616
13617 2002-01-04 [melvin]     0.6.6claws37
13618
13619         * src/account.c
13620                 Made account selection code use strcasestr again instead of
13621                 g_strcasecmp (fixes bug where reediting queued messages
13622                 did not select proper account reported by T. Link).
13623         
13624         * src/folderview.c
13625                 Fix bug where folder icons are not shown when 'hide read messages'
13626                 is on.
13627         
13628         * src/stock_pixmaps.[ch]
13629                 Added folder icons for 'hide read messages'.
13630         
13631         * src/compose.c
13632                 Fixed bug where 'Enter' in a header entry will send the message 
13633                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13634
13635 2002-01-03 [melvin]     0.6.6claws36
13636         
13637         * src/prefs.[ch]
13638                 Added popup menu for common preferences and
13639                 account preferences (right click on tab displays
13640                                 a menu of all tabs.)
13641
13642 2002-01-02 [melvin]     0.6.6claws35
13643
13644         * src/gtkspell.[ch]
13645                 Made spelling code compatible with undo/redo feature.
13646                 Added creation of suggestion mode menu for the general
13647                         preferences.
13648         
13649         * src/prefs_common.[ch]
13650                 Added option menu for the speller's suggestion mode.
13651                 Added missing spaces in "..." buttons and made a "..."
13652                         button non translatable!
13653         
13654         * src/compose.c
13655                 Made speller use the default suggestion mode.
13656                 Hack to make it possible to choose 'CTRL-Enter' as a
13657                         shortcut for sending (and only for sending).
13658
13659         * src/prefs_folder_item.c
13660                 Changing subject simplification does not update cache 
13661                         anymore (because it is unnecessary).
13662                 Fixed bug where changing subject simplification updated the 
13663                         summaryview even when the viewed folder is not the
13664                         folder which properties are being changed. (E.g. 
13665                                         viewing folder A and changing
13666                                         the subject simplification of 
13667                                         folder B -not being viewed- updated the 
13668                                         summaryview of folder A with data of
13669                                         folder B). (Hope this is clear... )
13670
13671 2001-12-31 [alfons]     0.6.6claws34
13672         
13673         * src/ldif.c
13674         * src/mutt.c
13675                 fgetc() returns a signed integer which doesn't
13676                 fit in a char. so c truncates this to a char
13677                 but we may lose significant bits. i.e. we may
13678                 comparing 0xFF which may not be equal to -1
13679                 unless properly casted to signed char which
13680                 we won't do because fgetc() returns a signed
13681                 integer which doesn't fit in a char. so c 
13682                 truncates this to a char but we may lose 
13683                 significat bits. (you got the idea, thanks
13684                 to Gustavo Noronha Silva <kov@debian.org>
13685                 and the Debian folks!)
13686
13687 2001-12-30 [alfons]     0.6.6claws33
13688
13689         * src/prefs_common.c
13690                 add #ifdef USE_PSPELLs that Melvin forgot               
13691
13692 2001-12-30 [melvin]     0.6.6claws32
13693         
13694         * src/prefs_common.[ch]
13695                 Added configurable color for misspelled words.
13696
13697         * src/gtkspell.[ch]
13698                 Fixed bug of foreground text color (reported by David
13699                                 Mehrmann)
13700                 Added configurable color for misspelled words.
13701
13702 2001-12-30 [alfons]     0.6.6claws31
13703
13704         * src/folder.c
13705                 remove unnecessary things someone put there
13706
13707         * src/mh.c
13708         * src/folder.[ch]
13709                 make folder properties (like threading and sorting) persistent
13710                 (closes bug #497424 "rescan folder tree resets proprieties")
13711                 currently this is only for MH folders. 
13712
13713 2001-12-29 [melvin]     0.6.6claws30
13714
13715         * src/string_match.[ch]
13716                 Optimized a bit: regexp pattern buffer compiled only once, and
13717                   one subroutine call removed. Fixed ^ regexp search: Now, 
13718                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13719         
13720         * src/summaryview.c
13721                 Subject filtering changed to filter summary columns and
13722                   not directly the messages subject cache. The loss in 
13723                   performance is balanced by the improvement of string_match.
13724                 Added an alert panel if there is an error in the regexp.
13725
13726         * src/src/prefs_folder_item.h
13727                 Added a regexp pattern buffer.
13728
13729 2001-12-28 [alfons]     0.6.6claws29
13730
13731         * src/string_match.[ch]
13732                 clean up name space
13733                 allow compilation *BSD
13734
13735 2001-12-27 [alfons]     0.6.6claws28
13736
13737         * src/filter.c
13738                 sync the Hiro's bug fix for BSD
13739
13740 2001-12-27 [melvin]     0.6.6claws27
13741         
13742         * src/compose.c
13743                 Simplify focus to subject entry code.
13744
13745 2001-12-27 [darko]      0.6.6claws26
13746
13747         * src/filtering.c
13748         * src/mbox_folder.c
13749         * src/messageview.c
13750         * src/mh.c
13751         * src/procheader.[ch]
13752         * src/procmsg.h
13753         * src/stock_pixmap.[ch]
13754         * src/summaryview.c
13755                 Show key icon for encrypted mails in summary view
13756
13757         * src/pixmaps/clip.xpm
13758         * src/pixmaps/clipkey.xpm
13759         * src/pixmaps/key.xpm
13760                 New/modified icons for the above
13761
13762 2001-12-27 [melvin]     0.6.6claws25
13763
13764         * src/prefs_common.c
13765                 Put spell checker options in a separate tab to decrease
13766                 the Common Preferences window height.
13767
13768         * README.claws  
13769                 Update spell checker usage instruction about its options
13770                 location.
13771
13772 2001-12-27 [melvin]     0.6.6claws24
13773
13774         * src/compose.c
13775                 Changed subject entry widget position. Initial focus is
13776                 on the To header instead of the subject entry.
13777                 Creating a new header scrolls the header list to make the
13778                 created one visible. Nevertheless, when automatically filling
13779                 headers, the first one is shown.
13780                 A Tab key press in the last empty header entry zips the 
13781                 focus to the subject entry.
13782                 (I did not change the combo boxes, yet)
13783
13784 2001-12-26 [alfons]     0.6.6claws23
13785
13786         * src/prefs_account.c
13787         * src/inc.c
13788                 allow default inbox to reside in another mailbox (only
13789                 works for POP3 accounts)
13790
13791 2001-12-26 [alfons]     0.6.6claws22
13792         
13793         * src/textview.c
13794                 make reply-on-click work with the account of the selected folder
13795         * src/compose.c
13796                 put a fixme here to remind me to fix finding correct default
13797                 account for nested folders
13798
13799 2001-12-25 [alfons]     0.6.6claws21
13800
13801         * src/summaryview.c
13802                 make column headers display locked and mark pixmaps (idea by Melvin) 
13803                 fix bug by adding score and locked column type to sort array
13804
13805 2001-12-25 [alfons]     0.6.6claws20
13806         
13807         * src/summaryview.c
13808                 catch a *potentially* inadvertent write back of  
13809                 the message cache(s) introduced by 0.6.5claws37
13810
13811 2001-12-25 [christoph]  0.6.6claws19
13812
13813         * src/stock_pixmap.[ch]
13814         * src/summaryview.c
13815                 add ignore thread pixmap
13816                 (can someone draw a better icon for this?)
13817
13818 2001-12-24 [alfons]     0.6.6claws18
13819
13820         * src/prefs_folder_item.c
13821                 make address completion actually work for the
13822                 Default To address in the Folder Property dialog.
13823
13824 2001-12-24 [alfons]     0.6.6claws17
13825         
13826         * src/summaryview.c
13827                 use new style regexp for subject stripping 
13828                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13829
13830 2001-12-24 [darko]      0.6.6claws16
13831
13832         * src/pgptext.c
13833         * src/rfc2015.c
13834                 move GPG related informational messages to debug mode
13835
13836 2001-12-23 [alfons]     0.6.6claws15
13837
13838         * src/stock_pixmap.[ch]
13839         * src/summaryview.c
13840                 add the forgotten Claws' locked pixmap
13841
13842 2001-12-23 [alfons]     0.6.6claws14
13843
13844         * src/filesel.c
13845                 accept file name typed in entry in multi file
13846                 selector (patch submitted by Gustavo Noronha Silva 
13847                 <kov@debian.org>)
13848
13849 2001-12-23 [alfons]     0.6.6claws13
13850
13851         * src/prefs_filter.c
13852         * src/prefs_filtering.c
13853         * src/matcher.c
13854         * src/importmutt.c
13855                 clean up a little bit
13856         
13857         * src/string_match.c
13858                 validate input strings a little bit more
13859
13860 2001-12-23 [alfons]     0.6.6claws12
13861
13862         * src/Makefile.am
13863         * src/summaryview.c
13864         * src/string_match.[ch]         ** NEW **
13865         * src/folderview.[ch]
13866         * src/headerview.h
13867         * src/folder.[ch]
13868         * src/prefs_folder_item.[ch]
13869                 add subject simplification to strip out strings from
13870                 a subject line (esp. handy for mailing lists). 
13871                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13872                 but slightly changed things for better integration.)
13873
13874 2001-12-23 [alfons]     0.6.6claws11
13875
13876         * src/mainwindow.c
13877                 fix bug introduced by submission included in 0.6.5claws52.
13878                 ideally this submission should clean the trash if any trash
13879                 folder has a message. however, the hasTrash variable was
13880                 set to false whenever a trash folder was empty (discarding
13881                 a previously found *filled* trash folder.)
13882
13883                 also edited the code a little bit and made it more safe.
13884
13885 2001-12-22 [alfons]     0.6.6claws10
13886
13887         * src/imap.c
13888                 quick fix for Martin Pool's omission of an account
13889                 specific SSL setting
13890
13891 2001-12-22 [alfons]     0.6.6claws9
13892
13893         * src/compose.c
13894         * src/messageview.c
13895         * src/mimeview.c
13896         * src/pgptext.c
13897         * src/procmime.[ch]
13898                 better support for multipart/digest (submitted
13899                 by Fredrik <e98fo@efd.lth.se>)
13900
13901 2001-12-22 [alfons]     0.6.6claws8
13902
13903         * src/addressbook.c
13904                 correct function signature
13905         * src/socket.[ch]
13906         * src/imap.[ch]
13907         * src/prefs_account.[ch]
13908                 allow IMAP over SSH tunnel (patch submitted by 
13909                 Martin Pool <mbp@samba.org>)
13910
13911 2001-12-21 [alfons]     0.6.6claws7
13912
13913         * sync with sylpheed 0.6.6cvs4-9
13914                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13915
13916 2001-12-21 [christoph]  0.6.6claws6
13917
13918         * src/compose.c
13919         * src/prefs_folder_item.[ch]
13920                 implement saving of outgoing messages to current folder.
13921                 fix segfault when no default outbox is available
13922                 (closes bug #495683)
13923
13924 2001-12-21 [carsten]    0.6.6claws5
13925         * src/folderview.c
13926         * src/summaryview.c
13927                 pressing CTRL while DND does now the expected thing and
13928                 copies the mail (moving is still the default, as this
13929                 seam more appropriate for handling mails by DND)
13930
13931 2001-12-18 [paul]       0.6.6claws4
13932
13933         * sync with sylpheed 0.6.6cvs3
13934                 see ChangeLog entries 2001-12-18
13935
13936 2001-12-18 [hiro]       0.6.6claws3
13937
13938         * src/undo.c
13939                 fix for multibyte characters (obtain the number of letters
13940                 instead of bytes).
13941
13942 2001-12-17 [paul]       0.6.6claws2
13943
13944         * sync with sylpheed 0.6.6cvs1
13945                 see ChangeLog entry 2001-12-16
13946
13947 2000-12-17 [alfons]     0.6.6claws1
13948
13949         * src/filtering.c
13950                 clean up
13951
13952 2001-12-16 [paul]       0.6.6claws
13953 2001-12-15
13954
13955         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13956
13957         * src/mimeview.c
13958                 last minute sync with main 0.6.6
13959
13960         * po/es.po
13961                 updated by Ricardo Mones Lastra
13962                 update for last minute sync
13963         * po/fr.po
13964         * po/nl.po
13965                 update for last minute sync
13966         * po/de.po
13967                 updated by Jens Oberender
13968         * po/pt_BR.po
13969                 updated by Fabio Junior Beneditto
13970
13971         * src/prefs_common.[ch]
13972         * src/undo.c
13973                 number of undo levels is user configurable
13974                 (squeeze it into the release in the dying
13975                 moments) Submitted by Jens Oberender    
13976
13977 2001-12-15 [melvin]
13978
13979         * po/fr.po
13980                 updated french translation
13981
13982 2001-12-15 [paul]       0.6.5claws92
13983
13984         * sync with sylpheed 0.6.5cvs28
13985                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13986
13987         * po/nl.po
13988                 update to allow for sync
13989
13990 2001-12-15 [alfons]
13991         
13992         * po/nl.po
13993                 update dutch translation
13994
13995 2001-12-14 [carsten]    0.6.5claws91
13996         * src/summaryview.c
13997                 fixed bug #473785; also after changing the column order
13998                 the same message will be selected and displayed as before
13999                 the reordering
14000
14001 2001-12-14 [carsten]    0.6.5claws90
14002         * src/folderview.c
14003                 probably found the bug reported by wwb opening or closing
14004                 a folder tree just before dnd (found the solution in the
14005                 balsa source -- thanks to them)
14006
14007 2001-12-14 [carsten]    0.6.5claws89
14008         * src/gtkutils.c
14009         * src/account.c
14010                 moved gtk_clist_moveto to the right place, so that
14011                 only the accounts dialog is effected on opening
14012
14013 2001-12-14 [carsten]    0.6.5claws88
14014         * src/gtkutils.c
14015                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14016                 now, so that the focused row will be seen in any case
14017                 (reported by wwp on sf-claws-user)
14018
14019 2001-12-14 [darko]      0.6.5claws87
14020
14021         * src/compose.c
14022                 remove unnecessary line
14023
14024 2001-12-14 [paul]       0.6.5claws86
14025
14026         * sync with sylpheed 0.6.5cvs27
14027                 see ChangeLog entries 2001-12-14
14028
14029 2001-12-14 [carsten]    0.6.5claws85
14030         * src/mainwindow.c
14031                 following a suggestion of Melvin the rcoabm pops up
14032                 right under the button now and the button is reliefed
14033                 while the popup is open
14034
14035 2001-12-14 [darko]      0.6.5claws84
14036
14037         * src/compose.c
14038                 fix crash when wrapping long lines if linewrap quotation
14039                 is disabled and wrapper encounters a word spanning more
14040                 than one line
14041
14042 2001-12-13 [paul]       0.6.5claws83
14043
14044         * src/compose.c
14045                 prefer 'Reply-To' header over mailing list header when
14046                 replying to a message. Finally prevent all those confirmation 
14047                 messages being sent to the list itself.
14048
14049         * src/summaryview.c
14050                 remove unused summary_set_menu_sensitive() entry
14051
14052 2001-12-13 [paul]       0.6.5claws82
14053
14054         * src/folderview.c
14055         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14056         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14057         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14058                 improvements to 'Hide read messages': Inbox, Outbox,
14059                 Trash, Queue, and Draft icons now reveal presence of hidden 
14060                 messages
14061
14062 2001-12-12 [alfons]     0.6.5claws81
14063
14064         0.6.5claws80 was tagged as LAST_STABLE
14065
14066         * src/filtering.[ch]
14067         * src/matcher.[ch]
14068         * src/matcher_parser_lex.c
14069                 fix the filtering; my last attempt to get it right, 
14070                 if it does not work, it's Hoa's turn. ;-)
14071
14072                 for my honourable peers:
14073                 
14074                 the code now makes a clear distinction between
14075                 rules as they are displayed (probably escaped),
14076                 and as they are executed (probably unescaped). the
14077                 parser does *NOT* do any unescaping, this is
14078                 the task of the matcher.c (which breaks up a
14079                 rule into condition) and the filtering.c (which
14080                 breaks up the rule's action). to make this
14081                 run happily we provide an unescaped copy of
14082                 crucial strings to the MatcherProp and 
14083                 FilteringAction structures. note that the only
14084                 exception to this is any REGEXP string. those
14085                 are directly passed to regcomp() and regexp()
14086                 (who have much more powerful unescape functions).
14087                 
14088                 for everyone else:
14089         
14090                 you can escape tab (\t), carriage return (\r),
14091                 linefeed (\n), form feed (\f), quote (\"), 
14092                 single quote (\'), bell (\b) in all the entry
14093                 lines in the scoring & filtering dialogs.
14094                 as an added bonus this should not affect
14095                 existing filtering rules.
14096
14097 2001-12-12 [carsten]    0.6.5claws80
14098
14099         * src/summaryview.c
14100         * po/de.po
14101                 "item(s) selected" is now sensitive to 1 or more
14102                 than one selected (nice for language where simple
14103                 adding of a "s" is not possible as German (Eintrag
14104                 ->Eintr"age)
14105                 
14106                 the "forward as attachment" entry from the right
14107                 click menu removed, "forward" acts following the
14108                 prefs
14109         
14110         * src/textview.c
14111                 reverted my former changes; so compiler warning again
14112                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14113                 nevertheless
14114
14115         * src/messageview.c
14116                 "search in message" does now *not* only work in MVIEW_TEXT
14117                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14118                 message
14119
14120         * src/mainwindow.c
14121                 removed "/File/_Close" as it was the same as "/File/E_xit"
14122                 and we don't need it two times
14123
14124                 the separate folder view and message view now get a distinct
14125                 WMCLASS, just in case someone is using sawfish ;-)
14126
14127                 as the menu entries "/View/Message view" and "/View/Folder tree"
14128                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14129                 make them sensitive accordingly and as these two are "shown"
14130                 after startup anytime check this menuitem at startup
14131
14132 2001-12-12 [paul]       0.6.5claws79
14133
14134         * src/folderview.c
14135                 fix sensitivity of 'Search folder...', broken in
14136                 0.6.5claws75
14137
14138         * src/mainwindow.c
14139                 fix dodgy English
14140
14141 2001-12-11 [carsten]    0.6.5claws78
14142         * src/filtering.c
14143                 fixed two typos returning a wrong FALSE/TRUE
14144         * src/mainwindow.[ch]
14145                 extra menu for email/news button removed
14146
14147 2001-12-11 [alfons]     0.6.5claws77
14148         
14149         * src/matcher.c                 (1.3)
14150         * src/matcher_parser_lex.l      (1.28)
14151                 revert for another attempt
14152                 mark 0.6.5claws77 as LAST_STABLE
14153
14154 2001-12-11 [christoph]  0.6.5claws76
14155
14156         * po/de.po
14157                 fixed wrong translation for prev. unread msg
14158
14159 2001-12-11 [paul]       0.6.5claws75
14160
14161         * src/folder.[ch]
14162         * src/folderview.c
14163         * src/mainwindow.c
14164         * src/summaryview.[ch]
14165         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14166                 enable ability to hide read messages on per folder basis via 
14167                 '/Summary/Hide read messages'; when selected, a folder will 
14168                 have a red open folder icon, instead of a blue icon, if the 
14169                 folder contains hidden messges
14170                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14171
14172         * src/mainwindow.c
14173                 remove '/Message/Forward as attachment' from 
14174                 main_window_set_menu_sensitive() to prevent debug warning
14175
14176         * src/folderview.c
14177         * src/mainwindow.c
14178                 Clean up some of the English
14179
14180         * tools/newscache_clean.pl
14181                 allow for new 'hidereadmsgs' entry in folderlist.xml
14182
14183         * po/es.po
14184                 updated translation, submitted by Ricardo Mones Lastra
14185
14186 2001-12-11 [paul]       0.6.5claws74
14187
14188         * sync with sylpheed 0.6.5cvs25
14189                 see ChangeLog entry 2001-12-11
14190
14191 2001-12-10 [alfons]     0.6.5claws73
14192
14193         * src/matcher.c
14194                 add more control characters
14195         * src/matcher_parser_lex.l
14196                 make escaping / unescaping work again
14197
14198 2001-12-10 [alfons]     0.6.5claws72
14199
14200         * src/imap.c
14201                 clean up warnings "returning value for void function" 
14202         * src/prefs_filtering.c
14203                 make info button for execute action sensitive
14204
14205 2001-12-10 [paul]       0.6.5claws71
14206
14207         * src/compose.c
14208         * src/imap.[ch]
14209         * src/summaryview.c
14210                 fix: imap server now gets informed of MARKED, UNMARKED
14211                 and REPLY events. Now people can use different IMAP-Mail
14212                 clients and have the exact same information about MARKED,
14213                 UNMARKED and REPLY status with all of them. Especially
14214                 useful for imap servers with a web-frontend.
14215                 submitted by Tobias Sandhaas <medlor@web.de>
14216
14217 2001-12-09 [melvin]     0.6.5claws70
14218         
14219         * src/textview.[ch]
14220                 fixed bug #490076 (hunted down by Alfons who implemented
14221                 a workaround in 0.6.5claws65)
14222
14223 2001-12-09 [christoph]  0.6.5claws69
14224
14225         * src/summaryview.c
14226                 set pointer to string in LOCKED column to NULL
14227                 (might fix bug #490800)
14228
14229 2001-12-09 [carsten]    0.6.5claws68
14230
14231         * po/de.po
14232                 resolved some cluttered menu shortcuts 
14233                 ('creating new email' and 'creating news message'
14234                 hade the same)
14235         * src/compose.c
14236                 wmclass now distinc from main window
14237         * src/mainwindow.c
14238           src/mainwindow.h
14239                 email/news and forward button functionality similar
14240                 to the reply buttons; removed the ugly dropdown arrows
14241                 and use instead the right mouse button
14242
14243 2001-12-09 [paul]       0.6.5claws67
14244
14245         * src/imap.c
14246         * src/utils.h
14247                 allow spaces in imap folder names
14248                 submitted by Willem van Engen <wvengen@stack.nl>
14249
14250 2001-12-09 [paul]       0.6.5claws66
14251
14252         * sync with sylpheed 0.6.5cvs24
14253                 see ChangeLog entry 2001-12-09
14254
14255 2001-12-08 [alfons]     0.6.5claws65
14256
14257         * src/textview.c
14258                 prevent secondary selection claim after "add to sender" dialog
14259                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14260                 we trick GTK by simulating a click at (0, 0) in the textview.
14261
14262 2001-12-08 [hoa]        0.6.5claws64
14263
14264         * src/folder.c
14265                 fixed a bug about the .processing folder name while filtering
14266
14267 2001-12-08 [alfons]     0.6.5claws63
14268
14269         * src/folderview.c 
14270                 work around problem of not correctly updating folder stats
14271                 when deleting messages. there's some folder scanning evil
14272                 going so the folderview_update_msg_num() does not work
14273                 correctly. need to investigate this.
14274
14275 2001-12-08 [paul]       0.6.5claws62
14276
14277         * sync with sylpheed 0.6.5cvs23
14278                 see ChangeLog entry 2001-12-08
14279
14280 2001-12-07 [christoph]  0.6.5claws61
14281
14282         * src/compose.c
14283                 fix another header translation problem
14284
14285 2001-12-07 [alfons]     0.6.5claws60
14286
14287         * src/mbox.c
14288                 make filtering also work on local spool mbox
14289
14290 2001-12-07 [carsten]    0.6.5claws59
14291         * src/addressbook.c
14292                 addressbook window gets a wmclass distinct from the main
14293                 sylpheed window
14294         * src/compose.h
14295         * src/mainwindow.[ch]
14296                   forward menu item will use mode selected in prefs, forward 
14297                 as attatchment in menu removed (will be substituted in the
14298                 toolbar similar to reply buttons)
14299                   create news message menu entry and news button is now 
14300                 sensitive to the existance of a news account
14301         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14302         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14303         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14304                 these are removed because the toolbar buttons don't show
14305                 the quoting modus any longer
14306
14307 2001-12-07 [paul]
14308
14309         * tools/newscache_clean.pl      ** NEW FILE **
14310                 perl script to do some tidying up in the newscache directory 
14311                 
14312         * tools/sylpheed-switcher       ** NEW FILE **
14313                 perl script to enable easy switching between main and claws
14314                 
14315         * tools/README
14316                 added descriptions of the two new perl scripts          
14317
14318
14319 2001-12-07 [melvin]     0.6.5claws58
14320
14321         * src/messageview.c
14322                 fixed a warning during compilation introduced in 0.6.5claws56
14323
14324 2001-12-07 [paul]       0.6.5claws57
14325
14326         * src/mainwindow.[ch]
14327         * src/menu.[ch]
14328                 further usability enhancements to replying with or without 
14329                 quoting via the toolbar, use of Ctrl key is replaced by 
14330                 drop down menu 
14331                 Submitted by Carsten Schurig            
14332
14333 2001-12-07 [melvin]     0.6.5claws56
14334
14335         * src/messageview.c
14336                 hack to fix bug that prevented to make/paste selections
14337                 after switching between MVIEW_TEXT and MVIEW_MIME views
14338                 without deselecting the selection first.
14339
14340 2001-12-06 [alfons]     0.6.5claws55
14341
14342         * src/filtering.[ch]
14343         * src/inc.c
14344                 revise filtering a little bit more, and make sure
14345                 messages are delivered to the appropriate inbox
14346                 (perhaps set per account)
14347
14348 2001-12-06 [paul]       0.6.5claws54
14349
14350         * sync with sylpheed 0.6.5cvs22
14351                 see ChangeLog entry 2001-12-06
14352
14353 2001-12-05 [alfons]     0.6.5claws53
14354
14355         * src/inc.c
14356         * src/folder.[ch]
14357         * src/procmsg.c
14358         * src/filtering.c
14359                 more revisions of filtering system
14360                 (last stable version is marked as LAST_STABLE)
14361                 
14362                 | NOTE 1): the filtering system now uses a local folder called
14363                 | .processing. if filtering fails, check this directory
14364                 | for missing messages.
14365                 |
14366                 | NOTE 2): help us find the filtering actions still missing
14367
14368 2001-12-05 [paul]       0.6.5claws52
14369
14370         * src/mainwindow.c
14371                 fix bug where 'Empty Trash?' pop-up window appears even
14372                 when Trash is empty, submitted by Jesse Skinner         
14373
14374 2001-12-05 [melvin]     0.6.5claws51
14375
14376         * src/compose.c
14377                 fixed bug #486106 to select correct account when reediting 
14378                 a queued message
14379         
14380 2001-12-04 [alfons]     0.6.5claws50
14381
14382         * src/mh.c
14383                 declare markfile in appropriate functions when
14384                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14385                 for spotting this)
14386
14387 2001-12-04 [paul]       0.6.5claws49
14388
14389         * sync with sylpheed 0.6.5cvs21
14390                 see ChangeLog entry 2001-12-04
14391
14392 2001-12-03 [christoph]  0.6.5claws48
14393
14394         * po/de.po
14395                 changed translation of undo
14396         * src/account.c
14397         * src/folder.c
14398                 don't reinvent the wheel to traverse a GNode
14399         * src/compose.[ch]
14400                 seperate code to create the compose gui into functions
14401                 add "Others" page with folder selection for saving copy
14402                 of the message.
14403                 the folder identifier is saved to queue header
14404         * src/procmsg.c
14405                 save message to folder in queue header
14406
14407 2001-12-03 [paul]       0.6.5claws47
14408
14409         * sync with sylpheed 0.6.5cvs20
14410                 see ChangeLog entry 2001-12-03
14411
14412 2001-12-01 [paul]
14413
14414         * more sync with sylpheed 0.6.5cvs19
14415                 see ChangeLog entry 2001-11-29
14416
14417 2001-11-30 [paul]       0.6.5claws46
14418         
14419         * src/compose.c
14420                 remove conflicts introduced by Hoa's last commit
14421          
14422         * src/mainwindow.c
14423                 make 'Message/Bounce' sensitive
14424
14425 2001-11-30 [hoa]        0.6.5claws45
14426
14427         * src/compose.c
14428                 slightly change bounce function to add
14429                 information about the user that bounced the mail
14430                 in the From header line.
14431
14432         * src/folderview.c
14433                 permit the use of processing in outbox folder.
14434
14435 2001-11-29 [paul]       0.6.5claws44
14436
14437         * src/mainwindow.[ch]
14438         * src/prefs_common.c
14439         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14440         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14441         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14442                 usability enhancements to the quoting, implements
14443                 use of Ctrl key to toggle quoting settings
14444                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14445
14446 2001-11-29 [paul]       0.6.5claws43
14447         
14448         * sync with sylpheed 0.6.5cvs19
14449                 see ChangeLog entry 2001-11-28
14450
14451 2001-11-29 [melvin]     0.6.5claws42
14452         * src/Makefile.am
14453                 added enriched.[ch] to the list of files
14454
14455         * src/textview.c
14456         * src/mimeview.c
14457         * src/procmime.[ch]
14458         * src/enriched.[ch]
14459                 added support to view text/enriched
14460                 added support to show headers in message view for text/enriched and text/html
14461                         in non multipart messages
14462
14463 2001-11-28 [paul]       0.6.5claws41
14464
14465         * more sync with sylpheed 0.6.5cvs18
14466                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14467
14468 2001-11-27 [paul]       0.6.5claws40
14469         
14470         * po/pt_BR.po
14471                 updated translation, submitted by Fabio Junior Beneditto
14472                 
14473         * sync with sylpheed 0.6.5cvs18
14474                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14475                 2001-11-27
14476
14477
14478 2001-11-26 [paul]
14479
14480         * po/es.po
14481                 updated translation, submitted by Ricardo Mones Lastra
14482
14483 2001-11-26 [alfons]
14484
14485         * src/matcher.c
14486                 add more translatable strings
14487
14488 2001-11-26 [christoph]  0.6.5claws39
14489
14490         * po/de.po      
14491                 fixed one more umlaut
14492         * src/compose.c
14493                 fix translated header when it should not be translated
14494
14495 2001-11-26 [paul]       0.6.5claws38
14496
14497         * src/mainwindow.c
14498                 remove '/Message/Add Sender to address book' from 
14499                 main_window_set_menu_sensitive(), prevent debug warning
14500                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14501
14502 2001-11-26 [paul]       0.6.5claws37
14503
14504         * src/summaryview.c
14505                 fix 'recurring unread state' bug 
14506
14507         * tools/README 
14508         * tools/filter_conv.pl
14509                 read name of top level mailbox from folderlist.xml
14510                 and presume nothing about its name              
14511
14512 2001-11-26 [darko]      0.6.5claws36
14513
14514         * src/gtkstext.[ch]
14515                 removed functions that are now in gtkutils.c
14516                 use gtkut_text_is_uri_string() from gtkutils.c
14517         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14518
14519 2001-11-26 [paul]       0.6.5claws35
14520
14521         * sync with sylpheed 0.6.5cvs16
14522                 see ChangeLog entries 2001-11-25 and 2001-11-26
14523
14524 2001-11-25 [alfons]     0.6.5claws34
14525
14526         EXPERIMENTAL!!! Please checkout the last stable version using: 
14527           
14528         % cvs update -r LAST_STABLE -dRAP
14529
14530         (Or help us testing this stuff.)
14531
14532         * src/filtering.c               (1.14)
14533         * src/filtering.h               (1.6)
14534         * src/inc.c                     (1.28)
14535         * src/matcher.c                 (1.20)
14536         * src/mbox.c                    (1.9)
14537         * src/procmsg.h                 (1.14)
14538         * src/summaryview.c             (1.59)
14539         * src/summaryview.h             (dunno)
14540                 revert/merge/sync to as it was before commit 
14541                 on Thu, 19 Jul 2001 10:15:51 -0700.
14542
14543 2001-11-25 [hoa]        0.6.5claws33
14544
14545         * src/main.c
14546                 processing mails at startup
14547
14548         * src/folderview.c
14549         * src/summaryview.[ch]
14550                 processing mails when entering folder
14551
14552         * src/prefs_filtering.c
14553                 fixed some UI bugs
14554
14555 2001-11-24 [alfons]     0.6.5claws32
14556
14557         * src/summaryview.[ch]
14558                 make summary sort headers work, and also make
14559                 sure the sort type is stored
14560
14561 2001-11-23 [alfons]     0.6.5claws31
14562
14563         * src/summaryview.[ch]
14564                 make lock work like mark
14565                 disallow deleting messages marked as locked
14566
14567 2001-11-23 [alfons]     0.6.5claws30
14568
14569         * src/gtkstext.c
14570         * src/compose.[ch]
14571         * src/Makefile.am
14572         * src/undo.[ch]
14573                 merge undo patch submitted by Jens
14574
14575 2001-11-23 [christoph]  0.6.5claws29
14576
14577         * src/.cvsignore
14578                 added ylwrap
14579         * src/compose.c
14580                 fixed gpg signing and encoding
14581         * src/folder.[ch]
14582         * src/main.c
14583                 added --status option to get new, unread and total
14584                 message count from a running sylpheed
14585         * src/prefs_common.c
14586                 temporary fix for reply_with_quote problem
14587                 (don't call functions for non existing widget)
14588         * src/procmsg.c
14589                 one more check for ignored threads but still not
14590                 always working correctly. probably a recursive
14591                 check for all parents is needed
14592
14593 2001-11-23 [darko]      0.6.5claws28
14594
14595         * src/compose.c
14596                 wrapping on send improvements
14597         * src/gtkutils.[ch]
14598                 fix for GtkSText after last sync with main branch
14599                 GTK_TEXT -> GTK_STEXT
14600
14601 2001-11-23 [paul]       0.6.5claws27
14602
14603         * sync with sylpheed 0.6.5cvs14
14604                 see ChangeLog entries 2001-11-22 and 2001-11-23
14605                 
14606         * po/de.po
14607                 fixed the scrambled umlauts 
14608                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14609
14610 2001-11-21 [paul]       0.6.5claws26
14611
14612         * sync with sylpheed 0.6.5cvs12
14613                 see 2nd ChangeLog entry dated 2001-11-20
14614
14615 2001-11-20 [paul]       0.6.5claws25
14616
14617         * sync with sylpheed 0.6.5cvs11
14618                 see ChangeLog entry 2001-11-19 (src/utils.c)
14619
14620 2001-11-20 [hiro]
14621
14622         * src/compose.c
14623                 GTK_TEXT -> GTK_STEXT
14624                 fix for wrong comment
14625
14626 2001-11-20 [hiro]       0.6.5claws24
14627
14628         * src/compose.[ch]
14629                 more merges from main branch
14630                 removed fatal warnings (uninitialized variables etc.)
14631                 some coding style fix
14632         * src/gtkutils.h
14633                 fixed typo.
14634         * src/addressbook.c
14635           src/addrindex.c
14636                 V-Card -> vCard
14637
14638 2001-11-19 [hoa]        0.6.5claws23
14639
14640         * src/filtering.c
14641         * src/prefs_scoring.c
14642         * src/matcher.[ch]
14643         * src/scoring.c
14644                 cleaning code
14645
14646         * src/matcher_parser_parse.y
14647         * src/prefs_filtering.c
14648                 bouncing
14649
14650 2001-11-19 [alfons]     0.6.5claws22
14651
14652         more of my old things into claws
14653
14654         * src/Makefile.am
14655         * src/prefs_common.c
14656         * src/procmsg.h
14657         * src/summaryview.[ch]
14658         * src/prefs_summary_column.c
14659         * src/pixmaps/locked.xpm
14660                 add indicators for locking of message in summary view
14661                 (does not work yet, only visual indicator)
14662
14663 2001-11-19 [paul]       0.6.5claws21
14664
14665         * sync with sylpheed 0.6.5cvs10
14666                 see ChangeLog entry 2001-11-19
14667
14668 2001-11-18 [alfons]     0.6.5claws20
14669         
14670         * src/filtering.c
14671                 remove an inadvertent free I forgot in previous clean up 
14672
14673 2001-11-18 [alfons]     0.6.5claws19
14674
14675         * src/filtering.[ch]
14676                 clean up & plug leaks
14677
14678 2001-11-18 [paul]       0.6.5claws18
14679
14680         * sync with sylpheed 0.6.5cvs9
14681                 see ChangeLog entries 2001-11-17 and 2001-11-18
14682
14683 2001-11-16 [paul]       0.6.5claws17
14684
14685         * sync with sylpheed 0.6.5cvs8
14686                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14687
14688 2001-11-16 [paul]       0.6.5claws16
14689
14690         * sync with sylpheed 0.6.5cvs7
14691                 see ChangeLog entries 2001-11-15 and 2001-11-16
14692
14693 2001-11-15 [hoa]        0.6.5claws15
14694
14695         * src/compose.c
14696                 fix bounce, mails we received couln't be bounced to ourself.
14697
14698         * src/defs.h
14699         * src/filtering.[ch]
14700         * src/matcher.[ch]
14701         * src/matcher_parser.h
14702         * src/matcher_parser_lex.l
14703         * src/matcher_parser_parse.y
14704         * src/inc.c
14705         * src/main.c
14706         * src/mbox.c
14707         * src/prefs_filtering.[ch]
14708         * src/mainwindow.c
14709         * src/prefs_matcher.c
14710         * src/prefs_scoring.c
14711         * src/scoring.[ch]
14712         * src/summaryview.c
14713                 new matcher/filter/score configuration file parser
14714                 one unique configuration file => ~/.sylpheed/matcherrc
14715                 import in currently automatic, then save are made
14716                 in this new file.
14717                 one filter per folder and one global filter
14718                 (filter of a folder will be used as folder processing)
14719
14720         * src/folder.c
14721                 fix a bug in folder_item_get_identifier
14722                 
14723         * src/messageview.c
14724                 receive receipt return are fixed.
14725
14726 2001-11-14 [alfons]     0.6.5claws14
14727
14728         * src/session.h
14729                 add things from main branch to make claws compile
14730
14731 2001-11-14 [paul]       0.6.5claws13
14732
14733         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14734                 see ChangeLog entries 2001-11-08 to 2001-11-14
14735
14736 2001-11-14 [hoa] 0.6.5claws12
14737
14738         * src/compose.[ch]
14739         * src/mainwindow.c
14740         * src/summaryview.c
14741                 add "bounce mail" option
14742
14743 2001-11-13 [christoph]  0.6.5claws11
14744
14745         * src/compose.c
14746                 Cleanup a mess i add before commiting
14747
14748 2001-11-13 [hoa]        0.6.5claws10
14749
14750         * src/compose.c
14751                 some fixes when mail are sent or
14752                 for crossposts
14753
14754 2001-11-13 [christoph]  0.6.5claws9
14755
14756         * po/de.po
14757                 Changed two string with the same translation
14758         * src/compose.c
14759         * src/procmsg.[ch]
14760         * src/send.[ch]
14761                 New mailsending process:
14762                   - Always queue message before sending
14763                     (message will be saved if sylpheed crashed or
14764                      freezes while sending)
14765                   - Allow queuing of newspostings
14766                   - No copy in outbox before sending
14767                     (closes bug #469501)
14768                   - No more redundant code for send and send_later
14769         * src/summaryview.c
14770                 Applied wwp <subscript@free.fr>'s patch that fixes
14771                 marks for multiple forwarded messages (+compose.c)
14772
14773 2001-11-12 [alfons]
14774
14775         * README.claws
14776                 remove things that are now in main branch
14777         
14778         * po/nl.po
14779                 update Dutch translation
14780
14781 2001-11-12 [mhadasht]   0.6.5.claws8
14782
14783         * src/prefs_common.c
14784                 re-enabled account autoselection feature for forward
14785                 and reedit lost during the branch point for SYNC-B4-REL
14786         * src/gtkspell.c
14787                 gtkpspell_get_dict(): more readable code (even if function is
14788                 not used yet)
14789         * ChangeLog.claws
14790                 added version number info to 2001-11-12 [hiro] comment.
14791
14792 2001-11-12 [hiro]       0.6.5.claws7
14793
14794         * src/compose.c
14795                 compose_forward(): fixed a bug that forward quote mark
14796                 wasn't used.
14797                 removed unnecessary code.
14798         * src/template_select.[ch]: removed.
14799
14800 2001-11-11 [alfons]
14801
14802         * src/compose.c
14803                 :%s/GTK_TEXT/GTK_STEXT/g
14804         
14805         * src/compose.[ch]
14806         * src/undo.[ch]
14807         * src/Makefile.am
14808                 revert the undo stuff (this is 0.6.6claws stuff)
14809
14810 2001-11-11 [hoa]        0.6.5.claws6
14811
14812         * src/compose.[ch]
14813                 Insert signature at the end of the text.
14814                 Added undo patch but currently disabled
14815
14816         * src/procmsg.c
14817                 Threading by subject improved.
14818
14819         * added src/undo.[ch]
14820                 Undo module for compose dialog box.
14821
14822 2001-11-11 [alfons]     0.6.5.claws5
14823
14824         * src/procmsg.c
14825                 prevent threading by subject on nodes that have already been
14826                 threaded by in-reply-to (as in "circular references in a tree
14827                 result in a dead branch")
14828
14829 2001-11-09 [hoa]        0.6.5.claws4
14830         
14831         * src/folderview.c
14832                 allows creation of mbox folder item from any files.
14833
14834 2001-11-09 [alfons]     0.6.5.claws3
14835         
14836         * src/utils.c
14837         * src/procmsg.c
14838                 do what I mean and correct threading by subject so it really
14839                 ignores attracting lines without "Re: "
14840
14841 2001-11-07 [alfons]     0.6.5.claws2
14842
14843         * src/procmsg.c
14844         * src/utils.[ch]
14845                 only attract by subject if a subject line starts with a "Re: "
14846         * src/syldap.c
14847                 remove warning
14848
14849 2001-11-07 [paul]       0.6.5claws1
14850
14851         * sync with sylpheed 0.6.5. release
14852                 see ChangeLog entry 2001-11-07
14853
14854 2001-11-07 [paul]       0.6.4claws31
14855
14856         * sync with sylpheed 0.6.4cvs18
14857                 see ChangeLog entries 2001-10-30 to 2001-11-07
14858                 prefs_templates.[ch] renamed prefs_template.[ch]
14859
14860 2001-11-06 [alfons]
14861         
14862         * src/utils.h
14863                 add semicolon Hoa forgot ;-)
14864                 
14865
14866 2001-11-06 [hoa]        0.6.4claws30
14867         
14868         * src/procmsg.c
14869         * src/summaryview.c
14870         * src/utils.c
14871         * src/utils.h
14872                 threading by subject - empty subject are ignored
14873
14874 2001-11-06 [christoph]  0.6.4claws29
14875
14876         * src/socket.c
14877                 use SSL_peek for sock_gets
14878         * src/utils.c
14879                 removed unneeded pointer in extracting quoted
14880                 names implementation
14881
14882 2001-11-06 [melvin]     0.6.4claws28
14883
14884         * src/gtkspell.c
14885                 fixed bug #476792 Selection overtyping with spell checker
14886                 fixed bug which could cause a buffer overflow
14887                 fixed a memory leak
14888
14889 2001-11-06 [hoa]        0.6.4claws27
14890         
14891         * src/procmsg.c
14892         * src/summaryview.c
14893                 threading by subject
14894
14895 2001-11-05 [alfons]     0.6.4claws26
14896         
14897         * README.claws
14898                 Claws -> Sylpheed (vice versa)
14899
14900         * src/compose.c
14901                 :%s/gtk_text/gtk_stext/g
14902                 :%s/GTK_TEXT/GTK_STEXT/g
14903                 (thanks to Jonathan Ware for spotting this)
14904
14905 2001-11-04 [christoph]  0.6.4claws25
14906
14907         * src/summaryview.c
14908                 replace Xalloca + strdup with Xstrdup_a
14909         * src/utils.c
14910                 better implementation of extracting quoted names
14911                 from addresses (remove backlashes and ignore
14912                 quotes after them)
14913
14914 2001-11-04 [alfons]     0.6.4claws24
14915
14916         * src/utils.[ch]
14917                 edit to comply more with coding style
14918
14919         * src/textview.c
14920                 fix bug reported by Kim Schulz. introduced by the patch integrated
14921                 in 0.6.4claws15. the code did not check the return value of
14922                 the html parser.
14923
14924         * AUTHORS
14925                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14926
14927 2001-11-04 [christoph]  0.6.4claws23
14928
14929         * src/main.c
14930         * src/prefs_common.[ch]
14931                 init some pointers that possibly caused a segfault
14932                 reported in the claws-users ML
14933
14934 2001-11-04 [hoa]        0.6.4claws22
14935
14936         * src/grouplistdialog.c
14937                 change the names of the nodes in the tree
14938
14939         * src/compose.c
14940                 enhanced mailto syntax as described in
14941                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14942                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14943
14944         * src/utils.c
14945                 encode and decode URI (useful when opening URL into
14946                 netscape).
14947
14948 2001-11-03 [hoa]        0.6.4claws21
14949
14950         * src/grouplistdialog.c
14951                 a new newsgroups list selection dialog box
14952                 with a CTree instead of a CList
14953
14954 2001-11-03 [hoa]        0.6.4claws20
14955
14956         * src/folderview.c
14957                 enable property and scoring options when right
14958                 click on "inbox"
14959
14960         * src/summaryview.c
14961                 fixed bug when nickname were displayed using
14962                 the address book.
14963
14964 2001-11-02 [darko]      0.6.4claws19
14965
14966         * src/compose.c
14967                 new wrap quotation and URL/long words wrapping implementation
14968         * src/compose.c src/gtkstext.[ch]
14969                 move gtkstext_strncmp() to gtkstext.c
14970
14971 2001-11-01 [christoph]  0.6.4claws18
14972
14973         * src/prefs_account.c
14974                 fixed mess in account settings dialog
14975         * src/prefs_folder_item.c
14976                 added label with folder path to dialog
14977
14978 2001-10-31 [match]      0.6.4claws17
14979
14980         * src/vcard.c
14981                 fix memory leak.
14982         * src/addrbook.c
14983                 fix generation of spurious address book file names.
14984                 remove redundant functions.
14985         * po/POTFILES.in
14986                 added missing file names.
14987
14988 2001-10-30 [paul]       0.6.4claws16
14989
14990         * sync with sylpheed 0.6.4cvs6
14991                 see ChangeLog entries 2001-10-26 to 2001-10-30
14992
14993         * tools/filter_conv.pl
14994                 read folderlist.xml to discover whether the top-level
14995                 folder is called 'Mailbox' or 'Mail' 
14996
14997 2001-10-29 [paul]       0.6.4claws15
14998
14999         * src/html.c, src/textview.c
15000                 activate links in html mail and fix clickable parts
15001                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15002
15003 2001-10-29 [paul]
15004
15005         * po/de.po, po/es.po, po/pt_BR/po
15006                 updated translations, submitted by Jens Oberender,
15007                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15008
15009 2001-10-29 [darko]      0.6.4claws14
15010
15011         * src/compose.c
15012                 fix wrapping for good
15013
15014 2001-10-29 [darko]
15015
15016         * src/compose.c
15017                 undo previous change as it broke the smart wrapping
15018
15019 2001-10-29 [darko]      0.6.4claws13
15020
15021         * src/compose.c
15022                 fix infinite loop when long URL is quoted
15023                 (closes bug #475122.
15024
15025 2001-10-28 [match]
15026
15027         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15028                 import Mutt address book
15029         * src/ldif.[ch] src/importldif.h
15030                 modified import LDIF handle user attributes
15031
15032 2001-10-28 [christoph]  0.6.4claws12
15033
15034         * src/summaryview.c
15035                 fixed that filtering did not work if there
15036                 were no filter rules
15037                 (closes bug #472003 and better implementation
15038                  of patch #474644)
15039
15040 2001-10-27 [christoph]  0.6.4claws11
15041
15042         * src/compose.c
15043                 make the folder's default account to be used when
15044                 replying. (patch by wwp <subscript@free.fr>)
15045         * src/compose.c
15046                 code cleanup, nearly killed all of wwp's patch
15047                 for folder's default account in compose
15048         * src/folderview.c
15049                 error panel when a folder could not be created
15050                 (closes bug #471080 new folder name & already
15051                  existing file)
15052
15053 2001-10-26 [alfons]
15054
15055         * src/utils.h
15056                 change prototype of strstr2() that Christoph forgot about
15057
15058 2001-10-26 [christoph]  0.6.4claws10
15059
15060         * src/account.c
15061                 made search for accounts by email address not case
15062                 sensitive
15063         * src/folder.c
15064                 fixed memory leak in folder_item_get_identifier
15065         * src/gtkspell.c
15066         * src/utils.c
15067                 fixed wrong strstr2 (should work like strstr)
15068
15069 2001-10-26 [darko]      0.6.4claws9
15070
15071         * src/compose.c src/gtkstext.[ch]
15072         * src/gtkstext.c
15073                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15074
15075 2001-10-26 [paul]       0.6.4claws8
15076
15077         * src/html.c
15078                 ignore css and javascript tags in html mail
15079                 case-insensitive, with or without double-quoted
15080                 strings
15081
15082 2001-10-26 [paul]       0.6.4claws7
15083
15084         * sync with sylpheed 0.6.4cvs1
15085                 see ChangeLog entry 2001-10-26
15086
15087         * src/prefs_account.c, src/prefs_common.c,
15088           src/prefs_summary_column.c
15089                 minor improvements to the English
15090
15091 2001-10-25 [alfons]     0.6.4claws6
15092
15093         * src/gtkstext.c
15094         
15095                 make GtkSText follow style of GtkText (closes bug 
15096                 #469211 "text selection while writing message")
15097                 
15098                 do sync with GTK 1.2.10
15099
15100 2001-10-25 [paul]       0.6.4claws5
15101
15102         * src/html.c
15103                 ignore css tags in html mail
15104
15105 2001-10-25 [darko]      0.6.4claws4
15106
15107         * src/compose.c
15108                 don't declare is_url_string as static function since
15109                 we need it in gtkstext.c
15110         * src/gtkstext.c
15111                 remove unused variable
15112                 don't wrap long URLs while composing a message
15113
15114 2001-10-24 [christoph]  0.6.4claws3
15115
15116         * src/socket.c
15117                 fix ssl deadlock, when peer closes connection
15118
15119 2001-10-24 [paul]       0.6.4claws2
15120
15121         * src/prefs_common.c
15122                 gettextize the gpg ascii-armored warning message
15123
15124         * src/compose.c
15125                 insert a DOS/MAC file into the composed message
15126                 (improvements)
15127
15128         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15129
15130 2001-10-22 [paul]       0.6.4claws1
15131
15132         * sync with sylpheed 0.6.4 release
15133                 see ChangeLog entries 2001-10-21
15134
15135         * po/fr.po, po/pt_BR.po
15136                 updated by Melvin Hadasht and Fabio Junior Beneditto
15137
15138 2001-10-21 [paul]       0.6.3claws30
15139
15140         * src/compose.c
15141                 insert a DOS text file from the compose window
15142                 into the composed message text (removes CRs characters)
15143                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15144
15145         * tools/filter_conv.pl, tools/README
15146                 automatically use ~/.sylpheed as working directory
15147                 print out confirmation message on completion
15148
15149         * correct Hoa's last ChangeLog.claws entry
15150
15151 2001-10-20 [hoa]        0.6.3claws29
15152
15153         * src/grouplistdialog.c
15154                 bugfix (another ?) to give the right
15155                 newsgroups list for each news server.
15156
15157         * src/news.c
15158         * src/news.h
15159                 improve the newsgroups list cache
15160
15161 2001-10-20 [paul]       0.6.3claws28
15162
15163         * sync with sylpheed 0.6.3cvs9
15164                 see ChangeLog entry 2001-10-19
15165
15166         * correct Alfons' last ChangeLog.claws entry
15167
15168 2001-10-19 [alfons]
15169
15170         * src/pgptext.[ch]
15171                 fix compilation problems (part of bug #472895)
15172
15173 2001-10-18 [hoa]        0.6.3claws27
15174
15175         * src/grouplistdialog.c
15176                 bugfix when we refresh was clicked (bug 472701)
15177
15178 2001-10-19 [christoph]  0.6.3claws26
15179
15180         * src/compose.c
15181                 last header entry should default to "To:" or
15182                 "Newsgroups:" and not copy the last entry line
15183                 in a new compose window
15184                 (closes bug #472686, #470792)
15185
15186 2001-10-19 [paul]       0.6.3claws25
15187
15188         * sync with Sylpheed 0.6.3cvs8
15189                 see ChangeLog entries 2001-10-18 and 2001-10-19
15190
15191 2001-10-18 [christoph]  0.6.3claws24
15192
15193         * src/procmsg.c
15194                 reimplement ignore thread
15195         
15196 2001-10-18 [hoa]        0.6.3claws23
15197
15198         * src/folderview.c
15199         * src/grouplistdialog.[ch]
15200                 enhanced news subscription interface (feature 469113)
15201
15202         * src/news.c
15203         * src/news.h
15204                 enchanced newsgroup listing,
15205                 now, we can get groups informations
15206                 (NNTPGroupInfo)
15207
15208 2001-10-18 [paul]       0.6.3claws22
15209
15210         * src/summaryview.c
15211                 remove comment (sync with main branch)
15212         * src/mainwindow.c
15213                 fix 'Re-edit' bug in 'Message' menu
15214
15215 2001-10-17 [christoph]  0.6.3claws21
15216
15217         * src/compose.c
15218                 ignore empty or whitespace only header lines
15219
15220 2001-10-17 [paul]       0.6.3claws20
15221
15222         * sync with sylpheed 0.6.3cvs7
15223                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15224                 2001-10-17
15225
15226 2001-10-17 [darko]
15227
15228         * src/compose.c
15229                 wrap long lines without spaces
15230                 don't wrap URLs
15231
15232 2001-10-16 [paul]
15233
15234         * po/es.po, po/nl.po, po/pt_BR.po
15235                 updated by Ricardo Mones Lastra, Alfons,
15236                 and Fabio Junior Beneditto
15237
15238         * sylpheed-0.6.3claws released
15239
15240 2001-10-15 [melvin] 0.6.3claws18
15241
15242         * README.claws
15243                 added summary and detailed installation instructions
15244                 for spell checker
15245         * po/fr.po
15246                 Updated, corrected and completed french translation
15247
15248 2001-10-15 [hoa] 0.6.3claws17
15249         * src/grouplistdialog.c
15250                 we can choose the newsgroups to display with wildcards
15251
15252 2001-10-15 [christoph]  0.6.3claws16
15253
15254         * src/account.c
15255         * src/compose.c
15256         * src/prefs_folder_item.[ch]
15257                 applied wwp <subscript@free.fr>'s folder
15258                 default account patch
15259         * po/de.po
15260                 Fixed wrong translation
15261
15262 2001-10-13 [alfons, christoph, melvin]  
15263                         0.6.3claws15
15264
15265         solution #2 to solve MT-safety problems defers all GUI related calls
15266         to the main thread using a gtk_idle_add() callback. discussed on
15267         ircnet #sylpheed, with christoph spotting some issues with the
15268         original code, and melvin allowing us to lobotomize his sylpheed.
15269
15270         * src/syldap.[ch], src/main.c
15271                 fix race problem in ldap search thread by deferring GUI 
15272                 stuff to main thread using gtk_idle_add()
15273
15274 2001-10-13 [paul]       0.6.3claws14
15275
15276         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15277                 add Sergey's smtpcred.patch
15278                 adds separate username/password setting for SMTP Auth
15279                 needed by some servers
15280                 (closes feature request #471659)
15281
15282 2001-10-13 [paul]       0.6.3claws13
15283
15284         * src/pgptext.[ch] **NEW FILES**
15285         * src/Makefile.am, src/messageview.c, src/mimeview.c
15286                 decrypt ascii-armored gpg text embedded in
15287                 the message body.
15288                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15289
15290 2001-10-13 [christoph]  0.6.3claws12
15291
15292         * README.claws
15293                 some more details on default to and
15294                 feature requests
15295         * src/main.c
15296                 init glib threading when ldap is used
15297         * src/syldap.c
15298                 threading fixes
15299         * po/de.po
15300                 fixed a typo
15301
15302 2001-10-12 [paul]       0.6.3claws11
15303
15304         * src/prefs_common.[ch], src/rfc2015.c
15305                 enable ascii-armored gpg text to be embedded in the
15306                 message body, selectable through the 'Privacy'
15307                 preferences. Supports encrypting only.
15308                 Submitted by Ravemax <ravemax@dextrose.com>
15309
15310 2001-10-12 [paul]       0.6.3claws10
15311
15312         * sync with sylpheed 0.6.3cvs6
15313                 see ChangeLog entries 2001-10-11 and 2001-11-12
15314
15315         * src/folderview.c
15316                 incorporated mbox folders, scoring, and folder
15317                 properties into the sync
15318
15319 2001-10-12 [darko]      0.6.3claws9
15320
15321         * README.claws
15322                 describe quotation wrapping
15323         * src/compose.c
15324                 don't treat tab as space to calculate line length properly
15325
15326 2001-10-11 [alfons]
15327
15328         * README.claws
15329                 correct description of how to make new filtering system work,
15330                 add some other things
15331                 
15332         * src/syldap.c
15333                 remove sched_yield() (not necessary / unportable)
15334
15335 2001-10-11 [paul]       0.6.3claws8
15336
15337         * sync with sylpheed 0.6.3cvs3
15338                 see ChangeLog entry 2001-10-10
15339
15340 2001-10-10 [christoph]  0.6.3claws7
15341
15342         * .cvsignore
15343                 ignore 2 files created by newer autotools
15344         * src/prefs_folder_item.c
15345                 using table for widget alignment
15346                 fixed memory leak and broken octal display
15347         * src/filesel.c
15348                 fixed segfault caused by lost filename
15349                 workaround (closes bug #469551)
15350
15351 2001-10-10 [paul]       0.6.3claws6
15352
15353         * sync with sylpheed 0.6.3cvs2
15354                 see ChangeLog entries 2001-10-09 and 2001-10-10
15355
15356 2001-10-10 [darko]      0.6.3.claws5
15357
15358         * src/gtkstext.c
15359                 proper calculation of right margin if smart wrapping is enabled
15360         * src/compose.c
15361                 automatically wrap long lines if wrap quotation is enabled
15362
15363 2001-10-09 [alfons]     0.6.3.claws4
15364
15365         * src/summaryview.c
15366                 select correct row when deleting last row in the summary view (and
15367                 close bug "[ #469104 ] select second last in list when deleting")
15368
15369 2001-10-09 [paul]       0.6.3claws3
15370
15371         * sync with sylpheed 0.6.3cvs1
15372                 updated some autotool scripts
15373
15374 2001-10-09 [darko]      0.6.3claws2
15375
15376         * src/gtkstext.[ch]
15377                 new name and mark with Sylpheed comment
15378         * src/compose.c
15379                 smart quotation wrapping a-la VIM
15380
15381 2001-10-08 [paul]       0.6.3claws1
15382
15383         * sync with sylpheed 0.6.3 release
15384                 see ChangeLog entry 2001-10-08
15385
15386 2001-10-08 [paul]       0.6.2claws24
15387
15388         * src/summaryview.c
15389                 more sync with sylpheed 0.6.2cvs12
15390                 Fixed the bug that didn't select the last row correctly
15391
15392
15393 2001-10-07 [paul]       0.6.2claws23
15394
15395         * sync with sylpheed 0.6.2cvs12
15396                 see ChangeLog entry 2001-10-07
15397
15398 2001-10-06 [match]
15399         * src/jpilot.[ch]
15400                 enable jpilot to read unsynch'ed addresses.
15401
15402         * src/editldap_basedn.c
15403                 fix segfault when opening dialog.
15404
15405 2001-10-06 [alfons]     0.6.2.claws22
15406
15407         * src/summaryview.c
15408                 fix bug with summary view selecting last *inserted*
15409                 node instead of last *visible* node. remember we
15410                 work with a tree
15411
15412 2001-10-06 [paul]       0.6.2claws21
15413
15414         * po/pt_BR.po
15415                 updated translation, contains some fixes and new
15416                 translations, submitted by Gustavo Noronha Silva
15417                 <kov@debian.org>
15418
15419         * src/prefs_common.c
15420                 change 'each' to 'every' - fix dubious English
15421
15422         * sync with sylpheed 0.6.2cvs11
15423
15424 2001-10-05 [alfons]     0.6.2claws20
15425
15426         * src/mainwindow.[ch], src/folderview.c
15427                 make composite tool button switch between "Compose News"
15428                 and "Compose Mail" depending on selected folder
15429                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15430
15431 2001-10-05 [paul]       0.6.2claws19
15432
15433         * src/mainwindow.c, src/summaryview.c
15434                 fix 'Message/Reply to all', broken in last commit
15435
15436         * src/compose.c
15437                 fix X_BEENTHERE seg fault, thanks to Alfons
15438
15439 2001-10-04 [paul]       0.6.2claws18
15440
15441         * src/compose.[ch], src/mainwindow.c
15442                 make "Message/Reply" reply to mailing lists; matches
15443                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15444                 based on portions of the patch submitted by
15445                 Junichi Uekawa <dancer@netfort.gr.jp>
15446
15447 2001-10-04 [darko]      0.6.2claws17
15448
15449         * src/compose.c
15450                 better smart wrapping
15451         * src/gtkstext.[hc]
15452                 a function to make text buffer contiguous
15453
15454 2001-10-03 [paul]       0.6.2claws16
15455
15456         * sync with sylpheed 0.6.2cvs10
15457
15458 2001-10-02 [alfons]
15459
15460         * configure.in
15461         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15462                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15463                 references to chinese translations (hope someone picks up
15464                 this)
15465
15466 2001-10-02 [christoph]  0.6.2claws15
15467
15468         * src/compose.c
15469                 fixed non translated header bug
15470         * ChangeLog.claws
15471                 fixed wrong date in alfons last entry ;)
15472
15473 2001-10-02 [alfons]     0.6.2claws14
15474
15475         * src/compose.c, src/prefs_common.[ch]
15476                 add block cursor option
15477
15478 2001-10-02 [paul]       0.6.2claws13
15479
15480         * sync with sylpheed 0.6.2cvs9
15481
15482 2001-09-30 [paul]       0.6.2claws12
15483
15484         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15485                 updated translations
15486
15487         * po/POTFILES.in
15488                 add 'src/importldif.c'
15489
15490         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15491                 added eudora-to-vCard conversion tool
15492                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15493
15494         * sync with sylpheed 0.6.2cvs8
15495
15496 2001-09-30 [paul]
15497
15498         * sylpheed-0.6.2claws released
15499
15500 2001-09-27 [melvin]     0.6.2claws11
15501
15502         * src/gtkspell.c
15503                 fixed crash when using default path (introduced 
15504                 in 0.6.2claws10)
15505                 fixed tiny bug for initial suggestion mode
15506
15507 2001-09-27 [melvin]     0.6.2claws10
15508         
15509         * src/gtkspell.c
15510                 fixed bug where gtkpspell didn't set the path correctly
15511
15512         * README.claws
15513                 added a paragraph about spell checking
15514                 
15515
15516
15517 2001-09-27 [paul]       0.6.2claws9
15518
15519         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15520                 replace '// comments' with '/* comments */' to prevent
15521                 some compiler warnings 
15522
15523         * sync with sylpheed 0.6.2cvs6
15524
15525 2001-09-26 [alfons]     0.6.2claws8
15526
15527         * src/messageview.c
15528                 introduce return receipt request notification again,
15529                 which was lost because of other semantics in 
15530                 procheader_parse() (???)
15531
15532 2001-09-26 [christoph]  0.6.2claws7
15533
15534         * src/compose.c
15535                 replace comments for old code with #if 0
15536                 readded auto cc, bcc and reply-to
15537         * src/prefs_matcher.c
15538         * src/prefs_scoring.c
15539                 removed some definition (was moved to
15540                 prefs.h)
15541
15542 2001-09-26 [paul]       0.6.2claws6
15543
15544         * src/mainwindow.c
15545                 make 'Follow-up and reply to' sensitive
15546
15547         * more sync with sylpheed 0.6.2cvs5
15548
15549 2001-09-25 [melvin]
15550
15551         * 0.6.2claws5
15552
15553         * src/gtkspell.c
15554                 fixed bug for "US-ASCII" introduced by the encoding code
15555
15556 2001-09-25 [paul]
15557
15558         * 0.6.2claws4
15559
15560         * src/prefs_common.[ch], src/summaryview.c
15561                 'next unread msg' 'go to next folder?' dialog can be
15562                 given default behaviour, either always show dialog,
15563                 or assume 'yes', or assume 'no'
15564                 Submitted by wwp <subscript@free.fr>
15565
15566 2001-09-25 [melvin]
15567                 
15568         * src/compose.c src/gtkspell.[ch]
15569                 added support for different encodings
15570
15571 2001-09-25 [paul]
15572
15573         * more sync with sylpheed 0.6.2cvs5
15574
15575 2001-09-24 [alfons]
15576         
15577         * src/prefs_folder_item.c
15578                 add check for item->prefs->default_to string is NULL and
15579                 add another check when freeing this string
15580
15581 2001-09-24 [paul]
15582
15583         * configure.in
15584                 change to version 0.6.2claws3
15585
15586         * sync with sylpheed 0.6.2cvs5 
15587
15588 2001-09-24 [match]
15589         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15590                 import LDIF files.
15591         * src/addrcache.[ch], addrindex.[ch]
15592                 small update for future
15593         * src/addrbook.c
15594                 fix test XML file.
15595
15596 2001-09-24 [melvin]
15597         * src/gtkspell.[ch]
15598                 added 'Learn from mistakes' option
15599                 better handling of quotes in checked words
15600                 sorted dict list
15601         * po/fr.po
15602                 small update for spell checking stuff
15603
15604 2001-09-23 [alfons]
15605         
15606         * src/gtkspell.c
15607                 edit a little bit so it complies more with main coding style
15608
15609 2001-09-23 [alfons]
15610
15611         * src/folder.[ch], prefs_folder_item.c, compose.c
15612                 migrate "request return receipt" folder property
15613                 to folderlist.xml
15614
15615 2001-09-22 [alfons]
15616
15617         * README.claws **NEW**
15618                 (add things of interest for users of main branch 
15619                 and claws here)
15620
15621         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15622                 re-implement threading per folder option, but store 
15623                 the setting in folderlist.xml (where it belongs)
15624
15625 2001-09-21 [melvin]
15626
15627         * src/gtkspell.[ch]
15628                 fixed bug when compose window is under another window
15629         * src/prefs_common.[ch] src/compose.c
15630                 changed 'dictionary_path' to 'dictionary' to be consistent
15631                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15632         * ac/pspell.m4 src/Makefile.am 
15633                 dropped PSPELL_PATH macro
15634         * po/fr.po
15635                 updated translations
15636
15637 2001-09-21 [christoph]
15638
15639         * src/compose.c
15640                 added border around header fields
15641                 keep header type when new field is added
15642
15643 2001-09-20 [christoph]
15644
15645         * src/utils.[ch]
15646                 more portable debug_print with source filename
15647                 and linenumber
15648         * src/procmsg.c
15649                 more newlines after debug messages
15650
15651 2001-09-20 [paul]
15652
15653         * configure.in
15654                 change to version 0.6.2claws2
15655
15656         * sync with sylpheed 0.6.2cvs3
15657
15658 2001-09-19 [melvin]
15659
15660         * src/gtkspell.c
15661                 fixed the post-right-click focus pb
15662                 fixed crash when 'Spell check all' after dict change 
15663                         and when cursor is at the end of the text
15664                 shift-right-click pops up config menu even on misspelled words.
15665         * po/POTFILES.in
15666                 added gtkspell.c
15667
15668 2001-09-19 [melvin]
15669
15670         * src/about.c
15671                 added pspell to compiled-in features list
15672
15673 2001-09-18 [melvin]
15674
15675         * switched to pspell and dropped ispell
15676         * ac/pspell.m4
15677                 new file. autoconf macro for pspell
15678         * ac/Makefile.am 
15679         * configure.in acconfig.h
15680                 added pspell support
15681         * src/Makefile.am
15682         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15683         * src/prefs_common.[ch] 
15684                 added pspell support
15685
15686 2001-09-18 [christoph]
15687
15688         * src/addr_compl.c
15689         * src/template.[ch]
15690                 replace LOG_MESSAGE with debug_print
15691         * src/compose.[ch]
15692                 gui improvements
15693         * src/menu.c
15694                 added newline after debug message
15695         * src/utils.h
15696                 using __VA_ARGS__ for debug_print macro
15697         * tools/.cvsignore
15698                 ignore Makefile and Makefile.in
15699
15700 2001-09-18 [paul]
15701
15702         * configure.in
15703                 change to version 0.6.2claws1
15704         * sync with sylpheed 0.6.2cvs1
15705
15706         * src/matcher.c 
15707         * src/prefs_matcher.c
15708                 add 'score equal to' option, submitted by
15709                 Paul Evans <nerd@freeuk.com>
15710
15711 2001-09-15 [christoph]
15712
15713         * src/mainwindow.c
15714                 comment out menu entry not existing in claws
15715         * src/menu.c
15716                 add debug output for non existing menu entries
15717         * src/summaryview.c
15718                 fix next/prev unread message for ignored threads
15719         * src/utils.[ch]
15720                 add sourcefile and line number to debug output
15721                 otherwise it is sometimes hard to find the
15722                 source code part if debug messages are translated
15723
15724 2001-09-14 [darko]
15725         
15726         * src/folderview.c
15727                 refresh target folder style after colour is changed
15728
15729 2001-09-13 [paul]
15730
15731         * configure.in
15732                 change to version 0.6.1claws3
15733
15734         * sync with sylpheed 0.6.1cvs6
15735
15736 2001-09-13 [darko]
15737         
15738         * src/folderview.c
15739                 fix target folder colourization to use user selected colour
15740
15741 2001-09-12 [darko]
15742         
15743         * src/summaryview.c
15744                 fix crash when message that is marked for copy/move is unmarked
15745
15746 2001-09-09 [paul]
15747
15748         * configure.in
15749                 change to version 0.6.1claws2
15750
15751         * sync with sylpheed 0.6.1cvs3
15752
15753 2001-09-09 [alfons]
15754         
15755         * src/folderview.c
15756                 fix bug with default font used for trash folder text
15757
15758 2001-09-06 [paul]
15759
15760         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15761                 updated translations
15762
15763         * configure.in
15764                 change to version 0.6.1claws1
15765
15766         * sync with sylpheed 0.6.1cvs2
15767
15768 2001-09-03 [paul]
15769
15770         * po/POTFILES.in
15771                 add Match's new addressbook
15772
15773         * po/de.po
15774                 updated translation submitted by Jens Oberender
15775
15776 2001-09-02 [paul]
15777
15778         * configure.in
15779                 change to 0.6.1claws
15780         * sync with sylpheed 0.6.1 release
15781
15782 2001-09-02 [paul]
15783
15784         * configure.in
15785                 change to 0.6.0claws2
15786
15787         * sync with sylpheed 0.6.0cvs4
15788
15789         * po/pt_BR.po
15790                 updated translation submitted by Fabio Junior Beneditto
15791
15792 2001-09-01 [match]
15793         * pixmaps/
15794                 interface.xpm
15795                 book.xpm
15796                 address.xpm
15797         * src/
15798                 Makefile.am
15799                 a ton of new files
15800
15801 2001-08-31 [paul]
15802
15803         * configure.in
15804                 change to version 0.6.0claws1
15805
15806         * sync with sylpheed 0.6.0cvs1
15807
15808         * po/es.po
15809                 updated translation submitted by Ricardo Mones Lastra
15810
15811         * po/POTFILES.in
15812                 add 'src/prefs_templates.c'
15813
15814         * src/compose.c, src/summaryview.c
15815                 fix segfault on 'Re_edit'               
15816
15817 2001-08-30 [alfons]
15818
15819         * configure.in, Makefile.am
15820         * tools/Makefile.am
15821                 add tools directory to source distribution
15822
15823 2001-08-30 [paul]
15824
15825         * configure.in
15826                 change to version 0.6.0claws
15827
15828         * sync with sylpheed 0.6.0 release
15829
15830 2001-08-30 [christoph]
15831
15832         * configure.in
15833                 removed autoconf version check
15834
15835 2001-08-30 [paul]
15836
15837         * src/account.c, src/compose.c, src/prefs_common.[ch]
15838         * src/procheader.[ch] src/utils.[ch]
15839                 Enhanced automatic account selection on replies
15840                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15841
15842         * configure.in
15843                 add LDAP and JPilot to the configuration results output.
15844
15845 2001-08-29 [christoph]
15846
15847         * src/summeryview.c
15848                 no bold font for ignored threads
15849
15850 2001-08-29 [paul]
15851
15852         * configure.in
15853                 change to version 0.5.3claws6
15854
15855         * sync with sylpheed 0.5.3cvs10
15856                 src/stringtable.[ch]: New Files
15857
15858         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15859         * src/pixmaps/sylpheed.xpm
15860                 add mini-icons to windows (by Alfons)
15861
15862 2001-08-27 [paul]
15863
15864         * src/mainwindow.c
15865                 new functions: next_labeled_cb(), prev_labeled_cb()
15866
15867         * src/summaryview.c
15868                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15869                 summary_select_next_labeled(), summary_select_prev_labeled()
15870
15871         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15872                 give claws blue folders and a blue trash can
15873
15874 2001-08-27 [paul]
15875
15876         * configure.in
15877                 change to version 0.5.3claws5
15878
15879         * sync with sylpheed 0.5.3cvs9
15880                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15881
15882 2001-08-24 [christoph]
15883
15884         * src/filesel.c
15885                 keep filename when browsing directories
15886                 (not working for user entered filename, but
15887                  for default name and selected filename from
15888                  file list)
15889         * src/mainwindow.c
15890                 fixed wrong spelling "Folllow-up"
15891         * src/mbox_folder.c
15892         * src/procmsg.c
15893         * src/summaryview.c
15894                 fixed new/unread message count with ignored
15895                 threads (2 commits, first didn't notice no
15896                 longer needed decreasing)
15897         * src/inc.c
15898                 readded scrolling of progress dialog
15899                 (lost in sync)
15900
15901 2001-08-24 [paul]
15902
15903         * configure.in
15904                 change to 0.5.3claws4
15905
15906         * sync with sylpheed 0.5.3cvs7
15907
15908 2001-08-24 [christoph]
15909
15910         * src/compose.c
15911                 set request return receipt when replying
15912                 if it is set is the folder prefs of the
15913                 message
15914         * src/inc.c
15915                 disable final error popup if popups are
15916                 disabled in config (again)
15917
15918 2001-08-23 [paul]
15919
15920         * configure.in
15921                 Change version number to 0.5.3claws3
15922
15923         * sync with sylpheed 0.5.3cvs5
15924
15925         * src/mimeview.c
15926                 double quote '%s' in 'gedit %s' to fix bug when
15927                 opening attachment with spaces in the name
15928
15929 2001-08-22 [alte]
15930         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15931           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15932                 initial message templates support
15933
15934
15935 2001-08-22 [paul]
15936
15937         * configure.in
15938                 change version number to 0.5.3claws2
15939
15940         * sync with sylpheed 0.5.3cvs4
15941
15942         * src/procmsg.h src/summaryview.c
15943                 re-implement (un)ignore thread
15944
15945 2001-08-21 [paul]
15946
15947         * src/summaryview.c
15948                 remove unnecessary code
15949         * src/compose.c
15950                 enable 'dynamic' signatures (submitted by
15951                 Eric Limpens <eric@hscg-internet.nl>)
15952
15953 2001-08-21 [paul]
15954
15955         clean up after sync with sylpheed 0.5.3 release
15956
15957         * src/folderview.c
15958                 fix re-introduced font mess, see Christoph's
15959                 entry 2001-06-24
15960
15961         * src/summaryview.c
15962                 remove prev_msgnum
15963                 use sylpheed's small font instead of
15964                 gtk default font for summary view
15965
15966
15967 2001-08-17 [paul]
15968
15969         * configure.in
15970                 add pl to ALL_LINGUAS - sync with main branch
15971
15972         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15973                 Updated. Translations by Jens Oberender, Ricardo Mones
15974                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15975
15976         * po/pl.po  ** NEW FILE **
15977                 sync with the main branch
15978
15979         * src/folderview.c
15980                 fix target folder colorizing and refresh problem
15981
15982
15983 2001-08-17 [christoph]
15984
15985         * src/mainwindow.c
15986                 claws uses 4 colors for target folder coloring.
15987                 arrays were not long enough and destroyed the
15988                 stack causing a segfault.
15989                 target folder colorizing does not work anymore
15990                 for me
15991
15992 2001-08-16 [paul]
15993
15994         * configure.in
15995                 change to version 0.5.3claws1
15996
15997         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15998           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15999           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16000
16001                 sync with sylpheed 0.5.3 release, but keep claws method of
16002                 configuring/saving fonts
16003
16004         * src/addressbook.[ch]
16005                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16006                 in line with a similar change in Hiroyuki's branch
16007
16008         * src/mainwindow.[ch]
16009                 disable main_window_set_thread_option()
16010         * src/prefs_folder_item.c
16011                 comment out &tmps_prefs.enable_thread,
16012         * src/mbox_folder.c, src/procmsg.[ch]
16013                 comment out MSG_IS_IGNORE_THREAD
16014         * src/summaryview.c
16015                 comment out summary_ignore_thread() and summary_unignore_thread()
16016                 comment out MSG_IS_IGNORE_THREAD
16017
16018                 use Hiroyuki's threading instead.
16019
16020
16021
16022 2001-08-15 [paul]
16023
16024         * src/account.c
16025                 use Hiroyuki's 0.5.3 column scheme but also
16026                 include the enable/disable button.
16027         * src/pixmaps/mark.xpm
16028                 add Hiroyuki's amended pixmap
16029
16030 2001-08-13 [christoph]
16031
16032         * src/account.c
16033                 receive at get all column showed wrong state for APOP
16034                 button should only work for POP3 and APOP accounts
16035         * src/prefs_account.c
16036                 added missing preprocessor statement for SSL
16037
16038 2001-08-12 [paul]
16039
16040         * src/account.[ch]
16041                 add 'receive at get all' column and enable/disable
16042                 button.
16043
16044 2001-08-06 [christoph]
16045
16046         * src/account.c
16047                 show usage of SSL in protocol column
16048
16049         * src/imap.c
16050         * src/inc.c
16051                 renamed ssl options
16052
16053         * src/prefs_account.[ch]
16054                 moved ssl options to a new page
16055
16056         * src/send.c
16057         * src/smtp.c
16058         * src/ssl.[ch]
16059                 renamed ssl options
16060                 added support for SMTP STARTTLS command
16061
16062 2001-08-05 [christoph]
16063
16064         * configure.in
16065                 debian autoconf needs version check to find
16066                 correct autoconf version. if the file is
16067                 named configure.in 2.13 is used, which does
16068                 not work with this configure.in script.
16069                 other solution would be to rename the script
16070                 to configure.ac as suggested in the autoconf
16071                 manual.
16072
16073         * src/inc.c
16074                 disable final error popup if popups are
16075                 diabled in config
16076
16077         * src/socket.c
16078                 bugfix in ssl_gets
16079                 fixes IMAP over SSL problem
16080
16081 2001-08-03 [paul]
16082
16083         * configure.in
16084                 change to 0.5.2claws1
16085
16086         * sync with sylpheed 0.5.2cvs1
16087
16088 2001-08-02 [alfons]
16089
16090         * configure.in
16091                 quick fix for ispell detection...
16092
16093 2001-08-01 [paul]
16094
16095         * configure.in
16096                 change to 0.5.1claws4
16097
16098         * sync with sylpheed 0.5.1cvs7
16099
16100 2001-07-31 [alfons]
16101
16102         * src/prefs_common.c, src/prefs_common.h, 
16103           src/gtkspell.c, src/gtkspell.h
16104                 add global spelling checker settings (compose tab) +
16105                 selection of dictionary 
16106           
16107         * configure.in  
16108                 guess valid ispell location
16109
16110 2001-07-31 [paul]
16111
16112         * po/POTFILES.in
16113                 removal of 'src/quote_fmt_parse.c'
16114         * po/de.po
16115                 Updated de.po
16116                 (submitted by Jens Oberender <didge@suse.de>)
16117
16118 2001-07-31 [darko]
16119
16120         * src/folder.[ch]
16121         * src/folderview.[ch]
16122         * src/mainwindow.c
16123         * src/mh.c
16124         * src/prefs_common.[ch]
16125         * src/summaryview.c
16126                 target folder colourization
16127
16128 2001-07-30 [paul]
16129
16130         more sync with Sylpheed 0.5.1cvs6 
16131
16132 2001-07-30 [darko]
16133
16134         * src/mh.c
16135         * src/prefs_folder_item.[hc]
16136         * src/summaryview.c
16137                 shared folders support with a GUI
16138
16139 2001-07-29 [paul]
16140
16141         0.5.1claws3
16142
16143         * sync with Sylpheed 0.5.1cvs6
16144
16145 2001-07-29 [paul]
16146
16147         * po/pt_BR.po
16148                 updated
16149                 (submitted by Fabio Junior Beneditto)
16150
16151 2001-07-28 [paul]
16152
16153         * src/procmime.c
16154         * AUTHORS
16155                 patch to correct bad image mime headers
16156                 (submitted by Don Quijote <dq@searchlores.org>)
16157
16158 2001-07-28 [paul]
16159
16160         * tools/gif2xface.pl   **NEW FILE**
16161         * tools/README
16162                 script to convert file.gif to file.xface for
16163                 use in a custom header.
16164                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16165
16166 2001-07-27 [alfons]
16167         
16168         * configure.in
16169                 change macros for detecting JPilot and LDAP
16170
16171 2001-07-27 [christoph]
16172
16173         * src/filtering.c
16174                 code cleanup (MIN / MAX warning, needed casting)
16175
16176 2001-07-27 [alfons]
16177
16178         * procheader.c
16179                 disallow setting flags when detecting certain headers
16180                 (X-Status, Status, Seen, X-Seen). 
16181         
16182         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16183
16184 2001-07-27 [christoph]
16185
16186         * src/prefs_filter.c
16187         * src/prefs_filtering.c
16188         * src/prefs_matcher.c
16189         * src/prefs_scoring.c
16190                 scroll list when moving rows up or down
16191
16192         * src/imap.c
16193         * src/imap.h
16194         * src/prefs_account.c
16195         * src/prefs_account.h
16196         * src/send.c
16197                 SMTP over SSL (untested, feedback requested)
16198                 IMAP over SSL
16199
16200         * src/ssl.c
16201                 code cleanup
16202
16203 2001-07-26 [alfons]
16204         
16205         * configure.in, acconfig.h
16206                 define CLAWS (need this for main / claws detection)
16207
16208 2001-07-25 [alfons]
16209
16210         * configure.in
16211                 Sylpheed 0.5.1claws2
16212                 
16213         * sync with Sylpheed 0.5.1cvs4
16214
16215 2001-07-25 [christoph]
16216
16217         * src/scoring.c
16218                 fixed segfault
16219                 item->prefs == NULL (don't know why)
16220
16221 2001-07-25 [alfons]
16222
16223         * configure.in
16224                 Sylpheed 0.5.1claws1
16225
16226         * sync with Sylpheed 0.5.1cvs1-3
16227
16228 2001-07-24 [christoph]
16229
16230         * src/folderview.c
16231         * src/prefs_folder_item.[ch]
16232                 added folderitem preferences dialog with
16233                 default To: and auto request return receipt
16234
16235         * src/compose.[ch]
16236         * src/menu.[ch]
16237                 changes to handle new folderitem preferences
16238
16239         * src/mainwindow.c
16240         * src/summaryview.c
16241                 call compose new mail with current folderitem
16242
16243 2001-07-24 [alfons]
16244
16245         Release Sylpheed 0.5.1claws
16246
16247         * configure.in
16248                 change to release version 0.5.1claws
16249
16250 2001-07-24 [christoph]
16251
16252         * src/summaryview.c
16253                 fixed segfault that happend when the selected
16254                 message was removed while retrieving new messages.
16255
16256         * po/es.po
16257                 updated translation
16258                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16259
16260 2001-07-22 [alfons]
16261
16262         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16263         this is a work in progress, for more information: http://nlpagan.net/sylman 
16264         
16265         * configure.in, src/mainwindow.c, manual/Makefile.am
16266                 add support for English manual
16267
16268         * AUTHORS
16269                 add authors of user manuals
16270
16271         * manual/en/sylpheed*.html
16272                 add English documentation
16273
16274 2001-07-22 [christoph]
16275
16276         * po/POTFILES.in
16277                 added src/ssl.c
16278         * src/ssl.c
16279                 changed a wrong debug message
16280
16281 2001-07-22 [alfons]
16282
16283         * po/nl.po
16284                 update Dutch translation
16285
16286         * src/prefs_filtering.c, 
16287           src/prefs_matcher.c
16288                 add more translatable strings           
16289
16290 2001-07-21 [alfons]
16291
16292         0.5.0claws7
16293
16294         * configure.in
16295                 change version
16296
16297         * src/inc.c, src/summaryview.[ch]
16298                 prevent update of mark file when filtering has done, by
16299                 using a variable; this affects two functions:
16300                         inc.c::inc_finished()
16301                         summaryview.c::summary_show()
16302
16303 2001-07-20 [alfons]
16304
16305         * src/filtering.[ch], src/prefs_filtering.c, 
16306           src/matcher.[ch]
16307                 add filtering action for label coloring 
16308
16309         * po/POTFILES.in
16310                 add labelcolors.c
16311
16312         * added src/labelcolors.c
16313         * added src/labelcolors.h
16314         * src/Makefile.am, src/summaryview.c
16315                 rearrange label coloring code
16316
16317         * src/procmsg.h
16318                 add more parentheses so label colouring works correctly
16319
16320         * src/filtering.c
16321                 don't really delete message, but move it to Trash
16322
16323         * src/prefs_matcher.c
16324                 add quote options to info dialog
16325
16326 2001-07-20 [christoph]
16327
16328         * src/Makefile.am
16329         * src/inc.c
16330         * src/main.[ch]
16331         * src/socket.h
16332         * src/ssl.[ch] (new)
16333                 moved ssl stuff to a seperate file
16334
16335 2001-07-20 [darko]
16336
16337         * src/summaryview.c
16338                 fix show sender using address book with no e-mail
16339                 address in From: field
16340
16341 2001-07-19 [alfons]
16342
16343         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16344                 fix messy handling of escaping... now at least the
16345                 execute command is useful. escape char is '\', we
16346                 accept \n and \r too. 
16347
16348                 Real life example:
16349                 
16350                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16351                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16352
16353 2001-07-18 [alfons]
16354
16355         0.5.0claws6
16356
16357         * src/summaryview.c
16358                 clean up
16359
16360         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16361           src/procmsg.[ch]
16362                 revise filtering; currently move, copy, marking have
16363                 been tested. if you like bleeding edge stuff, you
16364                 should definitely go for this version :)
16365
16366         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16367
16368 2001-07-17 [christoph]
16369
16370         * src/utils.c
16371                 timestamp log
16372
16373 2001-07-17 [alfons]
16374
16375         0.5.0claws5
16376
16377         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16378           bits in the mark file, without affecting either branch. Lots of
16379           files changed, also in claws branch.
16380
16381           UNTESTED: use of mbox folders
16382
16383         * src/summaryview.c
16384                 added mark all read; however this was a quick hack used for
16385                 cleaning up mess after initial merge with Hiroyuki
16386
16387         * configure.in
16388                 change claws version number back to 0.5.0claws5 to clear up 
16389                 confusion & pretension (recent release was technically 
16390                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16391
16392 2001-07-16 [alfons]
16393
16394         sync with Hiroyuki's 0.5.0cvs4
16395
16396 2001-07-16 [alfons]
16397
16398         0.5.1claws3
16399
16400         * src/filtering.[ch]
16401                 remove invalid updating of mark files for 
16402                 filter actions MATCHING_ACTION_MOVE and 
16403                 MATCHING_ACTION_DELETE; this should fix the
16404                 folder update bug
16405                 
16406         * src/procmsg.c
16407                 revert Christoph's stab at fixing the folder 
16408                 update bug
16409
16410         * po/POTFILES.in
16411                 add missing files with translatable strings
16412
16413         * src/summaryview.c
16414                 remove debug print
16415
16416 2001-07-15 [alfons]
16417
16418         * src/addr_compl.[ch], src/prefs_filtering.c
16419                 make "filtering pref dialog's destination entry" an
16420                 "address completable entry", if filter destination is 
16421                 an email address
16422
16423         0.5.1claws2
16424         
16425         sync with Hiroyuki's 0.5.0cvs2-3
16426
16427 2001-07-15 [christoph]
16428
16429         * src/procmsg.c
16430                 fixed folder stats update after incorporation
16431
16432 2001-07-15 [alfons]
16433
16434         * src/summaryview.c
16435                 * finish label colouring stuff (for now)
16436                 * fix incorrect colour bug (off by one) 
16437
16438 2001-07-14 [alfons]
16439
16440         * src/mainwindow.c
16441                 change text labels for news and mail message so there's
16442                 plenty of toolbar estate left
16443
16444         * configure.in
16445                 0.5.1claws1
16446
16447         * src/folderview.c
16448           src/folder.[ch]
16449                 sync with Hiroyuki's 0.5.0cvs1
16450
16451         * src/summaryview.c
16452                 more rewrite label colouring
16453
16454 2001-07-14 [alfons]
16455
16456         * src/summaryview.[ch]
16457                 * start rewrite label colouring 
16458                 * fix proper location "Add Sender To Addressbook" menu item
16459
16460 2001-07-13
16461
16462         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16463         (actually this is 0.5.0claws4)
16464
16465 2001-07-13 [alfons]
16466
16467         * po/pt_BR.po
16468                 * fix duplicate message
16469                 * add updated Portugese / Brazilian translation
16470                   submitted by Fabio Junior Beneditto
16471
16472 2001-07-12 [alfons]
16473
16474         * AUTHORS
16475                 add Jens
16476
16477         * po/nl.po
16478                 add updated Dutch translation
16479
16480         * po/de.po
16481                 add updated German translation submitted by Jens
16482
16483 2001-07-11 [alfons]
16484
16485         Prerelease before 0.5.0claws. Please test.
16486         This version is temporarily tagged as VERSION_0_5_0_TEST
16487
16488         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16489           src/prefs_scoring.c, src/prefs_matcher.c, 
16490           src/prefs_filtering.c, src/mbox.c, 
16491           src/main.c, src/inc.c, src/filtering.[ch]
16492                 revert new Hoa's new matcher (does not work yet)
16493
16494         * src/Makefile.am
16495                 clean up
16496
16497 2001-07-10
16498
16499         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16500
16501
16502 2001-07-10 [alfons]
16503
16504         * Makefile.am
16505                 add ChangeLog.claws to EXTRA_DIST
16506         * src/Makefile.am
16507                 add matcher_parser_parse.h to EXTRA_DIST
16508
16509 2001-07-10 [christoph]
16510
16511         * src/inc.c
16512                 add destination folder to table of
16513                 folders that need to be updated after
16514                 incorporation
16515
16516 2001-07-10 [alfons]
16517
16518         * folder.[ch]
16519           folderview.c
16520                 make collapse state of folders and folder items persistent, i.e.
16521                 if you collapse a folder tree, the next time sylpheed-claws starts 
16522                 up the folder tree remains collapsed.  
16523                 
16524 2001-07-10 [christoph]
16525
16526         * acconfig.h
16527         * configure.in
16528                 added --enable-ssl
16529         * src/md5.[ch]
16530                 renamed MD5_CTX to MD5_CTX_syl
16531                 conflicts with a struct in openssl
16532         * src/inc.c
16533         * src/main.[ch]
16534         * src/prefs_account.[ch]
16535         * src/socket.[ch]
16536                 SSL support for POP
16537         * src/mainwindow.c
16538                 fixed compose with current account
16539                 broken by new compose button stuff
16540
16541 2001-07-09 [hoa]
16542
16543         * AUTHORS
16544                 changed my email address
16545
16546         * src/matcher_parser_parse.y
16547                 clean the parser to remove conflicts
16548
16549 2001-07-09 [alfons]
16550
16551         * AUTHORS
16552                 add Match Grun
16553
16554         * configure.in
16555                 fix incorrect description of --enable-ldap parameter
16556
16557         * src/prefs_common.[ch]
16558           src/compose.c
16559                 add experimental option "smart wrapping" which makes the
16560                 compose editor auto wrap.
16561                 
16562                 | TODO: the problem with the buggy cursor handling is caused |
16563                 | by the GtkText. when deleting / backspacing text its       |
16564                 | wrapping algorithm does not take in account the previous   |
16565                 | line. should find a way to hack this in.                   |
16566                 | or should perhaps combine this with the word wrapping      |
16567                 | patch i wrote in january.                                  |
16568
16569         * src/about.c
16570                 show build parameters for LDAP and JPilot
16571
16572         * src/summaryview.c
16573                 revert Christoph's bugfix for selecting next unread message, 
16574                 because folder stats aren't updated correctly
16575
16576 2001-07-08 [hoa]
16577
16578         * src/filtering.c
16579         * src/mainwindow.c
16580         * src/matcher.c
16581         * src/matcher_parser_lex.l
16582         * src/matcher_parser_parse.y
16583         * src/prefs_filtering.c
16584         * src/prefs_scoring.c
16585         * src/scoring.c
16586                 bugfix of the config file parser
16587
16588 2001-07-08 [alfons]
16589
16590         * src/Makefile.am
16591                 added generated matcher sources to BUILT_SOURCES
16592
16593 2001-07-08 [hoa]
16594
16595         * src/Makefile.am
16596         * src/.cvsignore
16597                 added new config file parser
16598
16599         * src/scoring.[ch]
16600         * src/filtering.[ch]
16601         * src/matcher.[ch]
16602         * src/prefs_filtering.c
16603         * src/prefs_matcher.c
16604         * src/prefs_scoring.c
16605         * added src/matcher_parser.h
16606         * added src/matcher_parser_lex.h
16607         * added src/matcher_parser_lex.l
16608         * added src/matcher_parser_parse.y
16609                 lex & yacc config file parser
16610
16611         * src/mbox.c
16612         * src/inc.c
16613         * src/main.c
16614                 changes prefs_filtering into global_filtering           
16615
16616         * src/summaryview.c
16617                 build threads with subjects only if "Re: " is at the
16618                 beginning of the subject
16619
16620 2001-07-07 [paul]
16621
16622         0.5.0claws
16623
16624         sync with sylpheed 0.5.0
16625                 change of version number only
16626
16627 2001-07-06 [paul]
16628
16629         0.5.0claws5
16630
16631         sync with sylpheed 0.5.0pre5
16632
16633 2001-07-05 [paul]
16634
16635         sync with sylpheed 0.5.0pre4 release
16636                 /po and /manual/ja not sync'ed
16637
16638 2001-07-04 [paul]
16639
16640         more sync with sylpheed 0.5.0pre4
16641
16642 2001-07-03 [christoph]
16643
16644         * src/addressbook.c
16645                 fixed address book broken by address book
16646                 for VCard, JPilot, LDAP
16647
16648 2001-07-03 [alfons]
16649
16650         * src/matcher.c
16651         * src/textview.c
16652                 stopped memory leaks
16653
16654 2001-07-03 [paul]
16655
16656         more sync with sylpheed 0.5.0pre4
16657
16658 2001-07-02 [match]
16659
16660         * included address book patch for VCard, JPilot, LDAP
16661         * pref_common.c - fixed Font options on Display tab (cosmetic)
16662         * alertpanel.c - fixed truncated message
16663
16664 2001-07-02 [christoph]
16665
16666         * src/mbox_folder.c
16667         * src/procmsg.[ch]
16668         * src/summaryview.c
16669                 mark threads for ignoring
16670
16671 2001-07-02 [paul]
16672
16673         0.5.0claws4
16674
16675         * sync with sylpheed 0.5.0pre4
16676                 updated gettext to 0.10.38.
16677
16678 2001-07-01 [paul]
16679
16680         * src/ mainwindow.c
16681         * src/procmsg.h
16682         * src/summaryview.[ch]
16683                 new right-click option: Label.
16684                 substitute for 'Mark-->Mark/Unmark', colours the line.
16685                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16686
16687 2001-07-01 [christoph]
16688
16689         * src/folderview.c
16690                 fixed font for trash
16691         * src/summaryview.c
16692                 move ctree to unread message
16693
16694 2001-07-01 [paul]
16695
16696         * sync with sylpheed 0.5.0pre3 release
16697
16698 2001-06-30 [alfons]
16699
16700         * src/filesel.[ch]
16701         * src/compose.c
16702                 allow inserting / attaching multiple files in
16703                 the composer window
16704
16705 2001-06-30 [paul]
16706
16707         * src/codeconv.c
16708                 small change to Alfons' previous stuff so that it
16709                 actually makes
16710
16711 2001-06-30 [alfons]
16712
16713         * lots of files changed; first attempt to merge the changes
16714           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16715
16716 2001-06-30 [paul]
16717
16718         * po/pt_BR.po
16719                 updated and completed, translations by Fabio
16720                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16721
16722 2001-06-29 [alfons]
16723
16724         * src/compose.c
16725         * src/mimeproc.[ch]
16726                 allow selecting an attached files' mime type from a 
16727                 list of types.
16728
16729 2001-06-29 [paul]
16730
16731         * more sync with sylpheed 0.5.0pre3
16732
16733 2001-06-29 [paul]
16734
16735         * po/pt_BR.po
16736                 merge with sylpheed.pot and pt_BR.po provided by
16737                 Fabio Junior Beneditto.
16738
16739 2001-06-29 [darko]
16740
16741         * src/procmime.c
16742                 make MIME types case insensitive
16743
16744 2001-06-28 [alfons]
16745
16746         * po/nl.po
16747                 merge with sylpheed.pot and old nl.po; translations added.
16748
16749 2001-06-28 [paul]
16750
16751         * more sync with sylpheed 0.5.0pre3
16752
16753 2001-06-27 [alfons]
16754
16755         * src/summaryview.c
16756                 don't crash when removing parent node of messages
16757                 attracted by subject. this was caused by not deleting
16758                 the parent node from the subject line hash table.
16759
16760 2001-06-27 [alfons]
16761
16762         * src/summaryview.c
16763         * src/compose.[ch]
16764         * src/mainwindow.c
16765                 if there are multiple messages selected, allow forwarding
16766                 them as attachments.
16767
16768 2001-06-27 [paul]
16769
16770         * more sync with sylpheed 0.5.0pre3
16771
16772 2001-06-26 [paul]
16773
16774         0.5.0claws3
16775
16776         * sync with sylpheed 0.5.0pre3
16777
16778 2001-06-25 [paul]
16779
16780         * src/mainwindow.c
16781                 fixed 'compose news article' bug
16782                 from icon-and-text toolbar
16783
16784 2001-06-25 [paul]
16785
16786         * sync with sylpheed 0.5.0pre2 release
16787
16788 2001-06-24 [christoph]
16789
16790         * src/prefs_common.c
16791                 bug fix in font selection
16792         * src/folderview.c
16793                 use sylpheed's normal font instead of
16794                 gtk default font for folders without
16795                 new messages
16796
16797 2001-06-24 [alfons]
16798
16799         * src/mainwindow.[ch]
16800                 added composite compose mail / news button (an idea by Leandro
16801                 Pereira <leandro@linuxmag.com.br>)
16802
16803 2001-06-24 [paul]
16804
16805         Added instructions for ldif-to-xml.py
16806
16807         * tools/README
16808
16809 2001-06-23 [alfons]
16810
16811         Some minor things.
16812
16813         * src/pixmaps/stock_news_compose.xpm
16814                 added pixmap by Leandro
16815         * src/prefs_common.c
16816                 tested built-in spelling checker of GCC 3.0 :)
16817         * po/nl.po
16818                 merged dutch translation of sylpheed-main with
16819                 sylpheed.pot
16820
16821 2001-06-23 [paul]
16822
16823         Added tools directory and files.
16824
16825         * tools/filter_conv.pl
16826                 converts old filter system to new filtering system
16827         * tools/ldif-to-xml.py
16828                 converts netscape addressbook to sylpheed addressbook
16829         * tools/README
16830                 descriptions/instructions for above two files
16831
16832 2001-06-23 [christoph]
16833
16834         * src/inc.c
16835         * src/manage_window.[ch]
16836         * src/prefs_common.[ch]
16837                 mail retrieval dialog can be enabled, disabled
16838                 or hidden if non of sylpheed's windows is active
16839
16840 2001-06-22 [paul]
16841
16842         0.5.0claws2
16843
16844         * sync with sylpheed 0.5.0pre2
16845
16846 2001-06-21 [christoph]
16847
16848         * src/summaryview.c
16849                 show recipient on 'from' for all accounts
16850                 
16851         * src/inc.c
16852         * src/prefs_common.[ch]
16853                 disable error popup on mail receive errors
16854
16855 2001-06-21 [alfons]
16856
16857         * src/compose.c
16858                 made the ruler correctly appear and disappear.
16859
16860         * src/Makefile.am
16861                 removed Hoa's work-in-progress-stuff (interesting!) so 
16862                 claws compiles ok.
16863
16864 2001-06-20 [christoph]
16865
16866         * src/inc.c
16867         * src/progressdialog.c
16868                 added scrolled window for list in progressdialog
16869
16870 2001-06-20 [paul]
16871
16872         sync with sylpheed 0.5.0pre1 release
16873
16874 2001-06-20 [christoph]
16875
16876         * src/summeryview.c
16877                 make building threads by subject work when
16878                 thread view is enabled
16879                 
16880         * src/compose.c
16881         * src/prefs_common.[ch]
16882                 automatically select account for mail replys
16883
16884 2001-06-19 [sergey]
16885
16886         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16887         they are filled in from the account settings.
16888
16889 2001-06-19 [paul]
16890
16891         * more sync with sylpheed 0.5.0pre1
16892
16893 2001-06-18 [alfons]
16894
16895         * src/Makefile.am,
16896           src/procmime.c
16897                 added --sysconfdir to CPPFLAGS for pointing to the correct
16898                 location of mime.types. 
16899
16900                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16901                 or ./configure!
16902
16903 2001-06-18 [hoa]
16904
16905         * src/summaryview.c
16906                 fixed some bug when building threads
16907
16908 2001-06-18 [pau]l
16909
16910         * src/prefs_account.c
16911                 UI stuff: More changes to the English
16912
16913 2001-06-18 [paul]
16914
16915         * src/pixmaps/stock_news_compose.xpm: new file
16916         * src/Makefile.am
16917         * src/mainwindow.c
16918         * src/summaryview.c
16919                 Added new icon for Hoa's 'compose a news
16920                 message', plus minor improvements to the
16921                 English
16922
16923         * po/ja.po
16924         * ChangeLog
16925         * ChangeLog.jp
16926                 more sync with sylpheed 0.5.0pre1
16927
16928 2001-06-18 [hoa]
16929
16930         * src/compose.[ch]
16931         * src/mainwindow.c
16932                 Follow-up and reply to
16933
16934         * src/summaryview.[ch]
16935                 Build threads also with subjects
16936
16937 2001-06-17 [hoa]
16938
16939         * src/compose.c
16940                 forwarding use the current account.
16941
16942         * src/mainwindow.c
16943                 the "compose message" button has been replaced with
16944                 "new mail" and "new news" buttons
16945
16946         * src/prefs_common.[ch]
16947                 added a configuration option to use the forward button
16948                 as "forward as attachment"
16949                 changed reply and forward format description
16950
16951         * src/quote_fmt_lex.l
16952         * src/quote_fmt_parse.y
16953                 added message with no signature in format for reply
16954                 and forward.
16955
16956 2001-06-17 [paul]
16957
16958         Minor UI stuff
16959
16960         * src/mainwindow.c
16961         * src/summaryview.c
16962                 Improvements to the English
16963
16964         * src/prefs_common.c
16965                 Improvements to the English and some
16966                 clarity/continuity improvements in the
16967                 description of Quote symbols.
16968
16969 2001-06-17 [paul]
16970
16971         0.5.0claws1
16972
16973         * sync with sylpheed 0.5.0pre1
16974
16975 2001-06-17 [hoa]
16976
16977         * src/compose.c
16978                 Better interface for compose, displayed fields
16979                 are updated whenever we change account.
16980                 Newsgroups field is automatically filled.
16981
16982         * src/mainwindow.c
16983                 Newsgroups field is automatically filled.
16984
16985         * src/prefs_account.c
16986                 Some interface stuff when fields appear and
16987                 disappear.
16988
16989 2001-06-16 [paul]
16990
16991         0.4.99claws
16992
16993         * sync with sylpheed 0.4.99
16994
16995 2001-06-16 [sergey]
16996
16997         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16998         base64_decoder_free, base64_decoder_decode): new object and
16999         functions for decoding base64 streams.
17000         * src/procmime.c (procmime_decode_content): modified to use the
17001         new base64 decoder.
17002
17003 2001-06-15 [paul]
17004
17005         0.4.99claws10
17006
17007         * sync with sylpheed 0.4.99cvs11
17008
17009 2001-06-13 [paul]
17010
17011         0.4.99claws9
17012
17013         * sync with sylpheed 0.4.99cvs9
17014
17015 2001-06-13 [hoa]
17016
17017         * src/compose.c
17018         * src/prefs_account.c
17019
17020                 SMTP server can be defined in the news account
17021                 mime type of attachment are kept.
17022
17023         * src/summaryview.c
17024
17025                 now choose the highest important score between default
17026                 and important score of folder.
17027
17028 2001-06-09 [alfons]
17029         
17030         * src/prefs_common.c: 
17031
17032                 (prefs_quote_description_create): corrected description of 
17033                 quote format characters
17034
17035 2001-06-09 [paul]
17036
17037         0.4.99claws8
17038
17039         * sync with sylpheed 0.4.99cvs8
17040
17041 2001-06-08 [sergey]
17042
17043         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17044         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17045
17046 2001-06-08 [paul]
17047
17048         0.4.99claws7
17049
17050         * sync with sylpheed 0.4.99cvs7
17051
17052 2001-06-06 [sergey]
17053
17054         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17055         clashes with autogenerated header).
17056         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17057         * src/Makefile.am: added quote_fmt.h.
17058         * src/.cvsignore: added lex/yacc autogenerated files
17059         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17060
17061 2001-06-06 [paul]
17062
17063         0.4.99claws6
17064
17065         * sync with sylpheed 0.4.99cvs6
17066
17067 2001-06-06 [hoa]
17068
17069         * added src/quote_fmt_parse.h
17070         * src/compose.c
17071                 removed warnings
17072
17073         * src/prefs.[ch]
17074                 don't modify readonly configuration files
17075
17076         * src/prefs_account.c
17077         * src/prefs_common.c
17078         * src/prefs_customheader.c
17079         * src/prefs_display_header.c
17080         * src/prefs_filter.c
17081         * src/prefs_filtering.c
17082         * src/prefs_scoring.c
17083                 don't open dialog box when configuration files
17084                 are readonly
17085
17086 2001-06-05 [sergey]
17087
17088         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17089
17090         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17091         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17092         BUILT_SOURCES to make all files rebuild properly.
17093
17094         * src/compose.c: removed #include "quote_fmt.tab.h".
17095
17096         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17097         CHARACTER value in yylval.
17098
17099         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17100         receive CHARACTER value by documented means (yylval).
17101
17102         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17103
17104 2001-06-05 [hoa]
17105
17106         * src/Makefile.am
17107                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17108
17109         * src/filtering.c
17110         * src/matcher.c
17111         * src/matcher.h
17112         * src/prefs_filtering.c
17113                 now keep the configuration for execute action
17114
17115         * src/mbox_folder.c
17116                 fixed a warning
17117
17118 2001-06-05 [paul]
17119
17120         * sync with sylpheed 0.4.99cvs5
17121
17122 2001-06-05 [hoa]
17123
17124         * src/Makefile.am
17125                 added quote_fmt.[ch]
17126
17127         * added src/quote_fmt.y
17128         * added src/quote_fmt.l
17129         * added src/quote_fmt.tab.h
17130         * added src/quote_fmt.tab.c
17131         * added src/lex.quote_fmt.c
17132                 parsing configuration for replying
17133                 and forwarding
17134
17135         * src/prefs_common.[ch]
17136                 added configuration UI for replying
17137                 and forwarding
17138
17139         * src/compose.c
17140                 using configuration for replying
17141                 and forwarding
17142
17143 2001-06-04 [hoa]
17144
17145         * src/filtering.c
17146         * src/matcher.c
17147         * src/matcher.h
17148         * src/prefs_filtering.c
17149         * src/prefs_matcher.c
17150         * src/prefs_matcher.h
17151                 action "run a command" for filtering
17152                 and matching with a command.
17153                 fixed the "whole message" matching
17154
17155         * src/mbox_folder.c
17156                 changed temporary filename for security
17157
17158         * src/messageview.c
17159                 queue the notification if it fails to send.
17160
17161         * src/prefs_common.c
17162         * src/prefs_folder_item.c
17163                 changed the default important score             
17164
17165         * src/prefs_scoring.c
17166         * src/scoring.c
17167                 hide kill score input when the folder is not
17168                 a newsgroup
17169
17170 2001-06-03 [alfons]
17171
17172         * src/prefs_common.c:
17173
17174                 (prefs_font_select): pass font name in font entry box to font
17175                 selection dialog.
17176
17177 2001-06-03 [sergey]
17178
17179         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17180
17181 2001-06-03 [paul]
17182
17183         * sync with sylpheed 0.4.99cvs4
17184
17185 2001-06-03 [alfons]
17186
17187         * src/headerwindow.c:
17188
17189                 (headerwindow_show_cb): use the selected summary view item, not
17190                 the displayed item.
17191
17192 2001-06-02 [alfons]
17193
17194         * src/headerwindow.c:
17195
17196                 (headerwindow_show_cb): always try to show msginfo
17197
17198 2001-06-02 [hoa]
17199
17200         * src/compose.c
17201                 keep attached parts when reediting or forwarding.
17202
17203 2001-06-01 [hoa]
17204
17205         * src/folderview.c
17206         * src/prefs_folder_item.[ch]
17207         * src/prefs_scoring.[ch]
17208         * src/scoring.[ch]
17209         * src/summaryview.[ch]
17210         * src/main.c
17211         * src/mainwindow.c
17212         * src/prefs_common.[ch]
17213                 support for folder scoring
17214                 kill score and important score for messages
17215         
17216         * src/prefs_account.c
17217                 some display bug fixed for local account
17218                 preferences
17219
17220 2001-05-31 [alfons]
17221
17222         * src/summaryview.c:
17223
17224                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17225                 sender to address book menu item is disabled.
17226
17227 2001-05-30 [hoa]
17228
17229         * src/filtering.[ch]
17230         * src/summaryview.c
17231                 handling summary menu / filter messages
17232
17233         * src/folder.[ch]
17234                 add some stuff
17235
17236         * src/foldersel.c
17237                 imap folders now appears in list
17238
17239         * src/mbox_folder.c
17240                 doesn't crash if destination mail is not writeable
17241
17242 2001-05-29 [hoa]
17243
17244         * src/compose.c
17245                 removed some warnings
17246
17247         * src/filtering.c
17248         * src/folder.[ch]
17249         * src/prefs_filtering.c
17250                 global string to identify any folders           
17251                 removed some debug info
17252                 filtering to mbox folders is now possible
17253
17254         * src/mainwindow.c
17255                 removed some warnings
17256
17257         * src/mbox_folder.c
17258                 permission on files are changed to read/write for user only,
17259                 nothing for other.
17260                 creation of subfolder is handled better.
17261
17262 2001-05-28 [alfons]
17263
17264         Verified the sync for src/prefs_common.[ch] and
17265         src/prefs_account.[ch]. I believe there were some
17266         minor indentation differences.
17267
17268 2001-05-28 [paul]
17269
17270         0.4.99claws3
17271
17272         * sync with 0.4.99cvs3
17273
17274 2001-05-28 [hoa]
17275
17276         * src/compose.c
17277                 handling flags for mbox format
17278
17279         * src/filtering.c
17280                 use of mark file only for MH format
17281                 handling flags for mbox format
17282                 filtering cannot yet move or copy mails to mbox folders.
17283
17284         * src/folder.[ch]
17285                 changed move_msg, copy_msg,
17286                 move_msgs_with_dest, copy_msgs_with_dest functions
17287                 uses only folder->copy_msg() function
17288                 uses folder->finished_copy() to handle the destination
17289                 folder at the end of the copy or move operation.
17290
17291         * src/foldersel.c
17292                 included mbox directories.
17293
17294         * src/folderview.[ch]
17295         * src/mainwindow.c
17296                 handle folders operation for mbox format
17297
17298         * src/mbox.c
17299                 disable conversion of "From " header
17300
17301         * src/mbox_folder.[ch]
17302                 completion of mbox format handling
17303
17304         * src/mh.c
17305                 changed mh_copy_msg() function and
17306                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17307                 mh_copy_msgs_with_dest()
17308
17309         * src/prefs_filtering.c
17310                 removed some warnings
17311
17312         * src/prefs_matcher.c
17313                 default boolean operation is AND
17314
17315         * src/procheader.c
17316                 handling flags for mbox format
17317                 handling of "From " header
17318
17319         * src/procmsg.[ch]
17320                 removed data field
17321                 added MSG_REALLY_DELETED flags to handle deletion of
17322                 messages in mbox format.
17323
17324         * src/summaryview.c
17325                 handling flags for mbox format
17326                 disable the MSG_DELETED flags when messages
17327                 are deleted in mbox format
17328
17329         * src/textview.c
17330                 "From " headers display fixed.
17331
17332 2001-05-27 [alfons]
17333
17334         * src/textview.c:
17335                 
17336                 (get_email_part): skip quoted email addresses, like in e.g.
17337                 "'alfons@proteus.demon.nl'".
17338
17339 2001-05-26 [alfons]
17340
17341         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17342         and fixing the persistence troubles when using separate windows.
17343
17344         * src/mainwindow.c:
17345         
17346             Added #define SEPARATE_ACTION used in the gtk item factory for 
17347             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17348                 use gtk_item_factory_get_widget_by_action() to get the items.
17349                 
17350             Removed separate_widget_cb from the gtk item factory data   
17351           
17352             (mainwindow_create): connect separate_widget_cb() to check
17353             menu item "toggled" signal. also passing a MainWindow pointer
17354                 as object data for both check menu items.
17355                 
17356             (separate_widget_cb): definition of separate_widget_cb() to match
17357             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17358                 window using gtk_object_get_data(). The type of window separation 
17359                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17360         
17361         * src/prefs_filtering.c,
17362           src/prefs_matcher.c: added horizontal scrollbars
17363
17364 2001-05-25 [darko]
17365
17366         * src/headerview.c
17367                 fix segfault with invalid bold font
17368         * src/summaryview.c
17369                 correctly display summary stats after row is marked
17370
17371 2001-05-23 [sergey]
17372
17373         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17374         encodings with libjconv.
17375
17376 2001-05-23 [hoa]
17377
17378         * src/Makefile.am
17379                 added mbox_folder.[ch]
17380         * src/defs.h
17381                 mbox temporary folder
17382         * src/folder.[ch]
17383         * added src/mbox_folder.[ch]
17384         * src/folderview.c
17385         * src/procheader.[ch]
17386                 added mbox support
17387         * src/mbox.c
17388                 bugfix for file incorporation filtering
17389         * src/imap.c
17390                 enable creation of MBOX
17391         * src/prefs_display_header.c
17392                 enable use of headers like "From "
17393                 something that should be fixed :
17394                         displaying of such headers add an extra space
17395         * src/prefs_folder_item.c
17396                 don't create folders because it is not necessary
17397         * src/procmsg.h
17398                 added data field to MsgInfo for mbox internal use
17399         * src/summaryview.c
17400                 added some support for mbox
17401         * src/utils.[ch]
17402                 added get_mbox_cache_dir() function
17403
17404 2001-05-23 [hiroyuki]
17405
17406         * src/headerwindow.c
17407           src/inc.c
17408           src/main.c
17409           src/mh.c
17410           src/nntp.c
17411           src/procmsg.h
17412           src/session.h
17413           src/socket.[ch]
17414           src/summaryview.c
17415           src/textview.c
17416           src/automaton.c
17417           src/folderview.c: more sync with 0.4.99cvs2.
17418
17419         * src/headerwindow.c: reverted.
17420
17421 2001-05-22 [paul]
17422
17423         0.4.99claws2
17424
17425         * sync with sylpheed 0.4.99cvs2
17426                 * src/news.[ch]
17427                 * src/nntp.[ch]
17428                 * INSTALL
17429                 * INSTALL.jp
17430
17431 2001-05-22 [alfons]
17432
17433         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17434
17435 2001-05-21 [alfons]
17436
17437         Minor things:
17438
17439         * configure.in: if gnome-config not found, "no" is displayed
17440         
17441         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17442
17443         * src/textview.c: now also possible to add mail addresses by right
17444           clicking in the text view
17445
17446         * src/codeconv.c: merged patch which fixes endless loop when encountering
17447           invalid wide characters; from Alte <010@imis.ru>  
17448
17449 2001-05-20 [alfons]
17450
17451         Added installation of gnome specific things:
17452
17453         * Makefile.am: gnome conditional
17454
17455         * configure.in: check for installed gnome
17456
17457         * added sylpheed.png, sylpheed.desktop
17458
17459 2001-05-20 [sergey]
17460
17461         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17462
17463         * src/mainwindow.h (main_window_toolbar_create): created a button
17464         for "Reply to all".
17465         (main_window_set_toolbar_sensitive): enable/disable the new button
17466         appropriately.
17467         (toolbar_reply_to_author_cb): handle the new button.
17468
17469         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17470         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17471         failure).
17472
17473 2001-05-19 [sergey]
17474
17475         * src/compose.h (ComposeReplyMode): new modes
17476         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17477         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17478
17479         * src/compose.c
17480         (compose_send): move some code into a new function:
17481         (compose_current_mail_account): new function.
17482         (compose_reply): new argument to_author, all callers changed; if
17483         to_author==TRUE and account->protocol==A_NNTP, find and use an
17484         appropriate mail account for replying.
17485         (compose_reply_set_entry): new argument to_author; ignore
17486         compose->replyto if to_author==TRUE.
17487
17488         * src/mainwindow.c: new command "Message/Reply to author".
17489         (main_window_set_menu_sensitive): enable/disable it.
17490         (reply_cb): handle it.
17491
17492         * src/summaryview.c: new command "Reply to author".
17493         (summary_set_menu_sensitive): enable/disable it.
17494         (summary_reply_cb): handle it.
17495
17496         * src/account.c (account_find_mail_from_address): new function.
17497
17498 2001-05-18 [paul]
17499
17500         0.4.99claws1
17501
17502         * sync with sylpheed 0.4.99cvs1
17503
17504 2001-05-18 [hoa]
17505
17506         * src/compose.[ch]
17507         * src/filtering.c
17508         * src/summaryview.c
17509                 new filtering action : forward and forward as attachment
17510
17511         * src/main.c
17512                 no need for $DISPLAY when we run sylpheed --help
17513                 call to parse_cmd_opt() is moved
17514
17515         * src/mainwindow.[ch]
17516                 execute button is hidden when immediate execute
17517                 is chosen
17518
17519         * src/mh.c
17520         * src/news.c
17521         * src/prefs_folder_item.c
17522         * src/procmsg.c
17523                 better handling of missing directories
17524
17525         * src/summaryview.c
17526                 reedit is enabled in outbox
17527                 reedit is enabled in queue
17528
17529 2001-05-17 [hoa]
17530
17531         * src/filtering.c
17532         * src/matcher.[ch]
17533         * src/prefs_filtering.c
17534                 changed attachement into attachment
17535
17536 2001-05-17 [alfons]
17537
17538         0.4.67claws4    
17539
17540         * sync with sylpheed 0.4.67cvs9
17541         * sync with sylpheed 0.4.67cvs7-8
17542
17543 2001-05-17 [hoa]
17544
17545         * src/Makefile.am
17546                 added prefs_filtering.c
17547
17548         * src/filtering.[ch]
17549         * src/matcher.[ch]
17550                 removed action : forward_news and forward_news_as_attachement
17551                 (forward and forward_as_attachement can be used instead)
17552
17553         * src/mainwindow.c
17554                 added menu option to access filtering configuration
17555
17556         * src/prefs_account.c
17557                 changed mail_command default to /usr/sbin/sendmail
17558
17559         * added src/prefs_filtering.[ch]
17560                 dialog box for filtering configuration
17561
17562         * src/prefs_matcher.c
17563                 added function prefs_matcher_get_criteria_from_matching()
17564
17565         * src/prefs_scoring.c
17566                 reset the dialog when register or substitute is clicked
17567
17568 2001-05-15 [hoa]
17569
17570         * src/Makefile.am
17571                 added filtering.[ch]
17572         * src/inc.c
17573                 using filering.[ch] instead of filter.[ch]
17574         * src/main.c
17575                 reading new filtering configuration
17576         * src/matcher.[ch]
17577                 added some filtering actions
17578                 and fixed a bug for headers and mail body matching
17579         * src/mbox.c
17580                 using filering.[ch] instead of filter.[ch]
17581         * src/mh.c
17582                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17583         * src/summaryview.c
17584                 some fixes for filtering
17585
17586 2001-05-14 [hiroyuki]
17587
17588         * src/send.c: fixed some weird indentations.
17589           send_message_with_command(): call pclose() only if p != NULL.
17590         * src/textview.c: get_email_part(): modified the code for readability.
17591
17592 2001-05-14 [hiroyuki]
17593
17594         * src/md5global.h
17595           src/md5ify.c
17596           src/md5ify.h: removed from the cvs.
17597
17598 2001-05-13 [sergey]
17599
17600         * src/main.c: include rfc2015.h to avoid compiler warnings.
17601         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17602         the panel is already on screen.
17603         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17604         closing the alert window by ESC as "No".
17605         * src/prefs_common.c (prefs_interface_create): moved return
17606         receipt check button to the correct place.
17607
17608 2001-03-13 [alfons]
17609
17610         * src/prefs_common.c: 
17611                 moved return receipt check button to the Send tab. (prefs_send_create)
17612                 removed the date format ui related globals. (prefs_display_create)
17613
17614         0.4.67claws3
17615         
17616         * sync with sylpheed 0.4.67cvs5-6
17617
17618 2001-05-13 [paul]
17619
17620         * added Alfons' font selection patch
17621
17622         * src/defs.h
17623         * src/headerwindow.c
17624         * src/prefs_common.c
17625         * src/prefs_common.h
17626
17627 2001-05-13 [hoa]
17628         * src/defs.h
17629                 changed version of cache
17630         * src/matcher.[ch]
17631         * src/prefs_matcher.c
17632                 added additionnal matching criteria
17633         * src/procheader.c
17634         * src/procmsg.[ch]
17635         * src/news.c
17636                 added references in MsgInfo
17637
17638 2001-05-12 [hoa]
17639
17640         * src/defs.h
17641                 prepared some things for new filtering
17642         * src/matcher.[ch]
17643                 added some matching properties
17644                 inreplyto need to be enhanced
17645                 prepared some things for new filtering
17646         * src/messageview.c
17647                 added Return-Receipt-To handling
17648         * src/prefs_folder_item.c
17649                 changed default value to TRUE
17650         * src/prefs_matcher.c
17651                 added some matching properties
17652         * src/prefs_scoring.[ch]
17653                 the scoring dialog is finished
17654         * src/procheader.c
17655                 added Return-Receipt-To handling
17656                 Reference need to be added
17657         * src/procmsg.[ch]
17658                 added Return-Receipt-To handling
17659                 added threadscore to get a better score sorting when
17660                 threads are enabled
17661         * src/summaryview.c
17662                 suppressed a bug when we sort the list
17663                 when no folder is opened.
17664                 better score sorting when threads are enabled
17665
17666 2001-05-12 [alfons]
17667
17668         * reverted previous patch because of potential errors 
17669
17670         0.4.67claws2
17671         
17672         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17673                 applied "toggle mail-retrieval dialog window" patch submitted 
17674                 by Eric Limpens <eric@qnt.net>
17675
17676         * sync with sylpheed 0.4.67cvs4
17677
17678 2001-05-12 [sergey]
17679
17680         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17681         some picky compilers.
17682         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17683         * src/grouplist_dialog.c: include alertpanel.h.
17684         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17685         fix compile warning.
17686         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17687         #include "defs.h" before others to prevent the warning of `MIN'
17688         and `MAX' redefinition.
17689
17690 2001-05-11 [hoa]
17691
17692         * src/main.c
17693         * src/messageview.c
17694         * src/prefs_account.c
17695         * src/prefs_display_header.c
17696                 removed warning
17697         * src/Makefile.am
17698                 added prefs_scoring.[ch]
17699         * src/grouplist_dialog.c
17700                 display an error dialog box if the group list
17701                 cannot be fetched.
17702         * src/mainwindow.[ch]
17703                 added main_window_set_thread_option() function
17704                 scoring dialog box enabled
17705         * src/matcher.[ch]
17706                 added flags matching unread /new / marked
17707                 / deleted / replied / forwarded
17708         * src/news.c
17709                 newsgroups are now finally in newscache
17710         * src/prefs_matcher.[ch]
17711                 finished preferences for matching dialog
17712         * added src/prefs_scoring.[ch]
17713                 scoring dialog box completed
17714         * src/scoring.[ch]
17715                 conversion to string : added scoringprop_to_string()
17716                 write config for preferences :
17717                 added prefs_scoring_write_config()
17718         * src/summaryview.c
17719                 threads can be enabled/disabled independently
17720                 for each folder
17721
17722 2001-05-10 [alfons]
17723
17724         0.4.67claws1
17725         
17726         * AUTHORS: 
17727                 thought it would be nice to have a list of all
17728                 contributors (used Changelog as a reference)
17729         
17730         * configure.in: 
17731                 messed up version numbering...
17732
17733         0.4.66claws1
17734
17735         * sync with sylpheed 0.4.67cvs1-3
17736
17737 2001-05-10 [darko]
17738
17739         * src/prefs_common.c:
17740                 better UI for strftime format, double clicking
17741                 on format now inserts the format in text entry
17742                 replaced close button with standard OK/Cancel
17743                 moved date format button to the right of the
17744                 text entry field
17745
17746 2001-05-09 [alfons]
17747
17748         * src/gtkstext.c:
17749                 Ctrl-Home / Ctrl-End have proper cursor navigation
17750
17751 2001-05-09 [hoa]
17752
17753         * src/prefs_matcher.c
17754                 finished UI to define matching properties
17755                 added ok and cancel button
17756         * src/prefs_filter.c
17757                 added ok and cancel button
17758         * src/news.c
17759                 fixed some bug in xhdr parsing
17760
17761 2001-05-08 [alfons]
17762
17763         * src/textview.c: 
17764                 fixed a bug in textview_show_header(), which displayed two colons (':');
17765                 cleaned up some warnings
17766
17767 2001-05-08 [hoa]
17768
17769         * src/Makefile.am
17770                 added prefs_matcher.[ch]
17771                 compilation with -W -Wall
17772         * src/alertpanel.c
17773                 ungrab the mouse events if grabbed - does it
17774                 fix the bug for disposition notification ?
17775         * src/mainwindow.c
17776                 added a menu option to open the matching dialog.
17777         * src/matcher.[ch]
17778                 added matcherprop_to_string() and matcherlist_to_string()
17779                 fixed some bugs, changed the name of some options
17780                 age_sup and age_inf becomes age_greater and age_lower,
17781                 body and messageheaders becomes body_part and headers_part,
17782                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17783         * src/prefs_display_header.c
17784         * src/prefs_headers.c
17785                 fixed a bug that accidentally destroyed dialogs
17786                 when closed them with delete_event
17787                 Added *_deleted() which handle delete_event signal correctly.
17788         * src/prefs_folder_item.[ch]
17789                 added "enable_thread" field for future customization
17790         * added src/prefs_matcher.[ch]
17791                 sample of the UI to define matching properties
17792         * src/procheader.c
17793                 using procheader_headername_equal instead of str*cmp functions
17794                 using procheader_parse_header() function
17795         * src/scoring.c
17796                 using MATCHING_XXX instead of SCORING_XXX
17797         * src/summaryview.c
17798                 display the sender of the news even if this is ourself
17799                 when this is a news message.
17800         * src/textview.c
17801                 using headername_equal() instead of str*cmp functions
17802
17803 2001-05-08 [alfons]
17804
17805         0.4.66claws
17806
17807         * sync with sylpheed 0.4.66
17808         * src/gtkstext.c: trace logs added 
17809
17810 2001-05-08 [sergey]
17811
17812         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17813         signature check popup.
17814         * src/rfc2015.c (check_signature): show signature check popup only
17815         if it is enabled in preferences.
17816
17817 2001-05-07 [alfons]
17818
17819         0.4.66claws4
17820         
17821         * sync with sylpheed 0.4.66cvs6
17822
17823 2001-05-07 [darko]
17824
17825         * src/prefs_common.[ch]: added option to enable/disable
17826           looking up sender name in address book for summary pane
17827         * src/summaryview.c: look up sender in the address book
17828           by using Alfons' address completion code
17829
17830 2001-05-07 [hiroyuki]
17831
17832         * src/inc.h
17833           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17834           member of Pop3State.
17835         * src/news.c: brought #include "defs.h" before #include <glib.h>
17836           to prevent the warning of `MIN' and `MAX' redefinition.
17837
17838 2001-05-06 [hoa]
17839
17840         * removed src/headers_display.[ch]
17841         * removed src/prefs_display_headers.[ch]
17842         * src/inc.c
17843                 use a temporary file in the user directory for mbox import
17844         * src/news.c
17845                 added XHDR support to get "To" and "Cc" headers
17846                 (in order to match news with to or cc field for
17847                 scoring)
17848                 added function news_parse_xhdr() to get XHDR response
17849         * src/nntp.[ch]
17850                 added function nntp_xhdr()
17851         * src/matcher.c
17852                 fetch the message if necessary
17853
17854 2001-05-06 [alfons]
17855
17856         0.4.66claws3
17857
17858         * sync with sylpheed 0.4.66cvs3-5
17859
17860 2001-05-06 [hoa]
17861
17862         * src/utils.[ch]
17863                 added function itos_buf() to enable use of several buffers
17864         * src/summaryview.c
17865                 use of itos_buf() instead of itos() in summary list
17866                 to fix the broken display of message number.
17867
17868 2001-05-06 [alfons]
17869
17870         * src/gtkstext.c: bug in cursor up navigation fixed,
17871                 fixed another unsigned / signed comparison (we're getting there :-)
17872
17873 2001-05-06 [hoa]
17874
17875         * src/Makefile.am
17876                 added scoring.c scoring.h
17877                 prefs_folder_item.c prefs_folder_item.h
17878                 matcher.c matcher.h
17879         * src/defs.h
17880                 added FOLDERITEM_RC SCORING_RC
17881         * src/folder.[ch]
17882                 added prefs field in FolderItem :
17883                 properties for each folder (PrefsFolderItem),
17884                 sorting type and mode were added as the first properties.
17885         * src/main.c
17886                 read config for scoring
17887         * added src/matcher.[ch]
17888                 gives functions to parse configuration file to do
17889                 matching on mails with a list of conditions.
17890         * src/mainwindow.c
17891                 add option to sort by score
17892         * src/prefs_common.[ch]
17893                 added preference option to show score and for
17894                 the score column size
17895         * added src/prefs_folder_item.[ch]
17896                 properties for each folder (PrefsFolderItem),
17897                 sorting type and mode were added as the first properties.
17898         * src/procheader.[ch]
17899                 added procheader_parse_header()
17900                 added procheader_header_free()
17901                 added procheader_headername_equal()
17902                 and made modification to use them.
17903         * src/procmsg.[ch]
17904                 added score field to MsgInfo structure
17905         * added src/scoring.[ch]
17906                 gives functions to parse configuration file to do
17907                 scoring on mails with a list of conditions.
17908         * src/summaryview.[ch]
17909                 save the sorting type and mode for the folder
17910                 added column to display the score of the mail
17911                 added function summary_score_clicked()
17912                 sorting type and mode are restored to the folder
17913                 when it is reopen
17914         * src/textview.c
17915                 use procheader_parse_header(), procheader_headername_equal()
17916                 removed memory leak in text_scan_header when freeing headers
17917         * src/filter.c
17918                 changed the function to match names of headers
17919                 using procheader_headername_equal()
17920
17921         Scoring functions are implemented, an interface is needed
17922         to configure that.
17923
17924 2001-05-04 [alfons]
17925
17926         * src/gtkstext.c: 
17927                 hopefully fixed the row up navigation bug,
17928                 removed adding back / forward lines to cache
17929
17930 2001-05-04 [sergey]
17931
17932         * src/prefs_display_headers.c: user interface changes:
17933         (prefs_display_headers_create): remove unused "Show" check button;
17934         allow reordering of headers by dragging.
17935         (prefs_display_headers_write_config): remove unused variables.
17936         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17937         of lists (not needed with the new UI).
17938         (prefs_display_headers_set_list): scan lists starting from row 0,
17939         not 1 (do not skip "(New)").
17940         (prefs_display_headers_find_header): new function.
17941         (prefs_display_headers_clist_set_row): do not allow duplicates.
17942         (prefs_display_headers_delete_cb): do not skip row 0; treat
17943         closing the alert window by ESC as "No".
17944         (prefs_display_headers_up): do not protect row 0.
17945         (prefs_display_headers_down): do not protect row 0.
17946
17947 2001-05-04 [sergey]
17948
17949         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17950         functions.
17951
17952         * src/summaryview.c
17953         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17954         summary_select_next_marked, summary_select_prev_marked): new
17955         functions.
17956
17957 2001-05-03 [sergey]
17958
17959         * src/news.c: fixed a bug when no article can be fetched after
17960         server timeout if the connection was restored by news_post():
17961         (news_select_group): new function.
17962         (news_fetch_msg): call news_select_group() before fetching
17963         article.
17964         (news_get_uncached_articles): set session->group after successful
17965         GROUP command.
17966
17967 2001-05-03 [hoa]
17968
17969         * src/defs.h
17970         * src/procmsg.[ch]
17971         * src/procheader.c
17972                  changed version of cache, added cc field
17973
17974         * src/prefs_display_headers.c
17975                 the interface was changed
17976
17977         * src/prefs_headers.c
17978                 added cancel button
17979
17980 2001-05-03 [alfons]
17981
17982         * completed sync of sylpheed cvs2
17983         * src/gtkstext.c: updated row up / down cursor navigation
17984         * src/textview.c: re-edited, prepared for fixing the email address
17985                 scanner.
17986
17987 2001-05-03 [darko]
17988
17989         * src/prefs_common.c: use alfons' strftime ui code
17990         entry_datefmt and datefmt_sample widgets have to be
17991         global in this module because of this change
17992
17993 2001-05-03 [hoa]
17994
17995         * src/messageview.c
17996         * src/prefs_common.[ch] added option to activate the return receipt
17997                 feature.
17998
17999 2001-05-02 [alfons]
18000
18001         * src/gtkstext.c: fix for row up/down cursor navigation. 
18002
18003         0.4.66claws2
18004         
18005         * sync with 0.4.66cvs2
18006
18007 2001-05-02 [paul]
18008
18009         added add-sender-to-addressbook patch
18010
18011         * src/addressbook.c
18012         * src/addressbook.h
18013         * src/summaryview.c
18014
18015 2001-05-02 [sergey]
18016
18017         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18018         G_ALERTDISABLE.
18019
18020         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18021         all existing callers changed to pass FALSE; create a check button
18022         to disable the message.
18023         (alertpanel_message_with_disable): new function.
18024         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18025         (alertpanel_button_toggled): new function.
18026         (alertpanel_button_clicked, alertpanel_close): set value using
18027         G_ALERT_VALUE_MASK.
18028
18029         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18030
18031         * src/prefs_common.c (prefs_privacy_create): new check button
18032         checkbtn_gpgme_warning.
18033
18034         * src/main.c (main): moved preferences reading before gpgme
18035         initialization; check prefs_common.gpgme_warning before giving the
18036         GnuPG warning and set it to FALSE if the user wants to disable the
18037         warning.
18038
18039 2001-05-02 [hiroyuki]
18040
18041         * src/prefs_display_headers.c: modified the layout and some labels.
18042
18043 2001-05-02 [sergey]
18044
18045         * src/prefs_account.c (prefs_account_fix_size): new function.
18046         (prefs_account_create): call prefs_account_fix_size(); use
18047         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18048         size when the window is shown for the first time).
18049         (prefs_account_basic_create): changed layout of serv_table; moved
18050         localmbox_entry above smtpserv_entry (logically it replaces
18051         POP3/IMAP server).
18052         (prefs_account_protocol_activated): set sensitivity of
18053         nntpauth_chkbtn according to the protocol (in addition to
18054         hide/show); commented out gtk_table_set_row_spacing() calls.
18055         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18056         not sensitive (fixes a bug with disabled username/password boxes
18057         when editing POP3 account after NNTP with authentication).
18058
18059 2001-05-02 [hoa]
18060
18061         * src/account.c
18062         * src/inc.c
18063         * src/prefs_account.[ch]
18064         * src/send.c
18065                 removed local account without SMTP server
18066                 added option to use mail command instead of a connexion
18067                 to SMTP server when a local account is used
18068         * src/prefs_headers.c
18069                 fixed a bug
18070         * src/news.c
18071                 fixed a bug when connexion immediately closed
18072
18073 2001-05-01 [alfons]
18074
18075         0.4.66claws1
18076         
18077         * sync with 0.4.65
18078
18079 2001-05-01 [sergey]
18080
18081         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18082         widget nntpauth_chkbtn.
18083         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18084         visibility.
18085         (prefs_account_nntpauth_toggled): new function.
18086
18087         * src/news.c (news_session_new_for_folder): use NNTP
18088         authentication only if ac->use_nntp_auth is set.
18089
18090 2001-05-01 [hoa]
18091
18092         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18093         * src/prefs_display_headers.c changed the UI
18094         * src/prefs_headers.c changed account_name to account_id
18095         * src/compose.c using customheader.h
18096
18097 2001-05-01 [hiroyuki]
18098
18099         * src/esmtp.c
18100           src/news.c
18101           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18102           unsynched.
18103
18104 2001-05-01 [hoa]
18105
18106         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18107         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18108                 for displaying of headers
18109         * src/grouplist_dialog.[ch] minor changes to remove warnings
18110         * src/prefs_display_headers.[ch] dialog to choose the
18111         headers to display in the mail viewer.
18112         * src/headers.h correction of #define
18113         * src/headers_display.[ch] configuration for displaying of headers.
18114         * src/main.c read config of displaying of headers
18115         * src/prefs_common.c add a button to access the config dialog
18116                 for displaying of headers
18117         * src/prefs_display_headers.[ch] dialog for configuration for
18118                 displaying of the headers.
18119         * src/prefs_headers.c cleaning of code
18120         * src/procheader.c comments added to code
18121         * src/textview.c changes to reorder the headers depending
18122                 on the config for displaying of headers
18123
18124 2001-04-30 [alfons]
18125
18126         0.4.65claws7
18127
18128         * sync with 0.4.65cvs12
18129
18130         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18131
18132 2001-04-30 [sergey]
18133
18134         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18135
18136         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18137         is set to force reconnection after authentication failure.
18138         (nntp_gen_command): set sock->auth_failed on authentication
18139         failure, or if sock->userid and sock->passwd are not set.
18140
18141         * src/news.c (news_session_new_for_folder): set userid=NULL if
18142         password dialog is cancelled.
18143
18144 2001-04-30 [sergey]
18145
18146         * src/nntp.h (NNTPSockInfo): new type.
18147
18148         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18149         SockInfo.
18150         (nntp_open_auth, nntp_close): new functions.
18151         (nntp_gen_command): new function to handle authentication; all
18152         NNTP command functions updated to use it.
18153         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18154         (nntp_list): removed old useless code.
18155
18156         * src/news.h (NNTPSession): new field nntp_sock.
18157
18158         * src/news.c: all functions updated to use NNTPSockInfo instead of
18159         SockInfo.
18160         (news_session_new): new arguments (userid, passwd); made static;
18161         use nntp_open_auth() if needed.
18162         (news_session_destroy): use nntp_close() instead of sock_close().
18163         (news_query_password): changed arguments.
18164         (news_session_new_for_folder): new function.
18165         (news_session_get): use news_session_new_for_folder().
18166         (news_authenticate): deleted.
18167         (news_get_uncached_articles): removed old authentication code.
18168
18169 2001-04-30 [sergey]
18170
18171         * src/news.c: reverted my previous changes (need to do NNTP
18172         authentication in a cleaner way).
18173         
18174 2001-04-29 [sergey]
18175
18176         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18177         news_nntp_post, news_nntp_mode): new functions (wrappers with
18178         authentication support).
18179         (news_get_article_cmd, news_get_article, news_get_header): new
18180         argument "folder"; all callers changed.
18181         (news_get_article_cmd): added authentication support.
18182         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18183         (news_post): use news_nntp_post() instead of nntp_post().
18184         (news_get_uncached_articles): use news_nntp_group() instead of
18185         nntp_group() and news_nntp_xover() instead of nntp_xover();
18186         removed old authentication code.
18187         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18188
18189         * src/nntp.c (nntp_list): return real error code instead of
18190         hardcoded NN_ERROR.
18191
18192 2001-04-29 [sergey]
18193
18194         * configure.in: fixed wint_t typedef detection again
18195
18196 2001-04-28 [hoa]
18197
18198         * src/prefs_account.[ch], added A_LOCAL_CMD
18199                 (send mail with mail command)
18200         * src/send.c added function send_message_with_command()
18201         * src/inc.c made a more secure get_spool() function with
18202                 mktemp() but maybe mkstemp() or something more
18203                 secure can be used.
18204
18205 2001-04-28 [alfons]
18206
18207         * src/textview.c, colorization of email addresses in headers
18208
18209         0.4.65claws6
18210
18211         * bug sync with sylpheed
18212         * prefs_common.c: created date format ui for darko
18213         * sync with 0.4.65cvs11
18214         * configure.in: corrected to have the new gpg checks
18215
18216 2001-04-27 [alfons]
18217
18218         * completed sync with 0.4.65cvs10
18219         * minor debug things added to gtkstext.c
18220
18221 2001-04-27 [darko]
18222
18223         * configure.in: remove check for availability of
18224           strftime() as advised by Hiroyuki
18225         * src/prefs_common.[ch], src/procheader.c:
18226           synch strftime() code with Hiroyki's main branch
18227
18228 2001-04-26 [sergey]
18229
18230         * src/news.c: news_query_password(), news_authenticate(): new
18231           functions.
18232           news_get_uncached_articles(): added NNTP authentication
18233           handling.
18234         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18235           new functions.
18236         * src/prefs_account.c: prefs_account_protocol_activated():
18237           enable userid and password fields for NNTP.
18238
18239 2001-04-26
18240
18241         * configure.in: check for availability of strftime()
18242           [darko]
18243         * src/prefs_common.[ch], src/procheader.c: use
18244           strftime() for displaying date in summary pane if it
18245           is available
18246
18247 2001-04-25
18248
18249         * more .cvsignore cleanups [alfons]
18250
18251 2001-04-25
18252
18253         * ac/sv-check-type.m4: new autoconf macro.
18254         * configure.in: fixed wint_t typedef detection (did not work
18255           with gcc-2.96).
18256
18257 2001-04-25
18258
18259         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18260           [hiroyuki]
18261
18262 2001-04-24
18263         * modified gtkstext.c : buggy cursor navigation fixed, 
18264           and font descent also taken in account when drawing
18265           cursor. [alfons]
18266
18267 2001-04-24 [hoa]
18268         * added comments in src/news.c src/nntp.c
18269         * added src/prefs_headers.[ch]
18270         * added src/headers.[ch]
18271         * modified compose.c to activate custom headers
18272                 added function is_in_custom_headers
18273         * modified prefs_account.[ch]
18274                 added function prefs_account_customhdr_edit
18275         * modified src/defs.h :
18276                 added HEADERS_RC : name of the config file
18277                 for the custom headers
18278
18279 2001-04-24
18280
18281     0.4.65claws5
18282
18283         * configure.in
18284           src/gtkstext.[ch]
18285           src/compose.c
18286           src/Makefile.am
18287           
18288           added gtkstext with configure.in patch by Hiroyuki which
18289           should fix the XIM detection [alfons]
18290
18291         * more clean up of cvs [alfons]
18292
18293                  * removed all Makefile.in files to attic.
18294
18295                  * updated all .cvsignores to really ignore things that could
18296                    be unintentionally committed by a recursive commit.
18297
18298 2001-04-23 [hoa]
18299         * added src/grouplist_dialog.[ch]
18300         * changed src/folderview.c to call grouplist_dialog instead
18301                 of inputdialog
18302         * src/news.c :
18303                 added functions news_reset_group_list
18304                 and news_get_group_list
18305         * src/nntp.c :
18306                 added function nntp_list
18307         * src/defs.h :
18308                 added GROUPLIST_FILE : name of the newsgroup list cache file
18309
18310 2001-04-21
18311
18312         * added option to warn about queued messages on exit [sergey]:
18313
18314           * src/compose.c: compose_queue(): call folder_item_scan()
18315             and folderview_update_item() after queueing.
18316           * src/folderview.c: folderview_update_node(): draw the queue
18317             folder in bold font if there are queued messages.
18318           * src/mainwindow.c: queued_messages(): new function.
18319             app_exit_cb(): display warning if there are queued messages
18320             if warn_queued_on_exit is set.
18321           * prefs_common.[ch]: add warn_queued_on_exit option.
18322
18323         * enhanced GnuPG key selection support [sergey]:
18324
18325           * src/select-keys.c: updated to newer version from Win32
18326             branch with support for selecting arbitrary keys.
18327           * src/prefs_account.c: added the Privacy tab to the account
18328             options window.
18329             prefs_account_privacy_create(),
18330             prefs_account_sign_key_set_data_from_radiobtn(),
18331             prefs_account_sign_key_set_radiobtn(): new functions.
18332           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18333           * src/rfc2015.c: set_signers(): new function.
18334             pgp_sign(): add the account parameter, call set_signers().
18335             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18336           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18337           * src/compose.c: pass the current account to rfc2015_sign().
18338
18339         * tag name claws added to prevent confusion with main branch [alfons]
18340
18341         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18342
18343         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18344
18345         * sync with recent sylpheed cvs. Untested though. [alfons]
18346