0.9.4claws64
[claws.git] / ChangeLog.claws
1 2003-09-03 [christoph]  0.9.4claws64
2
3         * src/folder.c
4         * src/messageview.[ch]
5         * src/procmsg.[ch]
6         * src/summaryview.c
7                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
8                 by MessageView to clear it when the message is deleted. Should
9                 work even if messages are deleted in MainWindow or by
10                 processing.
11
12 2003-09-03 [alfons]     0.9.4claws63
13
14         * src/messageview.c
15                 deleting a message in a message view frees its msginfo, make 
16                 messageview_update_all() aware of that (should fix bug #293,
17                 "deleting message caused crash")
18
19 2003-09-03 [melvin]     0.9.4claws62
20
21         * src/action.c
22                 Improve synchronous action exit code (fixes 
23                 a ~5 seconds delay after action exit on RedHat 9)
24
25 2003-09-03 [christoph]  0.9.4claws61
26
27         * src/compose.c
28         * src/rfc2015.c
29         * src/common/utils.[ch]
30                 add util function to create mime boundary and use it
31                 in compose and gpg code
32
33 2003-09-03 [alfons]     0.9.4claws60
34
35         * src/folder.c
36                 source folder item's GNode should already have been freed in 
37                 a previous call to src->folder->klass->remove_folder()
38                 (should fix bug #287, "crash when moving folders")
39
40 2003-09-03 [thorsten]   0.9.4claws59
41
42         * src/plugins/spamassassin/spamassassin_gtk.c
43                 fix compile error
44
45 2003-09-03 [christoph]  0.9.4claws58
46
47         * src/plugins/spamassassin/spamassassin.[ch]
48         * src/plugins/spamassassin/spamassassin_gtk.c
49                 add timeout config option
50
51 2003-09-03 [paul]       0.9.4claws57
52
53         * po/sk.po      ** NEW FILE **
54                 add Slovak translation. Submitted by Andrej Kacian 
55                 <andrej@kacian.sk>
56
57 2003-09-03 [paul]       0.9.4claws56
58
59         * src/plugins/clamav/clamav_plugin_gtk.c
60                 gui tweaks: replace a label with a tooltip, modify the
61                 text, use gtk_check_button_new(); instead of
62                 gtk_check_button_new_with_label("");
63
64 2003-09-02 [alfons]     0.9.4claws55
65
66         * src/gtk/filesel.c
67                 remember last used dir when attaching multiple files (should fix
68                 bug #290, "Attach File does not remember directory")
69
70 2003-09-01 [paul]       0.9.4claws54
71
72         * po/es.po
73                 updated by Ricardo Mones Lastra
74
75 2003-09-01 [alfons]     0.9.4claws53
76
77         * src/gtk/gtkaspell.[ch]
78                 be pedantic and strict and use const gchar * instead of guchar *
79
80 2003-09-01 [alfons]     0.9.4claws52
81
82         * src/mainwindow.c
83         * src/summaryviewc.
84                 re-enable Save As when multiple messages are selected
85
86 2003-09-01 [paul]       0.9.4claws51
87
88         * src/textview.c
89                 g_free(trimmed_uri);
90
91 2003-09-01 [paul]       0.9.4claws50
92
93         * sync with 0.9.4cvs13
94                 see ChangeLog 2003-09-01
95
96 2003-09-01 [paul]       0.9.4claws49
97
98         * src/textview.c
99                 trim uri before sending to the statusbar
100                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
101                 in the message window causes main S-C window to enlarge 
102                 past screen edges'
103
104 2003-09-01 [paul]       0.9.4claws48
105
106         * sync with 0.9.4cvs12
107                 see ChangeLog 2003-09-01
108
109 2003-08-30 [christoph]  0.9.4claws47
110
111         * src/compose.c
112         * src/folder_item_prefs.[ch]
113         * src/prefs_folder_item.c
114         * src/gtk/gtkaspell.[ch]
115                 commit per folder dictionary patch by
116                 Paul Evans <nerd@freeuk.com>
117
118 2003-08-30 [christoph]  0.9.4claws46
119
120         * src/plugins/spamassassin/spamassassin_gtk.c
121         * src/plugins/spamassassin/spamassassin_gtk.glade
122                 reduce GUI clutter by placing hints into tooltips
123
124 2003-08-30 [paul]       0.9.4claws45
125
126         * src/compose.c
127                 add 'Content-Disposition: inline' to a text/plain
128                 part when using PGP/MIME signing
129
130 2003-08-30 [paul]       0.9.4claws44
131
132         * src/prefs_common.c
133           src/prefs_spelling.c
134           src/prefs_spelling.glade
135                 reduce GUI clutter by placing hints into tooltips
136
137 2003-08-29 [christoph]  0.9.4claws43
138
139         * configure.ac
140                 fix bug found by Ivan Rayner <ivanr@sgi.com>
141
142         * src/stock_pixmap.c
143                 change unecessary warning into a debug message
144
145         * src/plugins/clamav/Makefile.am
146                 Fix error "-I$(CLAMAV_LIBS)"
147
148 2003-08-29 [christoph]  0.9.4claws42
149
150         * intl/Makefile.in
151         * src/Makefile.am
152         * src/matcher.h
153         * src/common/Makefile.am
154         * src/common/passcrypt.c
155                 commit fixes and patches for some of the IRIX problems found by
156                 Ivan Rayner <ivanr@sgi.com>
157
158 2003-08-29 [paul]       0.9.4claws41
159
160         * src/prefs_filtering.c
161                 add 'Top' and 'Bottom' buttons, based on changes in
162                 src/prefs_filter.c in 0.9.4cvs11.
163
164 2003-08-27 [christoph]  0.9.4claws40
165
166         * src/folderview.c
167                 fix bug that the current summary settings were copied to the
168                 wrong folder item, when the folder item prefs are opened.
169                 Copying is not required because summary settings and
170                 folder_item_prefs do not contain the same settings
171
172 2003-08-27 [thorsten]   0.9.4claws39
173
174         * src/imap.c
175                 fix compile error
176
177 2003-08-26 [paul]       0.9.4claws38
178
179         * sync with 0.9.4cvs9
180                 see ChangeLog 2003-08-26
181
182 2003-08-25 [paul]       0.9.4claws37
183
184         * sync with 0.9.4cvs8
185                 see ChangeLog 2003-08-25
186
187 2003-08-24 [christoph]  0.9.4claws36
188
189         * src/prefs_filtering.c
190                 shouldn't remove items from a GSList while iterating over the
191                 list (makes cur invalid and cur->next not accessable)
192
193         (closes Bug 272 i deleted an folder and some seconds later sylpheed
194          crashed)
195
196 2003-08-23 [christoph]  0.9.4claws35
197
198         * src/news.c
199                 news folders should be scanned when opened
200
201 2003-08-22 [christoph]  0.9.4claws34
202
203         * src/prefs_folder_item.c
204                 use macro to assign strings that always frees the old string
205
206         * src/gtk/gtkaspell.[ch]
207                 add gtkaspell_set_dictionary_menu_active_item() to set active
208                 item in dictionary option menu
209
210         * src/prefs_spelling.c
211                 use gtkaspell_set_dictionary_menu_active_item() to select
212                 dictionary
213
214 2003-08-21 [christoph]  0.9.4claws33
215
216         * src/folder.[ch]
217         * src/imap.c
218         * src/mbox_folder.c
219         * src/mh.c
220         * src/news.c
221                 optimize folder system
222
223         * src/gtk/gtkstext.c
224                 fix division by zero when font has 0 width for ' '
225
226 2003-08-21 [paul]       0.9.4claws32
227
228         * sync with 0.9.4cvs7
229                 see ChangeLog 2003-08-20
230
231 2003-08-19 [paul]       0.9.4claws31
232
233         * src/common/defs.h
234                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
235                 SYLDOC_FAQ_HTML_INDEX.
236         * src/manual.c
237                 use LC_MESSAGES instead of LC_ALL to find the current
238                 language
239
240           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
241
242 2003-08-19 [paul]       0.9.4claws30
243
244         * po/bg.po
245                 updated by George Danchev
246
247 2003-08-18 [luke]       0.9.4claws29
248         * src/mimeview.[ch]
249         * src/gtk/gtkvscrollbutton.[ch]
250                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
251                   dependencies; do it the GTK way; reduce code -14/+2 lines)
252                 o removed horizontal separator between icons
253
254 2003-08-17 [christoph]  0.9.4claws28
255
256         * src/procmsg.c
257                 no subject threading when the subject has no reply prefix
258
259 2003-08-16 [christoph]  0.9.4claws27
260
261         * src/mainwindow.c
262                 remember and restore window sizes and position when the main
263                 window is hidden or shown
264
265         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
266          minimised/reopened using trayicon)
267
268 2003-08-16 [paul]       0.9.4claws26
269
270         * src/crash.c
271                 add #include "defs.h"
272
273 2003-08-16 [paul]       0.9.4claws25
274
275         * src/plugins/clamav/clamav_plugin.c
276                 reword a debug_print
277                 
278         * src/plugins/dillo_viewer/dillo_prefs.c
279                 cosmetic: change the labels' text, add tooltips, and
280                 left-align the hint
281
282 2003-08-15 [christoph]  0.9.4claws24
283
284         * src/news.c
285                 complete last change (forgot some changes)
286
287 2003-08-15 [christoph]  0.9.4claws23
288
289         * src/news.c
290                 o check number of messages and don't return a 0 message
291                   when no messages are available
292                 o don't parse xref header anymore
293
294         (closes Bug 203 I'm not getting any news)
295
296 2003-08-15 [paul]       0.9.4claws22
297
298         * src/common/defs.h
299           src/crash.c
300                 update and define claws bugzilla location
301
302 2003-08-15 [paul]       0.9.4claws21
303
304         * po/ru.po
305                 update submitted by Ruslan N. Balkin
306
307 2003-08-14 [christoph]  0.9.4claws20
308
309         * src/procmsg.c
310                 fix search for oldest node in subject threading
311
312 2003-08-14 [christoph]  0.9.4claws19
313
314         * src/procmsg.c
315         * src/common/utils.h
316                 add possibility to check all nodes with the same subject for
317                 subject threading, not only the oldest node. Should not break
318                 threads anymore if the oldest node is thread_by_subject_max_age
319                 days older then parent, because it can now find a child of
320                 oldest node as new parent.
321
322 2003-08-11 [christoph]  0.9.4claws18
323
324         * src/plugins/spamassassin/spamassassin.c
325                 run spam check in background process
326
327 2003-08-10 [alfons]     0.9.4claws17
328
329         * src/summaryview.c
330                 make `Select All' sensitive too
331
332 2003-08-10 [christoph]  0.9.4claws16
333
334         * src/imap.c
335                 add more checks in imap_close
336
337 2003-08-09 [alfons]     0.9.4claws15
338
339         * src/prefs_spelling.c
340                 no spell checking UI if not requested
341
342 2003-08-09 [alfons]     0.9.4claws14
343
344         * src/gtk/prefswindow.c
345                 make it compile
346
347 2003-08-09 [christoph]  0.9.4claws13
348
349         * src/prefs_spelling.c
350         * src/gtk/prefswindow.[ch]
351         * src/plugins/clamav/clamav_plugin_gtk.c
352         * src/plugins/spamassassin/spamassassin_gtk.c
353                 sort prefs pages by heighest weight in tree
354
355 2003-08-09 [paul]       0.9.4claws12
356
357         * sync with 0.9.4cvs6
358                 see ChangeLog 2003-08-07
359                 
360         * AUTHORS
361                 add Leandro and Luke to claws-branch section
362
363 2003-08-09 [christoph]  0.9.4claws11
364
365         * src/gtk/Makefile.am
366         * src/gtk/colorsel.[ch]                 ** NEW **
367                 create a color selection dialog that can be used as a simple
368                 function call with it's own gtk main loop like filesel.[ch]
369
370         * src/Makefile.am
371         * src/main.c
372         * src/prefs_common.c
373         * src/prefs_spelling.[ch]               ** NEW **
374         * src/prefs_spelling.glade              ** NEW **
375         * src/gtk/gtkutils.[ch]
376                 move "Spell Checker" prefs to new prefs dialog
377
378         * src/prefs_folder_item.c
379                 use new colorsel dialog
380
381 2003-08-08 [paul]       0.9.4claws10
382
383         * src/inc.c
384                 clear the progress bar unconditionally
385
386 2003-08-08 [paul]       0.9.4claws9
387
388         * sync with 0.9.4cvs4
389                 see ChangeLog 2003-07-31
390
391 2003-08-07 [christoph]  0.9.4claws8
392
393         * configure.ac
394                 fix bug in image viewer plugin part
395
396         * src/imap.c
397                 don't execute close command if the folder item is not selected
398
399 2003-08-07 [hoa]        0.9.4claws7
400
401         * src/filtering.[ch]
402         * src/matcher_parser.h
403         * src/matcher_parser_parse.y
404                 can define several actions for each filtering rule
405                 can import old versions of filtering rules
406
407         * src/prefs_filtering.c
408                 call to a new dialog box to define actions
409
410         * src/prefs_filtering_action.[ch]
411                 dialog box to define actions for filtering rules
412
413 2003-08-06 [christoph]  0.9.4claws6
414
415         * src/imap.c
416                 make sure source folder is selected when copying messages
417
418 2003-08-06 [christoph]  0.9.4claws5
419
420         * sync with 0.9.4cvs2
421                 see ChangeLog 2003-07-29                
422
423 2003-08-05 [paul]       0.9.4claws4
424
425         * sync with 0.9.4cvs3
426                 see ChangeLog 2003-07-30
427
428 2003-08-04 [match]      0.9.4claws3
429
430         * po/POTFILES.in
431                 export of LDIF files.
432
433 2003-08-04 [match]      0.9.4claws2
434
435         * src/ldif.[ch]
436                 support for export LDIF. documented.
437         * src/importldif.[ch]
438         * src/exportldif.[ch]
439                 add tooltips. documented.
440         * src/exphtmldlg.[ch]
441         * src/common/xmlprops.[ch]
442                 documented.
443         * src/exportldif.[ch]                   ** NEW **
444         * src/expldifdlg.[ch]                   ** NEW **
445         * src/addressbook.[ch]
446         * src/Makefile.am
447                 export of LDIF files.
448                 documented.
449
450 2003-08-04 [christoph]  0.9.4claws1
451
452         * .cvsignore
453         * Makefile.am
454         * configure.ac
455         * sylpheed-claws.pc.in                  ** NEW **
456         * src/Makefile.am
457         * src/common/Makefile.am
458         * src/gtk/Makefile.am
459                 install sylpheed header files in $(pkgincludedir) and create a
460                 pkg-config file to allow building a plugin without the source
461                 package
462
463 2003-08-04 [paul]       0.9.4claws
464
465         * version 0.9.4claws
466
467 2003-08-04 [paul]       0.9.3claws97
468
469         * po/es.po
470                 update Spanish translation. Submitted by Ricardo
471                 Mones Lastra.
472
473 2003-08-03 [paul]       0.9.3claws96
474
475         * po/hr.po
476           po/sr.po
477                 update Croatian and Serbian translations. Submitted by
478                 Dragan and Urke MMI respectively
479
480 2003-08-03 [alfons]     0.9.3claws95
481
482         * src/summaryview.c
483                 mark flag has precedence over important flag - seems
484                 to have been changed in sync of 0.9.3claws45. this fixes
485                 a regression where messages that were scored as important
486                 don't show their mark flags. (using the same column for
487                 both importance as mark flags is the real problem
488                 ofcourse)
489
490 2003-08-03 [melvin]     0.9.3claws94
491
492         * po/fr.po
493                 Updated French translations.
494
495 2003-08-03 [melvin]     0.9.3claws93
496
497         * src/Makefile.am
498                 Fixed typo introduced after 0.9.3claws92 
499                 that prevented compilation
500                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
501                 CPPFLAGS and YFLAGS to allow user setting these.
502         * src/common/Makefile.am
503         * src/gtk/Makefile.am
504         * src/plugins/clamav/Makefile.am
505         * src/plugins/demo/Makefile.am
506         * src/plugins/dillo_viewer/Makefile.am
507         * src/plugins/image_viewer/Makefile.am
508         * src/plugins/mathml_viewer/Makefile.am
509         * src/plugins/spamassassin/Makefile.am
510         * src/plugins/trayicon/Makefile.am
511         * src/plugins/trayicon/libeggtrayicon/Makefile.am
512                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
513                 CPPFLAGS and YFLAGS to allow user setting these.
514
515 2003-08-02 [christoph]  0.9.3claws92
516
517         * configure.ac
518                 o rearrange plugin tests
519                 o add test for clamav.h to ClamAV tests
520
521 2003-08-02 [luke]       0.9.3claws91
522
523         * src/mimeview.c
524                 o fixed appearance of icon list when toggling back from the 
525                   ctree
526                 o toggling of icons using the keyboard works correctly
527                 o fixed all other keyboard shortcuts to work when icons are
528                   active
529         
530         * src/messageview.c
531                 o fixed bug 4 - focus lost when changing messageview view type
532
533 2003-08-02 [christoph]  0.9.3claws90
534
535         * src/common/hooks.c
536                 fix crash when pointer stored in hash table could get invalid
537                 when a plugin is unloaded
538
539 2003-08-01 [christoph]  0.9.3claws89
540
541         * configure.ac
542                 o try to build all plugins (except spamassassin) by default
543                 o don't build a plugin if a dependency check fails
544
545         * src/common/hooks.c
546                 fix warning
547
548 2003-08-01 [match]      0.9.3claws88
549
550         * src/importldif.c
551                 allow single click field selection. document code.
552
553 2003-08-01 [christoph]  0.9.3claws87
554
555         * src/plugins/clamav/clamav_plugin.c
556         * src/plugins/clamav/clamav_plugin_gtk.c
557         * src/plugins/dillo_viewer/dillo_viewer.c
558         * src/plugins/image_viewer/plugin.c
559         * src/plugins/mathml_viewer/mathml_viewer.c
560         * src/plugins/spamassassin/spamassassin.c
561         * src/plugins/spamassassin/spamassassin_gtk.c
562         * src/plugins/trayicon/trayicon.c
563                 add version check to all plugins
564
565 2003-08-01 [hoa]        0.9.3claws86
566
567         * src/prefs_filtering.c
568                 fixed a cosmetic bug, during creation of dialog box,
569                 wrong widgets were shown after creation.
570
571 2003-08-01 [luke]       0.9.3claws85
572
573         * src/mainwindow.c
574                 o fixed visibility of icons/mimeview after toggling separate
575                   message/folder view (factored out some similar code too).
576
577
578 2003-07-31 [alfons]     0.9.3claws84
579
580         * src/mimeview.c
581                 tweak icon box UI a bit more, now allowing right-clicks actions
582                 getting the relevant mime data too; should fix #250, "Can't save 
583                 attachments sometimes".
584
585 2003-07-30 [alfons]     0.9.3claws83
586
587         * src/compose.c
588                 don't do auto-save-draft inside key press handler, but rather
589                 schedule it half of a second later; should fix #67, "autosave 
590                 make re-rediting message crazy"
591
592 2003-07-30 [christoph]  0.9.3claws82
593
594         * src/plugins/trayicon/trayicon.c
595                 process pending events before unloading the plugin
596
597         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
598
599 2003-07-30 [alfons]     0.9.3claws81
600
601         * src/common/hooks.c
602                 parameter 2 of g_hook_destroy() should really be a hook id
603
604 2003-07-30 [alfons]     0.9.3claws80
605
606         * src/common/plugin.c
607                 fix a possibly harmful function signature mismatch 
608                 for plugin_done
609
610 2003-07-30 [alfons]     0.9.3claws79
611
612         * src/common/hooks[.ch]
613                 const correctness
614
615 2003-07-30 [darko]      0.9.3claws78
616
617         * src/summaryview.c
618                 make it compile again
619
620 2003-07-30 [luke]       0.9.3claws77
621
622         * src/crash.c
623         * src/main.c
624                 o added/moved signal handlers for SIGTERM (normal kill command) 
625                   and SIGINT (ctl-c) to be used even without 
626                   --enable-crash-dialog, fixing bug 166
627
628         * src/summaryview.c
629                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
630                   bug 227
631
632         * src/mainwindow.c
633                 o changed sensitivity condition for 'Next new' and 'Next 
634                   unread', fixing bug 8
635
636 2003-07-29 [alfons]     0.9.3claws76
637
638         * src/common/utils.[ch]
639                 add generate_msgid()
640         * src/messageview.c
641                 save ack'ed RRR; fixes #205, "return receipt is not saved in
642                 sent folder".
643
644 2003-07-29 [alfons]     0.9.3claws75
645
646         * src/messageview.c
647                 fix a memleak (claws-only)
648
649 2003-07-29 [alfons]     0.9.3claws74
650
651         * src/mimeview.[ch]
652         * src/gtk/gtkvscrollbutton.[ch]
653                 fix UI glitch where mime icon toolbox' scroll position is not 
654                 reset after switching to another message
655                 
656
657 2003-07-29 [paul]       0.9.3claws73
658
659         * src/prefs_folder_item.c
660                 split the prefs into 2 separate pages
661
662 2003-07-29 [paul]       0.9.3claws72
663
664         * src/compose.c
665                 prepend "\n\n" to a signature without a separator too
666
667 2003-07-29 [paul]       0.9.3claws71
668
669         * src/compose.c
670                 fix bug where changing to an account without an auto-sig
671                 from an initial account without an auto-sig would insert 
672                 2 blank lines at the cursor point
673                 fix bug where changing to an account with an auto-sig
674                 from an initial account without an auto-sig would insert
675                 the sig at the cursor point
676
677 2003-07-29 [paul]       0.9.3claws70
678
679         * src/folderview.c
680                 use the colour from the folder pref unless the folder
681                 has new messages
682
683 2003-07-29 [alfons]     0.9.3claws69
684
685         * src/procmsg.[ch]
686         * src/messageview.c
687         * src/procheader.c
688                 rewrite return receipt request work a little bit (the former 
689                 implementation presumably depended too much on the UI setting
690                 flags). (we're losing the old pending flag.) 
691
692 2003-07-28 [christoph]  0.9.3claws68
693
694         * src/folder.c
695         * src/imap.c
696         * src/mh.c
697         * src/procmsg.[ch]
698                 fix copy to IMAP folder from other folder
699
700 2003-07-28 [christoph]  0.9.3claws67
701
702         * src/procmsg.c
703                 fix sync of procmsg_get_message_file_list
704
705 2003-07-28 [christoph]  0.9.3claws66
706
707         * sync with 0.9.3cvs14
708                 see ChangeLog 2003-07-18
709         * sync with 0.9.3cvs17
710                 see ChangeLog 2003-07-23
711
712         (closes Bug 234 segmentation fault after sending out mail via
713          smtp(auth))
714
715 2003-07-28 [paul]       0.9.3claws65
716
717         * po/es.po
718                 update Spanish translation, submitted by Ricardo Mones
719                 Lastra
720
721 2003-07-28 [christoph]  0.9.3claws64
722
723         * src/folder.[ch]
724         * src/imap.c
725         * src/mh.c
726                 return new message numbers as a GRelation instead of a GSList
727                 that has to be in the same order as the input list. A list
728                 would make it hard for IMAP to optimize oepration by sorting
729                 the input list. The returned list would have to be reordered
730                 to match the same order that input list has.
731
732         * src/gtk/gtkaspell.c
733                 fix missing return value, could cause a crash when garbage is
734                 on the stack that is used as the expected return value
735
736 2003-07-28 [paul]       0.9.3claws63
737
738         * sync with 0.9.4cvs1
739                 see ChangeLog 2003-07-28
740
741 2003-07-27 [alfons]     0.9.3claws62
742
743         * src/mimeview.c
744                 tweak it more to make icon list act like a check button group
745
746 2003-07-27 [christoph]  0.9.3claws61
747
748         * sync with 0.9.3cvs20
749                 see ChangeLog 2003-07-25
750
751 2003-07-27 [paul]       0.9.3claws60
752
753         * src/procmsg.c
754                 re-commit changes from 0.9.3claws58 -
755                 accidently removed in 0.9.3claws59
756
757 2003-07-27 [paul]       0.9.3claws59
758
759         * src/procmsg.[ch]
760                 a sync from 0.9.3cvs17
761                 see ChangeLog 2003-07-23
762
763 2003-07-27 [alfons]     0.9.3claws58
764
765         * src/procmsg.c
766                 add missing header members to MsgInfo; fixes the problem of 
767                 not displaying X-Faces, as noticed by Ricardo Mones
768
769 2003-07-26 [christoph]  0.9.3claws57
770
771         * sync with 0.9.3cvs18
772                 see ChangeLog 2003-07-24
773
774 2003-07-26 [christoph]  0.9.3claws56
775
776         * sync with 0.9.3cvs17
777                 see ChangeLog 2003-07-23
778
779 2003-07-26 [christoph]  0.9.3claws55
780
781         * src/folder.[ch]
782         * src/imap.c
783         * src/mbox_folder.c
784         * src/mh.c
785         * src/news.c
786                 add support for copy function that copy multiple messages
787                 (not implemented yet)
788
789         * src/summaryview.c
790                 add missing return value
791
792 2003-07-26 [paul]       0.9.3claws54
793
794         * tools/multiwebsearch.pl
795                 do whitespace substitution before passing the string
796                 to the browser. fixes bug with browsers that don't
797                 do whitespace conversion themselves.
798
799 2003-07-25 [christoph]  0.9.3claws53
800
801         * src/folder.[ch]
802         * src/imap.c
803         * src/mh.c
804                 rewrite adding of multiple messages to a folder for
805                 claws' folder system
806
807 2003-07-25 [luke]       0.9.3claws52
808
809         * src/mimeview.c
810                 o icon toggles set correctly on leaving ctree mimeview
811
812 2003-07-25 [paul]       0.9.3claws51
813
814         * partial sync with 0.9.3cvs21 [src/main.c]
815                 see ChangeLog 2003-07-25
816
817 2003-07-24 [paul]       0.9.3claws50
818
819         * tools/maildir2sylpheed.pl
820                 fix typo
821
822 2003-07-24 [paul]       0.9.3claws49
823
824         * src/mimeview.c
825                 increase the gutter size of paned so that the panes
826                 can be resized
827                 
828         * src/plugins/demo/demo.c
829                 squeeze in another typo fix
830
831 2003-07-24 [paul]       0.9.3claws48
832
833         * src/plugins/demo/demo.c
834           src/prefs_account.c
835                 small changes to the English
836                 
837         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
838           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
839           src/Makefile.am
840           src/stock_pixmap.c
841                 rename the misspelled icon
842
843 2003-07-23 [alfons]     0.9.3claws47
844
845         * src/mimeview.c
846                 make icon list look like a list of toggles
847
848 2003-07-23 [luke]       0.9.3claws46
849
850         * src/pixmaps/mimeview_gpg_expired.xpm
851         * src/pixmaps/mimeview_gpg_failed.xpm
852         * src/pixmaps/mimeview_gpg_passed.xpm
853         * src/pixmaps/mimeview_text_html.xpm
854         * src/pixmaps/mimeview_image.xpm
855                 o all icons the same size
856
857         * src/mimeview.[ch]
858                 o mimeview ctree arranged vertically above the viewer
859                 o icons changed to buttons
860                 o can use keyboard to select an icon (Enter)
861                 o resize icon list to width of icons
862
863         *  src/gtk/gtkvscrollbutton.c
864                 o sensitivity of buttons reacts to position
865
866 2003-07-23 [christoph]  0.9.3claws45
867
868         * sync with 0.9.3cvs14 (incomplete)
869                 see ChangeLog 2003-07-17
870
871 2003-07-23 [alfons]     0.9.3claws44
872
873         * src/folder.c
874         * src/procmsg.h
875                 sync with my local tree to restore some claws-only things
876
877 2003-07-23 [paul]       0.9.3claws43
878
879         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
880           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
881           src/Makefile.am
882           src/mimeview.c
883           src/procmime.h
884           src/rfc2015.c
885           src/stock_pixmap.[ch]
886                 indicate missing keys and expired sigs/keys
887                 in mime view column
888
889 2003-07-23 [paul]       0.9.3claws42
890
891         * src/compose.c
892                 Redirect fixes: enable automatic account selection and
893                 do not append signature to message on changing account
894                 fixes Bug[s] #248
895
896 2003-07-23 [paul]       0.9.3claws41
897
898         * sync with 0.9.3cvs16
899                 see ChangeLog 2003-07-23
900
901 2003-07-23 [alfons]     0.9.3claws40
902
903         * src/inc.c
904                 give progress dialog a main window, and give it the first 
905                 one (presumably the only one). fixes bug #247, "segfault on 
906                 pop-before-smtp" 
907
908 2003-07-22 [alfons]     0.9.3claws39
909
910         * src/summaryview.c
911                 shift-space scrolls up
912
913 2003-07-22 [paul]       0.9.3claws38
914
915         * sync with 0.9.3cvs15
916                 see ChangeLog 2003-07-22
917
918 2003-07-20 [alfons]     0.9.3claws37
919
920         * src/compose.c
921                 put menu inside #ifdef USE_ASPELL..#endif
922
923 2003-07-20 [christoph]  0.9.3claws36
924
925         * src/procmsg.c
926                 fix wrong flags in MsgInfo returned by
927                 procmsg_msginfo_get_full_info()
928
929         (closes Bug 221 Deleting messages from the Message View gives incorrect
930          new/unread message counts in the folder view)
931
932         * src/plugins/spamassassin/spamassassin_gtk.c
933                 add gettext macro for prefs page title
934
935 2003-07-20 [paul]       0.9.3claws35
936
937         * src/mimeview.c
938                 redraw icon list on signature check
939
940 2003-07-20 [christoph]  0.9.3claws34
941
942         * src/Makefile.am
943         * src/account.c
944         * src/folder.[ch]
945         * src/folder_item_prefs.[ch]            ** NEW **
946         * src/folderview.c
947         * src/mainwindow.c
948         * src/mh.c
949         * src/prefs_gtk.c
950         * src/prefs_scoring.c
951         * src/summaryview.c
952         * src/prefs_folder_item.[ch]
953                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
954                   Properties dialog
955                 o use prefswindow for folder properties
956
957         * src/gtk/prefswindow.[ch]
958                 change implementation to use an invisible notebook instead
959                 of unparenting widgets
960
961 2003-07-20 [christoph]  0.9.3claws33
962
963         * src/compose.h
964         * src/folder.c
965         * src/folderview.h
966         * src/headerview.h
967         * src/prefs_filtering.h
968         * src/prefs_folder_item.[ch]
969         * src/procmime.h
970         * src/procmsg.h
971         * src/summaryview.h
972                 clean up header mess
973                 (always use 1. typedefs, 2. #includes, 3. structures)
974
975         * src/common/version.h.in
976                 add casts for constants
977
978         * src/plugins/demo/demo.c
979                 fix typo
980
981         * src/plugins/spamassassin/spamassassin.c
982                 remove unused variable
983
984 2003-07-20 [alfons]     0.9.3claws32
985
986         * src/mimeview.c
987                 o make icon buttons respond on left click
988                 o minor cosmetic change
989
990 2003-07-19 [luke]       0.9.3claws31
991
992         * src/mimeview.[ch]
993         * src/gtk/gtkvscrollbutton.c
994         * src/messageview.c
995                 o improved mimeview behaviour when selecting a new message
996                 o plus code cleanups to remove compile warnings
997
998
999 2003-07-19 [alfons]     0.9.3claws30
1000
1001         * src/procmsg.c
1002         * src/compose.c
1003         * src/common/utils.[ch]
1004                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1005
1006 2003-07-19 [alfons]     0.9.3claws29
1007
1008         * src/prefs_folder_item.c
1009                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1010                 string pointers
1011
1012 2003-07-19 [luke]       0.9.3claws28
1013
1014         * src/messageview.c
1015         * src/mimeview.[ch]
1016         * src/procmime.h
1017         * src/rfc2015.c
1018         * src/stock_pixmap.[ch]
1019         * src/gtk/Makefile.am
1020         * src/Makefile.am
1021         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1022         * src/pixmaps/mime_*.xpm                ** NEW **
1023                 o mimeview rearrangement with a new icon shortcut bar
1024
1025 2003-07-19 [alfons]     0.9.3claws27
1026
1027         * src/folderview.c
1028                 o plug leaking nodes_to_recollapse
1029                 o add folderview_recollapse_all_nodes() (not used yet)
1030
1031 2003-07-19 [alfons]     0.9.3claws26
1032
1033         * src/compose.c
1034         * src/common/utils.c
1035                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1036                 for both forwarding as replying
1037
1038 2003-07-18 [christoph]  0.9.3claws25
1039
1040         * configure.ac
1041         * src/common/sylpheed.[ch]
1042         * src/common/version.h.in
1043                 add version in numeric form to allow easy comparison
1044
1045         * src/plugins/demo/demo.c
1046                 add version check
1047                 - sylpheed version > plugin version => never allowed, sylpheed
1048                   could contain unknown API changes
1049                 - sylpheed version < minimum version required => don't load,
1050                   API required not available (if linking does not fail)
1051
1052 2003-07-18 [alfons]     0.9.3claws24
1053         
1054         * src/common/plugin.[ch]
1055                 const correctness
1056
1057 2003-07-18 [christoph]  0.9.3claws23
1058
1059         * src/common/hooks.c
1060                 fix crash when hooks where unregisted
1061
1062         * src/plugins/trayicon/trayicon.c
1063                 unregister detroy signal before destroying the widget
1064                 (still crashes when the plugin is unloaded)
1065
1066 2003-07-18 [alfons]     0.9.3claws22
1067         
1068         * src/folderview.c
1069                 delay expanding folder tree during drags until timeout triggered
1070                 (needs perhaps some tweaking, so testing is welcome)
1071
1072 2003-07-17 [alfons]     0.9.3claws21
1073
1074         * src/folderview.c
1075                 clean up cruft
1076
1077 2003-07-17 [christoph]  0.9.3claws20
1078
1079         * src/common/session.c
1080                 fix opening of SSL connections
1081
1082         * src/plugins/image_viewer/Makefile.am
1083                 add OPENSSL_CFLAGS (we should find a better solution to remove
1084                 this dependencies if they are not required)
1085
1086         * src/plugins/spamassassin/spamassassin.c
1087                 remove setlocale workaround (fixed in libspamc)
1088
1089         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1090          if spell checking enabled)
1091
1092 2003-07-17 [alfons]     0.9.3claws19
1093
1094         * src/common/hooks.[ch]
1095         * src/plugins/clamav/clamav_plugin.c
1096         * src/plugins/spamassassin/spamassassin.c
1097         * src/plugins/trayicon/trayicon.c
1098                 fix signedness muck 
1099
1100 2003-07-17 [alfons]     0.9.3claws18
1101
1102         * src/procmime.c
1103                 plug memleak
1104
1105 2003-07-17 [alfons]     0.9.3claws17
1106
1107         * src/inc.c
1108                 plug memleak
1109
1110 2003-07-17 [paul]       0.9.3claws16
1111
1112         * src/common/defs.h
1113           src/mainwindow.c
1114           src/manual.[ch]
1115                 add link to the Claws site's FAQ page, after the suggestion
1116                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1117                 Move url strings to defs.h
1118                 
1119         * src/mainwindow.c
1120                 fix typo to prevent "unknown menu entry" warnings
1121
1122 2003-07-17 [alfons]     0.9.3claws15
1123
1124         * src/folderview.[ch]
1125         * src/summaryview.[ch]
1126         * src/mimeview.[ch]
1127                 plug DnD leaks 
1128
1129 2003-07-17 [paul]       0.9.3claws14
1130
1131         * src/inc.c
1132                 remove two instances of 'GTK_EVENTS_FLUSH' because
1133                 they are unnecessary and probably cause a stack overflow
1134
1135 2003-07-16 [christoph]  0.9.3claws13
1136
1137         * src/mimeview.[ch]
1138                 use an invisible GTK notebook to switch between viewers
1139                 instead of reparenting widgets
1140
1141 2003-07-16 [christoph]  0.9.3claws12
1142
1143         * src/folder.c
1144                 move folder_item_update_freeze() to correct place in
1145                 folder_item_scan_full()
1146
1147 2003-07-16 [paul]       0.9.3claws11
1148
1149         * sync with 0.9.3cvs12
1150                 see ChangeLog 2003-07-14 and 2003-07-15
1151
1152 2003-07-16 [christoph]  0.9.3claws10
1153
1154         * src/imap.[ch]
1155         * src/prefs_account.[ch]
1156                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1157
1158 2003-07-15 [alfons]     0.9.3claws9
1159
1160         * src/main.c
1161                 make --config-dir do something useful
1162
1163 2003-07-15 [alfons]     0.9.3claws8
1164
1165         * src/procmsg.c
1166                 o fix a bug where 'last' didn't really point to the last message
1167                   in the top level list of children, but to the last threaded
1168                   message. 
1169                 
1170                 o clean up and make it easier to sync
1171
1172 2003-07-15 [alfons]     0.9.3claws7
1173
1174         * src/mainwindow.c
1175                 make correct menu items sensitive       
1176
1177 2003-07-14 [alfons]     0.9.3claws6
1178
1179         * src/procmsg.c
1180                 tune the threader so it will not subject-thread any message
1181                 without a subject prefix (this will not thread correctly if 
1182                 a parent is delivered after their childs, but it looks 
1183                 better right now)
1184
1185 2003-07-13 [christoph]  0.9.3claws5
1186
1187         * src/mainwindow.c
1188                 group "Add mailbox *..." menu items in submenu
1189
1190 2003-07-13 [alfons]     0.9.3claws4
1191
1192         * src/summaryview.c
1193                 correct summary_toggle_pressed() signature and make sure
1194                 signal is not passed on
1195
1196 2003-07-13 [alfons]     0.9.3claws3
1197
1198         * src/summaryview.c
1199                 o for now don't pass on keys when they we're handled by 
1200                   ctree::key_press_event
1201                 o clean up
1202
1203 2003-07-13 [alfons]     0.9.3claws2
1204         
1205         * src/main.c
1206                 add command line option "--config-dir" to get the current 
1207                 configuration dir
1208
1209 2003-07-12 [alfons]     0.9.3claws1
1210
1211         * src/matcher.[ch]
1212         * src/matcher_parser_parse.y
1213         * src/prefs_filtering.c
1214         * src/filtering.c
1215                 add "Lock" filter action to lock messages;
1216
1217         * src/filtering.c       
1218                 remove debug_print()    
1219         * src/prefs_filtering.c
1220                 re-organize matcher part 9: 
1221                 make action text entries easily extendible;
1222                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1223                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1224
1225 2003-07-12 [paul]
1226
1227         * tools/README
1228                 update old information and add missing
1229                 information
1230
1231 2003-07-12 [paul]       0.9.3claws
1232
1233         * 0.9.3claws released
1234         
1235 2003-07-12 [paul]       0.9.0claws103
1236
1237         * src/Makefile.am
1238                 add addrquery.h
1239
1240 2003-07-12 [melvin]     0.9.0claws102
1241
1242         * src/messageview.c
1243                 Fixed bug #215: Show MIME tab for single text/html messages. 
1244                 
1245 2003-07-12 [paul]       0.9.0claws101
1246
1247         * man/sylpheed.1
1248                 updated
1249
1250 2003-07-12 [paul]       0.9.0claws100
1251
1252         * po/es.po
1253           po/hr.po
1254           po/pl.po
1255           po/sr.po
1256                 update Spanish, Croatian, Polish, Serbian translations.
1257                 submitted by Ricardo Mones Lastra, Dragan, Witold
1258                 Wladyslaw Wojciech Wilk, Urke MMI
1259
1260 2003-07-12 [melvin]     0.9.0claws99
1261
1262         * po/fr.po
1263                 Updated French translations.
1264
1265 2003-07-12 [paul]       0.9.0claws98
1266
1267         * src/addressbook.c
1268                 disable 'Lookup' button as it has no effect
1269
1270 2003-07-11 [alfons]     0.9.0claws97
1271         
1272         * src/summaryview.c
1273                 summary_searchbar_pressed() should return TRUE to signal that
1274                 event was handled. when returning void, the return value passed
1275                 to GTK is actually random, but maybe FALSE, in which case the
1276                 event is handled by parent
1277                 
1278 2003-07-10 [paul]       0.9.0claws96
1279
1280         * ac/missing/gettext.m4
1281                 update to version 0.12
1282
1283 2003-07-10 [paul]       0.9.0claws95
1284
1285         * src/plugins/clamav/clamav_plugin.c
1286                 fix bug where multipart/alternative messages
1287                 would slip through without being scanned
1288
1289 2003-07-10 [christoph]  0.9.0claws94
1290
1291         * src/folder.c
1292                 correct check if folder supports removing when a message is
1293                 moved. if not the message is only copied.
1294
1295         (closes Bug 132 crash on startup in newsgroups folders)
1296
1297 2003-07-09 [alfons]     0.9.0claws93
1298
1299         * configure.ac
1300         * src/common/defs.h
1301                 --with-config-dir (default .sylpheed)
1302
1303 2003-07-09 [christoph]  0.9.0claws92
1304
1305         * configure.ac
1306                 use PKG_CHECK_MODULES to check for gtkmathview
1307                 (version 0.4.2 now required)
1308
1309 2003-07-08 [melvin]     0.9.0claws91
1310
1311         * src/action.c
1312                 Implemented a progress bar that counts the number of completed
1313                 tasks when the action runs more than one command.
1314
1315 2003-07-08 [alfons]     0.9.0claws90
1316
1317         * src/procmsg.c
1318                 if queued message has an invalid Message-Id, don't try to
1319                 find message it refers to (fixes #209 "crash when processing 
1320                 in folder")
1321
1322 2003-07-08 [paul]       0.9.0claws89
1323
1324         * sync with 0.9.3cvs2
1325                 see ChangeLog 2003-07-08
1326
1327 2003-07-08 [match]      0.9.0claws88
1328
1329         * src/ldapctrl.c
1330                 extend LDAP search for first/last name by parsing search term.
1331
1332 2003-07-08 [alfons]     0.9.0claws87
1333
1334         * src/send_message.c
1335                 fix bug #208 "Status message stuck when sending on POP3 account"
1336
1337 2003-07-07 [paul]       0.9.0claws86
1338
1339         * po/hr.po
1340                 new Croatian translation, submitted by
1341                 Dragan <drleskov@inet.hr>
1342
1343 2003-07-07 [paul]       0.9.0claws85
1344
1345         * sync with 0.9.3cvs1
1346                 see ChangeLog 2003-07-07
1347
1348 2003-07-05 [christoph]  0.9.0claws84
1349
1350         * src/Makefile.am
1351         * src/messageview.c
1352         * src/mimeview.[ch]
1353         * src/stock_pixmap.[ch]
1354         * src/pixmaps/messageview_text.xpm              ** NEW **
1355                 move mimeview tabs to the right side and use icons
1356                 instead of text to save some space
1357
1358         (patch by Luke Plant <lukeplant@softhome.net>)
1359
1360 2003-07-05 [christoph]  0.9.0claws83
1361
1362         * src/inc.c
1363                 add NULL pointer checks
1364
1365         (patch by Luke Plant <lukeplant@softhome.net>)
1366         (closes Bug 204 0.9.0 quits on authentication error?!)
1367
1368 2003-07-05 [alfons]     0.9.0claws82
1369
1370         * configure.ac
1371                 take the clue in bug #202 "./configure script - 
1372                 'if test' comparison failure" reported by John Kristoff. 
1373
1374 2003-07-04 [christoph]  0.9.0claws81
1375
1376         * src/plugins/spamassassin/spamassassin.c
1377                 set timeout for spam check
1378
1379 2003-07-04 [christoph]  0.9.0claws80
1380
1381         * src/main.c
1382                 destroy all FolderItems when shutting down to
1383                 allow folders to clean up
1384
1385 2003-07-04 [melvin]     0.9.0claws79
1386
1387         * src/gtk/gtkaspell.c
1388                 Fixed bug #184 "Entering non-ascii character deletes
1389                 previous char if spell checking enabled": this makes
1390                 the spell checking in multibytes (e.g. UTF-8)locales work.
1391                 (Patch by Luke Plant).
1392                 
1393 2003-07-04 [christoph]  0.9.0claws78
1394
1395         * sync with 0.9.2cvs1
1396                 see ChangeLog 2003-06-10
1397
1398 2003-07-04 [paul]       0.9.0claws77
1399
1400         * sync with 0.9.3 release
1401                 see ChangeLog 2003-07-04
1402
1403 2003-07-03 [christoph]  0.9.0claws76
1404
1405         * src/folder.[ch]
1406         * src/imap.c
1407         * src/mbox_folder.c
1408         * src/mh.c
1409         * src/news.c
1410                 move folder_item_get_path() stuff into a folder virtual function
1411
1412         * src/procmsg.c
1413                 use folder_item_fetch_msg() to get message and do not contruct
1414                 the filename from path and number
1415
1416 2003-07-03 [paul]       0.9.0claws75
1417
1418         * sync with 0.9.2cvs12
1419                 see ChangeLog 2003-07-03
1420
1421 2003-07-02 [paul]       0.9.0claws74
1422
1423         * src/messageview.c
1424                 fix text-selection for replying
1425
1426 2003-07-02 [paul]       0.9.0claws73
1427
1428         * sync with 0.9.2cvs11
1429                 see ChangeLog 2003-07-02
1430
1431 2003-07-02 [paul]       0.9.0claws72
1432
1433         * src/procmsg.c
1434                 revert last commit because it breaks more
1435                 than it fixes
1436
1437 2003-07-02 [paul]       0.9.0claws71
1438
1439         * src/procmsg.c
1440                 fix thread by subject/sort by date
1441
1442 2003-07-01 [paul]       0.9.0claws70
1443
1444         * sync with 0.9.2cvs10
1445                 see ChangeLog 2003-07-01
1446
1447 2003-06-30 [paul]       0.9.0claws69
1448
1449         * sync with 0.9.2cvs9
1450                 see ChangeLog 2003-06-30
1451
1452 2003-06-28 [match]      0.9.0claws68
1453
1454         * src/addressbook.c
1455                 fix null ptr.
1456
1457 2003-06-27 [paul]       0.9.0claws67
1458
1459         * sync with 0.9.2cvs7
1460                 see ChangeLog 2003-06-27
1461
1462 2003-06-26 [christoph]  0.9.0claws66
1463
1464         * src/folder.c
1465                 freeze folder updates while a folder is scanned
1466
1467         (closes Bug 185 New message counter)
1468
1469 2003-06-26 [darko]      0.9.0claws65
1470
1471         * src/ldapserver.c
1472                 fix infinite loop when adding a new LDAP server
1473
1474 2003-06-26 [paul]       0.9.0claws64
1475
1476         * sync with 0.9.2cvs6
1477                 see ChangeLog 2003-06-26
1478
1479 2003-06-26 [paul]       0.9.0claws63
1480
1481         * sync with 0.9.2cvs5
1482                 see ChangeLog 2003-06-25 and 2003-06-26
1483
1484 2003-06-25 [match]      0.9.0claws62
1485
1486         * src/addr_compl.c
1487                 Fixed tab/backtab for dropped-down completion list to
1488                 move next/previous field. (close bug 147)
1489
1490 2003-06-25 [christoph]  0.9.0claws61
1491
1492         * src/addr_compl.[ch]
1493         * src/addrindex.[ch]
1494         * src/folderview.c
1495         * src/inc.c
1496         * src/news.c
1497         * src/summaryview.c
1498         * src/toolbar.c
1499                 fix warnings
1500
1501 2003-06-25 [leandro]    0.9.0claws60
1502
1503         * src/compose.c
1504                 o cleanups
1505                 o gray out "Message/Remove references" menu item if not
1506                   replying to a message
1507
1508 2003-06-24 [leandro]    0.9.0claws59
1509
1510         * src/compose.[ch]
1511                 o removed "Message/Create new thread" menu item
1512                 o added "Message/Remove references" menu item
1513                   (it's off by default and will not check anymore
1514                    if the subject changed)
1515
1516 2003-06-23 [alfons]     0.9.0claws58
1517
1518         * src/procmsg.c
1519                 try better grouping messages threaded by subject based on their age.
1520                 still not perfect - because the message tree is not sorted by date.  
1521
1522 2003-06-23 [thorsten]   0.9.0claws57
1523
1524         * src/pop.[ch]
1525                 added mail_receive_hook to allow modifications
1526                 directly after retrieval (e.g. adding headers).
1527
1528 2003-06-23 [paul]       0.9.0claws56
1529
1530         * src/sourcewindow.c
1531                  enable the use of Ctrl+A to select all text in
1532                  the sourcewindow
1533                  Patch submitted by Ivan Francolin Martinez
1534                  <ivanfm@users.sourceforge.net>
1535
1536 2003-06-22 [christoph]  0.9.0claws55
1537
1538         * src/folder.[ch]
1539                 o add notification hook for folder tree changes
1540                 o invoke hooks after folder tree scanning
1541
1542         * src/folderview.[ch]
1543                 register hook for folder tree changes that
1544                 updates the ctree
1545
1546         (there are more places that should be updated, like add, remove 
1547          or move folder)
1548
1549         (closes Bug 164 Crash on rebuild folder tree)
1550         (closes Bug 190 Crash on 'rebuilding folder tree')
1551
1552 2003-06-21 [leandro]    0.9.0claws54
1553
1554         * src/compose.[ch]
1555                 create a new thread if subject changes
1556                 (it's on by default, can be disabled in Message menu)
1557
1558 2003-06-21 [alfons]     0.9.0claws53
1559
1560         * src/summaryview.c
1561                 quiet little compiler
1562
1563 2003-06-21 [christoph]  0.9.0claws52
1564
1565         update gettext stuff to version 0.12
1566
1567 2003-06-19 [alfons]     0.9.0claws51
1568
1569         * src/common/log.c
1570         * src/common/plugin.c
1571                 move defs.h before glib.h to prevent MIN/MAX redefs
1572
1573 2003-06-19 [alfons]
1574
1575         * src/addressbook.c
1576                 translatable
1577
1578 2003-06-19 [match]      0.9.0claws50
1579
1580         * src/addressbook.[ch]
1581         * src/addrindex.[ch]
1582         * src/addr_compl.[ch]
1583         * src/editldap.[ch]
1584         * src/editldap_basedn.[ch]
1585         * src/addritem.[ch]
1586         * src/ldapquery.h
1587                 re-implemented dynamic LDAP search. works without
1588                 slowdown on display sender with addressbook
1589                 option.
1590         * src/addrbook.c
1591                 documented code.
1592
1593 2003-06-19 [paul]       0.9.0claws49
1594
1595         * src/compose.c
1596                 fix Bug #136 'Nonprovided quotation marks crash claws'
1597                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1598
1599 2003-06-19 [alfons]     0.9.0claws48
1600
1601         * src/prefs_common.[ch]
1602         * src/procmsg.c
1603                 restrict threading by subject by checking thread for
1604                 age (prefs_common.thread_by_subject_max_age)
1605
1606 2003-06-18 [christoph]  0.9.0claws47
1607
1608         * src/imap.c
1609                 fix memory leak in imap_cmd_fetch()
1610
1611 2003-06-18 [christoph]  0.9.0claws46
1612
1613         * src/prefs_gtk.c
1614                 fix memory leak in prefs_set_default() when used multiple
1615                 times or after prefs have been read
1616
1617 2003-06-18 [christoph]  0.9.0claws45
1618
1619         * src/common/plugin.c
1620                 fix memory leak in plugin_unload()
1621
1622 2003-06-18 [christoph]  0.9.0claws44
1623
1624         * src/imap.c
1625                 fix memory leak in imap_cmd_ok()
1626
1627 2003-06-18 [christoph]  0.9.0claws43
1628
1629         * src/folder.c
1630                 stop messages that are downloaded from POP3 and added to
1631                 an IMAP inbox from being filtered twice (first by POP3
1632                 and again when IMAP folder is scaned to get the UID of
1633                 the APPEND operation when no UIDPLUS is available)
1634
1635 2003-06-18 [alfons]
1636
1637         * tools/Makefile.am
1638                 phoenix <- firebird     
1639
1640 2003-06-18 [paul]
1641
1642         * tools/launch_phoenix          ** REMOVED **
1643           tools/launch_firebird         ** NEW **
1644                 renamed and edited to reflect the browser's name change from
1645                 'phoenix' to 'firebird'
1646
1647 2003-06-18 [paul]       0.9.0claws42
1648
1649         * sync with 0.9.2cvs2
1650                 see ChangeLog 2003-06-16
1651
1652 2003-06-17 [alfons]     0.9.0claws41
1653
1654         * src/procmsg.c
1655                 prevent threading problems when a node is an ancestor (parent / great parent),
1656                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1657                 for finding an sample set of messages)
1658
1659 2003-06-16 [christoph]  0.9.0claws40
1660
1661         * src/main.c
1662                 don't popup main window on --receive or --receive-all
1663
1664         * src/mainwindow.[ch]
1665         * src/plugins/trayicon/trayicon.c
1666                 allow hiding of main window by clicking on the trayicon
1667                 (doesn't work correctly in seperate window mode and may
1668                  cause unexpected GTK problems I couldn't find yet)
1669
1670         * src/common/ssl.c
1671                 remove incorrect warning
1672
1673 2003-06-15 [alfons]     0.9.0claws39
1674
1675         * src/gtk/gtkstext.c
1676                 don't output debug text;
1677                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1678                 for pointing this out);
1679
1680 2003-06-14 [alfons]     0.9.0claws38
1681         
1682         * src/messageview.c
1683                 remove printf() and make one if..else comply with coding style
1684
1685 2003-06-14 [alfons]     0.9.0claws37
1686
1687         * AUTHORS
1688                 add Martin Wicke
1689         * src/action.c
1690         * src/messageview.[ch]
1691         * src/summaryview.c
1692                 apply patch #754162 "Quoting messages filtered by actions" submitted
1693                 by Martin Wicke, which allows quoting message body changed by an
1694                 action (Thanks!).
1695
1696 2003-06-13 [alfons]     0.9.0claws36
1697
1698         * src/utils.c
1699                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1700                 use case insensitive regexp (suggested by Ivan Martinez)
1701
1702 2003-06-13 [christoph]  0.9.0claws35
1703
1704         * configure.ac
1705         * src/plugins/trayicon/Makefile.am
1706         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1707         * src/plugins/trayicon/trayicon.c
1708         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1709         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1710         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1711         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1712         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1713         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1714                 replace my own EggTrayIcon backport with the backport
1715                 used by (l|x)mule and gabber.
1716
1717 2003-06-13 [alfons]     0.9.0claws34
1718
1719         * AUTHORS
1720         * src/common/utils.c
1721                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1722
1723 2003-06-13 [alfons]     0.9.0claws33
1724
1725         * src/compose.c
1726                 clean up a little bit
1727
1728 2003-06-12 [alfons]     0.9.0claws32
1729
1730         * src/compose.c
1731                 const correctness fix
1732
1733         * src/common/sylpheed.[ch]
1734                 () -> (void)
1735                 prevent redef MIN/MAX
1736                 
1737         * src/common/utils.[ch]
1738                 () -> (void)
1739
1740 2003-06-12 [melvin]     0.9.0claws31
1741
1742         * src/compose.c
1743                 Updated to take into accounts changes in GtkAspell.
1744
1745 2003-06-12 [alfons]     0.9.0claws30
1746
1747         * src/compose.c
1748         * src/procmsg.c
1749         * src/common/utils.[ch]
1750                 handle reply subject prefixes better (initial 
1751                 suggestion by Robert Story adapted and enhanced 
1752                 using regexps)
1753
1754 2003-06-12 [melvin]     0.9.0claws29
1755
1756         * src/compose.c
1757                 Use new gtkaspell_checkers_strerror() to get the speller's
1758                 error message instead of accessing the (now private)
1759                 checkers structure.
1760                 Minor code clean up
1761
1762         * src/main.c
1763                 Use #ifdef instead of #if for USE_ASPELL
1764                 Use the new spell checkers init/quit functions 
1765
1766         * src/gtk/gtkaspell.c
1767                 Use #ifdef instead of #if for USE_ASPELL
1768                 Moved in the majority of GtkAspell structures that were
1769                 exported before by gtkaspell.h
1770         
1771         * src/gtk/gktaspell.h
1772                 Made gtkaspell.h contain only the necessary data to be
1773                 publicized by moving many structures to gtkaspell.c.
1774                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1775                 gtkaspell_checkers_new(): replaced by...
1776                 gtkaspell_checkers_init(): new function for initialization
1777                 gtkaspell_checkers_delete(): replaced by...
1778                 gtkaspell_checkers_quit(): new function
1779                 gtkaspell_checkers_strerror(): new function that returns
1780                 the checker's last error message.
1781                 
1782 2003-06-11 [melvin]     0.9.0claws28
1783
1784         * po/POTFILES.in
1785                 Updated to take into account gtkaspell.c migration to
1786                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1787
1788 2003-06-10 [alfons]     0.9.0claws27
1789
1790         * src/filtering.[ch]
1791         * src/folder.c
1792         * src/matcher.c
1793         * src/scoring.[ch]
1794                 - try fixing bug #18 (any brave testers?)
1795                 - add more robustness by refusing previously 
1796                   unchecked NULL pointers 
1797
1798 2003-06-10 [alfons]     0.9.0claws26
1799
1800         * src/procmsg.c
1801                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1802
1803 2003-06-09 [alfons]     0.9.0claws25
1804
1805         * src/prefs_common.c
1806                 fix bug #163 "Icon switching doesnt work properly" by 
1807                 preventing early freeing of prefs_common.pixmap_theme_path.
1808
1809 2003-06-09 [christoph]  0.9.0claws24
1810
1811         * src/gtk/gtkaspell.c
1812                 revert Thorsten's fix and add forgotten g_strdup for
1813                 aspell path (it should not be possible to alter the path a
1814                 GtkASpell uses from outside)
1815
1816 2003-06-09 [thorsten]   0.9.0claws23
1817
1818         * src/gtk/gtkaspell.c
1819                 dont free prefs_common.aspell_path when closing compose
1820
1821 2003-06-08 [colin]      0.9.0claws22
1822
1823         * src/plugins/spamassassin/spamassassin.c
1824                 fix prefs types
1825
1826 2003-06-07 [christoph]  0.9.0claws21
1827
1828         * src/Makefile.am
1829         * src/compose.c
1830         * src/gtkaspell.[ch]            ** REMOVE **
1831         * src/gtk/Makefile.am
1832         * src/gtk/gtkaspell.[ch]        ** NEW **
1833                 o make gtkaspell independent from sylpheed's prefs
1834                 o move gtkaspell.[ch] to gtk directory
1835
1836 2003-06-07 [christoph]  0.9.0claws20
1837
1838         * src/Makefile.am
1839         * src/crash.c
1840         * src/export.c
1841         * src/filesel.[ch]              ** REMOVE **
1842         * src/folder.c
1843         * src/main.[ch]
1844         * src/common/sylpheed.[ch]
1845         * src/gtk/Makefile.am
1846         * src/gtk/filesel.[ch]          ** NEW **
1847         * src/gtk/pluginwindow.c
1848         * src/gtk/sslcertwindow.c
1849                 move filesel.[ch] to gtk directory
1850
1851 2003-06-07 [alfons]     0.9.0claws19
1852
1853         * src/filesel.c
1854                 make (multi) file selection dialog work again (Claws-only)
1855
1856 2003-06-07 [thorsten]   0.9.0claws18
1857
1858         * po/de.po
1859                 fix typos
1860
1861 2003-06-07 [alfons]     0.9.0claws17
1862
1863         * configure.ac
1864         * src/mimeview.c
1865                 detect apache mishap in which case don't include fnmatch.h
1866                 if regex.h is already included
1867
1868 2003-06-06 [christoph]  0.9.0claws16
1869
1870         * configure.ac
1871         * src/mimeview.h
1872                 add check for fnmatch.h and include it when available
1873
1874         * src/mimeview.[ch]
1875                 fix wrong case sensitivity of Content-Types
1876
1877         * src/gtk/Makefile.am
1878                 need the same include paths in gtk directory as in
1879                 common directory because .h files in common can
1880                 include files from these directories, when included
1881                 in gtk's .h or .c files
1882
1883 2003-06-06 [alfons]     0.9.0claws15
1884
1885         * src/mimeview.c
1886         * src/summaryview.c
1887                 make it compile again because of regex.h / fnmatch.h 
1888                 include problems (related to recent mime stuff, can
1889                 someone check this?)
1890
1891 2003-06-06 [thorsten]   0.9.0claws14
1892
1893         * src/folderview.c
1894                 possible use of uninitialized pointer while dragging
1895
1896 2003-06-06 [paul]       0.9.0claws13
1897
1898         * src/compose.c
1899                 fix bug where the insert sig button would be effective
1900                 only when auto_sig was set
1901
1902 2003-06-06 [paul]       0.9.0claws12
1903
1904         * sync with 0.9.2 release
1905
1906 2003-06-02 [paul]       0.9.0claws11
1907
1908         * sync with 0.9.1cvs1
1909                 see ChangeLog 2003-06-02
1910                 
1911         * po/de.po
1912                 update by Jens
1913
1914 2003-06-01 [christoph]  0.9.0claws10
1915
1916         * src/account.c
1917                 don't use substring search to find accounts by email address
1918
1919         (closes Bug 169 Overly loose matching of "From" address)
1920
1921 2003-05-31 [christoph]  0.9.0claws9
1922
1923         * doc-src/rfc2683.txt
1924         * src/imap.c
1925                 limit IMAP command length as recommended in RFC2683
1926                 (message number lists will be split into multiple imap
1927                 sets, the limit of 1000 octets is not a hard limit)
1928
1929         (closes Bug 161 sylpheed-claws exits with segfault when logging
1930          in to certain imap-servers)
1931
1932 2003-05-29 [alfons]     0.9.0claws8
1933
1934         * src/toolbar.[ch]
1935                 add print button (calling summary_print());
1936                 fine tune setting tooltip text;
1937                 (if someone needs other buttons, please take these 
1938                 commits as a guide, instead of bothering us - also
1939                 see 0.8.11claws150) 
1940
1941 2003-05-29 [darko]      0.9.0claws7
1942
1943         * src/compose.c
1944                 fix crash when word wrapping kicks in due to
1945                 changed text by spell checker
1946
1947 2003-05-29 [paul]       0.9.0claws6
1948
1949         * src/compose.c
1950                 fix bug where changing account would insert
1951                 sig even if auto_sig was FALSE
1952                 
1953         * ChangeLog
1954           ChangeLog.jp
1955           INSTALL
1956                 sync with 0.9.1 release
1957
1958 2003-05-28 [christoph]  0.9.0claws5
1959
1960         * src/imap.c
1961                 fix truncation of too long commands
1962
1963         (closes Bug 167 IMAP hangs trying to get envelope
1964          information in imap_get_uncached_messages)
1965
1966 2003-05-27 [paul]       0.9.0claws4
1967
1968         * tools/Makefile.am
1969           tools/maildir2sylpheed.pl     ** NEW FILE **
1970                 add kmail to sylpheed mailbox conversion script
1971
1972 2003-05-27 [paul]       0.9.0claws3
1973
1974         * sync with 0.9.0cvs10
1975                 see ChangeLog 2003-05-26
1976
1977 2003-05-26 [paul]       0.9.0claws2
1978
1979         * sync with 0.9.0cvs9
1980                 see ChangeLog 2003-05-26
1981
1982 2003-05-24 [paul]       0.9.0claws1
1983
1984         * sync with 0.9.0cvs8
1985                 see ChangeLog 2003-05-23
1986
1987 2003-05-24 [paul]       0.9.0claws
1988
1989         * version 0.9.0claws released
1990
1991 2003-05-24 [paul]       0.8.11claws177
1992
1993         * src/plugins/dillo-viewer/Makefile.am
1994           src/plugins/traycon/Makefile.am
1995                 add missing files
1996                 
1997         * po/bg.po
1998           po/en_GB.po
1999           po/es.po
2000           po/it.po
2001           po/pt_BR.po
2002           po/ru.po
2003           po/sr.po
2004                 update Bulgarian, British English, Spanish, Italian, 
2005                 Brazilian Portuguese, Russian, and Serbian translations, 
2006                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2007                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2008                 Ruslan N. Balkin, and Urke MMI
2009
2010 2003-05-23 [melvin]     0.8.11claws176
2011
2012         * po/fr.po
2013                 Updated French translations
2014
2015 2003-05-22 [paul]       0.8.11claws175
2016
2017         * src/Makefile.am
2018           src/addrbook.[ch]
2019           src/addrcache.[ch]
2020           src/addr_compl.[ch]
2021           src/adressbook.[ch]
2022           src/addrindex.[ch]
2023           src/addritem.[ch]
2024           src/editaddress.c
2025           src/editgroup.c
2026           src/editldap_basedn.c
2027           src/editldap.c
2028           src/jpilot.c
2029           src/vcard.c
2030                 revert to get ldap into it previous working state
2031                 
2032         * po/zh_TW.Big5.po
2033                 new Taiwanese translation,
2034                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2035
2036 2003-05-22 [christoph]  0.8.11claws174
2037
2038         * src/plugins/spamassassin/libspamc.[ch]
2039                 sync libspamc with SpamAssaain release 2.55
2040
2041 2003-05-22 [paul]       0.8.11claws173
2042
2043         * sync with 0.9.0cvs7
2044                 see ChangeLog 2003-05-22
2045                 
2046         * src/summaryview.c
2047                 revert change in 0.8.11claws172: follow
2048                 Hiroyuki's decision and that's the end of it.
2049
2050 2003-05-21 [paul]       0.8.11claws172
2051
2052         * src/summaryview.c
2053                 fix discrepency between open_unread_on_enter
2054                 and always_show_msg
2055
2056 2003-05-21 [paul]       0.8.11claws171
2057
2058         * sync with 0.9.0cvs6
2059                 see ChangeLog 2003-05-21
2060
2061 2003-05-21 [paul]       0.8.11claws170
2062
2063         * sync with 0.9.0cvs5
2064                 see ChangeLog 2003-05-21
2065
2066 2003-05-20 [paul]       0.8.11claws169
2067
2068         * sync with 0.9.0cvs4
2069                 see ChangeLog 2003-05-20
2070                 fixes bug #152, 'encoding of IMAP folders names'
2071
2072 2003-05-20 [paul]       0.8.11claws168
2073
2074         * sync with 0.9.0cvs3
2075                 see ChangeLog 2003-05-20
2076                 
2077         * src/tools/convert_mbox.pl
2078                 minor change in the comments, submitted by Fred Marton
2079
2080 2003-05-19 [paul]       0.8.11claws167
2081
2082         * src/plugins/clamav/Makefile.am
2083           configure.ac
2084                 link clamav_lib to the plugin and not to the main program
2085
2086 2003-05-19 [christoph]
2087
2088         * src/Makefile.am
2089                 add -export-dynamic for linking
2090
2091 2003-05-19 [paul]       0.8.11claws166
2092
2093         * sync with 0.9.0cvs1
2094                 see ChangeLog 2003-05-19
2095
2096 2003-05-19 [paul]       0.8.11claws165
2097
2098         * src/inc.c
2099                 fix 'pop before smtp' timeout
2100
2101 2003-05-18 [alfons]     0.8.11claws164
2102
2103         * src/prefs_matcher.c
2104                 put "execute" action command line ("expression") in edit box
2105
2106 2003-05-18 [christoph]  0.8.11claws163
2107
2108         * src/mimeview.[ch]
2109         * src/plugins/dillo_viewer/dillo_viewer.c
2110         * src/plugins/image_viewer/viewer.c
2111         * src/plugins/mathml_viewer/mathml_viewer.c
2112                 let a viewer have a list of Content-Types
2113
2114 2003-05-18 [paul]       0.8.11claws162
2115
2116         * src/prefs_filtering.c
2117                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2118                 and REDIRECT actions
2119
2120 2003-05-17 [christoph]
2121
2122         * README.claws
2123                 o remove dynamic signatures that was syned with main
2124                 o add infos about no longer "build in" image viewer
2125                 o update bugtracker URL
2126
2127 2003-05-17 [christoph]  0.8.11claws161
2128
2129         * src/folder.c
2130         * src/folderview.c
2131         * src/imap.c
2132                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2133                 for every folder after rebuilding the folder tree.
2134
2135         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2136          messages)
2137
2138 2003-05-17 [christoph]  0.8.11claws160
2139
2140         * src/imap.c
2141                 don't use STATUS command on current folder to check for
2142                 content changes. imap_cmd_ok() now tracks changes to
2143                 folder and number of existing messages.
2144
2145 2003-05-17 [paul]       0.8.11claws159
2146
2147         * src/plugins/clamav/clamav_plugin.c
2148                 remove unnecessary debug_print
2149
2150 2003-05-16 [thorsten]   0.8.11claws158
2151
2152         * src/plugins/demo.c
2153                 included missing intl.h
2154
2155 2003-05-16 [paul]       0.8.11claws157
2156
2157         * po/POTFILES.in
2158                 remove non-existant entries
2159         
2160         * src/plugins/clamav/clamav_plugin.c
2161           src/plugins/clamav/clamav_plugin_gtk.c
2162           src/plugins/dillo_viewer/dillo_prefs.c
2163           src/plugins/dillo_viewer/dillo_viewer.c
2164                 gettextise
2165
2166 2003-05-16 [christoph]  0.8.11claws156
2167
2168         * po/POTFILES.in
2169                 include plugin .c files for translation until I
2170                 find a better solution to have plugins have their
2171                 own textdomain
2172         * src/plugins/demo/demo.c
2173         * src/plugins/image_viewer/plugin.c
2174         * src/plugins/mathml_viewer/mathml_viewer.c
2175         * src/plugins/spamassassin/spamassassin.c
2176         * src/plugins/spamassassin/spamassassin_gtk.c
2177         * src/plugins/trayicon/trayicon.c
2178                 add gettext macros for plugin name and description
2179
2180 2003-05-16 [paul]
2181
2182         * sync with 0.9.0
2183
2184 2003-05-16 [paul]       0.8.11claws155
2185
2186         * sync with lastest 0.9.0pre1
2187                 see ChangeLog 2003-05-16
2188
2189 2003-05-15 [paul]       0.8.11claws154
2190
2191         * sync with latest 0.9.0pre1
2192                 see ChangeLog 2003-05-14 and 2003-05-15
2193
2194 2003-05-14 [christoph]  0.8.11claws153
2195
2196         * src/plugins/image_viewer/viewer.c
2197         * src/plugins/image_viewer/viewer.glade         ** NEW **
2198         * src/plugins/image_viewer/viewerprefs.c
2199                 make it possible to disable the autoload function in the
2200                 imageviewer again
2201
2202 2003-05-14 [christoph]  0.8.11claws152
2203
2204         * src/folder.c
2205                 fix folder update after adding a message
2206
2207 2003-05-13 [alfons]     0.8.11claws151
2208
2209         * src/common/session.c
2210                 remove debug traces
2211                 
2212         * src/addrcache.[ch]
2213         * src/filtering.[ch]
2214         * src/folder.[c]
2215         * src/gtkaspell.[ch]
2216         * src/imap.[ch]
2217         * src/mbox_folder.[ch]
2218         * src/mh.[ch]
2219         * src/mimeview.h
2220         * src/msgcache.[ch]
2221         * src/news.[ch]
2222         * src/passphrase.[ch]
2223         * src/prefs_common.[ch]
2224         * src/prefs_gtk.[ch]
2225         * src/procmsg.c
2226         * src/scoring.[ch]
2227                 be pedantic; (in prototypes () implies (int))
2228
2229 2003-05-13 [alfons]     0.8.11claws150
2230
2231         * src/prefs_toolbar.[ch]
2232         * src/summaryview.[ch]
2233         * src/toolbar.[ch]
2234                 change misleading text in toolbar prefs;
2235                 add toolbar action for ignore thread (toggles ignore thread flag);
2236                 clean up a little bit;
2237
2238 2003-05-12 [paul]
2239
2240         * tools/convert_mbox.pl
2241                 bug fixed by Fred Marton
2242
2243 2003-05-12 [paul]
2244
2245         * sync with 0.9.0pre1
2246
2247 2003-05-09 [paul]       0.8.11claws149
2248
2249         * sync with 0.8.11cvs43
2250                 see ChangeLog 2003-05-09
2251
2252 2003-05-08 [christoph]  0.8.11claws148
2253
2254         * src/imap.[ch]
2255                 o use CAPABILIY as first command and check for PREAUTH
2256                   information in the response to it
2257                 o rewrite all imap_cmd_* functions to use an IMAPSession
2258                   instead of a SockInfo as parameter
2259                 o do STARTTLS after fetching and checking the server
2260                   capabilities
2261
2262 2003-05-08 [paul]       0.8.11claws147
2263
2264         * tools/Makefile.am
2265           tools/README
2266           tools/convert_mbox.pl         ** NEW FILE **
2267                 add mbox conversion script. Submitted by 
2268                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2269
2270 2003-05-07 [christoph]
2271
2272         * doc-src/glade.txt
2273         * src/gtk/pluginwindow.glade
2274         * src/plugins/image_viewer/viewerprefs.glade
2275         * src/plugins/spamassassin/spamassassin_gtk.glade
2276                 add glade files for user interfaces and a description how
2277                 to use glade to create the sylpheed code
2278
2279 2003-05-07 [paul]       0.8.11claws146
2280
2281         * sync with 0.8.11cvs41
2282                 see ChangeLog 2003-05-07
2283
2284 2003-05-06 [christoph]  0.8.11claws145
2285
2286         * src/main.c
2287         * src/plugins/image_viewer/viewer.c
2288                 fix usage of imlib in imageviewer plugin
2289
2290         * src/gtk/prefswindow.c
2291                 handle window close event correctly
2292
2293 2003-05-06 [paul]       0.8.11claws144
2294
2295         * src/common/ssl.c
2296                 fix typo introduced in sync
2297
2298 2003-05-06 [paul]       0.8.11claws143
2299
2300         * sync with 0.8.11cvs39
2301                 see ChangeLog 2003-05-06
2302
2303 2003-05-06 [paul]       0.8.11claws142
2304
2305         * AUTHORS
2306           po/cs.po
2307                 updated Czech translation, submitted by 
2308                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2309                 
2310         * src/plugins/clamav/clamav_plugin_gtk.c
2311                 clean up
2312
2313 2003-05-03 [alfons]     0.8.11claws141
2314
2315         * src/compose.[ch]
2316                 make paste as quotation work even when the call to 
2317                 text_inserted() was deferred (fixes bug #140 "Paste 
2318                 as quotation does not work when using "external" 
2319                 clipboard")
2320
2321 2003-05-03 [thorsten]   0.8.11claws140
2322
2323         * src/addrquery.h
2324           src/ldapquery.h
2325           src/mainwindow.c
2326                 removed C++ comments
2327         * src/addr_compl.c
2328                 function with non-int retval/param used before
2329                 implementation/declaration
2330
2331 2003-05-02 [paul]       0.8.11claws139
2332
2333         * src/addr_compl.[ch]
2334           src/addressbook.[ch]
2335           src/addrindex.c
2336           src/summaryview.c
2337                 revert match's changes to (finally) remove the bug where
2338                 opening a folder causes massive slowdown when using the 
2339                 'Display sender using address book' option
2340
2341 2003-05-01 [melvin]     0.8.11claws138
2342
2343         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2344         * src/plugins/dillo_viewer/dillo_viewer.c
2345                 Fixed bug where "Cancel" button from prefs issued
2346                 warnings.
2347                 Comply a little more to coding style
2348
2349 2003-05-01 [paul]       0.8.11claws137
2350
2351         * sync with 0.8.11cvs38
2352                 see ChangeLog 2003-05-01
2353
2354 2003-05-01 [paul]       0.8.11claws136
2355
2356         * po/bg.po
2357                 updated by George Danchev
2358
2359 2003-04-30 [christoph]  0.8.11claws135
2360
2361         * src/plugins/dillo_viewer/dillo_prefs.c
2362         * src/plugins/image_viewer/viewerprefs.c
2363         * src/plugins/spamassassin/spamassassin_gtk.c
2364                 remove gtk_widget_ref() calls for widgets in
2365                 glade code
2366
2367 2003-04-30 [paul]       0.8.11claws134
2368
2369         * src/addrindex.c
2370                 ok, this time a better fix for the bug where opening folder
2371                 has massive slowdown when using the 'Display sender using 
2372                 address book' option
2373
2374 2003-04-30 [paul]       0.8.11claws133
2375
2376         * src/addrindex.c
2377                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2378         
2379 2003-04-30 [melvin]     0.8.11claws132
2380
2381         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2382
2383         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2384                 Preferences for the dillo plugin
2385         * src/plugins/dillo_viewer/dillo_viewer.c
2386                 Support for preferences
2387         * src/plugins/dillo_viewer/Makefile.am
2388                 Added dillo_prefs.[ch]
2389
2390 2003-04-30 [alfons]     0.8.11claws131
2391
2392         * src/common/plugin.[ch]
2393                 see? this ANSI C'fication immediately gives us type
2394                 checking for free.
2395
2396 2003-04-30 [alfons]     0.8.11claws130
2397
2398         * src/common/plugin.[ch]
2399         * src/plugins/clamav/clamav_plugin.[ch]
2400         * src/plugins/clamav/clamav_plugin_gtk.c
2401         * src/plugins/demo/demo.c
2402         * src/plugins/dillo_viewer/dillo_viewer.c
2403         * src/plugins/image_viewer/plugin.c
2404         * src/plugins/image_viewer/viewer.[ch]
2405         * src/plugins/image_viewer/viewerprefs.[ch]
2406         * src/plugins/mathml_viewer/mathml_viewer.c
2407         * src/plugins/spamassassin/spamassassin.[ch]
2408         * src/plugins/spamassassin/spamassassin_gtk.c
2409         * src/plugins/trayicon/trayicon.c
2410                 clean up
2411
2412 2003-04-30 [alfons]     0.8.11claws129
2413
2414         * src/common/utils.c
2415                 make is_ascii_str() fail gracefully when NULL pointer
2416                 is passed
2417
2418 2003-04-30 [paul]       0.8.11claws128
2419
2420         * src/addrindex.c
2421                 fix bug where opening folder has massive slowdown when
2422                 using the 'Display sender using address book' option
2423
2424 2003-04-30 [paul]       0.8.11claws127
2425
2426         * src/plugins/clamav/clamav_plugin.c
2427           src/plugins/clamav/clamav_plugin_gtk.c
2428           src/plugins/demo/demo.c
2429           src/plugins/dillo_viewer/dillo_viewer.c
2430           src/plugins/image_viewer/plugin.c
2431           src/plugins/mathml_viewer/mathml_viewer.c
2432           src/plugins/spamassassin/spamassassin.c
2433           src/plugins/spamassassin/spamassassin_gtk.c
2434           src/plugins/trayicon/trayicon.c
2435                 get rid of eye-hurting function signatures
2436
2437 2003-04-30 [paul]       0.8.11claws126
2438
2439         * src/plugins/trayicon/trayicon.c
2440                 add description
2441                 
2442         * src/mimeview.c
2443                 be more descriptive
2444
2445 2003-04-30 [paul]       0.8.11claws125
2446
2447         * configure.ac
2448                 arrange the plugins in reverse alphabetical order
2449                 
2450         * src/plugins/clamav/clamav_plugin.[ch]
2451           src/plugins/clamav/clamav_plugin_gtk.c
2452                 rename some params
2453                 resize max_size window
2454                 re-arrange the order of some gui elements
2455                 improve descriptions
2456         
2457         * src/plugins/image_viewer/plugin.c
2458           src/plugins/mathml_viewer/mathml_viewer.c
2459                 add descriptions
2460                 
2461         * src/plugins/spamassassin/spamassassin_gtk.c
2462                 resize max_size window
2463                 re-arrange the order of some gui elements
2464                 
2465         * src/messageview.c
2466           src/mimeview.c
2467                 correct typos
2468
2469 2003-04-30 [alfons]     0.8.11claws124
2470
2471         * src/imap.c
2472                 fix a leak found while browsing Martin Kluge's 
2473                 valgrind log (Claws only)
2474
2475 2003-04-29 [darko]      0.8.11claws123
2476
2477         * src/gtk/gtkstext.h
2478                 include wchar.h if it is available, fixes compilation
2479                 on HP-UX systems
2480
2481 2003-04-29 [melvin]     0.8.11claws122
2482
2483         * src/prefs_actions.c
2484                 Improved help text of Actions' syntax
2485
2486 2003-04-28 [paul]       0.8.11claws121
2487
2488         * src/action.c
2489                 a better fix for the crash when performing an action
2490                 on a mime part
2491
2492 2003-04-28 [paul]       0.8.11claws120
2493
2494         * src/action.c
2495                 fix crash when performing an action on a
2496                 mime part
2497
2498 2003-04-28 [paul]       0.8.11claws119
2499
2500         * sync with 0.8.11cvs36
2501                 see ChangeLog 2003-04-28
2502
2503 2003-04-27 [paul]       0.8.11claws118
2504
2505         * more sync with 0.8.11cvs35
2506                 see ChangeLog 2003-04-25
2507
2508 2003-04-26 [christoph]  0.8.11claws117
2509
2510         * src/folder.c
2511                 fix remove virtual check
2512
2513 2003-04-26 [paul]       0.8.11claws116
2514
2515         * src/messageview.c
2516                 fix return-receipt, make it work again
2517
2518 2003-04-26 [paul]       0.8.11claws115
2519
2520         * src/mimeview.c
2521                 restore double-clicking of the [application/pgp-signature 
2522                 (Select "Check signature" to check)] line in the message view,
2523                 broken in recent sync
2524
2525 2003-04-26 [christoph]  0.8.11claws114
2526
2527         * src/folder.c
2528                 check if remove virtual really exists before
2529                 calling the function
2530
2531 2003-04-25 [match]      0.8.11claws113
2532
2533         * src/addrindex.c
2534         * src/addrbook.c
2535         * src/ldapquery.[ch]
2536         * src/ldapctrl.[ch]
2537                 fix memleak.
2538         * src/ldapserver.[ch]
2539                 fix memleak. fix segfault.
2540                 plug a Claws memleak
2541
2542 2003-04-25 [alfons]     0.8.11claws112
2543
2544         * src/folder.c
2545                 plug a Claws memleak
2546
2547 2003-04-25 [alfons]     0.8.11claws111
2548
2549         * src/common/session.c
2550                 plug a memleak
2551
2552 2003-04-25 [paul]       0.8.11claws110
2553
2554         * sync with 0.8.11cvs35
2555                 see ChangeLog 2003-04-24 and 2003-04-25
2556                 
2557         * src/gtk/pluginwindow.c
2558                 correct another strange float value
2559
2560 2003-04-24 [christoph]  0.8.11claws109
2561
2562         * src/folder.c
2563                 freeze folder item updates when unsetting new flags
2564
2565         * src/gtk/pluginwindow.c
2566                 correct strange float value
2567
2568 2003-04-23 [paul]       0.8.11claws108
2569
2570         * sync with 0.8.11cvs33
2571                 see ChangeLog 2003-04-23
2572
2573 2003-04-22 [paul]       0.8.11claws107
2574
2575         * src/Makefile.am
2576           src/messageview.c
2577           src/mimeview.c
2578           src/pgptext.[ch]      ** REMOVED **
2579                 remove pgptext.[ch] as its not used any more
2580
2581 2003-04-22 [paul]       0.8.11claws106
2582
2583         * sync with 0.8.11cvs31
2584                 see ChangeLog 2003-04-21 and 2003-04-22
2585
2586 2003-04-21 [alfons]     0.8.11claws105
2587
2588         * src/main.c
2589                 No access to GTK structures if we're a spawned child
2590                 (and clean up code a little bit...) Should fix #126.
2591
2592 2003-04-21 [melvin]     0.8.11claws104
2593
2594         * src/plugins/dillo_viewer/README
2595                 Improved slightly the text.
2596
2597 2003-04-21 [melvin]     0.8.11claws103
2598
2599         * src/plugins/dillo_viewer/README *** NEW ***
2600                 Added a README file for the Dillo plugin
2601
2602 2003-04-20 [paul]
2603
2604         * tools/README
2605           tools/outlook2sylpheed.pl
2606                 updated and improved by Ricardo Mones Lastra
2607
2608 2003-04-18 [oliver]     0.8.11claws102
2609
2610         * src/inc.c 
2611         * src/prefs_account.h
2612                 remove Pop3SessionType (used by selective download)
2613         * src/prefs_toolbar.c
2614                 enable set Default Toolbar button
2615
2616 2003-04-18 [paul]       0.8.11claws101
2617
2618         * sync with 0.8.11cvs29
2619                 see ChangeLog 2003-04-18
2620
2621 2003-04-17 [paul]       0.8.11claws100
2622
2623         * src/prefs_common.[ch]
2624           src/summaryview.c
2625                 remove 'Open next message on deletion' option,
2626                 as the same effect can now be achieved via the
2627                 'Always open messages in summary when selected'
2628                 option.
2629
2630 2003-04-17 [paul]       0.8.11claws99
2631
2632         * sync with 0.8.11cvs28
2633                 see ChangeLog 2003-04-17
2634
2635 2003-04-17 [christoph]  0.8.11claws98
2636
2637         * ac/spamassassin.m4
2638         * src/plugins/spamassassin/libspamc.[ch]
2639         * src/plugins/spamassassin/utils.[ch]
2640                 sync libspamc with SpamAssassin project
2641
2642 2003-04-17 [christoph]  0.8.11claws97
2643
2644         * src/common/socket.h
2645         * src/gtk/sslcertwindow.h
2646                 rename old USE_SSL to USE_OPENSSL
2647
2648 2003-04-17 [paul]       0.8.11claws96
2649
2650         * src/prefs_common.h
2651                 use gulong for P_COLOR so that it compiles/runs on
2652                 64-bit systems. Patch submitted by James Noyes
2653                 <jnoyes-claws@retrogeeks.com>
2654                 
2655         * po/de.po
2656                 updated by Jens
2657
2658 2003-04-17 [paul]       0.8.11claws95
2659
2660         * sync with 0.8.11cvs27
2661                 see ChangeLog 2003-04-16
2662
2663 2003-04-15 [paul]       0.8.11claws94
2664
2665         * src/prefs_common.[ch]
2666                 rearrange to stop the window getting too long:
2667                         move Receive dialog stuff to Receive tab
2668                         move Send dialog to Send tab
2669                         remove Dialogs frame
2670                 rename 'Open messages in summary with cursor keys' to
2671                 'Always open messages in summary when selected', as its
2672                 more appropriate
2673
2674 2003-04-15 [paul]       0.8.11claws93
2675
2676         * src/prefs_common.[ch]
2677           src/summaryview.c
2678                 add new option '/Interface/Open next message on deletion'
2679
2680 2003-04-15 [paul]       0.8.11claws92
2681
2682         * src/summaryview.[ch]
2683                 add /Mark/Lock and /Mark/Unlock to the pop-up
2684                 menu. Patch submitted by Ivan Francolin Martinez
2685                 <ivanfm@users.sourceforge.net>
2686
2687 2003-04-15 [paul]       0.8.11claws91
2688
2689         * sync with 0.8.11cvs24
2690                 see ChangeLog 2003-04-15
2691
2692 2003-04-14 [jens]       0.8.11claws90
2693
2694         * updated German translation and some corrections from
2695                 Roland Bless <bless@tm.uka.de>
2696
2697 2003-04-14 [paul]       0.8.11claws89
2698
2699         * sync with 0.8.11cvs22
2700                 see ChangeLog 2003-04-14
2701
2702 2003-04-13 [paul]       0.8.11claws88
2703
2704         * src/plugins/clamav/clamav_plugin.c
2705                 fix memory leaks
2706                 clean up
2707
2708 2003-04-12 [paul]       0.8.11claws87
2709
2710         * src/plugins/clamav/clamav_plugin.c
2711                 activate enable/disable archive scanning option
2712                 
2713         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2714
2715 2003-04-12 [paul]       0.8.11claws86
2716
2717         * src/plugins/Makefile.am
2718           src/plugins/clamav/Makefile.am                ** NEW FILE **
2719           src/plugins/clamav/README                     ** NEW FILE ** 
2720           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2721           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2722                 add Clam AntiVirus plugin
2723
2724 2003-04-12 [paul]       0.8.11claws85
2725
2726         * sync with 0.8.11cvs21
2727                 see ChangeLog 2003-04-11
2728
2729 2003-04-11 [paul]       0.8.11claws84
2730
2731         * po/es.po
2732                 update Spanish translation. Submitted by Ricardo
2733                 Mones Lastra.
2734
2735 2003-04-10 [christoph]  0.8.11claws83
2736
2737         * src/mbox.c
2738                 fix typo that did not move unfiltered mails to destination
2739                 folder
2740
2741         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2742          when filtering from spool)
2743
2744 2003-04-10 [christoph]  0.8.11claws82
2745
2746         * src/imap.c
2747                 use BODY.PEEK instead of BODY in in message fetch operation
2748                 to make sure the IMAP server does not set the \Seen flag for
2749                 messages. Sylpheed does that later itself, when the message
2750                 is opened in sylpheed
2751
2752         (closes Bug 111 Claws destroys unread marks)
2753
2754 2003-04-09 [oliver]     0.8.11claws81
2755         
2756         * src/folder.c
2757                 fix crash in folder_destroy
2758         * README.claws
2759                 remove selective download
2760
2761 2003-04-09 [christoph]  0.8.11claws80
2762
2763         * src/imap.c
2764                 fix crash in imap_get_msginfo() when then fetched message
2765                 is not found
2766
2767         (closes Bug 110 Crash during mail composition)
2768
2769 2003-04-08 [christoph]  0.8.11claws79
2770
2771         * src/folder.c
2772         * src/prefs_account.c
2773                 Filter new messages that are found in an INBOX folder
2774                 when 'Filter messages on receiving' is enabled in the
2775                 Folder's AccountPrefs. This allows to use Sylpheed's
2776                 filtering engine for IMAP folders where messages are
2777                 added to the INBOX by a MTA
2778
2779 2003-04-08 [paul]       0.8.11claws78
2780
2781         * src/procmsg.h
2782                 clean up after last commit
2783
2784 2003-04-08 [paul]       0.8.11claws77
2785
2786         * sync with 0.8.11cvs20
2787                 see ChangeLog 2003-04-07 and 2003-04-08
2788
2789 2003-04-07 [christoph]  0.8.11claws76
2790
2791         * src/filtering.[ch]
2792         * src/inc.[ch]
2793         * src/mbox.c
2794         * src/procmsg.[ch]
2795                 add procmsg_msginfo_filter() to execute filtering actions
2796
2797 2003-04-06 [christoph]  0.8.11claws75
2798
2799         * src/imap.c
2800                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2801
2802 2003-04-06 [christoph]  0.8.11claws74
2803
2804         * src/common/utils.[ch]
2805                 add g_int_compare() function for slist sorting
2806
2807         * src/imap.c
2808                 fetch all MsgInfos with one command in imap_get_msginfos()
2809                 using an imap set with a list of ranges
2810
2811         * src/news.c
2812                 use new g_int_compare() function
2813
2814 2003-04-06 [thorsten]   0.8.11claws73
2815
2816         * src/mh.c
2817                 corrected implementation of mh_folder_destroy()
2818
2819 2003-04-05 [christoph]  0.8.11claws72
2820
2821         * src/account.c
2822         * src/folder.[ch]
2823         * src/folderview.c
2824         * src/imap.c
2825         * src/inc.c
2826         * src/main.c
2827         * src/mainwindow.c
2828         * src/mbox_folder.c
2829         * src/mh.c
2830         * src/mimeview.h
2831         * src/msgcache.[ch]
2832         * src/news.c
2833         * src/procmime.h
2834         * src/procmsg.[ch]
2835         * src/setup.c
2836         * src/gtk/gtkutils.c
2837                 o rename structure field names class and new to klass and
2838                   new_msgs, to allow including files in C++
2839                 o add 'extern "C"' block to some header files
2840                 o add MsgInfoList and MsgNumberList as alias for GSList for
2841                   developers to know what type of list is expected
2842
2843         * src/plugins/image_viewer/plugin.c
2844         * src/plugins/image_viewer/viewer.[ch]
2845         * src/plugins/image_viewer/viewerprefs.[ch]
2846                 rename function names to prevent conflicts
2847
2848 2003-04-05 [paul]       0.8.11claws71
2849
2850         * sync with 0.8.11cvs18
2851                 see ChangeLog 2003-04-03 and 2003-04-04
2852
2853 2003-04-02 [christoph]  0.8.11claws70
2854
2855         * src/folder.[ch]
2856         * src/imap.[ch]
2857         * src/mbox_folder.[ch]
2858         * src/mh.[ch]
2859         * src/news.[ch]
2860                 o Make all virtual folder functions private
2861                 o remove unused folder code
2862
2863         * src/common/socket.[ch]
2864         * src/summaryview.c
2865                 fix warnings
2866
2867 2003-03-30 [alfons]     0.8.11claws69
2868
2869         * src/send_message.c
2870                 remove two debug traces and see if people still report
2871                 errors
2872
2873 2003-03-30 [alfons]     0.8.11claws68
2874
2875         * src/send_message.c
2876         * src/commons/session.c
2877                 add more debug traces
2878
2879 2003-03-30 [christoph]  0.8.11claws67
2880
2881         * src/folder.c
2882                 change processing folder name from .processing to processing
2883
2884         * src/common/ssl.c
2885                 disable SSL certificate check because it causes Xlib error
2886                 when the child process want's to open an GTK window
2887
2888 2003-03-30 [christoph]  0.8.11claws66
2889
2890         * src/folder.c
2891                 don't use default folder for processing folder item because
2892                 it can be a non local folder
2893
2894         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2895
2896 2003-03-30 [alfons]     0.8.11claws65
2897
2898         * src/send_message.c
2899                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2900                 to generate bad code for 'send_send_data_progressive': When
2901                 called from 'send_send_data_finished', the 'data' pointer is
2902                 cleared just before the assignment to the dialog pointer
2903
2904 2003-03-29 [christoph]  0.8.11claws64
2905
2906         * src/common/prefs.h
2907         * src/plugins/image_viewer/Makefile.am
2908         * src/plugins/image_viewer/plugin.c
2909         * src/plugins/image_viewer/viewer.[ch]
2910         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2911                 add PrefsPage for ImageViewer
2912
2913 2003-03-28 [thorsten]   0.8.11claws63
2914
2915         * src/common/session.c
2916                 added some comments
2917
2918 2003-03-28 [paul]       0.8.11claws62
2919
2920         * sync with 0.8.11cvs16
2921                 see ChangeLog 2003-03-28
2922
2923 2003-03-28 [paul]       0.8.11claws61
2924
2925         * sync with 0.8.11cvs15
2926                 see ChangeLog 2003-03-28
2927
2928 2003-03-27 [christoph]  0.8.11claws60
2929
2930         * src/folder.c
2931         * src/imap.c
2932         * src/common/socket.[ch]
2933                 set socket state to DISCONNECTED when any operation
2934                 fails to allow reconnecting in IMAP code without
2935                 checking the return code of all calls to the command
2936                 functions
2937
2938         * src/folderview.c
2939         * src/summaryview.c
2940                 remove some more stuff that depends on specific
2941                 folder types
2942
2943 2003-03-27 [paul]       0.8.11claws59
2944
2945         * sync with 0.8.11cvs14
2946                 see ChangeLog 2003-03-27
2947                 
2948         * src/selective_download.[ch]   ** REMOVED **
2949                 really removed
2950
2951 2003-03-27 [christoph]  0.8.11claws58
2952
2953         * src/folder.c
2954                 fix handling of tmp_flags in flag copy function
2955
2956 2003-03-27 [paul]       0.8.11claws57
2957
2958         * sync with 0.8.11cvs13
2959                 see ChangeLog 2003-03-27
2960
2961 2003-03-27 [oliver]     0.8.11claws56
2962
2963         * src/maiwindow.c
2964                 remove sel_download_cb
2965
2966 2003-03-27 [oliver]     0.8.11claws55
2967         
2968         * src/inc.c
2969                 remove POP3_TOP
2970         
2971 2003-03-26 [oliver]     0.8.11claws54
2972
2973         *src/pop.h
2974                 remove POP3_TOP*
2975         * README.claws
2976                 remove selective donwload readme
2977
2978 2003-03-26 [oliver]     0.8.11claws53
2979         * src/matcher.[ch]
2980         * src/matcher_parser_parse.y 
2981         * src/pop.c 
2982         * src/prefs_account.[ch]
2983         * src/prefs_filtering.c
2984                 remove selective donwload
2985
2986 2003-03-26 [oliver]     0.8.11claws52
2987
2988         * src/inc.[ch] 
2989         * src/filtering.c 
2990         * src/mainwindow.c 
2991                 remove selective donwload
2992
2993 2003-03-26 [oliver]     0.8.11claws51
2994         
2995         * src/Makefile.am
2996         * src/selective_download.[ch]   ** REMOVE **    
2997
2998 2003-03-26 [christoph]  0.8.11claws50
2999
3000         * src/news.c
3001                 fix NEWS that got broken by a sync with sylpheed-main
3002
3003 2003-03-26 [christoph]  0.8.11claws49
3004
3005         * src/mimeview.c
3006                 fix mime type guessing when no mime type is found for a file
3007
3008 2003-03-25 [christoph]  0.8.11claws48
3009
3010         * src/mimeview.c
3011         * src/procmime.c
3012                 remove mime type guessing from mime parser and use
3013                 name based mime types in viewer lookup for mime type
3014                 application/octet-stream
3015
3016 2003-03-25 [christoph]  0.8.11claws47
3017
3018         * doc-src/readme.txt
3019         * doc-src/rfc2554.txt
3020                 add RFC about SMTP AUTH
3021
3022         * src/send_message.c
3023         * src/common/smtp.[ch]
3024                 add extra error code for authentication errors and
3025                 clear temporary password when this error occurs
3026
3027         (closes Bug 84 authentication failure while sending should
3028          prompt for password again)
3029
3030 2003-03-25 [christoph]  0.8.11claws46
3031
3032         * configure.ac
3033         * src/Makefile.am
3034         * src/imageview.[ch]                            ** REMOVE **
3035         * src/messageview.[ch]
3036         * src/mimeview.[ch]
3037         * src/prefs_common.[ch]
3038         * src/textview.c
3039         * src/plugins/Makefile.am
3040         * src/plugins/image_viewer/.cvsignore           ** NEW **
3041         * src/plugins/image_viewer/Makefile.am          ** NEW **
3042         * src/plugins/image_viewer/plugin.c             ** NEW **
3043         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3044                 move image viewer into a plugin (building is enabled by default)
3045                 [ToDo: Prefs for resize and autoview]
3046
3047 2003-03-25 [paul]       0.8.11claws45
3048
3049         * sync with 0.8.11cvs12
3050                 see ChangeLog 2003-03-26
3051
3052 2003-03-25 [paul]       0.8.11claws44
3053
3054         * sync with 0.8.11cvs11
3055                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3056                 
3057         Note: Selective Download is broken.
3058                 
3059 2003-03-22 [christoph]  0.8.11claws43
3060
3061         * src/folder.c
3062                 code cleanup for flags copying
3063
3064 2003-03-22 [christoph]  0.8.11claws42
3065
3066         * src/plugins/trayicon/trayicon.c
3067                 fix setting the transparent area when the window size
3068                 is forced by the system tray
3069
3070 2003-03-22 [christoph]  0.8.11claws41
3071
3072         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3073         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3074         * src/plugins/trayicon/newmail.xpm              ** NEW **
3075         * src/plugins/trayicon/nomail.xpm               ** NEW **
3076         * src/plugins/trayicon/trayicon.c
3077         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3078                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3079                 o add icon for unread mails
3080                 o set transparency for window
3081
3082 2003-03-22 [christoph]  0.8.11claws40
3083
3084         * src/news.c
3085                 init news session to prevent crash when session is closed
3086
3087 2003-03-22 [christoph]  0.8.11claws39
3088
3089         * src/imap.c
3090         * src/common/session.[ch]
3091                 Init session data to make sure we don't have invalid pointers
3092                 for read_ch and write_ch when new multi process sessions are
3093                 not used
3094
3095         * src/main.c
3096         * src/common/plugin.c
3097         * src/common/sylpheed.c
3098         * src/plugins/demo/demo.c
3099         * src/plugins/dillo_viewer/dillo_viewer.c
3100         * src/plugins/mathml_viewer/mathml_viewer.c
3101         * src/plugins/spamassassin/spamassassin.c
3102         * src/plugins/spamassassin/spamassassin_gtk.c
3103                 add plugin types to allow loading plugins at different times
3104                 (and maybe for different frontends), because it's not good to
3105                 load GTK-Plugins gefore gtk_init was called
3106
3107         * configure.ac
3108         * src/plugins/Makefile.am
3109         * src/plugins/trayicon/.cvsignore               ** NEW **
3110         * src/plugins/trayicon/Makefile.am              ** NEW **
3111         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3112         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3113         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3114         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3115         * src/plugins/trayicon/trayicon.c               ** NEW **
3116                 New Trayicon plugin that shows an icon in a systray that uses
3117                 XEMBED protocol like Gnome's systray. Icon shows if there
3118                 are new mails and a tooltip shows information about new,
3119                 unread and total messages.
3120
3121 2003-03-22 [paul]       0.8.11claws38
3122
3123         * src/common/smtp.c
3124                 fix ESMTP AUTH CRAM-MD5
3125                 [sync with main (still version 0.8.11cvs6), see
3126                  ChangeLog 2003-03-22]
3127
3128 2003-03-21 [colin]      0.8.11claws37
3129
3130         * src/send_message.c
3131                 Fix USE_SSL => USE_OPENSSL
3132
3133 2003-03-21 [colin]      0.8.11claws36
3134
3135         * src/folderview.c
3136                 Fix counts in drag and dropped subfolders
3137
3138 2003-03-21 [colin]      0.8.11claws35
3139
3140         * src/folder.c 
3141         * src/folderview.c
3142                 speed up a bit folder dnd
3143
3144 2003-03-20 [alfons]     0.8.11claws34
3145
3146         * src/main.c
3147         * src/toolbar.c
3148         * src/procmsg.c
3149                 don't send locked queue messages
3150                 (feature request "[ 705245 ] Locking message in outbox 
3151                  should prevent sending")
3152
3153 2003-03-20 [christoph]  0.8.11claws33
3154
3155         * src/folder.c
3156                 remove NEW and UNREAD flag in special folders when scanning
3157                 
3158         * src/common/smtp.c
3159                 fix ESMTP AUTH CRAM-MD5
3160
3161 2003-03-20 [paul]       0.8.11claws32
3162
3163         * src/prefs_account.c
3164                 Re-write 'Tunnel command to open connection' as
3165                 'Use command to communicate with server', and disable
3166                 it for all except IMAP accounts
3167
3168 2003-03-20 [paul]       0.8.11claws31
3169
3170         * sync with 0.8.11cvs6
3171                 see ChangeLog 2003-03-20
3172
3173 2003-03-19 [match]      0.8.11claws30
3174
3175         * src/addritem.[ch]
3176                 include documentation. minor refactoring.
3177         * src/addr_compl.[ch]
3178         * src/addrindex.[ch]
3179         * src/addresbook.[ch]
3180         * src/summaryview.c
3181                 re-enable address lookup (was disabled in
3182                 0.8.11claws20).
3183
3184 2003-03-19 [christoph]  0.8.11claws29
3185
3186         * src/procmsg.c
3187                 add temp flag handling, will make moving and copying
3188                 messages possible again
3189
3190         * src/folder.c
3191                 correct calulation of folder stats
3192
3193 2003-03-18 [match]      0.8.11claws28
3194
3195         * src/editgroup.h
3196                 remove case sensitive comparison (closes bug 80).
3197
3198 2003-03-18 [christoph]  0.8.11claws27
3199
3200         * src/imap.c
3201                 fix imap using a tunnel command
3202
3203         (closes bug 87)
3204
3205 2003-03-18 [christoph]  0.8.11claws26
3206
3207         * src/folder.[ch]
3208         * src/imap.c
3209         * src/procmsg.[ch]
3210                 rewrite flag handling for folders
3211
3212 2003-03-18 [christoph]  0.8.11claws25
3213
3214         * src/folder.c
3215         * src/procmsg.c
3216         * src/summaryview.c
3217                 unset NEW and UNREAD flags when message is ignored, to make
3218                 sure messages don't show up as unread on other IMAP clients,
3219                 because the IGNORE_THREAD flag can not be syncronized through
3220                 the IMAP folder
3221
3222 2003-03-17 [christoph]  0.8.11claws24
3223
3224         * src/imap.c
3225                 don't use recursion to fetch uids when the number of messages
3226                 does not match. Moved code into subfunction that is used
3227                 again when needed, to prevent an endless loop.
3228
3229 2003-03-17 [thorsten]   0.8.11claws23
3230
3231         * src/imageview.[ch]
3232                 export imageview_get_resized_size() (for plugins)
3233         * src/prefs_common.[ch]
3234                 added prefs_common_get() (for plugins)
3235
3236 2003-03-17 [christoph]  0.8.11claws22
3237
3238         * src/imap.c
3239                 o remove UID guessing from copy code
3240                 o support UIDPLUS extension for APPEND command
3241
3242 2003-03-17 [paul]       0.8.11claws21
3243
3244         * src/gtk/about.c
3245                 remove 'Compiled-plugins' section.
3246                 
3247         * src/plugins/dillo_viewer/dillo_viewer.c
3248                 slight change to description text
3249
3250 2003-03-16 [match]      0.8.11claws20
3251         * src/ldapserver.[ch]           ** NEW **
3252         * src/ldapctrl.[ch]             ** NEW **
3253         * src/ldapquery.[ch]            ** NEW **
3254         * src/ldaputil.[ch]             ** NEW **
3255         * src/addrcindex.[ch]           ** NEW **
3256         * src/addrquery.h               ** NEW **
3257         * src/addritem.[ch]
3258         * src/addrcache.[ch]
3259         * src/addrindex.[ch]
3260         * src/addr_compl.[ch]
3261         * src/addressbook.[ch]
3262         * src/addrbook.[ch]
3263         * src/editgroup.c
3264         * src/editaddress.c
3265         * src/editldap.c
3266         * src/editldap_basedn.c
3267         * src/vcard.c
3268         * src/jpilot.c
3269         * src/Makefile.am
3270                 included dynamic LDAP queries. improved address
3271                 completion.
3272
3273 2003-03-16 [paul]       0.8.11claws19
3274
3275         * tools/multiwebsearch.pl
3276                 fix a fatal typo
3277
3278 2003-03-16 [christoph]  0.8.11claws18
3279
3280         * src/mimeview.c
3281         * src/plugins/dillo_viewer/dillo_viewer.c
3282         * src/plugins/mathml_viewer/mathml_viewer.c
3283                 make unregistering of MimeViewerFactorys possible
3284
3285 2003-03-16 [alfons]     0.8.11claws17
3286
3287         * configure.ac
3288                 correct typo
3289
3290 2003-03-16 [melvin]     0.8.11claws16
3291
3292         * src/plugins/dillo_viewer.c
3293                 Fixed bug where it was not possible to view more than
3294                 one text/html attachment per message (bug discovered
3295                 by Christoph Hohmann).
3296
3297 2003-03-15 [melvin]     0.8.11claws15
3298
3299         * src/prefs_actions.c
3300                 Fixed compilation warnings.
3301
3302 2003-03-15 [melvin]     0.8.11claws14
3303
3304         * src/plugins/Makefile.am
3305         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3306         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3307         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3308                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3309                 newer (http://dillo.auriga.wearlab.de/).
3310
3311 2003-03-15 [christoph]  0.8.11claws13
3312
3313         * src/imap.c
3314                 don't query imap folder for attributes because we already
3315                 for them from imap_status
3316
3317         * src/mimeview.[ch]
3318                 add support for plugable MimeViewers (unloading Viewers
3319                 not yet complete)
3320
3321         * src/plugins/Makefile.am
3322         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3323         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3324         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3325                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3326                 widget from http://helm.cs.unibo.it/mml-widget/
3327
3328 2003-03-14 [christoph]  0.8.11claws12
3329
3330         * src/folder.[ch]
3331                 o error return code's should better be negative
3332                 o replace printf with debug_print
3333
3334         * src/imap.c
3335                 improve IMAP folder scan by checking UID-NEXT
3336
3337         * src/summaryview.c
3338                 remove check that are unnecessary in my opinion
3339
3340 2003-03-13 [christoph]  0.8.11claws11
3341
3342         * src/folder.[ch]
3343         * src/foldersel.c
3344         * src/folderview.c
3345         * src/imap.c
3346         * src/mbox_folder.c
3347         * src/mh.c
3348         * src/news.c
3349         * src/prefs_scoring.c
3350         * src/summaryview.c
3351                 use a common function to get a displayable name
3352                 for a FolderItem
3353
3354 2003-03-13 [paul]       0.8.11claws10
3355
3356         * tools/Makefile.am
3357           tools/README
3358           tools/multiwebsearch.conf     ** NEW FILE **
3359           tools/multiwebsearch.pl       ** NEW FILE **
3360                 add multiwebsearch Actions script
3361
3362 2003-03-13 [colin]      0.8.11claws9
3363
3364         * src/compose.c
3365                 Remove leading emtpy lines from quoted text
3366                 before quoting it
3367
3368 2003-03-13 [melvin]     0.8.11claws8
3369
3370         * src/prefs_actions.c
3371                 Fixed a memory leak
3372                 Code clean ups
3373                 Added Cancel and OK buttons
3374                 Corrected help text
3375
3376 2003-03-13 [christoph]  0.8.11claws7
3377
3378         * src/account.c
3379         * src/folder.[ch]
3380         * src/imap.c
3381         * src/mainwindow.c
3382         * src/mbox_folder.c
3383         * src/mh.c
3384         * src/news.c
3385         * src/setup.c
3386                 replace more folder type stuff with folder class stuff
3387
3388 2003-03-13 [melvin]     0.8.11claws6
3389
3390         * src/prefs_actions.c
3391                 Added new tokens:
3392                 %u: user provided argument
3393                 %h: user provided argument (hidden on input)
3394                 %s: current text selection in the message view 
3395
3396 2003-03-13 [paul]       0.8.11claws5
3397
3398         * sync with 0.8.11cvs5
3399                 see ChangeLog 2003-03-11, 2003-03-12
3400
3401 2003-03-12 [christoph]  0.8.11claws4
3402
3403         * src/folder.c
3404                 use folder class idstr when writing folderlist.xml
3405
3406         * src/folder.h
3407         * src/imap.c
3408         * src/news.c
3409                 replace folder type checks with folder class checks
3410
3411 2003-03-12 [christoph]  0.8.11claws3
3412
3413         * src/folder.[ch]
3414         * src/imap.[ch]
3415         * src/main.c
3416         * src/mbox_folder.[ch]
3417         * src/mh.[ch]
3418         * src/news.[ch]
3419                 o create a list of known folder classes in the folder system
3420                 o use folder class id strings for folder item identifiers
3421
3422 2003-03-12 [christoph]  0.8.11claws2
3423
3424         * src/imap.c
3425                 fix imap uid validity check
3426
3427 2003-03-12 [christoph]  0.8.11claws1
3428
3429         * src/account.c
3430         * src/folder.[ch]
3431         * src/foldersel.c
3432         * src/folderview.c
3433         * src/imap.c
3434         * src/mainwindow.c
3435         * src/mbox_folder.c
3436         * src/mh.c
3437         * src/news.c
3438         * src/prefs_scoring.c
3439         * src/procmsg.c
3440         * src/setup.c
3441         * src/summaryview.c
3442                 initial restructuring of folder system, seperating
3443                 folders and folder classes
3444
3445 2003-03-12 [paul]       0.8.11claws
3446
3447         0.8.11claws release
3448
3449 2003-03-12 [christoph]
3450
3451         * src/gtk/prefswindow.c
3452                 fix translation of "Page Index"
3453
3454 2003-03-12 [paul]       0.8.10claws110
3455
3456         a sync from 0.8.11cvs4 before the release
3457
3458         * src/common/utils.c
3459                 subject_compare_for_sort(): allow null strings (fixes
3460                 summary sorting).
3461
3462 2003-03-11 [paul]       0.8.10claws109
3463
3464         * po/es.po
3465                 update Spanish translation, submitted by
3466                 Ricardo Mones Lastra
3467
3468 2003-03-11 [melvin]     0.8.10claws108
3469
3470         * po/fr.po
3471                 Updated French translations
3472
3473 2003-03-11 [paul]       0.8.10claws107
3474
3475         * manual/en/Makefile.am
3476           manual/en/*.html
3477                 update English manual, add a new page
3478                 updated by Francois Barriere <fbarriere@atmel.fr>
3479                 
3480         * po/bg.po
3481           po/it.po
3482           po/sr.po
3483                 update Bulgarian, Italian, and Serbian translations
3484                 submitted by George Danchev, Alessandro Maestri, and
3485                 Urke MMI
3486
3487 2003-03-10 [paul]       0.8.10claws106
3488
3489         * src/gtk/about.c
3490           src/gtk/prefswindow.c
3491                 make some strings translatable
3492
3493 2003-03-10 [darko]      0.8.10claws105
3494
3495         * src/compose.c
3496                 code cleanup to make Hiro happy
3497
3498 2003-03-10 [paul]       0.8.10claws104
3499
3500         * sync with 0.8.11cvs2
3501                 see ChangeLog 2003-03-10
3502
3503 2003-03-09 [melvin]     0.8.10claws103
3504
3505         * src/textview.c
3506                 textview_set_font(): fix for message display in
3507                 UTF-8 locales (thanks to Sergey Vlasov).
3508                 (was unintentionnaly reverted in 0.8.6claws6)   
3509
3510 2003-03-08 [darko]      0.8.10claws102
3511
3512         * src/compose.c
3513                 fix infinite loop in wrapping as reported
3514                 by happycactus
3515                 obsoletes patch #696482
3516
3517 2003-03-08 [christoph]  0.8.10claws101
3518
3519         * src/imap.c
3520                 add workaround for IMAP servers that do not
3521                 support the "UID SEARCH UID" command
3522
3523 2003-03-07 [christoph]  0.8.10claws100
3524
3525         * src/plugins/spamassassin/spamassassin.[ch]
3526         * src/plugins/spamassassin/spamassassin_gtk.c
3527                 code cleanup
3528
3529 2003-03-07 [paul]       0.8.10claws99
3530
3531         * po/es.po
3532                 updated Spanish translation, submitted by
3533                 Ricardo Mones Lastra
3534
3535 2003-03-07 [christoph]  0.8.10claws98
3536
3537         * src/send.c
3538                 fix in 0.8.10claws94 was wrong
3539                 local delivery does not require escaping, remove escaping
3540                 code to make signatures of mails with "." lines valid
3541                 
3542                 NOTE: requires that sendmail is executed with "-i" option,
3543                       what is the default now, but has to be changed in all
3544                       exsiting accounts)
3545
3546 2003-03-07 [paul]       0.8.10claws97
3547
3548         * sync with 0.8.11 release
3549                 see ChangeLog 2003-03-07
3550
3551 2003-03-06 [paul]       0.8.10claws96
3552
3553         * src/compose.c
3554                 revert commit 0.8.10claws92
3555
3556 2003-03-06 [paul]       0.8.10claws95
3557
3558         * src/folderview.c
3559                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3560
3561         * src/gtkaspell.c
3562                 fix bug 74, 'Crash opening editor window with pseudo-color
3563                 display'
3564                 
3565         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3566
3567 2003-03-06 [christoph]  0.8.10claws94
3568
3569         * src/send.c
3570                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3571                 all lines starting with a period get an extra period
3572                 inserted
3573                 (found by Simon 'corecode' Schubert)
3574
3575 2003-03-06 [paul]       0.8.10claws93
3576
3577         * src/folderview.c
3578                 if configured font can't be loaded fall back to gtk
3579                 default. (with thanks to Christoph)
3580                 
3581                 closes long-standing bug 15 'Crashes on startup'
3582
3583 2003-03-06 [paul]       0.8.10claws92
3584
3585         * src/compose.c
3586                 freeze text before autosave and thaw afterwards
3587                 fixes bug 67 'autosave make re-rediting message crazy'
3588
3589 2003-03-06 [christoph]  0.8.10claws91
3590
3591         * src/compose.c
3592                 ignore address comment in dupe check for Cc-list
3593
3594         (closes reopened bug 47 Replying to message strips name part of
3595          e-mail addresses of Cc: lines)
3596
3597 2003-03-06 [paul]       0.8.10claws90
3598
3599         * src/Makefile.am
3600                 remove reference to gtkxtext.h as its no longer in
3601                 the repository
3602
3603 2003-03-06 [paul]       0.8.10claws89
3604
3605         * sync with 0.8.10cvs25
3606                 see ChangeLog 2003-03-06
3607
3608 2003-03-06 [oliver]     0.8.10claws88
3609         
3610         * src/messageview.c
3611                 remove include
3612
3613 2003-03-06 [oliver]     0.8.10claws87
3614         
3615         * src/folderview.c 
3616                 remove changes introduced inclaws74
3617         * src/messageview.c
3618                 another attempt to sanely delete and update
3619                 messages deleted in separate messageview
3620
3621 2003-03-05 [christoph]  0.8.10claws86
3622
3623         * src/summaryview.c
3624                 check if "From" matches any account's address if
3625                 addressbook completion of addresses is disabled too
3626
3627         (closes Bug 70 "Display recipient in from" doesn't check
3628          folder's default account)
3629
3630 2003-03-05 [christoph]  0.8.10claws85
3631
3632         * src/compose.c
3633         * src/common/utils.[ch]
3634                 don't strip address comments when building Cc lists
3635
3636         (closes Bug 47 Replying to message strips name part of e-mail addresses
3637          of Cc: lines)
3638
3639         * src/folder.c
3640                 fix return value of copy function
3641
3642 2003-03-05 [christoph]  0.8.10claws84
3643
3644         * src/imap.c
3645                 don't ask imap server for non rfc822 headers
3646
3647         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3648
3649         * src/imap.c
3650                 destroy session on socket error to allow reconnecting
3651
3652 2003-03-05 [christoph]  0.8.10claws83
3653
3654         * configure.ac
3655                 fix building with gnome when no prefix is set
3656
3657         (closes bug 66 Gnome directory is set to NONE)
3658
3659 2003-03-05 [paul]       0.8.10claws82
3660
3661         * sync with 0.8.10cvs23
3662                 see ChangeLog 2003-03-05
3663
3664 2003-03-04 [christoph]  0.8.10claws81
3665
3666         * src/folder.c
3667                 o fix moving and copying when folder returns 0 for new
3668                   message number
3669                 o remove some code for single message copy and move
3670                   operations and use functions for multiple messages
3671
3672         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3673
3674         * src/news.c
3675                 remove unused include
3676
3677 2003-03-04 [paul]       0.8.10claws80
3678
3679         * src/gtk/about.c
3680                 list 'Compiled plugins'
3681
3682 2003-03-03 [christoph]  0.8.10claws79
3683
3684         * src/news.[ch]
3685                 have to multiply the percentage of the current fetch with
3686                 the percentage that it has of the total fetch operation
3687                 for correct values
3688
3689 2003-03-03 [christoph]  0.8.10claws78
3690
3691         * src/news.c
3692                 fix calculation of expected lines for progress indicator
3693
3694 2003-03-03 [christoph]  0.8.10claws77
3695
3696         * src/summaryview.c
3697         * src/common/utils.c
3698                 fix segfault when opening the root news folder
3699
3700 2003-03-03 [christoph]  0.8.10claws76
3701
3702         * src/mainwindow.[ch]
3703         * src/common/Makefile.am
3704         * src/common/progressindicator.[ch]
3705                 add UI independent progress indicator handling
3706
3707         * src/news.[ch]
3708                 use new progress indicator for message info fetching
3709
3710         * src/common/hooks.h
3711                 code cleanup
3712
3713 2003-03-03 [oliver]     0.8.10claws75
3714
3715         * src/toolbar.c
3716         * src/compose.c
3717                 removed commented code
3718
3719 2003-03-03 [oliver]     0.8.10claws74
3720
3721         * src/toolbar.[ch]
3722                 cleanups and refactoring
3723         * src/compose.[ch]
3724                 compose_reply_mode reply & forwarding interface for
3725                 toolbar buttons
3726         * src/folderview.c
3727                 act on messages marked for deletion in folderview_selected
3728                 based on prefs_common.immediate_exec since a message might 
3729                 have been deleted by messageview in a folder we are changing 
3730                 to (does anybody understand what I'm on about ?)
3731
3732 2003-03-03 [oliver]     0.8.10claws73
3733         
3734         * src/messageview.[ch]
3735                 new functions
3736                 - messageview_delete: delete message shown in messagview
3737                 - messageview_update_view: update messageview to currently 
3738                   selected summaryview message
3739                 - add separate messageview to msgview_list in order to update 
3740                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3741         * src/summaryview.[ch]
3742                 summary_get_selection returns a list of selected msgs
3743                 in summaryview
3744         * src/mainwindow.c
3745                 toolbar reply refactoring
3746
3747 2003-03-03 [paul]       0.8.10claws72
3748
3749         * sync with 0.8.10cvs21
3750                 see ChangeLog 2003-03-03
3751
3752 2003-03-02 [christoph]  0.8.10claws71
3753
3754         * src/common/passcrypt.c
3755                 use POSIX includes
3756
3757 2003-03-02 [christoph]  0.8.10claws70
3758
3759         * configure.ac
3760         * src/prefs_account.c
3761         * src/prefs_gtk.[ch]
3762         * src/common/.cvsignore
3763         * src/common/Makefile.am
3764         * src/common/passcrypt.c                ** NEW **
3765         * src/common/passcrypt.h.in             ** NEW **
3766                 Implement password encryption in config files
3767                 using unix encrypt and setkey functions. The crypt
3768                 key can be set as a configure parameter. Old
3769                 passwords will be converted if they do not begin
3770                 with '!'
3771
3772 2003-03-02 [paul]       0.8.10claws69
3773
3774         * src/prefs_account.c
3775                 fix compile error
3776
3777 2003-03-01 [thorsten]   0.8.10claws68
3778
3779         * po/el.po
3780           po/hr.po
3781           po/it.po
3782           po/nl.po
3783           po/sr.po
3784           po/sv.po
3785                 corrected format strings
3786         * po/en_GB.po
3787                 corrected headers
3788                 (fix compile errors with GNU gettext-0.11.5)
3789
3790 2003-03-01 [oliver]     0.8.10claws67
3791
3792         * src/summaryview.c
3793                 menu callbacks call toolbar_menu_reply
3794
3795 2003-03-01 [oliver]     0.8.10claws66
3796
3797         * src/mainwindow.c
3798         * src/messageview.c
3799                 menu callbacks call toolbar_menu_reply
3800         * src/toolbar.[ch]
3801                 callbacks from menu handled by toolbar_menu_reply
3802
3803 2003-03-01 [paul]       0.8.10claws65
3804
3805         * src/addressbook.c
3806                 revert commit 0.8.10claws54 - breaks editing of
3807                 addressbook.
3808                 
3809         * po/bg.po
3810                 update Bulgarian translation, submitted by
3811                 George Danchev
3812
3813 2003-02-28 [christoph]  0.8.10claws64
3814
3815         * src/account.c
3816         * src/addressadd.c
3817         * src/compose.c
3818         * src/gtkaspell.c
3819         * src/gtkxtext.h                ** REMOVE **
3820         * src/imap.c
3821         * src/matcher.[ch]
3822         * src/mh.c
3823         * src/news.c
3824         * src/pine.c
3825         * src/prefs_common.c
3826         * src/prefs_matcher.c
3827         * src/procheader.[ch]
3828         * src/procmsg.[ch]
3829         * src/toolbar.c
3830         * src/common/ssl_certificate.c
3831         * src/gtk/colorlabel.c
3832         * src/gtk/menu.c
3833                 o fix warnings
3834                 o remove code obsoleted by new cache and folder system rework
3835
3836 2003-02-28 [oliver]     0.8.10claws63
3837         
3838         * src/toolbar.[ch]
3839                 * fix bug where reply in Messageview replied to 
3840                 Message displayed in summaryview
3841                 (reportedd via ML by chinatinte at gmx dot ch)
3842                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3843                 didn't work in separate MessageView Toolbar
3844                 (wondering if anybody uses this at all ?)
3845         * src/summaryview.[ch]
3846                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3847                 (generalize reply and forward code);
3848         * src/messageview.c 
3849                 remove focus_in event which updated summaryview to messageview
3850
3851 2003-02-28 [paul]       0.8.10claws62
3852
3853         * po/Makefile.in.in
3854                 add the --check option
3855                 Patch submitted by Ricardo Mones Lastra
3856
3857 2003-02-28 [paul]       0.8.10claws61
3858
3859         * src/prefs_account.c
3860                 re-order 'Signature' items
3861
3862 2003-02-28 [paul]       0.8.10claws60
3863
3864         * sync with 0.8.10cvs20
3865                 see ChangeLog 2003-02-28
3866
3867 2003-02-28 [paul]       0.8.10claws59
3868
3869         * po/POTFILES.in
3870                 update to reflect recent movement of files
3871
3872 2003-02-28 [paul]       0.8.10claws58
3873
3874         * sync with 0.8.10cvs19
3875                 see ChangeLog 2003-02-28
3876
3877 2003-02-27 [martin]     0.8.10claws57
3878
3879         * src/prefs_matcher.c 
3880                 fix segfault in prefs_matcher_ok() when the
3881                 last entry is deleted and prevents that the
3882                 message "entry not saved" comes up after deleting
3883                 an entry
3884
3885 2003-02-27 [martin]     0.8.10claws56
3886
3887         * src/prefs_filtering.c 
3888                 fix segfault in prefs_filtering_ok() when the
3889                 last entry is deleted and prevents that the
3890                 message "entry not saved" comes up after deleting
3891                 an entry
3892
3893 2003-02-27 [paul]       0.8.10claws55
3894
3895         * sync with 0.8.10cvs18
3896                 see ChangeLog 2003-02-27
3897
3898 2003-02-27 [paul]       0.8.10claws54
3899
3900         * src/addressbook.c
3901                 fix bug where the address book crashes with 
3902                 multiple lookups.
3903                 Patch [687729] submitted by David Frager 
3904                 <dbfrager@users.sourceforge.net>
3905
3906 2003-02-25 [christoph]  0.8.10claws53
3907
3908         * src/Makefile.am
3909         * src/colorlabel.[ch]           ** REMOVE **
3910         * src/gtk/Makefile.am
3911         * src/gtk/colorlabel.[ch]       ** NEW **
3912                 move colorlabel files to gtk directory
3913
3914         * src/esmtp.[ch]                ** REMOVE **
3915                 has been merged into smtp.[ch] in 0.7.5
3916
3917 2003-02-25 [christoph]  0.8.10claws52
3918
3919         * src/Makefile.am
3920         * src/about.[ch]                ** REMOVE **
3921         * src/gtk/Makefile.am
3922         * src/gtk/about.[ch]            ** NEW **
3923                 move about files to gtk directory
3924
3925 2003-02-25 [christoph]  0.8.10claws51
3926
3927         * src/folder.c
3928                 some code optimization of folder scanning code
3929
3930         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3931
3932 2003-02-25 [christoph]  0.8.10claws50
3933
3934         * src/main.c
3935         * src/common/sylpheed.c
3936                 add command line parameter parsing to common code
3937
3938 2003-02-24 [christoph]
3939
3940         * Makefile.am
3941         * configure.ac
3942                 fix gnome prefix problems, the configure script now removed
3943                 `gnome-config --prefix` from `gnome-config --datadir`
3944                 and adds $(prefix} instead
3945
3946         (closes Bug 24 Makefile does not respect prefix when installing
3947          GNOME data)
3948
3949 2003-02-24 [christoph]  0.8.10claws49
3950
3951         * src/news.c
3952                 check for valid session before trying to authenticate
3953
3954         (closes Bug 60 crash if "authenticate on logon" is activated
3955          and newsserver-hostname is not valid)
3956
3957 2003-02-24 [melvin]     0.8.10claws48
3958
3959         * src/prefs_actions.c
3960                 Make sure all user's input is sent to the action and then
3961                 close the socket..
3962
3963 2003-02-23 [alfons]     0.8.10claws46
3964
3965         * src/summaryview.c
3966                 also wait cursor when deleting files
3967
3968 2003-02-23 [paul]
3969
3970         * tools/freshmeat_search.pl
3971           tools/google_search.pl
3972                 scripts should now work for any browser/browser command line
3973
3974 2003-02-22 [christoph]  0.8.10claws45
3975
3976         * src/procmsg.c
3977                 fix IMAP flag setting, IMAP flag is not handled correctly
3978                 anymore by the folder system and information about the
3979                 folder should not be saved in the MsgInfo (in my opinion)
3980
3981         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3982
3983 2003-02-22 [christoph]  0.8.10claws44
3984
3985         * src/summaryview.c
3986                 fix spelling of "label" ;-)
3987
3988 2003-02-22 [thorsten]   0.8.10claws43
3989
3990         * src/mimeview.c
3991           src/prefs_common.[ch]
3992           src/procmime.[ch]
3993                 do not use description as attachment name
3994
3995 2003-02-22 [alfons]     0.8.10claws42
3996
3997         * src/summaryview.c
3998                 freeze/thaw folder item updates when changing color labels,
3999                 and put a wait cursors on
4000
4001 2003-02-22 [thorsten]   0.8.10claws41
4002
4003         * src/mimeview.c
4004                 save-all fixes: crash if invoked on multipart container,
4005                 mimeinfo access, pathseparators, error dialog
4006
4007 2003-02-21 [alfons]     0.8.10claws40
4008
4009         * src/prefs_gtk.c
4010                 remove unused var
4011
4012 2003-02-21 [colin]      0.8.10claws39
4013
4014         * src/send.c
4015                 Fix smtp logging
4016
4017 2003-02-21 [colin]      0.8.10claws38
4018
4019         * src/summaryview.c
4020                 Freeze/thaw folderItem updates when filtering messages 
4021                 via Tools/Filter messages
4022
4023 2003-02-21 [paul]       0.8.10claws37
4024
4025         * src/compose.c
4026                 revert commit 0.8.10claws26, there are ulterior motives
4027                 for users to set a Reply-To header when posting to
4028                 newsgroups
4029
4030 2003-02-21 [paul]       0.8.10claws36
4031
4032         * sync with 0.8.10cvs17
4033                 see ChangeLog 2003-02-21
4034
4035 2003-02-20 [christoph]  0.8.10claws35
4036
4037         * src/imap.c
4038                 IMAP UID fetch speedup using SEARCH
4039
4040         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4041
4042         * src/imap.c
4043                 fix problem with UIDs in IMAP UID cache that no longer existed
4044
4045 2003-02-20 [christoph]  0.8.10claws34
4046
4047         * src/imap.c
4048         * src/procheader.c
4049         * src/procheader.h
4050                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4051
4052         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4053
4054         * src/imap.c
4055                 Rewrite imap_cmd_gen_recv use sock_getline instead
4056                 of sock_gets to avoid problems with too long reply
4057                 lines
4058     
4059 2003-02-20 [colin]      0.8.10claws33
4060         
4061         * src/prefs_account.c
4062                 Better wording
4063
4064 2003-02-20 [colin]      0.8.10claws32
4065
4066         * src/compose.c
4067                 Remove useless '&& !to_sender' 
4068
4069 2003-02-20 [darko]
4070
4071         * AUTHORS
4072                 change my e-mail address
4073
4074 2003-02-19 [colin]      0.8.10claws31
4075
4076         * src/prefs_common.c
4077                 X11 style colors for every configurable color
4078
4079 2003-02-19 [alfons]     0.8.10claws30
4080
4081         * src/prefs_gtk.[ch]
4082         * src/prefs_common.c
4083                 for color_new accept both plain integers and X11 style color
4084                 names (as found in /usr/lib/X11/rgb.txt)
4085
4086 2003-02-19 [paul]       0.8.10claws29
4087
4088         * src/mainwindow.c
4089                 add tooltips to online/offline button and account selector
4090                 button
4091
4092 2003-02-19 [paul]       0.8.10claws28
4093
4094         * src/folder.c
4095           src/news.c
4096           src/prefs_account.[ch]
4097           src/prefs_common.[ch]
4098                 move 'Maximum number of articles to download' to
4099                 account prefs.
4100                 clean up account prefs gui a little by hiding entries
4101                 rather then greying out entries
4102
4103 2003-02-19 [hiro]       0.8.10claws27
4104
4105         * src/common/utils.c
4106                 fix bug #54 'yesterdays date is displayed in the message 
4107                 summary window'
4108
4109 2003-02-19 [paul]       0.8.10claws26
4110
4111         * src/compose.c
4112                 fix bug reported in Feature Request [688596] 
4113                 'Reply-to header in news'
4114
4115 2003-02-18 [paul]       0.8.10claws25
4116
4117         * src/select-keys.c
4118                 add a 'List all keys' button to key selection dialog
4119
4120 2003-02-18 [colin]      0.8.10claws24
4121         
4122         * src/stock_pixmap.c
4123                 fix compile error
4124
4125 2003-02-18 [colin]      0.8.10claws23
4126
4127         * src/common/smtp.[ch]
4128           src/prefs_account.c
4129                 Try to starttls if it seems to be the only
4130                 way to authenticate a user
4131
4132 2003-02-18 [paul]       0.8.10claws22
4133
4134         * src/Makefile.am
4135           src/folderview.c
4136           src/stock_pixmap.[ch]
4137           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4138           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4139                 as a Drafts folder is a special folder allow it to have
4140                 its own unique icons
4141
4142 2003-02-18 [colin]      0.8.10claws21
4143
4144         * src/imap.c
4145                 Fix port selection when using starttls
4146
4147 2003-02-18 [paul]       0.8.10claws20
4148
4149         * src/mainwindow.c
4150           src/prefs_common.[ch]
4151                 make blue the default new mail colour
4152
4153 2003-02-18 [paul]       0.8.10claws19
4154
4155         * sync with 0.8.10cvs14
4156                 see ChangeLog 2003-02-18
4157
4158 2003-02-17 [jens]       0.8.10claws18
4159
4160         * src/common/md5.c
4161                 fixed a compile problem with gcc 3.3
4162                 works on 2.95.3 too (testet on PPC as it is big endian)
4163
4164 2003-02-17 [paul]       0.8.10claws17
4165
4166         * sync with 0.8.10cvs13
4167                 see ChangeLog 2003-02-17
4168
4169 2003-02-17 [paul]       0.8.10claws16
4170
4171         * sync with 0.8.10cvs12
4172                 see ChangeLog 2003-02-17
4173
4174 2003-02-16 [match]      0.8.10claws15
4175
4176         * src/addressbook.c
4177                 Eliminates reloading of address data when items
4178                 deleted or added. Applied submitted by
4179                 Luke Plant <lukeplant@softhome.net>
4180
4181 2003-02-16 [paul]       0.8.10claws14
4182
4183         * src/news.c
4184                 when a 'protocol error' is encountered disconnect from
4185                 the server. This means that the user can carry on viewing
4186                 other articles and doesn't have to either wait until the
4187                 server timesout or quit sylpheed.
4188                 Fixes bug #53 'Unable to read messages in newsgroups, 
4189                 displayed message doesn't change'
4190
4191 2003-02-15 [christoph]  0.8.10claws13
4192
4193         * src/imap.c
4194                 fix bug that stopped scanning of folders when an
4195                 IMAP folder was empty
4196
4197         (closes bug 46 stop scan messages in folders after empty folder)
4198
4199 2003-02-15 [paul]
4200
4201         * tools/Makefile.am
4202           tools/README
4203           tools/freshmeat_search.pl     ** NEW FILE **
4204           tools/google_search.pl        ** NEW FILE **
4205                 Add 2 Actions scripts which search freshmeat/google
4206                 for the selected text using the browser configured
4207                 in sylpheedrc.
4208                 
4209         Note: These scripts are very dependent on the format of the
4210         browser command and may not work on every occasion. Testing
4211         is welcome. 
4212
4213 2003-02-14 [alfons]     0.8.10claws12
4214
4215         * src/compose.c
4216                 fix breakage because of uninitialized account pointer.
4217                 please verify.
4218
4219 2003-02-14 [paul]       0.8.10claws11
4220
4221         * src/compose.c
4222           src/prefs_account.[ch]
4223           src/prefs_common.[ch]
4224                 move signature settings to Account Prefs
4225
4226 2003-02-14 [paul]       0.8.10claws10
4227
4228         * sync with 0.8.10cvs11
4229                 see ChangeLog 2003-02-14
4230
4231 2003-02-13 [thorsten]   0.8.10claws9
4232
4233         * src/news.c
4234                 revert news progressbar (GUI separation)
4235
4236 2003-02-13 [paul]       0.8.10claws8
4237
4238         * src/compose.c
4239                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4240                 paragraph 1
4241
4242 2003-02-13 [paul]       0.8.10claws7
4243
4244         * src/compose.[ch]
4245           src/summaryview.c
4246                 fix 'Follow-up and Reply-to' so that it creates a reply to
4247                 the newsgroup and the sender. If the message has the keyword
4248                 'poster' in the Followup-To header, all replies go to the
4249                 sender, re: RFC 1036, Section 2.2.3
4250                 rename all instances of 'ignore_replyto' to 'to_sender', both
4251                 were previously used, now we use just one.
4252
4253 2003-02-13 [paul]       0.8.10claws6
4254
4255         * sync with 0.8.10cvs9
4256                 see ChangeLog 2003-02-13
4257
4258 2003-02-13 [paul]       0.8.10claws5
4259
4260         * configure.ac
4261                 show which plugins are configured in the configure
4262                 output.
4263
4264 2003-02-12 [thorsten]   0.8.10claws4
4265
4266         * src/news.c
4267                 show progress while fetching news headers
4268
4269 2003-02-12 [christoph]  0.8.10claws3
4270
4271         * configure.ac
4272         * src/plugins/Makefile.am
4273                 use AM_CONDITIONAL to enable plugins, automake correctly
4274                 manages this when creating distdir
4275
4276 2003-02-12 [christoph]  0.8.10claws2
4277
4278         * ac/spamassassin.m4
4279         * src/plugins/spamassassin/Makefile.am
4280                 fix building SpamAssassin plugin without OpenSSL
4281
4282 2003-02-12 [paul]       0.8.10claws1
4283
4284         * ac/Makefile.am
4285           src/Makefile.am
4286           src/plugins/Makefile.am
4287                 fix failure of 'make release'
4288
4289 2003-02-12 [paul]       0.8.10claws
4290
4291         * 0.8.10claws released
4292
4293 2003-02-12 [paul]       0.8.9claws56
4294
4295         * po/bg.po
4296           po/es.po
4297           po/it.po
4298           po/ru.po
4299           po/sr.po
4300                 updated translations by George Danchev, Ricardo Mones Lastra,
4301                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4302                 
4303         * sylpheed.spec.in
4304                 Allow the building of RPMs by a regular user. Submitted
4305                 by Sergei Astanin
4306
4307 2003-02-11 [alfons]     0.8.9claws55
4308
4309         * src/colorlabel.c
4310                 don't use pixmaps for label color rect but draw rectangles
4311                 so we can respect the color map of palette based visuals
4312                 (fixes the long time crashes on Suns - thanks to Andreas
4313                 Engel and Steve O'Hara-Smith for testing)
4314
4315 2003-02-11 [christoph]  0.8.9claws54
4316
4317         * src/matcher_parser_parse.y
4318                 correct bug where filering rules of not existing folders in
4319                 matcherrc were added to global filtering
4320                 
4321         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4322          main filter-rules after removing directory, http://bugs.debian.org/180253)
4323         
4324 2003-02-11 [paul]       0.8.9claws53
4325
4326         * sync with 0.8.10cvs7
4327                 see ChangeLog 2003-02-09
4328
4329 2003-02-11 [melvin]     0.8.9claws52
4330
4331         * po/fr.po
4332                 Updated French tranlsations
4333
4334 2003-02-10 [paul]       0.8.9claws51
4335
4336         * sylpheed.spec.in
4337                 correct --enable-openssl
4338                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4339
4340 2003-02-09 [martin]     0.8.9claws50
4341
4342         * src/prefs_matcher.c
4343                 fix segfault in prefs_matcher_substitute_cb() when
4344                 no row is selected
4345
4346 2003-02-09 [paul]       0.8.9claws49
4347
4348         * src/folderview.c
4349                 fix bug where a newsgroup folder's processing rules were
4350                 merged with the global filtering rules when the newsgroup
4351                 folder was deleted, causing some seriously bad results,
4352                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4353
4354 2003-02-08 [melvin]     0.8.9claws48
4355
4356         * src/compose.c
4357                 Corrected and modified an alert message.
4358
4359 2003-02-07 [paul]       0.8.9claws47
4360
4361         * src/folderview.c
4362                 fix bug where both an 'Account properties' window and a
4363                 'Folder properties' window were opened when clicking on
4364                 'Properties' in an NNTP or IMAP folder's popup menu.
4365
4366 2003-02-07 [paul]       0.8.9claws46
4367
4368         * sync with 0.8.10cvs6
4369                 see ChangeLog 2003-02-06
4370
4371 2003-02-06 [christoph]  0.8.9claws45
4372
4373         * src/mbox.c
4374                 freeze folder updates while importing mbox files
4375                 (closes bug 43 importing mbox took hours)
4376                 
4377         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4378
4379 2003-02-06 [thorsten]   0.8.9claws44
4380
4381         * po/de.po
4382                 Updated german translations
4383
4384 2003-02-06 [thorsten]   0.8.9claws43
4385
4386         * src/news.h
4387                 use guint for message numbers (fix count in grouplist dialog)
4388
4389 2003-02-05 [paul]       0.8.9claws42
4390
4391         * sync with 0.8.10cvs2
4392                 see ChangeLog 2003-02-05
4393
4394 2003-02-04 [colin]      0.8.9claws41
4395
4396         * src/prefs_common.[ch]
4397           src/procmsg.c
4398           src/summaryview.c
4399                 Add an option to disable threading by subject
4400
4401 2003-02-04 [christoph]  0.8.9claws40
4402
4403         * src/inc.c
4404                 only abort fetching mails from multiple accounts when the
4405                 error is fatal and does not allow to check any more accounts
4406                 (currently only disk full error)
4407
4408         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4409          receive mails for other accouts)
4410
4411 2003-02-04 [christoph]  0.8.9claws39
4412
4413         * src/folder.c
4414                 first add the new message to the cache, then
4415                 send the update notification
4416
4417         (closes bug 39 after sending message folderview doesnt get updated)
4418
4419 2003-02-04 [colin]      0.8.9claws38
4420
4421         * src/inc.c
4422                 _really_ fix this Connecting... status
4423
4424 2003-02-04 [paul]       0.8.9claws37
4425
4426         * sync with 0.8.10
4427                 see ChangeLog 2003-02-04
4428
4429 2003-02-04 [paul]       0.8.9claws36
4430
4431         * sync with 0.8.9cvs6
4432                 see ChangeLog 2003-02-03
4433
4434 2003-02-04 [paul]       0.8.9claws35
4435
4436         * po/pt_BR.po
4437                 updated by André Filipe de Assunção e Brito 
4438                 <bedecko@netsite.com.br>
4439
4440 2003-02-03 [thorsten]   0.8.9claws34
4441
4442         * po/de.po
4443                 Updated german translations
4444
4445 2003-02-02 [paul]       0.8.9claws33
4446
4447         * po/es.po
4448                 updated by Ricardo Mones Lastra
4449
4450 2003-02-02 [thorsten]   0.8.9claws32
4451
4452         * src/mh.c
4453                 Fix mh_get_msginfo() segfault if file is inaccessible
4454
4455 2003-01-31 [colin]      0.8.9claws31
4456
4457         * src/procheader.c
4458                 Fix last commit's bug
4459
4460 2003-01-31 [colin]      0.8.9claws30
4461
4462         * src/procheader.c
4463                 Missing a change for gpg-signed messages
4464
4465 2003-01-31 [paul]       0.8.9claws29
4466
4467         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4468           src/procheader.c
4469           src/stock_pixmap.[ch]
4470           src/summaryview.c
4471                 indicate GnuPG signed messages by displaying an icon
4472                 in the Attachment column.
4473
4474 2003-01-31 [paul]       0.8.9claws28
4475
4476         * sync with 0.8.9cvs4
4477                 see ChangeLog 2003-01-31
4478
4479 2003-01-31 [alfons]     0.8.9claws27
4480
4481         * src/textview.c
4482                 tune URI parser to accept mailto URLs with a '?'
4483                 (patch from Ruslan Balkin)
4484
4485 2003-01-31 [colin]      0.8.9claws26
4486
4487         * src/summaryview.c
4488                 Fix a leak introduced in claws24
4489
4490 2003-01-31 [colin]      0.8.9claws25
4491
4492         * src/summaryview.c
4493                 Freeze/Thaw folder updates when deleting dups
4494
4495 2003-01-31 [colin]      0.8.9claws24
4496         
4497         * src/addr_compl.c
4498           src/summaryview.c
4499           src/msgcache.c
4500                 little speed improvements
4501
4502 2003-01-31 [colin]      0.8.9claws23
4503
4504         * src/summaryview.c
4505                 Fix segfault when forwarding nothing
4506                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4507                 
4508 2003-01-30 [paul]       0.8.9claws22
4509
4510         * sync with 0.8.9cvs3
4511                 see ChangeLog 2003-01-30
4512
4513 2003-01-30 [paul]       0.8.9claws21
4514
4515         * sync with 0.8.9cvs2
4516                 see ChangeLog 2003-01-30
4517
4518 2003-01-29 [paul]       0.8.9claws20
4519
4520         * sync with 0.8.9cvs1
4521                 see ChangeLog 2003-01-29
4522
4523 2003-01-28 [paul]       0.8.9claws19
4524
4525         * po/POTFILES.in
4526                 update to reflect changes. 
4527                 thanks to Ricardo Mones Lastra
4528
4529 2003-01-27 [christoph]  0.8.9claws18
4530
4531         * ac/openssl.m4
4532         * ac/spamassassin.m4
4533         * src/plugins/spamassassin/README
4534         * src/plugins/spamassassin/libspamc.[ch]
4535         * src/plugins/spamassassin/utils.[ch]
4536                 updated to latest libspamc
4537
4538 2003-01-27 [christoph]  0.8.9claws17
4539
4540         * src/folder.c
4541                 fix wrong use of procheader_get_header_fields
4542
4543 2003-01-27 [christoph]  0.8.9claws16
4544
4545         * src/news.c
4546         * src/prefs_account.[ch]
4547         * src/common/nntp.[ch]
4548                 allow to force authentication for NNTP servers
4549
4550         Patch submitted by Florian Mickler <dmk@d-labs.de>
4551
4552 2003-01-26 [paul]       0.8.9claws15
4553
4554         * src/summaryview.c
4555                 speed up of marking messages as read
4556                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4557
4558 2003-01-26 [christoph]  0.8.9claws14
4559
4560         * src/Makefile.am
4561         * src/mgutils.[ch]              ** REMOVE **
4562         * src/xml.[ch]                  ** REMOVE **
4563         * src/xmlprops.[ch]             ** REMOVE **
4564         * src/common/Makefile.am
4565         * src/common/mgutils.[ch]       ** NEW **
4566         * src/common/xml.[ch]           ** NEW **
4567         * src/common/xmlprops.[ch]      ** NEW **
4568                 move xml files to common directory
4569
4570 2003-01-26 [christoph]  0.8.9claws13
4571
4572         * src/plugins/spamassassin/spamassassin_gtk.c
4573                 only set gtk entry text if string is available
4574
4575 2003-01-26 [melvin]     0.8.9claws12
4576
4577         * src/description_window.c
4578                 Allow resizing of the window
4579                 Allow automatic horizontal scroll bar
4580                 Do not vertically expand and fill
4581
4582 2003-01-26 [christoph]  0.8.9claws11
4583
4584         * src/Makefile.am
4585         * src/gtkutils.[ch]             ** REMOVE **
4586         * src/common/sylpheed.c
4587         * src/gtk/Makefile.am
4588         * src/gtk/description_window.c
4589         * src/gtk/gtkutils.[ch]         ** NEW **
4590         * src/gtk/prefswindow.c
4591                 move gtkutils to gtk directory
4592
4593 2003-01-26 [paul]       0.8.9claws10
4594
4595         * src/summaryview.c
4596                 rename summary_unread_clicked() to summary_status_clicked()
4597
4598 2003-01-26 [melvin]     0.8.9claws9
4599
4600         * src/prefs_actions.c
4601                 Cosmetical changes to the help text
4602
4603 2003-01-26 [paul]       0.8.9claws8
4604
4605         * src/folder.[ch]
4606           src/mainwindow.c
4607           src/prefs_common.c
4608           src/prefs_sumamry_column.c
4609           summaryview.[ch]
4610                 rename the 'Unread' column to 'Status'
4611
4612 2003-01-25 [match]      0.8.9claws7
4613
4614         * src/mgutils.[ch]
4615                 removed reference to LDAP constants. removed error2string.
4616                 included functions to support LDAP dynamic queries.
4617         * src/syldap.h
4618                 moved LDAP constants here.
4619         * src/addressbook.c
4620         * src/addrindex.c
4621         * src/importldif.c
4622                 removed references to LDAP constants and references to
4623                 error2string.
4624
4625 2003-01-25 [paul]       0.8.9claws6
4626
4627         * src/summaryview.c
4628                 summary_thread_build(), summary_thread_init(): remove 
4629                 unneeded reference to summaryview->folder_item
4630
4631 2003-01-25 [christoph]  0.8.9claws5
4632
4633         * src/gtk/description_window.c
4634                 o allow description texts to expand over multiple columns
4635                 o translate all columns
4636         * src/prefs_actions.c
4637                 change syntax description to use new multi column feature
4638
4639         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4640
4641 2003-01-25 [match]      0.8.9claws4
4642
4643         * src/vcard.c
4644                 fixed bug with Quoted-Printable
4645
4646 2003-01-25 [paul]       0.8.9claws3
4647
4648         * src/folder.[ch]
4649           src/summaryview.[ch]
4650                 implement per-folder collapsed/expanded threads setting
4651                 
4652         * src/prefs_common.c
4653                 remove global collapsed/expanded threads option
4654
4655 2003-01-25 [christoph]  0.8.9claws2
4656
4657         * po/POTFILES.in
4658                 add pluginwindow and prefswindow
4659         * src/compose.c
4660                 make send respond correctly to messages that could be added
4661                 to the queue folder, but the UID of the message is unknown
4662         * src/folder.c
4663         * src/imap.c
4664                 don't return guessed UIDs in imap_add_msg anymore. We return
4665                 0 to tell the folder system it was appened but the UID is
4666                 unknown. Folder system now get's the UID by scaning the folder
4667                 and searching the cache for the Message-ID
4668                 (closes bug #29 Messages queued, but not sent)
4669
4670 2003-01-25 [paul]       0.8.9claws1
4671
4672         * src/codeconv.c
4673                 conv_encode_header():  fix bug when long headers with 8-bit
4674                 characters are used, so that the encoded words are wrapped.
4675                 If the space in the original text falls on the wrap boundary,
4676                 it can be lost.
4677                 Patch by Sergey Vlasov.
4678                 
4679         * src/folderview.c
4680                  fix bug where a change to the sorting method or thread view
4681                  of a folder's messages is lost if simpify-subject is set and
4682                  toggled on or off.
4683                  Patch by Luke Plant.
4684
4685 2003-01-24 [paul]       0.8.9claws
4686
4687         * sylpheed-0.8.9claws released
4688         
4689         * Makefile.am
4690           sylpheed.spec.in
4691                 remove reference to 'INSTALL.jp'
4692
4693 2003-01-23 [paul]       0.8.8claws128
4694
4695         * po/es.po
4696           po/it.po
4697           po/ru.po
4698           po/sr.po
4699                 updated translations. submitted by Ricardo Mones Lastra,
4700                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4701
4702 2003-01-23 [colin]      0.8.8claws127
4703
4704         * src/compose.c
4705                 Fix drafted and queued news articles re-edition
4706
4707 2003-01-23 [melvin]     0.8.8claws126
4708
4709         * po/fr.po
4710                 Updated French translations
4711
4712 2003-01-23 [colin]      0.8.8claws125
4713
4714         * src/inc.c
4715                 Fix "Connecting to..." status message
4716
4717 2003-01-22 [paul]       0.8.8claws124
4718
4719         * po/bg.po
4720                 updated by George Danchev
4721                 
4722         * src/folder.c
4723                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4724                 and folder deletion
4725
4726 2003-01-21 [paul]       0.8.8claws123
4727
4728         * po/bg.po
4729                 updated by George Danchev
4730                 
4731         * src/about.c
4732                 its now 2003
4733                 
4734         * src/toolbar.c
4735                 don't translate 'Separator'
4736                 
4737         * src/plugins/spamassassin/Makefile.am
4738                 add aspell to CPPFLAGS
4739                 
4740         * src/plugins/spamassassin/spamassassin.c
4741           src/plugins/spamassassin/spamassassin_gtk.c
4742                 set correct default for spamassassin_receive_spam
4743                 slightly re-word descriptions and some
4744                 other minor changes
4745
4746 2003-01-19 [alfons]     0.8.8claws122
4747                 
4748         * src/mimeview.c
4749                 mimeview_save_as(): we might as well show the file name for
4750                 the single case "Save As" too
4751
4752 2003-01-19 [alfons]     0.8.8claws121
4753
4754         * src/crash.c
4755                 change bug tracker URL to bugzilla URL
4756
4757 2003-01-19 [alfons]     0.8.8claws120
4758
4759         * src/mimeview.c
4760                 mimeview_save_all(): display name of file before overwriting;
4761                 continue saving all, even when one overwrite was cancelled
4762
4763 2003-01-19 [christoph]  0.8.8claws119
4764
4765         * src/summaryview.c
4766         * src/procmsg.[ch]
4767                 fix wrong usage of procmsg_find_children in summaryview
4768                 by using procmsg_update_unread_children instead of
4769                 summaryview_update_unread_children
4770
4771 2003-01-19 [christoph]  0.8.8claws118
4772
4773         * src/procmsg.c
4774                 fix infinite loop in procmsg_find_children
4775                  (closes bug #25 sylpheed crashes on delete.)
4776
4777         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4778
4779 2003-01-19 [paul]       0.8.8claws117
4780
4781         * po/pt_BR.po
4782                 updated by Ivan Francolin Martinez
4783
4784 2003-01-18 [melvin]     0.8.8claws116
4785
4786         * src/prefs_actions.c
4787                 Removed syntax limitation of only one '&' at the end of command.
4788                         Now actions that contain '>/dev/null 2>&1' are possible.
4789
4790 2003-01-18 [melvin]     0.8.8claws115
4791
4792         * src/prefs_actions.c
4793                 Actions IO dialog: when the action ends
4794                 the "Close" button now has focus and [Escape] closes the
4795                 window.
4796
4797 2003-01-18 [christoph]  0.8.8claws114
4798
4799         * src/procmsg.c
4800                 o add debug output when MsgInfos are really freed
4801                 o free GSLists in procmsg_find_children and
4802                   procmsg_update_unread_children
4803
4804 2003-01-18 [christoph]  0.8.8claws113
4805
4806         * src/mainwindow.c
4807                 reorder Configuration menu
4808
4809 2003-01-18 [christoph]  0.8.8claws112
4810
4811         * src/compose.c
4812                 fix applying templates to forwarded messages
4813
4814         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4815
4816 2003-01-17 [christoph]  0.8.8claws111
4817
4818         * src/folder.c
4819                 destroy folder items, when a folder item is removed
4820
4821 2003-01-17 [christoph]  0.8.8claws110
4822
4823         * src/folder.c
4824                 fix wrong folder stats update when ignored message is
4825                 deleted
4826
4827 2003-01-17 [colin]      0.8.8claws109
4828         
4829         * src/mainwindow.c
4830         * src/summaryview.c
4831                 Quicksearch bugfixes: 
4832                 - hide help button at startup if not extended
4833                 - switch to extended when looking for replies
4834
4835 2003-01-17 [paul]
4836
4837         * sync with 0.8.9 release
4838
4839 2003-01-17 [paul]       0.8.8claws108
4840
4841         * sync with 0.8.8cvs11
4842                 see ChangeLog 2003-01-17
4843
4844 2003-01-16 [colin]      0.8.8claws107
4845
4846         * src/procmsg.c
4847                 Changed encryption test to re-ask passphrase
4848                 if an encrypted message hasn't been decrypted
4849                 Fixes bug #5
4850
4851 2003-01-16 [christoph]  0.8.8claws106
4852
4853         * src/prefs_gtk.c
4854         * src/prefs_toolbar.c
4855         * src/gtk/prefswindow.h
4856         * src/plugins/spamassassin/spamassassin_gtk.c
4857                 remove page destroy function that is not used anymore
4858
4859 2003-01-16 [paul]       0.8.8claws105
4860
4861         * sync with 0.8.8cvs9
4862                 see ChangeLog 2002-01-16
4863
4864 2003-01-16 [colin]      0.8.8claws104
4865
4866         * src/compose.[ch]
4867                 Fix bug with autosaved drafts for IMAP, when draft
4868                 folder is specified - fixes bugzilla bug #20
4869
4870 2003-01-15 [paul]       0.8.8claws103
4871
4872         * src/compose.[ch]
4873           src/procmsg.c
4874                 store folder and message-id of message forwarding
4875                 in queue header and set forward flag after sending
4876
4877 2003-01-15 [paul]       0.8.8claws102
4878
4879         * sync with 0.8.8cvs8
4880                 see ChangeLog 2002-01-15
4881
4882 2003-01-15 [colin]      0.8.8claws101
4883
4884         * src/Makefile.am
4885                 Fix linking with GNU libiconv
4886
4887 2003-01-15 [darko]      0.8.8claws100
4888
4889         * src/pine.c
4890                 fix crash when importing pine address book
4891                 entry with an empty name (reported by DY
4892                 <dybulk at tri8.net>)
4893
4894 2003-01-14 [paul]       0.8.8claws99
4895
4896         * configure.in  ** REMOVED **
4897           configure.ac  ** NEW FILE **
4898                 rename configure.in to configure.ac, as it is now
4899                 preferred
4900
4901 2003-01-14 [melvin]     0.8.8claws98
4902
4903         * src/folderview.c
4904                 folderview_check_new(): More precise function description
4905
4906 2003-01-14 [melvin]     0.8.8claws97
4907
4908         * src/folderview.c
4909                 folderview_check_new(): return the number of new messages 
4910                         since last check.
4911         * src/inc.c
4912                 inc_account_mail(): Disable counting of new messages for IMAP
4913                         and NNTP until bug [19] and [14] are fixed.
4914
4915 2003-01-14 [paul]       0.8.8claws96
4916
4917         * sync with 0.8.8cvs6
4918                 see ChangeLog 2003-01-14
4919
4920 2003-01-13 [alfons]     0.8.8claws95
4921
4922         * src/textview.c
4923                 tune email address validation (c. 0.8.8claws89): if . is 
4924                 just one char away from @, the address is invalid too 
4925                 (correctly rejects addresses like foo@.com)
4926
4927 2003-01-13 [paul]       0.8.8claws94
4928
4929         * src/messageview.c
4930           src/toolbar.c
4931                 fixes to the Message View toolbar and menu:
4932                 fix non-functioning Forward button
4933                 make Reply button consider default_reply_list
4934                 remove 'Follow-up...' menu entry
4935                 add 'Forward' and 'Redirect' menu entries
4936
4937 2003-01-13 [melvin]     0.8.8claws93
4938
4939         * src/inc.c
4940                 Fixed typo that could make new messages count incorrect.
4941
4942 2003-01-13 [melvin]     0.8.8claws92
4943
4944         * src/folderview.[ch]
4945                 folderview_check_new(): return the number of new messages.
4946         * src/inc.c
4947                 Should fix bug [14] where new mail notification worked 
4948                         incorrectly with IMAP accounts.
4949                 inc_spool_account(): return number of new msgs, or -1 on error
4950                 inc_all_spool(): return number of new msgs
4951                 
4952 2003-01-13 [melvin]     0.8.8claws91
4953
4954         * src/prefs_actions.c
4955                 Justify help text.
4956
4957 2003-01-12 [thorsten]   0.8.8claws90
4958
4959         * src/common/prefs.c
4960                 close file before rename
4961
4962 2003-01-12 [alfons]     0.8.8claws89
4963
4964         * AUTHORS
4965                 add Christian Mertes
4966         * src/common/utils.[ch]
4967                 g_stricase_hash(), g_stricase_equal(): functions for 
4968                 case insensitive hash tables
4969         * src/textview.c
4970                 use top level domain names to validate email address, based
4971                 on a patch by Christian Mertes (thanks!), but changed 
4972                 implementation to use a hash table 
4973
4974 2003-01-12 [paul]       0.8.8claws88
4975
4976         * po/bg.po
4977                 updated by George Danchev
4978
4979 2003-01-12 [alfons]     0.8.8claws87
4980
4981         * src/summaryview.c
4982                 delete / execute performance: use new style folder update
4983
4984 2003-01-12 [paul]       0.8.8claws86
4985
4986         * sync with 0.8.8cvs5
4987                 see ChangeLog 2003-01-13 (!)
4988
4989 2003-01-12 [alfons]     0.8.8claws85
4990
4991         * src/filtering.c
4992         * src/matcher_parser_parse.y
4993                 prepare change_score filtering action
4994         * src/matcher.[ch]
4995                 give up const-correctness on functions that call non-const-correct functions;
4996                 several casts to gpointer in g_free();
4997                 add change_score;
4998
4999 2003-01-12 [christoph]  0.8.8claws84
5000
5001         * src/compose.c
5002                 fix 2 warnings
5003
5004         * src/gtk/prefswindow.[ch]
5005         * src/plugins/spamassassin/spamassassin_gtk.c
5006                 changed the call of the widget create function
5007                 for PrefsPages, because sometimes the widget
5008                 create function needs a widget that already has
5009                 been attached to a window (to create GDK pixmaps
5010                 for exmaple). So we simply pass the GtkWindow as
5011                 the second parameter now.
5012
5013         * src/main.c
5014         * src/mainwindow.c
5015         * src/prefs_toolbar.[ch]
5016                 rewrite Toolbar Preferences using the new
5017                 prefs window
5018
5019 2003-01-11 [alfons]     0.8.8claws83
5020
5021         * src/addressadd.c
5022                 fix crash when adding sender to addressbook because status bar
5023                 isn't there (the status bar doesn't seem to be used though,
5024                 but I'll let Match decide what to do with it)
5025
5026 2003-01-11 [colin]      0.8.8claws82
5027
5028         * src/main.c
5029           src/toolbar.c
5030                 Two useless changes reversed
5031
5032 2003-01-11 [colin]      0.8.8claws81
5033
5034         * src/mainwindow.c
5035           src/mainwindow.h
5036                 Add mainwindow_get_mainwindow()
5037         * src/alertpanel.c
5038           src/alertpanel.h
5039                 Add alertpanel_error_log() 
5040         * src/compose.c
5041           src/inc.c
5042           src/messageview.c
5043           src/toolbar.c
5044           src/main.c
5045           src/procmsg.c
5046                 Network errors get a View Log button
5047
5048 2003-01-10 [alfons]     0.8.8claws80
5049
5050         * src/prefs_toolbar.c
5051         * src/toolbar.c
5052                 use the translatable string for "Separator" as file name for
5053                 separator toolbar items (probably make this uppercase?)
5054
5055 2003-01-10 [alfons]     0.8.8claws79
5056
5057         * src/prefs_toolbar.c
5058                 put right A_SEPARATOR description string in "displayed
5059                 toolbar items list" so manually added separators are
5060                 saved correctly (bug #10, "Adding a separator to the main 
5061                 toolbar fails, entry in xml file is wrong")
5062
5063 2003-01-10 [christoph]  0.8.8claws78
5064
5065         * src/imap.c
5066                 o fix warnings
5067                 o use CAPABILITY to check if NAMESPACE is available
5068
5069 2003-01-10 [christoph]  0.8.8claws77
5070
5071         * src/imap.[ch]
5072                 apply UIDPLUS IMAP extension support patch
5073
5074         Patch submitted by Simon 'corecode' Schubert
5075
5076 2003-01-10 [paul]       0.8.8claws76
5077
5078         * src/folderview.c
5079                 a sync from main which fixes the news account folders'
5080                 Properties bug
5081
5082 2003-01-10 [christoph]  0.8.8claws75
5083
5084         * src/folder.c
5085                 don't accept 0 as a valid uid returned by copy and move
5086                 functions. 0 means the message was copied or moved but the
5087                 new uid could not be fetched. It is not an error condition
5088                 for the copy or move operation.
5089
5090 2003-01-10 [paul]       0.8.8claws74
5091
5092         * src/prefs_filtering.c
5093                 change English used in Alert when entry is not
5094                 saved.
5095                 
5096         * sync with 0.8.8cvs4
5097                 see ChangeLog 2003-01-10
5098
5099 2003-01-10 [darko]      0.8.8claws73
5100
5101         * src/pine.c
5102                 fix crash when importing address book entry
5103                 without a valid address
5104
5105 2003-01-09 [alfons]     0.8.8claws72
5106
5107         * src/inc.c
5108                 filtering performance: use new style folder update
5109
5110 2003-01-09 [christoph]  0.8.8claws71
5111
5112         * src/compose.c
5113         * src/gtk/menu.[ch]
5114                 fix wrong selecting of mime encoding type, when
5115                 opening property dialog of attachments in the
5116                 compose window. 7bit was always selected and that
5117                 destoryed files with 8bit data.
5118                 (closes bug #9 Sylpheed-claws destroys attachments when
5119                  changing MIME-types)
5120
5121 2003-01-09 [paul]       0.8.8claws70
5122
5123         * sync with 0.8.8cvs3
5124                 see ChangeLog 2003-01-09
5125
5126 2003-01-08 [alfons]     0.8.8claws69
5127         
5128         * src/addressadd.c
5129                 apply patch by Kim Schulz to fix build breakage
5130                 because of missing variable
5131
5132 2003-01-08 [paul]       0.8.8claws68
5133
5134         * sync with 0.8.8cvs2
5135                 see ChangeLog 2002-01-08
5136
5137 2003-01-08 [paul]       0.8.8claws67
5138
5139         * po/it.po
5140                 updated by Alessandro Maestri
5141                 
5142         * src/addressadd.c
5143                 when using 'Add sender to addressbook' allow
5144                 name to be edited and remarks to be entered
5145                 Patch submitted by Luke Plant
5146
5147 2003-01-08 [darko]      0.8.8claws66
5148
5149         * README.claws, src/summaryview.c
5150                 fix description for marked messages
5151
5152 2003-01-08 [paul]
5153
5154         * tools/Makefile.am
5155           tools/launch_phoenix  ** NEW FILE **
5156                 add script that enables using Phoenix as the default
5157                 web browser. 
5158                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5159                 
5160         * tools/OOo2sylpheed.pl
5161                 remove full path to sylpheed executable, just 'sylpheed'
5162                 will do
5163                 
5164         * tools/README
5165                 add launch_phoenix informtion and re-arrange and compress
5166                 the data a little
5167
5168 2003-01-07 [christoph]  0.8.8claws65
5169
5170         * src/folder.c
5171                 fix update for source folder when moving messages
5172         * src/procmsg.[ch]
5173         * src/summaryview.c
5174                 use function to set to_folder for message infos and
5175                 automatically update the op_count for old and new
5176                 folder
5177
5178 2003-01-07 [melvin]     0.8.8claws64
5179
5180         * src/prefs_actions.c
5181                 Fixed bug where an '%p' Action on a displayed image crashed 
5182                         Sylpheed
5183                 Code clean up (get rid of duplicated code and removed unnecessary 
5184                                 structure member)
5185
5186 2003-01-07 [christoph]  0.8.8claws63
5187
5188         * src/compose.c
5189         * src/folder.[ch]
5190         * src/folderview.c
5191         * src/import.c
5192         * src/inc.c
5193         * src/main.c
5194         * src/mainwindow.c
5195         * src/messageview.c
5196         * src/prefs_folder_item.c
5197         * src/procmsg.c
5198         * src/summaryview.c
5199         * src/toolbar.c
5200                 o remove all folder update triggering from the UI code. The folder
5201                   system should know much better when a folder needs an update.
5202                 o to prevent multiple updates in a row the folder updates can be
5203                   frozen for some time.
5204
5205                 Note: - Please verify that no updates are missing
5206                       - Check where freeze/thaws should be added
5207
5208 2003-01-07 [christoph]  0.8.8claws62
5209
5210         * src/prefs_actions.c
5211                 don't translate empty strings
5212
5213         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5214
5215 2003-01-06 [christoph]  0.8.8claws61
5216
5217         * src/prefs_actions.c
5218                 mark strings for gettext
5219         * src/prefs_matcher.c
5220                 use new description window for Execute action and
5221                 match condition in Filtering
5222
5223         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5224
5225 2003-01-06 [alfons]     0.8.8claws60
5226
5227         keep myself inspired to re-organize matcher part 8; 
5228         yes, more to come (I need to move out the descriptive
5229         text for actions to matcher.c, or at least make it not
5230         depend on the wicked ordering)
5231
5232         * src/prefs_matcher.c
5233                 add documentation so others may comprehend the
5234                 UI part of the conditions
5235                 
5236 2003-01-06 [christoph]  0.8.8claws59
5237
5238         * src/prefs_actions.c
5239                 use new description window for syntax help
5240         * src/gtk/description_window.c
5241                 fix display of descriptions with column count != 2
5242
5243         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5244
5245 2003-01-06 [christoph]  0.8.8claws58
5246
5247         * src/quote_fmt.c
5248         * src/summaryview.[ch]
5249         * src/gtk/Makefile.am
5250         * src/gtk/description_window.[ch]       ** NEW **
5251                 use a generic window to display syntax descriptions
5252                 currently used in quote_fmt and summaryview (new description
5253                 for extended quick search)
5254
5255         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5256
5257 2003-01-06 [paul]       0.8.8claws57
5258
5259         * sync with 0.8.8cvs1
5260                 see ChangeLog 2003-01-06
5261
5262 2003-01-06 [christoph]  0.8.8claws56
5263
5264         * src/mainwindow.c
5265         * src/prefs_gtk.[ch]
5266         * src/gtk/prefswindow.[ch]
5267         * src/plugins/spamassassin/spamassassin_gtk.c
5268                 o remove page management from prefswindow, pages
5269                   will be an argument to prefswindow_open
5270                 o prefswindow_open gets a datapointer that is
5271                   passed to the widget_create function to allow
5272                   creation of prefswindow for specific items
5273
5274 2003-01-06 [colin]      0.8.8claws55
5275         
5276         * src/summaryview.c
5277                 We don't want regexp in the reply-finder, 
5278                 because MIDs can contain !,$,. and so on
5279
5280 2003-01-06 [jens]       0.8.8claws54
5281
5282         * src/jpilot.c
5283                 fixed a wrong free in jpilot_read_db_files
5284
5285 2003-01-06 [alfons]     0.8.8claws53
5286
5287         re-organize matcher part 8; more to come
5288        
5289         * src/matcher.c
5290                 matcherprop_to_string(): put g_free()s before the
5291                 switch-case break to fix memleaks                
5292
5293 2003-01-06 [colin]      0.8.8claws52
5294
5295         * src/summaryview.c
5296                 cleanup & reply-finder now displays the first 
5297                 matching message
5298
5299 2003-01-05 [alfons]     0.8.8claws51
5300
5301         re-organize matcher part 7; more to come
5302
5303         * src/matcher.[ch]
5304                 fixes for constant correctness;
5305                 more documentation;
5306
5307 2003-01-05 [alfons]     0.8.8claws50
5308
5309         re-organize matcher part 6; more to come
5310         
5311         * src/matcher.[ch]
5312                 fixes for constant correctness;
5313                 more documentation;
5314         * src/filtering.c
5315                 fix for constant correctness
5316
5317 2003-01-05 [colin]      0.8.8claws49
5318
5319         * src/account.[ch]
5320                 Add account_get_reply_account function
5321         * src/compose.c
5322                 Use account_get_reply_account function 
5323         * src/summaryview.c
5324                 Basic reply-finder - click on the replied
5325                 icon gets you to the outbox using quick-search
5326
5327 2003-01-05 [paul]       0.8.8claws48
5328
5329         * src/prefs_common.c
5330                 small change to English
5331                 
5332         * src/prefs_filtering.c
5333                 prefs_filtering_action_select(): improve logic and uniformity
5334                 of gui
5335
5336 2003-01-05 [alfons]     0.8.8claws47
5337
5338         fine tune solution to focus problems (bug #7)
5339
5340         * src/mainwindow.c
5341                 mainwindow_focus_in_event(): remove grab event check
5342         * src/summaryview.c
5343                 summary_button_pressed(): move selection on right-click
5344                 too. we can't possibly move the selection back after
5345                 canceling a dialog, because gtk's incomplete focus 
5346                 management. whether this is a good solution, only time
5347                 will tell.
5348
5349 2003-01-05 [christoph]  0.8.8claws46
5350
5351         * src/imap.c
5352                 fix crash when no imap connection could be established
5353
5354 2003-01-05 [paul]       0.8.8claws45
5355
5356         * src/mainwindow.c
5357           src/sumamryview.c
5358           src/gtk/menu.[ch]
5359                 fix bug 605957 'shortcuts in popup-menu'
5360                 make user-defined shortcuts work
5361                 show shortcuts that are already defined
5362                 in the main menu
5363                 Patch submitted by Luke Plant
5364
5365 2003-01-05 [alfons]     0.8.8claws44
5366
5367         * src/mainwindow.c
5368                 focus_in_event handler should not select summary view row 
5369                 when another window (menu, dialog) grabbed for events 
5370                 (bug #7, "[0.8.8claws42] Message summary focus") 
5371
5372 2003-01-04 [christoph]  0.8.8claws43
5373
5374         * src/procmsg.c
5375                 update save folder after adding the sent message
5376                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5377
5378 2003-01-02 [christoph]  0.8.8claws42
5379
5380         * src/common/plugin.c
5381                 fix unloading of all plugins and unload
5382                 plugins in reverse order
5383                 
5384         * src/gtk/pluginwindow.c
5385                 implement function of load and unload button
5386
5387         * src/gtk/prefswindow.c
5388         * src/gtk/prefswindow.h
5389                 rename register function and add new unregister
5390                 function
5391
5392         * src/plugins/spamassassin/spamassassin_gtk.c
5393                 unregister prefs page and update for changes in
5394                 src/gtk/prefswindow.c
5395
5396 2003-01-02 [paul]       0.8.8claws41
5397
5398         * po/es.po
5399                 updated by Ricardo Mones Lastra
5400
5401 2003-01-02 [paul]
5402
5403         * tools/tb2sylpheed
5404                 fixes and improvements by Urke MMI
5405
5406 2003-01-02 [thorsten]   0.8.8claws40
5407
5408         * src/procmsg.c
5409                 fixed wrong return value
5410
5411 2003-01-02 [thorsten]   0.8.8claws39
5412
5413         * src/prefs.c
5414                 fixed printing wrong variable
5415
5416 2003-01-02 [thorsten]   0.8.8claws38
5417
5418         * src/prefs.c
5419                 fixed acessing members of freed pfile struct
5420
5421 2003-01-02 [thorsten]   0.8.8claws37
5422
5423         * src/procmsg.c
5424                 detect loops across several messages
5425                 as suggested by Christoph Hohmann
5426
5427 2003-01-01 [match]      0.8.8claws36
5428
5429         * src/addrindex.c
5430                 fixed another memory leak.
5431
5432 2003-01-01 [match]      0.8.8claws35
5433
5434         * src/jpilot.[ch]
5435                 fixed memory leaks. applied Doxygen comments.
5436
5437 2003-01-01 [thorsten]   0.8.8claws34
5438
5439         * src/procmsg.c
5440                 inhibit endless loop if msg references itself
5441                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5442
5443 2003-01-01 [christoph]  0.8.8claws33
5444
5445         * src/mainwindow.c
5446         * src/gtk/Makefile.am
5447         * src/gtk/pluginwindow.c                ** NEW **
5448         * src/gtk/pluginwindow.h                ** NEW **
5449                 add plugin window
5450
5451         * src/plugins/demo/demo.c
5452         * src/plugins/spamassassin/spamassassin.c
5453         * src/plugins/spamassassin/spamassassin_gtk.c
5454                 write better plugin descriptions
5455
5456 2002-12-31 [christoph]  0.8.8claws32
5457
5458         * src/gtk/prefswindow.c
5459         * src/plugins/spamassassin/spamassassin_gtk.c
5460                 some small improvements to GTK code
5461
5462 2002-12-31 [christoph]  0.8.8claws31
5463
5464         * src/plugins/spamassassin/spamassassin_gtk.c
5465                 enable folder select button
5466
5467 2002-12-31 [christoph]  0.8.8claws30
5468
5469         * src/mainwindow.c
5470         * src/gtk/Makefile.am
5471         * src/gtk/prefswindow.c                         ** NEW **
5472         * src/gtk/prefswindow.h                         ** NEW **
5473                 add new prefs window
5474
5475         * src/common/plugin.c
5476                 don't try to load empty config lines
5477         
5478         * src/plugins/spamassassin/Makefile.am
5479         * src/plugins/spamassassin/spamassassin.c
5480         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5481         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5482                 GTK config for SpamAssassin Plugin using
5483                 the new prefs window
5484
5485 2002-12-31 [paul]       0.8.8claws29
5486
5487         * po/POTFILES.in
5488                 remove obsolete entry 'src/menu.c'
5489
5490 2002-12-31 [alfons]     0.8.8claws28
5491
5492         * src/matcher.[ch]
5493         * src/matcher_parser_parse.y
5494         * src/prefs_matcher.c
5495                 add "ignore_thread" and "~ignore_thread" condition so it's
5496                 possible to make the actions / scoring operate on the ignore
5497                 thread flag
5498
5499 2002-12-31 [christoph]  0.8.8claws27
5500
5501         * src/addrbook.c
5502         * src/addrindex.c
5503         * src/folder.c
5504         * src/matcher.c
5505         * src/prefs_account.c
5506         * src/prefs_actions.c
5507         * src/prefs_customheader.c
5508         * src/prefs_display_header.c
5509         * src/prefs_gtk.c
5510         * src/procmime.c
5511         * src/toolbar.c
5512         * src/xmlprops.c
5513         * src/common/prefs.[ch]
5514                 extend prefs file handling for reading and automatic handling
5515                 of blocks. When reading prefs_set_block_label will automatically
5516                 move on to the block. When writing it will copy all other blocks
5517                 automatically
5518
5519         * src/common/plugin.c
5520                 Now loading plugin filenames from [Plugins] block in
5521                 sylpheed rc file
5522
5523 2002-12-30 [christoph]  0.8.8claws26
5524
5525         * src/common/hooks.[ch]
5526                 return abort status to caller of hooks_invoke
5527                 
5528         * src/inc.[ch]
5529                 invoke message filtering hook and stop
5530                 default handling when filter returns abort
5531
5532         * src/common/plugin.[ch]
5533         * src/plugins/demo/demo.c
5534                 modify plugin loader, because resolving symbols for strings
5535                 does not work correctly
5536         
5537         * configure.in
5538         * ac/spamassassin.m4                            ** NEW **
5539         * src/plugins/spamassassin/.cvsignore           ** NEW **
5540         * src/plugins/spamassassin/Makefile.am          ** NEW **
5541         * src/plugins/spamassassin/README               ** NEW **
5542         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5543         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5544         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5545                 add spamassassin plugin, see src/plugins/spamassassin/README
5546                 for details
5547
5548 2002-12-29 [alfons]     0.8.8claws25
5549
5550         * src/mainwindow.c
5551                 when moving focus from a message view to the main 
5552                 window, don't forget to select the summary node
5553                 of the displayed message. should fix "[ 659103 ] 
5554                 focus-follows-mouse confuses sylpheed"
5555
5556 2002-12-29 [christoph]  0.8.8claws24
5557
5558         * src/Makefile.am
5559         * src/stringtable.[ch]          ** REMOVE **
5560         * src/common/Makefile.am
5561         * src/common/stringtable.[ch]   ** NEW **
5562                 move stringtable files to common directory
5563
5564 2002-12-29 [christoph]  0.8.8claws23
5565
5566         * src/Makefile.am
5567         * src/menu.[ch]                 ** REMOVE **
5568         * src/gtk/Makefile.am
5569         * src/gtk/menu.[ch]             ** NEW **
5570                 move menu files to gtk directory
5571
5572 2002-12-29 [match]      0.8.8claws22
5573
5574         * src/addressbook.c
5575         * src/syldap.c
5576                 moved UI specific code out of LDAP code into addressbook
5577                 UI code. fixed memory leak.
5578
5579 2002-12-29 [christoph]  0.8.8claws21
5580
5581         * src/folder.c
5582                 only check for IGNORED parent message when message is
5583                 not IGNORED itself
5584
5585 2002-12-29 [alfons]     0.8.8claws20
5586
5587         * src/summaryview.c
5588                 set gtksctree's anchor correct (immediate execute
5589                 changes the tree's layout, and anchor points at 
5590                 the incorrect row). fixes "[ 657233 ] multiple msg 
5591                 delete sometimes off by 1".
5592                 we probably have to look for more tree layout /
5593                 anchor glitches.
5594
5595 2002-12-29 [paul]       0.8.8claws19
5596
5597         * src/summaryview.c
5598                 fix bug [ 659054 ] incorrect sorting of 'From' column
5599                 when using 'display sender using address book'
5600                 thanks to Alfons and Luke Plant
5601
5602 2002-12-29 [christoph]  0.8.8claws18
5603
5604         * src/folder.c
5605         * src/procmsg.[ch]
5606                 check parent messages for IGNORE THREAD flag, when adding,
5607                 moving or copying messages to a folder
5608
5609 2002-12-27 [alfons]     0.8.8claws17
5610
5611         re-organize matcher part 5; more to come
5612
5613         * src/matcher.c
5614                 hash keywords in matchparser_tab 
5615
5616 2002-12-27 [alfons]     0.8.8claws16
5617
5618         re-organize matcher part 4; more to come
5619
5620         * src/matcher_parser.h
5621         * src/matcher_parser_lex.l
5622         * src/matcher_parser_parse.y
5623                 cleanup
5624
5625 2002-12-27 [alfons]     0.8.8claws15
5626
5627         re-organize matcher part 3; more to come
5628
5629         * src/matcher.[ch]
5630                 cleanup
5631
5632 2002-12-27 [alfons]     0.8.8claws14
5633
5634         re-organize matcher part 2; more to come but this should
5635         work. cc me if there are any regressions.
5636
5637         * src/matcher.h
5638                 add prototype for get_matchparser_tab_id()
5639         * src/matcher_parser_lex.l
5640                 look up keywords using matchparser_tab_id();
5641
5642 2002-12-27 [alfons]     0.8.8claws12
5643
5644         re-organize matcher part 1
5645
5646         * src/matcher.h
5647                 map yacc generated constants to sylpheed matcher constants
5648         * src/matcher.c
5649                 add function to find a matcher constant from a string
5650
5651 2002-12-27 [christoph]  0.8.8claws11
5652
5653         * src/compose.c
5654                 MENUITEM_ADD casts the 4th argument from integer to pointer
5655                 so it probably should not be a pointer, this means we
5656                 should use account id for it and not the account's pointer
5657
5658 2002-12-27 [paul]       0.8.8claws10
5659
5660         * src/mainwindow.c
5661                 remove unneeded 'GtkWidget *vbox'
5662                 
5663         * src/summaryview.c
5664                 further sync with 0.8.8 - make sort
5665                 by recipient work as expected
5666                 
5667         * NEWS
5668                 sync with 0.8.8
5669
5670 2002-12-27 [paul]       0.8.8claws9
5671
5672         * po/pt_BR.po
5673                 updated by Ivan F. Martinez
5674                 
5675 2002-12-27 [darko]      0.8.8claws8
5676
5677         * src/common/utils.c
5678                 added locked pattern to extended search
5679
5680 2002-12-27 [alfons]     0.8.8claws7
5681
5682         * src/prefs_matcher.[ch]
5683                 clean up
5684
5685 2002-12-26 [alfons]     0.8.8claws6
5686
5687         * src/matcher.[ch]
5688         * src/matcher_parser_lex.l
5689         * src/matcher_parser_parse.y
5690         * src/prefs_matcher.c
5691                 allow color label as a condition in the matcher
5692
5693 2002-12-26 [oliver]     0.8.8claws5
5694         
5695         * src/toolbar.c 
5696                 enable Addressbook for Main and Messageview
5697         * src/prefs_actions.c
5698                 enable actions in Messageview
5699
5700 2002-12-26 [christoph]  0.8.8claws4
5701
5702         * src/common/plugin.c
5703                 add a little debug output
5704         * configure.in
5705         * src/plugins/demo/Makefile.am
5706                 better use of automake
5707
5708 2002-12-26 [christoph]  0.8.8claws3
5709
5710         * src/Makefile.am
5711         * src/common/Makefile.am
5712                 fix "make distdir"
5713
5714 2002-12-26 [christoph]  0.8.8claws2
5715
5716         * configure.in
5717                 sort configure checks into common / gtk / plugins
5718         * po/POTFILES.in
5719                 add src/prefs_gtk.c
5720         * src/Makefile.am
5721                 add plugins SUBDIR
5722         * src/main.c
5723         * src/common/sylpheed.[ch]
5724                 added now sylpheed_done function for shutdown
5725         * src/common/Makefile.am
5726         * src/common/plugin.[ch]                ** NEW **
5727                 plugin loader and unloader
5728         * src/plugins/.cvsignore                ** NEW **
5729         * src/plugins/Makefile.am               ** NEW **
5730                 build plugins
5731         * src/plugins/demo/.cvsignore           ** NEW **
5732         * src/plugins/demo/Makefile.am          ** NEW **
5733         * src/plugins/demo/demo.c               ** NEW **
5734                 small demo plugin that installs a logtext hook and
5735                 outputs the log text to stdout
5736
5737 2002-12-26 [paul]       0.8.8claws1
5738
5739         * po/es.po
5740                 updated by Ricardo Mones Lastra
5741
5742 2002-12-26 [paul]       0.8.8claws
5743
5744         * 0.8.8claws released
5745
5746 2002-12-26 [paul]       0.8.7claws12
5747
5748         * po/bg.po
5749                 updated by George Danchev
5750
5751 2002-12-26 [paul]       0.8.7claws11
5752
5753         * po/POTFILES.in
5754                 remove unneeded 'src/prefs.c' entry 
5755
5756 2002-12-26 [paul]       0.8.7claws10
5757
5758         * src/codeconv.c
5759           src/mainwindow.c
5760                 sync with 0.8.8 release
5761         
5762         * src/folder.[ch]
5763           src/mh.c
5764           src/summaryview.c
5765                 partial sync with 0.8.8 release
5766         
5767
5768 2002-12-25 [alfons]     0.8.7claws9
5769
5770         * src/matcher.[ch]
5771         * src/matcher_parser_lex.l
5772         * src/matcher_parser_parse.y
5773         * src/prefs_matcher.c
5774                 add locked flag to possible filtering / matcher 
5775                 conditions (also a good example what should be
5776                 done to add a simple boolean condition)
5777
5778 2002-12-25 [christoph]  0.8.7claws8
5779
5780         * src/Makefile.am
5781         * src/account.[ch]
5782         * src/addrbook.c
5783         * src/addressbook.c
5784         * src/addrindex.c
5785         * src/filtering.c
5786         * src/folder.c
5787         * src/matcher.c
5788         * src/prefs.[ch]                ** REMOVE **
5789         * src/prefs_account.c
5790         * src/prefs_actions.c
5791         * src/prefs_common.c
5792         * src/prefs_customheader.c
5793         * src/prefs_display_header.c
5794         * src/prefs_filtering.c
5795         * src/prefs_folder_item.c
5796         * src/prefs_gtk.[ch]            ** NEW **
5797         * src/prefs_matcher.c
5798         * src/prefs_scoring.c
5799         * src/prefs_summary_column.c
5800         * src/procmime.c
5801         * src/selective_download.c
5802         * src/toolbar.c
5803         * src/common/Makefile.am
5804         * src/common/prefs.[ch]         ** NEW **
5805                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5806
5807 2002-12-24 [alfons]     0.8.7claws7
5808
5809         * src/summaryview.c
5810                 summary_thread_build(): fix real cause of the crash mentioned in
5811                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5812                 this way we get meaningful ctree nodes 
5813
5814 2002-12-24 [oliver]     0.8.7claws6
5815
5816         * src/mainwindow.[ch]
5817         * src/messageview.[ch]
5818         * src/compose.[ch]
5819         * src/inc.c
5820         * src/summaryview.c
5821                 changes to use updated toolbar handling
5822                 
5823 2002-12-24 [oliver]     0.8.7claws5
5824
5825         * src/toolbar.[ch]
5826                 generic toolbar handling
5827                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5828         * src/prefs_toolbar.[ch]
5829                 adjust to handling
5830         
5831 2002-12-24 [oliver]     0.8.7claws4
5832         
5833         * src/stock_pixmap.[ch]
5834                 move SYLPHEED_LOGO to end of list in order 
5835                 to remove it from Custom Toolbar`s Icon View
5836
5837 2002-12-24 [alfons]     0.8.7claws3
5838
5839         * src/summaryview.c
5840                 summary_thread_build(): fix crash because of focus != selection 
5841                 after threading. when deleting the selection, gtk tries but fails 
5842                 to find the correct focusable element. we now force the selection
5843                 to be focused. this should solve the infamous bug reported by 
5844                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5845                 a test case is available. 
5846
5847 2002-12-24 [darko]      0.8.7claws2
5848
5849         * src/summaryview.c
5850                 don't crash when unmarking message with unread children
5851
5852 2002-12-23 [christoph]  0.8.7claws1
5853
5854         * src/Makefile.am
5855         * src/common/Makefile.am
5856                 update Makefiles for moved intl.h, version.h and defs.h
5857         * src/imap.c
5858                 rewrite imap_session_get to avoid duplicate code
5859
5860 2002-12-23 [paul]       0.8.7claws
5861
5862         * Santa-Claws released
5863         
5864         * po/hu.po
5865           po/ru.po
5866                 squeeze in updated Hungarian and Russian translations.
5867                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5868
5869 2002-12-23 [paul]       0.8.6claws129
5870
5871         * po/pl.po
5872                 updated by Witold Wladyslaw Wojciech Wilk
5873
5874 2002-12-23 [paul]       0.8.6claws128
5875
5876         * src/quote_fmt_parse.y
5877                 fix typo and add licence header
5878
5879 2002-12-23 [paul]       0.8.6claws127
5880
5881         * po/en_GB.po
5882                 updated
5883
5884 2002-12-23 [paul]       0.8.6claws126
5885
5886         * po/it.po
5887                 updated translation, submitted by Alessandro Maestri
5888                 
5889 2002-12-23 [paul]       0.8.6claws125
5890
5891         * src/quote_fmt_parse.y
5892                 fix signature-stripping on replies bug. match
5893                 '-- \n' and not '-- '.
5894
5895 2002-12-22 [paul]       0.8.6claws124
5896
5897         * po/bg.po
5898           po/es.po
5899           po/sr.po
5900                 updated translations. submitted by George Danchev,
5901                 Ricardo Mones Lastra, and Urke MMI respectively
5902
5903 2002-12-21 [paul]       0.8.6claws123
5904
5905         * src/addrbook.c
5906                 fix coding style
5907
5908 2002-12-21 [paul]       0.8.6claws122
5909
5910         * src/addrbook.c
5911                 fix bug [643638] where if a person is in one or more
5912                 addressbook groups editing that person's email 
5913                 address results in removal from those groups.
5914                 Patch submitted by Luke Plant.
5915
5916 2002-12-20 [christoph]  0.8.6claws121
5917
5918         * src/common/utils.c
5919         * src/summaryview.c
5920                 reimplement expand_search_string using GString to
5921                 prevent crashs caused by miscalculated string
5922                 lengths reported by Paul
5923
5924 2002-12-20 [christoph]  0.8.6claws120
5925
5926         * src/summaryview.c
5927                 don't use "changed" to check if op_count has to be changed as it
5928                 is also set when the message has unread children
5929                 (closes bug [ 653221 ] crash while deleting duplicates)
5930
5931 2002-12-20 [paul]       0.8.6claws119
5932
5933         * sync with 0.8.6cvs27
5934                 see ChangeLog 2002-12-20
5935
5936 2002-12-20 [paul]       0.8.6claws118
5937
5938         * sync with 0.8.6cvs26
5939                 see ChangeLog 2002-12-19 and 2002-12-20
5940
5941 2002-12-19 [alfons]     0.8.6claws117
5942
5943         * src/textview.c
5944                 fix incorrect parsing of email addresses, submitted by 
5945                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5946                 name display if it contains @".
5947
5948 2002-12-18 [paul]       0.8.6claws116
5949
5950         * sync with 0.8.6cvs23
5951                 see ChangeLog 2002-12-18
5952
5953 2002-12-18 [paul]       0.8.6claws115
5954
5955         * src/Makefile.am
5956         * src/account.c
5957         * src/codeconv.c
5958         * src/gtkutils.[ch]
5959         * src/imap.c
5960                 sync with 0.8.6cvs22.
5961                 see ChangeLog 2002-12-17 and 2002-12-18
5962
5963 2002-12-17 [christoph]  0.8.6claws114
5964
5965         * src/imap.c
5966                 o don't create a session if imap greeting fails
5967                 o don't close socket when authentication fails
5968                   this is done by imap_session_destroy
5969
5970 2002-12-17 [thorsten]   0.8.6claws113
5971
5972         * tools/Makefile.am
5973           tools/README
5974           tools/google_msgid.pl ** NEW FILE **
5975                 Added "search for message-id" script and doc
5976
5977 2002-12-17 [thorsten]   0.8.6claws112
5978
5979         * po/hu.po
5980                 Updated hungarian translation
5981                 (updated by Gal Zoltan)
5982
5983 2002-12-16 [christoph]  0.8.6claws111
5984
5985         * src/addr_compl.c
5986                 remove stupid addressbook dump to debug output
5987         * src/mh.c
5988                 fix memory leak found by Hiro
5989
5990 2002-12-14 [paul]       0.8.6claws110
5991
5992         * src/compose.c
5993                 fix menubar sensitivity on send
5994                 
5995         * src/prefs_filtering.c
5996         * src/prefs_matcher.c
5997         * src/prefs_scoring.c
5998                 Fix english ;)
5999                 
6000         * src/common/quoted-printable.h
6001                 sync: fix typo
6002         
6003 2002-12-13 [christoph]  0.8.6claws109
6004
6005         * src/Makefile.am
6006         * src/manage_window.[ch]        ** REMOVE **
6007         * src/gtk/Makefile.am
6008         * src/gtk/manage_window.[ch]    ** NEW **
6009                 move manage_window files to gtk directory
6010
6011 2002-12-13 [christoph]  0.8.6claws108
6012
6013         * src/Makefile.am
6014         * src/gtkshruler.[ch]           ** REMOVE **
6015         * src/gtk/Makefile.am
6016         * src/gtk/gtkshruler.[ch]       ** NEW **
6017                 move gtkshruler files to gtk directory
6018
6019 2002-12-13 [christoph]  0.8.6claws107
6020
6021         * src/Makefile.am
6022         * src/compose.c
6023         * src/gtkstext.[ch]             ** REMOVE **
6024         * src/gtkutils.[ch]
6025         * src/textview.c
6026         * src/gtk/gtkstext.[ch]         ** NEW **
6027         * src/gtk/Makefile.am
6028                 o move stext functions to gtkstext.c to remove
6029                   dependency of gtkutils
6030                 o move gtkstext files to gtk directory
6031
6032         * src/gtk/Makefile.am
6033         * src/gtk/sslcertwindow.[ch]
6034                 UI stuff can always depend on common code so
6035                 it's ok to add ../common to include path
6036
6037 2002-12-13 [colin]      0.8.6claws106
6038
6039         * src/summaryview.c
6040                 Disconnect sighandlers for mainwindow when
6041                 quicksearch has the focus
6042                 Fix bug #653231
6043         * src/mainwindow.[ch]
6044                 Make key_pressed callback public, to be able
6045                 to disconnect it
6046
6047 2002-12-13 [christoph]  0.8.6claws105
6048
6049         * src/mh.c
6050                 create .mh_sequences file in new MH folders
6051                 (closes feature request [ 523162 ] MH folders should
6052                  get a .mh_sequences)
6053
6054 2002-12-13 [colin]      0.8.6claws104
6055
6056         * src/summaryview.c
6057                 Better handling of quicksearch show/hide
6058                 (basically the button stays under the mouse 
6059                  when toggled)
6060
6061 2002-12-13 [paul]       0.8.6claws103
6062
6063         * sync with 0.8.6cvs17
6064                 see ChangeLog 2002-12-13
6065
6066 2002-12-13 [paul]       0.8.6claws102
6067
6068         * po/es.po
6069                 updated by Ricardo Mones Lastra
6070
6071 2002-12-11 [colin]       0.8.6claws101
6072
6073         * src/folder.c
6074                 remove statusbar stuff
6075           src/folderview.c
6076                 set statusbar verbosity when moving folders
6077
6078 2002-12-11 [colin]       0.8.6claws100
6079         * src/prefs_filtering.c
6080         * src/prefs_matcher.c
6081         * src/prefs_scoring.c
6082                 Fix english ;)
6083
6084 2002-12-11 [colin]       0.8.6claws99
6085
6086         * src/prefs_common.[ch]
6087                 Add summary_quicksearch_type
6088         * src/summaryview.c
6089                 Save last used quicksearch type
6090
6091 2002-12-11 [jens]       0.8.6claws98
6092         * src/prefs_filtering.c
6093         * src/prefs_matcher.c
6094         * src/prefs_scoring.c
6095                 added dialog for incomplete rules in scoring, filtering and
6096                 matcher to ask wheather really close
6097
6098 2002-12-11 [colin]      0.8.6claws97
6099
6100         * src/folder.c
6101                 Fix folder dnd statusbar logging
6102
6103 2002-12-10 [christoph]  0.8.6claws96
6104
6105         * src/compose.c
6106         * src/folder.c
6107         * src/imap.c
6108         * src/inc.c
6109         * src/main.c
6110         * src/mainwindow.c
6111         * src/news.c
6112         * src/send.c
6113         * src/statusbar.[ch]
6114         * src/common/hooks.c
6115         * src/common/log.[ch]
6116                 o handle verbose logging in statusbar directly in statusbar code
6117                   and common code does not need any knowledge about a statusbar
6118                 o remove direct calls to statusbar_(puts|pop)_all functions
6119
6120 2002-12-10 [jens]       0.8.6claws95
6121
6122         * src/*.c
6123                 removed gettext from g_warnings
6124         * po/POTFILES.in
6125                 cleaned and updated
6126         * po/de.po
6127                 updated
6128
6129 2002-12-10 [colin]      0.8.6claws94
6130
6131         * src/main.c
6132                 finish crash dialog fix
6133
6134 2002-12-10 [colin]      0.8.6claws93
6135
6136         * src/main.c
6137                 "Fix" "sylpheed already running" instead of
6138                 crash dialog appearing after a crash
6139
6140 2002-12-10 [colin]      0.8.6claws92
6141
6142         * po/POTFILES.in
6143                 add src/gtk/sslcertwindow.c
6144
6145 2002-12-10 [paul]       0.8.6claws91
6146
6147         * po/POTFILES.in
6148                 updated to reflect recent changes
6149                 submitted by Alessandro Maestri
6150
6151 2002-12-09 [christoph]  0.8.6claws90
6152
6153         * src/Makefile.am
6154         * src/smtp.[ch]                 ** REMOVE **
6155         * src/common/Makefile.am
6156         * src/common/smtp.[ch]          ** NEW **
6157                 move smtp files to common directory
6158
6159 2002-12-09 [christoph]  0.8.6claws89
6160
6161         * src/Makefile.am
6162         * src/session.[ch]              ** REMOVE **
6163         * src/common/Makefile.am
6164         * src/common/session.[ch]       ** NEW **
6165                 move session files to common directory
6166
6167 2002-12-09 [paul]       0.8.6claws88
6168
6169         * src/account.c
6170                 fix bug [649746] edit accounts: move account reverted
6171                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6172
6173 2002-12-09 [colin]      0.8.6claws87
6174
6175         * src/ssl_certificate.c
6176                 cleanup
6177
6178 2002-12-09 [colin]      0.8.6claws86
6179
6180         * src/ssl.c
6181                 Try to open the cert.pem database and 
6182                 issue a warning if it isn't there
6183
6184 2002-12-09 [colin]      0.8.6claws85
6185
6186         * src/common/ssl_certificate.c
6187         * src/gtk/sslcertwindow.c
6188                 Warning fixes
6189
6190 2002-12-09 [colin]      0.8.6claws84
6191
6192         * src/ssl_certificate.[ch] ** REMOVED **
6193         * src/common/ssl_certificate.[ch] ** NEW **
6194         * src/Makefile.am
6195         * src/common/Makefile.am
6196                 Moved ssl_certificate.[ch] to common
6197         * src/common/ssl.c 
6198                 Put back needed include
6199         * src/gtk/sslcertwindow.[ch]
6200                 Changed ssl_certificate.h include
6201         
6202 2002-12-09 [colin]      0.8.6claws83
6203
6204         * src/gtk/sslcertwindow.[ch]
6205                 Implement hook for certificate acception
6206         * src/ssl_certificate.[ch]
6207                 Implement hook for certificate acception
6208         * src/common/ssl.c
6209                 Reenable certificate acception check
6210         * src/mainwindow.c
6211                 Register sslcertwindow's hook
6212         
6213 2002-12-08 [christoph]  0.8.6claws82
6214
6215         * src/about.c
6216         * src/addr_compl.c
6217         * src/codeconv.c
6218         * src/manual.c
6219         * src/undo.c
6220         * src/common/utils.c
6221                 o add missing includes
6222                 o fix warnings
6223         * src/.cvsignore
6224         * src/common/.cvsignore
6225         * src/common/version.h          ** REMOVE **
6226                 remove autogenerated file
6227
6228 2002-12-08 [paul]       0.8.6claws81
6229
6230         * src/stringtable.c
6231                 put back needed include
6232
6233 2002-12-08 [colin]      0.8.6claws80
6234         
6235         * src/gtk/sslcertwindow.c
6236                 Cleaner popups when asking
6237         * src/ssl_certificate.c
6238         * src/prefs_common.[ch]
6239                 remove ssl certificate pref
6240                 put back needed include
6241         * src/undo.c
6242                 put back needed include
6243
6244 2002-12-08 [christoph]  0.8.6claws79
6245
6246         * src/folderview.c
6247         * src/logwindow.c
6248         * src/statusbar.c
6249         * src/summaryview.c
6250                 only abort hook invokation if required data is missing not
6251                 if our own data pointer is NULL, update hookfunction for
6252                 log window
6253
6254 2002-12-08 [paul]       0.8.6claws78
6255
6256         * src/about.c
6257         * src/addrcache.c
6258         * src/addrclip.c
6259         * src/addr_compl.c
6260         * src/addrselect.c
6261         * src/codeconv.c
6262         * src/colorlabel.c
6263         * src/enriched.c
6264         * src/esmtp.c
6265         * src/exporthtml.c
6266         * src/headerview.c
6267         * src/imageview.c
6268         * src/manual.c
6269         * src/noticeview.c
6270         * src/pgptext.c
6271         * src/scoring.c
6272         * src/sourcewindow.c
6273         * src/stringtable.c
6274         * src/undo.c
6275                 clean up: remove unneccesary includes
6276
6277 2002-12-08 [christoph]  0.8.6claws77
6278
6279         * src/folderview.c
6280         * src/statusbar.c
6281         * src/summaryview.c
6282         * src/common/hooks.[ch]
6283                 hook functions now have a gboolean return value, if a hook
6284                 returns TRUE it will stop executing of any more hooks in
6285                 the same hooklist for this invokation
6286
6287 2002-12-08 [colin]      0.8.6claws76
6288         
6289         * src/main.c
6290                 put back argv0 for CRASH_DIALOG
6291
6292 2002-12-08 [christoph]  0.8.6claws75
6293
6294         * src/Makefile.am
6295         * src/about.c
6296         * src/account.c
6297         * src/crash.c
6298         * src/esmtp.h
6299         * src/imap.[ch]
6300         * src/inc.c
6301         * src/main.c
6302         * src/mainwindow.c
6303         * src/news.c
6304         * src/pop.[ch]
6305         * src/prefs_account.[ch]
6306         * src/prefs_common.[ch]
6307         * src/send.[ch]
6308         * src/smtp.[ch]
6309         * src/ssl_certificate.[ch]
6310         * src/ssl_manager.[ch]
6311         * src/common/Makefile.am
6312         * src/common/log.c
6313         * src/common/nntp.[ch]
6314         * src/common/socket.[ch]
6315         * src/common/ssl.[ch]
6316         * src/gtk/sslcertwindow.[ch]
6317         * ac/openssl.m4
6318                 use new autoconf script to detect OpenSSL with extra parameters
6319                 to specify the location of libs and includes, also remove USE_SSL
6320                 to USE_OPENSSL
6321
6322         * src/common/sylpheed.[ch]
6323         * src/common/version.h.in
6324                 start seperation of common code initialization seperated from gui
6325
6326         * src/summaryview.c
6327                 The function that is called when a color label changes
6328                 should not change the color lable again
6329
6330 2002-12-08 [colin]      0.8.6claws74
6331
6332         * src/gtk/sslcertwindow.c
6333                 warning fixes
6334
6335 2002-12-08 [colin]      0.8.6claws73
6336
6337         * src/statusbar.c
6338           src/common/log.h
6339                 Register a hook for statusbar_puts_all
6340         * src/common/log.c
6341                 invoke statusbar_puts_all's hook
6342         
6343 2002-12-08 [colin]      0.8.6claws72
6344
6345         * src/ssl_certificate.c
6346                 Put back a badly-removed include
6347
6348 2002-12-08 [colin]      0.8.6claws71
6349
6350         * src/gtk/sslcertwindow.[ch]    ** NEW **
6351                 new certificate presentation
6352         * src/gtk/Makefile.am
6353                 add new files
6354         * src/ssl_certificate.[ch]
6355                 gtk cleanup, made utility functions public
6356         * src/ssl_manager.c
6357                 use new cert presentation
6358
6359 2002-12-07 [christoph]  0.8.6claws70
6360
6361         * src/Makefile.am
6362         * src/nntp.[ch]                 ** REMOVE **
6363         * src/common/Makefile.am
6364         * src/common/nntp.[ch]          ** NEW **
6365                 move nntp files to common directory
6366
6367 2002-12-07 [christoph]  0.8.6claws69
6368
6369         * src/procmsg.[ch]
6370         * src/summaryview.c
6371                 implement msginfo update callback using sylpheed's new
6372                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6373
6374 2002-12-06 [christoph]  0.8.6claws68
6375
6376         * src/editgroup.c
6377                 This patch changes the 'Edit Group Details' dialog to
6378                 allow extended selections in either pane, so that
6379                 addresses can be added or removed from a group more
6380                 quickly and easily. (it actually is a net decrease in
6381                 file size, as some unnecessary functions have been
6382                 removed). 
6383                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6384
6385 2002-12-06 [christoph]  0.8.6claws67
6386
6387         * src/Makefile.am
6388         * src/template.[ch]             ** REMOVE **
6389         * src/common/Makefile.am
6390         * src/common/template.[ch]      ** NEW **
6391                 move template files to common directory
6392
6393         * src/nntp.c
6394                 add missing log.h include
6395
6396 2002-12-06 [melvin]     0.8.6claws66
6397
6398         * src/prefs_actions.c
6399                 Added the trailing ">" syntax to insert command's output
6400                 without replacing old text (in contrast to trailing "|").
6401
6402 2002-12-05 [colin]      0.8.6claws65
6403         
6404         * src/common/utils.c
6405                 Don't modify original search_string or it'll change
6406                 the next iterations in the for()
6407
6408 2002-12-05 [darko]      0.8.6claws64
6409
6410         * src/common/utils.c
6411                 proper check for filtering commands, found by Colin
6412
6413 2002-12-05 [darko]      0.8.6claws63
6414
6415         * src/common/utils.c
6416                 check proper string for NULL pointer, found by Colin
6417
6418 2002-12-05 [darko]      0.8.6claws62
6419
6420         * src/common/utils.[ch]
6421                 expand_search_string(): new function
6422                 converts Mutt-like patterns to Sylpheed's
6423                 filtering engine
6424         * src/summaryview.c
6425                 use expand_search_string() to allow Mutt-like
6426                 patterns in extended search
6427         * README.claws
6428                 document extended option in quick search
6429
6430 2002-12-05 [paul]       0.8.6claws61
6431
6432         * sync with 0.8.6cvs16
6433                 see ChangeLog 2002-12-05
6434                 
6435         * po/POTFILES.in
6436                 clean up
6437
6438 2002-12-04 [christoph]  0.8.6claws60
6439
6440         * src/imap.[ch]
6441                 put imap authentication code into a new function and
6442                 remove it from imap_session_new that will allow to
6443                 send other commands before authentication
6444
6445 2002-12-04 [christoph]  0.8.6claws59
6446
6447         * src/imap.[ch]
6448                 use already existing method to prevent unneeded IMAP
6449                 folder selects. Set imap_select parameters to NULL
6450                 in some functions if the values are not required.
6451
6452         * src/xml.h
6453                 remove no longer required include
6454
6455 2002-12-04 [paul]       0.8.6claws58
6456
6457         * po/es.po
6458                 updated by Ricardo Mones Lastra
6459                 
6460         * configure.in
6461           po/hu.po      ** NEW FILE **
6462                 initial Hungarian translation, submitted
6463                 by Gál Zoltán <galzoli@hu.inter.net>
6464
6465 2002-12-03 [christoph]  0.8.6claws57
6466
6467         * src/Makefile.am
6468         * src/gtksctree.[ch]            ** REMOVE **
6469         * src/gtk/Makefile.am
6470         * src/gtk/gtksctree.[ch]        ** NEW **
6471                 move gtksctree files to gtk directory
6472
6473 2002-12-03 [christoph]  0.8.6claws56
6474
6475         * src/Makefile.am
6476         * src/md5.[ch]                  ** REMOVE **
6477         * srm/common/Makefile.am
6478         * src/common/md5.[ch]           ** NEW **
6479                 move md5 files to common directory
6480
6481         * src/gtkstext.c
6482                 remove not required #include
6483
6484 2002-12-03 [sergey]     0.8.6claws55
6485
6486         * src/gtkutils.c
6487         * src/gtkutils.h
6488                 gtkut_window_popup(): new function.
6489         * src/mainwindow.c
6490                 main_window_popup(): use gtkut_window_popup() to raise
6491                 window without changing its position.
6492                 (see sylpheed-main ML message [sylpheed:17247])
6493
6494 2002-12-03 [sergey]     0.8.6claws54
6495
6496         * src/send.c
6497                 send_message_local(): removed first-dot escaping
6498                 (SMTP-only, not needed for sending through pipe)
6499
6500 2002-12-03 [paul]       0.8.6claws53
6501
6502         * po/POTFILES.in
6503                 update to reflect recent changes (thanks
6504                 to Ricardo Mones Lastra)
6505                 
6506         * tools/filter_conv.pl
6507                  fix problem with quoted strings. Patch submitted
6508                  by Luke Plant <lukeplant@softhome.net>
6509
6510 2002-12-03 [paul]       0.8.6claws52
6511
6512         * sync with 0.8.6cvs15
6513                 see ChangeLog 2002-12-03
6514
6515 2002-12-02 [christoph]  0.8.6claws51
6516
6517         * src/logwindow.[ch]
6518         * src/common/log.[ch]
6519                 implement logging using a hook function
6520
6521         * src/folderview.c
6522         * src/folder.[ch]
6523                 define hooklist name in header file to avoid
6524                 errors caused by wrong spelling of hooklist names
6525
6526         * src/toolbar.c
6527                 fix warnings
6528
6529 2002-12-02 [christoph]  0.8.6claws50
6530
6531         * src/common/Makefile.am
6532                 add src/common/hooks.[ch]
6533
6534         * src/common/hooks.[ch]
6535                 implement a simple hook system using glib's hook functions
6536
6537         * src/folder.[ch]
6538         * src/folderview.c
6539                 use new hook system for folder item updates
6540
6541 2002-12-02 [christoph]  0.8.6claws49
6542
6543         * doc-src/ui_seperation.txt     ** NEW **
6544                 information for ui seperation
6545
6546         * src/Makefile.am
6547                 remove files that were moved to common
6548                 include common directory by default for the header files
6549
6550         * src/inc.c
6551         * src/common/socket.c
6552         * src/automaton.[ch]
6553                 implement automaton using g_io_*-functions instead of
6554                 gdk_input_add to make it ui independent
6555
6556         * src/codeconv.c
6557         * src/compose.c
6558         * src/ldif.c
6559         * src/pgptext.c
6560         * src/procmime.c
6561         * src/rfc2015.c
6562         * src/smtp.c
6563         * src/unmime.c
6564                 remove common/ prefix because directory is now in
6565                 include path
6566
6567         * src/compose.c
6568         * src/folder.c
6569         * src/folderview.c
6570         * src/mainwindow.c
6571         * src/messageview.c
6572         * src/prefs_common.c
6573         * src/procmsg.c
6574         * src/rfc2015.c
6575                 fix warnings
6576
6577         * src/imap.c
6578         * src/inc.c
6579         * src/news.c
6580         * src/pop.c
6581         * src/send.c
6582         * src/smtp.c
6583         * src/ssl_certificate.c
6584                 add log.h header file for logging functions
6585
6586         * src/main.c
6587         * src/common/utils.c
6588         * src/summaryview.c
6589         * src/xml.c
6590                 o move debug_mode to common/utils.c
6591                 o add functions to set and get debug_mode
6592
6593         * src/defs.h                    ** REMOVE **
6594         * src/intl.h                    ** REMOVE **
6595         * src/socket.[ch]               ** REMOVE **
6596         * src/ssl.[ch]                  ** REMOVE **
6597         * src/utils.[ch]                ** REMOVE **
6598                 replaced by new files in src/common/
6599         
6600         * src/common/Makefile.am
6601                 add new files in src/common/
6602
6603         * src/common/defs.h             ** NEW **
6604         * src/common/intl.h             ** NEW **
6605         * src/common/log.[ch]           ** NEW **
6606         * src/common/socket.[ch]        ** NEW **
6607         * src/common/ssl.[ch]           ** NEW **
6608         * src/common/utils.[ch]         ** NEW **
6609                 replacement for files in src/
6610
6611 2002-12-02 [colin]      0.8.6claws48
6612
6613         * src/folderview.c
6614                 Scroll folderview if necessary during dnd
6615
6616 2002-12-02 [colin]      0.8.6claws47
6617
6618         * src/folder.[ch]
6619                 Add check to verify a move is within a single mailbox
6620         * src/folderview.c
6621                 Add specific error string for this check
6622
6623 2002-12-02 [colin]      0.8.6claws46
6624
6625         * src/folder.c
6626                 Add a test to folder moving, remove a statusbar_print
6627         * src/folderview.c
6628                 Add Move folder... context-menu item
6629                 Factorize folder moving code
6630                 Enable folder DND for mbox
6631
6632 2002-12-01 [christoph]  0.8.6claws45
6633
6634         * ac/aspell.m4
6635                 remove conf.aspelltest if the version check fails
6636
6637 2002-11-30 [christoph]  0.8.6claws44
6638
6639         * autogen.sh
6640                 run libtoolize --force in autogen to create missing
6641                 libtool scripts
6642
6643 2002-11-30 [christoph]  0.8.6claws43
6644
6645         * src/Makefile.am
6646         * src/pgptext.c
6647         * src/procmime.c
6648         * src/rfc2015.c
6649         * src/uuencode.[ch]             ** REMOVED **
6650         * src/common/Makefile.am
6651         * src/common/uuencode.[ch]      ** NEW **
6652                 move uuen/decoder to common directory
6653
6654 2002-11-30 [christoph]  0.8.6claws42
6655
6656         * src/Makefile.am
6657         * src/base64.[ch]               ** REMOVED **
6658         * src/codeconv.c
6659         * src/compose.c
6660         * src/ldif.c
6661         * src/pgptext.c
6662         * src/procmime.c
6663         * src/rfc2015.c
6664         * src/smtp.c
6665         * src/unmime.c
6666         * src/common/Makefile.am
6667         * src/common/base64.[ch]        ** NEW **
6668                 move base64 en/decoder to common directory
6669
6670 2002-11-30 [christoph]  0.8.6claws41
6671
6672         * src/common                    ** NEW **
6673                 new directory for UI independent code
6674         * src/gtk                       ** NEW **
6675                 new directory for GTK frontend
6676         * src/common/.cvsignore         ** NEW **
6677         * src/gtk/.cvsignore            ** NEW **
6678                 ignore build files
6679         * src/common/Makefile.am        ** NEW **
6680         * src/gtk/Makefile.am           ** NEW **
6681                 automake files to build new seperated stuff
6682         * src/Makefile.am
6683                 the binary will currently still be build with the
6684                 files in src, so we include the code from the
6685                 subdirs for now after building the libs there
6686
6687 2002-11-30 [paul]       0.8.6claws40
6688
6689         * src/compose.c
6690                 fix bug [642731] 'Wrong selected account with drafted mail'
6691
6692 2002-11-29 [oliver]     0.8.6claws39
6693         
6694         * src/messageview.c
6695                 o update summaryview when switching between different
6696                   messageviews          
6697         * src/toolbar.c  
6698                 o check if messageview holds already removed msg
6699                   from summaryview
6700                 
6701
6702 2002-11-29 [oliver]     0.8.6claws38
6703
6704         * src/toolbar.c 
6705                 remove not needed variables and includes
6706                 make messageview stay opened and move to next when msgs are deleted 
6707
6708 2002-11-29 [oliver]     0.8.6claws37
6709         
6710         * src/toolbar.c 
6711                 disable compose button (messageview toolbar) by default
6712                 deleted msgs are moved to trash
6713         
6714 2002-11-29 [melvin]     0.8.6claws36
6715
6716         * configure.in
6717                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6718                 and to detect signatures expirations (gpgme 0.3.6)
6719
6720         * src/main.c
6721                 Use non obsolescent function for Gpgme engine checking.
6722
6723         * src/rfc2015.c
6724                 Inform about expired signatures or signatures which key
6725                 has expired. Expiration date is displayed.
6726
6727         * src/sigstatus.c
6728                 Inform about expired signatures or signatures which key
6729                 has expired.
6730
6731 2002-11-28 [paul]       0.8.6claws35
6732
6733         * src/folderview.c
6734                 re-instate 'Check for new messages' in Newsgroup
6735                 folders right-click menu, after a suggestion from
6736                 Tim Mann <timmann@users.sourceforge.net>
6737
6738         * src/main.c
6739                 after a crash check only local folders for new
6740                 messages
6741
6742 2002-11-28 [paul]       0.8.6claws34
6743
6744         * configure.in
6745                 apply patch that fixes the checking of GTK with XIM 
6746                 support on different OSs, such as FreeBSD. Patch 
6747                 submitted by Topia <topia@users.sourceforge.net>
6748                 
6749 2002-11-28 [paul]       0.8.6claws33
6750
6751         * src/mainwindow.c
6752           src/prefs_common.c
6753           src/prefs_toolbar.c
6754                 more changes to the English
6755
6756 2002-11-28 [paul]       0.8.6claws32
6757
6758         * sync with 0.8.6cvs13
6759                 see ChangeLog 2002-11-28 (no sync needed
6760                 for src/compose.c)
6761
6762 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6763         
6764         * src/mainwindow.[ch]
6765                 add patch by Ivan F. Martinez introducing messageview Toolbar
6766                 some changes and committed by oliver    
6767
6768 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6769
6770         * src/messageview.[ch]
6771                 add patch by Ivan F. Martinez introducing messageview Toolbar
6772                 some changes and committed by oliver    
6773
6774 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6775
6776         * src/compose.[ch]
6777                 add patch by Ivan F. Martinez introducing messageview Toolbar
6778                 some changes and committed by oliver    
6779
6780 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6781         
6782         * src/toolbar.[ch]
6783                 add patch by Ivan F. Martinez introducing messageview Toolbar
6784                 some changes and committed by oliver
6785
6786 2002-11-28 [oliver]     0.8.6claws27
6787         
6788         * src/prefs_toolbar.[ch]
6789                 getting ready for messageview toolbar
6790                 free mem allocated by gettext
6791                 change prefs_toolbar to prefs_toolbar_open
6792  
6793 2002-11-28 [thorsten]   0.8.6claws26
6794
6795         * src/imageview.[ch]
6796                 cleaned up conflicting declarations of
6797                 imageview_show_image()
6798
6799 2002-11-28 [paul]       0.8.6claws25
6800
6801         * src/grouplistdialog.c
6802           src/prefs_common.c
6803           src/prefs_summary_column.c
6804                 a few more improvements to the English
6805
6806 2002-11-28 [colin]      0.8.6claws24
6807
6808         * man/sylpheed.1
6809                 A few updates to command-line parameters
6810
6811 2002-11-28 [colin]      0.8.6claws23
6812
6813         * src/prefs_filtering.c
6814                 Fix problems with prefs_filtering_delete_path:
6815                 a) if the first rule is removed, original pointers
6816                    weren't updated (leading to segfaults)
6817                 b) it was always global_processing updated in case
6818                    of removed path was parent of rule path
6819
6820 2002-11-27 [paul]       0.8.6claws22
6821
6822         * src/mainwindow.c
6823           src/prefs_account.c
6824           src/prefs_actions.c
6825           src/prefs_common.c
6826           src/prefs_customheader.c
6827           src/prefs_display_header.c
6828           src/prefs_filtering.c
6829           src/prefs_folder_item.c
6830           src/prefs_matcher.c
6831           src/prefs_scoring.c
6832           src/prefs_summary_column.c
6833           src/prefs_template.c
6834           src/prefs_toolbar.c
6835                  improve the English in the GUI
6836
6837 2002-11-27 [colin]      0.8.6claws21
6838
6839         * src/folder.c
6840                 Fix processing renaming problems happening after
6841                 last commit
6842
6843 2002-11-27 [colin]      0.8.6claws20
6844
6845         * src/folder.c
6846                 recursive move now deletes src each subfolder after 
6847                 having moved it
6848         * src/folderview.c
6849                 Use identifier instead of path during dnd (enables
6850                 IMAP folder dnd)
6851
6852 2002-11-27 [paul]       0.8.6claws19
6853
6854         * src/main.c
6855                 apply patch that does command-line processing 
6856                 BEFORE gtk_init, allowing claws to run from 
6857                 shell-scripts in non-X environment (e.g. crontab 
6858                 or ip-up, ip-down scripts). Patch submitted by
6859                 Ruslan N. Balkin <baron@dartel.ru>
6860                 
6861         * po/it.po
6862                 updated by Alessandro Maestri
6863
6864 2002-11-27 [paul]       0.8.6claws18
6865
6866         * sync with 0.8.6cvs12
6867           src/prefs_common.c
6868                 Differences are that main uses a 'Receive dialog'
6869                 frame on the Interface tab, whereas claws groups all 
6870                 the dialogs together in a 'Dialogs' frame.
6871
6872 2002-11-27 [colin]      0.8.6claws17
6873
6874         * src/prefs_matcher.c
6875                 Fix Execute criteria's NOT flag
6876
6877
6878 2002-11-26 [christoph]  0.8.6claws16
6879
6880         * src/ssl.c
6881                 rewrite the ssl code a little bit, only use one
6882                 SSL context, set default certificates' file/path
6883
6884 2002-11-26 [thorsten]   0.8.6claws15
6885
6886         * src/compose.c
6887                 default-reply-to didn't work for ml-reply
6888
6889 2002-11-26 [melvin]     0.8.6claws14
6890
6891         * src/prefs_actions.c
6892                 Made pipe-actions ignore short headers in message view
6893                 Made trailing-pipe-actions write in the message view with
6894                 the same font as the original message
6895
6896 2002-11-26 [paul]       0.8.6claws13
6897
6898         * src/compose.c
6899                 this time commit the correct file
6900
6901 2002-11-26 [paul]       0.8.6claws12
6902
6903         * sync with 0.8.6cvs11
6904           src/quote_fmt_parse.y  
6905                 no sync needed
6906           src/account.[ch]       
6907                 not sync'ed
6908           src/compose.c
6909                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6910                 on draft mode.
6911                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6912                 header
6913                 
6914         see ChangeLog 2002-11-25 and 2002-11-26
6915
6916 2002-11-26 [colin]      0.8.6claws11
6917
6918         * src/folderview.c
6919                 Fix collapsed folder not auto-expanding during
6920                 mail dnd, if it was the source folder.
6921
6922 2002-11-25 [colin]      0.8.6claws10
6923
6924         * src/folderview.[ch]
6925                 Variable renaming and cleaning (slist of nodes 
6926                 to be re-collapsed is stored in FolderView)
6927
6928 2002-11-25 [paul]       0.8.6claws9
6929
6930         * src/prefs_common.[ch]
6931                 fix breakage caused by last commit
6932
6933 2002-11-25 [paul]       0.8.6claws8
6934
6935         * sync with 0.8.6cvs4
6936                 see ChangeLog 2002-11-21
6937
6938 2002-11-25 [paul]       0.8.6claws7
6939
6940         * sync with 0.8.6cvs4
6941                 see ChangeLog 2002-11-20
6942
6943 2002-11-25 [paul]       0.8.6claws6
6944
6945         * sync with 0.8.6cvs3
6946                 see ChangeLog 2002-11-18
6947
6948 2002-11-25 [colin]      0.8.6claws5
6949
6950         * src/gtkutils.[ch]
6951                 Add gtkut_ctree_node_is_parent()
6952         * src/folderview.c
6953                 Spring-loaded folders
6954
6955 2002-11-25 [colin]      0.8.6claws4
6956
6957         * src/utils.[ch]
6958                 Add slist_concat_unique(), function to merge
6959                 two GSList filtering dups
6960         * src/folder.[ch]
6961         * src/summaryview.[ch]
6962         * src/folderview.c
6963         * src/main.c
6964                 Add detection/update/display of unread answers
6965                 to marked mails
6966         * src/procmsg.[ch]
6967                 Add procmsg_find_children()
6968                 Add procmsg_msg_has_marked_parent()
6969
6970 2002-11-25 [colin]      0.8.6claws3
6971
6972         * src/ssl_certificate.[ch]
6973                 Allow checking a certificate without a DNS
6974                 lookup
6975                 Allow to forget a cert (by deleting it)
6976                 Make ssl_certificate_destroy_public
6977         * src/ssl_manager.[ch] ** NEW FILES **
6978                 Gui to manage (display/remove) certificates
6979         * src/prefs_common.[ch]
6980                 Add a pref to allow silent acceptation of
6981                 trusted certificates or not (based on the
6982                 "I want to know what's going on" principle)
6983         * src/mainwindow.c
6984                 Add SSL manager in Tools menu
6985         * src/Makefile.am
6986                 Add the new files to the build
6987         * po/POTFILES.in
6988                 Add ssl_manager.c to translations
6989
6990 2002-11-25 [colin]      0.8.6claws2
6991
6992         * src/summaryview.[ch]
6993                 Add S_SEARCH_EXTENDED to the quick search, which 
6994                 allows to search using filtering syntax.
6995
6996 2002-11-25 [colin]      0.8.6claws1
6997
6998         * src/summaryview.c
6999                 Deletion of duplicates now prefer deleting
7000                 the unread dup (fixes feature-request 638989).
7001
7002 2002-11-24 [paul]       0.8.6claws
7003
7004         * po/es.po
7005           po/pl.po
7006           po/ru.po
7007           po/sr.po
7008                 updated by Ricardo Mones Lastra,
7009                 Witold Wladyslaw Wojciech Wilk,
7010                 Ruslan N. Balkin, and  Urke MMI 
7011                 respectively
7012
7013 2002-11-24 [paul]       0.8.5claws182
7014
7015         * po/bg.po
7016                 updated by George Danchev
7017
7018 2002-11-23 [alfons]     0.8.5claws181
7019
7020         * src/imap.c
7021                 tiny memory leak found by browsing Dimitar's 
7022                 valgrind report
7023
7024 2002-11-23 [paul]       0.8.5claws180
7025
7026         * po/it.po
7027                 updated by Alessandro Maestri
7028
7029 2002-11-22 [christoph]  0.8.5claws179
7030
7031         * src/compose.c
7032         * src/inc.c
7033         * src/prefs_filtering.c
7034         * src/summaryview.c
7035                 more warning fixes
7036
7037 2002-11-22 [alfons]     0.8.5claws178
7038
7039         * src/summaryview.c
7040                 summary_execute_delete_func(): if message is deleted, make 
7041                 sure to also remove its entry in the subject hash table. 
7042                 fixes a corner case bug.
7043
7044 2002-11-22 [paul]       0.8.5claws177
7045
7046         * .cvsignore
7047                 add 'autom4te.cache'
7048                 
7049         * ltconfig      ** REMOVED **
7050                 not needed
7051
7052 2002-11-22 [paul]       0.8.5claws176
7053
7054         * src/textview.c
7055                 textview_set_font(): fix for message display in
7056                 UTF-8 locales (thanks to Sergey Vlasov).
7057                 
7058         * AUTHORS
7059                 add new team members and contributors
7060
7061
7062 2002-11-21 [colin]      0.8.5claws175
7063
7064         * src/procmsg.[ch]
7065                 Add procmsg_remove_special_headers()
7066         * src/mh.c
7067                 Use procmsg_remove_special_headers() for 
7068                 previous fix
7069
7070 2002-11-21 [colin]      0.8.5claws174
7071
7072         * src/mh.c
7073                 Fix moving/copying from queue/draft folders
7074                 for MH folders
7075
7076 2002-11-21 [christoph]  0.8.5claws173
7077
7078         * src/crash.c
7079         * src/filtering.c
7080         * src/logwindow.c
7081         * src/main.c
7082         * src/matcher_parser_lex.[hl]
7083         * src/mbox.c
7084         * src/mbox_folder.[ch]
7085         * src/prefs_filtering.c
7086         * src/procheader.c
7087         * src/quote_fmt_lex.l
7088         * src/ssl.c
7089                 fix all warnings except the warnings in lex and yacc files
7090
7091 2002-11-20 [christoph]  0.8.5claws172
7092
7093         * src/imap.c
7094                 fix MsgInfo retrieval for IMAP draft and queue folders
7095                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7096
7097 2002-11-19 [christoph]  0.8.5claws171
7098
7099         * src/compose.c
7100                 fix segfault, when draft saving does not get
7101                 the MsgInfo of the new message
7102                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7103
7104 2002-11-19 [christoph]  0.8.5claws170
7105
7106         * src/procmsg.c
7107                 add parameter check for flag setting function
7108                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7109
7110 2002-11-18 [paul]       0.8.5claws169
7111
7112         * src/compose.c
7113                 more sensitivity fixes to redirect mode:
7114                 * disable toolbar draft button
7115                 * allow only Address book in the Tools menu
7116                 * disable editing of message by the spell
7117                   checker
7118
7119 2002-11-18 [paul]       0.8.5claws168
7120
7121         * src/compose.c
7122                 fix sensitivity of menu items in compose_redirect():
7123                 allow only the necessary items 
7124
7125 2002-11-18 [paul]       0.8.5claws167
7126
7127         * src/compose.c
7128                 fix bug [ 603259 ] 'attachment got lost on bounce'
7129
7130 2002-11-18 [paul]       0.8.5claws166
7131
7132         * po/ru.po
7133                 updated by Ruslan N. Balkin <baron@dartel.ru>
7134
7135 2002-11-18 [colin]      0.8.5claws165
7136
7137         * src/main.c
7138           src/defs.h
7139                 Remove old filtering stuff
7140
7141
7142 2002-11-17 [oliver]     0.8.5claws164
7143
7144         * src/toolbar.h
7145                 remove not needed typedef 
7146
7147 2002-11-17 [oliver]     0.8.5claws163
7148
7149         * src/toolbar.c
7150                 make toolbar's on click events translatable
7151
7152 2002-11-15 [colin]      0.8.5claws162
7153
7154         * src/summaryview.c
7155                 Revert too-soon integration of a feature
7156
7157 2002-11-15 [christoph]  0.8.5claws161
7158
7159         * src/imap.c
7160                 use main's implementation of imap_get_msginfo
7161
7162 2002-11-15 [christoph]  0.8.5claws160
7163
7164         * src/compose.c
7165         * src/folder.[ch]
7166         * src/imap.c
7167         * src/mbox_folder.c
7168         * src/mh.c
7169         * src/news.c
7170         * src/procmsg.c
7171         * src/summaryview.c
7172                 replace claws' fetch_msginfo with main's get_msginfo
7173                 (use main's implementation where possible)
7174
7175 2002-11-15 [colin]      0.8.5claws159
7176
7177         * src/ssl_certificate.c
7178                 Missed a check
7179
7180 2002-11-16 [melvin]     0.8.5claws158
7181
7182         * po/fr.po
7183                 Updated French translations.
7184
7185 2002-11-16 [colin]      0.8.5claws157
7186
7187         * src/ssl_certificate.c
7188                 Check for missing parts in the certificates
7189
7190 2002-11-15 [colin]      0.8.5claws156
7191
7192         * src/folderview.c
7193                 Preventive fix (missing check) found by
7194                 Alfons
7195
7196 2002-11-15 [paul]
7197
7198         * NEWS
7199                 sync with 0.8.6 release
7200
7201 2002-11-15 [colin]      0.8.5claws155
7202
7203         * src/folder.[ch]
7204           src/folderview.c
7205                 Fix error handling of folder_item_move_to()
7206                 (thanks to Alfons!)
7207
7208 2002-11-15 [colin]      0.8.5claws154
7209
7210         * src/folder.[ch]
7211           src/folderview.c
7212                 folder_item_move_to() sets an error message instead
7213                 of having GUI stuff in folder.c
7214
7215 2002-11-15 [colin]      0.8.5claws153
7216
7217         * src/procmsg.[ch]
7218                 Implemented a callback for MsgInfo updates, 
7219                 heavily copy/pasted from Christoph's folder 
7220                 callback system
7221         * src/summaryview.[ch]
7222                 Register summary_update_msg as callback
7223
7224 2002-11-14 [colin]      0.8.5claws152
7225         
7226         * src/procmsg.c
7227                 Update the FolderItem after sending (fixes 617593)
7228
7229 2002-11-14 [christoph]  0.8.5claws151
7230
7231         * src/folder.c
7232                 fix wrong position of NULL pointer check found
7233                 by Sergey
7234
7235 2002-11-14 [christoph]  0.8.5claws150
7236
7237         * src/folder.c
7238                 fix segfault when deleting messages from IMAP folders
7239                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7240
7241 2002-11-14 [colin]      0.8.5claws149
7242
7243         * src/compose.c
7244                 Forwarding was also ignoring the folder's default account.
7245
7246 2002-11-14 [colin]      0.8.5claws148
7247
7248         * src/compose.c
7249                 Fix sent folder not set to folder properties when 
7250                 forwarding.
7251
7252 2002-11-14 [thorsten]   0.8.5claws147
7253
7254         * src/inc.c
7255                 inc_start(): Files were not moved from .processing to inbox,
7256                 if no global processing rule existed
7257
7258 2002-11-14 [colin]      0.8.5claws146
7259
7260         * src/ssl_certificate
7261                 Fix file operations
7262
7263 2002-11-14 [paul]       0.8.5claws145
7264
7265         * po/it.po
7266                 updated by Alessandro Maestri
7267
7268 2002-11-13 [alfons]     0.8.5claws144
7269
7270         * src/folder.c
7271                 folder_item_close(): only mark messages unread
7272                 when a folder has new messages 
7273
7274 2002-11-13 [keith]      0.8.5claws143
7275
7276         * src/imap.c
7277                 Fix problem moving or copying between
7278                 IMAP folders
7279
7280 2002-11-13 [colin]      0.8.5claws142
7281
7282         * src/matcher_parser_parse.y
7283                 Fix rule problem when " don't match
7284
7285 2002-11-13 [christoph]  0.8.5claws141
7286
7287         * src/folder.c
7288         * src/folderview.c
7289                 moved cache saving to folder_item_close
7290                 the folderview should not have to deal with
7291                 this things
7292
7293 2002-11-13 [christoph]  0.8.5claws140
7294
7295         * src/summaryview.c
7296                 moved setting of important score to
7297                 summary_set_prefs_from_folderitem
7298
7299 2002-11-13 [colin]      0.8.5claws139
7300
7301         * src/matcher_parser_parse.y
7302                 Fix a segfault in the parser (happening when
7303                 a good expression had been tested and a bad 
7304                 one arrives)
7305
7306 2002-11-13 [paul]       0.8.5claws138
7307
7308         * sync with 0.8.5cvs24
7309                 see ChangeLog 2002-11-13
7310                 
7311         * po/pt_BR.po
7312                 updated by Fabio Jr. Beneditto
7313
7314 2002-11-13 [colin]      0.8.5claws137
7315         
7316         * src/msgcache.c
7317           src/defs.h
7318           src/procmsg.[ch]
7319                 Revert last commit, problem
7320
7321 2002-11-13 [colin]      0.8.5claws136
7322
7323         * src/msgcache.c
7324                 Remove duplicated code
7325         * src/defs.h
7326                 Bumped CACHE_VERSION and MARK_VERSION
7327         * src/procmsg.[ch]
7328                 Network endian for cache and mark files
7329
7330 2002-11-12 [colin]      0.8.5claws135
7331
7332         * src/inc.c
7333                 Fix the "socket error" dialog which disappeared
7334
7335 2002-11-12 [colin]      0.8.5claws134
7336
7337         * src/msgcache.c
7338                 Reverse last commit which had performance 
7339                 problems, but still reverse the list
7340
7341 2002-11-12 [colin]      0.8.5claws133
7342
7343         * src/msgcache.c
7344                 Reverse list order
7345
7346 2002-11-12 [melvin]     0.8.5claws132
7347
7348         * src/compose.c
7349                 Added a check for a NULL prefs_common.dictionary
7350
7351 2002-11-12 [colin]      0.8.5claws131
7352
7353         * src/ssl_certificate.[ch]
7354                 Use FQDN hostname
7355
7356 2002-11-12 [colin]      0.8.5claws130
7357
7358         * src/ssl_certificate.[ch]
7359                 Take connection port into account for 
7360                 checking certificates (a single hostname
7361                 could have multiple servers with multiple
7362                 certificates)
7363         * src/ssl.c
7364                 Pass the port to ssl_certificate_check
7365
7366 2002-11-12 [paul]       0.8.5claws129
7367
7368         * src/folder.c
7369                 fix a typo in last commit
7370
7371 2002-11-12 [paul]       0.8.5claws128
7372
7373         * sync with 0.8.5cvs23
7374                 see ChangeLog entry 2002-11-12
7375
7376 2002-11-11 [colin]      0.8.5claws127
7377
7378         * src/ssl_certificate.c
7379                 Cleaner messages
7380                 Don't popup, instead log error, if the 
7381                 corresponding pref is checked
7382         * src/ssl_certificate.h
7383                 include <openssl/objects/h>
7384
7385 2002-11-11 [colin]      0.8.5claws126
7386
7387         * src/ssl_certificate.h
7388                 _Really_ clean it
7389
7390 2002-11-11 [colin]      0.8.5claws125
7391         
7392         * src/ssl_certificate.c
7393                 Fixed leak
7394
7395 2002-11-11 [colin]      0.8.5claws124
7396
7397         * src/ssl.c
7398                 Cleaned a bit
7399         * src/ssl_certificate.[ch]
7400                 Cleaned a bit (better use of SSL API)
7401                 (This will cause non-recognition of saved 
7402                  certificates of claws12[23]...)
7403
7404 2002-11-11 [paul]       0.8.5claws123
7405         
7406         * po/es.po
7407                 updated by Ricardo Mones Lastra
7408
7409 2002-11-11 [colin]      0.8.5claws122
7410
7411         * src/ssl.c
7412                 Fix a typo
7413
7414 2002-11-11 [colin]      0.8.5claws121
7415
7416         * src/ssl_certificate.[ch] ** NEW FILES **
7417         * src/ssl.[ch]
7418                 Check SSL certificates presented to us
7419         * src/Makefile.am
7420                 Add ssl_certificate.[ch]
7421         * po/POTFILES.in
7422                 Add ssl_certificate.c
7423
7424 2002-11-11 [paul]       0.8.5claws120
7425
7426         * sync with 0.8.5cvs22
7427                 see ChangeLog 2002-11-11
7428
7429 2002-11-11 [paul]       0.8.5claws119
7430
7431         * sync with 0.8.5cvs21
7432                 see ChangeLog 2002-11-11
7433
7434 2002-11-10 [jens]       0.8.5claws118
7435
7436         * src/folder.c
7437         * src/folderview.c
7438                 corrected some typing
7439         * po/de.po
7440                 updated german translation
7441         * sylpheed.spec.in
7442                 cleaned up specfile and adjusted it for claws
7443
7444 2002-11-10 [colin]      0.8.5claws117
7445
7446         * src/summaryview.c
7447                 a STATUSBAR_PUSH/POP fix
7448
7449 2002-11-10 [colin]      0.8.5claws116
7450
7451         * src/prefs_folder_item.c
7452                 Fix hanging after opening folder properties
7453
7454 2002-11-10 [hoa]        0.8.5claws115
7455
7456         * src/matcher_parser_lex.l
7457         * src/matcher_parser_parse.y
7458                 config file for scoring and filtering is no more trashed
7459                 when there is a syntax error in a filtering rule when
7460                 editing it in a dialog.
7461
7462 2002-11-09 [colin]      0.8.5claws114
7463
7464         * src/mbox_folder.c
7465                 Added missing initialisation of folder->destroy()
7466
7467 2002-11-09 [colin]      0.8.5claws113
7468
7469         * src/folder.c
7470           src/folderview.c
7471                 Fix the status bar messages
7472
7473 2002-11-09 [colin]      0.8.5claws112
7474
7475         * src/folderview.c
7476                 Fix hangs after folder dnd, happening after 
7477                 claws109.
7478
7479 2002-11-09 [christoph]  0.8.5claws111
7480
7481         * src/folderview.c
7482                 just changed order of calls (reverse order of
7483                 associated calls)
7484         * src/inc.c
7485                 lock inc when checking only one account, otherwise
7486                 inc all could be executed at the same time
7487
7488 2002-11-09 [christoph]  0.8.5claws110
7489
7490         * src/folderview.c
7491                 better unlock the mouse cursor before calling
7492                 summary_show because it changes the cursor too
7493
7494 2002-11-09 [christoph]  0.8.5claws109
7495
7496         * src/folder.[ch]
7497         * src/folderview.c
7498                 add functions to open and close a folder
7499                 o opending will execute scanning for remote folders
7500                   and processing
7501                 o closing will unset new flag for messages
7502
7503 2002-11-09 [colin]      0.8.5claws108
7504
7505         * src/folder.c
7506                 Add a call to prefs_matcher_write_config to 
7507                 avoid non-leaf folders filtering settings to be
7508                 lost
7509
7510 2002-11-09 [paul]       0.8.5claws107
7511
7512         * src/prefs_account.c
7513                 re-word a label
7514
7515 2002-11-09 [colin]      0.8.5claws106
7516
7517         * src/folderview.c
7518                 Minor esthetic fix
7519
7520 2002-11-09 [colin]      0.8.5claws105
7521
7522         * src/folderview.c
7523                 Fix prefs_filtering deletion for MH folders (same
7524                 reason as below)
7525         * src/prefs_filtering.c
7526                 Fix prefs_filtering renaming and deletion for 
7527                 folder-based processing rules.  
7528
7529 2002-11-09 [christoph]  0.8.5claws104
7530
7531         * src/compose.c
7532         * src/folder.[ch]
7533         * src/folderview.[ch]
7534         * src/import.c
7535         * src/inc.c
7536         * src/main.c
7537         * src/mainwindow.c
7538         * src/messageview.c
7539         * src/prefs_folder_item.c
7540         * src/procmsg.c
7541         * src/summaryview.c
7542                 implement a callback system for folder item updates
7543
7544 2002-11-09 [colin]      0.8.5claws103
7545
7546         * src/folderview.c
7547                 Fix prefs_filtering renaming for MH folders (we
7548                 shouldn't rename by path as another folder could
7549                 have the same hierarchy).
7550
7551 2002-11-09 [colin]      0.8.5claws102
7552
7553         * src/folder.c
7554                 Fix a leak found by Christoph, use better variable
7555                 names
7556
7557 2002-11-09 [colin]      0.8.5claws101
7558
7559         * src/folder.c
7560                 One more fix for processing rules
7561
7562 2002-11-08 [colin]      0.8.5claws100
7563         
7564         * src/matcher.c
7565                 Don't copy the compiled regexp (will be reevaluated)
7566         * src/folderview.c
7567                 Lock folderview while moving
7568         * src/folder.c
7569                 Provide info on what's happening to the user
7570
7571 2002-11-08 [colin]      0.8.5claws99
7572
7573         * src/folderview.c
7574                 Fix folder reordering after a move if parent is 
7575                 root
7576         * src/scoring.[ch]
7577                 Add function to copy a ScoringProp
7578         * src/prefs_folder_item.c
7579                 Copy scoring rules when copying a folder prefs
7580
7581 2002-11-08 [colin]      0.8.5claws98
7582
7583         * src/folderview.c
7584                 Fixes in case of failure
7585         * src/filtering.[ch]    
7586                 Add function to duplicate a FilteringProp
7587         * src/matcher.[ch]
7588                 Add function to duplicate a MatcherProp
7589         * src/prefs_folder_item.c
7590                 Save folder's processing rules when copying 
7591                 its prefs
7592
7593 2002-11-08 [colin]      0.8.5claws97
7594         
7595         * src/folderview.c
7596                 Sort after move
7597         * src/folder.c 
7598                 Change a printf to debug_print
7599
7600 2002-11-08 [colin]      0.8.5claws96
7601
7602         * src/folder.c
7603           src/folderview.c
7604                 Fix segfaults, call me stupido
7605         
7606
7607 2002-11-08 [colin]      0.8.5claws95
7608
7609         *src/folder.c
7610                 Added forgotten prefs to save when moving folders
7611
7612 2002-11-08 [colin]      0.8.5claws94
7613
7614         * src/folder.c
7615                 Fixes to folder DND (prefs copy)
7616         * src/folderview.c
7617                 Optimization for folder DND (don't rescan whole tree)
7618                 Added folderview_create_folder_node() for this 
7619                 optimization, so de-duped a bit the code
7620         * src/prefs_folder_item.[ch]
7621                 Added prefs_folder_item_copy_prefs()    
7622           
7623 2002-11-08 [paul]       0.8.5claws93
7624
7625         * src/prefs_account.c
7626           tools/README
7627           tools/kmail2sylpheed_v2.pl
7628                 correct some typos
7629
7630 2002-11-08 [paul]       0.8.5claws92
7631
7632         * src/compose.c
7633           src/prefs_account.[ch]
7634                 remove account options 'clearsign' and 'ascii_armored',
7635                 replace with 'default_gnupg_mode' to prevent mixed-mode
7636                 Privacy settings
7637
7638 2002-11-08 [paul]       0.8.5claws91
7639
7640         * src/compose.[ch]
7641                 re-implement GnuPG 'on-the-fly' mode selection,
7642                 disallow mixed-mode
7643
7644 2002-11-08 [colin]      0.8.5claws90
7645
7646         * src/folderview.c
7647           src/prefs_folder_item.c
7648                 Change "Property" to "Properties"
7649
7650 2002-11-07 [colin]      0.8.5claws89
7651
7652         * src/folderview.c
7653           src/folder.c
7654                 Allow folder dropping to a root folder
7655
7656 2002-11-07 [paul]       0.8.5claws88
7657
7658         * src/compose.c
7659                 revert last commit
7660
7661 2002-11-07 [paul]       0.8.5claws87
7662
7663         * src/compose.c
7664                 fix reply-to-list bug. closes bug report
7665                 "[633382] reply-to-list broken in recent cvs"
7666
7667 2002-11-07 [paul]       0.8.5claws86
7668
7669         * src/compose.c
7670                 add a forgotten '#if USE_GPGME ... #endif'
7671
7672 2002-11-07 [paul]       0.8.5claws85
7673
7674         * sync with 0.8.5cvs20
7675                 see ChangeLog 2002-11-07
7676
7677 2002-11-07 [colin]      0.8.5claws84
7678
7679         * src/folder.[ch]
7680                 Change folder_item_move_to to return the newly 
7681                 created folderitem.
7682         * src/folderview.c
7683                 Select the new folderitem after moving.
7684
7685 2002-11-07 [colin]      0.8.5claws83
7686
7687         * src/prefs_filtering.c
7688                 Fix rule rewriting when moving a leaf folder to a 
7689                 shorter path
7690
7691 2002-11-07 [colin]      0.8.5claws82
7692
7693         * src/prefs_filtering.c
7694                 fix a leak
7695
7696 2002-11-07 [colin]      0.8.5claws81
7697
7698         * src/folder.[ch]
7699                 Add folder_item_move_to() function to move a 
7700                 folderitem into another one (updates matcher etc)
7701         * src/folderview.c
7702                 Add folder drag'n drop (context menu to come)
7703                 [Should be dataloss free, but Please backup before 
7704                  trying !]
7705
7706 2002-11-06 [colin]      0.8.5claws80
7707
7708         * src/mh.c
7709                 mh_create_folder() returns NULL if can't create
7710                 directory hierarchy
7711
7712 2002-11-06 [paul]       0.8.5claws79
7713
7714         * src/compose.[ch]
7715                 allow 'on-the-fly' changing of the type of encryption 
7716                 and/or signing used (mime/ascii) via the compose window
7717
7718 2002-11-06 [paul]       0.8.5claws78
7719
7720         * sync with 0.8.5cvs19
7721                 see ChangeLog 2002-11-06 for src/account.c: 
7722                 account_get_special_folder()
7723                 
7724 2002-11-05 [alfons]     0.8.5claws77
7725
7726         * src/crash.c
7727                 very minor cleanups: nothing to see here, move on. :-)
7728
7729 2002-11-05 [colin]      0.8.5claws76
7730
7731         * src/main.c
7732                 Changes choices if compose windows are opened to
7733                 Discard, Draft, Don't quit
7734
7735 2002-11-05 [thorsten]   0.8.5claws75
7736
7737         * src/compose.c
7738                 reenabled default_reply_to folder option
7739
7740 2002-11-05 [colin]      0.8.5claws74
7741
7742         * src/compose.[ch] 
7743                 add compose_draft()
7744         * src/crash.c
7745                 add SIGTERM handler
7746         * src/main.[ch]
7747                 add clean_quit() for the SIGTERM handler
7748
7749 2002-11-05 [paul]       0.8.5claws73
7750         
7751         * po/es.po
7752                 updated by Ricardo Mones Lastra
7753
7754 2002-11-05 [melvin]     0.8.5claws72
7755
7756         * src/logwindow.c
7757                 Fixed log-clipping bug #616795.
7758                 To stop logging in the log window use 0 length.
7759         * src/prefs_common.c
7760                 Added a label to inform about the 0 log length behaviour.
7761
7762 2002-11-05 [paul]       0.8.5claws71
7763
7764         * sync with 0.8.5cvs17
7765                 see ChangeLog 2002-11-05
7766
7767 2002-11-04 [paul]       0.8.5claws70
7768
7769         * sylpheed-128x128.png
7770           sylpheed-64x64.png
7771           sylpheed.png
7772                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7773                 <nikai@users.sourceforge.net>
7774                 
7775         * po/bg.po
7776                 updated by George Danchev
7777
7778 2002-11-03 [thorsten]   0.8.5claws69
7779
7780         * src/main.c
7781           src/mimeview.c
7782           src/rfc2015.h
7783                 add check if gpg is active
7784
7785 2002-11-03 [thorsten]   0.8.5claws68
7786
7787         * src/toolbar.h
7788                 removed GSList declaration causing trouble on MacOS-X
7789                 (submitted by alfons, reported by xfesty)
7790
7791 2002-11-01 [paul]       0.8.5claws67
7792
7793         * src/mainwindow.c
7794                 remove last remnants of main's filter code
7795
7796 2002-11-01 [paul]       0.8.5claws66
7797
7798         * tools/filter_conv.pl
7799                 fix bug where user-defined headers were ignored
7800
7801 2002-11-01 [paul]       0.8.5claws65
7802
7803         * src/logwindow.c
7804                 make a debug_print() not translatable
7805
7806 2002-10-31 [melvin]     0.8.5claws64
7807
7808         * ac/aspell.m4
7809                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7810                 not run any GNU/aspell test.  The dictionary path will
7811                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7812                 was given, in which case, it will be $prefix/lib/aspell/
7813         * configure.in
7814                 Fixed typo in commentary (Aspell code).
7815
7816 2002-10-31 [paul]       0.8.5claws63
7817
7818         * po/POTFILES.in
7819                 remove src/filter.c and src/prefs_filter.c
7820                 thanks to Ricardo for reminding me
7821
7822 2002-10-31 [colin]      0.8.5claws62
7823
7824         * src/mbox_folder.c
7825                 Plug some leaks
7826
7827 2002-10-31 [paul]       0.8.5claws61
7828
7829         * src/prefs_filter.[ch] ** REMOVED **
7830           src/filter.[ch]       ** REMOVED **
7831           
7832         * src/Makefile.am
7833           src/folderview.c
7834           src/inc.c
7835           src/main.c
7836           src/mainwindow.c
7837           src/mbox.c
7838           src/prefs_common.c
7839           src/prefs_filtering.c
7840           src/summaryview.[ch]
7841                 remove main's 'filter' code
7842                 
7843         README.claws
7844                 update to reflect removal of main's filter
7845
7846 2002-10-31 [paul]       0.8.5claws60
7847
7848         * src/summaryview.c
7849                 remove check for global_processing in summary_filter_open(). 
7850                 This fixes the bug where if the user uses the right-click 
7851                 'Create filter rule...' and doesn't have any filter rules 
7852                 already defined in claws' advanced filtering, the newly 
7853                 created filter rule goes to main's filtering which is 
7854                 inaccessible through the gui. Now the filter rule gets added
7855                 to claws' filtering by default.
7856
7857 2002-10-28 [melvin]     0.8.5claws59
7858
7859         * src/prefs_actions.c
7860                 Fixed bug #627322 where MIME parts were not always
7861                 correctly passed to a %p action
7862                 Display an error dialog when message filename is not found.
7863
7864 2002-10-28 [melvin]     0.8.5claws58
7865
7866         * src/prefs_common.c
7867                 Readded a missing function declaration lost in 0.8.3claws34
7868
7869 2002-10-28 [paul]       0.8.5claws57
7870
7871         * sync with 0.8.5cvs15
7872                 see ChangeLog 2002-10-28 and 2002-10-25
7873                 
7874         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7875
7876 2002-10-27 [oliver]     0.8.5claws56
7877
7878         * src/pop.c
7879                 plug leak in pop3_top_recv
7880
7881 2002-10-26 [christoph]  0.8.5claws55
7882
7883         * src/folder.c
7884                 set need_update folder flag when messages are added
7885                 (closes bug [ 626922 ] folder not updated after receiving)
7886
7887 2002-10-25 [melvin]     0.8.5claws54
7888
7889         * src/imageview.c
7890                 Fixed a memleak introduced in the scaling code.
7891
7892 2002-10-24 [alfons]     0.8.5claws53
7893
7894         * src/filtering.c
7895                 make filtering's forward message action forward from the 
7896                 correct account
7897                 (closes bug [628089 ] Filter -> Forward from address problem
7898                 reported by Oktay)
7899
7900 2002-10-24 [christoph]  0.8.5claws52
7901
7902         * src/mainwindow.c
7903         * src/manual.[ch]
7904                 o use manual of current locale or english if current
7905                   locale is not available (and english is available)
7906                 o also link to sylpheed doc project manuals
7907
7908 2002-10-23 [paul]       0.8.5claws51
7909
7910         * tools/README
7911           tools/kmail2sylpheed_v2.pl
7912                 add new version of kmail addressbook importer script.
7913                 works with newer versions of Kmail/KAddressBook which
7914                 have new and rearranged data.
7915
7916 2002-10-23 [martin]     0.8.5claws50
7917
7918         * src/folderview.c
7919         * src/summaryview.c
7920         * src/utils.h
7921         * src/utils.c
7922                 added length parameter to get_abbrev_newsgroup_name()
7923                 changed this function so that it abbreviates the newsgroup
7924                 names only so long it is smaller than the length parameter
7925                 (for better reading of some newsgroup names and space efficiency)
7926
7927 2002-10-22 [colin]      0.8.5claws49
7928
7929         *src/foldersel.c
7930                 Revert Alfons' last modification (after voting ;-))
7931
7932 2002-10-21 [alfons]     0.8.5claws48
7933
7934         * src/foldersel.c
7935                 folder view in folder selection dialog reflects state of
7936                 folder view in main window
7937
7938 2002-10-18 [alfons]     0.8.5claws47
7939
7940         * src/mbox.c
7941                 drop imported messages in folder selected by user,
7942                 and not in the inbox
7943                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7944
7945 2002-10-18 [alfons]     0.8.5claws46
7946
7947         * src/compose.c
7948                 make automagic reply work correctly for email accounts 
7949                 (whether it's viable to do a full sync with Hiro's 
7950                 compose.c is still under discussion)
7951
7952 2002-10-18 [melvin]     0.8.5claws45
7953
7954         * src/prefs_actions.c
7955                 Fixed bug #622275 where asynchroneous actions left 
7956                 zombies processes
7957                 Made (synchroneous) actions' input be displayed live.
7958
7959 2002-10-18 [christoph]  0.8.5claws44
7960
7961         * src/textview.c
7962                 don't add a newline in the textview in front of the
7963                 first textpart if header display is disabled
7964                 (closes bug [ 603385 ] disabled header display leaves blank
7965                  lin)
7966
7967 2002-10-18 [christoph]  0.8.5claws43
7968
7969         * src/folder.[ch]
7970         * src/imap.c
7971         * src/mbox_folder.c
7972         * src/mh.c
7973         * src/news.c
7974                 folder->get_num_list now returns an error code
7975                 (closes bug [ 609424 ] News cache cleared on failure)
7976                 
7977 2002-10-17 [colin]      0.8.5claws42
7978         
7979         * src/news.c
7980                 Changed a printf by debug_print
7981
7982 2002-10-16 [paul]       
7983
7984         * tools/OOo2sylpheed.pl
7985                 allow for spaces in the name of the
7986                 file to be attached.
7987
7988 2002-10-16 [colin]      0.8.5claws41
7989
7990         * src/main.c
7991                 Use a tristate to change online mode
7992
7993 2002-10-16 [paul]       0.8.5claws40
7994
7995         * po/es.po
7996                 updated by Ricardo Mones Lastra
7997
7998 2002-10-16 [colin]      0.8.5claws39
7999
8000         * src/main.c
8001           src/mainwindow.[ch]
8002                 Added --online and --offline command-line
8003                 switches
8004
8005 2002-10-15 [christoph]  0.8.5claws38
8006
8007         * src/procmime.c
8008                 set mimeinfo->name to NULL after g_free to
8009                 avoid double freeing with g_free
8010
8011 2002-10-14 [christoph]  0.8.5claws37
8012
8013         * src/compose.c
8014         * src/filtering.c
8015         * src/summaryview.c
8016                 remove calls to folder->change_flags that are now
8017                 done by procmsg flag functions (seems it is not
8018                 used by any foldertype anyway)
8019         * src/folder.c
8020                 init folder->change_flags with NULL
8021
8022 2002-10-14 [christoph]  0.8.5claws36
8023
8024         * src/folder.[ch]
8025         * src/imap.[ch]
8026                 use virtual functions for folder item new and destroy
8027                 functions
8028
8029 2002-10-14 [melvin]     0.8.5claws35
8030
8031         * src/compose.c
8032                 Added a test to not run the spell checker if no default
8033                 dictionary is available. No dialog is displayed though.
8034
8035 2002-10-14 [melvin]     0.8.5claws34
8036
8037         * src/gtkaspell.c
8038                 Fixed bug in dictionary list context menu where
8039                 "More..." pointed to an emtpy submenu if the
8040                 number of dictionaries is a multiple of 15
8041                 Removed unneeded code in suggestions list creation
8042
8043 2002-10-14 [paul]       0.8.5claws33
8044
8045         * po/bg.po
8046                 updated by George Danchev
8047
8048 2002-10-13 [hoa]        0.8.5claws32
8049
8050         * src/matcher.[ch]
8051           src/matcher_parser_parser.y
8052                 removed the escaped string from internal structure
8053                 of matcher.
8054
8055 2002-10-12 [colin]      0.8.5claws31
8056
8057         * src/gtksctree.[ch]
8058           src/summaryview.c
8059                 Removed useless function gtksctree_reanchor
8060
8061 2002-10-12 [alfons]     0.8.5claws30
8062         
8063         * sync with remaining main changes 2002-10-09 - 2002-10-11
8064         - drop changes to src/compose.c (requires claws specific changes)
8065         
8066 2002-10-12 [alfons]     0.8.5claws29
8067         
8068         * sync with main changes of 2002-10-08
8069         - drop changes to src/compose.c (requires claws specific changes)
8070         - drop changes to src/summaryview.c (requires changes to compose.c)     
8071
8072 2002-10-12 [alfons]     0.8.5claws28
8073         
8074         * sync with main changes of 2002-10-07
8075
8076 2002-10-12 [alfons]     0.8.5claws27
8077
8078         * sync with main changes of 2002-10-04
8079         - drop changes to src/compose.c (requires claws specific changes)
8080         - drop changes to src/prefs_folder_item.c (claws implementation
8081           seems to be working)
8082
8083 2002-10-12 [colin]      0.8.5claws26
8084
8085         * src/mainwindow.c
8086                 Fix folder-flicker when space-reading, introduced 
8087                 in claws22.
8088
8089 2002-10-12 [colin]      0.8.5claws25
8090
8091         * src/compose.c
8092                 Save account address when saving as draft.
8093                 (closes bug 621838)
8094
8095 2002-10-12 [colin]      0.8.5claws24
8096
8097         * src/summaryview.c
8098                 Fix the problem consisting of no message selected
8099                 after the last message in a folder has been moved.
8100
8101 2002-10-12 [paul]       0.8.5claws23
8102
8103         * src/compose.c
8104           src/prefs_template.c
8105           src/template.[ch]
8106                 add Cc and Bcc to templates. Patch submitted by
8107                 John L. Males.
8108
8109 2002-10-12 [colin]      0.8.5claws22
8110
8111         * src/folderview.c
8112                 Fix a bug after "Check for new messages":
8113                 If a folder was opened, it was still selected at
8114                 the end of the check, but displayed empty.
8115         * src/mainwindow.c
8116                 Remove unnecessary check
8117
8118 2002-10-12 [paul]
8119
8120         * tools/README
8121                 be more verbose in the description of
8122                 OOo2sylpheed.pl
8123                 
8124
8125 2002-10-11 [colin]      0.8.5claws21
8126
8127         * src/mainwindow.c
8128                 Make space work (better) when no mail is selected
8129
8130 2002-10-11 [colin]      0.8.5claws20
8131
8132         * src/inc.c
8133           src/news.c
8134                 fix warnings
8135
8136 2002-10-11 [colin]      0.8.5claws19
8137
8138         * src/mainwindow.c
8139                 revert 0.8.5claws6 changes as i couldn't get to
8140                 anything satisfying
8141
8142 2002-10-11 [melvin]     0.8.5claws18
8143
8144         * src/compose.c
8145                 Removed buggy and unused macro (should have been committed in
8146                 0.8.5claws17)
8147
8148 2002-10-11 [melvin]     0.8.5claws17
8149
8150         * src/compose.c
8151                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8152
8153 2002-10-11 [thorsten]   0.8.5claws16 
8154
8155         * src/folderview.c
8156                 remove rescan warning
8157
8158 2002-10-11 [colin]      0.8.5claws15 
8159
8160         * src/procheader.c
8161                 fix a segfault that happens if conv_unmime_header
8162                 fails (should be better to find out why it fails)
8163
8164 2002-10-11 [christoph]  0.8.5claws14
8165
8166         * src/summaryview.c
8167                 update folderview stats after ignore/unignore thread
8168
8169 2002-10-11 [hoa]        0.8.5claws13
8170
8171         * src/quote_fmt_parse.y
8172                 Fixed a yacc/bison syntax error
8173         * src/matcher.c
8174                 Escaping of string is fixed.
8175
8176 2002-10-11 [colin]      0.8.5claws12
8177
8178         * src/imageview.c
8179                 Resize images to fit
8180
8181 2002-10-11 [paul]       0.8.5claws11
8182
8183         * po/es.po
8184                 updated by Ricardo Mones Lastra
8185
8186 2002-10-10 [alfons]     0.8.5claws10
8187
8188         * src/compose.c
8189                 allow dropping files by "moving" files from a file manager,
8190                 not only by the more cumbersome "copying". the latter 
8191                 mostly implies holding down the Control button
8192
8193 2002-10-10 [christoph]  0.8.5claws9
8194
8195         * src/summaryview.c
8196                 update folders after thread building for ignored threads
8197
8198 2002-10-10 [christoph]  0.8.5claws8
8199
8200         * config/.cvsignore
8201                 added Makefile
8202         * src/filtering.[ch]
8203         * src/folder.[ch]
8204         * src/folderview.[ch]
8205         * src/import.c
8206         * src/inc.[ch]
8207         * src/mbox.[ch]
8208         * src/procmsg.c
8209         * src/summaryview.[ch]
8210                 o added new flag need_update to FolderItem
8211                 o removed folder_table from various functions from tracking
8212                   folder updates
8213                 o set need_update flags in folder.c's move, copy and delete
8214                   functions and procmsg's flags functions
8215                 o added function folderview_update_items_when_required that
8216                   updates all folders with need_update set
8217                 o call folderview_update_items_when_required instead of
8218                   folderview_update_item_foreach
8219
8220 2002-10-09 [sergey]     0.8.5claws7
8221
8222         * src/compose.c
8223                 Strip CRs whel loading the text into editor in reedit mode.
8224
8225 2002-10-09 [colin]      0.8.5claws6
8226
8227         * src/mainwindow.c
8228                 Make Space work when no mail is selected
8229
8230 2002-10-09 [colin]      0.8.5claws5
8231
8232         * src/gtksctree.[ch]
8233                 Fix range_select
8234                 Add gtk_sctree_reanchor() 
8235         * src/summaryview.c
8236                 Use gtk_sctree_reanchor() - better fix for 
8237                 bug 60413
8238
8239 2002-10-09 [colin]      0.8.5claws4
8240
8241         * src/summaryview.c
8242                 Fix shift-click select after delete problem
8243                 (closes bug 60413)
8244
8245 2002-10-08 [thorsten]   0.8.5claws3
8246
8247         * src/summaryview.c
8248                 exclude current msg from -hide read messages-
8249
8250 2002-10-08 [colin]      0.8.5claws2
8251
8252         * src/inc.[ch]
8253           src/pop.c
8254           src/recv.c
8255                 Differentiate socket errors from disk full
8256                 errors
8257
8258 2002-10-08 [christoph]  0.8.5claws1
8259
8260         * Makefile.am
8261         * configure.in
8262                 modifications for new config directory
8263
8264         * config.guess  ** REMOVED **
8265         * config.sub    ** REMOVED **
8266         * install-sh    ** REMOVED **
8267         * ltmain.sh     ** REMOVED **
8268         * missing       ** REMOVED **
8269         * mkinstalldirs ** REMOVED **
8270                 these files are autogenerated by automake
8271                 when you run autogen.sh
8272
8273         * config/.cvsignore     ** NEW FILE **
8274         * config/Makefile.am    ** NEW FILE **
8275                 ignore autogenerated files
8276                 create a Makefile in this directory
8277
8278 2002-10-08 [paul]       0.8.5claws
8279
8280         * 0.8.5claws release
8281         
8282         * src/compose.c
8283           src/procheader.c
8284           src/procmsg.c
8285                 fix quote reply format for newsgroups reply bug
8286                 (thanks to Hoa)
8287                 
8288         * po/en_GB.po
8289           po/pl.po
8290                 updated by me and Witold Wladyslaw Wojciech Wilk
8291                 repectively
8292
8293 2002-10-07 [paul]       0.8.3claws53
8294
8295         * po/it.po
8296           po/pt_BR.po
8297           po/sr.po
8298                 updated messages catalogs, submitted by
8299                 Alessandro Maestri, Fabio Jr.Beneditto 
8300                 and Urke MMI, respectively.
8301
8302 2002-10-07 [christoph]  0.8.3claws52
8303
8304         * src/folder.[ch]
8305         * src/folderview.c
8306         * src/mainwindow.c
8307                 fix new folder ghost message bug
8308                 (closes bug [ 619722 ] wrong count for newly created folders)
8309
8310 2002-10-07 [christoph]  0.8.3claws51
8311
8312         * src/compose.c
8313                 fix news posting problem
8314
8315 2002-10-07 [melvin]     0.8.3claws50
8316
8317         * po/fr.po
8318                 Updated French translation
8319
8320 2002-10-05 [christoph]  0.8.3claws49
8321
8322         * src/gtkstext.c
8323                 check if line_start_cache is set in gtk_stext_update_text
8324                 (closes bug [ 618119 ] crash while doing search in folder)
8325
8326 2002-10-05 [christoph]  0.8.3claws48
8327
8328         * src/imap.c
8329         * src/news.c
8330         * src/utils.c
8331         * src/utils.h
8332                 implement cache cleanups for claws' folder system
8333                 (closes bug [ 595916 ] imapcache not cleaned up)
8334
8335 2002-10-05 [melvin]     0.8.3claws47
8336
8337         * src/prefs_actions.c
8338                 Made the help text more clear for the %p token
8339
8340 2002-10-04 [paul]       0.8.3claws46
8341
8342         * sync with 0.8.5
8343                 see ChangeLog 2002-10-02 and 2002-10-03
8344
8345 2002-10-04 [christoph]  0.8.3claws45
8346
8347         * src/inc.c
8348                 fix segfault caused by pop before smtp
8349                 call to inc_account_mail with NULL
8350                 pointer for mainwin
8351
8352 2002-10-04 [paul]       0.8.3claws44
8353
8354         * configure.in
8355                 sync the LDAP detection from 0.8.5cvs1
8356
8357 2002-10-02 [christoph]  0.8.3claws43
8358
8359         * po/de.po
8360                 fix small spelling error
8361
8362 2002-10-02 [melvin]     0.8.3claws42
8363
8364         * ac/aspell.m4
8365                 Behave better and say "no" when test program cannot be run.
8366
8367 2002-10-02 [paul]       0.8.3claws41
8368
8369         * sync with 0.8.4cvs1
8370                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8371                 
8372         * src/summaryview.c
8373                 toggle the behavior of Reply menuitem between
8374                 normal reply and reply-to-list
8375
8376 2002-10-01 [sergey]     0.8.3claws40
8377
8378         * src/compose.c
8379                 Convert newlines in the message text to the canonical form
8380                 before base64 encoding (RFC2045 compliance, fixes some
8381                 interoperability issues with Evolution 1.0.3)
8382
8383 2002-09-29 [colin]      0.8.3claws39
8384
8385         * src/summaryview.c
8386                 Fix an unwanted copy/paste
8387
8388 2002-09-29 [colin]      0.8.3claws38
8389
8390         * src/mainwindow.c
8391                 Renamed "Custom toolbar" to "Customize toolbar"
8392                 Renamed "Show all header" to "Show all headers"
8393                 Renamed "Set diplay item" to "Set displayed items"
8394         * src/prefs_common.c
8395                 Renamed "Show all header" to "Show all headers"
8396         * src/prefs_summary_column.c
8397                 Renamed "diplay item" to "displayed items"
8398
8399 2002-09-29 [colin]      0.8.3claws37
8400
8401         * src/mainwindow.[ch]
8402                 online/offline status pixmaps follow theme
8403                 changes
8404         * src/summaryview.[ch]
8405                 quicksearch pixmap follows theme changes
8406
8407 2002-09-29 [thorsten]   0.8.3claws36
8408
8409         * src/compose.c
8410           src/prefs_folder_item.[ch]
8411                 add default_reply_to folder option (closes patch 581044)
8412
8413 2002-09-29 [christoph]  0.8.3claws35
8414
8415         * acconfig.h    ** REMOVED **
8416         * configure.in
8417         * ac/aspell.m4
8418         * ac/check-type.m4
8419         * ac/gnupg-check-typedef.m4
8420                 fix autoheader 2.50 warning
8421
8422 2002-09-29 [christoph]  0.8.3claws34
8423
8424         * major code cleanup (part 2)
8425         
8426                 - unused variables removed
8427                 - unused functions removed
8428                 - uninitialized variables checked
8429                 - missing return statements added
8430                 - missing function return types added
8431                 - added parentheses around assignment
8432                   when suggested by gcc
8433
8434 2002-09-29 [alfons]     0.8.3claws33
8435
8436         * src/logwindow.c
8437                 log_window_clear(): only bracket gtk_text_forward_delete() 
8438                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8439                 works around GTK text bug)
8440
8441 2002-09-29 [paul]       0.8.3claws32
8442
8443         * po/bg.po
8444           po/sr.po
8445                 updated by George Danchev and Urke MMI
8446                 respectively
8447
8448 2002-09-27 [christoph]  0.8.3claws31
8449
8450         * doc-src/readme.txt
8451         * doc-src/rfc1806.txt   ** REMOVED **
8452         * doc-src/rfc2183.txt   ** NEW FILE **
8453         * doc-src/rfc2980.txt   ** NEW FILE **
8454                 update rfcs
8455
8456 2002-09-27 [melvin]     0.8.3claws30
8457
8458         * ac/aspell.m4
8459                 Fixed typo which could break linking
8460
8461 2002-09-27 [melvin]     0.8.3claws29
8462
8463         * ac/aspell.m4
8464                 Improved GNU/aspell checking. 
8465                 Fixed bug #614490
8466
8467 2002-09-27 [paul]       0.8.3claws28
8468
8469         * sync with 0.8.3cvs8
8470                 see ChangeLog 2002-09-27
8471
8472 2002-09-26 [colin]      0.8.3claws27
8473
8474         * src/toolbar.[ch]
8475           src/mainwindow.[ch]
8476                 Add "Reply to Mailing-list" to the toolbar
8477
8478 2002-09-26 [christoph]  0.8.3claws26
8479
8480         * src/summaryview.c
8481                 Fix wrong message counts in summaryview status
8482
8483 2002-09-26 [paul]       0.8.3claws25
8484
8485         * sync with 0.8.3cvs7
8486                 see ChangeLog 2002-09-26
8487
8488 2002-09-26 [paul]       0.8.3claws24
8489
8490         * sync with 0.8.3cvs6
8491                 see ChangeLog 2002-09-25
8492
8493 2002-09-25 [christoph]  0.8.3claws23
8494
8495         * src/prefs_common.c
8496         * src/prefs_folder_item.c
8497         * src/prefs_scoring.c
8498                 Renamed "kill score" to "hide score" in GUI
8499                 and prefs files
8500
8501 2002-09-25 [paul]       0.8.3claws22
8502
8503         * sync with 0.8.3cvs5
8504                 see ChangeLog 2002-09-24
8505
8506 2002-09-24 [alfons]     0.8.3claws21
8507
8508         patch by Satoshi Nagayasu: allows appending / saving multiple 
8509         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8510         'Save as ...'")
8511
8512         * AUTHORS
8513                 add Satoshi Nagayasu
8514         * src/summaryview.c
8515                 summary_save_as(): allow saving selected files to
8516                 one file
8517                 summary_set_menu_sensitive: enable "Save As..." when
8518                 multiple files are selected
8519         * src/utils.[ch]
8520                 append_file(): new function
8521
8522 2002-09-24 [colin]      0.8.3claws20
8523
8524         * src/procmime.c
8525                 Fix segfault when mimeinfo doesn't have a 
8526                 content_type. 
8527
8528 2002-09-24 [colin]      0.8.3claws19
8529
8530         * src/prefs_common.[ch]
8531                 Add a preference to display send dialog or not
8532         * src/send.c
8533                 Display send dialog according to preference
8534
8535 2002-09-24 [colin]      0.8.3claws18
8536
8537         * src/compose.[ch]
8538                 Disable user actions when sending
8539
8540 2002-09-24 [colin]      0.8.3claws17
8541
8542         * src/procmime.c
8543                 Do not display name or filename for attachments
8544                 with an application/pgp-signature type
8545                 (security flaw, see bug 537413)
8546
8547 2002-09-23 [colin]      0.8.3claws16
8548
8549         * src/editaddress.c
8550                 Initialize entry_email, entry_alias and 
8551                 entry_remarks to first email address of the list
8552
8553 2002-09-23 [colin]      0.83claws15
8554
8555         * src/compose.c
8556                 Drop pgp-signature when reediting a signed queued
8557                 message
8558
8559 2002-09-23 [melvin]     0.8.3claws14
8560
8561         * po/fr.po
8562                 Updated French translation
8563
8564 2002-09-23 [melvin]     0.8.3claws13
8565
8566         * src/mainwindow.c
8567                 Made custom toolbar menu labels more consistent
8568         * src/prefs_toolbar.c
8569                 Made custom toolbar window title more consistent
8570
8571 2002-09-22 [colin]      0.8.3claws12
8572
8573         * src/inc.c
8574                 Initialize session type to normal before getting 
8575                 mail (fixes strange Get behaviour)
8576         * src/prefs_account.h
8577                 Move STYPE_POP_BEFORE_SMTP to last position to 
8578                 avoid other side-effects
8579
8580 2002-09-22 [colin]      0.8.3claws11
8581
8582         * src/prefs_account.c
8583                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8584                 from pop3 to apop or vice-versa
8585
8586 2002-09-22 [colin]      0.8.3claws10
8587         
8588         * src/prefs_account.[ch]
8589                 Add an option for the POP before SMTP timeout
8590         * src/inc.c
8591                 Remember time of last POP connection
8592         * src/send.c
8593                 Do POP before SMTP only if timeout reached
8594
8595 2002-09-22 [oliver]     0.8.3claws9
8596         
8597         * README.claws
8598                 explain custom toolbar
8599
8600 2002-09-22 [oliver]     0.8.3claws8
8601
8602         * src/prefs_actions.[ch]
8603         custom toolbar for compose      
8604                 actions callback from compose toolbar
8605         * src/folderview.c
8606                 remove include toolbar.h
8607
8608 2002-09-22 [oliver]     0.8.3claws7
8609         
8610         * src/prefs_toolbar.[ch]
8611                 custom toolbar for compose
8612                 - generic prefs_toolbar handles both
8613                   Mainwin's toolbar as well as Compose toolbar          
8614
8615 2002-09-22 [oliver]     0.8.3claws6
8616         
8617         * src/toolbar.[ch]
8618                 custom toolbar for compose
8619                 restructure toolbar.[ch]
8620
8621 2002-09-22 [oliver]     0.8.3claws5
8622
8623         * src/compose.[ch]
8624                 custom toolbar for compose
8625
8626 2002-09-22 [oliver]     0.8.3claws4
8627         
8628         * src/mainwindow.[ch]
8629                 custom toolbar for compose 
8630                 move mainwin toolbar back to mainwindow
8631
8632 2002-09-22 [alfons]     0.8.3claws3
8633
8634         * src/procmsg.c
8635                 :%sno/if(/if (/gc
8636                 :%sno/for(/for (/gc
8637                 (beautify)
8638
8639 2002-09-22 [alfons]     0.8.3claws2
8640         
8641         * src/procmsg.c
8642                 procmsg_save_to_outbox(): don't unlink message file from queue;
8643                 callers should do it using folder_item_remove_msg()
8644
8645 2002-09-22 [colin]      0.8.3claws1
8646
8647         * src/mimeview.[ch]
8648                 Made mimeview_check_signature() public
8649         * src/textview.c
8650                 Made GPG signatures verifiable by clicking
8651                 the [application/pgp-signature] in the Text
8652                 view
8653
8654 2002-09-22 [paul]       0.8.3claws
8655
8656         * po/bg.po
8657           po/en_GB.po
8658           po/es.po
8659           po/it.po
8660           po/pl.po
8661           po/pt_BR.po
8662           po/sr.po
8663                 updated translations, submitted by George Danchev,
8664                 me, Ricardo Mones Lastra, Alessandro Maestri,
8665                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8666                 and Urke MMI, respectively.     
8667
8668 2002-09-22 [alfons]     0.8.2claws65
8669
8670         * src/procmsg.c
8671         * src/pgptext.c
8672                 no furry valgrinds have been used to plug these memleaks
8673
8674 2002-09-20 [paul]       0.8.2claws64
8675
8676         * sync with 0.8.3cvs4
8677                 'Select thread' re-implemented 
8678                 see ChangeLog 2002-09-20
8679
8680 2002-09-21 [alfons]     0.8.2claws63
8681
8682         * src/compose.c
8683                 compose_send(): plug unnoticed memleak
8684
8685 2002-09-20 [alfons]     0.8.2claws62
8686
8687         * src/addr_compl.c
8688                 replace_address_in_edit(): strict check for NULL address to
8689                 fix "[ 607348 ] Segfault in address completion". My guess is
8690                 that this happens with an empty address book, but it's good
8691                 to have this check here anyway
8692                 
8693                 completion_window_button_press(): free string returned 
8694                 from the internal cache
8695
8696 2002-09-20 [christoph]  0.8.2claws61
8697
8698         * src/procmime.h
8699                 added ENC_BINARY to EncodingType
8700         * src/procmime.c
8701                 the string returned by procmime_get_encoding_str
8702                 should not depend on the order of values in the
8703                 EncodingType definition
8704         * doc-src/rfc1806.txt   ** NEW FILE **
8705                 Added rfc1806 about MIME Content-Disposition
8706                 Extension
8707
8708 2002-09-19 [paul]       0.8.2claws60
8709
8710         * sync with 0.8.2cvs3
8711                 see ChangeLog 2002-09-19
8712
8713 2002-09-19 [paul]       0.8.2claws59
8714
8715         * src/prefs_folder_item.c
8716                 revert to Darko's original alignment of colour
8717                 selector button
8718                 add a colon to folder_color label
8719                 
8720         * src/compose.c
8721                 add Colin's patch (with Hiro's modifications) to 
8722                 force BASE64 encoding for 8-bit text when signing
8723                 (sync with 0.8.3cvs2)
8724
8725 2002-09-18 [alfons]     0.8.2claws58
8726
8727         * src/compose.c
8728                 :%sno/if(/if (/gc
8729                 :%sno/for(/for (/gc
8730                 (beautify a little bit)
8731
8732 2002-09-18 [christoph]  0.8.2claws57
8733
8734         * src/pine.c
8735                 fix handling of fgetc return value
8736
8737 2002-09-17 [alfons]     0.8.2claws56
8738         
8739         * src/summaryview.c
8740                 summary_sort(): check non-NULL summaryview->folder_item when no 
8741                 folder is selected at all
8742                 (closes "[ 610344 ] sort label make syl Crash")
8743
8744 2002-09-17 [alfons]     0.8.2claws55
8745         
8746         * src/compose.c
8747                 beautify a little bit
8748
8749 2002-09-17 [christoph]  0.8.2claws54
8750
8751         * src/folder.c
8752                 initialize max values for cache and folder
8753                 when cache or folder is empty
8754
8755 2002-09-15 [colin]      0.8.2claws53
8756
8757         * src/compose.c
8758                 Fix a leak (thanks Alfons!) and cleaned
8759                 variables names for custom headers
8760
8761 2002-09-15 [colin]      0.8.2claws52
8762
8763         * src/compose.c
8764                 Fix custom headers recognition when
8765                 prefs_common.trans_hdr is on
8766
8767 2002-09-15 [colin]      0.8.2claws51
8768
8769         * src/compose.c
8770                 Allow dynamically-added custom headers
8771                 Yet not reparsed if reedited
8772
8773 2002-09-15 [alfons]     0.8.2claws50
8774
8775         * src/prefs_account.c
8776                 fix warnings
8777
8778 2002-09-15 [colin]      0.8.2claws49
8779         
8780         * src/prefs_account.c
8781                 fix pop_before_smtp sensitivity
8782
8783 2002-09-15 [colin]      0.8.2claws48
8784
8785         * src/inc.[ch]
8786                 add inc_pop_before_smtp()
8787                 allow MainWindow to be undefined in 
8788                 inc_account_mail() and inc_start()
8789         * src/pop.c
8790           src/prefs_account.h
8791                 add STYPE_POP_BEFORE_SMTP session type
8792         * src/prefs_account.c
8793                 activated pop before smtp option
8794         * src/send.c
8795                 do pop before smtp if the relevant option 
8796                 is set
8797
8798 2002-09-15 [paul]       0.8.2claws47
8799
8800         * sync with 0.8.3
8801                 see ChangeLog 2002-09-15
8802
8803 2002-09-14 [paul]       0.8.2claws46
8804
8805         * po/bg.po
8806                 updated Bulgarian translation, submitted by
8807                 George Danchev
8808
8809 2002-09-13 [paul]       0.8.2claws45
8810
8811         * src/compose.c
8812                 merge claws' select_account() with main's
8813                 (new) compose_select_account(). [sync with
8814                 0.8.2cvs15, see ChangeLog 2002-09-11]
8815
8816 2002-09-12 [christoph]  0.8.2claws44
8817
8818         * src/filter.c
8819                 allocate 1 elements of FolderItem not 0
8820
8821 2002-09-12 [colin]      0.8.2claws43
8822
8823         * src/compose.c
8824                 Fix bug #590825 (obey Follow-up: poster)
8825
8826 2002-09-12 [colin]      0.8.2claws42
8827
8828         * src/procmime.c
8829                 Fix bug #557009 (wrong headers for messages 
8830                 forwarded as attachments)
8831
8832 2002-09-11 [colin]      0.8.2claws41
8833         
8834         * src/compose.c
8835                 Put SCF: pseudo-header on top of message
8836                 Set draft tmp_flag when saved as draft
8837
8838         * src/procmsg.c
8839           src/procheader.c
8840                 Skip after first \n\n for beginning of real message
8841                 for drafts too
8842
8843 2002-09-11 [christoph]  0.8.2claws40
8844
8845         * src/filtering.c
8846                 use procmsg flag functions in filtering or processing
8847                 will cause incorrect folder message counts
8848
8849 2002-09-11 [colin]      0.8.2claws39
8850
8851         * src/compose.c
8852                 Fix bug #550175 - wrong save folder when reediting
8853                 drafts
8854
8855 2002-09-11 [paul]       0.8.2claws38
8856
8857         * sync with 0.8.2cvs14
8858                 see ChangeLog 2002-09-11
8859
8860 2002-09-11 [colin]      0.8.2claws37
8861
8862         * src/folder.c
8863                 Fix a typo (seeming to cause new/unread status to
8864                 be lost)
8865
8866 2002-09-10 [christoph]  0.8.2claws36
8867
8868         * src/compose.c
8869                 compose_redirect should not use compose_generic_new
8870                 because that does more stuff than expected including
8871                 opening the external editor
8872                 (closes bug "[ 526608 ] bounced messages appear blank
8873                  in editor")
8874
8875 2002-09-10 [christoph]  0.8.2claws35
8876
8877         * src/folder.c
8878                 fix problem with too large message number range
8879                 causing a crash in folder_item_scan
8880
8881 2002-09-10 [paul]       0.8.2claws34
8882
8883         * sync with 0.8.2cvs13
8884                 see ChangeLog 2002-09-10
8885
8886 2002-09-10 [christoph]  0.8.2claws33
8887
8888         * src/msgcache.c
8889                 set MsgInfo TmpFlags for queue and draft folders
8890                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8891
8892 2002-09-10 [paul]       0.8.2claws32
8893
8894         * AUTHORS
8895           po/bg.po      ** NEW FILE **
8896                 new Bulgarian translation submitted by
8897                 George Danchev <danchev@spnet.net>
8898                 
8899         * tools/Makefile.am
8900           tools/README
8901           tools/tb2sylpheed     ** NEW FILE **
8902                 add script that converts an addressbook exported
8903                 from The Bat! into a Sylpheed addressbook. Submitted
8904                 by Urke MMI <urke-kg@eunet.yu>
8905
8906 2002-09-10 [paul]       0.8.2claws31
8907
8908         * sync with 0.8.2cvs12
8909                 see ChangeLog 2002-09-10
8910
8911 2002-09-06 [paul]       0.8.2claws30
8912
8913         * src/prefs_common.c
8914                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8915                 
8916         * tools/Makefile.am
8917           tools/README
8918           tools/ldif-to-xml.py  ** REMOVED **
8919                 remove obsolete python script
8920
8921 2002-09-06 [paul]       0.8.2claws29
8922
8923         * sync with 0.8.2cvs10
8924                 see ChangeLog 2002-09-06
8925
8926 2002-09-04 [paul]       0.8.2claws28
8927
8928         * sync with 0.8.2cvs9
8929                 see ChangeLog 2002-08-04
8930
8931 2002-09-04 [colin]      0.8.2claws27 
8932
8933         * src/prefs_common.[ch]
8934                 Added signature color configuration
8935         * src/textview.c
8936                 Use user-specified signature color
8937
8938 2002-09-03 [colin]      0.8.2claws26
8939
8940         * src/prefs_common.[ch]
8941                 Added autosave and autosave_length prefs
8942         * src/compose.c
8943                 Added compose_remove_draft()
8944                 Auto-save drafts according to the prefs
8945         * src/main.c
8946                 Added a crash-indicator file, allowing to check
8947                 for new messages on startup if Sylpheed crashed
8948                 (makes saved drafts "reappear")
8949
8950 2002-09-03 [colin]      0.8.2claws25
8951
8952         * src/textview.[ch]
8953                 Grey the signature
8954
8955 2002-09-03 [paul]       0.8.2claws24
8956
8957         * sync with 0.8.2cvs8
8958                 see ChangeLog 2002-09-02 and 2002-09-03
8959
8960 2002-09-03 [darko]      0.8.2claws23
8961
8962         * src/folderview.c
8963                 use normal style when creating new folder to pick
8964                 proper font size 
8965
8966 2002-09-02 [melvin]     0.8.2claws22
8967
8968         * src/gtkaspell.m4
8969                 removed some obsolete code
8970
8971 2002-09-02 [melvin]     0.8.2claws21
8972
8973         * ac/aspell.m4
8974                 fixed test's equality sign (== to =)
8975
8976 2002-09-02 [alfons]     0.8.2claws20
8977
8978         * src/folder.c
8979         * src/mh.c
8980                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8981                 as folder->destroy virtual as suggested by Hiro
8982                 (the mh.c code seems to have been lost around mh.c.1.21)
8983
8984 2002-09-02 [paul]       0.8.2claws19
8985
8986         * po/pt_BR.po
8987                 updated by Fabio Jr. Beneditto
8988                 
8989         * src/defs.h
8990                 use 'http://claws.sylpheed.org' for homepage link. 
8991                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8992
8993 2002-09-01 [alfons]     0.8.2claws18
8994
8995         * src/mh.c
8996                 plug memleak related to one Martin Kluge found
8997
8998 2002-08-31 [paul]       0.8.2claws17
8999
9000         * sync with 0.8.2cvs6
9001                 see ChangeLog 2002-08-30
9002
9003 2002-08-31 [alfons]     0.8.2claws16
9004
9005         * src/folder.c
9006                 folder_destroy(): remove mailbox from folderlist even if it has
9007                 no destroy virtual
9008
9009 2002-08-31 [alfons]     0.8.2claws15
9010
9011         * src/folder.c
9012                 :%sno/if(/if (/gc
9013                 :%sno/for(/for (/gc
9014                 (being pedantic I know)
9015
9016 2002-08-31 [alfons]     0.8.2claws14
9017
9018         * src/folder.c
9019                 check for NULL pointers returned from folder->fetch_msginfo virtual
9020                 (should solve some reported crashes)
9021
9022 2002-08-30 [alfons]     0.8.2claws13
9023
9024         * acconfig.h
9025         * configure.in
9026         * src/crash.c
9027                 enable crash dialog on compilation time
9028                 (--enable-crash-dialog configure option)
9029
9030 2002-08-30 [alfons]     0.8.2claws12
9031
9032         * AUTHORS
9033                 add Martin Kluge
9034         * src/mh.c
9035                 apply memory leak plug patch by Martin Kluge
9036                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9037                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9038                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9039
9040 2002-08-30 [darko]      0.8.2claws11
9041
9042         * src/folderview.c
9043                 copy Gtk style from normal style to match
9044                 font size for coloured folders
9045
9046 2002-08-29 [alfons]     0.8.2claws10
9047
9048         * sylpheed.desktop
9049                 Type=Internet <- Type=Application
9050                 (reported by Michael Schwendt, see:
9051                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9052                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9053
9054 2002-08-29 [paul]       0.8.2claws9
9055
9056         * sync with 0.8.2cvs5
9057                 see ChangeLog 2002-08-29
9058
9059 2002-08-29 [colin]      0.8.2claws8
9060
9061         * src/summaryview.c
9062                 Added a sanity check in summary_select_thread
9063                 Should fix bug 601605
9064
9065 2002-08-29 [colin]      0.8.2claws7
9066
9067         * src/main.c
9068                 Revert claws6 changes regarding bug #591676
9069
9070 2002-08-28 [colin]      0.8.2claws6
9071         
9072         * src/main.c
9073                 Ignore cache for queue folderitems
9074                 Fix bug #591676
9075
9076 2002-08-28 [melvin]     0.8.2claws5
9077
9078         * README.claws
9079                 Fixed typos.
9080
9081 2002-08-28 [melvin]     0.8.2claws4
9082
9083         * README.claws
9084                 Updated a bit the text concerning the spell checker
9085
9086 2002-08-28 [melvin]     0.8.2claws3
9087
9088         Merged the GNU_aspell_branch:
9089                 Support of new GNU/aspell is now included and the old pspell
9090                 is not supported anymore.
9091                 See README.claws
9092
9093         * README.claws
9094                 Updated spell checker text to reflect the switch to GNU/aspell
9095
9096         * ac/aspell.m4          *** NEW ***
9097         * src/gtkaspell.[ch]    *** NEW *** 
9098         * ac/pspell.m4          *** DELETED *** 
9099         * src/gtkspell.[ch]     *** DELETED ***
9100
9101         * ac/Makefile.am
9102                 Updated for GNU/aspell support
9103
9104         * po/POTFILES.in
9105                 Replaced gtkspell.c by gtkaspell.c
9106
9107         * acconfig.h
9108         * src/Makefile.am
9109         * src/about.c
9110         * src/compose.[ch]
9111         * src/crash.c
9112         * src/main.c
9113         * src/prefs_common.[ch]
9114                 Updated for GNU/aspell support
9115
9116 2002-08-28 [paul]       0.8.2claws2
9117
9118         * sync with 0.8.2cvs4
9119                 see ChangeLog 2002-08-27 and 2002-08-28
9120
9121 2002-08-28 [colin]      0.8.2claws1
9122
9123         * src/summary_search.c
9124                 Added "AND search"
9125
9126 2002-08-28 [jens]       0.8.2claws
9127
9128         *po/de.po
9129                 Updated German translations
9130
9131 2002-08-27 [melvin]     0.8.2claws
9132
9133         * po/fr.po
9134                 Updated French translations
9135
9136 2002-08-27 [paul]       0.8.2claws
9137
9138         * sync with 0.8.2 main release
9139
9140         * po/en_GB.po
9141           po/es.po
9142           po/it.po
9143           po/pl.po
9144           po/pt_BR.po
9145           po/sr.po
9146                 updated message catalogs submitted by
9147                 Ricardo Mones Lastra, Alessandro Maestri,
9148                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9149                 Beneditto and Urke MMI  
9150
9151 2002-08-27 [hoa]        0.8.1claws123
9152
9153         * src/mainwindow.[ch]
9154         * src/summaryview.[ch]
9155                 removed the "filter setting" menu option.
9156                 add a "cancel a news message" menu option.
9157
9158 2002-08-26 [martin]     0.8.1claws122
9159
9160         * ChangeLog.claws
9161                 changed string under 0.8.1claws79 changed by myself
9162                 i'm sorry alfons :(
9163
9164 2002-08-26 [martin]     0.8.1claws121
9165
9166         * src/crash.c
9167                 added kill command to debuggerrc to start crash dialog
9168
9169 2002-08-26 [paul]       0.8.1claws120
9170
9171         * sync with 0.8.1cvs31
9172                 see ChangeLog 2002-08-26
9173
9174 2002-08-25 [alfons]     0.8.1claws119
9175
9176         * src/procmsg.c
9177                 fix bug that didn't send out correct headers to news server
9178                 when sending news article and email from queue (bug reported
9179                 and patch provided by Tim Mann; closes bug 
9180                 "[ 583196 ] 0.7.8claws can't post news")
9181
9182 2002-08-25 [alfons]     0.8.1claws118
9183
9184         * src/selective_download.c
9185                 mark two strings as translatable
9186                 (thanks to Urke MMI for pointing this out)
9187
9188 2002-08-25 [alfons]     0.8.1claws117
9189
9190         * src/summaryview.c
9191                 treat sent boxes as special and allow sorting them by addressee
9192                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9193                 submitted by Steve Lamb)
9194
9195 2002-08-24 [alfons]     0.8.1claws116
9196
9197         * src/matcher.c
9198                 fix memleak reported by Martin Kluge
9199                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9200
9201 2002-08-24 [oliver]     0.8.1claws115
9202
9203         * src/prefs_toolbar.c
9204                 o code cleanup as suggested by Alfons
9205                 o memleak fix
9206
9207 2002-08-24 [alfons]     0.8.1claws114
9208
9209         * src/summaryview.c
9210                 o fix another memory leak reported by Martin Kluge
9211                   (see "[ 599568 ] Small Memory Leak")
9212                 o remove 'from' variable from 'summary_set_header()'; we can
9213                   do with just 'to' 
9214
9215 2002-08-24 [paul]       0.8.1claws113
9216
9217         * sync with 0.8.1cvs30
9218                 see ChangeLog 2002-08-23
9219
9220 2002-08-24 [alfons]     0.8.1claws112
9221
9222         * src/summaryview.c
9223                 remove unnecessary allocations for search bar fixing leaks
9224                 reported by Martin Kluge
9225                 (see "[ 599451 ] Further memory leaks?")
9226
9227 2002-08-24 [alfons]     0.8.1claws111
9228
9229         * src/main.c
9230                 make get_socket_name() public for crash.c
9231         * src/crash.c
9232                 o make report bug button work (goes to claws' 
9233                   bug tracker at sf.net)
9234                 o introduce function for doing important stuff just
9235                   before claws goes down
9236                 o clean up code 
9237
9238 2002-08-24 [alfons]     0.8.1claws110
9239
9240         * src/compose.c
9241                 move cursor to "To" entry when forwarding as attachment
9242                 (reported and solved by Steve Lamb, closes bug report
9243                 "[ 592880 ] Forward as attachment; cursor not in to")
9244
9245 2002-08-24 [colin]      0.8.1claws109
9246
9247         * src/mainwindow.c
9248                 fix quick search visibility after GUI (de)separations.
9249
9250 2002-08-23 [colin]      0.8.1claws108
9251
9252         * src/mainwindow.c
9253                 fix header pane visibility after folderview or
9254                 messageview (de)separation
9255
9256 2002-08-23 [paul]       0.8.1claws107
9257
9258         * src/mainwindow.[ch]
9259           src/toolbar.c
9260                 give full control of display or non-display 
9261                 of the Execute icon to Custom toolbar settings.
9262                 add new sensitivity condition to maninwindow.h: 
9263                 M_DELAY_EXEC
9264
9265         * ChangeLog
9266           ChangeLog.jp
9267           NEWS
9268                 more sync with 0.8.1cvs29
9269
9270 2002-08-23 [melvin]     0.8.1claws106
9271
9272         * src/alertpanel.c
9273                 Readded support for custom widget in alertpanel lost in last
9274                 sync.
9275
9276 2002-08-23 [paul]       0.8.1claws105
9277
9278         * sync with 0.8.1cvs29
9279                 see ChangeLog 2002-08-23
9280
9281 2002-08-23 [colin]      0.8.1claws104
9282
9283         * src/summaryview.c
9284                 Fix folder and search pixmaps exchanging positions
9285                 after theme or toolbar changes. Thank to Oliver for 
9286                 reporting this.
9287
9288 2002-08-23 [colin]      0.8.1claws103
9289
9290         * src/mainwindow.c
9291           src/messageview.[ch]
9292           src/noticeview.[ch]
9293           src/summaryview.c
9294                 Changed messageview_create() and noticeview_create()
9295                 to avoid the last gdk_warning
9296
9297 2002-08-22 [colin]      0.8.1claws102
9298
9299         * src/summaryview.c
9300                 Fix my new `Creating pixmap from xpm' warning
9301
9302 2002-08-22 [colin]      0.8.1claws101
9303
9304         * src/mainwindow.c
9305                 Fix some of the gdk warnings
9306
9307 2002-08-22 [colin]      0.8.1claws100
9308
9309         * src/Makefile.am
9310         * src/stock_pixmap.c
9311         * src/stock_pixmap.h
9312         * src/pixmaps/quicksearch.xpm *ADDED*
9313                 Add the quicksearch pixmap
9314         * src/mainwindow.c
9315         * src/summaryview.c
9316         * src/summaryview.h
9317                 Make quicksearch bar visible/hidden via a button
9318
9319 2002-08-22 [christoph]  0.8.1claws99
9320
9321         * src/folder.c
9322                 fix folder update for newsgroups with message
9323                 numbers below minimum number of articles to fetch
9324                 (closes bug #598445)
9325
9326 2002-08-22 [paul]       0.8.1claws98
9327
9328         * sync with 0.8.1cvs28
9329                 see ChangeLog 2002-08-22
9330
9331 2002-08-21 [alfons]     0.8.1claws97
9332
9333         * src/crash.c
9334                 use bt instead of bt full which seems to work 
9335                 better, and bt full doesn't give a great deal 
9336                 of information anyway
9337
9338 2002-08-21 [colin]      0.8.1claws96
9339
9340         * src/summaryview.c
9341                 fix summaryview_searchtype_changed prototype
9342
9343 2002-08-21 [christoph]  0.8.1claws95
9344
9345         * src/mainwindow.c
9346                 o fix broken menu update for sorting type, we have to
9347                   get this info from the summaryview now
9348                 o removed setting of threaded state in menu callback
9349         * src/summaryview.[ch]
9350                 more summaryview/folderitem seperation for
9351                 threading option
9352         * configure.in
9353                 removed not required --with-compiler-flags option
9354
9355 2002-08-21 [oliver]     0.8.1claws94
9356         
9357         * src/toolbar.h 
9358                 o rename toolbar.xml to toolbar_main.xml
9359                   since toolbar_compose.xml might come up 
9360                   any time soon
9361         * README.claws
9362                 add custom toolbar              
9363
9364 2002-08-21 [darko]      0.8.1claws93
9365
9366         * src/procmsg.c
9367                 don't reset tmp flags for messages copied
9368                 to sent folder
9369
9370 2002-08-21 [colin]      0.8.1claws92
9371         
9372         * src/prefs_filtering.c
9373                 fix renaming rules on folder rename 
9374                 when folder is not a leaf folder
9375
9376 2002-08-21 [paul]       0.8.1claws91
9377
9378         * src/prefs_folder_item.c
9379                 fix alignment of colour selector
9380
9381 2002-08-21 [paul]       0.8.1claws90
9382
9383         * sync with 0.8.1cvs27
9384                 see ChangeLog 2002-08-21
9385
9386 2002-08-21 [paul]       0.8.1claws89
9387
9388         * src/summaryview.c
9389                 fix crash when changing field type in
9390                 Quick search bar
9391
9392 2002-08-21 [colin]      0.8.1claws88
9393
9394         * src/summaryview.c
9395                 Made quick search case-insensitive
9396
9397 2002-08-21 [paul]       0.8.1claws87
9398
9399         * sync with 0.8.1cvs26
9400                 see ChangeLog 2002-08-21
9401
9402 2002-08-20 [christoph]  0.8.1claws86
9403
9404         * src/folderview.c
9405         * src/main.c
9406         * src/summaryview.[ch]
9407                 more summaryview/folderitem seperation for
9408                 sort_key and sort_type
9409         * src/procmsg.c
9410                 added missing return statement
9411
9412 2002-08-20 [colin]      0.8.1claws85
9413
9414         * src/summaryview.[ch]
9415                 Added a quick search box
9416         * src/mainwindow.c
9417         * src/prefs_common.[ch]
9418                 Added a show/hide option for the quick search
9419
9420 2002-08-20 [oliver]     0.8.1claws84
9421         
9422         * src/mainwindow.c
9423                 remove toolbar_create_popups
9424         * src/toolbar.[ch]
9425                 o remove toolbar_create_popups
9426                 o fix toolbar_set_sensitive 
9427                   (Bug reports #596834 and #596832)     
9428         * src/prefs_toolbar.c
9429                 o add "Set default" button
9430                 o align label and text + combo widgets
9431
9432 2002-08-20 [hoa]        0.8.1claws83bis
9433
9434         * src/imap.c
9435                 fixed a bug in imap_fetch_msginfo() in case there is no
9436                 current folder.
9437
9438 2002-08-20 [darko]      0.8.1claws83
9439
9440         * src/folderview.c
9441                 copy the color style of folder view so it
9442                 works with GTK themes
9443
9444 2002-08-20 [darko]      0.8.1claws82
9445
9446         * src/folder.h
9447         * src/folderview.c
9448         * src/prefs_folder_item.[hc]
9449                 don't use UI stuff in folder.h
9450
9451 2002-08-20 [darko]      0.8.1claws81
9452
9453         * src/folder.h
9454         * src/prefs_folder_item.h
9455         * src/folderview.c
9456         * src/prefs_folder_item.c
9457                 ability to set folder color in folderview
9458
9459 2002-08-19 [alfons]     0.8.1claws80
9460
9461         * src/summaryview.c
9462                 fix one of the earlier memleaks reported by Martin Kluge
9463
9464 2002-08-19 [alfons]     0.8.1claws79
9465
9466         * src/mainwindow.c
9467                 hide notice view when selecting seperate folder
9468                 view (reported by Urke MMI)
9469
9470 2002-08-19 [christoph]  0.8.1claws78
9471
9472         * src/folderview.c
9473         * src/prefs_folder_item.h
9474         * src/summaryview.[ch]
9475                 o add summary_set_prefs_from_folderitem to set
9476                   summaryview prefs (first step to remove all
9477                   references to the folderitem in summaryview)
9478                 o moved compiled regex stuff from folderitem prefs
9479                   to summaryview code
9480
9481 2002-08-19 [paul]       0.8.1claws77
9482
9483         * src/compose.c
9484                 add check for '.' to QUOTE_IF_REQUIRED
9485
9486 2002-08-19 [paul]       0.8.1claws76
9487
9488         * src/inc.c
9489                 sync with 0.8.1cvs25 (plug memory leak)
9490
9491         * src/prefs_toolbar.c
9492                 re-order prefs_toolbar_cancel()
9493
9494 2002-08-18 [alfons]     0.8.1claws75
9495
9496         * src/inc.c
9497         * src/matcher.c
9498                 plug other memleaks reported by Martin Kluge
9499
9500 2002-08-18 [paul]       0.8.1claws74
9501
9502         * po/pt_BR.po
9503                 updated by Fabio Jr. Beneditto
9504
9505 2002-08-18 [paul]       0.8.1claws73
9506
9507         * src/toolbar.[ch]
9508                 fix bug where tooltips were displayed untranslated              
9509
9510         * src/prefs_toolbar.c
9511                 fix bug where clicking 'Cancel' creates an icon & text
9512                 toolbar regardless of prefs
9513         
9514
9515 2002-08-17 [oliver]     0.8.1claws72
9516
9517         * src/prefs_toolbar.c
9518                 update toolbar on CANCEL
9519                 bug reported by Martin Kluge
9520         * src/toolbar.c
9521                 toolbar_destroy memleak fixed           
9522
9523 2002-08-17 [alfons]     0.8.1claws71
9524
9525         * src/toolbar.c
9526                 plug another memleak reported by Martin Kluge
9527
9528 2002-08-16 [alfons]     0.8.1claws70
9529
9530         * src/crash.c
9531                 use execvp() correctly (suggested by wwp; thanks!)
9532
9533 2002-08-16 [alfons]     0.8.1claws69
9534
9535         * src/gtksctree.c
9536                 plug memory leak reported by Kim Schultz & Martin Kluge
9537
9538 2002-08-16 [paul]       0.8.1claws68
9539
9540         * po/es.po
9541                 updated by Ricardo Mones Lastra
9542
9543 2002-08-16 [paul]       0.8.1claws67
9544
9545         * src/toolbar.h
9546                 fix bug where 'Compose News' icon showed wrong
9547                 tooltip
9548
9549 2002-08-16 [paul]       0.8.1claws66
9550
9551         * sync with 0.8.1cvs24
9552                 see ChangeLog 2002-08-16
9553
9554         * po/it.po
9555                 updated by Alessandro Maestri
9556
9557 2002-08-15 [paul]       0.8.1claws65
9558
9559         * po/sr.po
9560                 updated by Urke MMI
9561
9562 2002-08-15 [paul]       0.8.1claws64
9563
9564         * src/*.c
9565                 don't translate debug info
9566
9567         * src/matcher.[ch]
9568                 add copyright info
9569
9570 2002-08-15 [paul]       0.8.1claws63
9571
9572         * src/prefs_toolbar.c
9573                 fix bug where clicking 'OK' creates an icon & text
9574                 toolbar regardless of prefs
9575
9576 2002-08-14 [alfons]     0.8.1claws62
9577
9578         * src/main.c
9579                 add global var that has the full argv[0]
9580         * src/crash.c
9581                 o execvp the correct sylpheed by using argv0
9582                   and setting the correct work dir
9583                 o other tweaks  
9584
9585 2002-08-14 [oliver]     0.8.1claws61
9586         
9587         * enable/disable Toolbar Action Buttons 
9588         * code cleanups
9589         * src/mainwindow.c
9590         * src/toolbar.[ch]      
9591         * src/prefs_toolbar.c   
9592
9593 2002-08-14 [melvin]     0.8.1claws60
9594
9595         * po/fr.po
9596                 Updated French translations
9597
9598 2002-08-14 [melvin]     0.8.1claws59
9599
9600         * src/crash.c
9601                 Made bug report not translatable
9602         * src/exporthtml.c
9603                 Fixed exporthtml_build_filespec() return value
9604         * src/foldersel.c
9605                 Fixed incorrect include file
9606         * src/gtkspell.c
9607         * src/prefs_actions.c
9608         * src/prefs_toolbar.c
9609                 Made debug info not translatable
9610         * src/mutt.c
9611         * src/quote_fmt.c
9612                 Added missing includes
9613         * src/prefs_common.c
9614                 Fixed typo
9615
9616 2002-08-14 [paul]       0.8.1claws58
9617
9618         * faq/es/sylpheed-faq.html
9619           faq/es/sylpheed-faq-[1-3].html
9620           faq/es/sylpheed-faq-4.html     **NEW FILE **
9621                 update Spanish FAQ
9622
9623 2002-08-13 [christoph]  0.8.1claws57
9624
9625         * src/procmsg.c
9626                 ignore thread fix that did not mark all
9627                 child nodes of a ignored thread as
9628                 ignored. Does not work perfectly yet,
9629                 but it is better now
9630
9631 2002-08-13 [alfons]     0.8.1claws56
9632
9633         * src/crash.c
9634                 o implement 'save crash log'
9635                 o some tweaks
9636
9637 2002-08-13 [melvin]     0.8.1claws55
9638
9639         * src/main.c
9640                 removed unrequired "execinfo.h" header
9641
9642 2002-08-12 [paul]       0.8.1claws54
9643
9644         * faq/en/sylpheed-faq.html
9645           faq/en/sylpheed-faq-[1-3].html
9646           faq/en/sylpheed-faq-4.html     **NEW FILE **
9647                 update English FAQ
9648
9649 2002-08-12 [alfons]     0.8.1claws53
9650
9651         * po/POTFILES.in
9652                 add crash.c to translatables
9653         * src/crash.c
9654                 bring in Leandro's crash dialog
9655
9656 2002-08-11 [alfons]     0.8.1claws52
9657
9658         * src/crash.c
9659                 clean up some warnings
9660
9661 2002-08-11 [alfons]     0.8.1claws51
9662
9663         * acconfig.h
9664         * configure.in
9665         * src/crash.[ch]        ** NEW FILES **
9666         * src/main.c            
9667                 initial gdb crash handler
9668
9669 2002-08-11 [paul]       0.8.1claws50
9670
9671         * src/prefs_toolbar.c
9672                 replace Up/Down arrow pixmaps with text to be
9673                 consistent across icon themes
9674
9675 2002-08-11 [paul]       0.8.1claws49
9676
9677         * src/prefs_common.c
9678           src/prefs_toolbar.c
9679                 rename 'Pixmap' -> 'Icon'
9680
9681         * src/toolbar.[ch]
9682                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9683
9684 2002-08-10 [paul]       0.8.1claws48
9685
9686         * src/prefs_toolbar.c
9687                 re-work the UI
9688
9689 2002-08-10 [paul]       0.8.1claws47
9690
9691         * src/main.c
9692                 don't write Processing progress to status bar
9693                 patch submitted by Alexander Evseev
9694
9695         * src/prefs_toolbar.c
9696                 re-position and resize window
9697                 make window assume correct size on first call
9698
9699 2002-08-10 [paul]       0.8.1claws46
9700
9701         * src/mainwindow.c
9702           src/prefs_toolbar.c
9703           src/toolbar.c
9704           src/toolbar.h
9705                 obey coding style
9706                 follow UI text conventions
9707
9708 2002-08-10 [alfons]     0.8.1claws45
9709
9710         * src/toolbar.c
9711                 correct pixmap for delete action
9712
9713 2002-08-10 [paul]       0.8.1claws44
9714
9715         * po/pt_BR.po
9716                 updated by Fabio Jr. Beneditto
9717
9718 2002-08-10 [paul]       0.8.1claws43
9719
9720         * po/POTFILES.in
9721                 add custom toolbar files
9722
9723 2002-08-10 [paul]       0.8.1claws42
9724
9725         * sync with 0.8.1cvs22
9726                 see ChangeLog 2002-08-09
9727
9728 2002-08-09 [paul]       0.8.1claws41
9729
9730         * tools/Makefile.am
9731           tools/README
9732           tools/outlook2sylpheed.pl     ** NEW FILE **
9733                 add script to convert exported Outlook
9734                 contacts list to a Sylpheed addressbook.
9735                 Submitted by Ricardo Mones Lastra.
9736
9737 2002-08-09 [paul]       0.8.1claws40
9738
9739         * AUTHORS
9740           configure.in
9741           po/sr.po      ** NEW FILE **
9742                 add Serbian message catalog. Submitted by
9743                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9744
9745 2002-08-09 [paul]       0.8.1claws39
9746
9747         * sync with 0.8.1cvs21
9748                 see ChangeLog 2002-08-08
9749
9750 2002-08-08 [oliver]     0.8.1claws38
9751
9752         * src/mainwindow.c
9753                 move Custom Toolbar to Configuration menu
9754
9755 2002-08-08 [oliver]     0.8.1claws37
9756
9757         * src/prefs_toolbar.c
9758                 fix substitute pixmap bug
9759
9760 2002-08-08 [paul]       0.8.1claws36
9761
9762         * sync with 0.8.1cvs19
9763                 see ChangeLog 2002-08-08
9764
9765 2002-08-07 [christoph]  0.8.1claws35
9766
9767         * src/utils.c
9768                 fixed a memory leak in new canonicalize_file_replace
9769
9770 2002-08-07 [christoph]  0.8.1claws34
9771
9772         * src/utils.[ch]
9773                 o canonicalize_file_replace should create the temporary
9774                   file in the same directory as the original file.
9775                 o added get_tmpfile_in_dir that creates a temorary file
9776                   in a specified directory.
9777
9778 2002-08-07 [melvin]     0.8.1claws33
9779
9780         * src/toolbar.c
9781                 fixed bug where 'Article' button acted as 'Email' button.
9782
9783 2002-08-07 [paul]       0.8.1claws32
9784
9785         * sync with 0.8.1.cvs17
9786                 see ChangeLog 2002-08-07
9787
9788 2002-08-07 [colin]      0.8.1claws31
9789         
9790         * src/news.c
9791                 fix mass-cancel problem
9792
9793 2002-08-07 [thorsten]   0.8.1claws30
9794
9795         * src/prefs_toolbar.c
9796                 fix: crash on replace or add new button
9797         * src/toolbar.c
9798                 fix: close xmlfile after reading
9799         * src/utils.c
9800                 fix: unlink() file before rename()
9801
9802 2002-08-06 [paul]       0.8.1claws29
9803
9804         * sync with 0.8.cvs15
9805                 see ChangeLog 2002-08-06
9806
9807 2002-08-06 [oliver]     0.8.1claws28
9808
9809         * src/toolbar.c
9810         * src/prefs_toolbar.c
9811                 fixed empty toolbar issue
9812
9813 2002-08-06 [oliver]     0.8.1claws27
9814
9815         * Custom Toolbar Final 
9816         * src/folderview.c
9817         * src/inc.c
9818         * src/summaryview.c
9819                 o toolbar stuff now lives in src/toolbar.[ch]
9820                 o main_window_toolbar_* functions are renamed to
9821                   toolbar_* reflecting their new source file
9822         * src/mainwindow.[ch]
9823                 o remove toolbar stuff  
9824
9825 2002-08-06 [oliver]     0.8.1claws26
9826         
9827         * src/Makefile.am
9828         * src/prefs_toolbar.[ch]        **New File**
9829         * src/toolbar.[ch]              **New File**
9830                 o prefs_toolbar.[ch] custom toolbar frontend
9831                 o toolbar.[ch]       backend 
9832
9833 2002-08-06 [oliver]     0.8.1claws25
9834
9835         * src/prefs_actions.[ch]
9836                 o new exported function actions_execute
9837
9838 2002-08-06 [paul]       0.8.1claws24
9839
9840         * sync with 0.8.1cvs4
9841                 see ChangeLog 2002-08-06
9842
9843 2002-08-06 [paul]       0.8.1claws23
9844
9845         * sync with 0.8.1cvs13
9846                 see ChangeLog 2002-08-06
9847
9848 2002-08-06 [paul]       0.8.1claws22
9849
9850         * sync with 0.8.1cvs12
9851                 see ChangeLog 2002-08-05 and 2002-08-06
9852
9853 2002-08-06 [match]      0.8.1claws21
9854
9855         * src/addrclip.c
9856                 improvements to cut/copy/paste address
9857
9858 2002-08-05 [match]      0.8.1claws20
9859
9860         * src/addritem.[ch]
9861         * src/addrcache.c
9862         * src/addrbook.c
9863         * src/editaddress.c
9864         * src/addressbook.c
9865                 fixes to improve cut/copy/paste
9866
9867 2002-08-06 [melvin]     0.8.1claws19
9868
9869         * src/account.[ch]
9870                 account_find_all_from_address(): new function that returns the
9871                 list of all accounts that are matched in an address.
9872         * src/alertpanel.[ch]
9873                 alertpanel() now accepts a custom widget
9874                 alertpanel_with_widget(): new function that pops up a panel with
9875                 a custom widget in it 
9876         * src/gtkutils.[ch]
9877                 gtkut_account_menu_new(): new function that allows the selection
9878                 of an account from a list of accounts.
9879         * src/messageview.c
9880                 Extended Return Receipt notification to select the correct 
9881                 account and to make a security test on the Delivery-Notification
9882                 address which should be the same as the Return-Path.
9883
9884 2002-08-06 [thorsten]   0.8.1claws18
9885
9886         * src/mimeview.c
9887                 attach_all: save unnamed as "noname.%d",
9888                 dont free static dirname
9889
9890 2002-08-05 [alfons]     0.8.1claws17
9891
9892         * configure.in
9893                 detect XIM by trying to link rather than compile a XIM program
9894
9895 2002-08-05 [oliver]     0.8.1claws16
9896                 
9897         * src/stock_pixmap.[ch]
9898                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9899                 o new func to retrieve pixmaps
9900
9901 2002-08-05 [paul]       0.8.1claws15
9902
9903         * sync with 0.8.1cvs10
9904                 see ChangeLog 2002-08-05
9905
9906 2002-08-04 [alfons]     0.8.1claws14
9907
9908         * src/textview.c
9909                 see if this plugs memleak
9910
9911 2002-08-04 [melvin]     0.8.1claws13
9912
9913         * src/gtkspell.c
9914                 fixed bug that could crash Sylpheed when highlighting
9915                 all misspelled words.
9916
9917 2002-08-03 [melvin]     0.8.1claws12
9918
9919         * src/prefs_actions.c
9920                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9921         * src/messageview.c
9922                 fixed bug where the Return Receipt was sent to
9923                 Delivery-Notification-To address even if it was not present
9924
9925 2002-08-02 [alfons]     0.8.1claws11
9926
9927         * src/prefs_actions.c
9928                 o more check for NULLs
9929                 o put create_io_dialog() in right conditional block
9930
9931 2002-08-02 [paul]       0.8.1claws10
9932
9933         * po/es.po
9934                 updated by Ricardo Mones Lastra
9935
9936 2002-08-01 [christoph]  0.8.1claws9
9937
9938         * src/folder.c
9939                 don't free the cache of the opened
9940                 folder in the summaryview
9941         * src/summaryview.c
9942                 don't unset flags, if it is not required
9943
9944 2002-08-01 [paul]       0.8.1claws8
9945
9946         * sync with 0.8.1cvs8
9947                 see ChangeLog entry 2002-08-01
9948
9949 2002-08-01 [paul]       0.8.1claws7
9950
9951         * sync with 0.8.1cvs7
9952                 see ChangeLog 2002-07-31 and 2002-08-01
9953
9954 2002-07-31 [christoph]  0.8.1claws6
9955
9956         * src/mainwindow.c
9957                 forgot to update menu sensitivity
9958                 function for new menu entry
9959
9960 2002-07-31 [alfons]     0.8.1claws5
9961
9962         * src/main.c
9963                 check folder item and its path for NULL on
9964                 initial processing
9965
9966 2002-07-31 [christoph]  0.8.1claws4
9967
9968         * src/folder.c
9969                 check if folder_item_get_msginfo in
9970                 folder_item_remove_msg returned NULL
9971         * src/imap.c
9972                 better clear the uid cache in the
9973                 uid validity check function and delete
9974                 cached messages
9975
9976 2002-07-31 [paul]       0.8.1claws3
9977
9978         * man/sylpheed.1
9979                 add the '--attach' option and a few other
9980                 minor changes
9981
9982 2002-07-31 [paul]       0.8.1claws2
9983
9984         * sync with 0.8.1cvs5
9985                 see ChangeLog 2002-07-31
9986
9987 2002-07-31 [christoph]  0.8.1claws1
9988
9989         * src/folderview.[ch]
9990         * src/mainwindow.c
9991                 replace "Rescan all folders..." with
9992                 "Check all folders for new messages..."
9993
9994 2002-07-30 [paul]       0.8.1claws
9995
9996         * version 0.8.1claws released
9997
9998 2002-07-30 [paul]       0.8.0claws29
9999
10000         * tools/OOo2sylpheed.pl ** NEW FILE **
10001           tools/README
10002                 add script to enable sending documents as
10003                 attachments from OpenOffice.org
10004
10005 2002-07-30 [melvin]     0.8.0claws28
10006
10007         * src/prefs_actions.c
10008                 Made the actions' input/output dialog display
10009                 without delay.
10010
10011 2002-07-30 [christoph]  0.8.0claws27
10012
10013         * src/procmsg.c
10014                 check if folder_item_get_msginfo in
10015                 procmsg_save_to_outbox returned NULL
10016
10017 2002-07-30 [paul]       0.8.0claws26
10018
10019         * sync with 0.8.1cvs4
10020                 see ChangeLog 2002-07-29
10021
10022 2002-07-29 [thorsten]   0.8.0claws25
10023
10024         * README.claws
10025                 added selective download, delete on server
10026
10027 2002-07-29 [paul]       0.8.0claws24
10028
10029         * sync with 0.8.1cvs3
10030                 see ChangeLog 2002-07-29
10031
10032 2002-07-27 [christoph]  0.8.0claws23
10033
10034         * src/folder.c
10035                 add extra check if fetching the msginfo
10036                 returned NULL
10037
10038 2002-07-27 [paul]       0.8.0claws22
10039
10040         * sync with 0.8.1cvs2
10041                 see ChangeLog 2002-07-26
10042
10043 2002-07-27 [christoph]  0.8.0claws21
10044
10045         * src/imap.c
10046                 add another check if a valid msginfo
10047                 was returned
10048
10049 2002-07-26 [hoa]        0.8.0claws20
10050
10051         * src/folder.c
10052                 Fixed a condition in folder_item_destroy()
10053
10054         * src/imap.c
10055                 Fixed an error in IMAP protocol
10056
10057 2002-07-26 [alfons]     0.8.0claws19
10058
10059         * src/folder.c
10060                 ofcourse compare with identifier, not the path
10061
10062 2002-07-26 [alfons]     0.8.0claws18
10063
10064         * src/folder.c
10065                 use folder item identifier for saving / restoring
10066                 preferences because folder->path might not be unique
10067
10068 2002-07-26 [melvin]     0.8.0claws17
10069
10070         * src/logwindow.c
10071                 Fixed a crash introduced in 0.8.0claws5 when log is 
10072                 cut under 80 characters.
10073
10074 2002-07-26 [paul]       0.8.0claws16
10075
10076         * sync with 0.8.1cvs1
10077                 see ChangeLog 2002-07-26
10078
10079 2002-07-26 [christoph]  0.8.0claws15
10080
10081         * src/imap.[ch]
10082                 imap folder now remembers the last selected
10083                 folder and imap_fetch_msginfo skips selecting
10084                 the folder if it is already selected
10085
10086 2002-07-26 [christoph]  0.8.0claws14
10087
10088         * src/folder.c
10089         * src/folderview.c
10090         * src/imap.c
10091                 fix imap folder rescanning
10092
10093 2002-07-25 [christoph]  0.8.0claws13
10094
10095         * src/filter.c
10096         * src/folder.[ch]
10097         * src/folderview.c
10098         * src/imap.[ch]
10099         * src/mainwindow.c
10100         * src/mbox_folder.c
10101         * src/mh.c
10102         * src/news.c
10103                 implement imap uid cache and uid validity check
10104
10105 2002-07-25 [alfons]     0.8.0claws12
10106
10107         * src/summaryview.c
10108                 fix a brown paper bag bug, and also add some more
10109                 checks
10110
10111 2002-07-25 [christoph]  0.8.0claws11
10112
10113         * src/folder.c
10114                 don't mix copy, fetch_msginfo and remove
10115                 operations in folder item copy and move
10116                 operations
10117
10118 2002-07-25 [christoph]  0.8.0claws10
10119
10120         * src/folderview.c
10121         * src/mainwindow.c
10122         * src/prefs_folder_item.c
10123         * src/summaryview.[ch]
10124                 remove no longer required parameter update_cache from
10125                 summary_show
10126
10127 2002-07-25 [paul]       0.8.0claws9
10128
10129         * sync with 0.8.1
10130         
10131         * AUTHORS
10132                 a few corrections
10133
10134 2002-07-24 [alfons]     0.8.0claws8
10135
10136         * src/summaryview.c
10137                 sort correctly when using simplified subject line
10138                 (closes feature request "[ 585141 ] applying regexp to subject 
10139                 before sort" submitted by Alexandra Walford)
10140
10141 2002-07-24 [paul]       0.8.0claws7
10142
10143         * sync with 0.8.0cvs3
10144                 see ChangeLog 2002-07-24
10145
10146 2002-07-23 [christoph]  0.8.0claws6
10147
10148         * src/folder.c
10149         * src/folder.h
10150         * src/summaryview.c
10151         * src/summaryview.h
10152         * src/main.c
10153                 o separate processing and summaryview
10154                 o removed summary_write_cache from summaryview
10155                 o removed summaryview->killed_messages, because we don't have
10156                   to keep a list of killed messages anymore. New cache will
10157                   keep the hidden messages in cache anyway
10158         * src/folderview.c
10159         * src/inc.c
10160         * src/selective_download.c
10161                 o removed unnecessary summary_write_cache calls
10162         * src/procmsg.c
10163                 o don't set ignore thread flag in procmsg_get_thread_tree
10164                   if it is already set
10165         * src/mainwindow.c
10166         * src/statusbar.h
10167                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10168                   they are used in different files
10169
10170 2002-07-23 [melvin]     0.8.0claws5
10171
10172         * src/addressbook.c
10173         * src/addrgather.c
10174         * src/editaddress.c
10175         * src/editgroup.c
10176         * src/editldap_basedn.c
10177         * src/importldif.c
10178         * src/prefs_common.c
10179                 Fixed few memory leak (gtk_editable_get_chars returns
10180                 an allocated string)
10181         * src/logwindow.c
10182                 Fixed few memory leak (gtk_editable_get_chars returns
10183                 an allocated string) and modified a little the log cutting
10184                 loop.
10185         * src/compose.c
10186                 Replaced a call to an obsolete function gtk_entry_get_text()
10187                 by gtk_editable_get_chars()
10188         * src/send.c
10189                 Removed a debug printf
10190
10191 2002-07-23 [christoph]  0.8.0claws4
10192
10193         * src/filesel.c
10194                 fix another g_dirname memory leak
10195
10196 2002-07-23 [christoph]  0.8.0claws3
10197
10198         * src/mh.c
10199                 fixed a memory leak in mh_fetch_msginfo
10200                 fixed crash when message header could not be
10201                 parsed
10202
10203 2002-07-23 [paul]       0.8.0claws2
10204
10205         * sync with 0.8.0cvs2
10206                 see ChangeLog 2002-07-23
10207
10208 2002-07-23 [paul]       0.8.0claws1
10209
10210         * sync with 0.8.0cvs1
10211                 see ChangeLog 2002-07-23
10212
10213 2002-07-23 [paul]       0.8.0claws
10214
10215         * release of 0.8.0claws
10216
10217 2002-07-23 [paul]       0.7.8claws99
10218
10219         * po/ru.po
10220                 new Russian translation, submitted by
10221                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10222
10223 2002-07-22 [jens]       0.7.8claws98
10224
10225         * po/de.po
10226                 Updated German translations.
10227
10228 2002-07-22 [paul]       0.7.8claws97
10229
10230         * po/es.po
10231           po/it.po
10232           po/nl.po
10233           po/pt_BR.po
10234                 updated translations by Ricardo Mones Lastra,
10235                 Alessandro Maestri, Wilbert Berendsen and 
10236                 Fabio Jr. Beneditto respectively
10237
10238 2002-07-22 [christoph]  0.7.8claws96
10239
10240         * src/mimeview.c
10241                 fix memory leak caused by wrong g_dirname usage
10242
10243 2002-07-22 [christoph]  0.7.8claws95
10244
10245         * src/summaryview.c
10246                 update new and unread message counts for summaryview
10247                 summaryview does not get it from the folder anymore
10248                 and has to update the values itself
10249
10250 2002-07-22 [melvin]     0.7.8claws94
10251
10252         * po/fr.po
10253                 Updated French translations.
10254
10255 2002-07-22 [christoph]  0.7.8claws93
10256
10257         * src/matcher.c
10258                 set prop->preg pointer to NULL or following check
10259                 will not fail and regexec will be called with
10260                 invalid pointer
10261
10262 2002-07-21 [alfons]     0.7.8claws92
10263         
10264         * src/prefs_common.[ch]
10265                 remove option "Send return receipt on request"
10266
10267 2002-07-21 [thorsten]   0.7.8claws91
10268
10269         * src/mimeview.c
10270                 fixed memleaks, coding style as pointed out by alfons
10271
10272 2002-07-21 [alfons]     0.7.8claws90
10273
10274         * src/messageview.c
10275         * src/noticeview.[ch]
10276                 o fix bug notice view being displayed when going to empty folder 
10277                   (noticed by Christoph)
10278                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10279                   (noticed by Thorsten)
10280
10281 2002-07-21 [thorsten]   0.7.8claws89
10282
10283         * src/mimeview.c
10284                 Included save_all patch from Xaview FACQ
10285                 added support for pathnames
10286
10287 2002-07-21 [alfons]     0.7.8claws88
10288
10289         * po/POTFILES.in
10290         * src/Makefile.am
10291         * src/mainwindow.c
10292         * src/messageview.[ch]
10293         * src/noticeview.c      ** NEW FILE **
10294         * src/noticeview.h      ** NEW FILE **
10295                 make return receipts work again
10296                 (UI idea by Leandro Pereira)
10297
10298 2002-07-21 [paul]       0.7.8claws87
10299
10300         * src/summaryview.c
10301                 fix sensitivity of 'Select thread'
10302
10303 2002-07-21 [paul]       0.7.8claws86
10304
10305         * src/prefs_common.c
10306                 add browser command line for Galeon
10307
10308 2002-07-21 [paul]       0.7.8claws85
10309
10310         * Makefile.am
10311                 fix 'EXTRA_DIST': remove README.README, add TODO
10312                 and TODO.claws
10313
10314 2002-07-21 [alfons]     0.7.8claws84
10315
10316         * src/gtkstext.c
10317                 make enter clear selection
10318                 (closes "[ 579888 ] Editor selection/entry error"
10319                 reported by Steve Lamb)
10320
10321 2002-07-21 [alfons]     0.7.8claws83
10322         
10323         * src/summaryview.c
10324                 sort message list when selecting unthread messages
10325                 (closes "[ 501593 ] switching threaded view doesn't sort"
10326                 reported by Simon Schubert)
10327
10328 2002-07-20 [alfons]     0.7.8claws82
10329         
10330         * src/matcher.c
10331                 const-correctness
10332
10333 2002-07-20 [thorsten]   0.7.8claws81
10334
10335         * src/matcher.c
10336                 Fixed expansion of empty fields in matchactions
10337
10338 2002-07-19 [melvin]     0.7.8claws80
10339
10340         * src/gtkspell.c
10341                 Removed a duplicate menu entry (fast mode) introduced during
10342                 the new cache merge
10343                 Added a menu separator between 'Use alternate' and 'Fast mode'
10344
10345 2002-07-19 [paul]       0.7.8claws79
10346
10347         * tools/Makefile.am
10348           tools/README
10349                 correct typos
10350
10351 2002-07-19 [thorsten]   0.7.8claws78
10352
10353         * tools/calypso_convert.pl      ** NEW FILE **
10354           tools/README
10355           tools/Makefile.am
10356                 script to import mbox files exported
10357                 by calypso
10358                 o generates folder structure
10359                 o includes attachments
10360
10361 2002-07-19 [melvin]     0.7.8claws77
10362
10363         * src/selective_download.[ch]
10364                 Fixed bug where closing the dialog with the window manager's
10365                 close button will not unlock the summary
10366                 Corrected some function declarations that missed a return value
10367                 Made the source code comply better with coding style.
10368         * src/prefs_common.c
10369                 Added new browser command line for Mozilla.
10370
10371 2002-07-18 [paul]       0.7.8claws76
10372
10373         * src/mainwindow.c
10374           src/selective_download.[ch]
10375                 reflect theme changes, fix Gdk Warning when creating 
10376                 pixmap from NULL window, and minor clean up.
10377                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10378
10379         * po/en_GB.po
10380                 updated
10381
10382 2002-07-17 [paul]       0.7.8claws75
10383
10384         * INSTALL[.jp]
10385                 sync with 0.8.0
10386         
10387         * po/en_GB.po
10388                 updated
10389
10390 2002-07-16 [paul]       0.7.8claws74
10391
10392         * tools/filter_conv.pl
10393           tools/README
10394                 replace conversion script with reimplemented version, 
10395                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10396
10397 2002-07-16 [colin]      0.7.8claws73
10398
10399         * src/summaryview.c
10400                 remove forgotten debug messages - sorry ;-)
10401
10402 2002-07-16 [colin]      0.7.8claws72
10403
10404         * src/mimeview.c
10405           src/summaryview.c
10406           src/textview.c
10407           src/textview.h
10408                 add the ability to select part of a text mime-part 
10409                 to reply.
10410
10411 2002-07-15 [christoph]  0.7.8claws71
10412
10413         * src/folder.c
10414                 fix folder message count for folders without
10415                 msg_is_changed (includes news folders)
10416
10417 2002-07-15 [martin]     0.7.8claws70
10418
10419         * src/summaryview.c
10420                 option "display recipient on 'From'..." now works
10421                 without the need of enabling the option
10422                 "display  sender  using  address  book".
10423
10424 2002-07-15 [christoph]  0.7.8claws69
10425
10426         * src/summaryview.c
10427                 removed setting folder status from summaryview.
10428                 folder.c should update all message counts correctly.
10429
10430 2002-07-15 [paul]       0.7.8claws68
10431
10432         * po/pt_BR.po
10433                 updated by Fabio Junior Beneditto
10434
10435 2002-07-15 [darko]      0.7.8claws67
10436
10437         * src/mh.c
10438                 Fixed target folder colorization, don't decrease op
10439                 number twice
10440
10441 2002-07-14 [paul]       0.7.8claws66
10442
10443         * sync with main 0.8.0
10444                 see ChangeLog 2002-07-14
10445
10446 2002-07-13 [melvin]     0.7.8claws65
10447         
10448         * src/addrbook.c
10449         * src/addressbook.c
10450         * src/addrindex.c
10451                 Replaced sprintf by g_snprintf to prevent possible buffer
10452                 overflow.
10453         * src/news.c
10454                 Corrected a log message output format.
10455                 Added a missing "done" debug output.
10456         * src/compose.c
10457                 Added keyboard accelerator for Priority menu items
10458                 Added missing \n in debug output
10459         * src/logwindow.c
10460         * src/gtkspell.c
10461         * src/rfc2015.c
10462                 Added missing \n in debug output
10463
10464 2002-07-13 [paul]       0.7.8claws64
10465
10466         * man/sylpheed.1
10467                 change Sergey's email address to the sf address
10468
10469         * src/textview.c
10470                 increase show_url_timeout (more useful for long
10471                 urls)
10472
10473 2002-07-12 [sergey]     0.7.8claws63
10474
10475         * src/rfc2015.c
10476                 applied (with some modifications) patch to set the
10477                 micalg parameter for signatures
10478                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10479
10480 2002-07-12 [sergey]     0.7.8claws62
10481
10482         * man/Makefile.am
10483         * configure.in
10484                 fixed man page installation
10485
10486 2002-07-12 [paul]       0.7.8claws61
10487
10488         * sync with 0.7.8cvs26
10489                 see ChangeLog 2002-07-11 and 2002-07-12
10490
10491 2002-07-11 [christoph]  0.7.8claws60
10492
10493         * src/compose.c
10494         * src/procmsg.c
10495                 first use the message number to find the message
10496                 to mark with a reply flag but check the
10497                 message-id if we got the correct message, if not
10498                 try to find it by message-id.
10499                 use new string seperator that is not allowed
10500                 in message-ids.
10501
10502 2002-07-11 [paul]       0.7.8claws59
10503
10504         * sync with 0.7.8cvs23
10505                 see ChangeLog 2002-07-10
10506
10507 2002-07-10 [christoph]  0.7.8claws58
10508
10509         * src/folder.[ch]
10510         * src/msgcache.[ch]
10511                 Added message-id table to the cache in memory
10512                 and functions to msgcache.c and folder.c to
10513                 fetch MsgInfos by message id
10514         * src/compose.c
10515         * src/procmsg.c
10516                 store folder and message-id of message replying
10517                 to in queue header and set reply flag after sending
10518                 (Closes bug #469498)
10519
10520 2002-07-10 [paul]       0.7.8claws57
10521
10522         * AUTHORS
10523           man/sylpheed.1.gz
10524                 add Martin to the list of authors
10525
10526 2002-07-09 [martin]     0.7.8claws56
10527         * src/gtksctree.c
10528                 Added gtk_ctree_last_visible(), tree_update_level(),
10529                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10530                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10531                 from gtk+ to gtksctree.c for the new sorting code
10532                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10533                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10534         * src/gtksctree.h
10535                 Added declaration for gtk_sctree_sort_recursive() and
10536                 gtk_sctree_sort_node
10537         * src/addressbook.c
10538         * src/foldersel.c
10539         * src/folderview.c
10540         * src/summaryview.c
10541                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10542                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10543
10544 2002-07-08 [paul]       0.7.8claws55
10545
10546         * more sync with 0.7.8cvs21
10547                 see ChangeLog 2002-07-08
10548
10549 2002-07-08 [paul]       0.7.8claws54
10550
10551         * sync with 0.7.8cvs21
10552                 see ChangeLog 2002-07-08
10553
10554 2002-07-07 [alfons]     0.7.8claws53
10555
10556         * src/Makefile.am
10557         * src/stock_pixmap.[ch]
10558         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10559         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10560         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10561                 add new pixmaps for upcoming notice pane
10562
10563 2002-07-06 [melvin]     0.7.8claws52
10564
10565         * src/gtkspell.[ch]
10566                 Made them a bit closer to Sylpheed's coding style.
10567                 Removed old code.
10568                 Removed possible memory leaks when some errors occurs.
10569
10570 2002-07-06 [melvin]     0.7.8claws51
10571
10572         * po/Makefile.in.in
10573                 Removed --no-location in xgettext command line to help
10574                 translators that use Emacs' po-mode
10575         * src/quote_fmt.c
10576                 Removed unnecessary comments that messed up sylpheed.pot
10577
10578 2002-07-06 [paul]       0.7.8claws50
10579
10580         * sync with 0.7.8cvs19
10581                 see ChangeLog 2002-07-05
10582
10583 2002-07-06 [christoph]  0.7.8claws49
10584
10585         * src/folder.c
10586         * src/mainwindow.c
10587                 fix folder_item_remove_all_msg and folderview
10588                 status for trash folders after emptying trash
10589
10590 2002-07-05 [paul]       0.7.8claws48
10591
10592         * sync with 0.7.8cvs16
10593                 see ChangeLog 2002-07-04 and 2002-07-05
10594
10595 2002-07-04 [paul]       0.7.8claws47
10596
10597         * sync with 0.7.8cvs14
10598                 see  ChangeLog 2002-07-04
10599
10600 2002-07-03 [alfons]     0.7.8claws46
10601
10602         * src/folder.c
10603                 dupe folder item's path because it's being reallocated
10604                 by new folder scanning code
10605
10606 2002-07-03 [christoph]  0.7.8claws45
10607
10608         * src/imap.c
10609                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10610         * src/msgcache.c
10611                 add missing return in msgcache_write
10612
10613 2002-07-02 [thorsten]   0.7.8claws44
10614
10615         * src/jpilot.c
10616         * src/msgcache.c
10617         * src/rfc2015.c
10618                 use binary mode for file access
10619
10620 2002-07-02 [christoph]  0.7.8claws43
10621
10622         * major code cleanup (part 1)
10623         
10624                 - unused variables removed
10625                 - unused functions removed
10626                 - uninitialized variables checked
10627                 - missing return statements added
10628                 - missing function return types added
10629                 - added parentheses around assignment and
10630                   && in || when suggested by gcc
10631               
10632         * src/mh.c
10633         * src/folder.c
10634                 replaced direct calls to folder->scan_tree
10635                 with folder_scan_tree and restore folder
10636                 prefs in this function. The folder should
10637                 not have to deal with them.
10638                 ( Should now work for all folder types )
10639
10640 2002-07-02 [paul]       0.7.8claws42
10641
10642         * sync with 0.7.8cvs13
10643                 see ChangeLog 2002-07-01 and 2002-07-02
10644
10645 2002-07-01 [christoph]  0.7.8claws41
10646
10647         * src/summaryview.c
10648                 fix "goto next/prev unread message" with
10649                 ignored threads
10650
10651 2002-07-01 [paul]       0.7.8claws40
10652
10653         * po/es.po
10654                 updated by Ricardo Mones Lastra
10655
10656 2002-06-30 [match]      0.7.8claws39
10657
10658         * src/jpilot.c
10659                 applied variation of leonerd's patch (566661) to
10660                 allow multiple email addresses per JPilot entry.
10661                 addresses may be separated by space, comma, pipe,
10662                 semi-colon, new-line.
10663
10664 2002-06-30 [alfons]     0.7.8claws38
10665
10666         * src/procmsg.c
10667                 simple fix for putting older nodes before
10668                 newer nodes when threading by subject
10669
10670 2002-06-30 [christoph]  0.7.8claws37
10671
10672         * src/folder.c
10673         * src/folderview.c
10674         * src/mh.c
10675         * src/news.c
10676         * src/procmsg.c
10677                 fix broken folder tree rescaning
10678                 and don't use procmsg_get_mark_sum
10679                 anymore
10680
10681 2002-06-30 [christoph]  0.7.8claws36
10682
10683         * merge new cache branch
10684         * src/imap.c
10685                 fix new cache imap copy bug
10686         * src/folder.c
10687                 improved folder_item_scan
10688                 it should now always set the correct
10689                 new, unread and total message counts
10690
10691 2002-06-29 [paul]       0.7.8claws35
10692
10693         * configure.in
10694                 correct syntax error
10695
10696 2002-06-29 [paul]       0.7.8claws34
10697
10698         * configure.in
10699           Makefile.am
10700           man/Makefile.am       ** NEW FILE **
10701           man/sylpheed.1.gz     ** NEW FILE **
10702                 add Sylpheed man page
10703
10704 2002-06-29 [paul]       0.7.8claws33
10705
10706         * po/pt_BR.po
10707                 updated by Fabio Junior Beneditto
10708
10709 2002-06-28 [jens]       0.7.8claws32
10710
10711         * po/de.po
10712                 translation updated
10713
10714         * src/selective_download.c
10715                 removed gettext for space " "
10716
10717         * src/imap.c
10718                 removed wrong space
10719
10720 2002-06-28 [paul]       0.7.8claws31
10721
10722         * sync with 0.7.8cvs11
10723                 see ChangeLog 2002-06-28
10724
10725 2002-06-28 [paul]       0.7.8claws30
10726
10727         * sync with 0.7.8cvs10
10728                 see ChangeLog 2002-06-27 and 2002-06-28
10729
10730 2002-06-26 [paul]       0.7.8claws29
10731
10732         * src/addrgather.c
10733           src/selective_download.c
10734                 don't gettextise empty strings.
10735                 reserved by gettext. gettext("") returns 
10736                 the header entry with meta information, 
10737                 not the empty string
10738
10739         * po/en_GB.po
10740                 updated
10741
10742 2002-06-26 [paul]       0.7.8claws28
10743
10744         * sync with 0.7.8cvs7
10745                 see ChangeLog 2002-06-25
10746
10747         * src/prefs_common.c
10748                 ...and in the process, tweak the gui a little
10749
10750 2002-06-25 [alfons]     0.7.8claws27
10751         
10752         * configure.in
10753         * src/Makefile.am
10754                 fine tune ldap library detection
10755
10756 2002-06-25 [alfons]     0.7.8claws26
10757
10758         * src/compose.c
10759                 don't allow return receipts when composing a news article
10760
10761 2002-06-25 [paul]       0.7.8claws25
10762
10763         * Makefile.am
10764                 add '$(AMTAR)' to 'release' section to allow for
10765                 new and older autotools
10766
10767 2002-06-25 [paul]       0.7.8claws24
10768
10769         * src/summaryview.c
10770                 fix "No more unread messages" persistant pop-up
10771                 window bug
10772
10773 2002-06-25 [paul]       0.7.8claws23
10774
10775         * po/it.po
10776                 updated by Alessandro Maestri
10777
10778 2002-06-25 [paul]       0.7.8claws22
10779
10780         * sync with 0.7.8cvs6
10781                 see ChangeLog 2002-06-25
10782
10783 2002-06-24 [paul]       0.7.8claws21
10784
10785         * tools/update-po
10786                 add GPL copyright information
10787
10788 2002-06-24 [paul]       0.7.8claws20
10789
10790         * tools/Makefile.am
10791           tools/README
10792           tools/update-po       ** NEW FILE **
10793                 add script that eases the creation of *.po files
10794                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10795
10796 2002-06-23 [alfons]     0.7.8claws19
10797
10798         * src/messageview.c
10799                 make notification_convert_header obey const correctness
10800                 (next step will be fixing the broken return receipt)
10801
10802 2002-06-23 [paul]       0.7.8claws18
10803
10804         * src/messageview.c
10805                 fix bug introduced in last commit:
10806                 removed too much code in last commit - put back what's
10807                 needed
10808
10809 2002-06-23 [paul]       0.7.8claws17
10810
10811         * src/messageview.[ch]
10812                 remove code committed in error from locally patched
10813                 source
10814
10815 2002-06-23 [colin]      0.7.8claws16
10816
10817         * src/compose.[ch]
10818                 add compose_entry_select(), used to select the default_to
10819                 email address - hopefully avoiding people sending mails to
10820                 wrong recipients.
10821
10822 2002-06-22 [alfons]     0.7.8claws15
10823
10824         * AUTHORS
10825                 add Bram Metsch & Stanislav Karchebny
10826         * src/smtp.[ch]
10827         * src/prefs_account.[ch]
10828         * src/send.c
10829                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10830                   options.  (see <http://sourceforge.net/tracker/index.php
10831                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10832
10833                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10834                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10835
10836 2002-06-22 [paul]       0.7.8claws14
10837
10838         * sync with 0.7.8cvs5
10839                 see ChangeLog 2002-06-19 and 2002-06-20
10840
10841 2002-06-22 [alfons]     0.7.8claws13
10842
10843         * src/selective_download.c
10844                 fix a stupid mistake I made
10845
10846 2002-06-22 [alfons]     0.7.8claws12
10847
10848         * src/selective_download.[ch]
10849                 fix another unnoticed leak; cleanup code
10850
10851 2002-06-21 [alfons]
10852
10853         * tools/Makefile.am
10854                 gpg-sign <-- gpg-sign-syl
10855
10856 2002-06-21 [alfons]     0.7.8claws11
10857
10858         * src/selective_download.c
10859         * src/selective_download.h
10860                 fix assorted mix of allocation errors (should solve
10861                 problem reported by Philippe Gramoullé, see:
10862                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10863
10864 2002-06-20 [melvin]     0.7.8claws10
10865
10866         * tools/gpg-sign *REMOVED*
10867           tools/gpg-sign-syl *ADDED*
10868                 Replaced the gpg clearsigning script with the version using
10869                 xterm instead of ssh-askpass and changed its name.
10870
10871         * README.claws
10872                 Updated actions example to reflect the renaming of the
10873                 gpg clearsigning script.
10874
10875 2002-06-19 [paul]       0.7.8claws9
10876
10877         * sync with 0.7.8claws9
10878                 see ChangeLog 2002-06-18 and 2002-06-19
10879
10880 2002-06-19 [paul]       0.7.8claws8
10881
10882         * sync with 0.7.8cvs1
10883                 see ChangeLog 2002-06-18
10884
10885 2002-06-18 [alfons]     0.7.8claws7
10886
10887         * src/mainwindow.h
10888                 add omitted prototype
10889
10890 2002-06-17 [paul]       0.7.8claws6
10891
10892         * src/mainwindow.c
10893                 fix hiding of exec_btn
10894
10895 2002-06-17 [paul]       0.7.8claws5
10896
10897         * src/pop.c
10898                 remove unneeded code: should_delete() 
10899                 and Pop3State::uidl_todelete_list
10900
10901 2002-06-17 [paul]       0.7.8claws4
10902
10903         * sync with 0.7.8
10904                 see ChangeLog 2002-06-11 and 2002-06-13
10905
10906 2002-06-16 [alfons]     0.7.8claws3
10907         
10908         * src/folder.c
10909                 make sure lock sort mode (claws specific) is
10910                 also persists after a tree rescan
10911
10912 2002-06-16 [alfons]     0.7.8claws2
10913
10914         * src/prefs_folder_item.c
10915         * src/folder.[ch]
10916                 fix persistence of folder sort mode (broken
10917                 by adapting Hiro's new folder persistence code)
10918
10919 2002-06-16 [alfons]     0.7.8claws1
10920
10921         * AUTHORS
10922         * src/logwindow.c
10923         * src/prefscommon.[ch]
10924                 control size of log text in log window; 
10925                 closes patch #569155 submitted by Mitko Haralanov.
10926
10927 2002-06-15 [paul]       0.7.8claws
10928
10929         * release of 0.7.8claws
10930
10931 2002-06-15 [paul]       0.7.7claws
10932
10933         * po/pt_BR.po
10934                 updated by Fabio Junior Beneditto
10935
10936 2002-06-14 [paul]       0.7.6claws49
10937
10938         * po/es.po
10939                 updated by Ricardo Mones Lastra
10940
10941 2002-06-14 [paul]       0.7.6claws48
10942
10943         * po/nl.po
10944                 updated translation by Wilbert Berendsen
10945
10946 2002-06-14 [melvin]     0.7.6claws47
10947
10948         * po/fr.po
10949                 Updated French translation
10950
10951 2002-06-13 [paul]       0.7.6claws46
10952
10953         * src/filesel.c
10954                 allow filename to be typed in, rather than just
10955                 selected by the mouse. Patch by Gustavo Noronha Silva.
10956
10957 2002-06-13 [alfons]     0.7.6claws45
10958
10959         * src/mainwindow.[ch]
10960                 more cleanups (removing unnecessary menu items Expand 
10961                 summary / message view)
10962
10963 2002-06-13 [melvin]     0.7.6claws44
10964
10965         * po/POTFILES.in
10966                 Added src/string_match.c
10967         * src/string_match.c
10968                 Fixed possible buffer overflow.
10969                 Corrected typo.
10970                 Added missing config.h header.
10971         * src/prefs_common.c
10972           src/prefs_matcher.c
10973           src/prefs_scoring.c
10974                 Made some strings translatable (missing _(..)).
10975
10976 2002-06-13 [melvin]     0.7.6claws43
10977
10978         * README.claws
10979                 Corrected action example (verifying clearsigned mail).
10980         * src/prefs_account.c
10981                 Corrected typo.
10982         * src/prefs_common.c
10983                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10984
10985 2002-06-12 [alfons]     0.7.6claws42
10986
10987         * src/summaryview.c
10988                 add init of score column lost in 0.7.6claws42
10989
10990 2002-06-12 [paul]       0.7.6claws41
10991
10992         * src/prefs_account.c
10993                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10994                 behavior of the radio buttons, (from 0.7.7cvs2)
10995
10996 2002-06-11 [alfons]     0.7.6claws40
10997
10998         * src/messageview.[ch]
10999         * src/summaryview.[ch]
11000         * src/summary_search.c
11001         * src/mainwindow.c
11002                 perform a sync to bring in Hiro's separate view implementation 
11003
11004                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11005
11006 2002-06-11 [paul]       0.7.6claws39
11007         
11008         * src/prefs_account.c
11009                 correct a typo on the Receive tab
11010
11011 2002-06-10 [match]      0.7.6claws38
11012
11013         * src/addressbook.c
11014                 Included address completion patch from Gustavo Noronha.
11015
11016 2002-06-10 [paul]       0.7.6claws37
11017
11018         * src/inc.[ch]
11019           src/pop.c
11020           src/prefs_account.[ch]
11021           src/selective_download.[ch]
11022                 apply PATCH #561712
11023                  NEW:
11024                 - check if POP Account
11025                 - Receive Button renamed to Preview
11026                 - Preview Button Popup: preview new/all messages
11027                 - Download Button
11028                 - Account Preferences-->Receive tab checkbutton if you
11029                   want to remove Mail after Download
11030                 -: default YES
11031                 - Account Preferences-->Receive tab checkbutton use
11032                   filtering rules on preview
11033                   (think of delete_on_server)
11034                 -: default YES
11035                 - Account selectable from SD dialog
11036                 - checkbutton to show already downloaded messages if
11037                   all messages are previewed
11038                 - new clist column showing Date
11039                 - ESC KEY close
11040                 FIXES:
11041                 - play ball with UIDL
11042                 - fault tolerant (?) 
11043                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11044
11045 2002-06-10 [melvin]     0.7.6claws36
11046
11047         * README.claws
11048                 Added a hint to ac/README in cvs instructions.
11049
11050         * src/prefs_actions.c
11051                 Made it possible to use a more elaborate command line
11052                 for asynchronous actions, too.
11053
11054 2002-06-10 [melvin]     0.7.6claws35
11055         
11056         * src/prefs_actions.c
11057                 Make it possible to use a more elaborate command line
11058                 (e.g. |foo|bar|cat>there;echo Done|)
11059                 Corrected error message when calling %f, %F and %p commands
11060                 from the compose window.
11061
11062 2002-06-09 [colin]      0.7.6claws34
11063
11064         * src/summaryview.c
11065                 Automatically find unread messages in current folder
11066                 before annoying the user.
11067
11068 2002-06-08 [alfons]     0.7.6claws33
11069
11070         * po/it.po
11071                 remove bad formatting string in it.po translation
11072                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11073
11074 2002-06-08 [paul]       0.7.6claws32
11075
11076         * sync with 0.7.6cvs25
11077                 see ChangeLog 2002-06-07
11078
11079 2002-06-05 [paul]       0.7.6claws31
11080
11081         * src/mainwindow.c
11082                 add 'Sort by locked' and 'Sort by score'
11083
11084 2002-06-05 [paul]       0.7.6claws30
11085
11086         * sync with 0.7.6cvs24
11087                 see ChangeLog 2002-06-04
11088
11089 2002-06-04 [paul]       0.7.6claws29
11090
11091         * po/pt_BR.po
11092                 updated by Fabio Junior Beneditto
11093
11094 2002-06-03 [thorsten]   0.7.6claws28
11095
11096         * src/matcher.c
11097                 fclose() matcherrc after reading
11098
11099 2002-06-03 [paul]       0.7.6claws27
11100
11101         * sync with 0.7.6cvs21
11102                 see ChangeLog 2002-05-31
11103
11104 2002-05-31 [paul]       0.7.6claws26
11105
11106         * sync with 0.7.6cvs20
11107                 see ChangeLog 2002-05-29 and 2002-05-30
11108
11109 2002-05-31 [paul]       0.7.6claws25
11110
11111         * src/imap.c
11112                 hopefully fix last buggy sync
11113
11114         * README.claws
11115                 correct typo in 'Actions' examples
11116
11117 2002-05-29 [paul]       0.7.6claws24
11118
11119         * sync with 0.7.6cvs18
11120                 see ChangeLog 2002-05-28 and 2002-05-29
11121
11122         * src/news.c
11123           src/nntp.[ch]
11124                 sync with above 
11125
11126 2002-05-28 [paul]       0.7.6claws23
11127
11128         * sync with 0.7.6cvs16
11129                 see ChangeLog 2002-05-28
11130
11131 2002-05-27 [thorsten]   0.7.6claws22 
11132
11133         * faq/it/sylpheed-faq-1.html
11134           faq/it/sylpheed-faq-2.html
11135           faq/it/sylpheed-faq-3.html
11136           faq/it/sylpheed-faq.html
11137                 corrected DOS lineendings
11138         * faq/de/sylpheed-faq-1.html
11139           faq/de/sylpheed-faq-2.html
11140           faq/en/sylpheed-faq-1.html
11141           faq/en/sylpheed-faq-2.html
11142           faq/en/sylpheed-faq-3.html
11143           faq/es/sylpheed-faq-1.html
11144           faq/es/sylpheed-faq-2.html
11145           faq/es/sylpheed-faq-3.html
11146           faq/fr/sylpheed-faq-1.html
11147           faq/it/sylpheed-faq-1.html
11148           faq/it/sylpheed-faq-2.html
11149           faq/it/sylpheed-faq-3.html
11150           faq/it/sylpheed-faq.html
11151                 changed ">" to &quot;
11152
11153 2002-05-27 [paul]       0.7.6claws21
11154         
11155         * sync with 0.7.6cvs15
11156                 see ChangeLog 2002-05-27
11157
11158 2002-05-27 [paul]       0.7.6claws20
11159
11160         * src/prefs_account.c
11161                 correct a typo
11162
11163 2002-05-26 [paul]       0.7.6claws19
11164
11165         * tools/README
11166                 correct a typo
11167
11168 2002-05-25 [paul]       0.7.6claws18
11169
11170         * tools/README
11171                 add description of kmail2sylpheed.pl
11172
11173 2002-05-25 [paul]       0.7.6claws17
11174
11175         * tools/kmail2sylpheed.pl       ** NEW FILE **
11176                 perl script that converts an exported Kmail address
11177                 book, converts it to sylpheed addressbook file,
11178                 writes the file to .sylpheed, and updates
11179                 addrbook--index.xml 
11180
11181 2002-05-25 [paul]       0.7.6claws16
11182
11183         * sync with 0.7.6cvs14
11184                 see ChangeLog 2002-05-23
11185
11186 2002-05-24 [paul]       0.7.6claws15
11187
11188         * README.claws
11189                 make a correction and add some more info
11190
11191 2002-05-24 [paul]       0.7.6claws14
11192
11193         * src/compose.c
11194                 fix memory leak in 
11195                 compose_redirect_write_headers_from_headerlist()
11196                 add Subject and Resent-Message-ID to
11197                 compose_redirect_write_headers()
11198                 Received, Subject, and X-UIDL are filtered out in 
11199                 compose_redirect_write_to_file()
11200
11201 2002-05-23 [paul]       0.7.6claws13
11202
11203         * src/compose.[ch]
11204           src/filtering.c
11205           src/mainwindow.c
11206           src/matcher.[ch]
11207           src/matcher_parser_lex.l
11208           src/matcher_parser_parse.y
11209           src/prefs_common.[ch]
11210           src/prefs_filtering.c
11211           src/summaryview.c
11212                 rename 'Bounce' to 'Redirect'
11213
11214 2002-05-23 [paul]       0.7.6claws12
11215
11216         * more sync with 0.7.6cvs13
11217           src/compose.c
11218                 see ChangeLog 2002-05-22
11219
11220 2002-05-22 [paul]       0.7.6claws11
11221
11222         * sync with 0.7.6cvs13
11223           src/codeconv.c
11224                 see ChangeLog 2002-05-20
11225           src/prefs_common.c
11226                 see ChangeLog 2002-05-22
11227
11228 2002-05-21 [melvin]     0.7.6claws10
11229
11230         * src/folderview.c
11231                 Added missing filtering and scoring headers
11232                 Fixed bad function call that showed garbage 
11233                 in Folder->Processing
11234
11235 2002-05-21 [paul]       0.7.6claws9
11236
11237         * tools/Makefile.am
11238                 make all tools executable, (patch by Alfons).
11239
11240 2002-05-20 [alfons]     0.7.6claws8
11241
11242         * src/procheader.c
11243                 don't forget to call mktime() so we have a valid week 
11244                 and year day
11245                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11246
11247 2002-05-20 [paul]       0.7.6claws7
11248
11249         * src/html.c
11250                 fix broken parsing of urls
11251         * src/textview.c
11252                 fix displaying of urls
11253
11254                 both fixes from the patch [547855] by Eugene 
11255                 Brevdo (zonem)
11256
11257 2002-05-19 [alfons]     0.7.6claws6
11258
11259         * configure.in
11260                 make sylpheed configure correctly with the latest
11261                 and greatest of automake / autoconf / gettext
11262
11263 2002-05-19 [alfons]     0.7.6claws5
11264
11265         * src/procheader.c
11266         * src/procheader.h
11267                 add function for returning ime zone offset
11268         * src/quote_fmt.c
11269         * src/quote_fmt_parse.y
11270                 better quotation formatting - does not convert
11271                 to local time, but uses the original date string.
11272                 
11273                 Note: %z inserts the timezone offset (should 
11274                 work also on platforms where strftime does not
11275                 support %z).
11276
11277 2002-05-18 [christoph]  0.7.6claws4
11278
11279         * src/summaryview.c
11280                 fix indentation of some code
11281         * tools/Makefile.am
11282                 fix spaces after \
11283         * src/Makefile.am
11284                 add missing \
11285                 correct path for ignorethread.xpm
11286                 incorrect filename for sylpheed_logo.xpm
11287                 add missing include matcher_parser_parse.h
11288
11289 2002-05-18 [paul]       0.7.6claws3
11290
11291         * sync with 0.7.6cvs8
11292                 see ChangeLog 2002-05-16 and 2002-05-17
11293
11294 2002-05-18 [melvin]     0.7.6claws2
11295
11296         * README.claws
11297                 Corrected an action's definition and fixed some misspellings.
11298
11299 2002-05-18 [paul]       0.7.6claws1
11300
11301         * tools/Makefile.am
11302           tools/gpg-sign        ** new file **
11303           tools/uudec           ** new file **
11304                 add Melvin's Actions scripts
11305
11306         * README.claws
11307                 add Melvin's descriptions for Actions
11308
11309 2002-05-18 [paul]       0.7.6claws
11310
11311         * Version 0.7.6claws released
11312
11313 2002-05-17 [paul]       0.7.5claws32
11314
11315         * po/es.po
11316                 updated by Ricardo Mones Lastra
11317
11318 2002-05-17 [paul]       0.7.5claws31
11319
11320         * src/compose.c
11321                 fix Account prefs default folder for sent/draft/deleted
11322                 messages bug
11323
11324         * po/it.po
11325           po/nl.po
11326                 updated translation by Alessandro Maestri and
11327                 Wilbert Berendsen
11328
11329 2002-05-17 [melvin]     0.7.5claws30
11330
11331         * src/prefs_actions.c
11332                 Fixed bug where using %F not at the end of the command 
11333                 resulted in an additional empty argument being created.
11334                 Thanks to Darko Koruga for reporting the bug.
11335
11336 2002-05-17 [melvin]     0.7.5claws29
11337
11338         * po/fr.po
11339                 Updated French translations.
11340
11341 2002-05-15 [paul]       0.7.5claws28
11342         
11343         * po/es.po
11344                 updated by Ricardo Mones Lastra
11345
11346 2002-05-15 [paul]       0.7.5claws27
11347
11348         * sync with 0.7.6cvs4
11349                 see ChangeLog 2002-05-14 and 2002-05-15
11350
11351 2002-05-14 [paul]       0.7.5claws26
11352
11353         * sync with 0.7.6cvs1
11354                 see ChangeLog 2002-05-13
11355
11356 2002-05-13 [thorsten]   0.7.5claws25
11357
11358         * src/messageview.c
11359                 fix select_all and copy in multipart messages
11360         * src/mainwindow.c
11361                 fix select_all and copy in multipart messages
11362
11363 2002-05-12 [paul]       0.7.5claws24
11364
11365         * src/summaryview.c
11366                 reverse last commit, bug already fixed in 0.7.5claws3
11367
11368 2002-05-12 [netztorte]  0.7.5claws23
11369
11370         * src/summaryview.c
11371                 dont parse empty addressbook (checked in before claws20)
11372
11373 2002-05-12 [melvin]     0.7.5claws22
11374
11375         * src/procmsg.[ch]
11376                 Removed unneeded priority code introduced by the previous 
11377                 commit.
11378
11379 2002-05-12 [melvin]     0.7.5claws21
11380
11381         * src/compose.[ch]
11382                 Added possibility to set message's priority.
11383         * src/procmsg.[ch]
11384                 Added possibility to set message's priority.
11385                 Added missing headers
11386
11387 2002-05-12 [melvin]     0.7.5claws20
11388
11389         * src/prefs_actions.c
11390                 Removed implicitely added quotes around the name
11391                 of the temporary files of mime parts.
11392
11393 2002-05-12 [paul]       0.7.5claws19
11394
11395         * sync with 0.7.5cvs20
11396                 see ChangeLog 2002-05-11
11397
11398 2002-05-12 [alfons]     0.7.5claws18
11399
11400         * src/quote_fmt_lex.l
11401         * src/quote_fmt_parse.y
11402                 allow quote / reply date & time format to be set using
11403                 %D{format}. format is a format string you'd pass to
11404                 strftime() (see man strftime, or the Display tab |
11405                 Date format setting).
11406
11407                 Currently %D converts the date to local time. 
11408
11409 2002-05-11 [paul]       0.7.5claws17
11410
11411         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11412                 see ChangeLog 2002-05-10 and 2002-05-11
11413
11414 2002-05-10 [paul]       0.7.5claws16
11415
11416         * sync with 0.7.5cvs16
11417                 see ChangeLog entries 2002-05-09 and 
11418                 2002-05-10
11419
11420 2002-05-10 [colin]      0.7.5claws15
11421
11422         * src/textview.c
11423                 Corrected a bug that prevented sylpheed to open
11424                 double-clicked URIs.
11425
11426 2002-05-09 [paul]       0.7.5claws14
11427
11428         * sync with 0.7.5cvs14
11429                 see ChangeLog 2002-05-08 and 2002-05-09
11430
11431 2002-05-08 [paul]       0.7.5claws13
11432
11433         * sync with 0.7.5cvs11
11434                 see ChangeLog entry 2002-05-08
11435
11436 2002-05-08 [paul]       0.7.5claws12
11437
11438         * src/mainwindow.c
11439           src/textview.[ch]
11440                 fix segfault on View->Open in new window
11441                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11442
11443 2002-05-07 [paul]       0.7.5claws11
11444
11445         * sync with 0.7.5cvs9
11446                 see ChangeLog entry 2002-05-07
11447
11448 2002-05-06 [paul]       0.7.5claws10
11449
11450         * src/messageview.c
11451           src/textview.c
11452                 display url in statusbar on single-click
11453                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11454
11455 2002-05-06 [match]      0.7.5claws9
11456
11457         * src/addritem.[ch]
11458                 new functions.
11459         * src/addrcache.c
11460                 tidy up.
11461         * src/xmlprops.[ch]
11462                 XML implementation of properties file.
11463         * src/exporthtml.[ch]
11464         * src/expthtmldlg.[ch]
11465         * src/addressbook.c
11466                 export to HTML.
11467
11468 2002-05-02 [sergey]     0.7.5claws8
11469
11470         * src/mainwindow.c (mainwin_entries),
11471           src/prefs_common.c (prefs_send_create()),
11472           src/codeconv.c (locale_table):
11473                 use charset name "Windows-1251" instead of "CP1251".
11474
11475 2002-05-02 [colin]      0.7.5claws7
11476         
11477         * src/compose.c
11478           src/prefs_common.c
11479           src/prefs_folder_item.c
11480                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11481
11482 2002-05-02 [hiro]       0.7.5claws6
11483
11484         * src/imap.c
11485                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11486
11487 2002-05-02 [paul]       0.7.5claws5
11488
11489         * src/compose.c
11490                 more sync with 0.7.5cvs7, see ChangeLog entry
11491                 2002-05-02
11492
11493 2002-05-02 [hiro]       0.7.5claws4
11494
11495         * src/compose.c
11496                 compose_queue_sub():
11497                 check if queue folder exists (closes #550397).
11498                 removed directory creation since it should be handled
11499                 transparently.
11500         * src/imap.c
11501                 imap_add_msg(): return UID for appended message
11502                 (closes #548842).
11503
11504 2002-04-30 [paul]       0.7.5claws3
11505
11506         * src/summaryview.c
11507                 fix account_find_from_address() bug
11508
11509 2002-04-28 [colin]      0.7.5claws2
11510
11511         * src/compose.c
11512           src/textview.c
11513           src/prefs_common.[ch]
11514           src/utils.[ch]
11515                 Added user-definable quotation characters recognition.
11516
11517 2002-04-28 [paul]       0.7.5claws1
11518
11519         * sync with 0.7.5cvs4
11520                 see ChangeLog entry  2002-04-25
11521
11522 2002-04-28 [paul]       0.7.5claws
11523
11524         * po/es.po
11525           po/nl.po
11526           po/pt_BR.po
11527                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11528                 Fabio Junior Beneditto
11529
11530 2002-04-27 [jens]       0.7.4claws103
11531
11532         * po/de.po
11533                 updated German translation.
11534
11535 2002-04-27 [hiro]       0.7.4claws102
11536
11537         * src/summaryview.c
11538                 summary_write_cache(): fixed the mark loss of hidden messages.
11539
11540 2002-04-26 [melvin]     0.7.4claws101
11541
11542         * src/procmsg.c
11543                 fixed a second typo (same one)
11544         * po/fr.po
11545           po/it.po
11546           po/pt_BR.po
11547                 fixed the type again...
11548
11549 2002-04-26 [melvin]     0.7.4claws100
11550
11551         * src/procmsg.c
11552                 fixed a typo in an alert message ("temorary").
11553         * po/it.po
11554         * po/pt_BR.po
11555                 corrected the typo  described above.
11556         * po/fr.po
11557                 updated French translation.
11558
11559 2002-04-26 [darko]      0.7.4claws99
11560
11561         * src/summaryview.c
11562                 fix target folder colorization
11563
11564 2002-04-25 [paul]       0.7.4claws98
11565
11566         * po/it.po
11567                 updated by Alessandro Maestri
11568
11569 2002-04-24 [colin]      0.7.4claws97
11570         
11571         * src/compose.c
11572                 Fixed double "subject is empty" question.
11573
11574 2002-04-23 [colin]      0.7.4claws96
11575         
11576         * src/mimeview.c
11577                 Corrected issue when "automatically display images" was
11578                 not set : first image remained after selecting second.
11579
11580 2002-04-23 [melvin]     0.7.4claws95
11581
11582         * src/prefs_actions.c
11583                 Don't display in/out dialog if there is nothing to show.
11584
11585 2002-04-23 [paul]       0.7.4claws94
11586
11587         * sync with 0.7.5cvs3
11588                 bug fixes: see ChangeLog entry 2002-04-23
11589
11590 2002-04-22 [darko]      0.7.4claws93
11591
11592         * src/compose.c
11593                 fix previous check-in which changed code after
11594                 merge from main
11595
11596 2002-04-22 [paul]       0.7.4claws92
11597
11598         * faq/de/*
11599                 add German FAQ
11600         * faq/en/*
11601           faq/es/*
11602           faq/fr/*
11603                 update English, Spanish and French FAQs
11604         * manual/de/*
11605           manual/es/*
11606                 add German and Spanish manuals
11607         * manual/en/*
11608           manual/fr/*
11609                 update English and French manuals
11610
11611         * src/Makefile.am
11612                 add to and re-arrange the pixmap entries
11613
11614 2002-04-22 [darko]      0.7.4claws91
11615
11616         * src/compose.c
11617                 fix sender initials recognition to only allow
11618                 '>' after the initials
11619
11620 2002-04-21 [paul]       0.7.4claws90
11621
11622         * sync with 0.7.5 release
11623                 see ChangeLog entry 2002-04-21
11624
11625 2002-04-21 [alfons]
11626
11627         * src/Makefile.am
11628                 add colin's new pixmaps to EXTRA_DIST
11629
11630 2002-04-21 [colin]      0.7.4claws89
11631         * src/compose.c
11632         * src/inc.c
11633         * src/mainwindow.[ch]
11634         * src/prefs_common.[ch]
11635         * src/stock_pixmap.[ch]
11636                 Added "Work offline" ability.
11637
11638 2002-04-21 [colin]      0.7.4claws88
11639         
11640         * src/mimeview.c
11641         * src/prefs_common.c
11642         * src/prefs_common.h
11643         * src/textview.c : Added an option to common preferences -> display
11644           to allow user not to automatically display images.
11645
11646 2002-04-21 [paul]       0.7.4claws87
11647
11648         * sync with 0.7.4cvs52
11649                 see ChangeLog entry 2002-04-21 (src/imap.c)
11650
11651 2002-04-21 [paul]       0.7.4claws86
11652
11653         * sync with 0.7.4cvs51
11654                 see ChangeLog entry 2002-04-21
11655
11656 2002-04-21 [paul]       0.7.4claws85
11657
11658         * sync with 0.7.4cvs49
11659                 see ChangeLog entries 2002-04-20 and 2002-04-21
11660
11661         * src/Makefile.am
11662                 clean up: remove old 'stock_' element from xpm 
11663                 filenames.
11664
11665 2002-04-21 [alfons]     0.7.4claws84
11666
11667         apply sync patch from Paul
11668
11669         * src/folderview.c
11670                 use old claws prefs_folder_item_create() for now
11671
11672 2002-04-19 [match]      0.7.4claws83
11673
11674         * src/addressbook.[ch]
11675         * src/addrharvest.[ch]
11676         * src/addrgather.[ch]
11677                 recurse folders.
11678         * src/mainwindow.c
11679         * src/summaryview.[ch]
11680                 change menu option.
11681
11682 2002-04-19 [paul]       0.7.4claws82
11683
11684         * po/pt_BR.po
11685                 updated by Fabio Junior Beneditto
11686
11687 2002-04-14 [alfons]     0.7.4claws81
11688
11689         * src/passphrase.c
11690                 add #include <sys/types.h> for mode_t and off_t 
11691
11692 2002-04-13 [paul]       0.7.4claws80
11693         
11694         * src/main.c
11695           src/passphrase.[ch]
11696           src/pgptext.c
11697           src/prefs_common.[ch]
11698           src/rfc2015.c
11699                 enable storing of GnuPG passphrase for the whole 
11700                 session or a user-defined number of minutes. patch 
11701                 submitted by Ravemax <ravemax@dextrose.com>
11702
11703 2002-04-13 [alfons]     0.7.4claws79
11704
11705         * src/textview.c
11706                 make email parser also stop scanning when encountering separators
11707                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11708
11709 2002-04-13 [paul]       0.7.4claws78
11710
11711         * sync with 0.7.4cvs39
11712                 see ChangeLog entry 2002-04-12
11713
11714 2002-04-11 [paul]       0.7.4claws77
11715
11716         * sync with 0.7.4cvs37
11717                 see ChangeLog entry 2002-04-11
11718
11719 2002-04-11 [paul]       0.7.4claws76
11720
11721         * COPYING 
11722                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11723                 the clause for OpenSSL). sync with sylpheed main
11724
11725 2002-04-09 [melvin]     0.7.4claws75
11726
11727         * src/compose.c
11728                 Made 'Ctrl-Enter' on send ignore some modifiers 
11729                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11730                 to bind other *-Enter (but not Alt-Enter).
11731
11732 2002-04-09 [paul]       0.7.4claws74
11733
11734         * sync with 0.7.4cvs35
11735                 see ChangeLog entries 2002-04-09
11736
11737 2002-04-08 [paul]       0.7.4claws73
11738
11739         * sync with 0.7.4cvs33
11740                 see ChangeLog entry 200-04-08
11741
11742 2002-04-07 [match]      0.7.4claws72
11743
11744         * src/addrharvest.[ch]
11745                 fixed to read all addresses in header, regardless
11746                 of header size. improved name parsing. accommodate
11747                 harvest from folders and selected message.
11748         * src/addritem.[ch]
11749                 included new address parsing function.
11750         * src/addrgather.[ch]
11751         * src/addressbook.[ch]
11752         * src/summaryview.[ch]
11753         * src/mainwindow.c
11754                 allow address harvest of folder as well as selected
11755                 messages.
11756
11757 2002-04-07 [paul]       0.7.4claws71
11758
11759         * src/esmtp.[ch]
11760           src/smtp.c
11761                 don't try to authenticate with CRAM-MD5 in SMTP when 
11762                 SMTP-AUTH enabled if MTA doesn't issue this 
11763                 auth-method in it's ehlo-response. bug item #531364,
11764                 patch item #938910. patch submitted by Colin Leroy 
11765                 <colin@colino.net>
11766
11767 2002-04-07 [paul]       0.7.4claws70
11768
11769         * src/nntp.c
11770                 fix missing MODE_READER bug. patch submitted by
11771                 Colin Leroy <colin@colino.net>
11772
11773 2002-04-07 [alfons]     0.7.4claws69
11774
11775         * src/matcher.[ch]
11776         * src/prefs_filtering.c
11777         * src/summaryview.c
11778                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11779                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11780
11781 2002-04-07 [paul]       0.7.4claws68
11782
11783         * sync with 0.7.4cvs32
11784                 see ChangeLog entry 2002-04-06
11785
11786         * tools/filter_conv.pl
11787                 more bug fixes
11788
11789 2002-04-06 [paul]       0.7.4claws67
11790
11791         * tools/filter_conv.pl
11792                 modify to be able to find the name of the first
11793                 mailbox and use that. main's filter does not
11794                 record the full path to the mailbox and therefore
11795                 can only filter to the first mailbox.
11796
11797 2002-04-05 [paul]       0.7.4claws66
11798
11799         * tools/filter_conv.pl
11800                 attempt to make the script all-encompassing and
11801                 be able to convert any main 'filter' rule thrown
11802                 at it
11803
11804 2002-04-05 [paul]       0.7.4claws65
11805
11806         * tools/filter_conv.pl
11807                 allow for collapsed folder trees
11808
11809 2002-04-05 [paul]       0.7.4claws64
11810
11811         * sync with 0.7.4cvs31
11812                 see ChangeLog entries 2002-04-05
11813
11814 2002-04-03 [paul]       0.7.4claws63
11815
11816         * sync with 0.7.4cvs29
11817                 see ChangeLog entries 2002-04-02 and 2002-04-03
11818
11819 2002-04-02 [paul]       0.7.4claws62
11820
11821         * sync with 0.7.4cvs26
11822                 see ChangeLog entry 2002-04-01
11823
11824 2002-04-02 [match]      0.7.4claws61
11825
11826         * src/pine.[ch]
11827         * src/importpine.[ch]
11828         * src/addressbook.c
11829                 import Pine address book.
11830
11831 2002-04-02 [match]      0.7.4claws60
11832
11833         * src/addrharvest.[ch]
11834                 improve address parsing of funky addresses.
11835
11836 2002-04-02 [darko]      0.7.4claws59
11837
11838         * src/compose.c
11839                 wrap on send improvements, it now recognizes quoted
11840                 initials as part of the quotation string, and it
11841                 does not join lines separated by CR
11842
11843 2002-04-01 [match]      0.7.4claws58
11844
11845         * src/mgutils.[ch]
11846                 added new functions.
11847         * src/mutt.[ch]
11848                 remove excessive duplicate address generation
11849                 on import.
11850
11851 2002-04-01 [alfons]     0.7.4claws57
11852         
11853         * src/summaryview.c
11854                 put back g_free() 
11855
11856 2002-04-01 [paul]       0.7.4claws56
11857
11858         * sync with 0.7.4cvs25
11859                 see ChangeLog entry 2002-04-01
11860
11861 2002-04-01 [alfons]     0.7.4aprilfool55
11862
11863         * src/summaryview.c
11864                 honour feature request item #537427 to allow for
11865                 displaying names from address book for sent mail also
11866
11867 2002-03-29 [paul]       0.7.4claws54
11868
11869         * src/mainwindow.c
11870           src/prefs_filtering.[ch]
11871           src/prefs_matcher.c
11872           src/summaryview.c
11873                 add 'fast filter' for claws' filtering,
11874                 /Tools/Create filter rule/... patch submitted
11875                 by Neill Miller <neillm@thecodefactory.org>
11876
11877 2002-03-29 [paul]       0.7.4claws53
11878
11879         * sync with 0.7.4cvs24
11880                 see ChangeLog entry 2002-03-29
11881
11882 2002-03-28 [paul]       0.7.4claws52
11883
11884         * sync with 0.7.4cvs23
11885                 see ChangeLog entry 2002-03-28
11886
11887 2002-03-27 [melvin]     0.7.4claws51
11888
11889         * src/prefs_actions.c
11890                 Added support to pass only one message part (as a
11891                 file) to the command using '%p'. No quotes are needed
11892                 because doubles quotes are automatically added.
11893                 Fixed bug where Sylpheed could block when waiting for
11894                 a child process to finish.
11895                 Changed the help menu to remove quotes around symbols to 
11896                 avoid misinterpretation (they must not be used).
11897
11898 2002-03-27 [melvin]     0.7.4claws50
11899
11900         * src/inc.c
11901                 Made the new mail notification command always 
11902                 execute asynchronously.
11903
11904 2002-03-27 [paul]       0.7.4claws49
11905
11906         * src/compose.c
11907                 fix bug introduced in last commit
11908
11909 2002-03-27 [paul]       0.7.4claws48
11910
11911         * sync with 0.7.4cvs21
11912                 see ChangeLog 2002-03-26 and 2002-03-27
11913
11914 2002-03-26 [hoa]        0.7.4claws47
11915
11916         * src/prefs_folder_item.c
11917                 really fixed the bug #516442 with folder rescan.
11918
11919 2002-03-26 [paul]       0.7.4claws46
11920
11921         * sync with 0.7.4cvs19
11922                 see ChangeLog entries 2002-03-25 and 2002-03-26
11923
11924 2002-03-25 [hoa]        0.7.4claws45
11925
11926         * src/matcher.c
11927         * src/mh.c
11928                 fix the bug #516442 with folder rescan.
11929
11930         * src/prefs_common.[ch]
11931         * src/compose.c
11932                 added an option to enable two different behaviours
11933                 for bounce.
11934
11935
11936 2002-03-25 [paul]       0.7.4claws44
11937
11938         * src/mainwindow.c
11939           src/selective_download.c
11940                 correct a few menuitem labels
11941
11942 2002-03-25 [christoph]  0.7.4claws43
11943
11944         * src/procmsg.c
11945                 fix non deleted tmp message in
11946                 procmsg_save_to_outbox
11947                 fix problems caused by sync with
11948                 main branch's procmsg_send_queue
11949
11950 2002-03-25 [paul]       0.7.4claws42
11951
11952         * src/quote_fmt.c
11953           src/quote_fmt_lex.l
11954           src/quote_fmt_parse.y
11955                 add Last name (%L) placeholder for quoting. 
11956                 patch submitted by Thorsten Thielen 
11957                 <thth@users.sourceforge.net>
11958
11959 2002-03-25 [paul]       0.7.4claws41
11960
11961         * src/utils.c
11962                 get full hostname. patch submitted by
11963                 Bob Woodside <rwoodside1@comcast.net>
11964
11965 2002-03-25 [paul]       0.7.4claws40
11966
11967         * src/account.c
11968           src/news.c
11969           src/nntp.[ch]
11970           src/prefs_account.[ch]
11971                 enable NNTP over SSL. patch submitted by
11972                 Pascal Jermini <pascal@infinity.hn.org>
11973
11974 2002-03-24 [paul]       0.7.4claws39
11975
11976         * src/prefs_common.c
11977                 make the arrangement of the Compose tab more
11978                 coherent
11979
11980         * src/mainwindow.c
11981                 fix some irregularities of style
11982
11983         * po/de.po
11984                 updated by Kilian Krause
11985
11986 2002-03-23 [paul]       0.7.4claws38
11987
11988         * po/pt_BR.po
11989                 updated by Fabio Junior Beneditto
11990
11991 2002-03-23 [paul]       0.7.4claws37
11992
11993         * src/mainwindow.c
11994                 move 'Gather addresses' to 'Tools' menu
11995                 make 'Selective download' sensitive
11996
11997 2002-03-23 [paul]       0.7.4claws36
11998
11999         * sync with 0.7.4cvs16
12000                 see ChangeLog entries 2002-03-23
12001
12002 2002-03-22 [christoph]  0.7.4claws35
12003
12004         * src/quote_fmt_parse.y
12005                 fix include program output
12006
12007 2002-03-22 [alfons]     0.7.4claws34
12008
12009         * src/pop.c
12010                 initialize GDate stack variable correctly (sorry!)
12011
12012 2002-03-22 [paul]       0.7.4claws33
12013
12014         * src/compose.c
12015           src/mainwindow.c
12016           src/prefs_actions.c
12017           src/prefs_common.c
12018                 rename 'Tool' to 'Tools'
12019
12020         * src/mainwindow.c
12021                 move 'Delete duplicated messages' from
12022                 'Message/' to 'Tools/'
12023                 re-arrange the order of 'Tools/' items
12024
12025 2002-03-22 [paul]       0.7.4claws32
12026
12027         * src/addr_compl.c
12028           src/addressbook.[ch]
12029                 auto-address completion now also matches on
12030                 Nickname. patch submitted by Bob Forsman 
12031                 <hammor@users.sourceforge.net>
12032
12033         * src/editaddress.c
12034                 correct a spelling mistake
12035
12036 2002-03-22 [alfons]     0.7.4claws31
12037
12038         * src/pop.c
12039                 fix getting uidl from incorrect string 
12040                 (spotted by Colin)
12041
12042 2002-03-21 [alfons]     0.7.4claws30
12043
12044         * src/pop.c
12045                 more code refactoring
12046                 plug mem leak introduced by delete on server
12047
12048 2002-03-21 [paul]       0.7.4claws29
12049
12050         * sync with 0.7.4cvs11
12051                 see ChangeLog entries 2002-03-20
12052
12053 2002-03-20 [alfons]     0.7.4claws28
12054
12055         * src/inc.c
12056                 apply Colin's patch and refactor
12057
12058 2002-03-20 [paul]       0.7.4claws27
12059
12060         * sync with sylpheed 0.7.4cvs9
12061                 see ChangeLog entry 2002-03-20
12062
12063 2002-03-19 [christoph]  0.7.4claws26
12064
12065         * src/mh.c
12066         * src/procmsg.[ch]
12067         * src/summaryview.c
12068                 revert changes for flag updates
12069                 (does not work correctly and no time to debug)
12070
12071 2002-03-20 [alfons]     0.7.4claws25
12072
12073         * src/pop.c
12074                 refactor should_delete() a little bit 
12075
12076 2002-03-19 [paul]       0.7.4claws24
12077
12078         * src/inc.[ch]
12079           src/pop.c
12080           src/prefs_account.[ch]
12081                 allow the user to leave downloaded mail on the 
12082                 server for n days. Patch submitted by Colin Leroy 
12083                 <colin@colino.net>
12084
12085 2002-02-19 [paul]       0.7.4claws23
12086
12087         * sync with sylpheed 0.7.4cvs8
12088                 see ChangeLog entries 2002-03-19
12089
12090 2002-03-18 [paul]       0.7.4claws22
12091
12092         * sync with sylpheed 0.7.4cvs6
12093                 see ChangeLog entry 2002-03-18
12094
12095 2002-03-18 [paul]       0.7.4claws21
12096
12097         * po/en_GB.po
12098                 add en_GB message catalogue
12099
12100         * src/mbox_folder.c
12101           src/prefs_account.c
12102           src/prefs_actions.c
12103                 correct a few spelling mistakes
12104
12105 2002-03-17 [alfons]     0.7.4claws20
12106
12107         * src/matcher.c
12108                 more stringent checks for NULL params when writing
12109                 filtering actions to a file
12110                 
12111 2002-03-17 [hoa]        0.7.3claws20
12112
12113         * src/news.c
12114                 fixed the count of new messages
12115
12116         * src/compose.c
12117                 fixed the "attachment properties" window
12118
12119 2002-03-17 [paul]       0.7.4claws19
12120
12121         * src/defs.h
12122           src/folder.h
12123           src/news.c
12124           src/prefs_account.[ch]
12125           src/procmsg.[ch]
12126           src/summaryview.c
12127                 automatically mark cross-posted messages as read 
12128                 and (optionally) give them a colour label
12129                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12130                 
12131
12132 2002-03-17 [paul]       0.7.4claws18
12133
12134         * sync with sylpheed 0.7.4cvs5
12135                 see ChangeLog entry 2002-03-17
12136
12137 2002-03-17 [melvin]     0.7.4claws17
12138         
12139         * src/textview.c
12140                 Worked around a gtktext 'bug': when searching for 
12141                 a text in a long message it was scrolling slowly
12142                 line by line until it hit the searched text.
12143         * po/fr.po
12144                 Updated French translation
12145
12146 2002-03-17 [melvin]     0.7.4claws16
12147
12148         * src/mainwindow.c
12149         * src/compose.c
12150         * src/prefs_actions.c
12151                 Moved "Edit/Actions" to "Tool/Actions"
12152                 Made mainwindow/compose window sensitive as soon as
12153                 no child process is running anymore even if the io dialog
12154                 is open.
12155                 Fixed a struct being initialized with a non constant char*
12156
12157 2002-03-16 [christoph]  0.7.4claws15
12158
12159         * configure.in
12160                 add --with-compiler-flags option
12161                 (only for developer hacking)
12162         * src/mh.c
12163         * src/procmsg.[ch]
12164         * src/summaryview.c
12165                 try to make folder-stats and flag handling more
12166                 independent from the summaryview. msgcounts
12167                 are only set when the folder is opened and
12168                 procmsg_msginfo_(un)set_flags will handle it
12169                 later and summaryview will get the values
12170                 from the folder.
12171
12172 2002-03-16 [paul]       0.7.4claws14
12173
12174         * src/messageview.c
12175                 fix Return-receipt. Patch submitted by Bob
12176                 Woodside <rwoodside1@comcast.net>
12177
12178 2002-03-16 [paul]       0.7.4claws13
12179
12180         * src/compose.c
12181                 fix 'dynamic' signatures, make it work again
12182                 broken during sync on 2002-03-14 (0.7.4claws2)
12183
12184 2002-03-15 [match]      0.7.4claws12
12185
12186         * src/addrharvest.[ch]
12187         * src/addrgather.[ch]
12188         * src/addressbook.[ch]
12189         * src/mainwindow.c
12190                 included address harvester feature. still some
12191                 issues with address parsing that I will fix.
12192
12193 2002-03-15 [match]      0.7.4claws11
12194
12195         * src/addrbook.[ch]
12196         * src/addrcache.[ch]
12197         * src/addressbook.[ch]
12198         * src/addrindex.c
12199         * src/editbook.c
12200         * src/importldif.c
12201         * src/importmutt.c
12202         * src/jpilot.[ch]
12203         * src/main.c
12204         * src/syldap.[ch]
12205         * src/vcard.[ch]
12206                 tidy up. fix memory leaks. moved attribs and methods
12207                 from individual interfaces to addrcache object. prep
12208                 for new stuff to come in.
12209
12210 2002-03-15 [alfons]     0.7.4claws10
12211
12212         * src/matcher.[ch]
12213         * src/matcher_parser_parse.y
12214         * src/matcher_parser_lex.l
12215         * src/prefs_matcher.c
12216                 add filtering conditions message greater than, smaller 
12217                 than, and exactly matching a size in bytes
12218                 (does not work with delete from POP3 server yet)
12219
12220                 this should also give others an idea what you should
12221                 do to add new criterions to claws filtering system
12222                 
12223
12224 2002-03-15 [paul]       0.7.4claws9
12225
12226         * tools/filter_conv.pl
12227                 exit if there are no filter rules to convert
12228                 rename filterrc to filterrc.old after completion
12229
12230 2002-03-15 [paul]       0.7.4claws8
12231
12232         * sync with sylpheed 0.7.4cvs3
12233                 see ChangeLog entry 2002-03-14
12234
12235 2002-03-14 [paul]       0.7.4claws7
12236
12237         * src/compose.c
12238                 clean up the last commit (ahem)
12239
12240 2002-03-14 [paul]       0.7.4claws6
12241
12242         * src/compose.c
12243                 fix bug #515655. honour account preferences
12244                 regarding gpg default signing/encryption when 
12245                 changing account from the compose window.
12246
12247 2002-03-14 [paul]       0.7.4claws5
12248
12249         * src/folderview.c
12250                 remove unnecessary curly brackets
12251
12252 2002-03-14 [paul]       0.7.4claws4
12253
12254         * src/folderview.c
12255           src/prefs_filtering.[ch]
12256                 add filter rename on folder rename and filter
12257                 delete on folder delete. Patch submitted by
12258                 Neill Miller <neillm@thecodefactory.org> 
12259
12260 2002-03-14 [christoph]  0.7.4claws3
12261
12262         * src/procmsg.c
12263         * src/send.c
12264                 fix local delivery
12265                 (patch submitted by "Simon 'corecode' Schubert")
12266         * src/prefs_common.c
12267         * src/procmsg.c
12268                 fix gcc 3.0 warning
12269
12270 2002-03-14 [paul]       0.7.4claws2
12271
12272         * sync with sylpheed 0.7.4cvs2
12273                 see ChangeLog entry 2002-03-13
12274
12275 2002-03-12 [darko]      0.7.4claws1
12276
12277         * src/mainwindow.c
12278                 fix what seems to be a copy and paste error
12279                 when setting color for important messages
12280                 (reported by wwp)
12281
12282 2002-03-11 [paul]       version 0.7.4claws released
12283
12284 2002-03-11 [paul]       0.7.4claws
12285
12286         * po/es.po
12287           po/it.po
12288           po/nl.po
12289           po/pt_BR.po
12290                 update message catalogs. Submitted by Ricardo Mones 
12291                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12292                 Fabio Junior Beneditto
12293
12294         * configure.in
12295           faq/Makefile.am
12296           faq/it/Makefile
12297           faq/it/sylpheed-faq*
12298           src/mainwindow.c
12299           src/manual.[ch]
12300                 add FAQ in Italian
12301         
12302
12303 2002-03-11 [jens]       0.7.3claws7
12304
12305         * po/de.po
12306                 updated German translation
12307
12308 2002-03-11 [melvin]     0.7.3claws6
12309
12310         * po/fr.po
12311                 updated and corrected French translation
12312
12313 2002-03-10 [hoa]        0.7.3claws5
12314
12315         * src/account.c
12316         * src/inc.c
12317         * src/prefs_account.c
12318         * src/procmsg.c
12319         * src/send.[ch]
12320                 fixed the local account.
12321                 you have to change the default "/usr/sbin/sendmail"
12322                 to "/usr/sbin/sendmail -t" in the preferences of
12323                 the local account.
12324
12325         * src/procmime.c
12326                 removed some debug display for renderer
12327
12328 2002-03-10 [paul]       0.7.3claws4
12329
12330         * faq/en/sylpheed-faq-1.html
12331           faq/en/sylpheed-faq-2.html
12332                 update
12333
12334 2002-03-09 [paul]       0.7.3claws3
12335
12336         * sync with sylpheed 0.7.4
12337                 see ChangeLog entry 2002-03-09
12338
12339 2002-03-08 [paul]       0.7.3claws2
12340
12341         * faq/en/sylpheed-faq*
12342           faq/es/sylpheed-faq*
12343           faq/fr/sylpheed-faq*
12344                 update the FAQs
12345
12346         * manual/fr/.cvsignore
12347           manual/fr/Makefilea.am
12348           manual/fr/sylpheed*
12349           src/mainwindow.c
12350           src/manual.[ch]
12351                 add the French manual
12352
12353 2002-03-07 [paul]       0.7.3claws1
12354
12355         * sync with sylpheed 0.7.3cvs4
12356                 see ChangeLog entries  2002-03-06 and 2002-03-07
12357         
12358         * po/nl.po
12359                 updated by Wilbert Berendsen
12360
12361 2002-03-07 [melvin]     0.7.2claws34
12362
12363         * src/selective_download.c
12364                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12365
12366 2002-03-06 [paul]       0.7.2claws33
12367
12368         * sync with sylpheed 0.7.3cvs1
12369                 bug fix, see ChangeLog entry 2002-03-05
12370
12371 2002-03-05 [paul]       0.7.2claws32
12372
12373         * src/mimeview.c
12374           src/pgptext.[ch]
12375           src/procmsg.c
12376                 reverse the pgp ascii-armored code implemented in 
12377                 0.7.2claws16. removal of this code until it matures.
12378                 this means that verifying ascii-armored pgp sigs and
12379                 automatic decryption of ascii-armored encrypted
12380                 messages no longer works.
12381
12382 2002-03-05 [paul]       0.7.2claws31
12383
12384         * configure.in
12385           Makefile.am
12386         * faq/Makefile.am
12387         * faq/en/Makefile.am
12388           faq/en/sylpheed-faq.html
12389           faq/en/sylpheed-faq-1.html
12390           faq/en/sylpheed-faq-2.html
12391           faq/en/sylpheed-faq-3.html
12392         * faq/es/Makefile.am
12393           faq/es/sylpheed-faq.html
12394           faq/es/sylpheed-faq-1.html
12395           faq/es/sylpheed-faq-2.html
12396           faq/es/sylpheed-faq-3.html
12397           faq/es/sylpheed-faq-4.html
12398         * faq/fr/Makefile.am
12399           faq/fr/sylpheed-faq.html
12400           faq/fr/sylpheed-faq-1.html
12401           faq/fr/sylpheed-faq-2.html
12402           faq/fr/sylpheed-faq-3.html
12403         * src/Makefile.am
12404           src/defs.h
12405           src/mainwindow.c
12406           src/manual.[ch]
12407                 add FAQs in English, Spanish and French
12408
12409
12410 2002-03-05 [paul]       0.7.2claws30
12411
12412         * manual/en/sylpheed.html
12413           manual/en/sylpheed-XX.html
12414                 updated the English manual
12415
12416 2002-03-05 [hoa]        
12417
12418         * src/summaryview.c
12419                 dialog box pops up if the article can't be deleted.
12420
12421 2002-03-04 [paul]       
12422         
12423         * po/pt_BR.po
12424                 updated by Fabio Junior Benedito
12425
12426 2002-03-04 [hoa]
12427
12428         * removed ac/gpgme.m4
12429                 to avoid autogen common problem
12430                 developers have to install gpgme development package now
12431
12432         * src/compose.c
12433                 encoding to 7bit or 8bit is enabled.
12434
12435 2002-03-03 [alfons]     0.7.2claws29
12436
12437         * src/pop.c
12438                 merge fix by Oliver Haertel for selective
12439                 download buglet
12440
12441 2002-03-03 [paul]       0.7.2claws28
12442         
12443         * sync with sylpheed 0.7.3
12444
12445 2002-03-03 [paul]       0.7.2claws27
12446
12447         * sync with sylpheed 0.7.2cvs24
12448                 see ChangeLog entries 2002-03-02 and 2002-03-03
12449
12450 2002-03-02 [melvin]     0.7.2claws26
12451
12452         * src/inc.[ch]
12453         * src/main.c
12454         * src/mainwindow.c
12455         * src/prefs_common.[ch]
12456                 Added user definable notification on new mail arrival.
12457                 Removed unused variables in spell checker prefs code.
12458
12459 2002-03-02 [melvin]     0.7.2claws25
12460
12461         * src/quote_fmt.c
12462                 Removed unnecessary escape sequences.
12463                 Changed 'Initial...' to 'Initials of Sender'
12464
12465 2002-03-02 [paul]       0.7.2claws24
12466
12467         * sync with sylpheed 0.7.2cvs22
12468                 see ChangeLog entry 2002-03-01
12469
12470 2002-03-01 [hoa]        0.7.2claws23
12471
12472         * src/mainwindow.c
12473                 Set sensitivity of delete actions to active
12474                 even if the folder is a newsgroup.
12475
12476         * src/summaryview.c
12477                 - Set sensitivity of delete actions
12478                 - Added function check_permission() that will check if the
12479                   user is authorized to delete a message. For news, it
12480                   will check if the author is the same.
12481                 - Enabled deletion when there is no trash folder.
12482
12483         * src/news.[ch]
12484                 - Added news_cancel_article() to cancel articles
12485                 - Implemented news_remove_message() (public function)
12486
12487 2002-03-01 [paul]       0.7.2claws22
12488
12489         * src/gtkutils.c
12490           src/textview.c
12491                 recognise urls that that don't include 'http://' and
12492                 simply begin 'www.' 
12493
12494         * AUTHORS
12495                 remove duplicated name
12496
12497 2002-02-28 [paul]       0.7.2claws21
12498
12499         * src/mainwindow.c
12500           src/summaryview.[ch]
12501                 add ability to 'Select thread'
12502                 combines Melvin's "Select thread's head" patch (#510907)
12503                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12504                 patch (#518514) 
12505
12506 2002-02-28 [paul]       0.7.2claws20
12507
12508         * src/mimeview.c
12509                 hopefully fix segfault on right-clicking a mime part
12510                 that some people have experienced.      
12511                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12512
12513 2002-02-28 [paul]       0.7.2claws19
12514
12515         * sync with sylpheed 0.7.2cvs21
12516                 see ChangeLog entries 2002-02-27 and 2002-02-28
12517
12518 2002-02-27 [paul]       0.7.2claws18
12519
12520         * sync with sylpheed 0.7.2cvs18
12521                 see ChangeLog entries 2002-02-26 and 2002-02-27
12522
12523 2002-02-26 [alfons]     0.7.2claws17
12524
12525         * src/procheader.c
12526                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12527                 (spotted by Chris Hessman <idatech@gmx.net>)
12528
12529 2002-02-26 [paul]       0.7.2claws16
12530
12531         * src/mimeview.c
12532           src/pgptext.[ch]
12533           src/procmsg.c
12534                 make decryption of ascii-armored pgp encrypted messages
12535                 and verification of ascii-armored signatures work again.
12536                 slightly altered from the patch by Jens Jahnke 
12537                 <jan0sch@gmx.net>
12538
12539                 ##FIX ME##
12540                 * the checking of plaintext signatures always comes up in 
12541                   a popup box
12542                 * it doesn't work for multipart messages 
12543                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12544                   including the msg headers and these 2 line themselves, are 
12545                   not displayed
12546
12547         * src/mainwindow.c
12548                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12549                 "View/Message View" becomes "View/Separate Message View"
12550                 because its less ambiguous.
12551
12552         * po/es.po
12553                 updated by Ricardo Mones Lastra
12554
12555 2002-02-26 [paul]       0.7.2claws15
12556
12557         * sync with sylpheed 0.7.2cvs17
12558                 see ChangeLog entries 2002-02-25 and 2002-02-26
12559
12560 2002-02-25 [christoph]  0.7.2claws14
12561
12562         * src/filtering.[ch]
12563         * src/inc.c
12564                 do filtering stuff after all messages have been received
12565                   1. drop all messages to .processing
12566                   2. scan processing folder for messages
12567                   3. filter messages or move to inbox
12568                 this will also find old messages left in processing after
12569                 a crash or something like that and we get a real msginfo
12570                 from folder->get_msg_list and do not have to create our
12571                 own in filter_message
12572         * src/matcher_parser_parse.y
12573                 remove MIX/MAX warning (reordered includes)
12574
12575 2002-02-25 [paul]       0.7.2claws13
12576
12577         * sync with sylpheed 0.7.2cvs15
12578                 see ChangeLog entry 2002-02-24
12579
12580 2002-02-24 [alfons]     0.7.2claws12
12581
12582         * src/filtering.c
12583                 clear old color flags first when applying a new color to
12584                 a message info. 
12585                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12586
12587 2002-02-24 [alfons]     0.7.2.claws11
12588         
12589         * AUTHORS
12590         * src/prefs_common.c
12591                 add presets for Opera and Konqueror, closes patch #517261,
12592                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12593
12594 2002-02-24 [alfons]     0.7.2.claws10
12595
12596         * AUTHORS
12597         * src/summaryview.c
12598                 fix threading for null message ids, closes patch #521601,
12599                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12600
12601 2002-02-24 [alfons]     0.7.2claws9
12602
12603         * src/summaryview.c
12604         * src/filtering.c
12605                 make Tool | Filter Message work with filtering system so
12606                 setting flags also works
12607
12608                 TODO:
12609
12610                 - Processing uses the same function as Tool | Filter
12611                   Message, but doesn't use the same update proc yet
12612
12613 2002-02-23 [paul]       0.7.2claws8
12614
12615         * sync with sylpheed 0.7.2cvs14
12616                 see ChangeLog entries 2002-02-22 and 2002-02-23
12617
12618 2002-02-22 [christoph]  0.7.2claws7
12619
12620         * src/quote_fmt.c
12621                 Add column space to table
12622         * src/quote_fmt_parse.y
12623                 Close files
12624
12625 2002-02-22 [paul]       0.7.2claws6
12626
12627         * src/Makefile.am
12628           src/defs.h
12629           src/filtering.c
12630           src/inc.[ch]
12631           src/mainwindow.c
12632           src/matcher.[ch]
12633           src/matcher_parser_lex.l
12634           src/matcher_parser_parse.y
12635           src/pop.[ch]
12636           src/prefs_account.h
12637           src/prefs_filtering.c
12638           src/selective_download.[ch]   *** NEW FILES ***
12639           src/utils.[ch]
12640           po/POTFILES.in
12641                 Selective Download added to 'Tool' menu. 
12642                 Retrieves email headers of the currently selected pop3 
12643                 account and allows the user to mark emails for deletion 
12644                 right on the pop3 server. Patch submitted by Oliver Haertel 
12645                 <oha@users.sourceforge.net>.
12646         
12647         * po/POTFILES.in
12648                 add 'src/quote_fmt.c'           
12649
12650 2002-02-22 [christoph]  0.7.2claws5
12651
12652         * src/Makefile.am
12653                 added quote_fmt.c
12654         * src/prefs_common.[ch]
12655         * src/prefs_template.c
12656         * src/quote_fmt.c               *** NEW FILE ***
12657         * src/quote_fmt.h
12658                 move quote format symbol description code
12659                 to it's own file because it is used from
12660                 differnent code parts
12661                 Rewrote symbol description GUI
12662                   + use table
12663                   + add separators
12664                   + get data from array (no more long constant strings)
12665         * src/quote_fmt_lex.l
12666         * src/quote_fmt_parse.y
12667                 Symbol for Literal % changed to \% instead of %%
12668                 (More logical as \ is used for quoting for other symbols)
12669                 Add |f and |p to include files and program output
12670                 Examples:
12671                     |f{/home/.../.signature}
12672                     |p{date}
12673         * po/de.po
12674                 Correct wrong spelling for "Referenzen"
12675
12676 2002-02-21 [paul]       0.7.2claws4
12677
12678         * src/procmsg.c
12679                 forgotten during sync
12680
12681 2002-02-21 [paul]       0.7.2claws3
12682
12683         * sync with sylpheed 0.7.2cvs11
12684                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12685                 2002-02-20 and 2002-02-21
12686
12687 2002-02-20 [melvin]     0.7.2claws2
12688
12689         * src/prefs_actions.c
12690                 Added error report when child cannot fork or when execvp 
12691                 returns with an error.
12692
12693 2002-02-19 [christoph]  0.7.2claws1
12694
12695         * src/codeconv.c
12696                 return unconverted text if conde conversion is not possible
12697                 when libjconv is used.
12698                 (patch submitted by "Simon 'corecode' Schubert")
12699
12700 2002-02-19 [paul]       
12701
12702         * version 0.7.2claws release
12703
12704 2002-02-19 [paul]       0.7.2claws
12705
12706         * po/nl.po
12707                 updated by Wilbert Berendsen
12708
12709
12710 2002-02-18 [alfons]     0.7.1claws13
12711
12712         * src/syldap.c
12713         * src/jpilot.c
12714                 remove references to dlfcn and explicitly loading functions
12715                 from dynalink libs, because libs linked anyway, and functions
12716                 are loaded explicitly
12717
12718 2002-02-17 [melvin]     0.7.1claws12
12719
12720         * src/prefs_actions.c
12721                 Replaced children wait loop with double fork technique.
12722                 Now, input/output window updated at each new output.
12723                 free_children(): Fixed a memory leak.
12724                 Made input/output window non closable if running children
12725                 still exist.
12726                 Added missing <unistd.h> include.
12727                 Added some --debug outputs.
12728
12729 2002-02-17 [melvin]     0.7.1claws11
12730
12731         * src/summaryview.c
12732                 Fixed bug where descending sort order did not select top
12733                 message.
12734
12735 2002-02-17 [melvin]     0.7.1claws10
12736
12737         * acconfig.h
12738                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12739         * src/prefs_common.c
12740                 Pspell data package directory no more hard coded but
12741                 set during configuration (PSPELL_PATH). (Thanks to 
12742                                 Gustavo Noronha Silva.)
12743
12744 2002-02-17 [melvin]     0.7.1claws9
12745
12746         * configure.in
12747                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12748         * src/gtkspell.c
12749                 Fixed compile-time warnings.
12750
12751 2002-02-16 [alfons]     0.7.1claws8
12752
12753         * src/filesel.c
12754                 fix inadvertent free of NULL pointer which caused
12755                 sylpheed to crash when closing the save-as dialog
12756                 using the window close button
12757
12758 2002-02-16 [carsten]    0.7.1claws7
12759         * src/mainwindow.[ch]
12760           src/summaryview.c
12761           src/prefs_common.c
12762                 fixes for pixmap theming code:
12763                         - recently changed mail attributes shouldn't get
12764                           lost any longer
12765                         - theme is only reloaded iff another theme was
12766                           selected
12767
12768 2002-02-16 [paul]       0.7.1claws6
12769
12770         * sync with sylpheed 0.7.2 release
12771                 see ChangeLog entry 2002-02-15 and 2002-02-16
12772
12773 2002-02-15 [paul]       0.7.1claws5
12774
12775         * sync with sylpheed 0.7.1cvs9
12776                 see ChangeLog entry 2002-02-15
12777
12778         * po/POTFILES.in
12779                 remove unneeded headerwindow.c entry
12780
12781 2002-02-14 [carsten]    0.7.1claws4
12782         * src/summaryview.c
12783                 fixed a bug for "Go to next unread message": there was
12784                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12785                 in the prefs, because of doing "Search again" instead
12786                 "No"
12787
12788 2002-02-14 [carsten]    0.7.1claws3
12789         * src/stock_pixmap.c
12790                 removed 2 more mem leaks; following memprof,
12791                 this code is "leak free" now :)
12792
12793 2002-02-14 [carsten]    0.7.1claws2
12794         * src/stock_pixmap.c
12795                 used opendir/readdir/closedir instead of scandir
12796                 -> code should work now on Solaris
12797
12798 2002-02-14 [paul]       0.7.1claws1
12799
12800         * sync with sylpheed 0.7.1cvs8
12801                 see ChangeLog entries 2002-02-13 and 2002-02-14
12802
12803         * README.claws
12804                 add some description of Actions and Pixmap Themes
12805
12806 2002-02-13 [paul]       
12807
12808         * version 0.7.1claws release
12809
12810 2002-02-13 [paul]       0.7.1claws
12811
12812         * po/es.po
12813           po/it.po
12814           po/pt_BR.po
12815                 updated translations, submitted by Ricardo Mones Lastra,
12816                 Alessandro Maestri and Fabio Junior Beneditto
12817
12818 2002-02-13 [melvin]     0.7.0claws75
12819
12820         * src/prefs_actions.c
12821                 Added missing "signal.h" include
12822
12823 2002-02-13 [melvin]     0.7.0claws74
12824
12825         * src/prefs_folder_item.c
12826                 Added missing "config.h" include
12827         * po/fr.po
12828                 Updated French translation for folder propriety.
12829
12830 2002-02-13 [jens]       0.7.0claws73
12831
12832         * po/POTFILES.in
12833                 Added missing src/prefs_folder_item.c [log added by melvin]
12834         * po/de.po
12835                 Updated German translation.
12836
12837 2002-02-13 [melvin]     0.7.0claws72
12838
12839         * po/fr.po
12840                 Updated French translation.
12841
12842 2002-02-13 [melvin]     0.7.0claws71
12843
12844         * src/gtkutils.c
12845                 Made gtkut_editable_get_selection return NULL if selection
12846                 is of length zero.
12847                 This fixes a bug where selecting part of message A then
12848                 switching to message B and replying to it will not
12849                 quote the message's body.
12850
12851 2002-02-12 [paul]       0.7.0claws70
12852
12853         * src/mainwindow.c
12854                 cosmetic, relating to pixmap themes: on toolbar make 
12855                 updating of 'Exec' and 'Compose news/Compose email'
12856                 icons faster.
12857
12858 2002-02-12 [carsten]    0.7.0claws69
12859         * src/folderview.c
12860           src/mainwindow.[ch]
12861           src/stock_pixmap.c
12862           src/summaryview.c
12863           src/prefs_common.c
12864                 - refreshing after changing pixmap theme better
12865                   now (thanks Paul)
12866                 - wanted to remove some mem leaks, but alfons was
12867                   faster (and had the better solution ;)
12868
12869 2002-02-12 [alfons]     0.7.0claws68
12870
12871         * src/prefs_common.c
12872         * src/stock_pixmap.[ch]
12873                 plug mem leaks, refactor code a little bit
12874
12875
12876 2002-02-12 [sergey]     0.7.0claws67
12877
12878         * src/imap.c
12879                 Fixed problem with copying messages to IMAP folders when the
12880                 server uses something other than '/' as a namespace separator
12881                 (cyrus-imapd uses '.').
12882
12883 2002-02-12 [jens]       0.7.0claws66
12884
12885         * po/de.po
12886                 Updated German Translation
12887
12888 2002-02-12 [paul]       0.7.0claws65
12889
12890         * sync with sylpheed 0.7.1cvs1
12891                 see ChangeLog entry 2002-02-12
12892
12893 2002-02-12 [melvin]     0.7.0claws64
12894
12895         * src/prefs_actions.c
12896                 Fixed "feature" where children's output was duplicated 
12897                 instead of refreshed while monitoring.
12898                 Removed some debug code.
12899
12900 2002-02-12 [christoph]  0.7.0claws63
12901
12902         * src/compose.c
12903                 always delete message from queue after sending/send error
12904                 (closes bug #509601)
12905
12906 2002-02-12 [melvin]     0.7.0claws62
12907
12908         * src/prefs_actions.c
12909                 Children wait loop is now triggered with a timeout of 1s
12910                 Added %F which is replaced with the list of filenames 
12911                 of all selected messages (as suggested by Ricardo Mones Lestra)
12912                 Pipe syntax changed. Prefix with | to send selection, postfix
12913                 with | to retrieve output. Prefix with > or * to send
12914                 user definable input to the command (*: input is hidden)
12915                 Old pipe action should now be postfixed with |, too.
12916
12917 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12918         * src/stock_pixmap.c
12919                 fixed a bug: if there's no theme directory don't
12920                 throw an error, just do "nothing" (thanks Alfons)
12921
12922 2002-02-12 [carsten]    0.7.0claws60
12923         * src/folderview.c
12924           src/summaryview.c
12925                 had to write the cache twice (nasty!); some marks would 
12926                 get lost if not
12927
12928 2002-02-11 [carsten]    0.7.0claws59
12929         * acconfig.h
12930           configure.in
12931           doc-src/maintainer_guide.txt
12932           src/compose.[ch]
12933           src/defs.h
12934           src/folderview.[ch]
12935           src/gtkutils.[ch]
12936           src/mainwindow.[ch]
12937           src/prefs_common.[ch]
12938           src/stock_pixmap.[ch]
12939           src/summaryview.[ch]
12940                 pixmap theming and related work on pixmap
12941                 handling on some other places
12942                 (e.g. hrm features for all folder)
12943           src/pixmap/stock_*.xpm -> the stock_ was removed
12944         
12945 2002-02-11 [paul]       0.7.0claws58
12946
12947         * sync with sylpheed 0.7.1 release
12948                 see ChangeLog entries 2002-02-11
12949
12950 2002-02-08 [paul]       0.7.0claws57
12951
12952         * sync with sylpheed 0.7.0cvs39
12953                 see ChangeLog entry 2002-02-07 (last entry) 
12954
12955         * src/prefs_actions.c
12956           src/prefs_filtering.c
12957           src/prefs_matcher.c
12958           src/prefs_scoring.c
12959                 sync: made it compile with C compilers other than gcc
12960
12961 2002-02-07 [paul]       0.7.0claws56
12962
12963         * sync with sylpheed 0.7.0cvs38
12964                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12965                 2002-02-07
12966
12967 2002-02-07 [darko]      0.7.0claws55
12968
12969         * src/gtkutils.[ch]
12970         * src/summaryview.c
12971                 Fix const gchar */gchar * issue (thanks Hiro)
12972
12973 2002-02-07 [darko]      0.7.0claws54
12974
12975         * src/compose.[ch]
12976         * src/filtering.c
12977         * src/gtkutils.[ch]
12978         * src/prefs_template.c
12979         * src/quote_fmt.h
12980         * src/quote_fmt_parse.y
12981         * src/summaryview.c
12982         * src/utils.[ch]
12983                 When replying or forwarding an email don't quote the entire
12984                 mail body but use the part of the message text that is selected
12985
12986 2002-02-06 [melvin]     0.7.0claws53
12987
12988         * src/prefs_common.[ch]
12989         * src/gtkspell.[ch]
12990         * src/compose.c
12991                 Made possible to switch quickly to last used dictionary
12992                 which makes checking bilingual documents easier.
12993
12994 2002-02-06 [melvin]     0.7.0claws52
12995         
12996         * po/POTFILES.in
12997                 Added forgotten new file src/prefs_actions.c
12998
12999 2002-02-06 [melvin]     0.7.0claws51
13000
13001         * src/prefs_actions.c   ** NEW FILE **
13002         * src/prefs_actions.h   ** NEW FILE **
13003                 Added actions to execute on message text view, or on the
13004                         message's file.
13005         * src/Makefile.am
13006                 Added src/prefs_actions.[ch]
13007         * src/compose.c
13008                 Added new menu "Edit/Actions"
13009         * src/defs.h
13010                 Added new actionsrc file.
13011         * src/main.c
13012                 Added actionsrc reading.
13013         * src/mainwindow.c
13014                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13015         * src/prefs_common.h
13016                 Added new element actionslst element to prefs_common.
13017
13018 2002-02-06 [paul]       0.7.0claws50
13019
13020         * sync with sylpheed 0.7.0cvs36
13021                 see ChangeLog entry 2002-02-06
13022
13023 2002-02-05 [paul]
13024
13025         * po/es.po
13026                 updated by Ricardo Mones Lastra
13027
13028 2002-02-05 [paul]       0.7.0claws49
13029
13030         * sync with sylpheed 0.7.0cvs33
13031                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13032
13033 2002-02-05 [paul]       0.7.0claws48
13034
13035         * src/compose.c
13036                 re-add 'Edit/Advanced/Delete entire line', previously named
13037                 'Delete Line+'
13038
13039 2002-02-04 [paul]       0.7.0claws47
13040
13041         * src/compose.c
13042           src/summaryview.c
13043                 fix bug #494993 (Reply All not taking Reply-To into consi)
13044                 eliminate differences in behaviour of right-click 'Reply to all' 
13045                 in summary view and 'Reply to all' on the toolbar. 
13046                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13047                 view and From gets ignored by 'Reply to all' on toolbar.
13048                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13049                 From when no Reply-To header is present.
13050
13051 2002-02-04 [paul]       0.7.0claws46
13052
13053         * sync with sylpheed 0.7.0cvs30
13054                 see ChangeLog entries 2002-02-03 and 2002-02-04
13055
13056 2002-02-03 [melvin]     0.7.0claws45
13057
13058         * src/gtkspell.[ch]
13059                 Readded function to highlight all misspelled words.
13060                 Fixed bug where user-provided-words did not replace
13061                         correctly the misspelled word when using the mouse.
13062                 Fixed bug where checking a region selected from right to left did
13063                         not check the region at all.
13064                 Fixed bug where 'Check backwards' may not check at all. 
13065                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13066                 Fixed possible buffer overflow when checking for long strings (>1k).
13067                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13068                 Accelerators code uses now gtk_widget_add_accel.
13069                 Removed and disabled obsolete and unfinished code.
13070                 Cleaning up.
13071
13072         * src/compose.c
13073                 Added menu item to Highlight all misspelled words.
13074
13075 2002-02-01 [paul]       0.7.0claws44
13076
13077         * src/mainwindow.c
13078                 fix '/View/Hide read messages' sensitivity when all
13079                 messages in a folder are hidden
13080
13081 2002-02-01 [paul]       0.7.0claws43
13082
13083         * src/main.c
13084                 add --send option to command line interface, sends all
13085                 queued mail. Patch submitted by Ricardo Mones Lastra.
13086
13087 2002-01-31 [paul]       0.7.0claws42
13088
13089         * src/mainwindow.c
13090                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13091
13092 2002-01-31 [paul]       0.7.0claws41
13093
13094         * sync with sylpheed 0.7.0cvs27
13095                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13096                 and 2002-01-31
13097
13098         * src/textview.c
13099                 comment out elements of textview_show_part() as temporary
13100                 workaround for attachment 'Display as text' bug 
13101
13102         * po/pt_BR.po
13103                 updated by Fabio Junior Beneditto
13104
13105 2002-01-30 [paul]       0.7.0claws40
13106
13107         * sync with sylpheed 0.7.0cvs24
13108                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13109                 and 2002-01-30
13110
13111         * src/compose.c
13112                 add {N_("/_Spelling"), ... "<Branch>"} to 
13113                 GtkItemFactoryEntry compose_entries[]
13114
13115         * src/prefs_common.c
13116                 add claws menu items to prefs_keybind_apply_clicked()
13117                 and remove non-claws menu items
13118
13119 2002-01-29 [paul]       0.7.0claws39
13120
13121         * sync with sylpheed 0.7.0cvs22
13122                 see ChangeLog entries 2002-01-28 and 2002-01-29
13123
13124 2002-01-28 [melvin]     0.7.0claws38
13125
13126         * src/compose.c
13127                 Added the declartion of compose_send_control_enter.
13128
13129         * src/compose.c
13130         * src/gtkspell.[ch]
13131                 Added in a 'Spelling' menu which includes the configuration menu. 
13132                 Added a real 'Check all' and got rid from the old one which only
13133                 highlited misspelled word.
13134                 Made 'Check while typing' a disableable option.
13135                 Added a dialog when there are no more misspelled word.
13136                 Added a dialog if error occurs when switching to a dictionary.
13137         
13138         * src/prefs_common.[ch]
13139                 Added option for the default 'Check while typing' option.
13140
13141
13142 2002-01-28 [alfons]     0.7.0claws37
13143
13144         * src/compose.c
13145                 fix buglet and make code comply with sylpheed code style
13146
13147 2002-01-28 [paul]       0.7.0claws36
13148
13149         * sync with sylpheed 0.7.0cvs19
13150                 see ChangeLog entries for 2002-01-28
13151
13152 2002-01-28 [hoa]        0.7.0claws35
13153
13154         * src/defs.h
13155                 added rendererrc
13156
13157         * src/main.c
13158                 read the renderer config
13159
13160         * src/procmime.[ch]
13161                 use the renderer config to convert mime attachments
13162
13163         * src/textview.c
13164                 don't use textview_show_html/ertf,
13165                 use get_text_content instead
13166
13167 2002-01-27 [alfons]     0.7.0claws34
13168         
13169         * src/news.c
13170                 make sylpheed believe it can delete a news message...
13171                 (messages are NOT deleted, maybe we should remove
13172                 processing from the folder properties after all.)
13173
13174 2002-01-27 [alfons]     0.7.0claws33
13175
13176         * src/folder.c
13177                 add extra checks
13178         * src/news.c
13179                 implement remove_msg() 
13180
13181 2002-01-27 [alfons]     0.7.0claws32
13182
13183         * src/procmsg.h
13184         * src/procheader.c
13185         * src/messageview.c
13186                 fix return receipt / disposition notification again. this
13187                 stuff seems to break on _every_ major summary UI change, so
13188                 it's now implemented using a flag which is saved in the
13189                 marks cache
13190                 
13191 2002-01-26 [alfons]     0.7.0claws31
13192
13193         * src/import.c
13194                 let import dialog show the destination folder identifier
13195
13196 2002-01-26 [melvin]     0.7.0claws30
13197
13198         * src/folderview.c
13199         * src/summaryview.c
13200                 Readded 'Mark all read' into summary view popup menu
13201                 Added 'Mark all read' in folder view popup menu for IMAP
13202                 and NNTP.
13203                 Made it insensitive if the selected folder is not the shown
13204                 one to avoid 'Mark all read' on the wrong folder.
13205                 
13206 2002-01-26 [paul]       0.7.0claws29
13207
13208         * src/folderview.c
13209           src/summaryview.c
13210                 move 'Mark all read' from summary view to folder view
13211                 menu. (adapted from) patch submitted by Jeremy Andrews,
13212                 <lists@kerneltrap.com>
13213
13214 2002-01-25 [alfons]     0.7.0claws28
13215
13216         * src/gtkstext.c
13217                 put the gtk class name back so GtkSText adapts the 
13218                 settings of GtkText
13219
13220 2002-01-25 [alfons]     0.7.0claws27
13221
13222         * src/folderview.c 
13223                 assimilate Ricardo's patch that shows pixmaps instead of
13224                 plain "new" and "unread" texts in the folder view column
13225                 headers 
13226
13227 2002-01-25 [paul]       0.7.0claws26
13228
13229         * src/Makefile.am
13230                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13231                 be found in non-standard locations. 
13232                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13233
13234 2002-01-25 [paul]       0.7.0claws25
13235
13236         * sync with sylpheed 0.7.0cvs16
13237                 see ChangeLog entry 2002-01-25
13238
13239 2002-01-24 [paul]       0.7.0claws24
13240
13241         * more sync with sylpheed 0.7.0cvs15
13242                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13243
13244 2002-01-23 [sergey]     0.7.0claws23
13245
13246         * src/importldif.c
13247                 Fixed segfault when closing LDIF import wizard with
13248                 the window manager.
13249         * src/imageview.c
13250         * src/imageview.h
13251         * src/messageview.c
13252         * src/mimeview.c
13253                 Fixed wrong scrolling position after switching between
13254                 text and image parts.
13255
13256 2002-01-23 [paul]       0.7.0claws22
13257
13258         * sync with sylpheed 0.7.0cvs15
13259                 see ChangeLog entries 2002-01-22 and 2002-01-23
13260
13261 2002-01-21 [melvin]     0.7.0claws21
13262
13263         * src/prefs_scoring.c
13264         * src/prefs_filtering.c
13265                 Fixed bug where scoring and filtering windows stopped
13266                 autochecking.
13267
13268 2002-01-21 [paul]       0.7.0claws20
13269
13270         * sync with sylpheed 0.7.0cvs12
13271                 see ChangeLog entries 2002-01-20 and 2002-01-21
13272
13273 2002-01-21 [carsten]    0.7.0claws19
13274         * src/mainwindow.c
13275         * src/menu.[ch]
13276         * src/messageview.[ch]
13277         * src/summaryview.[ch]
13278                 changes to shortcuts handling again:
13279                         + "Q" now controled by mainwin
13280                         + v/V are now customizable and have slightly
13281                           different meanings
13282                 the "button" to minimize the messageview (and maximize
13283                 the summary view) is a real button now
13284         * src/compose.c
13285                 "Delete Line+" added to Edit/Advanced (this will also
13286                 delete the '\n')
13287
13288 2002-01-20 [melvin] 0.7.0claws18
13289
13290         * src/addressbook.c
13291                 Made "Bcc" sensitive when addressbook is called from
13292                 compose window (it was a Claws only bug).
13293
13294 2002-01-19 [alfons] 0.7.0claws17
13295
13296         * src/inc.c
13297                 prevent unnecessary updates when currently selected folder has
13298                 no new messages 
13299
13300 2002-01-19 [alfons] 0.7.0claws16
13301         
13302         * src/summaryview.c
13303                 prevent writing the cache based on current message list in summary 
13304                 view when filtering also put messages in currently selected folder
13305
13306 2002-01-19 [paul]
13307
13308         * po/it.po
13309                 Italian translation submitted by Alessandro Maestri
13310                 <a.maestri@cs.tin.it>
13311
13312 2002-01-18 [melvin]     0.7.0claws15
13313
13314         * src/prefs_filters.c
13315                 fixed bug where 'cancel' from 'filters' window stops autochecking
13316                 if the timer timed out  when the window was open.
13317
13318 2002-01-18 [match]      0.7.0claws14
13319
13320         * src/addrclip.[ch]     ** NEW FILE **
13321         * src/addrselect.[ch]   ** NEW FILE **
13322         * src/adbookbase.h      ** NEW FILE **
13323                 addressbook cut, copy and paste
13324         * src/addrbook.[ch]
13325         * src/addrcache.[ch]
13326         * src/addressitem.h
13327         * src/addrindex.[ch]
13328         * src/addritem.[ch]
13329         * src/importldif.c
13330         * src/importmutt.c
13331         * src/jpilot.[ch]
13332         * src/syldap.[ch]
13333         * src/vcard.[ch]
13334         * src/jpilot.[ch]
13335         * src/editbook.c
13336         * src/editjpilot.c
13337         * src/editldap.c
13338         * src/editvcard.c
13339                 support for copy/paste
13340         * src/addressbook.c
13341                 support for copy/paste
13342                 tidy up menu option processing
13343                 correct address list function arguments
13344         * src/editaddress.c
13345                 sort user attributes
13346         * src/ldif.h
13347         * src/mutt.h
13348                 tidy up
13349
13350         * src/addrbook.[ch]
13351         * src/addrbook.[ch]
13352         * src/addrbook.[ch]
13353                 
13354
13355 2002-01-18 [paul]       0.7.0claws13
13356
13357         * sync with sylpheed 0.7.0cvs8
13358                 configure.in: support Mac OS X (Darwin)
13359
13360 2002-01-18 [carsten]    0.7.0claws12
13361         * src/html.c
13362                 small hack to fix a segfault with an empty href
13363                 (reported by Alexandra Walford <deeni@altern.org>)
13364         * src/mainwindow.c
13365         * src/summaryview.c
13366                 the shortcuts for Mark und Mark as unread are hardcoded
13367                 again
13368         * src/compose.c
13369         * src/gtkstext.[ch]
13370                 readded the shortcuts in gtkstext but made them
13371                 customizeable (simply by adding a menu plus a wrapper
13372                 to compose.c)
13373
13374 2002-01-17 [melvin]     0.7.0claws11
13375
13376         * src/gtkspell.c
13377                 fix default dictionary not being saved.
13378
13379 2002-01-16 [darko]      0.7.0claws10
13380
13381         * src/compose.c
13382                 fix wrapping crash with URL longer than wrapping margin
13383
13384 2002-12-08 [hoa]        0.7.0claws10
13385
13386         * src/matcher_parser_parse.y
13387                 fixed some bugs
13388
13389         * src/prefs_filtering.c
13390                 now, we can use bounce action in the dialog box.
13391
13392 2002-01-16 [carsten]    0.7.0claws9
13393         * src/gtkstext.c
13394                 removed the <control> and <alt> shortcuts because they're
13395                 not needed and interefered with the "normal" shortcuts
13396         * src/mainwindow.c
13397         * src/summaryview.c
13398                 removed most of the hardcoded shortcuts and assigned
13399                 them to menu entries making them easy customizable by
13400                 that
13401
13402 2002-01-16 |melvin]     0.7.0claws8
13403
13404         * src/gtkspell.c
13405                 fixed bug where using the mouse and when the compose
13406                 window is not on top may result in a crash.
13407
13408 2002-01-16 [melvin]     0.7.0claws7
13409
13410         * src/compose.c
13411                 fixed a long standingspell checker bug which could 
13412                 cause a crash after sending a message.
13413
13414 2002-01-16 [paul]       0.7.0claws6
13415
13416         * sync with sylpheed 0.7.0cvs7
13417                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13418                 2002-01-15, and 2002-01-16
13419
13420 2002-01-16 [melvin]     0.7.0claws5
13421
13422         * README.claws
13423         * src/compose.c
13424         * src/gtkspell.[ch]
13425         * src/main.c
13426                 Heavily modified spell checker code to work around
13427                 ispell bug, to add keyboard shortcuts and for future
13428                 enhancements. See README.claws for usage information.
13429
13430 2002-01-15 [alfons]     0.7.0claws4
13431         
13432         * src/summaryview.c
13433                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13434                 so sorting within threads reflects sort mode
13435
13436 2002-01-15 [christoph]  0.7.0claws3
13437
13438         * src/procmsg.c
13439                 added alertpanel if mail sending failed
13440
13441 2002-01-15 [alfons]     0.7.0claws2
13442         
13443         * src/prefs_filtering.c
13444                 don't stop timer when prefs filtering dialog is opened
13445
13446 2002-01-14 [alfons]     0.7.0claws1
13447
13448         * src/addr_compl.c
13449         * src/prefs.c
13450                 remove debug_print()s for privacy reasons
13451
13452 2002-01-14 [darko]      0.7.0claws
13453
13454         * README.claws
13455                 quotation wrapping is now also in the main branch
13456
13457 2002-01-14 [paul]
13458
13459         * tools/filter_conv.pl
13460                 allow for Boolean Op and case-sensitivity
13461                 this file is included in the release and tagged
13462                 'rel_0_7_0'
13463
13464 2002-01-13 [paul]       0.7.0claws
13465
13466         * release 0.7.0, with cvs tag 'rel_0_7_0'
13467
13468 2002-01-13 [paul]
13469
13470         * tools/filter_conv.pl
13471         * tools/README
13472                 rewritten to output to matcherrc instead of filteringrc
13473
13474         * po/es.po
13475                 updated Spanish translation by Ricardo Mones Lastra
13476
13477 2002-01-13 [alfons]
13478
13479         * po/nl.po
13480                 update dutch translation
13481
13482 2002-01-13 [paul]
13483
13484         * po/pt_BR.po
13485                 Updated by Fabio Junior Beneditto 
13486
13487 2002-01-13 [melvin]     0.6.6claws53
13488
13489         * po/fr.po
13490                 Updated french translation
13491
13492 2002-01-12 [alfons]     0.6.6claws52
13493
13494         * src/filtering.c
13495                 plug mem leak that has been sitting there for ages              
13496
13497 2002-01-12 [alfons]     0.6.6claws51
13498
13499         * src/summaryview.c
13500                 undo melvin's changes from 0.6.6claws48 because summary
13501                 view now refuses to select first unread message when
13502                 selecting a folder 
13503
13504 2002-01-11 [alfons]     0.6.6claws50
13505
13506         * src/import.c
13507                 use claws' semantics for getting folder item when
13508                 importing an mbox file into a folder 
13509                 (submitted by Dale P. Smith)
13510
13511 2002-01-11 [christoph]  0.6.6claws49
13512
13513         * src/prefs.h
13514                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13515                 toggle widget, because non static prefs can not use
13516                 prefs_set_* functions
13517         * src/prefs_account.c
13518                 toggle smtp auth password field sensitivity if
13519                 user id is empty and add descrition of usage for
13520                 these fields
13521         * src/prefs_folder_item.c
13522                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13523                 callbacks
13524
13525 2002-01-11 [melvin]     0.6.6claws48
13526
13527         * src/compose.c
13528                 fix the 'Ctrl-Enter' feature for sending and test really
13529                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13530                 editables which was not documented in Gtk)
13531
13532         * src/summaryview.c
13533                 Made summaryview refresh after sorting and not before.
13534
13535 2002-01-11 [christoph]  0.6.6claws47
13536
13537         * src/compose.c
13538                 select account from account ids if possible and
13539                 correctly set save folder for copy in reedit
13540
13541 2002-01-10 [paul]       0.6.6claws46
13542
13543         * sync with sylpheed 0.7.0 release
13544                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13545                 2002-01-09
13546
13547 2002-01-09 [alfons]
13548
13549         * src/summaryview.c
13550                 remove more dirt traces...
13551
13552 2002-01-09 [alfons]
13553         
13554         * src/summaryview.c
13555                 clean up some traces of my debugging stuff
13556
13557 2002-01-09 [alfons]     0.6.6claws45
13558
13559         * src/filtering.c
13560                 break up filteringprop_apply() in three separate pieces
13561                 so we can drop messages that failed processing in the
13562                 inbox
13563
13564         * src/summaryview.c
13565                 fix bug #469598 "no refresh of inbox after filter" which 
13566                 was introduced by the new summary view locking, and which 
13567                 prevented the summary view to update after a manual filter 
13568                 message. claw's filter message requires a summary_show().
13569                 (aargh, summary_show() again! :-)
13570                 
13571 2002-01-07 [alfons]     0.6.6claws44
13572
13573         * src/headerwindow.c
13574         * src/logwindow.c
13575         * src/messageview.c
13576         * src/sourcewindow.c
13577                 bring in Hiro's last 0.7.0 wm class fixes
13578
13579         * tools/sylprint.pl
13580                 bring in Ricardo's fix for sylprint script
13581
13582         * AUTHORS       
13583         * src/rfc2015.[ch]
13584         * src/prefs_common.[ch]
13585         * src/prefs_account.[ch]
13586         * src/compose.c
13587                 clean up account preference poison in rfc2015,
13588                 and preparation to fix double sign bug 
13589                 (patch submitted by Simon 'corecode' Schubert)
13590
13591 2002-01-07 [christoph]  0.6.6claws43
13592
13593         * src/mh.c
13594                 search for free message number, do not only rely
13595                 on last_num
13596         * src/send.c
13597                 fix smtp auth and use extra account information
13598                 if available, if not use pop3 data instead
13599                 (closes bug #500341)            
13600         * src/ssl.[ch]
13601                 match coding style
13602
13603 2002-01-06 [alfons]     0.6.6claws42
13604
13605         * src/mainwindow.c
13606                 try making the separate windows work again...
13607
13608 2002-01-06 [alfons]     0.6.6claws41
13609
13610         * src/mainwindow.c
13611                 adapt Hiro's separate window menu (to get rid of the funny
13612                 duplicate menu items), and make it work again
13613
13614 2002-01-06 [alfons]     0.6.6claws40
13615
13616         * tools/Makefile.am
13617         * tools/sylprint.rc
13618         * tools/sylprint.pl
13619         * tools/README.sylprint
13620                 add sylprint script for printing mails from Sylpheed
13621                 (contributed by Ricardo Mones Lastra)
13622
13623         * src/acount.c
13624                 clean up
13625
13626 2002-01-06 [melvin]     0.6.6claws39
13627
13628         * src/mainwindow.c
13629         * src/summaryview.c
13630                 Fixed crash introduced in 0.6.6claws38 by the menu
13631                 reorganisation (Hide read messages)
13632         
13633         * ChangeLog.claws 
13634                 Fixed typo (we are now in 2002, alfons ;) )
13635
13636 2002-01-05 [alfons]     0.6.6claws38
13637
13638         * sync with sylpheed 0.6.6cvs10-17
13639                 (last stuff marked as LAST_STABLE)
13640
13641 2002-01-04 [melvin]     0.6.6claws37
13642
13643         * src/account.c
13644                 Made account selection code use strcasestr again instead of
13645                 g_strcasecmp (fixes bug where reediting queued messages
13646                 did not select proper account reported by T. Link).
13647         
13648         * src/folderview.c
13649                 Fix bug where folder icons are not shown when 'hide read messages'
13650                 is on.
13651         
13652         * src/stock_pixmaps.[ch]
13653                 Added folder icons for 'hide read messages'.
13654         
13655         * src/compose.c
13656                 Fixed bug where 'Enter' in a header entry will send the message 
13657                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13658
13659 2002-01-03 [melvin]     0.6.6claws36
13660         
13661         * src/prefs.[ch]
13662                 Added popup menu for common preferences and
13663                 account preferences (right click on tab displays
13664                                 a menu of all tabs.)
13665
13666 2002-01-02 [melvin]     0.6.6claws35
13667
13668         * src/gtkspell.[ch]
13669                 Made spelling code compatible with undo/redo feature.
13670                 Added creation of suggestion mode menu for the general
13671                         preferences.
13672         
13673         * src/prefs_common.[ch]
13674                 Added option menu for the speller's suggestion mode.
13675                 Added missing spaces in "..." buttons and made a "..."
13676                         button non translatable!
13677         
13678         * src/compose.c
13679                 Made speller use the default suggestion mode.
13680                 Hack to make it possible to choose 'CTRL-Enter' as a
13681                         shortcut for sending (and only for sending).
13682
13683         * src/prefs_folder_item.c
13684                 Changing subject simplification does not update cache 
13685                         anymore (because it is unnecessary).
13686                 Fixed bug where changing subject simplification updated the 
13687                         summaryview even when the viewed folder is not the
13688                         folder which properties are being changed. (E.g. 
13689                                         viewing folder A and changing
13690                                         the subject simplification of 
13691                                         folder B -not being viewed- updated the 
13692                                         summaryview of folder A with data of
13693                                         folder B). (Hope this is clear... )
13694
13695 2001-12-31 [alfons]     0.6.6claws34
13696         
13697         * src/ldif.c
13698         * src/mutt.c
13699                 fgetc() returns a signed integer which doesn't
13700                 fit in a char. so c truncates this to a char
13701                 but we may lose significant bits. i.e. we may
13702                 comparing 0xFF which may not be equal to -1
13703                 unless properly casted to signed char which
13704                 we won't do because fgetc() returns a signed
13705                 integer which doesn't fit in a char. so c 
13706                 truncates this to a char but we may lose 
13707                 significat bits. (you got the idea, thanks
13708                 to Gustavo Noronha Silva <kov@debian.org>
13709                 and the Debian folks!)
13710
13711 2001-12-30 [alfons]     0.6.6claws33
13712
13713         * src/prefs_common.c
13714                 add #ifdef USE_PSPELLs that Melvin forgot               
13715
13716 2001-12-30 [melvin]     0.6.6claws32
13717         
13718         * src/prefs_common.[ch]
13719                 Added configurable color for misspelled words.
13720
13721         * src/gtkspell.[ch]
13722                 Fixed bug of foreground text color (reported by David
13723                                 Mehrmann)
13724                 Added configurable color for misspelled words.
13725
13726 2001-12-30 [alfons]     0.6.6claws31
13727
13728         * src/folder.c
13729                 remove unnecessary things someone put there
13730
13731         * src/mh.c
13732         * src/folder.[ch]
13733                 make folder properties (like threading and sorting) persistent
13734                 (closes bug #497424 "rescan folder tree resets proprieties")
13735                 currently this is only for MH folders. 
13736
13737 2001-12-29 [melvin]     0.6.6claws30
13738
13739         * src/string_match.[ch]
13740                 Optimized a bit: regexp pattern buffer compiled only once, and
13741                   one subroutine call removed. Fixed ^ regexp search: Now, 
13742                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13743         
13744         * src/summaryview.c
13745                 Subject filtering changed to filter summary columns and
13746                   not directly the messages subject cache. The loss in 
13747                   performance is balanced by the improvement of string_match.
13748                 Added an alert panel if there is an error in the regexp.
13749
13750         * src/src/prefs_folder_item.h
13751                 Added a regexp pattern buffer.
13752
13753 2001-12-28 [alfons]     0.6.6claws29
13754
13755         * src/string_match.[ch]
13756                 clean up name space
13757                 allow compilation *BSD
13758
13759 2001-12-27 [alfons]     0.6.6claws28
13760
13761         * src/filter.c
13762                 sync the Hiro's bug fix for BSD
13763
13764 2001-12-27 [melvin]     0.6.6claws27
13765         
13766         * src/compose.c
13767                 Simplify focus to subject entry code.
13768
13769 2001-12-27 [darko]      0.6.6claws26
13770
13771         * src/filtering.c
13772         * src/mbox_folder.c
13773         * src/messageview.c
13774         * src/mh.c
13775         * src/procheader.[ch]
13776         * src/procmsg.h
13777         * src/stock_pixmap.[ch]
13778         * src/summaryview.c
13779                 Show key icon for encrypted mails in summary view
13780
13781         * src/pixmaps/clip.xpm
13782         * src/pixmaps/clipkey.xpm
13783         * src/pixmaps/key.xpm
13784                 New/modified icons for the above
13785
13786 2001-12-27 [melvin]     0.6.6claws25
13787
13788         * src/prefs_common.c
13789                 Put spell checker options in a separate tab to decrease
13790                 the Common Preferences window height.
13791
13792         * README.claws  
13793                 Update spell checker usage instruction about its options
13794                 location.
13795
13796 2001-12-27 [melvin]     0.6.6claws24
13797
13798         * src/compose.c
13799                 Changed subject entry widget position. Initial focus is
13800                 on the To header instead of the subject entry.
13801                 Creating a new header scrolls the header list to make the
13802                 created one visible. Nevertheless, when automatically filling
13803                 headers, the first one is shown.
13804                 A Tab key press in the last empty header entry zips the 
13805                 focus to the subject entry.
13806                 (I did not change the combo boxes, yet)
13807
13808 2001-12-26 [alfons]     0.6.6claws23
13809
13810         * src/prefs_account.c
13811         * src/inc.c
13812                 allow default inbox to reside in another mailbox (only
13813                 works for POP3 accounts)
13814
13815 2001-12-26 [alfons]     0.6.6claws22
13816         
13817         * src/textview.c
13818                 make reply-on-click work with the account of the selected folder
13819         * src/compose.c
13820                 put a fixme here to remind me to fix finding correct default
13821                 account for nested folders
13822
13823 2001-12-25 [alfons]     0.6.6claws21
13824
13825         * src/summaryview.c
13826                 make column headers display locked and mark pixmaps (idea by Melvin) 
13827                 fix bug by adding score and locked column type to sort array
13828
13829 2001-12-25 [alfons]     0.6.6claws20
13830         
13831         * src/summaryview.c
13832                 catch a *potentially* inadvertent write back of  
13833                 the message cache(s) introduced by 0.6.5claws37
13834
13835 2001-12-25 [christoph]  0.6.6claws19
13836
13837         * src/stock_pixmap.[ch]
13838         * src/summaryview.c
13839                 add ignore thread pixmap
13840                 (can someone draw a better icon for this?)
13841
13842 2001-12-24 [alfons]     0.6.6claws18
13843
13844         * src/prefs_folder_item.c
13845                 make address completion actually work for the
13846                 Default To address in the Folder Property dialog.
13847
13848 2001-12-24 [alfons]     0.6.6claws17
13849         
13850         * src/summaryview.c
13851                 use new style regexp for subject stripping 
13852                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13853
13854 2001-12-24 [darko]      0.6.6claws16
13855
13856         * src/pgptext.c
13857         * src/rfc2015.c
13858                 move GPG related informational messages to debug mode
13859
13860 2001-12-23 [alfons]     0.6.6claws15
13861
13862         * src/stock_pixmap.[ch]
13863         * src/summaryview.c
13864                 add the forgotten Claws' locked pixmap
13865
13866 2001-12-23 [alfons]     0.6.6claws14
13867
13868         * src/filesel.c
13869                 accept file name typed in entry in multi file
13870                 selector (patch submitted by Gustavo Noronha Silva 
13871                 <kov@debian.org>)
13872
13873 2001-12-23 [alfons]     0.6.6claws13
13874
13875         * src/prefs_filter.c
13876         * src/prefs_filtering.c
13877         * src/matcher.c
13878         * src/importmutt.c
13879                 clean up a little bit
13880         
13881         * src/string_match.c
13882                 validate input strings a little bit more
13883
13884 2001-12-23 [alfons]     0.6.6claws12
13885
13886         * src/Makefile.am
13887         * src/summaryview.c
13888         * src/string_match.[ch]         ** NEW **
13889         * src/folderview.[ch]
13890         * src/headerview.h
13891         * src/folder.[ch]
13892         * src/prefs_folder_item.[ch]
13893                 add subject simplification to strip out strings from
13894                 a subject line (esp. handy for mailing lists). 
13895                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13896                 but slightly changed things for better integration.)
13897
13898 2001-12-23 [alfons]     0.6.6claws11
13899
13900         * src/mainwindow.c
13901                 fix bug introduced by submission included in 0.6.5claws52.
13902                 ideally this submission should clean the trash if any trash
13903                 folder has a message. however, the hasTrash variable was
13904                 set to false whenever a trash folder was empty (discarding
13905                 a previously found *filled* trash folder.)
13906
13907                 also edited the code a little bit and made it more safe.
13908
13909 2001-12-22 [alfons]     0.6.6claws10
13910
13911         * src/imap.c
13912                 quick fix for Martin Pool's omission of an account
13913                 specific SSL setting
13914
13915 2001-12-22 [alfons]     0.6.6claws9
13916
13917         * src/compose.c
13918         * src/messageview.c
13919         * src/mimeview.c
13920         * src/pgptext.c
13921         * src/procmime.[ch]
13922                 better support for multipart/digest (submitted
13923                 by Fredrik <e98fo@efd.lth.se>)
13924
13925 2001-12-22 [alfons]     0.6.6claws8
13926
13927         * src/addressbook.c
13928                 correct function signature
13929         * src/socket.[ch]
13930         * src/imap.[ch]
13931         * src/prefs_account.[ch]
13932                 allow IMAP over SSH tunnel (patch submitted by 
13933                 Martin Pool <mbp@samba.org>)
13934
13935 2001-12-21 [alfons]     0.6.6claws7
13936
13937         * sync with sylpheed 0.6.6cvs4-9
13938                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13939
13940 2001-12-21 [christoph]  0.6.6claws6
13941
13942         * src/compose.c
13943         * src/prefs_folder_item.[ch]
13944                 implement saving of outgoing messages to current folder.
13945                 fix segfault when no default outbox is available
13946                 (closes bug #495683)
13947
13948 2001-12-21 [carsten]    0.6.6claws5
13949         * src/folderview.c
13950         * src/summaryview.c
13951                 pressing CTRL while DND does now the expected thing and
13952                 copies the mail (moving is still the default, as this
13953                 seam more appropriate for handling mails by DND)
13954
13955 2001-12-18 [paul]       0.6.6claws4
13956
13957         * sync with sylpheed 0.6.6cvs3
13958                 see ChangeLog entries 2001-12-18
13959
13960 2001-12-18 [hiro]       0.6.6claws3
13961
13962         * src/undo.c
13963                 fix for multibyte characters (obtain the number of letters
13964                 instead of bytes).
13965
13966 2001-12-17 [paul]       0.6.6claws2
13967
13968         * sync with sylpheed 0.6.6cvs1
13969                 see ChangeLog entry 2001-12-16
13970
13971 2000-12-17 [alfons]     0.6.6claws1
13972
13973         * src/filtering.c
13974                 clean up
13975
13976 2001-12-16 [paul]       0.6.6claws
13977 2001-12-15
13978
13979         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13980
13981         * src/mimeview.c
13982                 last minute sync with main 0.6.6
13983
13984         * po/es.po
13985                 updated by Ricardo Mones Lastra
13986                 update for last minute sync
13987         * po/fr.po
13988         * po/nl.po
13989                 update for last minute sync
13990         * po/de.po
13991                 updated by Jens Oberender
13992         * po/pt_BR.po
13993                 updated by Fabio Junior Beneditto
13994
13995         * src/prefs_common.[ch]
13996         * src/undo.c
13997                 number of undo levels is user configurable
13998                 (squeeze it into the release in the dying
13999                 moments) Submitted by Jens Oberender    
14000
14001 2001-12-15 [melvin]
14002
14003         * po/fr.po
14004                 updated french translation
14005
14006 2001-12-15 [paul]       0.6.5claws92
14007
14008         * sync with sylpheed 0.6.5cvs28
14009                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14010
14011         * po/nl.po
14012                 update to allow for sync
14013
14014 2001-12-15 [alfons]
14015         
14016         * po/nl.po
14017                 update dutch translation
14018
14019 2001-12-14 [carsten]    0.6.5claws91
14020         * src/summaryview.c
14021                 fixed bug #473785; also after changing the column order
14022                 the same message will be selected and displayed as before
14023                 the reordering
14024
14025 2001-12-14 [carsten]    0.6.5claws90
14026         * src/folderview.c
14027                 probably found the bug reported by wwb opening or closing
14028                 a folder tree just before dnd (found the solution in the
14029                 balsa source -- thanks to them)
14030
14031 2001-12-14 [carsten]    0.6.5claws89
14032         * src/gtkutils.c
14033         * src/account.c
14034                 moved gtk_clist_moveto to the right place, so that
14035                 only the accounts dialog is effected on opening
14036
14037 2001-12-14 [carsten]    0.6.5claws88
14038         * src/gtkutils.c
14039                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14040                 now, so that the focused row will be seen in any case
14041                 (reported by wwp on sf-claws-user)
14042
14043 2001-12-14 [darko]      0.6.5claws87
14044
14045         * src/compose.c
14046                 remove unnecessary line
14047
14048 2001-12-14 [paul]       0.6.5claws86
14049
14050         * sync with sylpheed 0.6.5cvs27
14051                 see ChangeLog entries 2001-12-14
14052
14053 2001-12-14 [carsten]    0.6.5claws85
14054         * src/mainwindow.c
14055                 following a suggestion of Melvin the rcoabm pops up
14056                 right under the button now and the button is reliefed
14057                 while the popup is open
14058
14059 2001-12-14 [darko]      0.6.5claws84
14060
14061         * src/compose.c
14062                 fix crash when wrapping long lines if linewrap quotation
14063                 is disabled and wrapper encounters a word spanning more
14064                 than one line
14065
14066 2001-12-13 [paul]       0.6.5claws83
14067
14068         * src/compose.c
14069                 prefer 'Reply-To' header over mailing list header when
14070                 replying to a message. Finally prevent all those confirmation 
14071                 messages being sent to the list itself.
14072
14073         * src/summaryview.c
14074                 remove unused summary_set_menu_sensitive() entry
14075
14076 2001-12-13 [paul]       0.6.5claws82
14077
14078         * src/folderview.c
14079         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14080         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14081         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14082                 improvements to 'Hide read messages': Inbox, Outbox,
14083                 Trash, Queue, and Draft icons now reveal presence of hidden 
14084                 messages
14085
14086 2001-12-12 [alfons]     0.6.5claws81
14087
14088         0.6.5claws80 was tagged as LAST_STABLE
14089
14090         * src/filtering.[ch]
14091         * src/matcher.[ch]
14092         * src/matcher_parser_lex.c
14093                 fix the filtering; my last attempt to get it right, 
14094                 if it does not work, it's Hoa's turn. ;-)
14095
14096                 for my honourable peers:
14097                 
14098                 the code now makes a clear distinction between
14099                 rules as they are displayed (probably escaped),
14100                 and as they are executed (probably unescaped). the
14101                 parser does *NOT* do any unescaping, this is
14102                 the task of the matcher.c (which breaks up a
14103                 rule into condition) and the filtering.c (which
14104                 breaks up the rule's action). to make this
14105                 run happily we provide an unescaped copy of
14106                 crucial strings to the MatcherProp and 
14107                 FilteringAction structures. note that the only
14108                 exception to this is any REGEXP string. those
14109                 are directly passed to regcomp() and regexp()
14110                 (who have much more powerful unescape functions).
14111                 
14112                 for everyone else:
14113         
14114                 you can escape tab (\t), carriage return (\r),
14115                 linefeed (\n), form feed (\f), quote (\"), 
14116                 single quote (\'), bell (\b) in all the entry
14117                 lines in the scoring & filtering dialogs.
14118                 as an added bonus this should not affect
14119                 existing filtering rules.
14120
14121 2001-12-12 [carsten]    0.6.5claws80
14122
14123         * src/summaryview.c
14124         * po/de.po
14125                 "item(s) selected" is now sensitive to 1 or more
14126                 than one selected (nice for language where simple
14127                 adding of a "s" is not possible as German (Eintrag
14128                 ->Eintr"age)
14129                 
14130                 the "forward as attachment" entry from the right
14131                 click menu removed, "forward" acts following the
14132                 prefs
14133         
14134         * src/textview.c
14135                 reverted my former changes; so compiler warning again
14136                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14137                 nevertheless
14138
14139         * src/messageview.c
14140                 "search in message" does now *not* only work in MVIEW_TEXT
14141                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14142                 message
14143
14144         * src/mainwindow.c
14145                 removed "/File/_Close" as it was the same as "/File/E_xit"
14146                 and we don't need it two times
14147
14148                 the separate folder view and message view now get a distinct
14149                 WMCLASS, just in case someone is using sawfish ;-)
14150
14151                 as the menu entries "/View/Message view" and "/View/Folder tree"
14152                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14153                 make them sensitive accordingly and as these two are "shown"
14154                 after startup anytime check this menuitem at startup
14155
14156 2001-12-12 [paul]       0.6.5claws79
14157
14158         * src/folderview.c
14159                 fix sensitivity of 'Search folder...', broken in
14160                 0.6.5claws75
14161
14162         * src/mainwindow.c
14163                 fix dodgy English
14164
14165 2001-12-11 [carsten]    0.6.5claws78
14166         * src/filtering.c
14167                 fixed two typos returning a wrong FALSE/TRUE
14168         * src/mainwindow.[ch]
14169                 extra menu for email/news button removed
14170
14171 2001-12-11 [alfons]     0.6.5claws77
14172         
14173         * src/matcher.c                 (1.3)
14174         * src/matcher_parser_lex.l      (1.28)
14175                 revert for another attempt
14176                 mark 0.6.5claws77 as LAST_STABLE
14177
14178 2001-12-11 [christoph]  0.6.5claws76
14179
14180         * po/de.po
14181                 fixed wrong translation for prev. unread msg
14182
14183 2001-12-11 [paul]       0.6.5claws75
14184
14185         * src/folder.[ch]
14186         * src/folderview.c
14187         * src/mainwindow.c
14188         * src/summaryview.[ch]
14189         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14190                 enable ability to hide read messages on per folder basis via 
14191                 '/Summary/Hide read messages'; when selected, a folder will 
14192                 have a red open folder icon, instead of a blue icon, if the 
14193                 folder contains hidden messges
14194                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14195
14196         * src/mainwindow.c
14197                 remove '/Message/Forward as attachment' from 
14198                 main_window_set_menu_sensitive() to prevent debug warning
14199
14200         * src/folderview.c
14201         * src/mainwindow.c
14202                 Clean up some of the English
14203
14204         * tools/newscache_clean.pl
14205                 allow for new 'hidereadmsgs' entry in folderlist.xml
14206
14207         * po/es.po
14208                 updated translation, submitted by Ricardo Mones Lastra
14209
14210 2001-12-11 [paul]       0.6.5claws74
14211
14212         * sync with sylpheed 0.6.5cvs25
14213                 see ChangeLog entry 2001-12-11
14214
14215 2001-12-10 [alfons]     0.6.5claws73
14216
14217         * src/matcher.c
14218                 add more control characters
14219         * src/matcher_parser_lex.l
14220                 make escaping / unescaping work again
14221
14222 2001-12-10 [alfons]     0.6.5claws72
14223
14224         * src/imap.c
14225                 clean up warnings "returning value for void function" 
14226         * src/prefs_filtering.c
14227                 make info button for execute action sensitive
14228
14229 2001-12-10 [paul]       0.6.5claws71
14230
14231         * src/compose.c
14232         * src/imap.[ch]
14233         * src/summaryview.c
14234                 fix: imap server now gets informed of MARKED, UNMARKED
14235                 and REPLY events. Now people can use different IMAP-Mail
14236                 clients and have the exact same information about MARKED,
14237                 UNMARKED and REPLY status with all of them. Especially
14238                 useful for imap servers with a web-frontend.
14239                 submitted by Tobias Sandhaas <medlor@web.de>
14240
14241 2001-12-09 [melvin]     0.6.5claws70
14242         
14243         * src/textview.[ch]
14244                 fixed bug #490076 (hunted down by Alfons who implemented
14245                 a workaround in 0.6.5claws65)
14246
14247 2001-12-09 [christoph]  0.6.5claws69
14248
14249         * src/summaryview.c
14250                 set pointer to string in LOCKED column to NULL
14251                 (might fix bug #490800)
14252
14253 2001-12-09 [carsten]    0.6.5claws68
14254
14255         * po/de.po
14256                 resolved some cluttered menu shortcuts 
14257                 ('creating new email' and 'creating news message'
14258                 hade the same)
14259         * src/compose.c
14260                 wmclass now distinc from main window
14261         * src/mainwindow.c
14262           src/mainwindow.h
14263                 email/news and forward button functionality similar
14264                 to the reply buttons; removed the ugly dropdown arrows
14265                 and use instead the right mouse button
14266
14267 2001-12-09 [paul]       0.6.5claws67
14268
14269         * src/imap.c
14270         * src/utils.h
14271                 allow spaces in imap folder names
14272                 submitted by Willem van Engen <wvengen@stack.nl>
14273
14274 2001-12-09 [paul]       0.6.5claws66
14275
14276         * sync with sylpheed 0.6.5cvs24
14277                 see ChangeLog entry 2001-12-09
14278
14279 2001-12-08 [alfons]     0.6.5claws65
14280
14281         * src/textview.c
14282                 prevent secondary selection claim after "add to sender" dialog
14283                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14284                 we trick GTK by simulating a click at (0, 0) in the textview.
14285
14286 2001-12-08 [hoa]        0.6.5claws64
14287
14288         * src/folder.c
14289                 fixed a bug about the .processing folder name while filtering
14290
14291 2001-12-08 [alfons]     0.6.5claws63
14292
14293         * src/folderview.c 
14294                 work around problem of not correctly updating folder stats
14295                 when deleting messages. there's some folder scanning evil
14296                 going so the folderview_update_msg_num() does not work
14297                 correctly. need to investigate this.
14298
14299 2001-12-08 [paul]       0.6.5claws62
14300
14301         * sync with sylpheed 0.6.5cvs23
14302                 see ChangeLog entry 2001-12-08
14303
14304 2001-12-07 [christoph]  0.6.5claws61
14305
14306         * src/compose.c
14307                 fix another header translation problem
14308
14309 2001-12-07 [alfons]     0.6.5claws60
14310
14311         * src/mbox.c
14312                 make filtering also work on local spool mbox
14313
14314 2001-12-07 [carsten]    0.6.5claws59
14315         * src/addressbook.c
14316                 addressbook window gets a wmclass distinct from the main
14317                 sylpheed window
14318         * src/compose.h
14319         * src/mainwindow.[ch]
14320                   forward menu item will use mode selected in prefs, forward 
14321                 as attatchment in menu removed (will be substituted in the
14322                 toolbar similar to reply buttons)
14323                   create news message menu entry and news button is now 
14324                 sensitive to the existance of a news account
14325         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14326         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14327         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14328                 these are removed because the toolbar buttons don't show
14329                 the quoting modus any longer
14330
14331 2001-12-07 [paul]
14332
14333         * tools/newscache_clean.pl      ** NEW FILE **
14334                 perl script to do some tidying up in the newscache directory 
14335                 
14336         * tools/sylpheed-switcher       ** NEW FILE **
14337                 perl script to enable easy switching between main and claws
14338                 
14339         * tools/README
14340                 added descriptions of the two new perl scripts          
14341
14342
14343 2001-12-07 [melvin]     0.6.5claws58
14344
14345         * src/messageview.c
14346                 fixed a warning during compilation introduced in 0.6.5claws56
14347
14348 2001-12-07 [paul]       0.6.5claws57
14349
14350         * src/mainwindow.[ch]
14351         * src/menu.[ch]
14352                 further usability enhancements to replying with or without 
14353                 quoting via the toolbar, use of Ctrl key is replaced by 
14354                 drop down menu 
14355                 Submitted by Carsten Schurig            
14356
14357 2001-12-07 [melvin]     0.6.5claws56
14358
14359         * src/messageview.c
14360                 hack to fix bug that prevented to make/paste selections
14361                 after switching between MVIEW_TEXT and MVIEW_MIME views
14362                 without deselecting the selection first.
14363
14364 2001-12-06 [alfons]     0.6.5claws55
14365
14366         * src/filtering.[ch]
14367         * src/inc.c
14368                 revise filtering a little bit more, and make sure
14369                 messages are delivered to the appropriate inbox
14370                 (perhaps set per account)
14371
14372 2001-12-06 [paul]       0.6.5claws54
14373
14374         * sync with sylpheed 0.6.5cvs22
14375                 see ChangeLog entry 2001-12-06
14376
14377 2001-12-05 [alfons]     0.6.5claws53
14378
14379         * src/inc.c
14380         * src/folder.[ch]
14381         * src/procmsg.c
14382         * src/filtering.c
14383                 more revisions of filtering system
14384                 (last stable version is marked as LAST_STABLE)
14385                 
14386                 | NOTE 1): the filtering system now uses a local folder called
14387                 | .processing. if filtering fails, check this directory
14388                 | for missing messages.
14389                 |
14390                 | NOTE 2): help us find the filtering actions still missing
14391
14392 2001-12-05 [paul]       0.6.5claws52
14393
14394         * src/mainwindow.c
14395                 fix bug where 'Empty Trash?' pop-up window appears even
14396                 when Trash is empty, submitted by Jesse Skinner         
14397
14398 2001-12-05 [melvin]     0.6.5claws51
14399
14400         * src/compose.c
14401                 fixed bug #486106 to select correct account when reediting 
14402                 a queued message
14403         
14404 2001-12-04 [alfons]     0.6.5claws50
14405
14406         * src/mh.c
14407                 declare markfile in appropriate functions when
14408                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14409                 for spotting this)
14410
14411 2001-12-04 [paul]       0.6.5claws49
14412
14413         * sync with sylpheed 0.6.5cvs21
14414                 see ChangeLog entry 2001-12-04
14415
14416 2001-12-03 [christoph]  0.6.5claws48
14417
14418         * po/de.po
14419                 changed translation of undo
14420         * src/account.c
14421         * src/folder.c
14422                 don't reinvent the wheel to traverse a GNode
14423         * src/compose.[ch]
14424                 seperate code to create the compose gui into functions
14425                 add "Others" page with folder selection for saving copy
14426                 of the message.
14427                 the folder identifier is saved to queue header
14428         * src/procmsg.c
14429                 save message to folder in queue header
14430
14431 2001-12-03 [paul]       0.6.5claws47
14432
14433         * sync with sylpheed 0.6.5cvs20
14434                 see ChangeLog entry 2001-12-03
14435
14436 2001-12-01 [paul]
14437
14438         * more sync with sylpheed 0.6.5cvs19
14439                 see ChangeLog entry 2001-11-29
14440
14441 2001-11-30 [paul]       0.6.5claws46
14442         
14443         * src/compose.c
14444                 remove conflicts introduced by Hoa's last commit
14445          
14446         * src/mainwindow.c
14447                 make 'Message/Bounce' sensitive
14448
14449 2001-11-30 [hoa]        0.6.5claws45
14450
14451         * src/compose.c
14452                 slightly change bounce function to add
14453                 information about the user that bounced the mail
14454                 in the From header line.
14455
14456         * src/folderview.c
14457                 permit the use of processing in outbox folder.
14458
14459 2001-11-29 [paul]       0.6.5claws44
14460
14461         * src/mainwindow.[ch]
14462         * src/prefs_common.c
14463         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14464         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14465         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14466                 usability enhancements to the quoting, implements
14467                 use of Ctrl key to toggle quoting settings
14468                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14469
14470 2001-11-29 [paul]       0.6.5claws43
14471         
14472         * sync with sylpheed 0.6.5cvs19
14473                 see ChangeLog entry 2001-11-28
14474
14475 2001-11-29 [melvin]     0.6.5claws42
14476         * src/Makefile.am
14477                 added enriched.[ch] to the list of files
14478
14479         * src/textview.c
14480         * src/mimeview.c
14481         * src/procmime.[ch]
14482         * src/enriched.[ch]
14483                 added support to view text/enriched
14484                 added support to show headers in message view for text/enriched and text/html
14485                         in non multipart messages
14486
14487 2001-11-28 [paul]       0.6.5claws41
14488
14489         * more sync with sylpheed 0.6.5cvs18
14490                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14491
14492 2001-11-27 [paul]       0.6.5claws40
14493         
14494         * po/pt_BR.po
14495                 updated translation, submitted by Fabio Junior Beneditto
14496                 
14497         * sync with sylpheed 0.6.5cvs18
14498                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14499                 2001-11-27
14500
14501
14502 2001-11-26 [paul]
14503
14504         * po/es.po
14505                 updated translation, submitted by Ricardo Mones Lastra
14506
14507 2001-11-26 [alfons]
14508
14509         * src/matcher.c
14510                 add more translatable strings
14511
14512 2001-11-26 [christoph]  0.6.5claws39
14513
14514         * po/de.po      
14515                 fixed one more umlaut
14516         * src/compose.c
14517                 fix translated header when it should not be translated
14518
14519 2001-11-26 [paul]       0.6.5claws38
14520
14521         * src/mainwindow.c
14522                 remove '/Message/Add Sender to address book' from 
14523                 main_window_set_menu_sensitive(), prevent debug warning
14524                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14525
14526 2001-11-26 [paul]       0.6.5claws37
14527
14528         * src/summaryview.c
14529                 fix 'recurring unread state' bug 
14530
14531         * tools/README 
14532         * tools/filter_conv.pl
14533                 read name of top level mailbox from folderlist.xml
14534                 and presume nothing about its name              
14535
14536 2001-11-26 [darko]      0.6.5claws36
14537
14538         * src/gtkstext.[ch]
14539                 removed functions that are now in gtkutils.c
14540                 use gtkut_text_is_uri_string() from gtkutils.c
14541         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14542
14543 2001-11-26 [paul]       0.6.5claws35
14544
14545         * sync with sylpheed 0.6.5cvs16
14546                 see ChangeLog entries 2001-11-25 and 2001-11-26
14547
14548 2001-11-25 [alfons]     0.6.5claws34
14549
14550         EXPERIMENTAL!!! Please checkout the last stable version using: 
14551           
14552         % cvs update -r LAST_STABLE -dRAP
14553
14554         (Or help us testing this stuff.)
14555
14556         * src/filtering.c               (1.14)
14557         * src/filtering.h               (1.6)
14558         * src/inc.c                     (1.28)
14559         * src/matcher.c                 (1.20)
14560         * src/mbox.c                    (1.9)
14561         * src/procmsg.h                 (1.14)
14562         * src/summaryview.c             (1.59)
14563         * src/summaryview.h             (dunno)
14564                 revert/merge/sync to as it was before commit 
14565                 on Thu, 19 Jul 2001 10:15:51 -0700.
14566
14567 2001-11-25 [hoa]        0.6.5claws33
14568
14569         * src/main.c
14570                 processing mails at startup
14571
14572         * src/folderview.c
14573         * src/summaryview.[ch]
14574                 processing mails when entering folder
14575
14576         * src/prefs_filtering.c
14577                 fixed some UI bugs
14578
14579 2001-11-24 [alfons]     0.6.5claws32
14580
14581         * src/summaryview.[ch]
14582                 make summary sort headers work, and also make
14583                 sure the sort type is stored
14584
14585 2001-11-23 [alfons]     0.6.5claws31
14586
14587         * src/summaryview.[ch]
14588                 make lock work like mark
14589                 disallow deleting messages marked as locked
14590
14591 2001-11-23 [alfons]     0.6.5claws30
14592
14593         * src/gtkstext.c
14594         * src/compose.[ch]
14595         * src/Makefile.am
14596         * src/undo.[ch]
14597                 merge undo patch submitted by Jens
14598
14599 2001-11-23 [christoph]  0.6.5claws29
14600
14601         * src/.cvsignore
14602                 added ylwrap
14603         * src/compose.c
14604                 fixed gpg signing and encoding
14605         * src/folder.[ch]
14606         * src/main.c
14607                 added --status option to get new, unread and total
14608                 message count from a running sylpheed
14609         * src/prefs_common.c
14610                 temporary fix for reply_with_quote problem
14611                 (don't call functions for non existing widget)
14612         * src/procmsg.c
14613                 one more check for ignored threads but still not
14614                 always working correctly. probably a recursive
14615                 check for all parents is needed
14616
14617 2001-11-23 [darko]      0.6.5claws28
14618
14619         * src/compose.c
14620                 wrapping on send improvements
14621         * src/gtkutils.[ch]
14622                 fix for GtkSText after last sync with main branch
14623                 GTK_TEXT -> GTK_STEXT
14624
14625 2001-11-23 [paul]       0.6.5claws27
14626
14627         * sync with sylpheed 0.6.5cvs14
14628                 see ChangeLog entries 2001-11-22 and 2001-11-23
14629                 
14630         * po/de.po
14631                 fixed the scrambled umlauts 
14632                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14633
14634 2001-11-21 [paul]       0.6.5claws26
14635
14636         * sync with sylpheed 0.6.5cvs12
14637                 see 2nd ChangeLog entry dated 2001-11-20
14638
14639 2001-11-20 [paul]       0.6.5claws25
14640
14641         * sync with sylpheed 0.6.5cvs11
14642                 see ChangeLog entry 2001-11-19 (src/utils.c)
14643
14644 2001-11-20 [hiro]
14645
14646         * src/compose.c
14647                 GTK_TEXT -> GTK_STEXT
14648                 fix for wrong comment
14649
14650 2001-11-20 [hiro]       0.6.5claws24
14651
14652         * src/compose.[ch]
14653                 more merges from main branch
14654                 removed fatal warnings (uninitialized variables etc.)
14655                 some coding style fix
14656         * src/gtkutils.h
14657                 fixed typo.
14658         * src/addressbook.c
14659           src/addrindex.c
14660                 V-Card -> vCard
14661
14662 2001-11-19 [hoa]        0.6.5claws23
14663
14664         * src/filtering.c
14665         * src/prefs_scoring.c
14666         * src/matcher.[ch]
14667         * src/scoring.c
14668                 cleaning code
14669
14670         * src/matcher_parser_parse.y
14671         * src/prefs_filtering.c
14672                 bouncing
14673
14674 2001-11-19 [alfons]     0.6.5claws22
14675
14676         more of my old things into claws
14677
14678         * src/Makefile.am
14679         * src/prefs_common.c
14680         * src/procmsg.h
14681         * src/summaryview.[ch]
14682         * src/prefs_summary_column.c
14683         * src/pixmaps/locked.xpm
14684                 add indicators for locking of message in summary view
14685                 (does not work yet, only visual indicator)
14686
14687 2001-11-19 [paul]       0.6.5claws21
14688
14689         * sync with sylpheed 0.6.5cvs10
14690                 see ChangeLog entry 2001-11-19
14691
14692 2001-11-18 [alfons]     0.6.5claws20
14693         
14694         * src/filtering.c
14695                 remove an inadvertent free I forgot in previous clean up 
14696
14697 2001-11-18 [alfons]     0.6.5claws19
14698
14699         * src/filtering.[ch]
14700                 clean up & plug leaks
14701
14702 2001-11-18 [paul]       0.6.5claws18
14703
14704         * sync with sylpheed 0.6.5cvs9
14705                 see ChangeLog entries 2001-11-17 and 2001-11-18
14706
14707 2001-11-16 [paul]       0.6.5claws17
14708
14709         * sync with sylpheed 0.6.5cvs8
14710                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14711
14712 2001-11-16 [paul]       0.6.5claws16
14713
14714         * sync with sylpheed 0.6.5cvs7
14715                 see ChangeLog entries 2001-11-15 and 2001-11-16
14716
14717 2001-11-15 [hoa]        0.6.5claws15
14718
14719         * src/compose.c
14720                 fix bounce, mails we received couln't be bounced to ourself.
14721
14722         * src/defs.h
14723         * src/filtering.[ch]
14724         * src/matcher.[ch]
14725         * src/matcher_parser.h
14726         * src/matcher_parser_lex.l
14727         * src/matcher_parser_parse.y
14728         * src/inc.c
14729         * src/main.c
14730         * src/mbox.c
14731         * src/prefs_filtering.[ch]
14732         * src/mainwindow.c
14733         * src/prefs_matcher.c
14734         * src/prefs_scoring.c
14735         * src/scoring.[ch]
14736         * src/summaryview.c
14737                 new matcher/filter/score configuration file parser
14738                 one unique configuration file => ~/.sylpheed/matcherrc
14739                 import in currently automatic, then save are made
14740                 in this new file.
14741                 one filter per folder and one global filter
14742                 (filter of a folder will be used as folder processing)
14743
14744         * src/folder.c
14745                 fix a bug in folder_item_get_identifier
14746                 
14747         * src/messageview.c
14748                 receive receipt return are fixed.
14749
14750 2001-11-14 [alfons]     0.6.5claws14
14751
14752         * src/session.h
14753                 add things from main branch to make claws compile
14754
14755 2001-11-14 [paul]       0.6.5claws13
14756
14757         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14758                 see ChangeLog entries 2001-11-08 to 2001-11-14
14759
14760 2001-11-14 [hoa] 0.6.5claws12
14761
14762         * src/compose.[ch]
14763         * src/mainwindow.c
14764         * src/summaryview.c
14765                 add "bounce mail" option
14766
14767 2001-11-13 [christoph]  0.6.5claws11
14768
14769         * src/compose.c
14770                 Cleanup a mess i add before commiting
14771
14772 2001-11-13 [hoa]        0.6.5claws10
14773
14774         * src/compose.c
14775                 some fixes when mail are sent or
14776                 for crossposts
14777
14778 2001-11-13 [christoph]  0.6.5claws9
14779
14780         * po/de.po
14781                 Changed two string with the same translation
14782         * src/compose.c
14783         * src/procmsg.[ch]
14784         * src/send.[ch]
14785                 New mailsending process:
14786                   - Always queue message before sending
14787                     (message will be saved if sylpheed crashed or
14788                      freezes while sending)
14789                   - Allow queuing of newspostings
14790                   - No copy in outbox before sending
14791                     (closes bug #469501)
14792                   - No more redundant code for send and send_later
14793         * src/summaryview.c
14794                 Applied wwp <subscript@free.fr>'s patch that fixes
14795                 marks for multiple forwarded messages (+compose.c)
14796
14797 2001-11-12 [alfons]
14798
14799         * README.claws
14800                 remove things that are now in main branch
14801         
14802         * po/nl.po
14803                 update Dutch translation
14804
14805 2001-11-12 [mhadasht]   0.6.5.claws8
14806
14807         * src/prefs_common.c
14808                 re-enabled account autoselection feature for forward
14809                 and reedit lost during the branch point for SYNC-B4-REL
14810         * src/gtkspell.c
14811                 gtkpspell_get_dict(): more readable code (even if function is
14812                 not used yet)
14813         * ChangeLog.claws
14814                 added version number info to 2001-11-12 [hiro] comment.
14815
14816 2001-11-12 [hiro]       0.6.5.claws7
14817
14818         * src/compose.c
14819                 compose_forward(): fixed a bug that forward quote mark
14820                 wasn't used.
14821                 removed unnecessary code.
14822         * src/template_select.[ch]: removed.
14823
14824 2001-11-11 [alfons]
14825
14826         * src/compose.c
14827                 :%s/GTK_TEXT/GTK_STEXT/g
14828         
14829         * src/compose.[ch]
14830         * src/undo.[ch]
14831         * src/Makefile.am
14832                 revert the undo stuff (this is 0.6.6claws stuff)
14833
14834 2001-11-11 [hoa]        0.6.5.claws6
14835
14836         * src/compose.[ch]
14837                 Insert signature at the end of the text.
14838                 Added undo patch but currently disabled
14839
14840         * src/procmsg.c
14841                 Threading by subject improved.
14842
14843         * added src/undo.[ch]
14844                 Undo module for compose dialog box.
14845
14846 2001-11-11 [alfons]     0.6.5.claws5
14847
14848         * src/procmsg.c
14849                 prevent threading by subject on nodes that have already been
14850                 threaded by in-reply-to (as in "circular references in a tree
14851                 result in a dead branch")
14852
14853 2001-11-09 [hoa]        0.6.5.claws4
14854         
14855         * src/folderview.c
14856                 allows creation of mbox folder item from any files.
14857
14858 2001-11-09 [alfons]     0.6.5.claws3
14859         
14860         * src/utils.c
14861         * src/procmsg.c
14862                 do what I mean and correct threading by subject so it really
14863                 ignores attracting lines without "Re: "
14864
14865 2001-11-07 [alfons]     0.6.5.claws2
14866
14867         * src/procmsg.c
14868         * src/utils.[ch]
14869                 only attract by subject if a subject line starts with a "Re: "
14870         * src/syldap.c
14871                 remove warning
14872
14873 2001-11-07 [paul]       0.6.5claws1
14874
14875         * sync with sylpheed 0.6.5. release
14876                 see ChangeLog entry 2001-11-07
14877
14878 2001-11-07 [paul]       0.6.4claws31
14879
14880         * sync with sylpheed 0.6.4cvs18
14881                 see ChangeLog entries 2001-10-30 to 2001-11-07
14882                 prefs_templates.[ch] renamed prefs_template.[ch]
14883
14884 2001-11-06 [alfons]
14885         
14886         * src/utils.h
14887                 add semicolon Hoa forgot ;-)
14888                 
14889
14890 2001-11-06 [hoa]        0.6.4claws30
14891         
14892         * src/procmsg.c
14893         * src/summaryview.c
14894         * src/utils.c
14895         * src/utils.h
14896                 threading by subject - empty subject are ignored
14897
14898 2001-11-06 [christoph]  0.6.4claws29
14899
14900         * src/socket.c
14901                 use SSL_peek for sock_gets
14902         * src/utils.c
14903                 removed unneeded pointer in extracting quoted
14904                 names implementation
14905
14906 2001-11-06 [melvin]     0.6.4claws28
14907
14908         * src/gtkspell.c
14909                 fixed bug #476792 Selection overtyping with spell checker
14910                 fixed bug which could cause a buffer overflow
14911                 fixed a memory leak
14912
14913 2001-11-06 [hoa]        0.6.4claws27
14914         
14915         * src/procmsg.c
14916         * src/summaryview.c
14917                 threading by subject
14918
14919 2001-11-05 [alfons]     0.6.4claws26
14920         
14921         * README.claws
14922                 Claws -> Sylpheed (vice versa)
14923
14924         * src/compose.c
14925                 :%s/gtk_text/gtk_stext/g
14926                 :%s/GTK_TEXT/GTK_STEXT/g
14927                 (thanks to Jonathan Ware for spotting this)
14928
14929 2001-11-04 [christoph]  0.6.4claws25
14930
14931         * src/summaryview.c
14932                 replace Xalloca + strdup with Xstrdup_a
14933         * src/utils.c
14934                 better implementation of extracting quoted names
14935                 from addresses (remove backlashes and ignore
14936                 quotes after them)
14937
14938 2001-11-04 [alfons]     0.6.4claws24
14939
14940         * src/utils.[ch]
14941                 edit to comply more with coding style
14942
14943         * src/textview.c
14944                 fix bug reported by Kim Schulz. introduced by the patch integrated
14945                 in 0.6.4claws15. the code did not check the return value of
14946                 the html parser.
14947
14948         * AUTHORS
14949                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14950
14951 2001-11-04 [christoph]  0.6.4claws23
14952
14953         * src/main.c
14954         * src/prefs_common.[ch]
14955                 init some pointers that possibly caused a segfault
14956                 reported in the claws-users ML
14957
14958 2001-11-04 [hoa]        0.6.4claws22
14959
14960         * src/grouplistdialog.c
14961                 change the names of the nodes in the tree
14962
14963         * src/compose.c
14964                 enhanced mailto syntax as described in
14965                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14966                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14967
14968         * src/utils.c
14969                 encode and decode URI (useful when opening URL into
14970                 netscape).
14971
14972 2001-11-03 [hoa]        0.6.4claws21
14973
14974         * src/grouplistdialog.c
14975                 a new newsgroups list selection dialog box
14976                 with a CTree instead of a CList
14977
14978 2001-11-03 [hoa]        0.6.4claws20
14979
14980         * src/folderview.c
14981                 enable property and scoring options when right
14982                 click on "inbox"
14983
14984         * src/summaryview.c
14985                 fixed bug when nickname were displayed using
14986                 the address book.
14987
14988 2001-11-02 [darko]      0.6.4claws19
14989
14990         * src/compose.c
14991                 new wrap quotation and URL/long words wrapping implementation
14992         * src/compose.c src/gtkstext.[ch]
14993                 move gtkstext_strncmp() to gtkstext.c
14994
14995 2001-11-01 [christoph]  0.6.4claws18
14996
14997         * src/prefs_account.c
14998                 fixed mess in account settings dialog
14999         * src/prefs_folder_item.c
15000                 added label with folder path to dialog
15001
15002 2001-10-31 [match]      0.6.4claws17
15003
15004         * src/vcard.c
15005                 fix memory leak.
15006         * src/addrbook.c
15007                 fix generation of spurious address book file names.
15008                 remove redundant functions.
15009         * po/POTFILES.in
15010                 added missing file names.
15011
15012 2001-10-30 [paul]       0.6.4claws16
15013
15014         * sync with sylpheed 0.6.4cvs6
15015                 see ChangeLog entries 2001-10-26 to 2001-10-30
15016
15017         * tools/filter_conv.pl
15018                 read folderlist.xml to discover whether the top-level
15019                 folder is called 'Mailbox' or 'Mail' 
15020
15021 2001-10-29 [paul]       0.6.4claws15
15022
15023         * src/html.c, src/textview.c
15024                 activate links in html mail and fix clickable parts
15025                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15026
15027 2001-10-29 [paul]
15028
15029         * po/de.po, po/es.po, po/pt_BR/po
15030                 updated translations, submitted by Jens Oberender,
15031                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15032
15033 2001-10-29 [darko]      0.6.4claws14
15034
15035         * src/compose.c
15036                 fix wrapping for good
15037
15038 2001-10-29 [darko]
15039
15040         * src/compose.c
15041                 undo previous change as it broke the smart wrapping
15042
15043 2001-10-29 [darko]      0.6.4claws13
15044
15045         * src/compose.c
15046                 fix infinite loop when long URL is quoted
15047                 (closes bug #475122.
15048
15049 2001-10-28 [match]
15050
15051         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15052                 import Mutt address book
15053         * src/ldif.[ch] src/importldif.h
15054                 modified import LDIF handle user attributes
15055
15056 2001-10-28 [christoph]  0.6.4claws12
15057
15058         * src/summaryview.c
15059                 fixed that filtering did not work if there
15060                 were no filter rules
15061                 (closes bug #472003 and better implementation
15062                  of patch #474644)
15063
15064 2001-10-27 [christoph]  0.6.4claws11
15065
15066         * src/compose.c
15067                 make the folder's default account to be used when
15068                 replying. (patch by wwp <subscript@free.fr>)
15069         * src/compose.c
15070                 code cleanup, nearly killed all of wwp's patch
15071                 for folder's default account in compose
15072         * src/folderview.c
15073                 error panel when a folder could not be created
15074                 (closes bug #471080 new folder name & already
15075                  existing file)
15076
15077 2001-10-26 [alfons]
15078
15079         * src/utils.h
15080                 change prototype of strstr2() that Christoph forgot about
15081
15082 2001-10-26 [christoph]  0.6.4claws10
15083
15084         * src/account.c
15085                 made search for accounts by email address not case
15086                 sensitive
15087         * src/folder.c
15088                 fixed memory leak in folder_item_get_identifier
15089         * src/gtkspell.c
15090         * src/utils.c
15091                 fixed wrong strstr2 (should work like strstr)
15092
15093 2001-10-26 [darko]      0.6.4claws9
15094
15095         * src/compose.c src/gtkstext.[ch]
15096         * src/gtkstext.c
15097                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15098
15099 2001-10-26 [paul]       0.6.4claws8
15100
15101         * src/html.c
15102                 ignore css and javascript tags in html mail
15103                 case-insensitive, with or without double-quoted
15104                 strings
15105
15106 2001-10-26 [paul]       0.6.4claws7
15107
15108         * sync with sylpheed 0.6.4cvs1
15109                 see ChangeLog entry 2001-10-26
15110
15111         * src/prefs_account.c, src/prefs_common.c,
15112           src/prefs_summary_column.c
15113                 minor improvements to the English
15114
15115 2001-10-25 [alfons]     0.6.4claws6
15116
15117         * src/gtkstext.c
15118         
15119                 make GtkSText follow style of GtkText (closes bug 
15120                 #469211 "text selection while writing message")
15121                 
15122                 do sync with GTK 1.2.10
15123
15124 2001-10-25 [paul]       0.6.4claws5
15125
15126         * src/html.c
15127                 ignore css tags in html mail
15128
15129 2001-10-25 [darko]      0.6.4claws4
15130
15131         * src/compose.c
15132                 don't declare is_url_string as static function since
15133                 we need it in gtkstext.c
15134         * src/gtkstext.c
15135                 remove unused variable
15136                 don't wrap long URLs while composing a message
15137
15138 2001-10-24 [christoph]  0.6.4claws3
15139
15140         * src/socket.c
15141                 fix ssl deadlock, when peer closes connection
15142
15143 2001-10-24 [paul]       0.6.4claws2
15144
15145         * src/prefs_common.c
15146                 gettextize the gpg ascii-armored warning message
15147
15148         * src/compose.c
15149                 insert a DOS/MAC file into the composed message
15150                 (improvements)
15151
15152         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15153
15154 2001-10-22 [paul]       0.6.4claws1
15155
15156         * sync with sylpheed 0.6.4 release
15157                 see ChangeLog entries 2001-10-21
15158
15159         * po/fr.po, po/pt_BR.po
15160                 updated by Melvin Hadasht and Fabio Junior Beneditto
15161
15162 2001-10-21 [paul]       0.6.3claws30
15163
15164         * src/compose.c
15165                 insert a DOS text file from the compose window
15166                 into the composed message text (removes CRs characters)
15167                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15168
15169         * tools/filter_conv.pl, tools/README
15170                 automatically use ~/.sylpheed as working directory
15171                 print out confirmation message on completion
15172
15173         * correct Hoa's last ChangeLog.claws entry
15174
15175 2001-10-20 [hoa]        0.6.3claws29
15176
15177         * src/grouplistdialog.c
15178                 bugfix (another ?) to give the right
15179                 newsgroups list for each news server.
15180
15181         * src/news.c
15182         * src/news.h
15183                 improve the newsgroups list cache
15184
15185 2001-10-20 [paul]       0.6.3claws28
15186
15187         * sync with sylpheed 0.6.3cvs9
15188                 see ChangeLog entry 2001-10-19
15189
15190         * correct Alfons' last ChangeLog.claws entry
15191
15192 2001-10-19 [alfons]
15193
15194         * src/pgptext.[ch]
15195                 fix compilation problems (part of bug #472895)
15196
15197 2001-10-18 [hoa]        0.6.3claws27
15198
15199         * src/grouplistdialog.c
15200                 bugfix when we refresh was clicked (bug 472701)
15201
15202 2001-10-19 [christoph]  0.6.3claws26
15203
15204         * src/compose.c
15205                 last header entry should default to "To:" or
15206                 "Newsgroups:" and not copy the last entry line
15207                 in a new compose window
15208                 (closes bug #472686, #470792)
15209
15210 2001-10-19 [paul]       0.6.3claws25
15211
15212         * sync with Sylpheed 0.6.3cvs8
15213                 see ChangeLog entries 2001-10-18 and 2001-10-19
15214
15215 2001-10-18 [christoph]  0.6.3claws24
15216
15217         * src/procmsg.c
15218                 reimplement ignore thread
15219         
15220 2001-10-18 [hoa]        0.6.3claws23
15221
15222         * src/folderview.c
15223         * src/grouplistdialog.[ch]
15224                 enhanced news subscription interface (feature 469113)
15225
15226         * src/news.c
15227         * src/news.h
15228                 enchanced newsgroup listing,
15229                 now, we can get groups informations
15230                 (NNTPGroupInfo)
15231
15232 2001-10-18 [paul]       0.6.3claws22
15233
15234         * src/summaryview.c
15235                 remove comment (sync with main branch)
15236         * src/mainwindow.c
15237                 fix 'Re-edit' bug in 'Message' menu
15238
15239 2001-10-17 [christoph]  0.6.3claws21
15240
15241         * src/compose.c
15242                 ignore empty or whitespace only header lines
15243
15244 2001-10-17 [paul]       0.6.3claws20
15245
15246         * sync with sylpheed 0.6.3cvs7
15247                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15248                 2001-10-17
15249
15250 2001-10-17 [darko]
15251
15252         * src/compose.c
15253                 wrap long lines without spaces
15254                 don't wrap URLs
15255
15256 2001-10-16 [paul]
15257
15258         * po/es.po, po/nl.po, po/pt_BR.po
15259                 updated by Ricardo Mones Lastra, Alfons,
15260                 and Fabio Junior Beneditto
15261
15262         * sylpheed-0.6.3claws released
15263
15264 2001-10-15 [melvin] 0.6.3claws18
15265
15266         * README.claws
15267                 added summary and detailed installation instructions
15268                 for spell checker
15269         * po/fr.po
15270                 Updated, corrected and completed french translation
15271
15272 2001-10-15 [hoa] 0.6.3claws17
15273         * src/grouplistdialog.c
15274                 we can choose the newsgroups to display with wildcards
15275
15276 2001-10-15 [christoph]  0.6.3claws16
15277
15278         * src/account.c
15279         * src/compose.c
15280         * src/prefs_folder_item.[ch]
15281                 applied wwp <subscript@free.fr>'s folder
15282                 default account patch
15283         * po/de.po
15284                 Fixed wrong translation
15285
15286 2001-10-13 [alfons, christoph, melvin]  
15287                         0.6.3claws15
15288
15289         solution #2 to solve MT-safety problems defers all GUI related calls
15290         to the main thread using a gtk_idle_add() callback. discussed on
15291         ircnet #sylpheed, with christoph spotting some issues with the
15292         original code, and melvin allowing us to lobotomize his sylpheed.
15293
15294         * src/syldap.[ch], src/main.c
15295                 fix race problem in ldap search thread by deferring GUI 
15296                 stuff to main thread using gtk_idle_add()
15297
15298 2001-10-13 [paul]       0.6.3claws14
15299
15300         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15301                 add Sergey's smtpcred.patch
15302                 adds separate username/password setting for SMTP Auth
15303                 needed by some servers
15304                 (closes feature request #471659)
15305
15306 2001-10-13 [paul]       0.6.3claws13
15307
15308         * src/pgptext.[ch] **NEW FILES**
15309         * src/Makefile.am, src/messageview.c, src/mimeview.c
15310                 decrypt ascii-armored gpg text embedded in
15311                 the message body.
15312                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15313
15314 2001-10-13 [christoph]  0.6.3claws12
15315
15316         * README.claws
15317                 some more details on default to and
15318                 feature requests
15319         * src/main.c
15320                 init glib threading when ldap is used
15321         * src/syldap.c
15322                 threading fixes
15323         * po/de.po
15324                 fixed a typo
15325
15326 2001-10-12 [paul]       0.6.3claws11
15327
15328         * src/prefs_common.[ch], src/rfc2015.c
15329                 enable ascii-armored gpg text to be embedded in the
15330                 message body, selectable through the 'Privacy'
15331                 preferences. Supports encrypting only.
15332                 Submitted by Ravemax <ravemax@dextrose.com>
15333
15334 2001-10-12 [paul]       0.6.3claws10
15335
15336         * sync with sylpheed 0.6.3cvs6
15337                 see ChangeLog entries 2001-10-11 and 2001-11-12
15338
15339         * src/folderview.c
15340                 incorporated mbox folders, scoring, and folder
15341                 properties into the sync
15342
15343 2001-10-12 [darko]      0.6.3claws9
15344
15345         * README.claws
15346                 describe quotation wrapping
15347         * src/compose.c
15348                 don't treat tab as space to calculate line length properly
15349
15350 2001-10-11 [alfons]
15351
15352         * README.claws
15353                 correct description of how to make new filtering system work,
15354                 add some other things
15355                 
15356         * src/syldap.c
15357                 remove sched_yield() (not necessary / unportable)
15358
15359 2001-10-11 [paul]       0.6.3claws8
15360
15361         * sync with sylpheed 0.6.3cvs3
15362                 see ChangeLog entry 2001-10-10
15363
15364 2001-10-10 [christoph]  0.6.3claws7
15365
15366         * .cvsignore
15367                 ignore 2 files created by newer autotools
15368         * src/prefs_folder_item.c
15369                 using table for widget alignment
15370                 fixed memory leak and broken octal display
15371         * src/filesel.c
15372                 fixed segfault caused by lost filename
15373                 workaround (closes bug #469551)
15374
15375 2001-10-10 [paul]       0.6.3claws6
15376
15377         * sync with sylpheed 0.6.3cvs2
15378                 see ChangeLog entries 2001-10-09 and 2001-10-10
15379
15380 2001-10-10 [darko]      0.6.3.claws5
15381
15382         * src/gtkstext.c
15383                 proper calculation of right margin if smart wrapping is enabled
15384         * src/compose.c
15385                 automatically wrap long lines if wrap quotation is enabled
15386
15387 2001-10-09 [alfons]     0.6.3.claws4
15388
15389         * src/summaryview.c
15390                 select correct row when deleting last row in the summary view (and
15391                 close bug "[ #469104 ] select second last in list when deleting")
15392
15393 2001-10-09 [paul]       0.6.3claws3
15394
15395         * sync with sylpheed 0.6.3cvs1
15396                 updated some autotool scripts
15397
15398 2001-10-09 [darko]      0.6.3claws2
15399
15400         * src/gtkstext.[ch]
15401                 new name and mark with Sylpheed comment
15402         * src/compose.c
15403                 smart quotation wrapping a-la VIM
15404
15405 2001-10-08 [paul]       0.6.3claws1
15406
15407         * sync with sylpheed 0.6.3 release
15408                 see ChangeLog entry 2001-10-08
15409
15410 2001-10-08 [paul]       0.6.2claws24
15411
15412         * src/summaryview.c
15413                 more sync with sylpheed 0.6.2cvs12
15414                 Fixed the bug that didn't select the last row correctly
15415
15416
15417 2001-10-07 [paul]       0.6.2claws23
15418
15419         * sync with sylpheed 0.6.2cvs12
15420                 see ChangeLog entry 2001-10-07
15421
15422 2001-10-06 [match]
15423         * src/jpilot.[ch]
15424                 enable jpilot to read unsynch'ed addresses.
15425
15426         * src/editldap_basedn.c
15427                 fix segfault when opening dialog.
15428
15429 2001-10-06 [alfons]     0.6.2.claws22
15430
15431         * src/summaryview.c
15432                 fix bug with summary view selecting last *inserted*
15433                 node instead of last *visible* node. remember we
15434                 work with a tree
15435
15436 2001-10-06 [paul]       0.6.2claws21
15437
15438         * po/pt_BR.po
15439                 updated translation, contains some fixes and new
15440                 translations, submitted by Gustavo Noronha Silva
15441                 <kov@debian.org>
15442
15443         * src/prefs_common.c
15444                 change 'each' to 'every' - fix dubious English
15445
15446         * sync with sylpheed 0.6.2cvs11
15447
15448 2001-10-05 [alfons]     0.6.2claws20
15449
15450         * src/mainwindow.[ch], src/folderview.c
15451                 make composite tool button switch between "Compose News"
15452                 and "Compose Mail" depending on selected folder
15453                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15454
15455 2001-10-05 [paul]       0.6.2claws19
15456
15457         * src/mainwindow.c, src/summaryview.c
15458                 fix 'Message/Reply to all', broken in last commit
15459
15460         * src/compose.c
15461                 fix X_BEENTHERE seg fault, thanks to Alfons
15462
15463 2001-10-04 [paul]       0.6.2claws18
15464
15465         * src/compose.[ch], src/mainwindow.c
15466                 make "Message/Reply" reply to mailing lists; matches
15467                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15468                 based on portions of the patch submitted by
15469                 Junichi Uekawa <dancer@netfort.gr.jp>
15470
15471 2001-10-04 [darko]      0.6.2claws17
15472
15473         * src/compose.c
15474                 better smart wrapping
15475         * src/gtkstext.[hc]
15476                 a function to make text buffer contiguous
15477
15478 2001-10-03 [paul]       0.6.2claws16
15479
15480         * sync with sylpheed 0.6.2cvs10
15481
15482 2001-10-02 [alfons]
15483
15484         * configure.in
15485         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15486                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15487                 references to chinese translations (hope someone picks up
15488                 this)
15489
15490 2001-10-02 [christoph]  0.6.2claws15
15491
15492         * src/compose.c
15493                 fixed non translated header bug
15494         * ChangeLog.claws
15495                 fixed wrong date in alfons last entry ;)
15496
15497 2001-10-02 [alfons]     0.6.2claws14
15498
15499         * src/compose.c, src/prefs_common.[ch]
15500                 add block cursor option
15501
15502 2001-10-02 [paul]       0.6.2claws13
15503
15504         * sync with sylpheed 0.6.2cvs9
15505
15506 2001-09-30 [paul]       0.6.2claws12
15507
15508         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15509                 updated translations
15510
15511         * po/POTFILES.in
15512                 add 'src/importldif.c'
15513
15514         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15515                 added eudora-to-vCard conversion tool
15516                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15517
15518         * sync with sylpheed 0.6.2cvs8
15519
15520 2001-09-30 [paul]
15521
15522         * sylpheed-0.6.2claws released
15523
15524 2001-09-27 [melvin]     0.6.2claws11
15525
15526         * src/gtkspell.c
15527                 fixed crash when using default path (introduced 
15528                 in 0.6.2claws10)
15529                 fixed tiny bug for initial suggestion mode
15530
15531 2001-09-27 [melvin]     0.6.2claws10
15532         
15533         * src/gtkspell.c
15534                 fixed bug where gtkpspell didn't set the path correctly
15535
15536         * README.claws
15537                 added a paragraph about spell checking
15538                 
15539
15540
15541 2001-09-27 [paul]       0.6.2claws9
15542
15543         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15544                 replace '// comments' with '/* comments */' to prevent
15545                 some compiler warnings 
15546
15547         * sync with sylpheed 0.6.2cvs6
15548
15549 2001-09-26 [alfons]     0.6.2claws8
15550
15551         * src/messageview.c
15552                 introduce return receipt request notification again,
15553                 which was lost because of other semantics in 
15554                 procheader_parse() (???)
15555
15556 2001-09-26 [christoph]  0.6.2claws7
15557
15558         * src/compose.c
15559                 replace comments for old code with #if 0
15560                 readded auto cc, bcc and reply-to
15561         * src/prefs_matcher.c
15562         * src/prefs_scoring.c
15563                 removed some definition (was moved to
15564                 prefs.h)
15565
15566 2001-09-26 [paul]       0.6.2claws6
15567
15568         * src/mainwindow.c
15569                 make 'Follow-up and reply to' sensitive
15570
15571         * more sync with sylpheed 0.6.2cvs5
15572
15573 2001-09-25 [melvin]
15574
15575         * 0.6.2claws5
15576
15577         * src/gtkspell.c
15578                 fixed bug for "US-ASCII" introduced by the encoding code
15579
15580 2001-09-25 [paul]
15581
15582         * 0.6.2claws4
15583
15584         * src/prefs_common.[ch], src/summaryview.c
15585                 'next unread msg' 'go to next folder?' dialog can be
15586                 given default behaviour, either always show dialog,
15587                 or assume 'yes', or assume 'no'
15588                 Submitted by wwp <subscript@free.fr>
15589
15590 2001-09-25 [melvin]
15591                 
15592         * src/compose.c src/gtkspell.[ch]
15593                 added support for different encodings
15594
15595 2001-09-25 [paul]
15596
15597         * more sync with sylpheed 0.6.2cvs5
15598
15599 2001-09-24 [alfons]
15600         
15601         * src/prefs_folder_item.c
15602                 add check for item->prefs->default_to string is NULL and
15603                 add another check when freeing this string
15604
15605 2001-09-24 [paul]
15606
15607         * configure.in
15608                 change to version 0.6.2claws3
15609
15610         * sync with sylpheed 0.6.2cvs5 
15611
15612 2001-09-24 [match]
15613         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15614                 import LDIF files.
15615         * src/addrcache.[ch], addrindex.[ch]
15616                 small update for future
15617         * src/addrbook.c
15618                 fix test XML file.
15619
15620 2001-09-24 [melvin]
15621         * src/gtkspell.[ch]
15622                 added 'Learn from mistakes' option
15623                 better handling of quotes in checked words
15624                 sorted dict list
15625         * po/fr.po
15626                 small update for spell checking stuff
15627
15628 2001-09-23 [alfons]
15629         
15630         * src/gtkspell.c
15631                 edit a little bit so it complies more with main coding style
15632
15633 2001-09-23 [alfons]
15634
15635         * src/folder.[ch], prefs_folder_item.c, compose.c
15636                 migrate "request return receipt" folder property
15637                 to folderlist.xml
15638
15639 2001-09-22 [alfons]
15640
15641         * README.claws **NEW**
15642                 (add things of interest for users of main branch 
15643                 and claws here)
15644
15645         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15646                 re-implement threading per folder option, but store 
15647                 the setting in folderlist.xml (where it belongs)
15648
15649 2001-09-21 [melvin]
15650
15651         * src/gtkspell.[ch]
15652                 fixed bug when compose window is under another window
15653         * src/prefs_common.[ch] src/compose.c
15654                 changed 'dictionary_path' to 'dictionary' to be consistent
15655                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15656         * ac/pspell.m4 src/Makefile.am 
15657                 dropped PSPELL_PATH macro
15658         * po/fr.po
15659                 updated translations
15660
15661 2001-09-21 [christoph]
15662
15663         * src/compose.c
15664                 added border around header fields
15665                 keep header type when new field is added
15666
15667 2001-09-20 [christoph]
15668
15669         * src/utils.[ch]
15670                 more portable debug_print with source filename
15671                 and linenumber
15672         * src/procmsg.c
15673                 more newlines after debug messages
15674
15675 2001-09-20 [paul]
15676
15677         * configure.in
15678                 change to version 0.6.2claws2
15679
15680         * sync with sylpheed 0.6.2cvs3
15681
15682 2001-09-19 [melvin]
15683
15684         * src/gtkspell.c
15685                 fixed the post-right-click focus pb
15686                 fixed crash when 'Spell check all' after dict change 
15687                         and when cursor is at the end of the text
15688                 shift-right-click pops up config menu even on misspelled words.
15689         * po/POTFILES.in
15690                 added gtkspell.c
15691
15692 2001-09-19 [melvin]
15693
15694         * src/about.c
15695                 added pspell to compiled-in features list
15696
15697 2001-09-18 [melvin]
15698
15699         * switched to pspell and dropped ispell
15700         * ac/pspell.m4
15701                 new file. autoconf macro for pspell
15702         * ac/Makefile.am 
15703         * configure.in acconfig.h
15704                 added pspell support
15705         * src/Makefile.am
15706         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15707         * src/prefs_common.[ch] 
15708                 added pspell support
15709
15710 2001-09-18 [christoph]
15711
15712         * src/addr_compl.c
15713         * src/template.[ch]
15714                 replace LOG_MESSAGE with debug_print
15715         * src/compose.[ch]
15716                 gui improvements
15717         * src/menu.c
15718                 added newline after debug message
15719         * src/utils.h
15720                 using __VA_ARGS__ for debug_print macro
15721         * tools/.cvsignore
15722                 ignore Makefile and Makefile.in
15723
15724 2001-09-18 [paul]
15725
15726         * configure.in
15727                 change to version 0.6.2claws1
15728         * sync with sylpheed 0.6.2cvs1
15729
15730         * src/matcher.c 
15731         * src/prefs_matcher.c
15732                 add 'score equal to' option, submitted by
15733                 Paul Evans <nerd@freeuk.com>
15734
15735 2001-09-15 [christoph]
15736
15737         * src/mainwindow.c
15738                 comment out menu entry not existing in claws
15739         * src/menu.c
15740                 add debug output for non existing menu entries
15741         * src/summaryview.c
15742                 fix next/prev unread message for ignored threads
15743         * src/utils.[ch]
15744                 add sourcefile and line number to debug output
15745                 otherwise it is sometimes hard to find the
15746                 source code part if debug messages are translated
15747
15748 2001-09-14 [darko]
15749         
15750         * src/folderview.c
15751                 refresh target folder style after colour is changed
15752
15753 2001-09-13 [paul]
15754
15755         * configure.in
15756                 change to version 0.6.1claws3
15757
15758         * sync with sylpheed 0.6.1cvs6
15759
15760 2001-09-13 [darko]
15761         
15762         * src/folderview.c
15763                 fix target folder colourization to use user selected colour
15764
15765 2001-09-12 [darko]
15766         
15767         * src/summaryview.c
15768                 fix crash when message that is marked for copy/move is unmarked
15769
15770 2001-09-09 [paul]
15771
15772         * configure.in
15773                 change to version 0.6.1claws2
15774
15775         * sync with sylpheed 0.6.1cvs3
15776
15777 2001-09-09 [alfons]
15778         
15779         * src/folderview.c
15780                 fix bug with default font used for trash folder text
15781
15782 2001-09-06 [paul]
15783
15784         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15785                 updated translations
15786
15787         * configure.in
15788                 change to version 0.6.1claws1
15789
15790         * sync with sylpheed 0.6.1cvs2
15791
15792 2001-09-03 [paul]
15793
15794         * po/POTFILES.in
15795                 add Match's new addressbook
15796
15797         * po/de.po
15798                 updated translation submitted by Jens Oberender
15799
15800 2001-09-02 [paul]
15801
15802         * configure.in
15803                 change to 0.6.1claws
15804         * sync with sylpheed 0.6.1 release
15805
15806 2001-09-02 [paul]
15807
15808         * configure.in
15809                 change to 0.6.0claws2
15810
15811         * sync with sylpheed 0.6.0cvs4
15812
15813         * po/pt_BR.po
15814                 updated translation submitted by Fabio Junior Beneditto
15815
15816 2001-09-01 [match]
15817         * pixmaps/
15818                 interface.xpm
15819                 book.xpm
15820                 address.xpm
15821         * src/
15822                 Makefile.am
15823                 a ton of new files
15824
15825 2001-08-31 [paul]
15826
15827         * configure.in
15828                 change to version 0.6.0claws1
15829
15830         * sync with sylpheed 0.6.0cvs1
15831
15832         * po/es.po
15833                 updated translation submitted by Ricardo Mones Lastra
15834
15835         * po/POTFILES.in
15836                 add 'src/prefs_templates.c'
15837
15838         * src/compose.c, src/summaryview.c
15839                 fix segfault on 'Re_edit'               
15840
15841 2001-08-30 [alfons]
15842
15843         * configure.in, Makefile.am
15844         * tools/Makefile.am
15845                 add tools directory to source distribution
15846
15847 2001-08-30 [paul]
15848
15849         * configure.in
15850                 change to version 0.6.0claws
15851
15852         * sync with sylpheed 0.6.0 release
15853
15854 2001-08-30 [christoph]
15855
15856         * configure.in
15857                 removed autoconf version check
15858
15859 2001-08-30 [paul]
15860
15861         * src/account.c, src/compose.c, src/prefs_common.[ch]
15862         * src/procheader.[ch] src/utils.[ch]
15863                 Enhanced automatic account selection on replies
15864                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15865
15866         * configure.in
15867                 add LDAP and JPilot to the configuration results output.
15868
15869 2001-08-29 [christoph]
15870
15871         * src/summeryview.c
15872                 no bold font for ignored threads
15873
15874 2001-08-29 [paul]
15875
15876         * configure.in
15877                 change to version 0.5.3claws6
15878
15879         * sync with sylpheed 0.5.3cvs10
15880                 src/stringtable.[ch]: New Files
15881
15882         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15883         * src/pixmaps/sylpheed.xpm
15884                 add mini-icons to windows (by Alfons)
15885
15886 2001-08-27 [paul]
15887
15888         * src/mainwindow.c
15889                 new functions: next_labeled_cb(), prev_labeled_cb()
15890
15891         * src/summaryview.c
15892                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15893                 summary_select_next_labeled(), summary_select_prev_labeled()
15894
15895         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15896                 give claws blue folders and a blue trash can
15897
15898 2001-08-27 [paul]
15899
15900         * configure.in
15901                 change to version 0.5.3claws5
15902
15903         * sync with sylpheed 0.5.3cvs9
15904                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15905
15906 2001-08-24 [christoph]
15907
15908         * src/filesel.c
15909                 keep filename when browsing directories
15910                 (not working for user entered filename, but
15911                  for default name and selected filename from
15912                  file list)
15913         * src/mainwindow.c
15914                 fixed wrong spelling "Folllow-up"
15915         * src/mbox_folder.c
15916         * src/procmsg.c
15917         * src/summaryview.c
15918                 fixed new/unread message count with ignored
15919                 threads (2 commits, first didn't notice no
15920                 longer needed decreasing)
15921         * src/inc.c
15922                 readded scrolling of progress dialog
15923                 (lost in sync)
15924
15925 2001-08-24 [paul]
15926
15927         * configure.in
15928                 change to 0.5.3claws4
15929
15930         * sync with sylpheed 0.5.3cvs7
15931
15932 2001-08-24 [christoph]
15933
15934         * src/compose.c
15935                 set request return receipt when replying
15936                 if it is set is the folder prefs of the
15937                 message
15938         * src/inc.c
15939                 disable final error popup if popups are
15940                 disabled in config (again)
15941
15942 2001-08-23 [paul]
15943
15944         * configure.in
15945                 Change version number to 0.5.3claws3
15946
15947         * sync with sylpheed 0.5.3cvs5
15948
15949         * src/mimeview.c
15950                 double quote '%s' in 'gedit %s' to fix bug when
15951                 opening attachment with spaces in the name
15952
15953 2001-08-22 [alte]
15954         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15955           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15956                 initial message templates support
15957
15958
15959 2001-08-22 [paul]
15960
15961         * configure.in
15962                 change version number to 0.5.3claws2
15963
15964         * sync with sylpheed 0.5.3cvs4
15965
15966         * src/procmsg.h src/summaryview.c
15967                 re-implement (un)ignore thread
15968
15969 2001-08-21 [paul]
15970
15971         * src/summaryview.c
15972                 remove unnecessary code
15973         * src/compose.c
15974                 enable 'dynamic' signatures (submitted by
15975                 Eric Limpens <eric@hscg-internet.nl>)
15976
15977 2001-08-21 [paul]
15978
15979         clean up after sync with sylpheed 0.5.3 release
15980
15981         * src/folderview.c
15982                 fix re-introduced font mess, see Christoph's
15983                 entry 2001-06-24
15984
15985         * src/summaryview.c
15986                 remove prev_msgnum
15987                 use sylpheed's small font instead of
15988                 gtk default font for summary view
15989
15990
15991 2001-08-17 [paul]
15992
15993         * configure.in
15994                 add pl to ALL_LINGUAS - sync with main branch
15995
15996         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15997                 Updated. Translations by Jens Oberender, Ricardo Mones
15998                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15999
16000         * po/pl.po  ** NEW FILE **
16001                 sync with the main branch
16002
16003         * src/folderview.c
16004                 fix target folder colorizing and refresh problem
16005
16006
16007 2001-08-17 [christoph]
16008
16009         * src/mainwindow.c
16010                 claws uses 4 colors for target folder coloring.
16011                 arrays were not long enough and destroyed the
16012                 stack causing a segfault.
16013                 target folder colorizing does not work anymore
16014                 for me
16015
16016 2001-08-16 [paul]
16017
16018         * configure.in
16019                 change to version 0.5.3claws1
16020
16021         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16022           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16023           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16024
16025                 sync with sylpheed 0.5.3 release, but keep claws method of
16026                 configuring/saving fonts
16027
16028         * src/addressbook.[ch]
16029                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16030                 in line with a similar change in Hiroyuki's branch
16031
16032         * src/mainwindow.[ch]
16033                 disable main_window_set_thread_option()
16034         * src/prefs_folder_item.c
16035                 comment out &tmps_prefs.enable_thread,
16036         * src/mbox_folder.c, src/procmsg.[ch]
16037                 comment out MSG_IS_IGNORE_THREAD
16038         * src/summaryview.c
16039                 comment out summary_ignore_thread() and summary_unignore_thread()
16040                 comment out MSG_IS_IGNORE_THREAD
16041
16042                 use Hiroyuki's threading instead.
16043
16044
16045
16046 2001-08-15 [paul]
16047
16048         * src/account.c
16049                 use Hiroyuki's 0.5.3 column scheme but also
16050                 include the enable/disable button.
16051         * src/pixmaps/mark.xpm
16052                 add Hiroyuki's amended pixmap
16053
16054 2001-08-13 [christoph]
16055
16056         * src/account.c
16057                 receive at get all column showed wrong state for APOP
16058                 button should only work for POP3 and APOP accounts
16059         * src/prefs_account.c
16060                 added missing preprocessor statement for SSL
16061
16062 2001-08-12 [paul]
16063
16064         * src/account.[ch]
16065                 add 'receive at get all' column and enable/disable
16066                 button.
16067
16068 2001-08-06 [christoph]
16069
16070         * src/account.c
16071                 show usage of SSL in protocol column
16072
16073         * src/imap.c
16074         * src/inc.c
16075                 renamed ssl options
16076
16077         * src/prefs_account.[ch]
16078                 moved ssl options to a new page
16079
16080         * src/send.c
16081         * src/smtp.c
16082         * src/ssl.[ch]
16083                 renamed ssl options
16084                 added support for SMTP STARTTLS command
16085
16086 2001-08-05 [christoph]
16087
16088         * configure.in
16089                 debian autoconf needs version check to find
16090                 correct autoconf version. if the file is
16091                 named configure.in 2.13 is used, which does
16092                 not work with this configure.in script.
16093                 other solution would be to rename the script
16094                 to configure.ac as suggested in the autoconf
16095                 manual.
16096
16097         * src/inc.c
16098                 disable final error popup if popups are
16099                 diabled in config
16100
16101         * src/socket.c
16102                 bugfix in ssl_gets
16103                 fixes IMAP over SSL problem
16104
16105 2001-08-03 [paul]
16106
16107         * configure.in
16108                 change to 0.5.2claws1
16109
16110         * sync with sylpheed 0.5.2cvs1
16111
16112 2001-08-02 [alfons]
16113
16114         * configure.in
16115                 quick fix for ispell detection...
16116
16117 2001-08-01 [paul]
16118
16119         * configure.in
16120                 change to 0.5.1claws4
16121
16122         * sync with sylpheed 0.5.1cvs7
16123
16124 2001-07-31 [alfons]
16125
16126         * src/prefs_common.c, src/prefs_common.h, 
16127           src/gtkspell.c, src/gtkspell.h
16128                 add global spelling checker settings (compose tab) +
16129                 selection of dictionary 
16130           
16131         * configure.in  
16132                 guess valid ispell location
16133
16134 2001-07-31 [paul]
16135
16136         * po/POTFILES.in
16137                 removal of 'src/quote_fmt_parse.c'
16138         * po/de.po
16139                 Updated de.po
16140                 (submitted by Jens Oberender <didge@suse.de>)
16141
16142 2001-07-31 [darko]
16143
16144         * src/folder.[ch]
16145         * src/folderview.[ch]
16146         * src/mainwindow.c
16147         * src/mh.c
16148         * src/prefs_common.[ch]
16149         * src/summaryview.c
16150                 target folder colourization
16151
16152 2001-07-30 [paul]
16153
16154         more sync with Sylpheed 0.5.1cvs6 
16155
16156 2001-07-30 [darko]
16157
16158         * src/mh.c
16159         * src/prefs_folder_item.[hc]
16160         * src/summaryview.c
16161                 shared folders support with a GUI
16162
16163 2001-07-29 [paul]
16164
16165         0.5.1claws3
16166
16167         * sync with Sylpheed 0.5.1cvs6
16168
16169 2001-07-29 [paul]
16170
16171         * po/pt_BR.po
16172                 updated
16173                 (submitted by Fabio Junior Beneditto)
16174
16175 2001-07-28 [paul]
16176
16177         * src/procmime.c
16178         * AUTHORS
16179                 patch to correct bad image mime headers
16180                 (submitted by Don Quijote <dq@searchlores.org>)
16181
16182 2001-07-28 [paul]
16183
16184         * tools/gif2xface.pl   **NEW FILE**
16185         * tools/README
16186                 script to convert file.gif to file.xface for
16187                 use in a custom header.
16188                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16189
16190 2001-07-27 [alfons]
16191         
16192         * configure.in
16193                 change macros for detecting JPilot and LDAP
16194
16195 2001-07-27 [christoph]
16196
16197         * src/filtering.c
16198                 code cleanup (MIN / MAX warning, needed casting)
16199
16200 2001-07-27 [alfons]
16201
16202         * procheader.c
16203                 disallow setting flags when detecting certain headers
16204                 (X-Status, Status, Seen, X-Seen). 
16205         
16206         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16207
16208 2001-07-27 [christoph]
16209
16210         * src/prefs_filter.c
16211         * src/prefs_filtering.c
16212         * src/prefs_matcher.c
16213         * src/prefs_scoring.c
16214                 scroll list when moving rows up or down
16215
16216         * src/imap.c
16217         * src/imap.h
16218         * src/prefs_account.c
16219         * src/prefs_account.h
16220         * src/send.c
16221                 SMTP over SSL (untested, feedback requested)
16222                 IMAP over SSL
16223
16224         * src/ssl.c
16225                 code cleanup
16226
16227 2001-07-26 [alfons]
16228         
16229         * configure.in, acconfig.h
16230                 define CLAWS (need this for main / claws detection)
16231
16232 2001-07-25 [alfons]
16233
16234         * configure.in
16235                 Sylpheed 0.5.1claws2
16236                 
16237         * sync with Sylpheed 0.5.1cvs4
16238
16239 2001-07-25 [christoph]
16240
16241         * src/scoring.c
16242                 fixed segfault
16243                 item->prefs == NULL (don't know why)
16244
16245 2001-07-25 [alfons]
16246
16247         * configure.in
16248                 Sylpheed 0.5.1claws1
16249
16250         * sync with Sylpheed 0.5.1cvs1-3
16251
16252 2001-07-24 [christoph]
16253
16254         * src/folderview.c
16255         * src/prefs_folder_item.[ch]
16256                 added folderitem preferences dialog with
16257                 default To: and auto request return receipt
16258
16259         * src/compose.[ch]
16260         * src/menu.[ch]
16261                 changes to handle new folderitem preferences
16262
16263         * src/mainwindow.c
16264         * src/summaryview.c
16265                 call compose new mail with current folderitem
16266
16267 2001-07-24 [alfons]
16268
16269         Release Sylpheed 0.5.1claws
16270
16271         * configure.in
16272                 change to release version 0.5.1claws
16273
16274 2001-07-24 [christoph]
16275
16276         * src/summaryview.c
16277                 fixed segfault that happend when the selected
16278                 message was removed while retrieving new messages.
16279
16280         * po/es.po
16281                 updated translation
16282                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16283
16284 2001-07-22 [alfons]
16285
16286         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16287         this is a work in progress, for more information: http://nlpagan.net/sylman 
16288         
16289         * configure.in, src/mainwindow.c, manual/Makefile.am
16290                 add support for English manual
16291
16292         * AUTHORS
16293                 add authors of user manuals
16294
16295         * manual/en/sylpheed*.html
16296                 add English documentation
16297
16298 2001-07-22 [christoph]
16299
16300         * po/POTFILES.in
16301                 added src/ssl.c
16302         * src/ssl.c
16303                 changed a wrong debug message
16304
16305 2001-07-22 [alfons]
16306
16307         * po/nl.po
16308                 update Dutch translation
16309
16310         * src/prefs_filtering.c, 
16311           src/prefs_matcher.c
16312                 add more translatable strings           
16313
16314 2001-07-21 [alfons]
16315
16316         0.5.0claws7
16317
16318         * configure.in
16319                 change version
16320
16321         * src/inc.c, src/summaryview.[ch]
16322                 prevent update of mark file when filtering has done, by
16323                 using a variable; this affects two functions:
16324                         inc.c::inc_finished()
16325                         summaryview.c::summary_show()
16326
16327 2001-07-20 [alfons]
16328
16329         * src/filtering.[ch], src/prefs_filtering.c, 
16330           src/matcher.[ch]
16331                 add filtering action for label coloring 
16332
16333         * po/POTFILES.in
16334                 add labelcolors.c
16335
16336         * added src/labelcolors.c
16337         * added src/labelcolors.h
16338         * src/Makefile.am, src/summaryview.c
16339                 rearrange label coloring code
16340
16341         * src/procmsg.h
16342                 add more parentheses so label colouring works correctly
16343
16344         * src/filtering.c
16345                 don't really delete message, but move it to Trash
16346
16347         * src/prefs_matcher.c
16348                 add quote options to info dialog
16349
16350 2001-07-20 [christoph]
16351
16352         * src/Makefile.am
16353         * src/inc.c
16354         * src/main.[ch]
16355         * src/socket.h
16356         * src/ssl.[ch] (new)
16357                 moved ssl stuff to a seperate file
16358
16359 2001-07-20 [darko]
16360
16361         * src/summaryview.c
16362                 fix show sender using address book with no e-mail
16363                 address in From: field
16364
16365 2001-07-19 [alfons]
16366
16367         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16368                 fix messy handling of escaping... now at least the
16369                 execute command is useful. escape char is '\', we
16370                 accept \n and \r too. 
16371
16372                 Real life example:
16373                 
16374                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16375                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16376
16377 2001-07-18 [alfons]
16378
16379         0.5.0claws6
16380
16381         * src/summaryview.c
16382                 clean up
16383
16384         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16385           src/procmsg.[ch]
16386                 revise filtering; currently move, copy, marking have
16387                 been tested. if you like bleeding edge stuff, you
16388                 should definitely go for this version :)
16389
16390         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16391
16392 2001-07-17 [christoph]
16393
16394         * src/utils.c
16395                 timestamp log
16396
16397 2001-07-17 [alfons]
16398
16399         0.5.0claws5
16400
16401         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16402           bits in the mark file, without affecting either branch. Lots of
16403           files changed, also in claws branch.
16404
16405           UNTESTED: use of mbox folders
16406
16407         * src/summaryview.c
16408                 added mark all read; however this was a quick hack used for
16409                 cleaning up mess after initial merge with Hiroyuki
16410
16411         * configure.in
16412                 change claws version number back to 0.5.0claws5 to clear up 
16413                 confusion & pretension (recent release was technically 
16414                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16415
16416 2001-07-16 [alfons]
16417
16418         sync with Hiroyuki's 0.5.0cvs4
16419
16420 2001-07-16 [alfons]
16421
16422         0.5.1claws3
16423
16424         * src/filtering.[ch]
16425                 remove invalid updating of mark files for 
16426                 filter actions MATCHING_ACTION_MOVE and 
16427                 MATCHING_ACTION_DELETE; this should fix the
16428                 folder update bug
16429                 
16430         * src/procmsg.c
16431                 revert Christoph's stab at fixing the folder 
16432                 update bug
16433
16434         * po/POTFILES.in
16435                 add missing files with translatable strings
16436
16437         * src/summaryview.c
16438                 remove debug print
16439
16440 2001-07-15 [alfons]
16441
16442         * src/addr_compl.[ch], src/prefs_filtering.c
16443                 make "filtering pref dialog's destination entry" an
16444                 "address completable entry", if filter destination is 
16445                 an email address
16446
16447         0.5.1claws2
16448         
16449         sync with Hiroyuki's 0.5.0cvs2-3
16450
16451 2001-07-15 [christoph]
16452
16453         * src/procmsg.c
16454                 fixed folder stats update after incorporation
16455
16456 2001-07-15 [alfons]
16457
16458         * src/summaryview.c
16459                 * finish label colouring stuff (for now)
16460                 * fix incorrect colour bug (off by one) 
16461
16462 2001-07-14 [alfons]
16463
16464         * src/mainwindow.c
16465                 change text labels for news and mail message so there's
16466                 plenty of toolbar estate left
16467
16468         * configure.in
16469                 0.5.1claws1
16470
16471         * src/folderview.c
16472           src/folder.[ch]
16473                 sync with Hiroyuki's 0.5.0cvs1
16474
16475         * src/summaryview.c
16476                 more rewrite label colouring
16477
16478 2001-07-14 [alfons]
16479
16480         * src/summaryview.[ch]
16481                 * start rewrite label colouring 
16482                 * fix proper location "Add Sender To Addressbook" menu item
16483
16484 2001-07-13
16485
16486         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16487         (actually this is 0.5.0claws4)
16488
16489 2001-07-13 [alfons]
16490
16491         * po/pt_BR.po
16492                 * fix duplicate message
16493                 * add updated Portugese / Brazilian translation
16494                   submitted by Fabio Junior Beneditto
16495
16496 2001-07-12 [alfons]
16497
16498         * AUTHORS
16499                 add Jens
16500
16501         * po/nl.po
16502                 add updated Dutch translation
16503
16504         * po/de.po
16505                 add updated German translation submitted by Jens
16506
16507 2001-07-11 [alfons]
16508
16509         Prerelease before 0.5.0claws. Please test.
16510         This version is temporarily tagged as VERSION_0_5_0_TEST
16511
16512         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16513           src/prefs_scoring.c, src/prefs_matcher.c, 
16514           src/prefs_filtering.c, src/mbox.c, 
16515           src/main.c, src/inc.c, src/filtering.[ch]
16516                 revert new Hoa's new matcher (does not work yet)
16517
16518         * src/Makefile.am
16519                 clean up
16520
16521 2001-07-10
16522
16523         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16524
16525
16526 2001-07-10 [alfons]
16527
16528         * Makefile.am
16529                 add ChangeLog.claws to EXTRA_DIST
16530         * src/Makefile.am
16531                 add matcher_parser_parse.h to EXTRA_DIST
16532
16533 2001-07-10 [christoph]
16534
16535         * src/inc.c
16536                 add destination folder to table of
16537                 folders that need to be updated after
16538                 incorporation
16539
16540 2001-07-10 [alfons]
16541
16542         * folder.[ch]
16543           folderview.c
16544                 make collapse state of folders and folder items persistent, i.e.
16545                 if you collapse a folder tree, the next time sylpheed-claws starts 
16546                 up the folder tree remains collapsed.  
16547                 
16548 2001-07-10 [christoph]
16549
16550         * acconfig.h
16551         * configure.in
16552                 added --enable-ssl
16553         * src/md5.[ch]
16554                 renamed MD5_CTX to MD5_CTX_syl
16555                 conflicts with a struct in openssl
16556         * src/inc.c
16557         * src/main.[ch]
16558         * src/prefs_account.[ch]
16559         * src/socket.[ch]
16560                 SSL support for POP
16561         * src/mainwindow.c
16562                 fixed compose with current account
16563                 broken by new compose button stuff
16564
16565 2001-07-09 [hoa]
16566
16567         * AUTHORS
16568                 changed my email address
16569
16570         * src/matcher_parser_parse.y
16571                 clean the parser to remove conflicts
16572
16573 2001-07-09 [alfons]
16574
16575         * AUTHORS
16576                 add Match Grun
16577
16578         * configure.in
16579                 fix incorrect description of --enable-ldap parameter
16580
16581         * src/prefs_common.[ch]
16582           src/compose.c
16583                 add experimental option "smart wrapping" which makes the
16584                 compose editor auto wrap.
16585                 
16586                 | TODO: the problem with the buggy cursor handling is caused |
16587                 | by the GtkText. when deleting / backspacing text its       |
16588                 | wrapping algorithm does not take in account the previous   |
16589                 | line. should find a way to hack this in.                   |
16590                 | or should perhaps combine this with the word wrapping      |
16591                 | patch i wrote in january.                                  |
16592
16593         * src/about.c
16594                 show build parameters for LDAP and JPilot
16595
16596         * src/summaryview.c
16597                 revert Christoph's bugfix for selecting next unread message, 
16598                 because folder stats aren't updated correctly
16599
16600 2001-07-08 [hoa]
16601
16602         * src/filtering.c
16603         * src/mainwindow.c
16604         * src/matcher.c
16605         * src/matcher_parser_lex.l
16606         * src/matcher_parser_parse.y
16607         * src/prefs_filtering.c
16608         * src/prefs_scoring.c
16609         * src/scoring.c
16610                 bugfix of the config file parser
16611
16612 2001-07-08 [alfons]
16613
16614         * src/Makefile.am
16615                 added generated matcher sources to BUILT_SOURCES
16616
16617 2001-07-08 [hoa]
16618
16619         * src/Makefile.am
16620         * src/.cvsignore
16621                 added new config file parser
16622
16623         * src/scoring.[ch]
16624         * src/filtering.[ch]
16625         * src/matcher.[ch]
16626         * src/prefs_filtering.c
16627         * src/prefs_matcher.c
16628         * src/prefs_scoring.c
16629         * added src/matcher_parser.h
16630         * added src/matcher_parser_lex.h
16631         * added src/matcher_parser_lex.l
16632         * added src/matcher_parser_parse.y
16633                 lex & yacc config file parser
16634
16635         * src/mbox.c
16636         * src/inc.c
16637         * src/main.c
16638                 changes prefs_filtering into global_filtering           
16639
16640         * src/summaryview.c
16641                 build threads with subjects only if "Re: " is at the
16642                 beginning of the subject
16643
16644 2001-07-07 [paul]
16645
16646         0.5.0claws
16647
16648         sync with sylpheed 0.5.0
16649                 change of version number only
16650
16651 2001-07-06 [paul]
16652
16653         0.5.0claws5
16654
16655         sync with sylpheed 0.5.0pre5
16656
16657 2001-07-05 [paul]
16658
16659         sync with sylpheed 0.5.0pre4 release
16660                 /po and /manual/ja not sync'ed
16661
16662 2001-07-04 [paul]
16663
16664         more sync with sylpheed 0.5.0pre4
16665
16666 2001-07-03 [christoph]
16667
16668         * src/addressbook.c
16669                 fixed address book broken by address book
16670                 for VCard, JPilot, LDAP
16671
16672 2001-07-03 [alfons]
16673
16674         * src/matcher.c
16675         * src/textview.c
16676                 stopped memory leaks
16677
16678 2001-07-03 [paul]
16679
16680         more sync with sylpheed 0.5.0pre4
16681
16682 2001-07-02 [match]
16683
16684         * included address book patch for VCard, JPilot, LDAP
16685         * pref_common.c - fixed Font options on Display tab (cosmetic)
16686         * alertpanel.c - fixed truncated message
16687
16688 2001-07-02 [christoph]
16689
16690         * src/mbox_folder.c
16691         * src/procmsg.[ch]
16692         * src/summaryview.c
16693                 mark threads for ignoring
16694
16695 2001-07-02 [paul]
16696
16697         0.5.0claws4
16698
16699         * sync with sylpheed 0.5.0pre4
16700                 updated gettext to 0.10.38.
16701
16702 2001-07-01 [paul]
16703
16704         * src/ mainwindow.c
16705         * src/procmsg.h
16706         * src/summaryview.[ch]
16707                 new right-click option: Label.
16708                 substitute for 'Mark-->Mark/Unmark', colours the line.
16709                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16710
16711 2001-07-01 [christoph]
16712
16713         * src/folderview.c
16714                 fixed font for trash
16715         * src/summaryview.c
16716                 move ctree to unread message
16717
16718 2001-07-01 [paul]
16719
16720         * sync with sylpheed 0.5.0pre3 release
16721
16722 2001-06-30 [alfons]
16723
16724         * src/filesel.[ch]
16725         * src/compose.c
16726                 allow inserting / attaching multiple files in
16727                 the composer window
16728
16729 2001-06-30 [paul]
16730
16731         * src/codeconv.c
16732                 small change to Alfons' previous stuff so that it
16733                 actually makes
16734
16735 2001-06-30 [alfons]
16736
16737         * lots of files changed; first attempt to merge the changes
16738           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16739
16740 2001-06-30 [paul]
16741
16742         * po/pt_BR.po
16743                 updated and completed, translations by Fabio
16744                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16745
16746 2001-06-29 [alfons]
16747
16748         * src/compose.c
16749         * src/mimeproc.[ch]
16750                 allow selecting an attached files' mime type from a 
16751                 list of types.
16752
16753 2001-06-29 [paul]
16754
16755         * more sync with sylpheed 0.5.0pre3
16756
16757 2001-06-29 [paul]
16758
16759         * po/pt_BR.po
16760                 merge with sylpheed.pot and pt_BR.po provided by
16761                 Fabio Junior Beneditto.
16762
16763 2001-06-29 [darko]
16764
16765         * src/procmime.c
16766                 make MIME types case insensitive
16767
16768 2001-06-28 [alfons]
16769
16770         * po/nl.po
16771                 merge with sylpheed.pot and old nl.po; translations added.
16772
16773 2001-06-28 [paul]
16774
16775         * more sync with sylpheed 0.5.0pre3
16776
16777 2001-06-27 [alfons]
16778
16779         * src/summaryview.c
16780                 don't crash when removing parent node of messages
16781                 attracted by subject. this was caused by not deleting
16782                 the parent node from the subject line hash table.
16783
16784 2001-06-27 [alfons]
16785
16786         * src/summaryview.c
16787         * src/compose.[ch]
16788         * src/mainwindow.c
16789                 if there are multiple messages selected, allow forwarding
16790                 them as attachments.
16791
16792 2001-06-27 [paul]
16793
16794         * more sync with sylpheed 0.5.0pre3
16795
16796 2001-06-26 [paul]
16797
16798         0.5.0claws3
16799
16800         * sync with sylpheed 0.5.0pre3
16801
16802 2001-06-25 [paul]
16803
16804         * src/mainwindow.c
16805                 fixed 'compose news article' bug
16806                 from icon-and-text toolbar
16807
16808 2001-06-25 [paul]
16809
16810         * sync with sylpheed 0.5.0pre2 release
16811
16812 2001-06-24 [christoph]
16813
16814         * src/prefs_common.c
16815                 bug fix in font selection
16816         * src/folderview.c
16817                 use sylpheed's normal font instead of
16818                 gtk default font for folders without
16819                 new messages
16820
16821 2001-06-24 [alfons]
16822
16823         * src/mainwindow.[ch]
16824                 added composite compose mail / news button (an idea by Leandro
16825                 Pereira <leandro@linuxmag.com.br>)
16826
16827 2001-06-24 [paul]
16828
16829         Added instructions for ldif-to-xml.py
16830
16831         * tools/README
16832
16833 2001-06-23 [alfons]
16834
16835         Some minor things.
16836
16837         * src/pixmaps/stock_news_compose.xpm
16838                 added pixmap by Leandro
16839         * src/prefs_common.c
16840                 tested built-in spelling checker of GCC 3.0 :)
16841         * po/nl.po
16842                 merged dutch translation of sylpheed-main with
16843                 sylpheed.pot
16844
16845 2001-06-23 [paul]
16846
16847         Added tools directory and files.
16848
16849         * tools/filter_conv.pl
16850                 converts old filter system to new filtering system
16851         * tools/ldif-to-xml.py
16852                 converts netscape addressbook to sylpheed addressbook
16853         * tools/README
16854                 descriptions/instructions for above two files
16855
16856 2001-06-23 [christoph]
16857
16858         * src/inc.c
16859         * src/manage_window.[ch]
16860         * src/prefs_common.[ch]
16861                 mail retrieval dialog can be enabled, disabled
16862                 or hidden if non of sylpheed's windows is active
16863
16864 2001-06-22 [paul]
16865
16866         0.5.0claws2
16867
16868         * sync with sylpheed 0.5.0pre2
16869
16870 2001-06-21 [christoph]
16871
16872         * src/summaryview.c
16873                 show recipient on 'from' for all accounts
16874                 
16875         * src/inc.c
16876         * src/prefs_common.[ch]
16877                 disable error popup on mail receive errors
16878
16879 2001-06-21 [alfons]
16880
16881         * src/compose.c
16882                 made the ruler correctly appear and disappear.
16883
16884         * src/Makefile.am
16885                 removed Hoa's work-in-progress-stuff (interesting!) so 
16886                 claws compiles ok.
16887
16888 2001-06-20 [christoph]
16889
16890         * src/inc.c
16891         * src/progressdialog.c
16892                 added scrolled window for list in progressdialog
16893
16894 2001-06-20 [paul]
16895
16896         sync with sylpheed 0.5.0pre1 release
16897
16898 2001-06-20 [christoph]
16899
16900         * src/summeryview.c
16901                 make building threads by subject work when
16902                 thread view is enabled
16903                 
16904         * src/compose.c
16905         * src/prefs_common.[ch]
16906                 automatically select account for mail replys
16907
16908 2001-06-19 [sergey]
16909
16910         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16911         they are filled in from the account settings.
16912
16913 2001-06-19 [paul]
16914
16915         * more sync with sylpheed 0.5.0pre1
16916
16917 2001-06-18 [alfons]
16918
16919         * src/Makefile.am,
16920           src/procmime.c
16921                 added --sysconfdir to CPPFLAGS for pointing to the correct
16922                 location of mime.types. 
16923
16924                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16925                 or ./configure!
16926
16927 2001-06-18 [hoa]
16928
16929         * src/summaryview.c
16930                 fixed some bug when building threads
16931
16932 2001-06-18 [pau]l
16933
16934         * src/prefs_account.c
16935                 UI stuff: More changes to the English
16936
16937 2001-06-18 [paul]
16938
16939         * src/pixmaps/stock_news_compose.xpm: new file
16940         * src/Makefile.am
16941         * src/mainwindow.c
16942         * src/summaryview.c
16943                 Added new icon for Hoa's 'compose a news
16944                 message', plus minor improvements to the
16945                 English
16946
16947         * po/ja.po
16948         * ChangeLog
16949         * ChangeLog.jp
16950                 more sync with sylpheed 0.5.0pre1
16951
16952 2001-06-18 [hoa]
16953
16954         * src/compose.[ch]
16955         * src/mainwindow.c
16956                 Follow-up and reply to
16957
16958         * src/summaryview.[ch]
16959                 Build threads also with subjects
16960
16961 2001-06-17 [hoa]
16962
16963         * src/compose.c
16964                 forwarding use the current account.
16965
16966         * src/mainwindow.c
16967                 the "compose message" button has been replaced with
16968                 "new mail" and "new news" buttons
16969
16970         * src/prefs_common.[ch]
16971                 added a configuration option to use the forward button
16972                 as "forward as attachment"
16973                 changed reply and forward format description
16974
16975         * src/quote_fmt_lex.l
16976         * src/quote_fmt_parse.y
16977                 added message with no signature in format for reply
16978                 and forward.
16979
16980 2001-06-17 [paul]
16981
16982         Minor UI stuff
16983
16984         * src/mainwindow.c
16985         * src/summaryview.c
16986                 Improvements to the English
16987
16988         * src/prefs_common.c
16989                 Improvements to the English and some
16990                 clarity/continuity improvements in the
16991                 description of Quote symbols.
16992
16993 2001-06-17 [paul]
16994
16995         0.5.0claws1
16996
16997         * sync with sylpheed 0.5.0pre1
16998
16999 2001-06-17 [hoa]
17000
17001         * src/compose.c
17002                 Better interface for compose, displayed fields
17003                 are updated whenever we change account.
17004                 Newsgroups field is automatically filled.
17005
17006         * src/mainwindow.c
17007                 Newsgroups field is automatically filled.
17008
17009         * src/prefs_account.c
17010                 Some interface stuff when fields appear and
17011                 disappear.
17012
17013 2001-06-16 [paul]
17014
17015         0.4.99claws
17016
17017         * sync with sylpheed 0.4.99
17018
17019 2001-06-16 [sergey]
17020
17021         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17022         base64_decoder_free, base64_decoder_decode): new object and
17023         functions for decoding base64 streams.
17024         * src/procmime.c (procmime_decode_content): modified to use the
17025         new base64 decoder.
17026
17027 2001-06-15 [paul]
17028
17029         0.4.99claws10
17030
17031         * sync with sylpheed 0.4.99cvs11
17032
17033 2001-06-13 [paul]
17034
17035         0.4.99claws9
17036
17037         * sync with sylpheed 0.4.99cvs9
17038
17039 2001-06-13 [hoa]
17040
17041         * src/compose.c
17042         * src/prefs_account.c
17043
17044                 SMTP server can be defined in the news account
17045                 mime type of attachment are kept.
17046
17047         * src/summaryview.c
17048
17049                 now choose the highest important score between default
17050                 and important score of folder.
17051
17052 2001-06-09 [alfons]
17053         
17054         * src/prefs_common.c: 
17055
17056                 (prefs_quote_description_create): corrected description of 
17057                 quote format characters
17058
17059 2001-06-09 [paul]
17060
17061         0.4.99claws8
17062
17063         * sync with sylpheed 0.4.99cvs8
17064
17065 2001-06-08 [sergey]
17066
17067         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17068         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17069
17070 2001-06-08 [paul]
17071
17072         0.4.99claws7
17073
17074         * sync with sylpheed 0.4.99cvs7
17075
17076 2001-06-06 [sergey]
17077
17078         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17079         clashes with autogenerated header).
17080         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17081         * src/Makefile.am: added quote_fmt.h.
17082         * src/.cvsignore: added lex/yacc autogenerated files
17083         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17084
17085 2001-06-06 [paul]
17086
17087         0.4.99claws6
17088
17089         * sync with sylpheed 0.4.99cvs6
17090
17091 2001-06-06 [hoa]
17092
17093         * added src/quote_fmt_parse.h
17094         * src/compose.c
17095                 removed warnings
17096
17097         * src/prefs.[ch]
17098                 don't modify readonly configuration files
17099
17100         * src/prefs_account.c
17101         * src/prefs_common.c
17102         * src/prefs_customheader.c
17103         * src/prefs_display_header.c
17104         * src/prefs_filter.c
17105         * src/prefs_filtering.c
17106         * src/prefs_scoring.c
17107                 don't open dialog box when configuration files
17108                 are readonly
17109
17110 2001-06-05 [sergey]
17111
17112         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17113
17114         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17115         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17116         BUILT_SOURCES to make all files rebuild properly.
17117
17118         * src/compose.c: removed #include "quote_fmt.tab.h".
17119
17120         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17121         CHARACTER value in yylval.
17122
17123         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17124         receive CHARACTER value by documented means (yylval).
17125
17126         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17127
17128 2001-06-05 [hoa]
17129
17130         * src/Makefile.am
17131                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17132
17133         * src/filtering.c
17134         * src/matcher.c
17135         * src/matcher.h
17136         * src/prefs_filtering.c
17137                 now keep the configuration for execute action
17138
17139         * src/mbox_folder.c
17140                 fixed a warning
17141
17142 2001-06-05 [paul]
17143
17144         * sync with sylpheed 0.4.99cvs5
17145
17146 2001-06-05 [hoa]
17147
17148         * src/Makefile.am
17149                 added quote_fmt.[ch]
17150
17151         * added src/quote_fmt.y
17152         * added src/quote_fmt.l
17153         * added src/quote_fmt.tab.h
17154         * added src/quote_fmt.tab.c
17155         * added src/lex.quote_fmt.c
17156                 parsing configuration for replying
17157                 and forwarding
17158
17159         * src/prefs_common.[ch]
17160                 added configuration UI for replying
17161                 and forwarding
17162
17163         * src/compose.c
17164                 using configuration for replying
17165                 and forwarding
17166
17167 2001-06-04 [hoa]
17168
17169         * src/filtering.c
17170         * src/matcher.c
17171         * src/matcher.h
17172         * src/prefs_filtering.c
17173         * src/prefs_matcher.c
17174         * src/prefs_matcher.h
17175                 action "run a command" for filtering
17176                 and matching with a command.
17177                 fixed the "whole message" matching
17178
17179         * src/mbox_folder.c
17180                 changed temporary filename for security
17181
17182         * src/messageview.c
17183                 queue the notification if it fails to send.
17184
17185         * src/prefs_common.c
17186         * src/prefs_folder_item.c
17187                 changed the default important score             
17188
17189         * src/prefs_scoring.c
17190         * src/scoring.c
17191                 hide kill score input when the folder is not
17192                 a newsgroup
17193
17194 2001-06-03 [alfons]
17195
17196         * src/prefs_common.c:
17197
17198                 (prefs_font_select): pass font name in font entry box to font
17199                 selection dialog.
17200
17201 2001-06-03 [sergey]
17202
17203         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17204
17205 2001-06-03 [paul]
17206
17207         * sync with sylpheed 0.4.99cvs4
17208
17209 2001-06-03 [alfons]
17210
17211         * src/headerwindow.c:
17212
17213                 (headerwindow_show_cb): use the selected summary view item, not
17214                 the displayed item.
17215
17216 2001-06-02 [alfons]
17217
17218         * src/headerwindow.c:
17219
17220                 (headerwindow_show_cb): always try to show msginfo
17221
17222 2001-06-02 [hoa]
17223
17224         * src/compose.c
17225                 keep attached parts when reediting or forwarding.
17226
17227 2001-06-01 [hoa]
17228
17229         * src/folderview.c
17230         * src/prefs_folder_item.[ch]
17231         * src/prefs_scoring.[ch]
17232         * src/scoring.[ch]
17233         * src/summaryview.[ch]
17234         * src/main.c
17235         * src/mainwindow.c
17236         * src/prefs_common.[ch]
17237                 support for folder scoring
17238                 kill score and important score for messages
17239         
17240         * src/prefs_account.c
17241                 some display bug fixed for local account
17242                 preferences
17243
17244 2001-05-31 [alfons]
17245
17246         * src/summaryview.c:
17247
17248                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17249                 sender to address book menu item is disabled.
17250
17251 2001-05-30 [hoa]
17252
17253         * src/filtering.[ch]
17254         * src/summaryview.c
17255                 handling summary menu / filter messages
17256
17257         * src/folder.[ch]
17258                 add some stuff
17259
17260         * src/foldersel.c
17261                 imap folders now appears in list
17262
17263         * src/mbox_folder.c
17264                 doesn't crash if destination mail is not writeable
17265
17266 2001-05-29 [hoa]
17267
17268         * src/compose.c
17269                 removed some warnings
17270
17271         * src/filtering.c
17272         * src/folder.[ch]
17273         * src/prefs_filtering.c
17274                 global string to identify any folders           
17275                 removed some debug info
17276                 filtering to mbox folders is now possible
17277
17278         * src/mainwindow.c
17279                 removed some warnings
17280
17281         * src/mbox_folder.c
17282                 permission on files are changed to read/write for user only,
17283                 nothing for other.
17284                 creation of subfolder is handled better.
17285
17286 2001-05-28 [alfons]
17287
17288         Verified the sync for src/prefs_common.[ch] and
17289         src/prefs_account.[ch]. I believe there were some
17290         minor indentation differences.
17291
17292 2001-05-28 [paul]
17293
17294         0.4.99claws3
17295
17296         * sync with 0.4.99cvs3
17297
17298 2001-05-28 [hoa]
17299
17300         * src/compose.c
17301                 handling flags for mbox format
17302
17303         * src/filtering.c
17304                 use of mark file only for MH format
17305                 handling flags for mbox format
17306                 filtering cannot yet move or copy mails to mbox folders.
17307
17308         * src/folder.[ch]
17309                 changed move_msg, copy_msg,
17310                 move_msgs_with_dest, copy_msgs_with_dest functions
17311                 uses only folder->copy_msg() function
17312                 uses folder->finished_copy() to handle the destination
17313                 folder at the end of the copy or move operation.
17314
17315         * src/foldersel.c
17316                 included mbox directories.
17317
17318         * src/folderview.[ch]
17319         * src/mainwindow.c
17320                 handle folders operation for mbox format
17321
17322         * src/mbox.c
17323                 disable conversion of "From " header
17324
17325         * src/mbox_folder.[ch]
17326                 completion of mbox format handling
17327
17328         * src/mh.c
17329                 changed mh_copy_msg() function and
17330                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17331                 mh_copy_msgs_with_dest()
17332
17333         * src/prefs_filtering.c
17334                 removed some warnings
17335
17336         * src/prefs_matcher.c
17337                 default boolean operation is AND
17338
17339         * src/procheader.c
17340                 handling flags for mbox format
17341                 handling of "From " header
17342
17343         * src/procmsg.[ch]
17344                 removed data field
17345                 added MSG_REALLY_DELETED flags to handle deletion of
17346                 messages in mbox format.
17347
17348         * src/summaryview.c
17349                 handling flags for mbox format
17350                 disable the MSG_DELETED flags when messages
17351                 are deleted in mbox format
17352
17353         * src/textview.c
17354                 "From " headers display fixed.
17355
17356 2001-05-27 [alfons]
17357
17358         * src/textview.c:
17359                 
17360                 (get_email_part): skip quoted email addresses, like in e.g.
17361                 "'alfons@proteus.demon.nl'".
17362
17363 2001-05-26 [alfons]
17364
17365         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17366         and fixing the persistence troubles when using separate windows.
17367
17368         * src/mainwindow.c:
17369         
17370             Added #define SEPARATE_ACTION used in the gtk item factory for 
17371             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17372                 use gtk_item_factory_get_widget_by_action() to get the items.
17373                 
17374             Removed separate_widget_cb from the gtk item factory data   
17375           
17376             (mainwindow_create): connect separate_widget_cb() to check
17377             menu item "toggled" signal. also passing a MainWindow pointer
17378                 as object data for both check menu items.
17379                 
17380             (separate_widget_cb): definition of separate_widget_cb() to match
17381             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17382                 window using gtk_object_get_data(). The type of window separation 
17383                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17384         
17385         * src/prefs_filtering.c,
17386           src/prefs_matcher.c: added horizontal scrollbars
17387
17388 2001-05-25 [darko]
17389
17390         * src/headerview.c
17391                 fix segfault with invalid bold font
17392         * src/summaryview.c
17393                 correctly display summary stats after row is marked
17394
17395 2001-05-23 [sergey]
17396
17397         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17398         encodings with libjconv.
17399
17400 2001-05-23 [hoa]
17401
17402         * src/Makefile.am
17403                 added mbox_folder.[ch]
17404         * src/defs.h
17405                 mbox temporary folder
17406         * src/folder.[ch]
17407         * added src/mbox_folder.[ch]
17408         * src/folderview.c
17409         * src/procheader.[ch]
17410                 added mbox support
17411         * src/mbox.c
17412                 bugfix for file incorporation filtering
17413         * src/imap.c
17414                 enable creation of MBOX
17415         * src/prefs_display_header.c
17416                 enable use of headers like "From "
17417                 something that should be fixed :
17418                         displaying of such headers add an extra space
17419         * src/prefs_folder_item.c
17420                 don't create folders because it is not necessary
17421         * src/procmsg.h
17422                 added data field to MsgInfo for mbox internal use
17423         * src/summaryview.c
17424                 added some support for mbox
17425         * src/utils.[ch]
17426                 added get_mbox_cache_dir() function
17427
17428 2001-05-23 [hiroyuki]
17429
17430         * src/headerwindow.c
17431           src/inc.c
17432           src/main.c
17433           src/mh.c
17434           src/nntp.c
17435           src/procmsg.h
17436           src/session.h
17437           src/socket.[ch]
17438           src/summaryview.c
17439           src/textview.c
17440           src/automaton.c
17441           src/folderview.c: more sync with 0.4.99cvs2.
17442
17443         * src/headerwindow.c: reverted.
17444
17445 2001-05-22 [paul]
17446
17447         0.4.99claws2
17448
17449         * sync with sylpheed 0.4.99cvs2
17450                 * src/news.[ch]
17451                 * src/nntp.[ch]
17452                 * INSTALL
17453                 * INSTALL.jp
17454
17455 2001-05-22 [alfons]
17456
17457         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17458
17459 2001-05-21 [alfons]
17460
17461         Minor things:
17462
17463         * configure.in: if gnome-config not found, "no" is displayed
17464         
17465         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17466
17467         * src/textview.c: now also possible to add mail addresses by right
17468           clicking in the text view
17469
17470         * src/codeconv.c: merged patch which fixes endless loop when encountering
17471           invalid wide characters; from Alte <010@imis.ru>  
17472
17473 2001-05-20 [alfons]
17474
17475         Added installation of gnome specific things:
17476
17477         * Makefile.am: gnome conditional
17478
17479         * configure.in: check for installed gnome
17480
17481         * added sylpheed.png, sylpheed.desktop
17482
17483 2001-05-20 [sergey]
17484
17485         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17486
17487         * src/mainwindow.h (main_window_toolbar_create): created a button
17488         for "Reply to all".
17489         (main_window_set_toolbar_sensitive): enable/disable the new button
17490         appropriately.
17491         (toolbar_reply_to_author_cb): handle the new button.
17492
17493         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17494         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17495         failure).
17496
17497 2001-05-19 [sergey]
17498
17499         * src/compose.h (ComposeReplyMode): new modes
17500         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17501         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17502
17503         * src/compose.c
17504         (compose_send): move some code into a new function:
17505         (compose_current_mail_account): new function.
17506         (compose_reply): new argument to_author, all callers changed; if
17507         to_author==TRUE and account->protocol==A_NNTP, find and use an
17508         appropriate mail account for replying.
17509         (compose_reply_set_entry): new argument to_author; ignore
17510         compose->replyto if to_author==TRUE.
17511
17512         * src/mainwindow.c: new command "Message/Reply to author".
17513         (main_window_set_menu_sensitive): enable/disable it.
17514         (reply_cb): handle it.
17515
17516         * src/summaryview.c: new command "Reply to author".
17517         (summary_set_menu_sensitive): enable/disable it.
17518         (summary_reply_cb): handle it.
17519
17520         * src/account.c (account_find_mail_from_address): new function.
17521
17522 2001-05-18 [paul]
17523
17524         0.4.99claws1
17525
17526         * sync with sylpheed 0.4.99cvs1
17527
17528 2001-05-18 [hoa]
17529
17530         * src/compose.[ch]
17531         * src/filtering.c
17532         * src/summaryview.c
17533                 new filtering action : forward and forward as attachment
17534
17535         * src/main.c
17536                 no need for $DISPLAY when we run sylpheed --help
17537                 call to parse_cmd_opt() is moved
17538
17539         * src/mainwindow.[ch]
17540                 execute button is hidden when immediate execute
17541                 is chosen
17542
17543         * src/mh.c
17544         * src/news.c
17545         * src/prefs_folder_item.c
17546         * src/procmsg.c
17547                 better handling of missing directories
17548
17549         * src/summaryview.c
17550                 reedit is enabled in outbox
17551                 reedit is enabled in queue
17552
17553 2001-05-17 [hoa]
17554
17555         * src/filtering.c
17556         * src/matcher.[ch]
17557         * src/prefs_filtering.c
17558                 changed attachement into attachment
17559
17560 2001-05-17 [alfons]
17561
17562         0.4.67claws4    
17563
17564         * sync with sylpheed 0.4.67cvs9
17565         * sync with sylpheed 0.4.67cvs7-8
17566
17567 2001-05-17 [hoa]
17568
17569         * src/Makefile.am
17570                 added prefs_filtering.c
17571
17572         * src/filtering.[ch]
17573         * src/matcher.[ch]
17574                 removed action : forward_news and forward_news_as_attachement
17575                 (forward and forward_as_attachement can be used instead)
17576
17577         * src/mainwindow.c
17578                 added menu option to access filtering configuration
17579
17580         * src/prefs_account.c
17581                 changed mail_command default to /usr/sbin/sendmail
17582
17583         * added src/prefs_filtering.[ch]
17584                 dialog box for filtering configuration
17585
17586         * src/prefs_matcher.c
17587                 added function prefs_matcher_get_criteria_from_matching()
17588
17589         * src/prefs_scoring.c
17590                 reset the dialog when register or substitute is clicked
17591
17592 2001-05-15 [hoa]
17593
17594         * src/Makefile.am
17595                 added filtering.[ch]
17596         * src/inc.c
17597                 using filering.[ch] instead of filter.[ch]
17598         * src/main.c
17599                 reading new filtering configuration
17600         * src/matcher.[ch]
17601                 added some filtering actions
17602                 and fixed a bug for headers and mail body matching
17603         * src/mbox.c
17604                 using filering.[ch] instead of filter.[ch]
17605         * src/mh.c
17606                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17607         * src/summaryview.c
17608                 some fixes for filtering
17609
17610 2001-05-14 [hiroyuki]
17611
17612         * src/send.c: fixed some weird indentations.
17613           send_message_with_command(): call pclose() only if p != NULL.
17614         * src/textview.c: get_email_part(): modified the code for readability.
17615
17616 2001-05-14 [hiroyuki]
17617
17618         * src/md5global.h
17619           src/md5ify.c
17620           src/md5ify.h: removed from the cvs.
17621
17622 2001-05-13 [sergey]
17623
17624         * src/main.c: include rfc2015.h to avoid compiler warnings.
17625         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17626         the panel is already on screen.
17627         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17628         closing the alert window by ESC as "No".
17629         * src/prefs_common.c (prefs_interface_create): moved return
17630         receipt check button to the correct place.
17631
17632 2001-03-13 [alfons]
17633
17634         * src/prefs_common.c: 
17635                 moved return receipt check button to the Send tab. (prefs_send_create)
17636                 removed the date format ui related globals. (prefs_display_create)
17637
17638         0.4.67claws3
17639         
17640         * sync with sylpheed 0.4.67cvs5-6
17641
17642 2001-05-13 [paul]
17643
17644         * added Alfons' font selection patch
17645
17646         * src/defs.h
17647         * src/headerwindow.c
17648         * src/prefs_common.c
17649         * src/prefs_common.h
17650
17651 2001-05-13 [hoa]
17652         * src/defs.h
17653                 changed version of cache
17654         * src/matcher.[ch]
17655         * src/prefs_matcher.c
17656                 added additionnal matching criteria
17657         * src/procheader.c
17658         * src/procmsg.[ch]
17659         * src/news.c
17660                 added references in MsgInfo
17661
17662 2001-05-12 [hoa]
17663
17664         * src/defs.h
17665                 prepared some things for new filtering
17666         * src/matcher.[ch]
17667                 added some matching properties
17668                 inreplyto need to be enhanced
17669                 prepared some things for new filtering
17670         * src/messageview.c
17671                 added Return-Receipt-To handling
17672         * src/prefs_folder_item.c
17673                 changed default value to TRUE
17674         * src/prefs_matcher.c
17675                 added some matching properties
17676         * src/prefs_scoring.[ch]
17677                 the scoring dialog is finished
17678         * src/procheader.c
17679                 added Return-Receipt-To handling
17680                 Reference need to be added
17681         * src/procmsg.[ch]
17682                 added Return-Receipt-To handling
17683                 added threadscore to get a better score sorting when
17684                 threads are enabled
17685         * src/summaryview.c
17686                 suppressed a bug when we sort the list
17687                 when no folder is opened.
17688                 better score sorting when threads are enabled
17689
17690 2001-05-12 [alfons]
17691
17692         * reverted previous patch because of potential errors 
17693
17694         0.4.67claws2
17695         
17696         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17697                 applied "toggle mail-retrieval dialog window" patch submitted 
17698                 by Eric Limpens <eric@qnt.net>
17699
17700         * sync with sylpheed 0.4.67cvs4
17701
17702 2001-05-12 [sergey]
17703
17704         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17705         some picky compilers.
17706         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17707         * src/grouplist_dialog.c: include alertpanel.h.
17708         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17709         fix compile warning.
17710         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17711         #include "defs.h" before others to prevent the warning of `MIN'
17712         and `MAX' redefinition.
17713
17714 2001-05-11 [hoa]
17715
17716         * src/main.c
17717         * src/messageview.c
17718         * src/prefs_account.c
17719         * src/prefs_display_header.c
17720                 removed warning
17721         * src/Makefile.am
17722                 added prefs_scoring.[ch]
17723         * src/grouplist_dialog.c
17724                 display an error dialog box if the group list
17725                 cannot be fetched.
17726         * src/mainwindow.[ch]
17727                 added main_window_set_thread_option() function
17728                 scoring dialog box enabled
17729         * src/matcher.[ch]
17730                 added flags matching unread /new / marked
17731                 / deleted / replied / forwarded
17732         * src/news.c
17733                 newsgroups are now finally in newscache
17734         * src/prefs_matcher.[ch]
17735                 finished preferences for matching dialog
17736         * added src/prefs_scoring.[ch]
17737                 scoring dialog box completed
17738         * src/scoring.[ch]
17739                 conversion to string : added scoringprop_to_string()
17740                 write config for preferences :
17741                 added prefs_scoring_write_config()
17742         * src/summaryview.c
17743                 threads can be enabled/disabled independently
17744                 for each folder
17745
17746 2001-05-10 [alfons]
17747
17748         0.4.67claws1
17749         
17750         * AUTHORS: 
17751                 thought it would be nice to have a list of all
17752                 contributors (used Changelog as a reference)
17753         
17754         * configure.in: 
17755                 messed up version numbering...
17756
17757         0.4.66claws1
17758
17759         * sync with sylpheed 0.4.67cvs1-3
17760
17761 2001-05-10 [darko]
17762
17763         * src/prefs_common.c:
17764                 better UI for strftime format, double clicking
17765                 on format now inserts the format in text entry
17766                 replaced close button with standard OK/Cancel
17767                 moved date format button to the right of the
17768                 text entry field
17769
17770 2001-05-09 [alfons]
17771
17772         * src/gtkstext.c:
17773                 Ctrl-Home / Ctrl-End have proper cursor navigation
17774
17775 2001-05-09 [hoa]
17776
17777         * src/prefs_matcher.c
17778                 finished UI to define matching properties
17779                 added ok and cancel button
17780         * src/prefs_filter.c
17781                 added ok and cancel button
17782         * src/news.c
17783                 fixed some bug in xhdr parsing
17784
17785 2001-05-08 [alfons]
17786
17787         * src/textview.c: 
17788                 fixed a bug in textview_show_header(), which displayed two colons (':');
17789                 cleaned up some warnings
17790
17791 2001-05-08 [hoa]
17792
17793         * src/Makefile.am
17794                 added prefs_matcher.[ch]
17795                 compilation with -W -Wall
17796         * src/alertpanel.c
17797                 ungrab the mouse events if grabbed - does it
17798                 fix the bug for disposition notification ?
17799         * src/mainwindow.c
17800                 added a menu option to open the matching dialog.
17801         * src/matcher.[ch]
17802                 added matcherprop_to_string() and matcherlist_to_string()
17803                 fixed some bugs, changed the name of some options
17804                 age_sup and age_inf becomes age_greater and age_lower,
17805                 body and messageheaders becomes body_part and headers_part,
17806                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17807         * src/prefs_display_header.c
17808         * src/prefs_headers.c
17809                 fixed a bug that accidentally destroyed dialogs
17810                 when closed them with delete_event
17811                 Added *_deleted() which handle delete_event signal correctly.
17812         * src/prefs_folder_item.[ch]
17813                 added "enable_thread" field for future customization
17814         * added src/prefs_matcher.[ch]
17815                 sample of the UI to define matching properties
17816         * src/procheader.c
17817                 using procheader_headername_equal instead of str*cmp functions
17818                 using procheader_parse_header() function
17819         * src/scoring.c
17820                 using MATCHING_XXX instead of SCORING_XXX
17821         * src/summaryview.c
17822                 display the sender of the news even if this is ourself
17823                 when this is a news message.
17824         * src/textview.c
17825                 using headername_equal() instead of str*cmp functions
17826
17827 2001-05-08 [alfons]
17828
17829         0.4.66claws
17830
17831         * sync with sylpheed 0.4.66
17832         * src/gtkstext.c: trace logs added 
17833
17834 2001-05-08 [sergey]
17835
17836         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17837         signature check popup.
17838         * src/rfc2015.c (check_signature): show signature check popup only
17839         if it is enabled in preferences.
17840
17841 2001-05-07 [alfons]
17842
17843         0.4.66claws4
17844         
17845         * sync with sylpheed 0.4.66cvs6
17846
17847 2001-05-07 [darko]
17848
17849         * src/prefs_common.[ch]: added option to enable/disable
17850           looking up sender name in address book for summary pane
17851         * src/summaryview.c: look up sender in the address book
17852           by using Alfons' address completion code
17853
17854 2001-05-07 [hiroyuki]
17855
17856         * src/inc.h
17857           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17858           member of Pop3State.
17859         * src/news.c: brought #include "defs.h" before #include <glib.h>
17860           to prevent the warning of `MIN' and `MAX' redefinition.
17861
17862 2001-05-06 [hoa]
17863
17864         * removed src/headers_display.[ch]
17865         * removed src/prefs_display_headers.[ch]
17866         * src/inc.c
17867                 use a temporary file in the user directory for mbox import
17868         * src/news.c
17869                 added XHDR support to get "To" and "Cc" headers
17870                 (in order to match news with to or cc field for
17871                 scoring)
17872                 added function news_parse_xhdr() to get XHDR response
17873         * src/nntp.[ch]
17874                 added function nntp_xhdr()
17875         * src/matcher.c
17876                 fetch the message if necessary
17877
17878 2001-05-06 [alfons]
17879
17880         0.4.66claws3
17881
17882         * sync with sylpheed 0.4.66cvs3-5
17883
17884 2001-05-06 [hoa]
17885
17886         * src/utils.[ch]
17887                 added function itos_buf() to enable use of several buffers
17888         * src/summaryview.c
17889                 use of itos_buf() instead of itos() in summary list
17890                 to fix the broken display of message number.
17891
17892 2001-05-06 [alfons]
17893
17894         * src/gtkstext.c: bug in cursor up navigation fixed,
17895                 fixed another unsigned / signed comparison (we're getting there :-)
17896
17897 2001-05-06 [hoa]
17898
17899         * src/Makefile.am
17900                 added scoring.c scoring.h
17901                 prefs_folder_item.c prefs_folder_item.h
17902                 matcher.c matcher.h
17903         * src/defs.h
17904                 added FOLDERITEM_RC SCORING_RC
17905         * src/folder.[ch]
17906                 added prefs field in FolderItem :
17907                 properties for each folder (PrefsFolderItem),
17908                 sorting type and mode were added as the first properties.
17909         * src/main.c
17910                 read config for scoring
17911         * added src/matcher.[ch]
17912                 gives functions to parse configuration file to do
17913                 matching on mails with a list of conditions.
17914         * src/mainwindow.c
17915                 add option to sort by score
17916         * src/prefs_common.[ch]
17917                 added preference option to show score and for
17918                 the score column size
17919         * added src/prefs_folder_item.[ch]
17920                 properties for each folder (PrefsFolderItem),
17921                 sorting type and mode were added as the first properties.
17922         * src/procheader.[ch]
17923                 added procheader_parse_header()
17924                 added procheader_header_free()
17925                 added procheader_headername_equal()
17926                 and made modification to use them.
17927         * src/procmsg.[ch]
17928                 added score field to MsgInfo structure
17929         * added src/scoring.[ch]
17930                 gives functions to parse configuration file to do
17931                 scoring on mails with a list of conditions.
17932         * src/summaryview.[ch]
17933                 save the sorting type and mode for the folder
17934                 added column to display the score of the mail
17935                 added function summary_score_clicked()
17936                 sorting type and mode are restored to the folder
17937                 when it is reopen
17938         * src/textview.c
17939                 use procheader_parse_header(), procheader_headername_equal()
17940                 removed memory leak in text_scan_header when freeing headers
17941         * src/filter.c
17942                 changed the function to match names of headers
17943                 using procheader_headername_equal()
17944
17945         Scoring functions are implemented, an interface is needed
17946         to configure that.
17947
17948 2001-05-04 [alfons]
17949
17950         * src/gtkstext.c: 
17951                 hopefully fixed the row up navigation bug,
17952                 removed adding back / forward lines to cache
17953
17954 2001-05-04 [sergey]
17955
17956         * src/prefs_display_headers.c: user interface changes:
17957         (prefs_display_headers_create): remove unused "Show" check button;
17958         allow reordering of headers by dragging.
17959         (prefs_display_headers_write_config): remove unused variables.
17960         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17961         of lists (not needed with the new UI).
17962         (prefs_display_headers_set_list): scan lists starting from row 0,
17963         not 1 (do not skip "(New)").
17964         (prefs_display_headers_find_header): new function.
17965         (prefs_display_headers_clist_set_row): do not allow duplicates.
17966         (prefs_display_headers_delete_cb): do not skip row 0; treat
17967         closing the alert window by ESC as "No".
17968         (prefs_display_headers_up): do not protect row 0.
17969         (prefs_display_headers_down): do not protect row 0.
17970
17971 2001-05-04 [sergey]
17972
17973         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17974         functions.
17975
17976         * src/summaryview.c
17977         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17978         summary_select_next_marked, summary_select_prev_marked): new
17979         functions.
17980
17981 2001-05-03 [sergey]
17982
17983         * src/news.c: fixed a bug when no article can be fetched after
17984         server timeout if the connection was restored by news_post():
17985         (news_select_group): new function.
17986         (news_fetch_msg): call news_select_group() before fetching
17987         article.
17988         (news_get_uncached_articles): set session->group after successful
17989         GROUP command.
17990
17991 2001-05-03 [hoa]
17992
17993         * src/defs.h
17994         * src/procmsg.[ch]
17995         * src/procheader.c
17996                  changed version of cache, added cc field
17997
17998         * src/prefs_display_headers.c
17999                 the interface was changed
18000
18001         * src/prefs_headers.c
18002                 added cancel button
18003
18004 2001-05-03 [alfons]
18005
18006         * completed sync of sylpheed cvs2
18007         * src/gtkstext.c: updated row up / down cursor navigation
18008         * src/textview.c: re-edited, prepared for fixing the email address
18009                 scanner.
18010
18011 2001-05-03 [darko]
18012
18013         * src/prefs_common.c: use alfons' strftime ui code
18014         entry_datefmt and datefmt_sample widgets have to be
18015         global in this module because of this change
18016
18017 2001-05-03 [hoa]
18018
18019         * src/messageview.c
18020         * src/prefs_common.[ch] added option to activate the return receipt
18021                 feature.
18022
18023 2001-05-02 [alfons]
18024
18025         * src/gtkstext.c: fix for row up/down cursor navigation. 
18026
18027         0.4.66claws2
18028         
18029         * sync with 0.4.66cvs2
18030
18031 2001-05-02 [paul]
18032
18033         added add-sender-to-addressbook patch
18034
18035         * src/addressbook.c
18036         * src/addressbook.h
18037         * src/summaryview.c
18038
18039 2001-05-02 [sergey]
18040
18041         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18042         G_ALERTDISABLE.
18043
18044         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18045         all existing callers changed to pass FALSE; create a check button
18046         to disable the message.
18047         (alertpanel_message_with_disable): new function.
18048         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18049         (alertpanel_button_toggled): new function.
18050         (alertpanel_button_clicked, alertpanel_close): set value using
18051         G_ALERT_VALUE_MASK.
18052
18053         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18054
18055         * src/prefs_common.c (prefs_privacy_create): new check button
18056         checkbtn_gpgme_warning.
18057
18058         * src/main.c (main): moved preferences reading before gpgme
18059         initialization; check prefs_common.gpgme_warning before giving the
18060         GnuPG warning and set it to FALSE if the user wants to disable the
18061         warning.
18062
18063 2001-05-02 [hiroyuki]
18064
18065         * src/prefs_display_headers.c: modified the layout and some labels.
18066
18067 2001-05-02 [sergey]
18068
18069         * src/prefs_account.c (prefs_account_fix_size): new function.
18070         (prefs_account_create): call prefs_account_fix_size(); use
18071         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18072         size when the window is shown for the first time).
18073         (prefs_account_basic_create): changed layout of serv_table; moved
18074         localmbox_entry above smtpserv_entry (logically it replaces
18075         POP3/IMAP server).
18076         (prefs_account_protocol_activated): set sensitivity of
18077         nntpauth_chkbtn according to the protocol (in addition to
18078         hide/show); commented out gtk_table_set_row_spacing() calls.
18079         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18080         not sensitive (fixes a bug with disabled username/password boxes
18081         when editing POP3 account after NNTP with authentication).
18082
18083 2001-05-02 [hoa]
18084
18085         * src/account.c
18086         * src/inc.c
18087         * src/prefs_account.[ch]
18088         * src/send.c
18089                 removed local account without SMTP server
18090                 added option to use mail command instead of a connexion
18091                 to SMTP server when a local account is used
18092         * src/prefs_headers.c
18093                 fixed a bug
18094         * src/news.c
18095                 fixed a bug when connexion immediately closed
18096
18097 2001-05-01 [alfons]
18098
18099         0.4.66claws1
18100         
18101         * sync with 0.4.65
18102
18103 2001-05-01 [sergey]
18104
18105         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18106         widget nntpauth_chkbtn.
18107         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18108         visibility.
18109         (prefs_account_nntpauth_toggled): new function.
18110
18111         * src/news.c (news_session_new_for_folder): use NNTP
18112         authentication only if ac->use_nntp_auth is set.
18113
18114 2001-05-01 [hoa]
18115
18116         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18117         * src/prefs_display_headers.c changed the UI
18118         * src/prefs_headers.c changed account_name to account_id
18119         * src/compose.c using customheader.h
18120
18121 2001-05-01 [hiroyuki]
18122
18123         * src/esmtp.c
18124           src/news.c
18125           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18126           unsynched.
18127
18128 2001-05-01 [hoa]
18129
18130         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18131         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18132                 for displaying of headers
18133         * src/grouplist_dialog.[ch] minor changes to remove warnings
18134         * src/prefs_display_headers.[ch] dialog to choose the
18135         headers to display in the mail viewer.
18136         * src/headers.h correction of #define
18137         * src/headers_display.[ch] configuration for displaying of headers.
18138         * src/main.c read config of displaying of headers
18139         * src/prefs_common.c add a button to access the config dialog
18140                 for displaying of headers
18141         * src/prefs_display_headers.[ch] dialog for configuration for
18142                 displaying of the headers.
18143         * src/prefs_headers.c cleaning of code
18144         * src/procheader.c comments added to code
18145         * src/textview.c changes to reorder the headers depending
18146                 on the config for displaying of headers
18147
18148 2001-04-30 [alfons]
18149
18150         0.4.65claws7
18151
18152         * sync with 0.4.65cvs12
18153
18154         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18155
18156 2001-04-30 [sergey]
18157
18158         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18159
18160         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18161         is set to force reconnection after authentication failure.
18162         (nntp_gen_command): set sock->auth_failed on authentication
18163         failure, or if sock->userid and sock->passwd are not set.
18164
18165         * src/news.c (news_session_new_for_folder): set userid=NULL if
18166         password dialog is cancelled.
18167
18168 2001-04-30 [sergey]
18169
18170         * src/nntp.h (NNTPSockInfo): new type.
18171
18172         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18173         SockInfo.
18174         (nntp_open_auth, nntp_close): new functions.
18175         (nntp_gen_command): new function to handle authentication; all
18176         NNTP command functions updated to use it.
18177         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18178         (nntp_list): removed old useless code.
18179
18180         * src/news.h (NNTPSession): new field nntp_sock.
18181
18182         * src/news.c: all functions updated to use NNTPSockInfo instead of
18183         SockInfo.
18184         (news_session_new): new arguments (userid, passwd); made static;
18185         use nntp_open_auth() if needed.
18186         (news_session_destroy): use nntp_close() instead of sock_close().
18187         (news_query_password): changed arguments.
18188         (news_session_new_for_folder): new function.
18189         (news_session_get): use news_session_new_for_folder().
18190         (news_authenticate): deleted.
18191         (news_get_uncached_articles): removed old authentication code.
18192
18193 2001-04-30 [sergey]
18194
18195         * src/news.c: reverted my previous changes (need to do NNTP
18196         authentication in a cleaner way).
18197         
18198 2001-04-29 [sergey]
18199
18200         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18201         news_nntp_post, news_nntp_mode): new functions (wrappers with
18202         authentication support).
18203         (news_get_article_cmd, news_get_article, news_get_header): new
18204         argument "folder"; all callers changed.
18205         (news_get_article_cmd): added authentication support.
18206         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18207         (news_post): use news_nntp_post() instead of nntp_post().
18208         (news_get_uncached_articles): use news_nntp_group() instead of
18209         nntp_group() and news_nntp_xover() instead of nntp_xover();
18210         removed old authentication code.
18211         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18212
18213         * src/nntp.c (nntp_list): return real error code instead of
18214         hardcoded NN_ERROR.
18215
18216 2001-04-29 [sergey]
18217
18218         * configure.in: fixed wint_t typedef detection again
18219
18220 2001-04-28 [hoa]
18221
18222         * src/prefs_account.[ch], added A_LOCAL_CMD
18223                 (send mail with mail command)
18224         * src/send.c added function send_message_with_command()
18225         * src/inc.c made a more secure get_spool() function with
18226                 mktemp() but maybe mkstemp() or something more
18227                 secure can be used.
18228
18229 2001-04-28 [alfons]
18230
18231         * src/textview.c, colorization of email addresses in headers
18232
18233         0.4.65claws6
18234
18235         * bug sync with sylpheed
18236         * prefs_common.c: created date format ui for darko
18237         * sync with 0.4.65cvs11
18238         * configure.in: corrected to have the new gpg checks
18239
18240 2001-04-27 [alfons]
18241
18242         * completed sync with 0.4.65cvs10
18243         * minor debug things added to gtkstext.c
18244
18245 2001-04-27 [darko]
18246
18247         * configure.in: remove check for availability of
18248           strftime() as advised by Hiroyuki
18249         * src/prefs_common.[ch], src/procheader.c:
18250           synch strftime() code with Hiroyki's main branch
18251
18252 2001-04-26 [sergey]
18253
18254         * src/news.c: news_query_password(), news_authenticate(): new
18255           functions.
18256           news_get_uncached_articles(): added NNTP authentication
18257           handling.
18258         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18259           new functions.
18260         * src/prefs_account.c: prefs_account_protocol_activated():
18261           enable userid and password fields for NNTP.
18262
18263 2001-04-26
18264
18265         * configure.in: check for availability of strftime()
18266           [darko]
18267         * src/prefs_common.[ch], src/procheader.c: use
18268           strftime() for displaying date in summary pane if it
18269           is available
18270
18271 2001-04-25
18272
18273         * more .cvsignore cleanups [alfons]
18274
18275 2001-04-25
18276
18277         * ac/sv-check-type.m4: new autoconf macro.
18278         * configure.in: fixed wint_t typedef detection (did not work
18279           with gcc-2.96).
18280
18281 2001-04-25
18282
18283         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18284           [hiroyuki]
18285
18286 2001-04-24
18287         * modified gtkstext.c : buggy cursor navigation fixed, 
18288           and font descent also taken in account when drawing
18289           cursor. [alfons]
18290
18291 2001-04-24 [hoa]
18292         * added comments in src/news.c src/nntp.c
18293         * added src/prefs_headers.[ch]
18294         * added src/headers.[ch]
18295         * modified compose.c to activate custom headers
18296                 added function is_in_custom_headers
18297         * modified prefs_account.[ch]
18298                 added function prefs_account_customhdr_edit
18299         * modified src/defs.h :
18300                 added HEADERS_RC : name of the config file
18301                 for the custom headers
18302
18303 2001-04-24
18304
18305     0.4.65claws5
18306
18307         * configure.in
18308           src/gtkstext.[ch]
18309           src/compose.c
18310           src/Makefile.am
18311           
18312           added gtkstext with configure.in patch by Hiroyuki which
18313           should fix the XIM detection [alfons]
18314
18315         * more clean up of cvs [alfons]
18316
18317                  * removed all Makefile.in files to attic.
18318
18319                  * updated all .cvsignores to really ignore things that could
18320                    be unintentionally committed by a recursive commit.
18321
18322 2001-04-23 [hoa]
18323         * added src/grouplist_dialog.[ch]
18324         * changed src/folderview.c to call grouplist_dialog instead
18325                 of inputdialog
18326         * src/news.c :
18327                 added functions news_reset_group_list
18328                 and news_get_group_list
18329         * src/nntp.c :
18330                 added function nntp_list
18331         * src/defs.h :
18332                 added GROUPLIST_FILE : name of the newsgroup list cache file
18333
18334 2001-04-21
18335
18336         * added option to warn about queued messages on exit [sergey]:
18337
18338           * src/compose.c: compose_queue(): call folder_item_scan()
18339             and folderview_update_item() after queueing.
18340           * src/folderview.c: folderview_update_node(): draw the queue
18341             folder in bold font if there are queued messages.
18342           * src/mainwindow.c: queued_messages(): new function.
18343             app_exit_cb(): display warning if there are queued messages
18344             if warn_queued_on_exit is set.
18345           * prefs_common.[ch]: add warn_queued_on_exit option.
18346
18347         * enhanced GnuPG key selection support [sergey]:
18348
18349           * src/select-keys.c: updated to newer version from Win32
18350             branch with support for selecting arbitrary keys.
18351           * src/prefs_account.c: added the Privacy tab to the account
18352             options window.
18353             prefs_account_privacy_create(),
18354             prefs_account_sign_key_set_data_from_radiobtn(),
18355             prefs_account_sign_key_set_radiobtn(): new functions.
18356           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18357           * src/rfc2015.c: set_signers(): new function.
18358             pgp_sign(): add the account parameter, call set_signers().
18359             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18360           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18361           * src/compose.c: pass the current account to rfc2015_sign().
18362
18363         * tag name claws added to prevent confusion with main branch [alfons]
18364
18365         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18366
18367         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18368
18369         * sync with recent sylpheed cvs. Untested though. [alfons]
18370