0.9.4claws34
[claws.git] / ChangeLog.claws
1 2003-08-22 [christoph]  0.9.4claws34
2
3         * src/prefs_folder_item.c
4                 use macro to assign strings that always frees the old string
5
6         * src/gtk/gtkaspell.[ch]
7                 add gtkaspell_set_dictionary_menu_active_item() to set active
8                 item in dictionary option menu
9
10         * src/prefs_spelling.c
11                 use gtkaspell_set_dictionary_menu_active_item() to select
12                 dictionary
13
14 2003-08-21 [christoph]  0.9.4claws33
15
16         * src/folder.[ch]
17         * src/imap.c
18         * src/mbox_folder.c
19         * src/mh.c
20         * src/news.c
21                 optimize folder system
22
23         * src/gtk/gtkstext.c
24                 fix division by zero when font has 0 width for ' '
25
26 2003-08-21 [paul]       0.9.4claws32
27
28         * sync with 0.9.4cvs7
29                 see ChangeLog 2003-08-20
30
31 2003-08-19 [paul]       0.9.4claws31
32
33         * src/common/defs.h
34                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
35                 SYLDOC_FAQ_HTML_INDEX.
36         * src/manual.c
37                 use LC_MESSAGES instead of LC_ALL to find the current
38                 language
39
40           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
41
42 2003-08-19 [paul]       0.9.4claws30
43
44         * po/bg.po
45                 updated by George Danchev
46
47 2003-08-18 [luke]       0.9.4claws29
48         * src/mimeview.[ch]
49         * src/gtk/gtkvscrollbutton.[ch]
50                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
51                   dependencies; do it the GTK way; reduce code -14/+2 lines)
52                 o removed horizontal separator between icons
53
54 2003-08-17 [christoph]  0.9.4claws28
55
56         * src/procmsg.c
57                 no subject threading when the subject has no reply prefix
58
59 2003-08-16 [christoph]  0.9.4claws27
60
61         * src/mainwindow.c
62                 remember and restore window sizes and position when the main
63                 window is hidden or shown
64
65         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
66          minimised/reopened using trayicon)
67
68 2003-08-16 [paul]       0.9.4claws26
69
70         * src/crash.c
71                 add #include "defs.h"
72
73 2003-08-16 [paul]       0.9.4claws25
74
75         * src/plugins/clamav/clamav_plugin.c
76                 reword a debug_print
77                 
78         * src/plugins/dillo_viewer/dillo_prefs.c
79                 cosmetic: change the labels' text, add tooltips, and
80                 left-align the hint
81
82 2003-08-15 [christoph]  0.9.4claws24
83
84         * src/news.c
85                 complete last change (forgot some changes)
86
87 2003-08-15 [christoph]  0.9.4claws23
88
89         * src/news.c
90                 o check number of messages and don't return a 0 message
91                   when no messages are available
92                 o don't parse xref header anymore
93
94         (closes Bug 203 I'm not getting any news)
95
96 2003-08-15 [paul]       0.9.4claws22
97
98         * src/common/defs.h
99           src/crash.c
100                 update and define claws bugzilla location
101
102 2003-08-15 [paul]       0.9.4claws21
103
104         * po/ru.po
105                 update submitted by Ruslan N. Balkin
106
107 2003-08-14 [christoph]  0.9.4claws20
108
109         * src/procmsg.c
110                 fix search for oldest node in subject threading
111
112 2003-08-14 [christoph]  0.9.4claws19
113
114         * src/procmsg.c
115         * src/common/utils.h
116                 add possibility to check all nodes with the same subject for
117                 subject threading, not only the oldest node. Should not break
118                 threads anymore if the oldest node is thread_by_subject_max_age
119                 days older then parent, because it can now find a child of
120                 oldest node as new parent.
121
122 2003-08-11 [christoph]  0.9.4claws18
123
124         * src/plugins/spamassassin/spamassassin.c
125                 run spam check in background process
126
127 2003-08-10 [alfons]     0.9.4claws17
128
129         * src/summaryview.c
130                 make `Select All' sensitive too
131
132 2003-08-10 [christoph]  0.9.4claws16
133
134         * src/imap.c
135                 add more checks in imap_close
136
137 2003-08-09 [alfons]     0.9.4claws15
138
139         * src/prefs_spelling.c
140                 no spell checking UI if not requested
141
142 2003-08-09 [alfons]     0.9.4claws14
143
144         * src/gtk/prefswindow.c
145                 make it compile
146
147 2003-08-09 [christoph]  0.9.4claws13
148
149         * src/prefs_spelling.c
150         * src/gtk/prefswindow.[ch]
151         * src/plugins/clamav/clamav_plugin_gtk.c
152         * src/plugins/spamassassin/spamassassin_gtk.c
153                 sort prefs pages by heighest weight in tree
154
155 2003-08-09 [paul]       0.9.4claws12
156
157         * sync with 0.9.4cvs6
158                 see ChangeLog 2003-08-07
159                 
160         * AUTHORS
161                 add Leandro and Luke to claws-branch section
162
163 2003-08-09 [christoph]  0.9.4claws11
164
165         * src/gtk/Makefile.am
166         * src/gtk/colorsel.[ch]                 ** NEW **
167                 create a color selection dialog that can be used as a simple
168                 function call with it's own gtk main loop like filesel.[ch]
169
170         * src/Makefile.am
171         * src/main.c
172         * src/prefs_common.c
173         * src/prefs_spelling.[ch]               ** NEW **
174         * src/prefs_spelling.glade              ** NEW **
175         * src/gtk/gtkutils.[ch]
176                 move "Spell Checker" prefs to new prefs dialog
177
178         * src/prefs_folder_item.c
179                 use new colorsel dialog
180
181 2003-08-08 [paul]       0.9.4claws10
182
183         * src/inc.c
184                 clear the progress bar unconditionally
185
186 2003-08-08 [paul]       0.9.4claws9
187
188         * sync with 0.9.4cvs4
189                 see ChangeLog 2003-07-31
190
191 2003-08-07 [christoph]  0.9.4claws8
192
193         * configure.ac
194                 fix bug in image viewer plugin part
195
196         * src/imap.c
197                 don't execute close command if the folder item is not selected
198
199 2003-08-07 [hoa]        0.9.4claws7
200
201         * src/filtering.[ch]
202         * src/matcher_parser.h
203         * src/matcher_parser_parse.y
204                 can define several actions for each filtering rule
205                 can import old versions of filtering rules
206
207         * src/prefs_filtering.c
208                 call to a new dialog box to define actions
209
210         * src/prefs_filtering_action.[ch]
211                 dialog box to define actions for filtering rules
212
213 2003-08-06 [christoph]  0.9.4claws6
214
215         * src/imap.c
216                 make sure source folder is selected when copying messages
217
218 2003-08-06 [christoph]  0.9.4claws5
219
220         * sync with 0.9.4cvs2
221                 see ChangeLog 2003-07-29                
222
223 2003-08-05 [paul]       0.9.4claws4
224
225         * sync with 0.9.4cvs3
226                 see ChangeLog 2003-07-30
227
228 2003-08-04 [match]      0.9.4claws3
229
230         * po/POTFILES.in
231                 export of LDIF files.
232
233 2003-08-04 [match]      0.9.4claws2
234
235         * src/ldif.[ch]
236                 support for export LDIF. documented.
237         * src/importldif.[ch]
238         * src/exportldif.[ch]
239                 add tooltips. documented.
240         * src/exphtmldlg.[ch]
241         * src/common/xmlprops.[ch]
242                 documented.
243         * src/exportldif.[ch]                   ** NEW **
244         * src/expldifdlg.[ch]                   ** NEW **
245         * src/addressbook.[ch]
246         * src/Makefile.am
247                 export of LDIF files.
248                 documented.
249
250 2003-08-04 [christoph]  0.9.4claws1
251
252         * .cvsignore
253         * Makefile.am
254         * configure.ac
255         * sylpheed-claws.pc.in                  ** NEW **
256         * src/Makefile.am
257         * src/common/Makefile.am
258         * src/gtk/Makefile.am
259                 install sylpheed header files in $(pkgincludedir) and create a
260                 pkg-config file to allow building a plugin without the source
261                 package
262
263 2003-08-04 [paul]       0.9.4claws
264
265         * version 0.9.4claws
266
267 2003-08-04 [paul]       0.9.3claws97
268
269         * po/es.po
270                 update Spanish translation. Submitted by Ricardo
271                 Mones Lastra.
272
273 2003-08-03 [paul]       0.9.3claws96
274
275         * po/hr.po
276           po/sr.po
277                 update Croatian and Serbian translations. Submitted by
278                 Dragan and Urke MMI respectively
279
280 2003-08-03 [alfons]     0.9.3claws95
281
282         * src/summaryview.c
283                 mark flag has precedence over important flag - seems
284                 to have been changed in sync of 0.9.3claws45. this fixes
285                 a regression where messages that were scored as important
286                 don't show their mark flags. (using the same column for
287                 both importance as mark flags is the real problem
288                 ofcourse)
289
290 2003-08-03 [melvin]     0.9.3claws94
291
292         * po/fr.po
293                 Updated French translations.
294
295 2003-08-03 [melvin]     0.9.3claws93
296
297         * src/Makefile.am
298                 Fixed typo introduced after 0.9.3claws92 
299                 that prevented compilation
300                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
301                 CPPFLAGS and YFLAGS to allow user setting these.
302         * src/common/Makefile.am
303         * src/gtk/Makefile.am
304         * src/plugins/clamav/Makefile.am
305         * src/plugins/demo/Makefile.am
306         * src/plugins/dillo_viewer/Makefile.am
307         * src/plugins/image_viewer/Makefile.am
308         * src/plugins/mathml_viewer/Makefile.am
309         * src/plugins/spamassassin/Makefile.am
310         * src/plugins/trayicon/Makefile.am
311         * src/plugins/trayicon/libeggtrayicon/Makefile.am
312                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
313                 CPPFLAGS and YFLAGS to allow user setting these.
314
315 2003-08-02 [christoph]  0.9.3claws92
316
317         * configure.ac
318                 o rearrange plugin tests
319                 o add test for clamav.h to ClamAV tests
320
321 2003-08-02 [luke]       0.9.3claws91
322
323         * src/mimeview.c
324                 o fixed appearance of icon list when toggling back from the 
325                   ctree
326                 o toggling of icons using the keyboard works correctly
327                 o fixed all other keyboard shortcuts to work when icons are
328                   active
329         
330         * src/messageview.c
331                 o fixed bug 4 - focus lost when changing messageview view type
332
333 2003-08-02 [christoph]  0.9.3claws90
334
335         * src/common/hooks.c
336                 fix crash when pointer stored in hash table could get invalid
337                 when a plugin is unloaded
338
339 2003-08-01 [christoph]  0.9.3claws89
340
341         * configure.ac
342                 o try to build all plugins (except spamassassin) by default
343                 o don't build a plugin if a dependency check fails
344
345         * src/common/hooks.c
346                 fix warning
347
348 2003-08-01 [match]      0.9.3claws88
349
350         * src/importldif.c
351                 allow single click field selection. document code.
352
353 2003-08-01 [christoph]  0.9.3claws87
354
355         * src/plugins/clamav/clamav_plugin.c
356         * src/plugins/clamav/clamav_plugin_gtk.c
357         * src/plugins/dillo_viewer/dillo_viewer.c
358         * src/plugins/image_viewer/plugin.c
359         * src/plugins/mathml_viewer/mathml_viewer.c
360         * src/plugins/spamassassin/spamassassin.c
361         * src/plugins/spamassassin/spamassassin_gtk.c
362         * src/plugins/trayicon/trayicon.c
363                 add version check to all plugins
364
365 2003-08-01 [hoa]        0.9.3claws86
366
367         * src/prefs_filtering.c
368                 fixed a cosmetic bug, during creation of dialog box,
369                 wrong widgets were shown after creation.
370
371 2003-08-01 [luke]       0.9.3claws85
372
373         * src/mainwindow.c
374                 o fixed visibility of icons/mimeview after toggling separate
375                   message/folder view (factored out some similar code too).
376
377
378 2003-07-31 [alfons]     0.9.3claws84
379
380         * src/mimeview.c
381                 tweak icon box UI a bit more, now allowing right-clicks actions
382                 getting the relevant mime data too; should fix #250, "Can't save 
383                 attachments sometimes".
384
385 2003-07-30 [alfons]     0.9.3claws83
386
387         * src/compose.c
388                 don't do auto-save-draft inside key press handler, but rather
389                 schedule it half of a second later; should fix #67, "autosave 
390                 make re-rediting message crazy"
391
392 2003-07-30 [christoph]  0.9.3claws82
393
394         * src/plugins/trayicon/trayicon.c
395                 process pending events before unloading the plugin
396
397         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
398
399 2003-07-30 [alfons]     0.9.3claws81
400
401         * src/common/hooks.c
402                 parameter 2 of g_hook_destroy() should really be a hook id
403
404 2003-07-30 [alfons]     0.9.3claws80
405
406         * src/common/plugin.c
407                 fix a possibly harmful function signature mismatch 
408                 for plugin_done
409
410 2003-07-30 [alfons]     0.9.3claws79
411
412         * src/common/hooks[.ch]
413                 const correctness
414
415 2003-07-30 [darko]      0.9.3claws78
416
417         * src/summaryview.c
418                 make it compile again
419
420 2003-07-30 [luke]       0.9.3claws77
421
422         * src/crash.c
423         * src/main.c
424                 o added/moved signal handlers for SIGTERM (normal kill command) 
425                   and SIGINT (ctl-c) to be used even without 
426                   --enable-crash-dialog, fixing bug 166
427
428         * src/summaryview.c
429                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
430                   bug 227
431
432         * src/mainwindow.c
433                 o changed sensitivity condition for 'Next new' and 'Next 
434                   unread', fixing bug 8
435
436 2003-07-29 [alfons]     0.9.3claws76
437
438         * src/common/utils.[ch]
439                 add generate_msgid()
440         * src/messageview.c
441                 save ack'ed RRR; fixes #205, "return receipt is not saved in
442                 sent folder".
443
444 2003-07-29 [alfons]     0.9.3claws75
445
446         * src/messageview.c
447                 fix a memleak (claws-only)
448
449 2003-07-29 [alfons]     0.9.3claws74
450
451         * src/mimeview.[ch]
452         * src/gtk/gtkvscrollbutton.[ch]
453                 fix UI glitch where mime icon toolbox' scroll position is not 
454                 reset after switching to another message
455                 
456
457 2003-07-29 [paul]       0.9.3claws73
458
459         * src/prefs_folder_item.c
460                 split the prefs into 2 separate pages
461
462 2003-07-29 [paul]       0.9.3claws72
463
464         * src/compose.c
465                 prepend "\n\n" to a signature without a separator too
466
467 2003-07-29 [paul]       0.9.3claws71
468
469         * src/compose.c
470                 fix bug where changing to an account without an auto-sig
471                 from an initial account without an auto-sig would insert 
472                 2 blank lines at the cursor point
473                 fix bug where changing to an account with an auto-sig
474                 from an initial account without an auto-sig would insert
475                 the sig at the cursor point
476
477 2003-07-29 [paul]       0.9.3claws70
478
479         * src/folderview.c
480                 use the colour from the folder pref unless the folder
481                 has new messages
482
483 2003-07-29 [alfons]     0.9.3claws69
484
485         * src/procmsg.[ch]
486         * src/messageview.c
487         * src/procheader.c
488                 rewrite return receipt request work a little bit (the former 
489                 implementation presumably depended too much on the UI setting
490                 flags). (we're losing the old pending flag.) 
491
492 2003-07-28 [christoph]  0.9.3claws68
493
494         * src/folder.c
495         * src/imap.c
496         * src/mh.c
497         * src/procmsg.[ch]
498                 fix copy to IMAP folder from other folder
499
500 2003-07-28 [christoph]  0.9.3claws67
501
502         * src/procmsg.c
503                 fix sync of procmsg_get_message_file_list
504
505 2003-07-28 [christoph]  0.9.3claws66
506
507         * sync with 0.9.3cvs14
508                 see ChangeLog 2003-07-18
509         * sync with 0.9.3cvs17
510                 see ChangeLog 2003-07-23
511
512         (closes Bug 234 segmentation fault after sending out mail via
513          smtp(auth))
514
515 2003-07-28 [paul]       0.9.3claws65
516
517         * po/es.po
518                 update Spanish translation, submitted by Ricardo Mones
519                 Lastra
520
521 2003-07-28 [christoph]  0.9.3claws64
522
523         * src/folder.[ch]
524         * src/imap.c
525         * src/mh.c
526                 return new message numbers as a GRelation instead of a GSList
527                 that has to be in the same order as the input list. A list
528                 would make it hard for IMAP to optimize oepration by sorting
529                 the input list. The returned list would have to be reordered
530                 to match the same order that input list has.
531
532         * src/gtk/gtkaspell.c
533                 fix missing return value, could cause a crash when garbage is
534                 on the stack that is used as the expected return value
535
536 2003-07-28 [paul]       0.9.3claws63
537
538         * sync with 0.9.4cvs1
539                 see ChangeLog 2003-07-28
540
541 2003-07-27 [alfons]     0.9.3claws62
542
543         * src/mimeview.c
544                 tweak it more to make icon list act like a check button group
545
546 2003-07-27 [christoph]  0.9.3claws61
547
548         * sync with 0.9.3cvs20
549                 see ChangeLog 2003-07-25
550
551 2003-07-27 [paul]       0.9.3claws60
552
553         * src/procmsg.c
554                 re-commit changes from 0.9.3claws58 -
555                 accidently removed in 0.9.3claws59
556
557 2003-07-27 [paul]       0.9.3claws59
558
559         * src/procmsg.[ch]
560                 a sync from 0.9.3cvs17
561                 see ChangeLog 2003-07-23
562
563 2003-07-27 [alfons]     0.9.3claws58
564
565         * src/procmsg.c
566                 add missing header members to MsgInfo; fixes the problem of 
567                 not displaying X-Faces, as noticed by Ricardo Mones
568
569 2003-07-26 [christoph]  0.9.3claws57
570
571         * sync with 0.9.3cvs18
572                 see ChangeLog 2003-07-24
573
574 2003-07-26 [christoph]  0.9.3claws56
575
576         * sync with 0.9.3cvs17
577                 see ChangeLog 2003-07-23
578
579 2003-07-26 [christoph]  0.9.3claws55
580
581         * src/folder.[ch]
582         * src/imap.c
583         * src/mbox_folder.c
584         * src/mh.c
585         * src/news.c
586                 add support for copy function that copy multiple messages
587                 (not implemented yet)
588
589         * src/summaryview.c
590                 add missing return value
591
592 2003-07-26 [paul]       0.9.3claws54
593
594         * tools/multiwebsearch.pl
595                 do whitespace substitution before passing the string
596                 to the browser. fixes bug with browsers that don't
597                 do whitespace conversion themselves.
598
599 2003-07-25 [christoph]  0.9.3claws53
600
601         * src/folder.[ch]
602         * src/imap.c
603         * src/mh.c
604                 rewrite adding of multiple messages to a folder for
605                 claws' folder system
606
607 2003-07-25 [luke]       0.9.3claws52
608
609         * src/mimeview.c
610                 o icon toggles set correctly on leaving ctree mimeview
611
612 2003-07-25 [paul]       0.9.3claws51
613
614         * partial sync with 0.9.3cvs21 [src/main.c]
615                 see ChangeLog 2003-07-25
616
617 2003-07-24 [paul]       0.9.3claws50
618
619         * tools/maildir2sylpheed.pl
620                 fix typo
621
622 2003-07-24 [paul]       0.9.3claws49
623
624         * src/mimeview.c
625                 increase the gutter size of paned so that the panes
626                 can be resized
627                 
628         * src/plugins/demo/demo.c
629                 squeeze in another typo fix
630
631 2003-07-24 [paul]       0.9.3claws48
632
633         * src/plugins/demo/demo.c
634           src/prefs_account.c
635                 small changes to the English
636                 
637         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
638           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
639           src/Makefile.am
640           src/stock_pixmap.c
641                 rename the misspelled icon
642
643 2003-07-23 [alfons]     0.9.3claws47
644
645         * src/mimeview.c
646                 make icon list look like a list of toggles
647
648 2003-07-23 [luke]       0.9.3claws46
649
650         * src/pixmaps/mimeview_gpg_expired.xpm
651         * src/pixmaps/mimeview_gpg_failed.xpm
652         * src/pixmaps/mimeview_gpg_passed.xpm
653         * src/pixmaps/mimeview_text_html.xpm
654         * src/pixmaps/mimeview_image.xpm
655                 o all icons the same size
656
657         * src/mimeview.[ch]
658                 o mimeview ctree arranged vertically above the viewer
659                 o icons changed to buttons
660                 o can use keyboard to select an icon (Enter)
661                 o resize icon list to width of icons
662
663         *  src/gtk/gtkvscrollbutton.c
664                 o sensitivity of buttons reacts to position
665
666 2003-07-23 [christoph]  0.9.3claws45
667
668         * sync with 0.9.3cvs14 (incomplete)
669                 see ChangeLog 2003-07-17
670
671 2003-07-23 [alfons]     0.9.3claws44
672
673         * src/folder.c
674         * src/procmsg.h
675                 sync with my local tree to restore some claws-only things
676
677 2003-07-23 [paul]       0.9.3claws43
678
679         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
680           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
681           src/Makefile.am
682           src/mimeview.c
683           src/procmime.h
684           src/rfc2015.c
685           src/stock_pixmap.[ch]
686                 indicate missing keys and expired sigs/keys
687                 in mime view column
688
689 2003-07-23 [paul]       0.9.3claws42
690
691         * src/compose.c
692                 Redirect fixes: enable automatic account selection and
693                 do not append signature to message on changing account
694                 fixes Bug[s] #248
695
696 2003-07-23 [paul]       0.9.3claws41
697
698         * sync with 0.9.3cvs16
699                 see ChangeLog 2003-07-23
700
701 2003-07-23 [alfons]     0.9.3claws40
702
703         * src/inc.c
704                 give progress dialog a main window, and give it the first 
705                 one (presumably the only one). fixes bug #247, "segfault on 
706                 pop-before-smtp" 
707
708 2003-07-22 [alfons]     0.9.3claws39
709
710         * src/summaryview.c
711                 shift-space scrolls up
712
713 2003-07-22 [paul]       0.9.3claws38
714
715         * sync with 0.9.3cvs15
716                 see ChangeLog 2003-07-22
717
718 2003-07-20 [alfons]     0.9.3claws37
719
720         * src/compose.c
721                 put menu inside #ifdef USE_ASPELL..#endif
722
723 2003-07-20 [christoph]  0.9.3claws36
724
725         * src/procmsg.c
726                 fix wrong flags in MsgInfo returned by
727                 procmsg_msginfo_get_full_info()
728
729         (closes Bug 221 Deleting messages from the Message View gives incorrect
730          new/unread message counts in the folder view)
731
732         * src/plugins/spamassassin/spamassassin_gtk.c
733                 add gettext macro for prefs page title
734
735 2003-07-20 [paul]       0.9.3claws35
736
737         * src/mimeview.c
738                 redraw icon list on signature check
739
740 2003-07-20 [christoph]  0.9.3claws34
741
742         * src/Makefile.am
743         * src/account.c
744         * src/folder.[ch]
745         * src/folder_item_prefs.[ch]            ** NEW **
746         * src/folderview.c
747         * src/mainwindow.c
748         * src/mh.c
749         * src/prefs_gtk.c
750         * src/prefs_scoring.c
751         * src/summaryview.c
752         * src/prefs_folder_item.[ch]
753                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
754                   Properties dialog
755                 o use prefswindow for folder properties
756
757         * src/gtk/prefswindow.[ch]
758                 change implementation to use an invisible notebook instead
759                 of unparenting widgets
760
761 2003-07-20 [christoph]  0.9.3claws33
762
763         * src/compose.h
764         * src/folder.c
765         * src/folderview.h
766         * src/headerview.h
767         * src/prefs_filtering.h
768         * src/prefs_folder_item.[ch]
769         * src/procmime.h
770         * src/procmsg.h
771         * src/summaryview.h
772                 clean up header mess
773                 (always use 1. typedefs, 2. #includes, 3. structures)
774
775         * src/common/version.h.in
776                 add casts for constants
777
778         * src/plugins/demo/demo.c
779                 fix typo
780
781         * src/plugins/spamassassin/spamassassin.c
782                 remove unused variable
783
784 2003-07-20 [alfons]     0.9.3claws32
785
786         * src/mimeview.c
787                 o make icon buttons respond on left click
788                 o minor cosmetic change
789
790 2003-07-19 [luke]       0.9.3claws31
791
792         * src/mimeview.[ch]
793         * src/gtk/gtkvscrollbutton.c
794         * src/messageview.c
795                 o improved mimeview behaviour when selecting a new message
796                 o plus code cleanups to remove compile warnings
797
798
799 2003-07-19 [alfons]     0.9.3claws30
800
801         * src/procmsg.c
802         * src/compose.c
803         * src/common/utils.[ch]
804                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
805
806 2003-07-19 [alfons]     0.9.3claws29
807
808         * src/prefs_folder_item.c
809                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
810                 string pointers
811
812 2003-07-19 [luke]       0.9.3claws28
813
814         * src/messageview.c
815         * src/mimeview.[ch]
816         * src/procmime.h
817         * src/rfc2015.c
818         * src/stock_pixmap.[ch]
819         * src/gtk/Makefile.am
820         * src/Makefile.am
821         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
822         * src/pixmaps/mime_*.xpm                ** NEW **
823                 o mimeview rearrangement with a new icon shortcut bar
824
825 2003-07-19 [alfons]     0.9.3claws27
826
827         * src/folderview.c
828                 o plug leaking nodes_to_recollapse
829                 o add folderview_recollapse_all_nodes() (not used yet)
830
831 2003-07-19 [alfons]     0.9.3claws26
832
833         * src/compose.c
834         * src/common/utils.c
835                 honour #240 "Better SUBJECT handling" by cleaning the prefix
836                 for both forwarding as replying
837
838 2003-07-18 [christoph]  0.9.3claws25
839
840         * configure.ac
841         * src/common/sylpheed.[ch]
842         * src/common/version.h.in
843                 add version in numeric form to allow easy comparison
844
845         * src/plugins/demo/demo.c
846                 add version check
847                 - sylpheed version > plugin version => never allowed, sylpheed
848                   could contain unknown API changes
849                 - sylpheed version < minimum version required => don't load,
850                   API required not available (if linking does not fail)
851
852 2003-07-18 [alfons]     0.9.3claws24
853         
854         * src/common/plugin.[ch]
855                 const correctness
856
857 2003-07-18 [christoph]  0.9.3claws23
858
859         * src/common/hooks.c
860                 fix crash when hooks where unregisted
861
862         * src/plugins/trayicon/trayicon.c
863                 unregister detroy signal before destroying the widget
864                 (still crashes when the plugin is unloaded)
865
866 2003-07-18 [alfons]     0.9.3claws22
867         
868         * src/folderview.c
869                 delay expanding folder tree during drags until timeout triggered
870                 (needs perhaps some tweaking, so testing is welcome)
871
872 2003-07-17 [alfons]     0.9.3claws21
873
874         * src/folderview.c
875                 clean up cruft
876
877 2003-07-17 [christoph]  0.9.3claws20
878
879         * src/common/session.c
880                 fix opening of SSL connections
881
882         * src/plugins/image_viewer/Makefile.am
883                 add OPENSSL_CFLAGS (we should find a better solution to remove
884                 this dependencies if they are not required)
885
886         * src/plugins/spamassassin/spamassassin.c
887                 remove setlocale workaround (fixed in libspamc)
888
889         (closes Bug Bug 184 Entering non-ascii character deletes previous char
890          if spell checking enabled)
891
892 2003-07-17 [alfons]     0.9.3claws19
893
894         * src/common/hooks.[ch]
895         * src/plugins/clamav/clamav_plugin.c
896         * src/plugins/spamassassin/spamassassin.c
897         * src/plugins/trayicon/trayicon.c
898                 fix signedness muck 
899
900 2003-07-17 [alfons]     0.9.3claws18
901
902         * src/procmime.c
903                 plug memleak
904
905 2003-07-17 [alfons]     0.9.3claws17
906
907         * src/inc.c
908                 plug memleak
909
910 2003-07-17 [paul]       0.9.3claws16
911
912         * src/common/defs.h
913           src/mainwindow.c
914           src/manual.[ch]
915                 add link to the Claws site's FAQ page, after the suggestion
916                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
917                 Move url strings to defs.h
918                 
919         * src/mainwindow.c
920                 fix typo to prevent "unknown menu entry" warnings
921
922 2003-07-17 [alfons]     0.9.3claws15
923
924         * src/folderview.[ch]
925         * src/summaryview.[ch]
926         * src/mimeview.[ch]
927                 plug DnD leaks 
928
929 2003-07-17 [paul]       0.9.3claws14
930
931         * src/inc.c
932                 remove two instances of 'GTK_EVENTS_FLUSH' because
933                 they are unnecessary and probably cause a stack overflow
934
935 2003-07-16 [christoph]  0.9.3claws13
936
937         * src/mimeview.[ch]
938                 use an invisible GTK notebook to switch between viewers
939                 instead of reparenting widgets
940
941 2003-07-16 [christoph]  0.9.3claws12
942
943         * src/folder.c
944                 move folder_item_update_freeze() to correct place in
945                 folder_item_scan_full()
946
947 2003-07-16 [paul]       0.9.3claws11
948
949         * sync with 0.9.3cvs12
950                 see ChangeLog 2003-07-14 and 2003-07-15
951
952 2003-07-16 [christoph]  0.9.3claws10
953
954         * src/imap.[ch]
955         * src/prefs_account.[ch]
956                 sync IMAP CRAM-MD5 authentication with sylpheed-main
957
958 2003-07-15 [alfons]     0.9.3claws9
959
960         * src/main.c
961                 make --config-dir do something useful
962
963 2003-07-15 [alfons]     0.9.3claws8
964
965         * src/procmsg.c
966                 o fix a bug where 'last' didn't really point to the last message
967                   in the top level list of children, but to the last threaded
968                   message. 
969                 
970                 o clean up and make it easier to sync
971
972 2003-07-15 [alfons]     0.9.3claws7
973
974         * src/mainwindow.c
975                 make correct menu items sensitive       
976
977 2003-07-14 [alfons]     0.9.3claws6
978
979         * src/procmsg.c
980                 tune the threader so it will not subject-thread any message
981                 without a subject prefix (this will not thread correctly if 
982                 a parent is delivered after their childs, but it looks 
983                 better right now)
984
985 2003-07-13 [christoph]  0.9.3claws5
986
987         * src/mainwindow.c
988                 group "Add mailbox *..." menu items in submenu
989
990 2003-07-13 [alfons]     0.9.3claws4
991
992         * src/summaryview.c
993                 correct summary_toggle_pressed() signature and make sure
994                 signal is not passed on
995
996 2003-07-13 [alfons]     0.9.3claws3
997
998         * src/summaryview.c
999                 o for now don't pass on keys when they we're handled by 
1000                   ctree::key_press_event
1001                 o clean up
1002
1003 2003-07-13 [alfons]     0.9.3claws2
1004         
1005         * src/main.c
1006                 add command line option "--config-dir" to get the current 
1007                 configuration dir
1008
1009 2003-07-12 [alfons]     0.9.3claws1
1010
1011         * src/matcher.[ch]
1012         * src/matcher_parser_parse.y
1013         * src/prefs_filtering.c
1014         * src/filtering.c
1015                 add "Lock" filter action to lock messages;
1016
1017         * src/filtering.c       
1018                 remove debug_print()    
1019         * src/prefs_filtering.c
1020                 re-organize matcher part 9: 
1021                 make action text entries easily extendible;
1022                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1023                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1024
1025 2003-07-12 [paul]
1026
1027         * tools/README
1028                 update old information and add missing
1029                 information
1030
1031 2003-07-12 [paul]       0.9.3claws
1032
1033         * 0.9.3claws released
1034         
1035 2003-07-12 [paul]       0.9.0claws103
1036
1037         * src/Makefile.am
1038                 add addrquery.h
1039
1040 2003-07-12 [melvin]     0.9.0claws102
1041
1042         * src/messageview.c
1043                 Fixed bug #215: Show MIME tab for single text/html messages. 
1044                 
1045 2003-07-12 [paul]       0.9.0claws101
1046
1047         * man/sylpheed.1
1048                 updated
1049
1050 2003-07-12 [paul]       0.9.0claws100
1051
1052         * po/es.po
1053           po/hr.po
1054           po/pl.po
1055           po/sr.po
1056                 update Spanish, Croatian, Polish, Serbian translations.
1057                 submitted by Ricardo Mones Lastra, Dragan, Witold
1058                 Wladyslaw Wojciech Wilk, Urke MMI
1059
1060 2003-07-12 [melvin]     0.9.0claws99
1061
1062         * po/fr.po
1063                 Updated French translations.
1064
1065 2003-07-12 [paul]       0.9.0claws98
1066
1067         * src/addressbook.c
1068                 disable 'Lookup' button as it has no effect
1069
1070 2003-07-11 [alfons]     0.9.0claws97
1071         
1072         * src/summaryview.c
1073                 summary_searchbar_pressed() should return TRUE to signal that
1074                 event was handled. when returning void, the return value passed
1075                 to GTK is actually random, but maybe FALSE, in which case the
1076                 event is handled by parent
1077                 
1078 2003-07-10 [paul]       0.9.0claws96
1079
1080         * ac/missing/gettext.m4
1081                 update to version 0.12
1082
1083 2003-07-10 [paul]       0.9.0claws95
1084
1085         * src/plugins/clamav/clamav_plugin.c
1086                 fix bug where multipart/alternative messages
1087                 would slip through without being scanned
1088
1089 2003-07-10 [christoph]  0.9.0claws94
1090
1091         * src/folder.c
1092                 correct check if folder supports removing when a message is
1093                 moved. if not the message is only copied.
1094
1095         (closes Bug 132 crash on startup in newsgroups folders)
1096
1097 2003-07-09 [alfons]     0.9.0claws93
1098
1099         * configure.ac
1100         * src/common/defs.h
1101                 --with-config-dir (default .sylpheed)
1102
1103 2003-07-09 [christoph]  0.9.0claws92
1104
1105         * configure.ac
1106                 use PKG_CHECK_MODULES to check for gtkmathview
1107                 (version 0.4.2 now required)
1108
1109 2003-07-08 [melvin]     0.9.0claws91
1110
1111         * src/action.c
1112                 Implemented a progress bar that counts the number of completed
1113                 tasks when the action runs more than one command.
1114
1115 2003-07-08 [alfons]     0.9.0claws90
1116
1117         * src/procmsg.c
1118                 if queued message has an invalid Message-Id, don't try to
1119                 find message it refers to (fixes #209 "crash when processing 
1120                 in folder")
1121
1122 2003-07-08 [paul]       0.9.0claws89
1123
1124         * sync with 0.9.3cvs2
1125                 see ChangeLog 2003-07-08
1126
1127 2003-07-08 [match]      0.9.0claws88
1128
1129         * src/ldapctrl.c
1130                 extend LDAP search for first/last name by parsing search term.
1131
1132 2003-07-08 [alfons]     0.9.0claws87
1133
1134         * src/send_message.c
1135                 fix bug #208 "Status message stuck when sending on POP3 account"
1136
1137 2003-07-07 [paul]       0.9.0claws86
1138
1139         * po/hr.po
1140                 new Croatian translation, submitted by
1141                 Dragan <drleskov@inet.hr>
1142
1143 2003-07-07 [paul]       0.9.0claws85
1144
1145         * sync with 0.9.3cvs1
1146                 see ChangeLog 2003-07-07
1147
1148 2003-07-05 [christoph]  0.9.0claws84
1149
1150         * src/Makefile.am
1151         * src/messageview.c
1152         * src/mimeview.[ch]
1153         * src/stock_pixmap.[ch]
1154         * src/pixmaps/messageview_text.xpm              ** NEW **
1155                 move mimeview tabs to the right side and use icons
1156                 instead of text to save some space
1157
1158         (patch by Luke Plant <lukeplant@softhome.net>)
1159
1160 2003-07-05 [christoph]  0.9.0claws83
1161
1162         * src/inc.c
1163                 add NULL pointer checks
1164
1165         (patch by Luke Plant <lukeplant@softhome.net>)
1166         (closes Bug 204 0.9.0 quits on authentication error?!)
1167
1168 2003-07-05 [alfons]     0.9.0claws82
1169
1170         * configure.ac
1171                 take the clue in bug #202 "./configure script - 
1172                 'if test' comparison failure" reported by John Kristoff. 
1173
1174 2003-07-04 [christoph]  0.9.0claws81
1175
1176         * src/plugins/spamassassin/spamassassin.c
1177                 set timeout for spam check
1178
1179 2003-07-04 [christoph]  0.9.0claws80
1180
1181         * src/main.c
1182                 destroy all FolderItems when shutting down to
1183                 allow folders to clean up
1184
1185 2003-07-04 [melvin]     0.9.0claws79
1186
1187         * src/gtk/gtkaspell.c
1188                 Fixed bug #184 "Entering non-ascii character deletes
1189                 previous char if spell checking enabled": this makes
1190                 the spell checking in multibytes (e.g. UTF-8)locales work.
1191                 (Patch by Luke Plant).
1192                 
1193 2003-07-04 [christoph]  0.9.0claws78
1194
1195         * sync with 0.9.2cvs1
1196                 see ChangeLog 2003-06-10
1197
1198 2003-07-04 [paul]       0.9.0claws77
1199
1200         * sync with 0.9.3 release
1201                 see ChangeLog 2003-07-04
1202
1203 2003-07-03 [christoph]  0.9.0claws76
1204
1205         * src/folder.[ch]
1206         * src/imap.c
1207         * src/mbox_folder.c
1208         * src/mh.c
1209         * src/news.c
1210                 move folder_item_get_path() stuff into a folder virtual function
1211
1212         * src/procmsg.c
1213                 use folder_item_fetch_msg() to get message and do not contruct
1214                 the filename from path and number
1215
1216 2003-07-03 [paul]       0.9.0claws75
1217
1218         * sync with 0.9.2cvs12
1219                 see ChangeLog 2003-07-03
1220
1221 2003-07-02 [paul]       0.9.0claws74
1222
1223         * src/messageview.c
1224                 fix text-selection for replying
1225
1226 2003-07-02 [paul]       0.9.0claws73
1227
1228         * sync with 0.9.2cvs11
1229                 see ChangeLog 2003-07-02
1230
1231 2003-07-02 [paul]       0.9.0claws72
1232
1233         * src/procmsg.c
1234                 revert last commit because it breaks more
1235                 than it fixes
1236
1237 2003-07-02 [paul]       0.9.0claws71
1238
1239         * src/procmsg.c
1240                 fix thread by subject/sort by date
1241
1242 2003-07-01 [paul]       0.9.0claws70
1243
1244         * sync with 0.9.2cvs10
1245                 see ChangeLog 2003-07-01
1246
1247 2003-06-30 [paul]       0.9.0claws69
1248
1249         * sync with 0.9.2cvs9
1250                 see ChangeLog 2003-06-30
1251
1252 2003-06-28 [match]      0.9.0claws68
1253
1254         * src/addressbook.c
1255                 fix null ptr.
1256
1257 2003-06-27 [paul]       0.9.0claws67
1258
1259         * sync with 0.9.2cvs7
1260                 see ChangeLog 2003-06-27
1261
1262 2003-06-26 [christoph]  0.9.0claws66
1263
1264         * src/folder.c
1265                 freeze folder updates while a folder is scanned
1266
1267         (closes Bug 185 New message counter)
1268
1269 2003-06-26 [darko]      0.9.0claws65
1270
1271         * src/ldapserver.c
1272                 fix infinite loop when adding a new LDAP server
1273
1274 2003-06-26 [paul]       0.9.0claws64
1275
1276         * sync with 0.9.2cvs6
1277                 see ChangeLog 2003-06-26
1278
1279 2003-06-26 [paul]       0.9.0claws63
1280
1281         * sync with 0.9.2cvs5
1282                 see ChangeLog 2003-06-25 and 2003-06-26
1283
1284 2003-06-25 [match]      0.9.0claws62
1285
1286         * src/addr_compl.c
1287                 Fixed tab/backtab for dropped-down completion list to
1288                 move next/previous field. (close bug 147)
1289
1290 2003-06-25 [christoph]  0.9.0claws61
1291
1292         * src/addr_compl.[ch]
1293         * src/addrindex.[ch]
1294         * src/folderview.c
1295         * src/inc.c
1296         * src/news.c
1297         * src/summaryview.c
1298         * src/toolbar.c
1299                 fix warnings
1300
1301 2003-06-25 [leandro]    0.9.0claws60
1302
1303         * src/compose.c
1304                 o cleanups
1305                 o gray out "Message/Remove references" menu item if not
1306                   replying to a message
1307
1308 2003-06-24 [leandro]    0.9.0claws59
1309
1310         * src/compose.[ch]
1311                 o removed "Message/Create new thread" menu item
1312                 o added "Message/Remove references" menu item
1313                   (it's off by default and will not check anymore
1314                    if the subject changed)
1315
1316 2003-06-23 [alfons]     0.9.0claws58
1317
1318         * src/procmsg.c
1319                 try better grouping messages threaded by subject based on their age.
1320                 still not perfect - because the message tree is not sorted by date.  
1321
1322 2003-06-23 [thorsten]   0.9.0claws57
1323
1324         * src/pop.[ch]
1325                 added mail_receive_hook to allow modifications
1326                 directly after retrieval (e.g. adding headers).
1327
1328 2003-06-23 [paul]       0.9.0claws56
1329
1330         * src/sourcewindow.c
1331                  enable the use of Ctrl+A to select all text in
1332                  the sourcewindow
1333                  Patch submitted by Ivan Francolin Martinez
1334                  <ivanfm@users.sourceforge.net>
1335
1336 2003-06-22 [christoph]  0.9.0claws55
1337
1338         * src/folder.[ch]
1339                 o add notification hook for folder tree changes
1340                 o invoke hooks after folder tree scanning
1341
1342         * src/folderview.[ch]
1343                 register hook for folder tree changes that
1344                 updates the ctree
1345
1346         (there are more places that should be updated, like add, remove 
1347          or move folder)
1348
1349         (closes Bug 164 Crash on rebuild folder tree)
1350         (closes Bug 190 Crash on 'rebuilding folder tree')
1351
1352 2003-06-21 [leandro]    0.9.0claws54
1353
1354         * src/compose.[ch]
1355                 create a new thread if subject changes
1356                 (it's on by default, can be disabled in Message menu)
1357
1358 2003-06-21 [alfons]     0.9.0claws53
1359
1360         * src/summaryview.c
1361                 quiet little compiler
1362
1363 2003-06-21 [christoph]  0.9.0claws52
1364
1365         update gettext stuff to version 0.12
1366
1367 2003-06-19 [alfons]     0.9.0claws51
1368
1369         * src/common/log.c
1370         * src/common/plugin.c
1371                 move defs.h before glib.h to prevent MIN/MAX redefs
1372
1373 2003-06-19 [alfons]
1374
1375         * src/addressbook.c
1376                 translatable
1377
1378 2003-06-19 [match]      0.9.0claws50
1379
1380         * src/addressbook.[ch]
1381         * src/addrindex.[ch]
1382         * src/addr_compl.[ch]
1383         * src/editldap.[ch]
1384         * src/editldap_basedn.[ch]
1385         * src/addritem.[ch]
1386         * src/ldapquery.h
1387                 re-implemented dynamic LDAP search. works without
1388                 slowdown on display sender with addressbook
1389                 option.
1390         * src/addrbook.c
1391                 documented code.
1392
1393 2003-06-19 [paul]       0.9.0claws49
1394
1395         * src/compose.c
1396                 fix Bug #136 'Nonprovided quotation marks crash claws'
1397                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1398
1399 2003-06-19 [alfons]     0.9.0claws48
1400
1401         * src/prefs_common.[ch]
1402         * src/procmsg.c
1403                 restrict threading by subject by checking thread for
1404                 age (prefs_common.thread_by_subject_max_age)
1405
1406 2003-06-18 [christoph]  0.9.0claws47
1407
1408         * src/imap.c
1409                 fix memory leak in imap_cmd_fetch()
1410
1411 2003-06-18 [christoph]  0.9.0claws46
1412
1413         * src/prefs_gtk.c
1414                 fix memory leak in prefs_set_default() when used multiple
1415                 times or after prefs have been read
1416
1417 2003-06-18 [christoph]  0.9.0claws45
1418
1419         * src/common/plugin.c
1420                 fix memory leak in plugin_unload()
1421
1422 2003-06-18 [christoph]  0.9.0claws44
1423
1424         * src/imap.c
1425                 fix memory leak in imap_cmd_ok()
1426
1427 2003-06-18 [christoph]  0.9.0claws43
1428
1429         * src/folder.c
1430                 stop messages that are downloaded from POP3 and added to
1431                 an IMAP inbox from being filtered twice (first by POP3
1432                 and again when IMAP folder is scaned to get the UID of
1433                 the APPEND operation when no UIDPLUS is available)
1434
1435 2003-06-18 [alfons]
1436
1437         * tools/Makefile.am
1438                 phoenix <- firebird     
1439
1440 2003-06-18 [paul]
1441
1442         * tools/launch_phoenix          ** REMOVED **
1443           tools/launch_firebird         ** NEW **
1444                 renamed and edited to reflect the browser's name change from
1445                 'phoenix' to 'firebird'
1446
1447 2003-06-18 [paul]       0.9.0claws42
1448
1449         * sync with 0.9.2cvs2
1450                 see ChangeLog 2003-06-16
1451
1452 2003-06-17 [alfons]     0.9.0claws41
1453
1454         * src/procmsg.c
1455                 prevent threading problems when a node is an ancestor (parent / great parent),
1456                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1457                 for finding an sample set of messages)
1458
1459 2003-06-16 [christoph]  0.9.0claws40
1460
1461         * src/main.c
1462                 don't popup main window on --receive or --receive-all
1463
1464         * src/mainwindow.[ch]
1465         * src/plugins/trayicon/trayicon.c
1466                 allow hiding of main window by clicking on the trayicon
1467                 (doesn't work correctly in seperate window mode and may
1468                  cause unexpected GTK problems I couldn't find yet)
1469
1470         * src/common/ssl.c
1471                 remove incorrect warning
1472
1473 2003-06-15 [alfons]     0.9.0claws39
1474
1475         * src/gtk/gtkstext.c
1476                 don't output debug text;
1477                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1478                 for pointing this out);
1479
1480 2003-06-14 [alfons]     0.9.0claws38
1481         
1482         * src/messageview.c
1483                 remove printf() and make one if..else comply with coding style
1484
1485 2003-06-14 [alfons]     0.9.0claws37
1486
1487         * AUTHORS
1488                 add Martin Wicke
1489         * src/action.c
1490         * src/messageview.[ch]
1491         * src/summaryview.c
1492                 apply patch #754162 "Quoting messages filtered by actions" submitted
1493                 by Martin Wicke, which allows quoting message body changed by an
1494                 action (Thanks!).
1495
1496 2003-06-13 [alfons]     0.9.0claws36
1497
1498         * src/utils.c
1499                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1500                 use case insensitive regexp (suggested by Ivan Martinez)
1501
1502 2003-06-13 [christoph]  0.9.0claws35
1503
1504         * configure.ac
1505         * src/plugins/trayicon/Makefile.am
1506         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1507         * src/plugins/trayicon/trayicon.c
1508         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1509         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1510         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1511         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1512         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1513         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1514                 replace my own EggTrayIcon backport with the backport
1515                 used by (l|x)mule and gabber.
1516
1517 2003-06-13 [alfons]     0.9.0claws34
1518
1519         * AUTHORS
1520         * src/common/utils.c
1521                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1522
1523 2003-06-13 [alfons]     0.9.0claws33
1524
1525         * src/compose.c
1526                 clean up a little bit
1527
1528 2003-06-12 [alfons]     0.9.0claws32
1529
1530         * src/compose.c
1531                 const correctness fix
1532
1533         * src/common/sylpheed.[ch]
1534                 () -> (void)
1535                 prevent redef MIN/MAX
1536                 
1537         * src/common/utils.[ch]
1538                 () -> (void)
1539
1540 2003-06-12 [melvin]     0.9.0claws31
1541
1542         * src/compose.c
1543                 Updated to take into accounts changes in GtkAspell.
1544
1545 2003-06-12 [alfons]     0.9.0claws30
1546
1547         * src/compose.c
1548         * src/procmsg.c
1549         * src/common/utils.[ch]
1550                 handle reply subject prefixes better (initial 
1551                 suggestion by Robert Story adapted and enhanced 
1552                 using regexps)
1553
1554 2003-06-12 [melvin]     0.9.0claws29
1555
1556         * src/compose.c
1557                 Use new gtkaspell_checkers_strerror() to get the speller's
1558                 error message instead of accessing the (now private)
1559                 checkers structure.
1560                 Minor code clean up
1561
1562         * src/main.c
1563                 Use #ifdef instead of #if for USE_ASPELL
1564                 Use the new spell checkers init/quit functions 
1565
1566         * src/gtk/gtkaspell.c
1567                 Use #ifdef instead of #if for USE_ASPELL
1568                 Moved in the majority of GtkAspell structures that were
1569                 exported before by gtkaspell.h
1570         
1571         * src/gtk/gktaspell.h
1572                 Made gtkaspell.h contain only the necessary data to be
1573                 publicized by moving many structures to gtkaspell.c.
1574                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1575                 gtkaspell_checkers_new(): replaced by...
1576                 gtkaspell_checkers_init(): new function for initialization
1577                 gtkaspell_checkers_delete(): replaced by...
1578                 gtkaspell_checkers_quit(): new function
1579                 gtkaspell_checkers_strerror(): new function that returns
1580                 the checker's last error message.
1581                 
1582 2003-06-11 [melvin]     0.9.0claws28
1583
1584         * po/POTFILES.in
1585                 Updated to take into account gtkaspell.c migration to
1586                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1587
1588 2003-06-10 [alfons]     0.9.0claws27
1589
1590         * src/filtering.[ch]
1591         * src/folder.c
1592         * src/matcher.c
1593         * src/scoring.[ch]
1594                 - try fixing bug #18 (any brave testers?)
1595                 - add more robustness by refusing previously 
1596                   unchecked NULL pointers 
1597
1598 2003-06-10 [alfons]     0.9.0claws26
1599
1600         * src/procmsg.c
1601                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1602
1603 2003-06-09 [alfons]     0.9.0claws25
1604
1605         * src/prefs_common.c
1606                 fix bug #163 "Icon switching doesnt work properly" by 
1607                 preventing early freeing of prefs_common.pixmap_theme_path.
1608
1609 2003-06-09 [christoph]  0.9.0claws24
1610
1611         * src/gtk/gtkaspell.c
1612                 revert Thorsten's fix and add forgotten g_strdup for
1613                 aspell path (it should not be possible to alter the path a
1614                 GtkASpell uses from outside)
1615
1616 2003-06-09 [thorsten]   0.9.0claws23
1617
1618         * src/gtk/gtkaspell.c
1619                 dont free prefs_common.aspell_path when closing compose
1620
1621 2003-06-08 [colin]      0.9.0claws22
1622
1623         * src/plugins/spamassassin/spamassassin.c
1624                 fix prefs types
1625
1626 2003-06-07 [christoph]  0.9.0claws21
1627
1628         * src/Makefile.am
1629         * src/compose.c
1630         * src/gtkaspell.[ch]            ** REMOVE **
1631         * src/gtk/Makefile.am
1632         * src/gtk/gtkaspell.[ch]        ** NEW **
1633                 o make gtkaspell independent from sylpheed's prefs
1634                 o move gtkaspell.[ch] to gtk directory
1635
1636 2003-06-07 [christoph]  0.9.0claws20
1637
1638         * src/Makefile.am
1639         * src/crash.c
1640         * src/export.c
1641         * src/filesel.[ch]              ** REMOVE **
1642         * src/folder.c
1643         * src/main.[ch]
1644         * src/common/sylpheed.[ch]
1645         * src/gtk/Makefile.am
1646         * src/gtk/filesel.[ch]          ** NEW **
1647         * src/gtk/pluginwindow.c
1648         * src/gtk/sslcertwindow.c
1649                 move filesel.[ch] to gtk directory
1650
1651 2003-06-07 [alfons]     0.9.0claws19
1652
1653         * src/filesel.c
1654                 make (multi) file selection dialog work again (Claws-only)
1655
1656 2003-06-07 [thorsten]   0.9.0claws18
1657
1658         * po/de.po
1659                 fix typos
1660
1661 2003-06-07 [alfons]     0.9.0claws17
1662
1663         * configure.ac
1664         * src/mimeview.c
1665                 detect apache mishap in which case don't include fnmatch.h
1666                 if regex.h is already included
1667
1668 2003-06-06 [christoph]  0.9.0claws16
1669
1670         * configure.ac
1671         * src/mimeview.h
1672                 add check for fnmatch.h and include it when available
1673
1674         * src/mimeview.[ch]
1675                 fix wrong case sensitivity of Content-Types
1676
1677         * src/gtk/Makefile.am
1678                 need the same include paths in gtk directory as in
1679                 common directory because .h files in common can
1680                 include files from these directories, when included
1681                 in gtk's .h or .c files
1682
1683 2003-06-06 [alfons]     0.9.0claws15
1684
1685         * src/mimeview.c
1686         * src/summaryview.c
1687                 make it compile again because of regex.h / fnmatch.h 
1688                 include problems (related to recent mime stuff, can
1689                 someone check this?)
1690
1691 2003-06-06 [thorsten]   0.9.0claws14
1692
1693         * src/folderview.c
1694                 possible use of uninitialized pointer while dragging
1695
1696 2003-06-06 [paul]       0.9.0claws13
1697
1698         * src/compose.c
1699                 fix bug where the insert sig button would be effective
1700                 only when auto_sig was set
1701
1702 2003-06-06 [paul]       0.9.0claws12
1703
1704         * sync with 0.9.2 release
1705
1706 2003-06-02 [paul]       0.9.0claws11
1707
1708         * sync with 0.9.1cvs1
1709                 see ChangeLog 2003-06-02
1710                 
1711         * po/de.po
1712                 update by Jens
1713
1714 2003-06-01 [christoph]  0.9.0claws10
1715
1716         * src/account.c
1717                 don't use substring search to find accounts by email address
1718
1719         (closes Bug 169 Overly loose matching of "From" address)
1720
1721 2003-05-31 [christoph]  0.9.0claws9
1722
1723         * doc-src/rfc2683.txt
1724         * src/imap.c
1725                 limit IMAP command length as recommended in RFC2683
1726                 (message number lists will be split into multiple imap
1727                 sets, the limit of 1000 octets is not a hard limit)
1728
1729         (closes Bug 161 sylpheed-claws exits with segfault when logging
1730          in to certain imap-servers)
1731
1732 2003-05-29 [alfons]     0.9.0claws8
1733
1734         * src/toolbar.[ch]
1735                 add print button (calling summary_print());
1736                 fine tune setting tooltip text;
1737                 (if someone needs other buttons, please take these 
1738                 commits as a guide, instead of bothering us - also
1739                 see 0.8.11claws150) 
1740
1741 2003-05-29 [darko]      0.9.0claws7
1742
1743         * src/compose.c
1744                 fix crash when word wrapping kicks in due to
1745                 changed text by spell checker
1746
1747 2003-05-29 [paul]       0.9.0claws6
1748
1749         * src/compose.c
1750                 fix bug where changing account would insert
1751                 sig even if auto_sig was FALSE
1752                 
1753         * ChangeLog
1754           ChangeLog.jp
1755           INSTALL
1756                 sync with 0.9.1 release
1757
1758 2003-05-28 [christoph]  0.9.0claws5
1759
1760         * src/imap.c
1761                 fix truncation of too long commands
1762
1763         (closes Bug 167 IMAP hangs trying to get envelope
1764          information in imap_get_uncached_messages)
1765
1766 2003-05-27 [paul]       0.9.0claws4
1767
1768         * tools/Makefile.am
1769           tools/maildir2sylpheed.pl     ** NEW FILE **
1770                 add kmail to sylpheed mailbox conversion script
1771
1772 2003-05-27 [paul]       0.9.0claws3
1773
1774         * sync with 0.9.0cvs10
1775                 see ChangeLog 2003-05-26
1776
1777 2003-05-26 [paul]       0.9.0claws2
1778
1779         * sync with 0.9.0cvs9
1780                 see ChangeLog 2003-05-26
1781
1782 2003-05-24 [paul]       0.9.0claws1
1783
1784         * sync with 0.9.0cvs8
1785                 see ChangeLog 2003-05-23
1786
1787 2003-05-24 [paul]       0.9.0claws
1788
1789         * version 0.9.0claws released
1790
1791 2003-05-24 [paul]       0.8.11claws177
1792
1793         * src/plugins/dillo-viewer/Makefile.am
1794           src/plugins/traycon/Makefile.am
1795                 add missing files
1796                 
1797         * po/bg.po
1798           po/en_GB.po
1799           po/es.po
1800           po/it.po
1801           po/pt_BR.po
1802           po/ru.po
1803           po/sr.po
1804                 update Bulgarian, British English, Spanish, Italian, 
1805                 Brazilian Portuguese, Russian, and Serbian translations, 
1806                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1807                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1808                 Ruslan N. Balkin, and Urke MMI
1809
1810 2003-05-23 [melvin]     0.8.11claws176
1811
1812         * po/fr.po
1813                 Updated French translations
1814
1815 2003-05-22 [paul]       0.8.11claws175
1816
1817         * src/Makefile.am
1818           src/addrbook.[ch]
1819           src/addrcache.[ch]
1820           src/addr_compl.[ch]
1821           src/adressbook.[ch]
1822           src/addrindex.[ch]
1823           src/addritem.[ch]
1824           src/editaddress.c
1825           src/editgroup.c
1826           src/editldap_basedn.c
1827           src/editldap.c
1828           src/jpilot.c
1829           src/vcard.c
1830                 revert to get ldap into it previous working state
1831                 
1832         * po/zh_TW.Big5.po
1833                 new Taiwanese translation,
1834                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1835
1836 2003-05-22 [christoph]  0.8.11claws174
1837
1838         * src/plugins/spamassassin/libspamc.[ch]
1839                 sync libspamc with SpamAssaain release 2.55
1840
1841 2003-05-22 [paul]       0.8.11claws173
1842
1843         * sync with 0.9.0cvs7
1844                 see ChangeLog 2003-05-22
1845                 
1846         * src/summaryview.c
1847                 revert change in 0.8.11claws172: follow
1848                 Hiroyuki's decision and that's the end of it.
1849
1850 2003-05-21 [paul]       0.8.11claws172
1851
1852         * src/summaryview.c
1853                 fix discrepency between open_unread_on_enter
1854                 and always_show_msg
1855
1856 2003-05-21 [paul]       0.8.11claws171
1857
1858         * sync with 0.9.0cvs6
1859                 see ChangeLog 2003-05-21
1860
1861 2003-05-21 [paul]       0.8.11claws170
1862
1863         * sync with 0.9.0cvs5
1864                 see ChangeLog 2003-05-21
1865
1866 2003-05-20 [paul]       0.8.11claws169
1867
1868         * sync with 0.9.0cvs4
1869                 see ChangeLog 2003-05-20
1870                 fixes bug #152, 'encoding of IMAP folders names'
1871
1872 2003-05-20 [paul]       0.8.11claws168
1873
1874         * sync with 0.9.0cvs3
1875                 see ChangeLog 2003-05-20
1876                 
1877         * src/tools/convert_mbox.pl
1878                 minor change in the comments, submitted by Fred Marton
1879
1880 2003-05-19 [paul]       0.8.11claws167
1881
1882         * src/plugins/clamav/Makefile.am
1883           configure.ac
1884                 link clamav_lib to the plugin and not to the main program
1885
1886 2003-05-19 [christoph]
1887
1888         * src/Makefile.am
1889                 add -export-dynamic for linking
1890
1891 2003-05-19 [paul]       0.8.11claws166
1892
1893         * sync with 0.9.0cvs1
1894                 see ChangeLog 2003-05-19
1895
1896 2003-05-19 [paul]       0.8.11claws165
1897
1898         * src/inc.c
1899                 fix 'pop before smtp' timeout
1900
1901 2003-05-18 [alfons]     0.8.11claws164
1902
1903         * src/prefs_matcher.c
1904                 put "execute" action command line ("expression") in edit box
1905
1906 2003-05-18 [christoph]  0.8.11claws163
1907
1908         * src/mimeview.[ch]
1909         * src/plugins/dillo_viewer/dillo_viewer.c
1910         * src/plugins/image_viewer/viewer.c
1911         * src/plugins/mathml_viewer/mathml_viewer.c
1912                 let a viewer have a list of Content-Types
1913
1914 2003-05-18 [paul]       0.8.11claws162
1915
1916         * src/prefs_filtering.c
1917                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1918                 and REDIRECT actions
1919
1920 2003-05-17 [christoph]
1921
1922         * README.claws
1923                 o remove dynamic signatures that was syned with main
1924                 o add infos about no longer "build in" image viewer
1925                 o update bugtracker URL
1926
1927 2003-05-17 [christoph]  0.8.11claws161
1928
1929         * src/folder.c
1930         * src/folderview.c
1931         * src/imap.c
1932                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1933                 for every folder after rebuilding the folder tree.
1934
1935         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1936          messages)
1937
1938 2003-05-17 [christoph]  0.8.11claws160
1939
1940         * src/imap.c
1941                 don't use STATUS command on current folder to check for
1942                 content changes. imap_cmd_ok() now tracks changes to
1943                 folder and number of existing messages.
1944
1945 2003-05-17 [paul]       0.8.11claws159
1946
1947         * src/plugins/clamav/clamav_plugin.c
1948                 remove unnecessary debug_print
1949
1950 2003-05-16 [thorsten]   0.8.11claws158
1951
1952         * src/plugins/demo.c
1953                 included missing intl.h
1954
1955 2003-05-16 [paul]       0.8.11claws157
1956
1957         * po/POTFILES.in
1958                 remove non-existant entries
1959         
1960         * src/plugins/clamav/clamav_plugin.c
1961           src/plugins/clamav/clamav_plugin_gtk.c
1962           src/plugins/dillo_viewer/dillo_prefs.c
1963           src/plugins/dillo_viewer/dillo_viewer.c
1964                 gettextise
1965
1966 2003-05-16 [christoph]  0.8.11claws156
1967
1968         * po/POTFILES.in
1969                 include plugin .c files for translation until I
1970                 find a better solution to have plugins have their
1971                 own textdomain
1972         * src/plugins/demo/demo.c
1973         * src/plugins/image_viewer/plugin.c
1974         * src/plugins/mathml_viewer/mathml_viewer.c
1975         * src/plugins/spamassassin/spamassassin.c
1976         * src/plugins/spamassassin/spamassassin_gtk.c
1977         * src/plugins/trayicon/trayicon.c
1978                 add gettext macros for plugin name and description
1979
1980 2003-05-16 [paul]
1981
1982         * sync with 0.9.0
1983
1984 2003-05-16 [paul]       0.8.11claws155
1985
1986         * sync with lastest 0.9.0pre1
1987                 see ChangeLog 2003-05-16
1988
1989 2003-05-15 [paul]       0.8.11claws154
1990
1991         * sync with latest 0.9.0pre1
1992                 see ChangeLog 2003-05-14 and 2003-05-15
1993
1994 2003-05-14 [christoph]  0.8.11claws153
1995
1996         * src/plugins/image_viewer/viewer.c
1997         * src/plugins/image_viewer/viewer.glade         ** NEW **
1998         * src/plugins/image_viewer/viewerprefs.c
1999                 make it possible to disable the autoload function in the
2000                 imageviewer again
2001
2002 2003-05-14 [christoph]  0.8.11claws152
2003
2004         * src/folder.c
2005                 fix folder update after adding a message
2006
2007 2003-05-13 [alfons]     0.8.11claws151
2008
2009         * src/common/session.c
2010                 remove debug traces
2011                 
2012         * src/addrcache.[ch]
2013         * src/filtering.[ch]
2014         * src/folder.[c]
2015         * src/gtkaspell.[ch]
2016         * src/imap.[ch]
2017         * src/mbox_folder.[ch]
2018         * src/mh.[ch]
2019         * src/mimeview.h
2020         * src/msgcache.[ch]
2021         * src/news.[ch]
2022         * src/passphrase.[ch]
2023         * src/prefs_common.[ch]
2024         * src/prefs_gtk.[ch]
2025         * src/procmsg.c
2026         * src/scoring.[ch]
2027                 be pedantic; (in prototypes () implies (int))
2028
2029 2003-05-13 [alfons]     0.8.11claws150
2030
2031         * src/prefs_toolbar.[ch]
2032         * src/summaryview.[ch]
2033         * src/toolbar.[ch]
2034                 change misleading text in toolbar prefs;
2035                 add toolbar action for ignore thread (toggles ignore thread flag);
2036                 clean up a little bit;
2037
2038 2003-05-12 [paul]
2039
2040         * tools/convert_mbox.pl
2041                 bug fixed by Fred Marton
2042
2043 2003-05-12 [paul]
2044
2045         * sync with 0.9.0pre1
2046
2047 2003-05-09 [paul]       0.8.11claws149
2048
2049         * sync with 0.8.11cvs43
2050                 see ChangeLog 2003-05-09
2051
2052 2003-05-08 [christoph]  0.8.11claws148
2053
2054         * src/imap.[ch]
2055                 o use CAPABILIY as first command and check for PREAUTH
2056                   information in the response to it
2057                 o rewrite all imap_cmd_* functions to use an IMAPSession
2058                   instead of a SockInfo as parameter
2059                 o do STARTTLS after fetching and checking the server
2060                   capabilities
2061
2062 2003-05-08 [paul]       0.8.11claws147
2063
2064         * tools/Makefile.am
2065           tools/README
2066           tools/convert_mbox.pl         ** NEW FILE **
2067                 add mbox conversion script. Submitted by 
2068                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2069
2070 2003-05-07 [christoph]
2071
2072         * doc-src/glade.txt
2073         * src/gtk/pluginwindow.glade
2074         * src/plugins/image_viewer/viewerprefs.glade
2075         * src/plugins/spamassassin/spamassassin_gtk.glade
2076                 add glade files for user interfaces and a description how
2077                 to use glade to create the sylpheed code
2078
2079 2003-05-07 [paul]       0.8.11claws146
2080
2081         * sync with 0.8.11cvs41
2082                 see ChangeLog 2003-05-07
2083
2084 2003-05-06 [christoph]  0.8.11claws145
2085
2086         * src/main.c
2087         * src/plugins/image_viewer/viewer.c
2088                 fix usage of imlib in imageviewer plugin
2089
2090         * src/gtk/prefswindow.c
2091                 handle window close event correctly
2092
2093 2003-05-06 [paul]       0.8.11claws144
2094
2095         * src/common/ssl.c
2096                 fix typo introduced in sync
2097
2098 2003-05-06 [paul]       0.8.11claws143
2099
2100         * sync with 0.8.11cvs39
2101                 see ChangeLog 2003-05-06
2102
2103 2003-05-06 [paul]       0.8.11claws142
2104
2105         * AUTHORS
2106           po/cs.po
2107                 updated Czech translation, submitted by 
2108                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2109                 
2110         * src/plugins/clamav/clamav_plugin_gtk.c
2111                 clean up
2112
2113 2003-05-03 [alfons]     0.8.11claws141
2114
2115         * src/compose.[ch]
2116                 make paste as quotation work even when the call to 
2117                 text_inserted() was deferred (fixes bug #140 "Paste 
2118                 as quotation does not work when using "external" 
2119                 clipboard")
2120
2121 2003-05-03 [thorsten]   0.8.11claws140
2122
2123         * src/addrquery.h
2124           src/ldapquery.h
2125           src/mainwindow.c
2126                 removed C++ comments
2127         * src/addr_compl.c
2128                 function with non-int retval/param used before
2129                 implementation/declaration
2130
2131 2003-05-02 [paul]       0.8.11claws139
2132
2133         * src/addr_compl.[ch]
2134           src/addressbook.[ch]
2135           src/addrindex.c
2136           src/summaryview.c
2137                 revert match's changes to (finally) remove the bug where
2138                 opening a folder causes massive slowdown when using the 
2139                 'Display sender using address book' option
2140
2141 2003-05-01 [melvin]     0.8.11claws138
2142
2143         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2144         * src/plugins/dillo_viewer/dillo_viewer.c
2145                 Fixed bug where "Cancel" button from prefs issued
2146                 warnings.
2147                 Comply a little more to coding style
2148
2149 2003-05-01 [paul]       0.8.11claws137
2150
2151         * sync with 0.8.11cvs38
2152                 see ChangeLog 2003-05-01
2153
2154 2003-05-01 [paul]       0.8.11claws136
2155
2156         * po/bg.po
2157                 updated by George Danchev
2158
2159 2003-04-30 [christoph]  0.8.11claws135
2160
2161         * src/plugins/dillo_viewer/dillo_prefs.c
2162         * src/plugins/image_viewer/viewerprefs.c
2163         * src/plugins/spamassassin/spamassassin_gtk.c
2164                 remove gtk_widget_ref() calls for widgets in
2165                 glade code
2166
2167 2003-04-30 [paul]       0.8.11claws134
2168
2169         * src/addrindex.c
2170                 ok, this time a better fix for the bug where opening folder
2171                 has massive slowdown when using the 'Display sender using 
2172                 address book' option
2173
2174 2003-04-30 [paul]       0.8.11claws133
2175
2176         * src/addrindex.c
2177                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2178         
2179 2003-04-30 [melvin]     0.8.11claws132
2180
2181         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2182
2183         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2184                 Preferences for the dillo plugin
2185         * src/plugins/dillo_viewer/dillo_viewer.c
2186                 Support for preferences
2187         * src/plugins/dillo_viewer/Makefile.am
2188                 Added dillo_prefs.[ch]
2189
2190 2003-04-30 [alfons]     0.8.11claws131
2191
2192         * src/common/plugin.[ch]
2193                 see? this ANSI C'fication immediately gives us type
2194                 checking for free.
2195
2196 2003-04-30 [alfons]     0.8.11claws130
2197
2198         * src/common/plugin.[ch]
2199         * src/plugins/clamav/clamav_plugin.[ch]
2200         * src/plugins/clamav/clamav_plugin_gtk.c
2201         * src/plugins/demo/demo.c
2202         * src/plugins/dillo_viewer/dillo_viewer.c
2203         * src/plugins/image_viewer/plugin.c
2204         * src/plugins/image_viewer/viewer.[ch]
2205         * src/plugins/image_viewer/viewerprefs.[ch]
2206         * src/plugins/mathml_viewer/mathml_viewer.c
2207         * src/plugins/spamassassin/spamassassin.[ch]
2208         * src/plugins/spamassassin/spamassassin_gtk.c
2209         * src/plugins/trayicon/trayicon.c
2210                 clean up
2211
2212 2003-04-30 [alfons]     0.8.11claws129
2213
2214         * src/common/utils.c
2215                 make is_ascii_str() fail gracefully when NULL pointer
2216                 is passed
2217
2218 2003-04-30 [paul]       0.8.11claws128
2219
2220         * src/addrindex.c
2221                 fix bug where opening folder has massive slowdown when
2222                 using the 'Display sender using address book' option
2223
2224 2003-04-30 [paul]       0.8.11claws127
2225
2226         * src/plugins/clamav/clamav_plugin.c
2227           src/plugins/clamav/clamav_plugin_gtk.c
2228           src/plugins/demo/demo.c
2229           src/plugins/dillo_viewer/dillo_viewer.c
2230           src/plugins/image_viewer/plugin.c
2231           src/plugins/mathml_viewer/mathml_viewer.c
2232           src/plugins/spamassassin/spamassassin.c
2233           src/plugins/spamassassin/spamassassin_gtk.c
2234           src/plugins/trayicon/trayicon.c
2235                 get rid of eye-hurting function signatures
2236
2237 2003-04-30 [paul]       0.8.11claws126
2238
2239         * src/plugins/trayicon/trayicon.c
2240                 add description
2241                 
2242         * src/mimeview.c
2243                 be more descriptive
2244
2245 2003-04-30 [paul]       0.8.11claws125
2246
2247         * configure.ac
2248                 arrange the plugins in reverse alphabetical order
2249                 
2250         * src/plugins/clamav/clamav_plugin.[ch]
2251           src/plugins/clamav/clamav_plugin_gtk.c
2252                 rename some params
2253                 resize max_size window
2254                 re-arrange the order of some gui elements
2255                 improve descriptions
2256         
2257         * src/plugins/image_viewer/plugin.c
2258           src/plugins/mathml_viewer/mathml_viewer.c
2259                 add descriptions
2260                 
2261         * src/plugins/spamassassin/spamassassin_gtk.c
2262                 resize max_size window
2263                 re-arrange the order of some gui elements
2264                 
2265         * src/messageview.c
2266           src/mimeview.c
2267                 correct typos
2268
2269 2003-04-30 [alfons]     0.8.11claws124
2270
2271         * src/imap.c
2272                 fix a leak found while browsing Martin Kluge's 
2273                 valgrind log (Claws only)
2274
2275 2003-04-29 [darko]      0.8.11claws123
2276
2277         * src/gtk/gtkstext.h
2278                 include wchar.h if it is available, fixes compilation
2279                 on HP-UX systems
2280
2281 2003-04-29 [melvin]     0.8.11claws122
2282
2283         * src/prefs_actions.c
2284                 Improved help text of Actions' syntax
2285
2286 2003-04-28 [paul]       0.8.11claws121
2287
2288         * src/action.c
2289                 a better fix for the crash when performing an action
2290                 on a mime part
2291
2292 2003-04-28 [paul]       0.8.11claws120
2293
2294         * src/action.c
2295                 fix crash when performing an action on a
2296                 mime part
2297
2298 2003-04-28 [paul]       0.8.11claws119
2299
2300         * sync with 0.8.11cvs36
2301                 see ChangeLog 2003-04-28
2302
2303 2003-04-27 [paul]       0.8.11claws118
2304
2305         * more sync with 0.8.11cvs35
2306                 see ChangeLog 2003-04-25
2307
2308 2003-04-26 [christoph]  0.8.11claws117
2309
2310         * src/folder.c
2311                 fix remove virtual check
2312
2313 2003-04-26 [paul]       0.8.11claws116
2314
2315         * src/messageview.c
2316                 fix return-receipt, make it work again
2317
2318 2003-04-26 [paul]       0.8.11claws115
2319
2320         * src/mimeview.c
2321                 restore double-clicking of the [application/pgp-signature 
2322                 (Select "Check signature" to check)] line in the message view,
2323                 broken in recent sync
2324
2325 2003-04-26 [christoph]  0.8.11claws114
2326
2327         * src/folder.c
2328                 check if remove virtual really exists before
2329                 calling the function
2330
2331 2003-04-25 [match]      0.8.11claws113
2332
2333         * src/addrindex.c
2334         * src/addrbook.c
2335         * src/ldapquery.[ch]
2336         * src/ldapctrl.[ch]
2337                 fix memleak.
2338         * src/ldapserver.[ch]
2339                 fix memleak. fix segfault.
2340                 plug a Claws memleak
2341
2342 2003-04-25 [alfons]     0.8.11claws112
2343
2344         * src/folder.c
2345                 plug a Claws memleak
2346
2347 2003-04-25 [alfons]     0.8.11claws111
2348
2349         * src/common/session.c
2350                 plug a memleak
2351
2352 2003-04-25 [paul]       0.8.11claws110
2353
2354         * sync with 0.8.11cvs35
2355                 see ChangeLog 2003-04-24 and 2003-04-25
2356                 
2357         * src/gtk/pluginwindow.c
2358                 correct another strange float value
2359
2360 2003-04-24 [christoph]  0.8.11claws109
2361
2362         * src/folder.c
2363                 freeze folder item updates when unsetting new flags
2364
2365         * src/gtk/pluginwindow.c
2366                 correct strange float value
2367
2368 2003-04-23 [paul]       0.8.11claws108
2369
2370         * sync with 0.8.11cvs33
2371                 see ChangeLog 2003-04-23
2372
2373 2003-04-22 [paul]       0.8.11claws107
2374
2375         * src/Makefile.am
2376           src/messageview.c
2377           src/mimeview.c
2378           src/pgptext.[ch]      ** REMOVED **
2379                 remove pgptext.[ch] as its not used any more
2380
2381 2003-04-22 [paul]       0.8.11claws106
2382
2383         * sync with 0.8.11cvs31
2384                 see ChangeLog 2003-04-21 and 2003-04-22
2385
2386 2003-04-21 [alfons]     0.8.11claws105
2387
2388         * src/main.c
2389                 No access to GTK structures if we're a spawned child
2390                 (and clean up code a little bit...) Should fix #126.
2391
2392 2003-04-21 [melvin]     0.8.11claws104
2393
2394         * src/plugins/dillo_viewer/README
2395                 Improved slightly the text.
2396
2397 2003-04-21 [melvin]     0.8.11claws103
2398
2399         * src/plugins/dillo_viewer/README *** NEW ***
2400                 Added a README file for the Dillo plugin
2401
2402 2003-04-20 [paul]
2403
2404         * tools/README
2405           tools/outlook2sylpheed.pl
2406                 updated and improved by Ricardo Mones Lastra
2407
2408 2003-04-18 [oliver]     0.8.11claws102
2409
2410         * src/inc.c 
2411         * src/prefs_account.h
2412                 remove Pop3SessionType (used by selective download)
2413         * src/prefs_toolbar.c
2414                 enable set Default Toolbar button
2415
2416 2003-04-18 [paul]       0.8.11claws101
2417
2418         * sync with 0.8.11cvs29
2419                 see ChangeLog 2003-04-18
2420
2421 2003-04-17 [paul]       0.8.11claws100
2422
2423         * src/prefs_common.[ch]
2424           src/summaryview.c
2425                 remove 'Open next message on deletion' option,
2426                 as the same effect can now be achieved via the
2427                 'Always open messages in summary when selected'
2428                 option.
2429
2430 2003-04-17 [paul]       0.8.11claws99
2431
2432         * sync with 0.8.11cvs28
2433                 see ChangeLog 2003-04-17
2434
2435 2003-04-17 [christoph]  0.8.11claws98
2436
2437         * ac/spamassassin.m4
2438         * src/plugins/spamassassin/libspamc.[ch]
2439         * src/plugins/spamassassin/utils.[ch]
2440                 sync libspamc with SpamAssassin project
2441
2442 2003-04-17 [christoph]  0.8.11claws97
2443
2444         * src/common/socket.h
2445         * src/gtk/sslcertwindow.h
2446                 rename old USE_SSL to USE_OPENSSL
2447
2448 2003-04-17 [paul]       0.8.11claws96
2449
2450         * src/prefs_common.h
2451                 use gulong for P_COLOR so that it compiles/runs on
2452                 64-bit systems. Patch submitted by James Noyes
2453                 <jnoyes-claws@retrogeeks.com>
2454                 
2455         * po/de.po
2456                 updated by Jens
2457
2458 2003-04-17 [paul]       0.8.11claws95
2459
2460         * sync with 0.8.11cvs27
2461                 see ChangeLog 2003-04-16
2462
2463 2003-04-15 [paul]       0.8.11claws94
2464
2465         * src/prefs_common.[ch]
2466                 rearrange to stop the window getting too long:
2467                         move Receive dialog stuff to Receive tab
2468                         move Send dialog to Send tab
2469                         remove Dialogs frame
2470                 rename 'Open messages in summary with cursor keys' to
2471                 'Always open messages in summary when selected', as its
2472                 more appropriate
2473
2474 2003-04-15 [paul]       0.8.11claws93
2475
2476         * src/prefs_common.[ch]
2477           src/summaryview.c
2478                 add new option '/Interface/Open next message on deletion'
2479
2480 2003-04-15 [paul]       0.8.11claws92
2481
2482         * src/summaryview.[ch]
2483                 add /Mark/Lock and /Mark/Unlock to the pop-up
2484                 menu. Patch submitted by Ivan Francolin Martinez
2485                 <ivanfm@users.sourceforge.net>
2486
2487 2003-04-15 [paul]       0.8.11claws91
2488
2489         * sync with 0.8.11cvs24
2490                 see ChangeLog 2003-04-15
2491
2492 2003-04-14 [jens]       0.8.11claws90
2493
2494         * updated German translation and some corrections from
2495                 Roland Bless <bless@tm.uka.de>
2496
2497 2003-04-14 [paul]       0.8.11claws89
2498
2499         * sync with 0.8.11cvs22
2500                 see ChangeLog 2003-04-14
2501
2502 2003-04-13 [paul]       0.8.11claws88
2503
2504         * src/plugins/clamav/clamav_plugin.c
2505                 fix memory leaks
2506                 clean up
2507
2508 2003-04-12 [paul]       0.8.11claws87
2509
2510         * src/plugins/clamav/clamav_plugin.c
2511                 activate enable/disable archive scanning option
2512                 
2513         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2514
2515 2003-04-12 [paul]       0.8.11claws86
2516
2517         * src/plugins/Makefile.am
2518           src/plugins/clamav/Makefile.am                ** NEW FILE **
2519           src/plugins/clamav/README                     ** NEW FILE ** 
2520           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2521           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2522                 add Clam AntiVirus plugin
2523
2524 2003-04-12 [paul]       0.8.11claws85
2525
2526         * sync with 0.8.11cvs21
2527                 see ChangeLog 2003-04-11
2528
2529 2003-04-11 [paul]       0.8.11claws84
2530
2531         * po/es.po
2532                 update Spanish translation. Submitted by Ricardo
2533                 Mones Lastra.
2534
2535 2003-04-10 [christoph]  0.8.11claws83
2536
2537         * src/mbox.c
2538                 fix typo that did not move unfiltered mails to destination
2539                 folder
2540
2541         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2542          when filtering from spool)
2543
2544 2003-04-10 [christoph]  0.8.11claws82
2545
2546         * src/imap.c
2547                 use BODY.PEEK instead of BODY in in message fetch operation
2548                 to make sure the IMAP server does not set the \Seen flag for
2549                 messages. Sylpheed does that later itself, when the message
2550                 is opened in sylpheed
2551
2552         (closes Bug 111 Claws destroys unread marks)
2553
2554 2003-04-09 [oliver]     0.8.11claws81
2555         
2556         * src/folder.c
2557                 fix crash in folder_destroy
2558         * README.claws
2559                 remove selective download
2560
2561 2003-04-09 [christoph]  0.8.11claws80
2562
2563         * src/imap.c
2564                 fix crash in imap_get_msginfo() when then fetched message
2565                 is not found
2566
2567         (closes Bug 110 Crash during mail composition)
2568
2569 2003-04-08 [christoph]  0.8.11claws79
2570
2571         * src/folder.c
2572         * src/prefs_account.c
2573                 Filter new messages that are found in an INBOX folder
2574                 when 'Filter messages on receiving' is enabled in the
2575                 Folder's AccountPrefs. This allows to use Sylpheed's
2576                 filtering engine for IMAP folders where messages are
2577                 added to the INBOX by a MTA
2578
2579 2003-04-08 [paul]       0.8.11claws78
2580
2581         * src/procmsg.h
2582                 clean up after last commit
2583
2584 2003-04-08 [paul]       0.8.11claws77
2585
2586         * sync with 0.8.11cvs20
2587                 see ChangeLog 2003-04-07 and 2003-04-08
2588
2589 2003-04-07 [christoph]  0.8.11claws76
2590
2591         * src/filtering.[ch]
2592         * src/inc.[ch]
2593         * src/mbox.c
2594         * src/procmsg.[ch]
2595                 add procmsg_msginfo_filter() to execute filtering actions
2596
2597 2003-04-06 [christoph]  0.8.11claws75
2598
2599         * src/imap.c
2600                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2601
2602 2003-04-06 [christoph]  0.8.11claws74
2603
2604         * src/common/utils.[ch]
2605                 add g_int_compare() function for slist sorting
2606
2607         * src/imap.c
2608                 fetch all MsgInfos with one command in imap_get_msginfos()
2609                 using an imap set with a list of ranges
2610
2611         * src/news.c
2612                 use new g_int_compare() function
2613
2614 2003-04-06 [thorsten]   0.8.11claws73
2615
2616         * src/mh.c
2617                 corrected implementation of mh_folder_destroy()
2618
2619 2003-04-05 [christoph]  0.8.11claws72
2620
2621         * src/account.c
2622         * src/folder.[ch]
2623         * src/folderview.c
2624         * src/imap.c
2625         * src/inc.c
2626         * src/main.c
2627         * src/mainwindow.c
2628         * src/mbox_folder.c
2629         * src/mh.c
2630         * src/mimeview.h
2631         * src/msgcache.[ch]
2632         * src/news.c
2633         * src/procmime.h
2634         * src/procmsg.[ch]
2635         * src/setup.c
2636         * src/gtk/gtkutils.c
2637                 o rename structure field names class and new to klass and
2638                   new_msgs, to allow including files in C++
2639                 o add 'extern "C"' block to some header files
2640                 o add MsgInfoList and MsgNumberList as alias for GSList for
2641                   developers to know what type of list is expected
2642
2643         * src/plugins/image_viewer/plugin.c
2644         * src/plugins/image_viewer/viewer.[ch]
2645         * src/plugins/image_viewer/viewerprefs.[ch]
2646                 rename function names to prevent conflicts
2647
2648 2003-04-05 [paul]       0.8.11claws71
2649
2650         * sync with 0.8.11cvs18
2651                 see ChangeLog 2003-04-03 and 2003-04-04
2652
2653 2003-04-02 [christoph]  0.8.11claws70
2654
2655         * src/folder.[ch]
2656         * src/imap.[ch]
2657         * src/mbox_folder.[ch]
2658         * src/mh.[ch]
2659         * src/news.[ch]
2660                 o Make all virtual folder functions private
2661                 o remove unused folder code
2662
2663         * src/common/socket.[ch]
2664         * src/summaryview.c
2665                 fix warnings
2666
2667 2003-03-30 [alfons]     0.8.11claws69
2668
2669         * src/send_message.c
2670                 remove two debug traces and see if people still report
2671                 errors
2672
2673 2003-03-30 [alfons]     0.8.11claws68
2674
2675         * src/send_message.c
2676         * src/commons/session.c
2677                 add more debug traces
2678
2679 2003-03-30 [christoph]  0.8.11claws67
2680
2681         * src/folder.c
2682                 change processing folder name from .processing to processing
2683
2684         * src/common/ssl.c
2685                 disable SSL certificate check because it causes Xlib error
2686                 when the child process want's to open an GTK window
2687
2688 2003-03-30 [christoph]  0.8.11claws66
2689
2690         * src/folder.c
2691                 don't use default folder for processing folder item because
2692                 it can be a non local folder
2693
2694         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2695
2696 2003-03-30 [alfons]     0.8.11claws65
2697
2698         * src/send_message.c
2699                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2700                 to generate bad code for 'send_send_data_progressive': When
2701                 called from 'send_send_data_finished', the 'data' pointer is
2702                 cleared just before the assignment to the dialog pointer
2703
2704 2003-03-29 [christoph]  0.8.11claws64
2705
2706         * src/common/prefs.h
2707         * src/plugins/image_viewer/Makefile.am
2708         * src/plugins/image_viewer/plugin.c
2709         * src/plugins/image_viewer/viewer.[ch]
2710         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2711                 add PrefsPage for ImageViewer
2712
2713 2003-03-28 [thorsten]   0.8.11claws63
2714
2715         * src/common/session.c
2716                 added some comments
2717
2718 2003-03-28 [paul]       0.8.11claws62
2719
2720         * sync with 0.8.11cvs16
2721                 see ChangeLog 2003-03-28
2722
2723 2003-03-28 [paul]       0.8.11claws61
2724
2725         * sync with 0.8.11cvs15
2726                 see ChangeLog 2003-03-28
2727
2728 2003-03-27 [christoph]  0.8.11claws60
2729
2730         * src/folder.c
2731         * src/imap.c
2732         * src/common/socket.[ch]
2733                 set socket state to DISCONNECTED when any operation
2734                 fails to allow reconnecting in IMAP code without
2735                 checking the return code of all calls to the command
2736                 functions
2737
2738         * src/folderview.c
2739         * src/summaryview.c
2740                 remove some more stuff that depends on specific
2741                 folder types
2742
2743 2003-03-27 [paul]       0.8.11claws59
2744
2745         * sync with 0.8.11cvs14
2746                 see ChangeLog 2003-03-27
2747                 
2748         * src/selective_download.[ch]   ** REMOVED **
2749                 really removed
2750
2751 2003-03-27 [christoph]  0.8.11claws58
2752
2753         * src/folder.c
2754                 fix handling of tmp_flags in flag copy function
2755
2756 2003-03-27 [paul]       0.8.11claws57
2757
2758         * sync with 0.8.11cvs13
2759                 see ChangeLog 2003-03-27
2760
2761 2003-03-27 [oliver]     0.8.11claws56
2762
2763         * src/maiwindow.c
2764                 remove sel_download_cb
2765
2766 2003-03-27 [oliver]     0.8.11claws55
2767         
2768         * src/inc.c
2769                 remove POP3_TOP
2770         
2771 2003-03-26 [oliver]     0.8.11claws54
2772
2773         *src/pop.h
2774                 remove POP3_TOP*
2775         * README.claws
2776                 remove selective donwload readme
2777
2778 2003-03-26 [oliver]     0.8.11claws53
2779         * src/matcher.[ch]
2780         * src/matcher_parser_parse.y 
2781         * src/pop.c 
2782         * src/prefs_account.[ch]
2783         * src/prefs_filtering.c
2784                 remove selective donwload
2785
2786 2003-03-26 [oliver]     0.8.11claws52
2787
2788         * src/inc.[ch] 
2789         * src/filtering.c 
2790         * src/mainwindow.c 
2791                 remove selective donwload
2792
2793 2003-03-26 [oliver]     0.8.11claws51
2794         
2795         * src/Makefile.am
2796         * src/selective_download.[ch]   ** REMOVE **    
2797
2798 2003-03-26 [christoph]  0.8.11claws50
2799
2800         * src/news.c
2801                 fix NEWS that got broken by a sync with sylpheed-main
2802
2803 2003-03-26 [christoph]  0.8.11claws49
2804
2805         * src/mimeview.c
2806                 fix mime type guessing when no mime type is found for a file
2807
2808 2003-03-25 [christoph]  0.8.11claws48
2809
2810         * src/mimeview.c
2811         * src/procmime.c
2812                 remove mime type guessing from mime parser and use
2813                 name based mime types in viewer lookup for mime type
2814                 application/octet-stream
2815
2816 2003-03-25 [christoph]  0.8.11claws47
2817
2818         * doc-src/readme.txt
2819         * doc-src/rfc2554.txt
2820                 add RFC about SMTP AUTH
2821
2822         * src/send_message.c
2823         * src/common/smtp.[ch]
2824                 add extra error code for authentication errors and
2825                 clear temporary password when this error occurs
2826
2827         (closes Bug 84 authentication failure while sending should
2828          prompt for password again)
2829
2830 2003-03-25 [christoph]  0.8.11claws46
2831
2832         * configure.ac
2833         * src/Makefile.am
2834         * src/imageview.[ch]                            ** REMOVE **
2835         * src/messageview.[ch]
2836         * src/mimeview.[ch]
2837         * src/prefs_common.[ch]
2838         * src/textview.c
2839         * src/plugins/Makefile.am
2840         * src/plugins/image_viewer/.cvsignore           ** NEW **
2841         * src/plugins/image_viewer/Makefile.am          ** NEW **
2842         * src/plugins/image_viewer/plugin.c             ** NEW **
2843         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2844                 move image viewer into a plugin (building is enabled by default)
2845                 [ToDo: Prefs for resize and autoview]
2846
2847 2003-03-25 [paul]       0.8.11claws45
2848
2849         * sync with 0.8.11cvs12
2850                 see ChangeLog 2003-03-26
2851
2852 2003-03-25 [paul]       0.8.11claws44
2853
2854         * sync with 0.8.11cvs11
2855                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2856                 
2857         Note: Selective Download is broken.
2858                 
2859 2003-03-22 [christoph]  0.8.11claws43
2860
2861         * src/folder.c
2862                 code cleanup for flags copying
2863
2864 2003-03-22 [christoph]  0.8.11claws42
2865
2866         * src/plugins/trayicon/trayicon.c
2867                 fix setting the transparent area when the window size
2868                 is forced by the system tray
2869
2870 2003-03-22 [christoph]  0.8.11claws41
2871
2872         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2873         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2874         * src/plugins/trayicon/newmail.xpm              ** NEW **
2875         * src/plugins/trayicon/nomail.xpm               ** NEW **
2876         * src/plugins/trayicon/trayicon.c
2877         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2878                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2879                 o add icon for unread mails
2880                 o set transparency for window
2881
2882 2003-03-22 [christoph]  0.8.11claws40
2883
2884         * src/news.c
2885                 init news session to prevent crash when session is closed
2886
2887 2003-03-22 [christoph]  0.8.11claws39
2888
2889         * src/imap.c
2890         * src/common/session.[ch]
2891                 Init session data to make sure we don't have invalid pointers
2892                 for read_ch and write_ch when new multi process sessions are
2893                 not used
2894
2895         * src/main.c
2896         * src/common/plugin.c
2897         * src/common/sylpheed.c
2898         * src/plugins/demo/demo.c
2899         * src/plugins/dillo_viewer/dillo_viewer.c
2900         * src/plugins/mathml_viewer/mathml_viewer.c
2901         * src/plugins/spamassassin/spamassassin.c
2902         * src/plugins/spamassassin/spamassassin_gtk.c
2903                 add plugin types to allow loading plugins at different times
2904                 (and maybe for different frontends), because it's not good to
2905                 load GTK-Plugins gefore gtk_init was called
2906
2907         * configure.ac
2908         * src/plugins/Makefile.am
2909         * src/plugins/trayicon/.cvsignore               ** NEW **
2910         * src/plugins/trayicon/Makefile.am              ** NEW **
2911         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2912         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2913         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2914         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2915         * src/plugins/trayicon/trayicon.c               ** NEW **
2916                 New Trayicon plugin that shows an icon in a systray that uses
2917                 XEMBED protocol like Gnome's systray. Icon shows if there
2918                 are new mails and a tooltip shows information about new,
2919                 unread and total messages.
2920
2921 2003-03-22 [paul]       0.8.11claws38
2922
2923         * src/common/smtp.c
2924                 fix ESMTP AUTH CRAM-MD5
2925                 [sync with main (still version 0.8.11cvs6), see
2926                  ChangeLog 2003-03-22]
2927
2928 2003-03-21 [colin]      0.8.11claws37
2929
2930         * src/send_message.c
2931                 Fix USE_SSL => USE_OPENSSL
2932
2933 2003-03-21 [colin]      0.8.11claws36
2934
2935         * src/folderview.c
2936                 Fix counts in drag and dropped subfolders
2937
2938 2003-03-21 [colin]      0.8.11claws35
2939
2940         * src/folder.c 
2941         * src/folderview.c
2942                 speed up a bit folder dnd
2943
2944 2003-03-20 [alfons]     0.8.11claws34
2945
2946         * src/main.c
2947         * src/toolbar.c
2948         * src/procmsg.c
2949                 don't send locked queue messages
2950                 (feature request "[ 705245 ] Locking message in outbox 
2951                  should prevent sending")
2952
2953 2003-03-20 [christoph]  0.8.11claws33
2954
2955         * src/folder.c
2956                 remove NEW and UNREAD flag in special folders when scanning
2957                 
2958         * src/common/smtp.c
2959                 fix ESMTP AUTH CRAM-MD5
2960
2961 2003-03-20 [paul]       0.8.11claws32
2962
2963         * src/prefs_account.c
2964                 Re-write 'Tunnel command to open connection' as
2965                 'Use command to communicate with server', and disable
2966                 it for all except IMAP accounts
2967
2968 2003-03-20 [paul]       0.8.11claws31
2969
2970         * sync with 0.8.11cvs6
2971                 see ChangeLog 2003-03-20
2972
2973 2003-03-19 [match]      0.8.11claws30
2974
2975         * src/addritem.[ch]
2976                 include documentation. minor refactoring.
2977         * src/addr_compl.[ch]
2978         * src/addrindex.[ch]
2979         * src/addresbook.[ch]
2980         * src/summaryview.c
2981                 re-enable address lookup (was disabled in
2982                 0.8.11claws20).
2983
2984 2003-03-19 [christoph]  0.8.11claws29
2985
2986         * src/procmsg.c
2987                 add temp flag handling, will make moving and copying
2988                 messages possible again
2989
2990         * src/folder.c
2991                 correct calulation of folder stats
2992
2993 2003-03-18 [match]      0.8.11claws28
2994
2995         * src/editgroup.h
2996                 remove case sensitive comparison (closes bug 80).
2997
2998 2003-03-18 [christoph]  0.8.11claws27
2999
3000         * src/imap.c
3001                 fix imap using a tunnel command
3002
3003         (closes bug 87)
3004
3005 2003-03-18 [christoph]  0.8.11claws26
3006
3007         * src/folder.[ch]
3008         * src/imap.c
3009         * src/procmsg.[ch]
3010                 rewrite flag handling for folders
3011
3012 2003-03-18 [christoph]  0.8.11claws25
3013
3014         * src/folder.c
3015         * src/procmsg.c
3016         * src/summaryview.c
3017                 unset NEW and UNREAD flags when message is ignored, to make
3018                 sure messages don't show up as unread on other IMAP clients,
3019                 because the IGNORE_THREAD flag can not be syncronized through
3020                 the IMAP folder
3021
3022 2003-03-17 [christoph]  0.8.11claws24
3023
3024         * src/imap.c
3025                 don't use recursion to fetch uids when the number of messages
3026                 does not match. Moved code into subfunction that is used
3027                 again when needed, to prevent an endless loop.
3028
3029 2003-03-17 [thorsten]   0.8.11claws23
3030
3031         * src/imageview.[ch]
3032                 export imageview_get_resized_size() (for plugins)
3033         * src/prefs_common.[ch]
3034                 added prefs_common_get() (for plugins)
3035
3036 2003-03-17 [christoph]  0.8.11claws22
3037
3038         * src/imap.c
3039                 o remove UID guessing from copy code
3040                 o support UIDPLUS extension for APPEND command
3041
3042 2003-03-17 [paul]       0.8.11claws21
3043
3044         * src/gtk/about.c
3045                 remove 'Compiled-plugins' section.
3046                 
3047         * src/plugins/dillo_viewer/dillo_viewer.c
3048                 slight change to description text
3049
3050 2003-03-16 [match]      0.8.11claws20
3051         * src/ldapserver.[ch]           ** NEW **
3052         * src/ldapctrl.[ch]             ** NEW **
3053         * src/ldapquery.[ch]            ** NEW **
3054         * src/ldaputil.[ch]             ** NEW **
3055         * src/addrcindex.[ch]           ** NEW **
3056         * src/addrquery.h               ** NEW **
3057         * src/addritem.[ch]
3058         * src/addrcache.[ch]
3059         * src/addrindex.[ch]
3060         * src/addr_compl.[ch]
3061         * src/addressbook.[ch]
3062         * src/addrbook.[ch]
3063         * src/editgroup.c
3064         * src/editaddress.c
3065         * src/editldap.c
3066         * src/editldap_basedn.c
3067         * src/vcard.c
3068         * src/jpilot.c
3069         * src/Makefile.am
3070                 included dynamic LDAP queries. improved address
3071                 completion.
3072
3073 2003-03-16 [paul]       0.8.11claws19
3074
3075         * tools/multiwebsearch.pl
3076                 fix a fatal typo
3077
3078 2003-03-16 [christoph]  0.8.11claws18
3079
3080         * src/mimeview.c
3081         * src/plugins/dillo_viewer/dillo_viewer.c
3082         * src/plugins/mathml_viewer/mathml_viewer.c
3083                 make unregistering of MimeViewerFactorys possible
3084
3085 2003-03-16 [alfons]     0.8.11claws17
3086
3087         * configure.ac
3088                 correct typo
3089
3090 2003-03-16 [melvin]     0.8.11claws16
3091
3092         * src/plugins/dillo_viewer.c
3093                 Fixed bug where it was not possible to view more than
3094                 one text/html attachment per message (bug discovered
3095                 by Christoph Hohmann).
3096
3097 2003-03-15 [melvin]     0.8.11claws15
3098
3099         * src/prefs_actions.c
3100                 Fixed compilation warnings.
3101
3102 2003-03-15 [melvin]     0.8.11claws14
3103
3104         * src/plugins/Makefile.am
3105         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3106         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3107         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3108                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3109                 newer (http://dillo.auriga.wearlab.de/).
3110
3111 2003-03-15 [christoph]  0.8.11claws13
3112
3113         * src/imap.c
3114                 don't query imap folder for attributes because we already
3115                 for them from imap_status
3116
3117         * src/mimeview.[ch]
3118                 add support for plugable MimeViewers (unloading Viewers
3119                 not yet complete)
3120
3121         * src/plugins/Makefile.am
3122         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3123         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3124         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3125                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3126                 widget from http://helm.cs.unibo.it/mml-widget/
3127
3128 2003-03-14 [christoph]  0.8.11claws12
3129
3130         * src/folder.[ch]
3131                 o error return code's should better be negative
3132                 o replace printf with debug_print
3133
3134         * src/imap.c
3135                 improve IMAP folder scan by checking UID-NEXT
3136
3137         * src/summaryview.c
3138                 remove check that are unnecessary in my opinion
3139
3140 2003-03-13 [christoph]  0.8.11claws11
3141
3142         * src/folder.[ch]
3143         * src/foldersel.c
3144         * src/folderview.c
3145         * src/imap.c
3146         * src/mbox_folder.c
3147         * src/mh.c
3148         * src/news.c
3149         * src/prefs_scoring.c
3150         * src/summaryview.c
3151                 use a common function to get a displayable name
3152                 for a FolderItem
3153
3154 2003-03-13 [paul]       0.8.11claws10
3155
3156         * tools/Makefile.am
3157           tools/README
3158           tools/multiwebsearch.conf     ** NEW FILE **
3159           tools/multiwebsearch.pl       ** NEW FILE **
3160                 add multiwebsearch Actions script
3161
3162 2003-03-13 [colin]      0.8.11claws9
3163
3164         * src/compose.c
3165                 Remove leading emtpy lines from quoted text
3166                 before quoting it
3167
3168 2003-03-13 [melvin]     0.8.11claws8
3169
3170         * src/prefs_actions.c
3171                 Fixed a memory leak
3172                 Code clean ups
3173                 Added Cancel and OK buttons
3174                 Corrected help text
3175
3176 2003-03-13 [christoph]  0.8.11claws7
3177
3178         * src/account.c
3179         * src/folder.[ch]
3180         * src/imap.c
3181         * src/mainwindow.c
3182         * src/mbox_folder.c
3183         * src/mh.c
3184         * src/news.c
3185         * src/setup.c
3186                 replace more folder type stuff with folder class stuff
3187
3188 2003-03-13 [melvin]     0.8.11claws6
3189
3190         * src/prefs_actions.c
3191                 Added new tokens:
3192                 %u: user provided argument
3193                 %h: user provided argument (hidden on input)
3194                 %s: current text selection in the message view 
3195
3196 2003-03-13 [paul]       0.8.11claws5
3197
3198         * sync with 0.8.11cvs5
3199                 see ChangeLog 2003-03-11, 2003-03-12
3200
3201 2003-03-12 [christoph]  0.8.11claws4
3202
3203         * src/folder.c
3204                 use folder class idstr when writing folderlist.xml
3205
3206         * src/folder.h
3207         * src/imap.c
3208         * src/news.c
3209                 replace folder type checks with folder class checks
3210
3211 2003-03-12 [christoph]  0.8.11claws3
3212
3213         * src/folder.[ch]
3214         * src/imap.[ch]
3215         * src/main.c
3216         * src/mbox_folder.[ch]
3217         * src/mh.[ch]
3218         * src/news.[ch]
3219                 o create a list of known folder classes in the folder system
3220                 o use folder class id strings for folder item identifiers
3221
3222 2003-03-12 [christoph]  0.8.11claws2
3223
3224         * src/imap.c
3225                 fix imap uid validity check
3226
3227 2003-03-12 [christoph]  0.8.11claws1
3228
3229         * src/account.c
3230         * src/folder.[ch]
3231         * src/foldersel.c
3232         * src/folderview.c
3233         * src/imap.c
3234         * src/mainwindow.c
3235         * src/mbox_folder.c
3236         * src/mh.c
3237         * src/news.c
3238         * src/prefs_scoring.c
3239         * src/procmsg.c
3240         * src/setup.c
3241         * src/summaryview.c
3242                 initial restructuring of folder system, seperating
3243                 folders and folder classes
3244
3245 2003-03-12 [paul]       0.8.11claws
3246
3247         0.8.11claws release
3248
3249 2003-03-12 [christoph]
3250
3251         * src/gtk/prefswindow.c
3252                 fix translation of "Page Index"
3253
3254 2003-03-12 [paul]       0.8.10claws110
3255
3256         a sync from 0.8.11cvs4 before the release
3257
3258         * src/common/utils.c
3259                 subject_compare_for_sort(): allow null strings (fixes
3260                 summary sorting).
3261
3262 2003-03-11 [paul]       0.8.10claws109
3263
3264         * po/es.po
3265                 update Spanish translation, submitted by
3266                 Ricardo Mones Lastra
3267
3268 2003-03-11 [melvin]     0.8.10claws108
3269
3270         * po/fr.po
3271                 Updated French translations
3272
3273 2003-03-11 [paul]       0.8.10claws107
3274
3275         * manual/en/Makefile.am
3276           manual/en/*.html
3277                 update English manual, add a new page
3278                 updated by Francois Barriere <fbarriere@atmel.fr>
3279                 
3280         * po/bg.po
3281           po/it.po
3282           po/sr.po
3283                 update Bulgarian, Italian, and Serbian translations
3284                 submitted by George Danchev, Alessandro Maestri, and
3285                 Urke MMI
3286
3287 2003-03-10 [paul]       0.8.10claws106
3288
3289         * src/gtk/about.c
3290           src/gtk/prefswindow.c
3291                 make some strings translatable
3292
3293 2003-03-10 [darko]      0.8.10claws105
3294
3295         * src/compose.c
3296                 code cleanup to make Hiro happy
3297
3298 2003-03-10 [paul]       0.8.10claws104
3299
3300         * sync with 0.8.11cvs2
3301                 see ChangeLog 2003-03-10
3302
3303 2003-03-09 [melvin]     0.8.10claws103
3304
3305         * src/textview.c
3306                 textview_set_font(): fix for message display in
3307                 UTF-8 locales (thanks to Sergey Vlasov).
3308                 (was unintentionnaly reverted in 0.8.6claws6)   
3309
3310 2003-03-08 [darko]      0.8.10claws102
3311
3312         * src/compose.c
3313                 fix infinite loop in wrapping as reported
3314                 by happycactus
3315                 obsoletes patch #696482
3316
3317 2003-03-08 [christoph]  0.8.10claws101
3318
3319         * src/imap.c
3320                 add workaround for IMAP servers that do not
3321                 support the "UID SEARCH UID" command
3322
3323 2003-03-07 [christoph]  0.8.10claws100
3324
3325         * src/plugins/spamassassin/spamassassin.[ch]
3326         * src/plugins/spamassassin/spamassassin_gtk.c
3327                 code cleanup
3328
3329 2003-03-07 [paul]       0.8.10claws99
3330
3331         * po/es.po
3332                 updated Spanish translation, submitted by
3333                 Ricardo Mones Lastra
3334
3335 2003-03-07 [christoph]  0.8.10claws98
3336
3337         * src/send.c
3338                 fix in 0.8.10claws94 was wrong
3339                 local delivery does not require escaping, remove escaping
3340                 code to make signatures of mails with "." lines valid
3341                 
3342                 NOTE: requires that sendmail is executed with "-i" option,
3343                       what is the default now, but has to be changed in all
3344                       exsiting accounts)
3345
3346 2003-03-07 [paul]       0.8.10claws97
3347
3348         * sync with 0.8.11 release
3349                 see ChangeLog 2003-03-07
3350
3351 2003-03-06 [paul]       0.8.10claws96
3352
3353         * src/compose.c
3354                 revert commit 0.8.10claws92
3355
3356 2003-03-06 [paul]       0.8.10claws95
3357
3358         * src/folderview.c
3359                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3360
3361         * src/gtkaspell.c
3362                 fix bug 74, 'Crash opening editor window with pseudo-color
3363                 display'
3364                 
3365         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3366
3367 2003-03-06 [christoph]  0.8.10claws94
3368
3369         * src/send.c
3370                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3371                 all lines starting with a period get an extra period
3372                 inserted
3373                 (found by Simon 'corecode' Schubert)
3374
3375 2003-03-06 [paul]       0.8.10claws93
3376
3377         * src/folderview.c
3378                 if configured font can't be loaded fall back to gtk
3379                 default. (with thanks to Christoph)
3380                 
3381                 closes long-standing bug 15 'Crashes on startup'
3382
3383 2003-03-06 [paul]       0.8.10claws92
3384
3385         * src/compose.c
3386                 freeze text before autosave and thaw afterwards
3387                 fixes bug 67 'autosave make re-rediting message crazy'
3388
3389 2003-03-06 [christoph]  0.8.10claws91
3390
3391         * src/compose.c
3392                 ignore address comment in dupe check for Cc-list
3393
3394         (closes reopened bug 47 Replying to message strips name part of
3395          e-mail addresses of Cc: lines)
3396
3397 2003-03-06 [paul]       0.8.10claws90
3398
3399         * src/Makefile.am
3400                 remove reference to gtkxtext.h as its no longer in
3401                 the repository
3402
3403 2003-03-06 [paul]       0.8.10claws89
3404
3405         * sync with 0.8.10cvs25
3406                 see ChangeLog 2003-03-06
3407
3408 2003-03-06 [oliver]     0.8.10claws88
3409         
3410         * src/messageview.c
3411                 remove include
3412
3413 2003-03-06 [oliver]     0.8.10claws87
3414         
3415         * src/folderview.c 
3416                 remove changes introduced inclaws74
3417         * src/messageview.c
3418                 another attempt to sanely delete and update
3419                 messages deleted in separate messageview
3420
3421 2003-03-05 [christoph]  0.8.10claws86
3422
3423         * src/summaryview.c
3424                 check if "From" matches any account's address if
3425                 addressbook completion of addresses is disabled too
3426
3427         (closes Bug 70 "Display recipient in from" doesn't check
3428          folder's default account)
3429
3430 2003-03-05 [christoph]  0.8.10claws85
3431
3432         * src/compose.c
3433         * src/common/utils.[ch]
3434                 don't strip address comments when building Cc lists
3435
3436         (closes Bug 47 Replying to message strips name part of e-mail addresses
3437          of Cc: lines)
3438
3439         * src/folder.c
3440                 fix return value of copy function
3441
3442 2003-03-05 [christoph]  0.8.10claws84
3443
3444         * src/imap.c
3445                 don't ask imap server for non rfc822 headers
3446
3447         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3448
3449         * src/imap.c
3450                 destroy session on socket error to allow reconnecting
3451
3452 2003-03-05 [christoph]  0.8.10claws83
3453
3454         * configure.ac
3455                 fix building with gnome when no prefix is set
3456
3457         (closes bug 66 Gnome directory is set to NONE)
3458
3459 2003-03-05 [paul]       0.8.10claws82
3460
3461         * sync with 0.8.10cvs23
3462                 see ChangeLog 2003-03-05
3463
3464 2003-03-04 [christoph]  0.8.10claws81
3465
3466         * src/folder.c
3467                 o fix moving and copying when folder returns 0 for new
3468                   message number
3469                 o remove some code for single message copy and move
3470                   operations and use functions for multiple messages
3471
3472         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3473
3474         * src/news.c
3475                 remove unused include
3476
3477 2003-03-04 [paul]       0.8.10claws80
3478
3479         * src/gtk/about.c
3480                 list 'Compiled plugins'
3481
3482 2003-03-03 [christoph]  0.8.10claws79
3483
3484         * src/news.[ch]
3485                 have to multiply the percentage of the current fetch with
3486                 the percentage that it has of the total fetch operation
3487                 for correct values
3488
3489 2003-03-03 [christoph]  0.8.10claws78
3490
3491         * src/news.c
3492                 fix calculation of expected lines for progress indicator
3493
3494 2003-03-03 [christoph]  0.8.10claws77
3495
3496         * src/summaryview.c
3497         * src/common/utils.c
3498                 fix segfault when opening the root news folder
3499
3500 2003-03-03 [christoph]  0.8.10claws76
3501
3502         * src/mainwindow.[ch]
3503         * src/common/Makefile.am
3504         * src/common/progressindicator.[ch]
3505                 add UI independent progress indicator handling
3506
3507         * src/news.[ch]
3508                 use new progress indicator for message info fetching
3509
3510         * src/common/hooks.h
3511                 code cleanup
3512
3513 2003-03-03 [oliver]     0.8.10claws75
3514
3515         * src/toolbar.c
3516         * src/compose.c
3517                 removed commented code
3518
3519 2003-03-03 [oliver]     0.8.10claws74
3520
3521         * src/toolbar.[ch]
3522                 cleanups and refactoring
3523         * src/compose.[ch]
3524                 compose_reply_mode reply & forwarding interface for
3525                 toolbar buttons
3526         * src/folderview.c
3527                 act on messages marked for deletion in folderview_selected
3528                 based on prefs_common.immediate_exec since a message might 
3529                 have been deleted by messageview in a folder we are changing 
3530                 to (does anybody understand what I'm on about ?)
3531
3532 2003-03-03 [oliver]     0.8.10claws73
3533         
3534         * src/messageview.[ch]
3535                 new functions
3536                 - messageview_delete: delete message shown in messagview
3537                 - messageview_update_view: update messageview to currently 
3538                   selected summaryview message
3539                 - add separate messageview to msgview_list in order to update 
3540                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3541         * src/summaryview.[ch]
3542                 summary_get_selection returns a list of selected msgs
3543                 in summaryview
3544         * src/mainwindow.c
3545                 toolbar reply refactoring
3546
3547 2003-03-03 [paul]       0.8.10claws72
3548
3549         * sync with 0.8.10cvs21
3550                 see ChangeLog 2003-03-03
3551
3552 2003-03-02 [christoph]  0.8.10claws71
3553
3554         * src/common/passcrypt.c
3555                 use POSIX includes
3556
3557 2003-03-02 [christoph]  0.8.10claws70
3558
3559         * configure.ac
3560         * src/prefs_account.c
3561         * src/prefs_gtk.[ch]
3562         * src/common/.cvsignore
3563         * src/common/Makefile.am
3564         * src/common/passcrypt.c                ** NEW **
3565         * src/common/passcrypt.h.in             ** NEW **
3566                 Implement password encryption in config files
3567                 using unix encrypt and setkey functions. The crypt
3568                 key can be set as a configure parameter. Old
3569                 passwords will be converted if they do not begin
3570                 with '!'
3571
3572 2003-03-02 [paul]       0.8.10claws69
3573
3574         * src/prefs_account.c
3575                 fix compile error
3576
3577 2003-03-01 [thorsten]   0.8.10claws68
3578
3579         * po/el.po
3580           po/hr.po
3581           po/it.po
3582           po/nl.po
3583           po/sr.po
3584           po/sv.po
3585                 corrected format strings
3586         * po/en_GB.po
3587                 corrected headers
3588                 (fix compile errors with GNU gettext-0.11.5)
3589
3590 2003-03-01 [oliver]     0.8.10claws67
3591
3592         * src/summaryview.c
3593                 menu callbacks call toolbar_menu_reply
3594
3595 2003-03-01 [oliver]     0.8.10claws66
3596
3597         * src/mainwindow.c
3598         * src/messageview.c
3599                 menu callbacks call toolbar_menu_reply
3600         * src/toolbar.[ch]
3601                 callbacks from menu handled by toolbar_menu_reply
3602
3603 2003-03-01 [paul]       0.8.10claws65
3604
3605         * src/addressbook.c
3606                 revert commit 0.8.10claws54 - breaks editing of
3607                 addressbook.
3608                 
3609         * po/bg.po
3610                 update Bulgarian translation, submitted by
3611                 George Danchev
3612
3613 2003-02-28 [christoph]  0.8.10claws64
3614
3615         * src/account.c
3616         * src/addressadd.c
3617         * src/compose.c
3618         * src/gtkaspell.c
3619         * src/gtkxtext.h                ** REMOVE **
3620         * src/imap.c
3621         * src/matcher.[ch]
3622         * src/mh.c
3623         * src/news.c
3624         * src/pine.c
3625         * src/prefs_common.c
3626         * src/prefs_matcher.c
3627         * src/procheader.[ch]
3628         * src/procmsg.[ch]
3629         * src/toolbar.c
3630         * src/common/ssl_certificate.c
3631         * src/gtk/colorlabel.c
3632         * src/gtk/menu.c
3633                 o fix warnings
3634                 o remove code obsoleted by new cache and folder system rework
3635
3636 2003-02-28 [oliver]     0.8.10claws63
3637         
3638         * src/toolbar.[ch]
3639                 * fix bug where reply in Messageview replied to 
3640                 Message displayed in summaryview
3641                 (reportedd via ML by chinatinte at gmx dot ch)
3642                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3643                 didn't work in separate MessageView Toolbar
3644                 (wondering if anybody uses this at all ?)
3645         * src/summaryview.[ch]
3646                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3647                 (generalize reply and forward code);
3648         * src/messageview.c 
3649                 remove focus_in event which updated summaryview to messageview
3650
3651 2003-02-28 [paul]       0.8.10claws62
3652
3653         * po/Makefile.in.in
3654                 add the --check option
3655                 Patch submitted by Ricardo Mones Lastra
3656
3657 2003-02-28 [paul]       0.8.10claws61
3658
3659         * src/prefs_account.c
3660                 re-order 'Signature' items
3661
3662 2003-02-28 [paul]       0.8.10claws60
3663
3664         * sync with 0.8.10cvs20
3665                 see ChangeLog 2003-02-28
3666
3667 2003-02-28 [paul]       0.8.10claws59
3668
3669         * po/POTFILES.in
3670                 update to reflect recent movement of files
3671
3672 2003-02-28 [paul]       0.8.10claws58
3673
3674         * sync with 0.8.10cvs19
3675                 see ChangeLog 2003-02-28
3676
3677 2003-02-27 [martin]     0.8.10claws57
3678
3679         * src/prefs_matcher.c 
3680                 fix segfault in prefs_matcher_ok() when the
3681                 last entry is deleted and prevents that the
3682                 message "entry not saved" comes up after deleting
3683                 an entry
3684
3685 2003-02-27 [martin]     0.8.10claws56
3686
3687         * src/prefs_filtering.c 
3688                 fix segfault in prefs_filtering_ok() when the
3689                 last entry is deleted and prevents that the
3690                 message "entry not saved" comes up after deleting
3691                 an entry
3692
3693 2003-02-27 [paul]       0.8.10claws55
3694
3695         * sync with 0.8.10cvs18
3696                 see ChangeLog 2003-02-27
3697
3698 2003-02-27 [paul]       0.8.10claws54
3699
3700         * src/addressbook.c
3701                 fix bug where the address book crashes with 
3702                 multiple lookups.
3703                 Patch [687729] submitted by David Frager 
3704                 <dbfrager@users.sourceforge.net>
3705
3706 2003-02-25 [christoph]  0.8.10claws53
3707
3708         * src/Makefile.am
3709         * src/colorlabel.[ch]           ** REMOVE **
3710         * src/gtk/Makefile.am
3711         * src/gtk/colorlabel.[ch]       ** NEW **
3712                 move colorlabel files to gtk directory
3713
3714         * src/esmtp.[ch]                ** REMOVE **
3715                 has been merged into smtp.[ch] in 0.7.5
3716
3717 2003-02-25 [christoph]  0.8.10claws52
3718
3719         * src/Makefile.am
3720         * src/about.[ch]                ** REMOVE **
3721         * src/gtk/Makefile.am
3722         * src/gtk/about.[ch]            ** NEW **
3723                 move about files to gtk directory
3724
3725 2003-02-25 [christoph]  0.8.10claws51
3726
3727         * src/folder.c
3728                 some code optimization of folder scanning code
3729
3730         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3731
3732 2003-02-25 [christoph]  0.8.10claws50
3733
3734         * src/main.c
3735         * src/common/sylpheed.c
3736                 add command line parameter parsing to common code
3737
3738 2003-02-24 [christoph]
3739
3740         * Makefile.am
3741         * configure.ac
3742                 fix gnome prefix problems, the configure script now removed
3743                 `gnome-config --prefix` from `gnome-config --datadir`
3744                 and adds $(prefix} instead
3745
3746         (closes Bug 24 Makefile does not respect prefix when installing
3747          GNOME data)
3748
3749 2003-02-24 [christoph]  0.8.10claws49
3750
3751         * src/news.c
3752                 check for valid session before trying to authenticate
3753
3754         (closes Bug 60 crash if "authenticate on logon" is activated
3755          and newsserver-hostname is not valid)
3756
3757 2003-02-24 [melvin]     0.8.10claws48
3758
3759         * src/prefs_actions.c
3760                 Make sure all user's input is sent to the action and then
3761                 close the socket..
3762
3763 2003-02-23 [alfons]     0.8.10claws46
3764
3765         * src/summaryview.c
3766                 also wait cursor when deleting files
3767
3768 2003-02-23 [paul]
3769
3770         * tools/freshmeat_search.pl
3771           tools/google_search.pl
3772                 scripts should now work for any browser/browser command line
3773
3774 2003-02-22 [christoph]  0.8.10claws45
3775
3776         * src/procmsg.c
3777                 fix IMAP flag setting, IMAP flag is not handled correctly
3778                 anymore by the folder system and information about the
3779                 folder should not be saved in the MsgInfo (in my opinion)
3780
3781         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3782
3783 2003-02-22 [christoph]  0.8.10claws44
3784
3785         * src/summaryview.c
3786                 fix spelling of "label" ;-)
3787
3788 2003-02-22 [thorsten]   0.8.10claws43
3789
3790         * src/mimeview.c
3791           src/prefs_common.[ch]
3792           src/procmime.[ch]
3793                 do not use description as attachment name
3794
3795 2003-02-22 [alfons]     0.8.10claws42
3796
3797         * src/summaryview.c
3798                 freeze/thaw folder item updates when changing color labels,
3799                 and put a wait cursors on
3800
3801 2003-02-22 [thorsten]   0.8.10claws41
3802
3803         * src/mimeview.c
3804                 save-all fixes: crash if invoked on multipart container,
3805                 mimeinfo access, pathseparators, error dialog
3806
3807 2003-02-21 [alfons]     0.8.10claws40
3808
3809         * src/prefs_gtk.c
3810                 remove unused var
3811
3812 2003-02-21 [colin]      0.8.10claws39
3813
3814         * src/send.c
3815                 Fix smtp logging
3816
3817 2003-02-21 [colin]      0.8.10claws38
3818
3819         * src/summaryview.c
3820                 Freeze/thaw folderItem updates when filtering messages 
3821                 via Tools/Filter messages
3822
3823 2003-02-21 [paul]       0.8.10claws37
3824
3825         * src/compose.c
3826                 revert commit 0.8.10claws26, there are ulterior motives
3827                 for users to set a Reply-To header when posting to
3828                 newsgroups
3829
3830 2003-02-21 [paul]       0.8.10claws36
3831
3832         * sync with 0.8.10cvs17
3833                 see ChangeLog 2003-02-21
3834
3835 2003-02-20 [christoph]  0.8.10claws35
3836
3837         * src/imap.c
3838                 IMAP UID fetch speedup using SEARCH
3839
3840         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3841
3842         * src/imap.c
3843                 fix problem with UIDs in IMAP UID cache that no longer existed
3844
3845 2003-02-20 [christoph]  0.8.10claws34
3846
3847         * src/imap.c
3848         * src/procheader.c
3849         * src/procheader.h
3850                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3851
3852         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3853
3854         * src/imap.c
3855                 Rewrite imap_cmd_gen_recv use sock_getline instead
3856                 of sock_gets to avoid problems with too long reply
3857                 lines
3858     
3859 2003-02-20 [colin]      0.8.10claws33
3860         
3861         * src/prefs_account.c
3862                 Better wording
3863
3864 2003-02-20 [colin]      0.8.10claws32
3865
3866         * src/compose.c
3867                 Remove useless '&& !to_sender' 
3868
3869 2003-02-20 [darko]
3870
3871         * AUTHORS
3872                 change my e-mail address
3873
3874 2003-02-19 [colin]      0.8.10claws31
3875
3876         * src/prefs_common.c
3877                 X11 style colors for every configurable color
3878
3879 2003-02-19 [alfons]     0.8.10claws30
3880
3881         * src/prefs_gtk.[ch]
3882         * src/prefs_common.c
3883                 for color_new accept both plain integers and X11 style color
3884                 names (as found in /usr/lib/X11/rgb.txt)
3885
3886 2003-02-19 [paul]       0.8.10claws29
3887
3888         * src/mainwindow.c
3889                 add tooltips to online/offline button and account selector
3890                 button
3891
3892 2003-02-19 [paul]       0.8.10claws28
3893
3894         * src/folder.c
3895           src/news.c
3896           src/prefs_account.[ch]
3897           src/prefs_common.[ch]
3898                 move 'Maximum number of articles to download' to
3899                 account prefs.
3900                 clean up account prefs gui a little by hiding entries
3901                 rather then greying out entries
3902
3903 2003-02-19 [hiro]       0.8.10claws27
3904
3905         * src/common/utils.c
3906                 fix bug #54 'yesterdays date is displayed in the message 
3907                 summary window'
3908
3909 2003-02-19 [paul]       0.8.10claws26
3910
3911         * src/compose.c
3912                 fix bug reported in Feature Request [688596] 
3913                 'Reply-to header in news'
3914
3915 2003-02-18 [paul]       0.8.10claws25
3916
3917         * src/select-keys.c
3918                 add a 'List all keys' button to key selection dialog
3919
3920 2003-02-18 [colin]      0.8.10claws24
3921         
3922         * src/stock_pixmap.c
3923                 fix compile error
3924
3925 2003-02-18 [colin]      0.8.10claws23
3926
3927         * src/common/smtp.[ch]
3928           src/prefs_account.c
3929                 Try to starttls if it seems to be the only
3930                 way to authenticate a user
3931
3932 2003-02-18 [paul]       0.8.10claws22
3933
3934         * src/Makefile.am
3935           src/folderview.c
3936           src/stock_pixmap.[ch]
3937           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3938           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3939                 as a Drafts folder is a special folder allow it to have
3940                 its own unique icons
3941
3942 2003-02-18 [colin]      0.8.10claws21
3943
3944         * src/imap.c
3945                 Fix port selection when using starttls
3946
3947 2003-02-18 [paul]       0.8.10claws20
3948
3949         * src/mainwindow.c
3950           src/prefs_common.[ch]
3951                 make blue the default new mail colour
3952
3953 2003-02-18 [paul]       0.8.10claws19
3954
3955         * sync with 0.8.10cvs14
3956                 see ChangeLog 2003-02-18
3957
3958 2003-02-17 [jens]       0.8.10claws18
3959
3960         * src/common/md5.c
3961                 fixed a compile problem with gcc 3.3
3962                 works on 2.95.3 too (testet on PPC as it is big endian)
3963
3964 2003-02-17 [paul]       0.8.10claws17
3965
3966         * sync with 0.8.10cvs13
3967                 see ChangeLog 2003-02-17
3968
3969 2003-02-17 [paul]       0.8.10claws16
3970
3971         * sync with 0.8.10cvs12
3972                 see ChangeLog 2003-02-17
3973
3974 2003-02-16 [match]      0.8.10claws15
3975
3976         * src/addressbook.c
3977                 Eliminates reloading of address data when items
3978                 deleted or added. Applied submitted by
3979                 Luke Plant <lukeplant@softhome.net>
3980
3981 2003-02-16 [paul]       0.8.10claws14
3982
3983         * src/news.c
3984                 when a 'protocol error' is encountered disconnect from
3985                 the server. This means that the user can carry on viewing
3986                 other articles and doesn't have to either wait until the
3987                 server timesout or quit sylpheed.
3988                 Fixes bug #53 'Unable to read messages in newsgroups, 
3989                 displayed message doesn't change'
3990
3991 2003-02-15 [christoph]  0.8.10claws13
3992
3993         * src/imap.c
3994                 fix bug that stopped scanning of folders when an
3995                 IMAP folder was empty
3996
3997         (closes bug 46 stop scan messages in folders after empty folder)
3998
3999 2003-02-15 [paul]
4000
4001         * tools/Makefile.am
4002           tools/README
4003           tools/freshmeat_search.pl     ** NEW FILE **
4004           tools/google_search.pl        ** NEW FILE **
4005                 Add 2 Actions scripts which search freshmeat/google
4006                 for the selected text using the browser configured
4007                 in sylpheedrc.
4008                 
4009         Note: These scripts are very dependent on the format of the
4010         browser command and may not work on every occasion. Testing
4011         is welcome. 
4012
4013 2003-02-14 [alfons]     0.8.10claws12
4014
4015         * src/compose.c
4016                 fix breakage because of uninitialized account pointer.
4017                 please verify.
4018
4019 2003-02-14 [paul]       0.8.10claws11
4020
4021         * src/compose.c
4022           src/prefs_account.[ch]
4023           src/prefs_common.[ch]
4024                 move signature settings to Account Prefs
4025
4026 2003-02-14 [paul]       0.8.10claws10
4027
4028         * sync with 0.8.10cvs11
4029                 see ChangeLog 2003-02-14
4030
4031 2003-02-13 [thorsten]   0.8.10claws9
4032
4033         * src/news.c
4034                 revert news progressbar (GUI separation)
4035
4036 2003-02-13 [paul]       0.8.10claws8
4037
4038         * src/compose.c
4039                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4040                 paragraph 1
4041
4042 2003-02-13 [paul]       0.8.10claws7
4043
4044         * src/compose.[ch]
4045           src/summaryview.c
4046                 fix 'Follow-up and Reply-to' so that it creates a reply to
4047                 the newsgroup and the sender. If the message has the keyword
4048                 'poster' in the Followup-To header, all replies go to the
4049                 sender, re: RFC 1036, Section 2.2.3
4050                 rename all instances of 'ignore_replyto' to 'to_sender', both
4051                 were previously used, now we use just one.
4052
4053 2003-02-13 [paul]       0.8.10claws6
4054
4055         * sync with 0.8.10cvs9
4056                 see ChangeLog 2003-02-13
4057
4058 2003-02-13 [paul]       0.8.10claws5
4059
4060         * configure.ac
4061                 show which plugins are configured in the configure
4062                 output.
4063
4064 2003-02-12 [thorsten]   0.8.10claws4
4065
4066         * src/news.c
4067                 show progress while fetching news headers
4068
4069 2003-02-12 [christoph]  0.8.10claws3
4070
4071         * configure.ac
4072         * src/plugins/Makefile.am
4073                 use AM_CONDITIONAL to enable plugins, automake correctly
4074                 manages this when creating distdir
4075
4076 2003-02-12 [christoph]  0.8.10claws2
4077
4078         * ac/spamassassin.m4
4079         * src/plugins/spamassassin/Makefile.am
4080                 fix building SpamAssassin plugin without OpenSSL
4081
4082 2003-02-12 [paul]       0.8.10claws1
4083
4084         * ac/Makefile.am
4085           src/Makefile.am
4086           src/plugins/Makefile.am
4087                 fix failure of 'make release'
4088
4089 2003-02-12 [paul]       0.8.10claws
4090
4091         * 0.8.10claws released
4092
4093 2003-02-12 [paul]       0.8.9claws56
4094
4095         * po/bg.po
4096           po/es.po
4097           po/it.po
4098           po/ru.po
4099           po/sr.po
4100                 updated translations by George Danchev, Ricardo Mones Lastra,
4101                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4102                 
4103         * sylpheed.spec.in
4104                 Allow the building of RPMs by a regular user. Submitted
4105                 by Sergei Astanin
4106
4107 2003-02-11 [alfons]     0.8.9claws55
4108
4109         * src/colorlabel.c
4110                 don't use pixmaps for label color rect but draw rectangles
4111                 so we can respect the color map of palette based visuals
4112                 (fixes the long time crashes on Suns - thanks to Andreas
4113                 Engel and Steve O'Hara-Smith for testing)
4114
4115 2003-02-11 [christoph]  0.8.9claws54
4116
4117         * src/matcher_parser_parse.y
4118                 correct bug where filering rules of not existing folders in
4119                 matcherrc were added to global filtering
4120                 
4121         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4122          main filter-rules after removing directory, http://bugs.debian.org/180253)
4123         
4124 2003-02-11 [paul]       0.8.9claws53
4125
4126         * sync with 0.8.10cvs7
4127                 see ChangeLog 2003-02-09
4128
4129 2003-02-11 [melvin]     0.8.9claws52
4130
4131         * po/fr.po
4132                 Updated French tranlsations
4133
4134 2003-02-10 [paul]       0.8.9claws51
4135
4136         * sylpheed.spec.in
4137                 correct --enable-openssl
4138                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4139
4140 2003-02-09 [martin]     0.8.9claws50
4141
4142         * src/prefs_matcher.c
4143                 fix segfault in prefs_matcher_substitute_cb() when
4144                 no row is selected
4145
4146 2003-02-09 [paul]       0.8.9claws49
4147
4148         * src/folderview.c
4149                 fix bug where a newsgroup folder's processing rules were
4150                 merged with the global filtering rules when the newsgroup
4151                 folder was deleted, causing some seriously bad results,
4152                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4153
4154 2003-02-08 [melvin]     0.8.9claws48
4155
4156         * src/compose.c
4157                 Corrected and modified an alert message.
4158
4159 2003-02-07 [paul]       0.8.9claws47
4160
4161         * src/folderview.c
4162                 fix bug where both an 'Account properties' window and a
4163                 'Folder properties' window were opened when clicking on
4164                 'Properties' in an NNTP or IMAP folder's popup menu.
4165
4166 2003-02-07 [paul]       0.8.9claws46
4167
4168         * sync with 0.8.10cvs6
4169                 see ChangeLog 2003-02-06
4170
4171 2003-02-06 [christoph]  0.8.9claws45
4172
4173         * src/mbox.c
4174                 freeze folder updates while importing mbox files
4175                 (closes bug 43 importing mbox took hours)
4176                 
4177         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4178
4179 2003-02-06 [thorsten]   0.8.9claws44
4180
4181         * po/de.po
4182                 Updated german translations
4183
4184 2003-02-06 [thorsten]   0.8.9claws43
4185
4186         * src/news.h
4187                 use guint for message numbers (fix count in grouplist dialog)
4188
4189 2003-02-05 [paul]       0.8.9claws42
4190
4191         * sync with 0.8.10cvs2
4192                 see ChangeLog 2003-02-05
4193
4194 2003-02-04 [colin]      0.8.9claws41
4195
4196         * src/prefs_common.[ch]
4197           src/procmsg.c
4198           src/summaryview.c
4199                 Add an option to disable threading by subject
4200
4201 2003-02-04 [christoph]  0.8.9claws40
4202
4203         * src/inc.c
4204                 only abort fetching mails from multiple accounts when the
4205                 error is fatal and does not allow to check any more accounts
4206                 (currently only disk full error)
4207
4208         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4209          receive mails for other accouts)
4210
4211 2003-02-04 [christoph]  0.8.9claws39
4212
4213         * src/folder.c
4214                 first add the new message to the cache, then
4215                 send the update notification
4216
4217         (closes bug 39 after sending message folderview doesnt get updated)
4218
4219 2003-02-04 [colin]      0.8.9claws38
4220
4221         * src/inc.c
4222                 _really_ fix this Connecting... status
4223
4224 2003-02-04 [paul]       0.8.9claws37
4225
4226         * sync with 0.8.10
4227                 see ChangeLog 2003-02-04
4228
4229 2003-02-04 [paul]       0.8.9claws36
4230
4231         * sync with 0.8.9cvs6
4232                 see ChangeLog 2003-02-03
4233
4234 2003-02-04 [paul]       0.8.9claws35
4235
4236         * po/pt_BR.po
4237                 updated by André Filipe de Assunção e Brito 
4238                 <bedecko@netsite.com.br>
4239
4240 2003-02-03 [thorsten]   0.8.9claws34
4241
4242         * po/de.po
4243                 Updated german translations
4244
4245 2003-02-02 [paul]       0.8.9claws33
4246
4247         * po/es.po
4248                 updated by Ricardo Mones Lastra
4249
4250 2003-02-02 [thorsten]   0.8.9claws32
4251
4252         * src/mh.c
4253                 Fix mh_get_msginfo() segfault if file is inaccessible
4254
4255 2003-01-31 [colin]      0.8.9claws31
4256
4257         * src/procheader.c
4258                 Fix last commit's bug
4259
4260 2003-01-31 [colin]      0.8.9claws30
4261
4262         * src/procheader.c
4263                 Missing a change for gpg-signed messages
4264
4265 2003-01-31 [paul]       0.8.9claws29
4266
4267         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4268           src/procheader.c
4269           src/stock_pixmap.[ch]
4270           src/summaryview.c
4271                 indicate GnuPG signed messages by displaying an icon
4272                 in the Attachment column.
4273
4274 2003-01-31 [paul]       0.8.9claws28
4275
4276         * sync with 0.8.9cvs4
4277                 see ChangeLog 2003-01-31
4278
4279 2003-01-31 [alfons]     0.8.9claws27
4280
4281         * src/textview.c
4282                 tune URI parser to accept mailto URLs with a '?'
4283                 (patch from Ruslan Balkin)
4284
4285 2003-01-31 [colin]      0.8.9claws26
4286
4287         * src/summaryview.c
4288                 Fix a leak introduced in claws24
4289
4290 2003-01-31 [colin]      0.8.9claws25
4291
4292         * src/summaryview.c
4293                 Freeze/Thaw folder updates when deleting dups
4294
4295 2003-01-31 [colin]      0.8.9claws24
4296         
4297         * src/addr_compl.c
4298           src/summaryview.c
4299           src/msgcache.c
4300                 little speed improvements
4301
4302 2003-01-31 [colin]      0.8.9claws23
4303
4304         * src/summaryview.c
4305                 Fix segfault when forwarding nothing
4306                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4307                 
4308 2003-01-30 [paul]       0.8.9claws22
4309
4310         * sync with 0.8.9cvs3
4311                 see ChangeLog 2003-01-30
4312
4313 2003-01-30 [paul]       0.8.9claws21
4314
4315         * sync with 0.8.9cvs2
4316                 see ChangeLog 2003-01-30
4317
4318 2003-01-29 [paul]       0.8.9claws20
4319
4320         * sync with 0.8.9cvs1
4321                 see ChangeLog 2003-01-29
4322
4323 2003-01-28 [paul]       0.8.9claws19
4324
4325         * po/POTFILES.in
4326                 update to reflect changes. 
4327                 thanks to Ricardo Mones Lastra
4328
4329 2003-01-27 [christoph]  0.8.9claws18
4330
4331         * ac/openssl.m4
4332         * ac/spamassassin.m4
4333         * src/plugins/spamassassin/README
4334         * src/plugins/spamassassin/libspamc.[ch]
4335         * src/plugins/spamassassin/utils.[ch]
4336                 updated to latest libspamc
4337
4338 2003-01-27 [christoph]  0.8.9claws17
4339
4340         * src/folder.c
4341                 fix wrong use of procheader_get_header_fields
4342
4343 2003-01-27 [christoph]  0.8.9claws16
4344
4345         * src/news.c
4346         * src/prefs_account.[ch]
4347         * src/common/nntp.[ch]
4348                 allow to force authentication for NNTP servers
4349
4350         Patch submitted by Florian Mickler <dmk@d-labs.de>
4351
4352 2003-01-26 [paul]       0.8.9claws15
4353
4354         * src/summaryview.c
4355                 speed up of marking messages as read
4356                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4357
4358 2003-01-26 [christoph]  0.8.9claws14
4359
4360         * src/Makefile.am
4361         * src/mgutils.[ch]              ** REMOVE **
4362         * src/xml.[ch]                  ** REMOVE **
4363         * src/xmlprops.[ch]             ** REMOVE **
4364         * src/common/Makefile.am
4365         * src/common/mgutils.[ch]       ** NEW **
4366         * src/common/xml.[ch]           ** NEW **
4367         * src/common/xmlprops.[ch]      ** NEW **
4368                 move xml files to common directory
4369
4370 2003-01-26 [christoph]  0.8.9claws13
4371
4372         * src/plugins/spamassassin/spamassassin_gtk.c
4373                 only set gtk entry text if string is available
4374
4375 2003-01-26 [melvin]     0.8.9claws12
4376
4377         * src/description_window.c
4378                 Allow resizing of the window
4379                 Allow automatic horizontal scroll bar
4380                 Do not vertically expand and fill
4381
4382 2003-01-26 [christoph]  0.8.9claws11
4383
4384         * src/Makefile.am
4385         * src/gtkutils.[ch]             ** REMOVE **
4386         * src/common/sylpheed.c
4387         * src/gtk/Makefile.am
4388         * src/gtk/description_window.c
4389         * src/gtk/gtkutils.[ch]         ** NEW **
4390         * src/gtk/prefswindow.c
4391                 move gtkutils to gtk directory
4392
4393 2003-01-26 [paul]       0.8.9claws10
4394
4395         * src/summaryview.c
4396                 rename summary_unread_clicked() to summary_status_clicked()
4397
4398 2003-01-26 [melvin]     0.8.9claws9
4399
4400         * src/prefs_actions.c
4401                 Cosmetical changes to the help text
4402
4403 2003-01-26 [paul]       0.8.9claws8
4404
4405         * src/folder.[ch]
4406           src/mainwindow.c
4407           src/prefs_common.c
4408           src/prefs_sumamry_column.c
4409           summaryview.[ch]
4410                 rename the 'Unread' column to 'Status'
4411
4412 2003-01-25 [match]      0.8.9claws7
4413
4414         * src/mgutils.[ch]
4415                 removed reference to LDAP constants. removed error2string.
4416                 included functions to support LDAP dynamic queries.
4417         * src/syldap.h
4418                 moved LDAP constants here.
4419         * src/addressbook.c
4420         * src/addrindex.c
4421         * src/importldif.c
4422                 removed references to LDAP constants and references to
4423                 error2string.
4424
4425 2003-01-25 [paul]       0.8.9claws6
4426
4427         * src/summaryview.c
4428                 summary_thread_build(), summary_thread_init(): remove 
4429                 unneeded reference to summaryview->folder_item
4430
4431 2003-01-25 [christoph]  0.8.9claws5
4432
4433         * src/gtk/description_window.c
4434                 o allow description texts to expand over multiple columns
4435                 o translate all columns
4436         * src/prefs_actions.c
4437                 change syntax description to use new multi column feature
4438
4439         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4440
4441 2003-01-25 [match]      0.8.9claws4
4442
4443         * src/vcard.c
4444                 fixed bug with Quoted-Printable
4445
4446 2003-01-25 [paul]       0.8.9claws3
4447
4448         * src/folder.[ch]
4449           src/summaryview.[ch]
4450                 implement per-folder collapsed/expanded threads setting
4451                 
4452         * src/prefs_common.c
4453                 remove global collapsed/expanded threads option
4454
4455 2003-01-25 [christoph]  0.8.9claws2
4456
4457         * po/POTFILES.in
4458                 add pluginwindow and prefswindow
4459         * src/compose.c
4460                 make send respond correctly to messages that could be added
4461                 to the queue folder, but the UID of the message is unknown
4462         * src/folder.c
4463         * src/imap.c
4464                 don't return guessed UIDs in imap_add_msg anymore. We return
4465                 0 to tell the folder system it was appened but the UID is
4466                 unknown. Folder system now get's the UID by scaning the folder
4467                 and searching the cache for the Message-ID
4468                 (closes bug #29 Messages queued, but not sent)
4469
4470 2003-01-25 [paul]       0.8.9claws1
4471
4472         * src/codeconv.c
4473                 conv_encode_header():  fix bug when long headers with 8-bit
4474                 characters are used, so that the encoded words are wrapped.
4475                 If the space in the original text falls on the wrap boundary,
4476                 it can be lost.
4477                 Patch by Sergey Vlasov.
4478                 
4479         * src/folderview.c
4480                  fix bug where a change to the sorting method or thread view
4481                  of a folder's messages is lost if simpify-subject is set and
4482                  toggled on or off.
4483                  Patch by Luke Plant.
4484
4485 2003-01-24 [paul]       0.8.9claws
4486
4487         * sylpheed-0.8.9claws released
4488         
4489         * Makefile.am
4490           sylpheed.spec.in
4491                 remove reference to 'INSTALL.jp'
4492
4493 2003-01-23 [paul]       0.8.8claws128
4494
4495         * po/es.po
4496           po/it.po
4497           po/ru.po
4498           po/sr.po
4499                 updated translations. submitted by Ricardo Mones Lastra,
4500                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4501
4502 2003-01-23 [colin]      0.8.8claws127
4503
4504         * src/compose.c
4505                 Fix drafted and queued news articles re-edition
4506
4507 2003-01-23 [melvin]     0.8.8claws126
4508
4509         * po/fr.po
4510                 Updated French translations
4511
4512 2003-01-23 [colin]      0.8.8claws125
4513
4514         * src/inc.c
4515                 Fix "Connecting to..." status message
4516
4517 2003-01-22 [paul]       0.8.8claws124
4518
4519         * po/bg.po
4520                 updated by George Danchev
4521                 
4522         * src/folder.c
4523                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4524                 and folder deletion
4525
4526 2003-01-21 [paul]       0.8.8claws123
4527
4528         * po/bg.po
4529                 updated by George Danchev
4530                 
4531         * src/about.c
4532                 its now 2003
4533                 
4534         * src/toolbar.c
4535                 don't translate 'Separator'
4536                 
4537         * src/plugins/spamassassin/Makefile.am
4538                 add aspell to CPPFLAGS
4539                 
4540         * src/plugins/spamassassin/spamassassin.c
4541           src/plugins/spamassassin/spamassassin_gtk.c
4542                 set correct default for spamassassin_receive_spam
4543                 slightly re-word descriptions and some
4544                 other minor changes
4545
4546 2003-01-19 [alfons]     0.8.8claws122
4547                 
4548         * src/mimeview.c
4549                 mimeview_save_as(): we might as well show the file name for
4550                 the single case "Save As" too
4551
4552 2003-01-19 [alfons]     0.8.8claws121
4553
4554         * src/crash.c
4555                 change bug tracker URL to bugzilla URL
4556
4557 2003-01-19 [alfons]     0.8.8claws120
4558
4559         * src/mimeview.c
4560                 mimeview_save_all(): display name of file before overwriting;
4561                 continue saving all, even when one overwrite was cancelled
4562
4563 2003-01-19 [christoph]  0.8.8claws119
4564
4565         * src/summaryview.c
4566         * src/procmsg.[ch]
4567                 fix wrong usage of procmsg_find_children in summaryview
4568                 by using procmsg_update_unread_children instead of
4569                 summaryview_update_unread_children
4570
4571 2003-01-19 [christoph]  0.8.8claws118
4572
4573         * src/procmsg.c
4574                 fix infinite loop in procmsg_find_children
4575                  (closes bug #25 sylpheed crashes on delete.)
4576
4577         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4578
4579 2003-01-19 [paul]       0.8.8claws117
4580
4581         * po/pt_BR.po
4582                 updated by Ivan Francolin Martinez
4583
4584 2003-01-18 [melvin]     0.8.8claws116
4585
4586         * src/prefs_actions.c
4587                 Removed syntax limitation of only one '&' at the end of command.
4588                         Now actions that contain '>/dev/null 2>&1' are possible.
4589
4590 2003-01-18 [melvin]     0.8.8claws115
4591
4592         * src/prefs_actions.c
4593                 Actions IO dialog: when the action ends
4594                 the "Close" button now has focus and [Escape] closes the
4595                 window.
4596
4597 2003-01-18 [christoph]  0.8.8claws114
4598
4599         * src/procmsg.c
4600                 o add debug output when MsgInfos are really freed
4601                 o free GSLists in procmsg_find_children and
4602                   procmsg_update_unread_children
4603
4604 2003-01-18 [christoph]  0.8.8claws113
4605
4606         * src/mainwindow.c
4607                 reorder Configuration menu
4608
4609 2003-01-18 [christoph]  0.8.8claws112
4610
4611         * src/compose.c
4612                 fix applying templates to forwarded messages
4613
4614         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4615
4616 2003-01-17 [christoph]  0.8.8claws111
4617
4618         * src/folder.c
4619                 destroy folder items, when a folder item is removed
4620
4621 2003-01-17 [christoph]  0.8.8claws110
4622
4623         * src/folder.c
4624                 fix wrong folder stats update when ignored message is
4625                 deleted
4626
4627 2003-01-17 [colin]      0.8.8claws109
4628         
4629         * src/mainwindow.c
4630         * src/summaryview.c
4631                 Quicksearch bugfixes: 
4632                 - hide help button at startup if not extended
4633                 - switch to extended when looking for replies
4634
4635 2003-01-17 [paul]
4636
4637         * sync with 0.8.9 release
4638
4639 2003-01-17 [paul]       0.8.8claws108
4640
4641         * sync with 0.8.8cvs11
4642                 see ChangeLog 2003-01-17
4643
4644 2003-01-16 [colin]      0.8.8claws107
4645
4646         * src/procmsg.c
4647                 Changed encryption test to re-ask passphrase
4648                 if an encrypted message hasn't been decrypted
4649                 Fixes bug #5
4650
4651 2003-01-16 [christoph]  0.8.8claws106
4652
4653         * src/prefs_gtk.c
4654         * src/prefs_toolbar.c
4655         * src/gtk/prefswindow.h
4656         * src/plugins/spamassassin/spamassassin_gtk.c
4657                 remove page destroy function that is not used anymore
4658
4659 2003-01-16 [paul]       0.8.8claws105
4660
4661         * sync with 0.8.8cvs9
4662                 see ChangeLog 2002-01-16
4663
4664 2003-01-16 [colin]      0.8.8claws104
4665
4666         * src/compose.[ch]
4667                 Fix bug with autosaved drafts for IMAP, when draft
4668                 folder is specified - fixes bugzilla bug #20
4669
4670 2003-01-15 [paul]       0.8.8claws103
4671
4672         * src/compose.[ch]
4673           src/procmsg.c
4674                 store folder and message-id of message forwarding
4675                 in queue header and set forward flag after sending
4676
4677 2003-01-15 [paul]       0.8.8claws102
4678
4679         * sync with 0.8.8cvs8
4680                 see ChangeLog 2002-01-15
4681
4682 2003-01-15 [colin]      0.8.8claws101
4683
4684         * src/Makefile.am
4685                 Fix linking with GNU libiconv
4686
4687 2003-01-15 [darko]      0.8.8claws100
4688
4689         * src/pine.c
4690                 fix crash when importing pine address book
4691                 entry with an empty name (reported by DY
4692                 <dybulk at tri8.net>)
4693
4694 2003-01-14 [paul]       0.8.8claws99
4695
4696         * configure.in  ** REMOVED **
4697           configure.ac  ** NEW FILE **
4698                 rename configure.in to configure.ac, as it is now
4699                 preferred
4700
4701 2003-01-14 [melvin]     0.8.8claws98
4702
4703         * src/folderview.c
4704                 folderview_check_new(): More precise function description
4705
4706 2003-01-14 [melvin]     0.8.8claws97
4707
4708         * src/folderview.c
4709                 folderview_check_new(): return the number of new messages 
4710                         since last check.
4711         * src/inc.c
4712                 inc_account_mail(): Disable counting of new messages for IMAP
4713                         and NNTP until bug [19] and [14] are fixed.
4714
4715 2003-01-14 [paul]       0.8.8claws96
4716
4717         * sync with 0.8.8cvs6
4718                 see ChangeLog 2003-01-14
4719
4720 2003-01-13 [alfons]     0.8.8claws95
4721
4722         * src/textview.c
4723                 tune email address validation (c. 0.8.8claws89): if . is 
4724                 just one char away from @, the address is invalid too 
4725                 (correctly rejects addresses like foo@.com)
4726
4727 2003-01-13 [paul]       0.8.8claws94
4728
4729         * src/messageview.c
4730           src/toolbar.c
4731                 fixes to the Message View toolbar and menu:
4732                 fix non-functioning Forward button
4733                 make Reply button consider default_reply_list
4734                 remove 'Follow-up...' menu entry
4735                 add 'Forward' and 'Redirect' menu entries
4736
4737 2003-01-13 [melvin]     0.8.8claws93
4738
4739         * src/inc.c
4740                 Fixed typo that could make new messages count incorrect.
4741
4742 2003-01-13 [melvin]     0.8.8claws92
4743
4744         * src/folderview.[ch]
4745                 folderview_check_new(): return the number of new messages.
4746         * src/inc.c
4747                 Should fix bug [14] where new mail notification worked 
4748                         incorrectly with IMAP accounts.
4749                 inc_spool_account(): return number of new msgs, or -1 on error
4750                 inc_all_spool(): return number of new msgs
4751                 
4752 2003-01-13 [melvin]     0.8.8claws91
4753
4754         * src/prefs_actions.c
4755                 Justify help text.
4756
4757 2003-01-12 [thorsten]   0.8.8claws90
4758
4759         * src/common/prefs.c
4760                 close file before rename
4761
4762 2003-01-12 [alfons]     0.8.8claws89
4763
4764         * AUTHORS
4765                 add Christian Mertes
4766         * src/common/utils.[ch]
4767                 g_stricase_hash(), g_stricase_equal(): functions for 
4768                 case insensitive hash tables
4769         * src/textview.c
4770                 use top level domain names to validate email address, based
4771                 on a patch by Christian Mertes (thanks!), but changed 
4772                 implementation to use a hash table 
4773
4774 2003-01-12 [paul]       0.8.8claws88
4775
4776         * po/bg.po
4777                 updated by George Danchev
4778
4779 2003-01-12 [alfons]     0.8.8claws87
4780
4781         * src/summaryview.c
4782                 delete / execute performance: use new style folder update
4783
4784 2003-01-12 [paul]       0.8.8claws86
4785
4786         * sync with 0.8.8cvs5
4787                 see ChangeLog 2003-01-13 (!)
4788
4789 2003-01-12 [alfons]     0.8.8claws85
4790
4791         * src/filtering.c
4792         * src/matcher_parser_parse.y
4793                 prepare change_score filtering action
4794         * src/matcher.[ch]
4795                 give up const-correctness on functions that call non-const-correct functions;
4796                 several casts to gpointer in g_free();
4797                 add change_score;
4798
4799 2003-01-12 [christoph]  0.8.8claws84
4800
4801         * src/compose.c
4802                 fix 2 warnings
4803
4804         * src/gtk/prefswindow.[ch]
4805         * src/plugins/spamassassin/spamassassin_gtk.c
4806                 changed the call of the widget create function
4807                 for PrefsPages, because sometimes the widget
4808                 create function needs a widget that already has
4809                 been attached to a window (to create GDK pixmaps
4810                 for exmaple). So we simply pass the GtkWindow as
4811                 the second parameter now.
4812
4813         * src/main.c
4814         * src/mainwindow.c
4815         * src/prefs_toolbar.[ch]
4816                 rewrite Toolbar Preferences using the new
4817                 prefs window
4818
4819 2003-01-11 [alfons]     0.8.8claws83
4820
4821         * src/addressadd.c
4822                 fix crash when adding sender to addressbook because status bar
4823                 isn't there (the status bar doesn't seem to be used though,
4824                 but I'll let Match decide what to do with it)
4825
4826 2003-01-11 [colin]      0.8.8claws82
4827
4828         * src/main.c
4829           src/toolbar.c
4830                 Two useless changes reversed
4831
4832 2003-01-11 [colin]      0.8.8claws81
4833
4834         * src/mainwindow.c
4835           src/mainwindow.h
4836                 Add mainwindow_get_mainwindow()
4837         * src/alertpanel.c
4838           src/alertpanel.h
4839                 Add alertpanel_error_log() 
4840         * src/compose.c
4841           src/inc.c
4842           src/messageview.c
4843           src/toolbar.c
4844           src/main.c
4845           src/procmsg.c
4846                 Network errors get a View Log button
4847
4848 2003-01-10 [alfons]     0.8.8claws80
4849
4850         * src/prefs_toolbar.c
4851         * src/toolbar.c
4852                 use the translatable string for "Separator" as file name for
4853                 separator toolbar items (probably make this uppercase?)
4854
4855 2003-01-10 [alfons]     0.8.8claws79
4856
4857         * src/prefs_toolbar.c
4858                 put right A_SEPARATOR description string in "displayed
4859                 toolbar items list" so manually added separators are
4860                 saved correctly (bug #10, "Adding a separator to the main 
4861                 toolbar fails, entry in xml file is wrong")
4862
4863 2003-01-10 [christoph]  0.8.8claws78
4864
4865         * src/imap.c
4866                 o fix warnings
4867                 o use CAPABILITY to check if NAMESPACE is available
4868
4869 2003-01-10 [christoph]  0.8.8claws77
4870
4871         * src/imap.[ch]
4872                 apply UIDPLUS IMAP extension support patch
4873
4874         Patch submitted by Simon 'corecode' Schubert
4875
4876 2003-01-10 [paul]       0.8.8claws76
4877
4878         * src/folderview.c
4879                 a sync from main which fixes the news account folders'
4880                 Properties bug
4881
4882 2003-01-10 [christoph]  0.8.8claws75
4883
4884         * src/folder.c
4885                 don't accept 0 as a valid uid returned by copy and move
4886                 functions. 0 means the message was copied or moved but the
4887                 new uid could not be fetched. It is not an error condition
4888                 for the copy or move operation.
4889
4890 2003-01-10 [paul]       0.8.8claws74
4891
4892         * src/prefs_filtering.c
4893                 change English used in Alert when entry is not
4894                 saved.
4895                 
4896         * sync with 0.8.8cvs4
4897                 see ChangeLog 2003-01-10
4898
4899 2003-01-10 [darko]      0.8.8claws73
4900
4901         * src/pine.c
4902                 fix crash when importing address book entry
4903                 without a valid address
4904
4905 2003-01-09 [alfons]     0.8.8claws72
4906
4907         * src/inc.c
4908                 filtering performance: use new style folder update
4909
4910 2003-01-09 [christoph]  0.8.8claws71
4911
4912         * src/compose.c
4913         * src/gtk/menu.[ch]
4914                 fix wrong selecting of mime encoding type, when
4915                 opening property dialog of attachments in the
4916                 compose window. 7bit was always selected and that
4917                 destoryed files with 8bit data.
4918                 (closes bug #9 Sylpheed-claws destroys attachments when
4919                  changing MIME-types)
4920
4921 2003-01-09 [paul]       0.8.8claws70
4922
4923         * sync with 0.8.8cvs3
4924                 see ChangeLog 2003-01-09
4925
4926 2003-01-08 [alfons]     0.8.8claws69
4927         
4928         * src/addressadd.c
4929                 apply patch by Kim Schulz to fix build breakage
4930                 because of missing variable
4931
4932 2003-01-08 [paul]       0.8.8claws68
4933
4934         * sync with 0.8.8cvs2
4935                 see ChangeLog 2002-01-08
4936
4937 2003-01-08 [paul]       0.8.8claws67
4938
4939         * po/it.po
4940                 updated by Alessandro Maestri
4941                 
4942         * src/addressadd.c
4943                 when using 'Add sender to addressbook' allow
4944                 name to be edited and remarks to be entered
4945                 Patch submitted by Luke Plant
4946
4947 2003-01-08 [darko]      0.8.8claws66
4948
4949         * README.claws, src/summaryview.c
4950                 fix description for marked messages
4951
4952 2003-01-08 [paul]
4953
4954         * tools/Makefile.am
4955           tools/launch_phoenix  ** NEW FILE **
4956                 add script that enables using Phoenix as the default
4957                 web browser. 
4958                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4959                 
4960         * tools/OOo2sylpheed.pl
4961                 remove full path to sylpheed executable, just 'sylpheed'
4962                 will do
4963                 
4964         * tools/README
4965                 add launch_phoenix informtion and re-arrange and compress
4966                 the data a little
4967
4968 2003-01-07 [christoph]  0.8.8claws65
4969
4970         * src/folder.c
4971                 fix update for source folder when moving messages
4972         * src/procmsg.[ch]
4973         * src/summaryview.c
4974                 use function to set to_folder for message infos and
4975                 automatically update the op_count for old and new
4976                 folder
4977
4978 2003-01-07 [melvin]     0.8.8claws64
4979
4980         * src/prefs_actions.c
4981                 Fixed bug where an '%p' Action on a displayed image crashed 
4982                         Sylpheed
4983                 Code clean up (get rid of duplicated code and removed unnecessary 
4984                                 structure member)
4985
4986 2003-01-07 [christoph]  0.8.8claws63
4987
4988         * src/compose.c
4989         * src/folder.[ch]
4990         * src/folderview.c
4991         * src/import.c
4992         * src/inc.c
4993         * src/main.c
4994         * src/mainwindow.c
4995         * src/messageview.c
4996         * src/prefs_folder_item.c
4997         * src/procmsg.c
4998         * src/summaryview.c
4999         * src/toolbar.c
5000                 o remove all folder update triggering from the UI code. The folder
5001                   system should know much better when a folder needs an update.
5002                 o to prevent multiple updates in a row the folder updates can be
5003                   frozen for some time.
5004
5005                 Note: - Please verify that no updates are missing
5006                       - Check where freeze/thaws should be added
5007
5008 2003-01-07 [christoph]  0.8.8claws62
5009
5010         * src/prefs_actions.c
5011                 don't translate empty strings
5012
5013         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5014
5015 2003-01-06 [christoph]  0.8.8claws61
5016
5017         * src/prefs_actions.c
5018                 mark strings for gettext
5019         * src/prefs_matcher.c
5020                 use new description window for Execute action and
5021                 match condition in Filtering
5022
5023         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5024
5025 2003-01-06 [alfons]     0.8.8claws60
5026
5027         keep myself inspired to re-organize matcher part 8; 
5028         yes, more to come (I need to move out the descriptive
5029         text for actions to matcher.c, or at least make it not
5030         depend on the wicked ordering)
5031
5032         * src/prefs_matcher.c
5033                 add documentation so others may comprehend the
5034                 UI part of the conditions
5035                 
5036 2003-01-06 [christoph]  0.8.8claws59
5037
5038         * src/prefs_actions.c
5039                 use new description window for syntax help
5040         * src/gtk/description_window.c
5041                 fix display of descriptions with column count != 2
5042
5043         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5044
5045 2003-01-06 [christoph]  0.8.8claws58
5046
5047         * src/quote_fmt.c
5048         * src/summaryview.[ch]
5049         * src/gtk/Makefile.am
5050         * src/gtk/description_window.[ch]       ** NEW **
5051                 use a generic window to display syntax descriptions
5052                 currently used in quote_fmt and summaryview (new description
5053                 for extended quick search)
5054
5055         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5056
5057 2003-01-06 [paul]       0.8.8claws57
5058
5059         * sync with 0.8.8cvs1
5060                 see ChangeLog 2003-01-06
5061
5062 2003-01-06 [christoph]  0.8.8claws56
5063
5064         * src/mainwindow.c
5065         * src/prefs_gtk.[ch]
5066         * src/gtk/prefswindow.[ch]
5067         * src/plugins/spamassassin/spamassassin_gtk.c
5068                 o remove page management from prefswindow, pages
5069                   will be an argument to prefswindow_open
5070                 o prefswindow_open gets a datapointer that is
5071                   passed to the widget_create function to allow
5072                   creation of prefswindow for specific items
5073
5074 2003-01-06 [colin]      0.8.8claws55
5075         
5076         * src/summaryview.c
5077                 We don't want regexp in the reply-finder, 
5078                 because MIDs can contain !,$,. and so on
5079
5080 2003-01-06 [jens]       0.8.8claws54
5081
5082         * src/jpilot.c
5083                 fixed a wrong free in jpilot_read_db_files
5084
5085 2003-01-06 [alfons]     0.8.8claws53
5086
5087         re-organize matcher part 8; more to come
5088        
5089         * src/matcher.c
5090                 matcherprop_to_string(): put g_free()s before the
5091                 switch-case break to fix memleaks                
5092
5093 2003-01-06 [colin]      0.8.8claws52
5094
5095         * src/summaryview.c
5096                 cleanup & reply-finder now displays the first 
5097                 matching message
5098
5099 2003-01-05 [alfons]     0.8.8claws51
5100
5101         re-organize matcher part 7; more to come
5102
5103         * src/matcher.[ch]
5104                 fixes for constant correctness;
5105                 more documentation;
5106
5107 2003-01-05 [alfons]     0.8.8claws50
5108
5109         re-organize matcher part 6; more to come
5110         
5111         * src/matcher.[ch]
5112                 fixes for constant correctness;
5113                 more documentation;
5114         * src/filtering.c
5115                 fix for constant correctness
5116
5117 2003-01-05 [colin]      0.8.8claws49
5118
5119         * src/account.[ch]
5120                 Add account_get_reply_account function
5121         * src/compose.c
5122                 Use account_get_reply_account function 
5123         * src/summaryview.c
5124                 Basic reply-finder - click on the replied
5125                 icon gets you to the outbox using quick-search
5126
5127 2003-01-05 [paul]       0.8.8claws48
5128
5129         * src/prefs_common.c
5130                 small change to English
5131                 
5132         * src/prefs_filtering.c
5133                 prefs_filtering_action_select(): improve logic and uniformity
5134                 of gui
5135
5136 2003-01-05 [alfons]     0.8.8claws47
5137
5138         fine tune solution to focus problems (bug #7)
5139
5140         * src/mainwindow.c
5141                 mainwindow_focus_in_event(): remove grab event check
5142         * src/summaryview.c
5143                 summary_button_pressed(): move selection on right-click
5144                 too. we can't possibly move the selection back after
5145                 canceling a dialog, because gtk's incomplete focus 
5146                 management. whether this is a good solution, only time
5147                 will tell.
5148
5149 2003-01-05 [christoph]  0.8.8claws46
5150
5151         * src/imap.c
5152                 fix crash when no imap connection could be established
5153
5154 2003-01-05 [paul]       0.8.8claws45
5155
5156         * src/mainwindow.c
5157           src/sumamryview.c
5158           src/gtk/menu.[ch]
5159                 fix bug 605957 'shortcuts in popup-menu'
5160                 make user-defined shortcuts work
5161                 show shortcuts that are already defined
5162                 in the main menu
5163                 Patch submitted by Luke Plant
5164
5165 2003-01-05 [alfons]     0.8.8claws44
5166
5167         * src/mainwindow.c
5168                 focus_in_event handler should not select summary view row 
5169                 when another window (menu, dialog) grabbed for events 
5170                 (bug #7, "[0.8.8claws42] Message summary focus") 
5171
5172 2003-01-04 [christoph]  0.8.8claws43
5173
5174         * src/procmsg.c
5175                 update save folder after adding the sent message
5176                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5177
5178 2003-01-02 [christoph]  0.8.8claws42
5179
5180         * src/common/plugin.c
5181                 fix unloading of all plugins and unload
5182                 plugins in reverse order
5183                 
5184         * src/gtk/pluginwindow.c
5185                 implement function of load and unload button
5186
5187         * src/gtk/prefswindow.c
5188         * src/gtk/prefswindow.h
5189                 rename register function and add new unregister
5190                 function
5191
5192         * src/plugins/spamassassin/spamassassin_gtk.c
5193                 unregister prefs page and update for changes in
5194                 src/gtk/prefswindow.c
5195
5196 2003-01-02 [paul]       0.8.8claws41
5197
5198         * po/es.po
5199                 updated by Ricardo Mones Lastra
5200
5201 2003-01-02 [paul]
5202
5203         * tools/tb2sylpheed
5204                 fixes and improvements by Urke MMI
5205
5206 2003-01-02 [thorsten]   0.8.8claws40
5207
5208         * src/procmsg.c
5209                 fixed wrong return value
5210
5211 2003-01-02 [thorsten]   0.8.8claws39
5212
5213         * src/prefs.c
5214                 fixed printing wrong variable
5215
5216 2003-01-02 [thorsten]   0.8.8claws38
5217
5218         * src/prefs.c
5219                 fixed acessing members of freed pfile struct
5220
5221 2003-01-02 [thorsten]   0.8.8claws37
5222
5223         * src/procmsg.c
5224                 detect loops across several messages
5225                 as suggested by Christoph Hohmann
5226
5227 2003-01-01 [match]      0.8.8claws36
5228
5229         * src/addrindex.c
5230                 fixed another memory leak.
5231
5232 2003-01-01 [match]      0.8.8claws35
5233
5234         * src/jpilot.[ch]
5235                 fixed memory leaks. applied Doxygen comments.
5236
5237 2003-01-01 [thorsten]   0.8.8claws34
5238
5239         * src/procmsg.c
5240                 inhibit endless loop if msg references itself
5241                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5242
5243 2003-01-01 [christoph]  0.8.8claws33
5244
5245         * src/mainwindow.c
5246         * src/gtk/Makefile.am
5247         * src/gtk/pluginwindow.c                ** NEW **
5248         * src/gtk/pluginwindow.h                ** NEW **
5249                 add plugin window
5250
5251         * src/plugins/demo/demo.c
5252         * src/plugins/spamassassin/spamassassin.c
5253         * src/plugins/spamassassin/spamassassin_gtk.c
5254                 write better plugin descriptions
5255
5256 2002-12-31 [christoph]  0.8.8claws32
5257
5258         * src/gtk/prefswindow.c
5259         * src/plugins/spamassassin/spamassassin_gtk.c
5260                 some small improvements to GTK code
5261
5262 2002-12-31 [christoph]  0.8.8claws31
5263
5264         * src/plugins/spamassassin/spamassassin_gtk.c
5265                 enable folder select button
5266
5267 2002-12-31 [christoph]  0.8.8claws30
5268
5269         * src/mainwindow.c
5270         * src/gtk/Makefile.am
5271         * src/gtk/prefswindow.c                         ** NEW **
5272         * src/gtk/prefswindow.h                         ** NEW **
5273                 add new prefs window
5274
5275         * src/common/plugin.c
5276                 don't try to load empty config lines
5277         
5278         * src/plugins/spamassassin/Makefile.am
5279         * src/plugins/spamassassin/spamassassin.c
5280         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5281         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5282                 GTK config for SpamAssassin Plugin using
5283                 the new prefs window
5284
5285 2002-12-31 [paul]       0.8.8claws29
5286
5287         * po/POTFILES.in
5288                 remove obsolete entry 'src/menu.c'
5289
5290 2002-12-31 [alfons]     0.8.8claws28
5291
5292         * src/matcher.[ch]
5293         * src/matcher_parser_parse.y
5294         * src/prefs_matcher.c
5295                 add "ignore_thread" and "~ignore_thread" condition so it's
5296                 possible to make the actions / scoring operate on the ignore
5297                 thread flag
5298
5299 2002-12-31 [christoph]  0.8.8claws27
5300
5301         * src/addrbook.c
5302         * src/addrindex.c
5303         * src/folder.c
5304         * src/matcher.c
5305         * src/prefs_account.c
5306         * src/prefs_actions.c
5307         * src/prefs_customheader.c
5308         * src/prefs_display_header.c
5309         * src/prefs_gtk.c
5310         * src/procmime.c
5311         * src/toolbar.c
5312         * src/xmlprops.c
5313         * src/common/prefs.[ch]
5314                 extend prefs file handling for reading and automatic handling
5315                 of blocks. When reading prefs_set_block_label will automatically
5316                 move on to the block. When writing it will copy all other blocks
5317                 automatically
5318
5319         * src/common/plugin.c
5320                 Now loading plugin filenames from [Plugins] block in
5321                 sylpheed rc file
5322
5323 2002-12-30 [christoph]  0.8.8claws26
5324
5325         * src/common/hooks.[ch]
5326                 return abort status to caller of hooks_invoke
5327                 
5328         * src/inc.[ch]
5329                 invoke message filtering hook and stop
5330                 default handling when filter returns abort
5331
5332         * src/common/plugin.[ch]
5333         * src/plugins/demo/demo.c
5334                 modify plugin loader, because resolving symbols for strings
5335                 does not work correctly
5336         
5337         * configure.in
5338         * ac/spamassassin.m4                            ** NEW **
5339         * src/plugins/spamassassin/.cvsignore           ** NEW **
5340         * src/plugins/spamassassin/Makefile.am          ** NEW **
5341         * src/plugins/spamassassin/README               ** NEW **
5342         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5343         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5344         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5345                 add spamassassin plugin, see src/plugins/spamassassin/README
5346                 for details
5347
5348 2002-12-29 [alfons]     0.8.8claws25
5349
5350         * src/mainwindow.c
5351                 when moving focus from a message view to the main 
5352                 window, don't forget to select the summary node
5353                 of the displayed message. should fix "[ 659103 ] 
5354                 focus-follows-mouse confuses sylpheed"
5355
5356 2002-12-29 [christoph]  0.8.8claws24
5357
5358         * src/Makefile.am
5359         * src/stringtable.[ch]          ** REMOVE **
5360         * src/common/Makefile.am
5361         * src/common/stringtable.[ch]   ** NEW **
5362                 move stringtable files to common directory
5363
5364 2002-12-29 [christoph]  0.8.8claws23
5365
5366         * src/Makefile.am
5367         * src/menu.[ch]                 ** REMOVE **
5368         * src/gtk/Makefile.am
5369         * src/gtk/menu.[ch]             ** NEW **
5370                 move menu files to gtk directory
5371
5372 2002-12-29 [match]      0.8.8claws22
5373
5374         * src/addressbook.c
5375         * src/syldap.c
5376                 moved UI specific code out of LDAP code into addressbook
5377                 UI code. fixed memory leak.
5378
5379 2002-12-29 [christoph]  0.8.8claws21
5380
5381         * src/folder.c
5382                 only check for IGNORED parent message when message is
5383                 not IGNORED itself
5384
5385 2002-12-29 [alfons]     0.8.8claws20
5386
5387         * src/summaryview.c
5388                 set gtksctree's anchor correct (immediate execute
5389                 changes the tree's layout, and anchor points at 
5390                 the incorrect row). fixes "[ 657233 ] multiple msg 
5391                 delete sometimes off by 1".
5392                 we probably have to look for more tree layout /
5393                 anchor glitches.
5394
5395 2002-12-29 [paul]       0.8.8claws19
5396
5397         * src/summaryview.c
5398                 fix bug [ 659054 ] incorrect sorting of 'From' column
5399                 when using 'display sender using address book'
5400                 thanks to Alfons and Luke Plant
5401
5402 2002-12-29 [christoph]  0.8.8claws18
5403
5404         * src/folder.c
5405         * src/procmsg.[ch]
5406                 check parent messages for IGNORE THREAD flag, when adding,
5407                 moving or copying messages to a folder
5408
5409 2002-12-27 [alfons]     0.8.8claws17
5410
5411         re-organize matcher part 5; more to come
5412
5413         * src/matcher.c
5414                 hash keywords in matchparser_tab 
5415
5416 2002-12-27 [alfons]     0.8.8claws16
5417
5418         re-organize matcher part 4; more to come
5419
5420         * src/matcher_parser.h
5421         * src/matcher_parser_lex.l
5422         * src/matcher_parser_parse.y
5423                 cleanup
5424
5425 2002-12-27 [alfons]     0.8.8claws15
5426
5427         re-organize matcher part 3; more to come
5428
5429         * src/matcher.[ch]
5430                 cleanup
5431
5432 2002-12-27 [alfons]     0.8.8claws14
5433
5434         re-organize matcher part 2; more to come but this should
5435         work. cc me if there are any regressions.
5436
5437         * src/matcher.h
5438                 add prototype for get_matchparser_tab_id()
5439         * src/matcher_parser_lex.l
5440                 look up keywords using matchparser_tab_id();
5441
5442 2002-12-27 [alfons]     0.8.8claws12
5443
5444         re-organize matcher part 1
5445
5446         * src/matcher.h
5447                 map yacc generated constants to sylpheed matcher constants
5448         * src/matcher.c
5449                 add function to find a matcher constant from a string
5450
5451 2002-12-27 [christoph]  0.8.8claws11
5452
5453         * src/compose.c
5454                 MENUITEM_ADD casts the 4th argument from integer to pointer
5455                 so it probably should not be a pointer, this means we
5456                 should use account id for it and not the account's pointer
5457
5458 2002-12-27 [paul]       0.8.8claws10
5459
5460         * src/mainwindow.c
5461                 remove unneeded 'GtkWidget *vbox'
5462                 
5463         * src/summaryview.c
5464                 further sync with 0.8.8 - make sort
5465                 by recipient work as expected
5466                 
5467         * NEWS
5468                 sync with 0.8.8
5469
5470 2002-12-27 [paul]       0.8.8claws9
5471
5472         * po/pt_BR.po
5473                 updated by Ivan F. Martinez
5474                 
5475 2002-12-27 [darko]      0.8.8claws8
5476
5477         * src/common/utils.c
5478                 added locked pattern to extended search
5479
5480 2002-12-27 [alfons]     0.8.8claws7
5481
5482         * src/prefs_matcher.[ch]
5483                 clean up
5484
5485 2002-12-26 [alfons]     0.8.8claws6
5486
5487         * src/matcher.[ch]
5488         * src/matcher_parser_lex.l
5489         * src/matcher_parser_parse.y
5490         * src/prefs_matcher.c
5491                 allow color label as a condition in the matcher
5492
5493 2002-12-26 [oliver]     0.8.8claws5
5494         
5495         * src/toolbar.c 
5496                 enable Addressbook for Main and Messageview
5497         * src/prefs_actions.c
5498                 enable actions in Messageview
5499
5500 2002-12-26 [christoph]  0.8.8claws4
5501
5502         * src/common/plugin.c
5503                 add a little debug output
5504         * configure.in
5505         * src/plugins/demo/Makefile.am
5506                 better use of automake
5507
5508 2002-12-26 [christoph]  0.8.8claws3
5509
5510         * src/Makefile.am
5511         * src/common/Makefile.am
5512                 fix "make distdir"
5513
5514 2002-12-26 [christoph]  0.8.8claws2
5515
5516         * configure.in
5517                 sort configure checks into common / gtk / plugins
5518         * po/POTFILES.in
5519                 add src/prefs_gtk.c
5520         * src/Makefile.am
5521                 add plugins SUBDIR
5522         * src/main.c
5523         * src/common/sylpheed.[ch]
5524                 added now sylpheed_done function for shutdown
5525         * src/common/Makefile.am
5526         * src/common/plugin.[ch]                ** NEW **
5527                 plugin loader and unloader
5528         * src/plugins/.cvsignore                ** NEW **
5529         * src/plugins/Makefile.am               ** NEW **
5530                 build plugins
5531         * src/plugins/demo/.cvsignore           ** NEW **
5532         * src/plugins/demo/Makefile.am          ** NEW **
5533         * src/plugins/demo/demo.c               ** NEW **
5534                 small demo plugin that installs a logtext hook and
5535                 outputs the log text to stdout
5536
5537 2002-12-26 [paul]       0.8.8claws1
5538
5539         * po/es.po
5540                 updated by Ricardo Mones Lastra
5541
5542 2002-12-26 [paul]       0.8.8claws
5543
5544         * 0.8.8claws released
5545
5546 2002-12-26 [paul]       0.8.7claws12
5547
5548         * po/bg.po
5549                 updated by George Danchev
5550
5551 2002-12-26 [paul]       0.8.7claws11
5552
5553         * po/POTFILES.in
5554                 remove unneeded 'src/prefs.c' entry 
5555
5556 2002-12-26 [paul]       0.8.7claws10
5557
5558         * src/codeconv.c
5559           src/mainwindow.c
5560                 sync with 0.8.8 release
5561         
5562         * src/folder.[ch]
5563           src/mh.c
5564           src/summaryview.c
5565                 partial sync with 0.8.8 release
5566         
5567
5568 2002-12-25 [alfons]     0.8.7claws9
5569
5570         * src/matcher.[ch]
5571         * src/matcher_parser_lex.l
5572         * src/matcher_parser_parse.y
5573         * src/prefs_matcher.c
5574                 add locked flag to possible filtering / matcher 
5575                 conditions (also a good example what should be
5576                 done to add a simple boolean condition)
5577
5578 2002-12-25 [christoph]  0.8.7claws8
5579
5580         * src/Makefile.am
5581         * src/account.[ch]
5582         * src/addrbook.c
5583         * src/addressbook.c
5584         * src/addrindex.c
5585         * src/filtering.c
5586         * src/folder.c
5587         * src/matcher.c
5588         * src/prefs.[ch]                ** REMOVE **
5589         * src/prefs_account.c
5590         * src/prefs_actions.c
5591         * src/prefs_common.c
5592         * src/prefs_customheader.c
5593         * src/prefs_display_header.c
5594         * src/prefs_filtering.c
5595         * src/prefs_folder_item.c
5596         * src/prefs_gtk.[ch]            ** NEW **
5597         * src/prefs_matcher.c
5598         * src/prefs_scoring.c
5599         * src/prefs_summary_column.c
5600         * src/procmime.c
5601         * src/selective_download.c
5602         * src/toolbar.c
5603         * src/common/Makefile.am
5604         * src/common/prefs.[ch]         ** NEW **
5605                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5606
5607 2002-12-24 [alfons]     0.8.7claws7
5608
5609         * src/summaryview.c
5610                 summary_thread_build(): fix real cause of the crash mentioned in
5611                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5612                 this way we get meaningful ctree nodes 
5613
5614 2002-12-24 [oliver]     0.8.7claws6
5615
5616         * src/mainwindow.[ch]
5617         * src/messageview.[ch]
5618         * src/compose.[ch]
5619         * src/inc.c
5620         * src/summaryview.c
5621                 changes to use updated toolbar handling
5622                 
5623 2002-12-24 [oliver]     0.8.7claws5
5624
5625         * src/toolbar.[ch]
5626                 generic toolbar handling
5627                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5628         * src/prefs_toolbar.[ch]
5629                 adjust to handling
5630         
5631 2002-12-24 [oliver]     0.8.7claws4
5632         
5633         * src/stock_pixmap.[ch]
5634                 move SYLPHEED_LOGO to end of list in order 
5635                 to remove it from Custom Toolbar`s Icon View
5636
5637 2002-12-24 [alfons]     0.8.7claws3
5638
5639         * src/summaryview.c
5640                 summary_thread_build(): fix crash because of focus != selection 
5641                 after threading. when deleting the selection, gtk tries but fails 
5642                 to find the correct focusable element. we now force the selection
5643                 to be focused. this should solve the infamous bug reported by 
5644                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5645                 a test case is available. 
5646
5647 2002-12-24 [darko]      0.8.7claws2
5648
5649         * src/summaryview.c
5650                 don't crash when unmarking message with unread children
5651
5652 2002-12-23 [christoph]  0.8.7claws1
5653
5654         * src/Makefile.am
5655         * src/common/Makefile.am
5656                 update Makefiles for moved intl.h, version.h and defs.h
5657         * src/imap.c
5658                 rewrite imap_session_get to avoid duplicate code
5659
5660 2002-12-23 [paul]       0.8.7claws
5661
5662         * Santa-Claws released
5663         
5664         * po/hu.po
5665           po/ru.po
5666                 squeeze in updated Hungarian and Russian translations.
5667                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5668
5669 2002-12-23 [paul]       0.8.6claws129
5670
5671         * po/pl.po
5672                 updated by Witold Wladyslaw Wojciech Wilk
5673
5674 2002-12-23 [paul]       0.8.6claws128
5675
5676         * src/quote_fmt_parse.y
5677                 fix typo and add licence header
5678
5679 2002-12-23 [paul]       0.8.6claws127
5680
5681         * po/en_GB.po
5682                 updated
5683
5684 2002-12-23 [paul]       0.8.6claws126
5685
5686         * po/it.po
5687                 updated translation, submitted by Alessandro Maestri
5688                 
5689 2002-12-23 [paul]       0.8.6claws125
5690
5691         * src/quote_fmt_parse.y
5692                 fix signature-stripping on replies bug. match
5693                 '-- \n' and not '-- '.
5694
5695 2002-12-22 [paul]       0.8.6claws124
5696
5697         * po/bg.po
5698           po/es.po
5699           po/sr.po
5700                 updated translations. submitted by George Danchev,
5701                 Ricardo Mones Lastra, and Urke MMI respectively
5702
5703 2002-12-21 [paul]       0.8.6claws123
5704
5705         * src/addrbook.c
5706                 fix coding style
5707
5708 2002-12-21 [paul]       0.8.6claws122
5709
5710         * src/addrbook.c
5711                 fix bug [643638] where if a person is in one or more
5712                 addressbook groups editing that person's email 
5713                 address results in removal from those groups.
5714                 Patch submitted by Luke Plant.
5715
5716 2002-12-20 [christoph]  0.8.6claws121
5717
5718         * src/common/utils.c
5719         * src/summaryview.c
5720                 reimplement expand_search_string using GString to
5721                 prevent crashs caused by miscalculated string
5722                 lengths reported by Paul
5723
5724 2002-12-20 [christoph]  0.8.6claws120
5725
5726         * src/summaryview.c
5727                 don't use "changed" to check if op_count has to be changed as it
5728                 is also set when the message has unread children
5729                 (closes bug [ 653221 ] crash while deleting duplicates)
5730
5731 2002-12-20 [paul]       0.8.6claws119
5732
5733         * sync with 0.8.6cvs27
5734                 see ChangeLog 2002-12-20
5735
5736 2002-12-20 [paul]       0.8.6claws118
5737
5738         * sync with 0.8.6cvs26
5739                 see ChangeLog 2002-12-19 and 2002-12-20
5740
5741 2002-12-19 [alfons]     0.8.6claws117
5742
5743         * src/textview.c
5744                 fix incorrect parsing of email addresses, submitted by 
5745                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5746                 name display if it contains @".
5747
5748 2002-12-18 [paul]       0.8.6claws116
5749
5750         * sync with 0.8.6cvs23
5751                 see ChangeLog 2002-12-18
5752
5753 2002-12-18 [paul]       0.8.6claws115
5754
5755         * src/Makefile.am
5756         * src/account.c
5757         * src/codeconv.c
5758         * src/gtkutils.[ch]
5759         * src/imap.c
5760                 sync with 0.8.6cvs22.
5761                 see ChangeLog 2002-12-17 and 2002-12-18
5762
5763 2002-12-17 [christoph]  0.8.6claws114
5764
5765         * src/imap.c
5766                 o don't create a session if imap greeting fails
5767                 o don't close socket when authentication fails
5768                   this is done by imap_session_destroy
5769
5770 2002-12-17 [thorsten]   0.8.6claws113
5771
5772         * tools/Makefile.am
5773           tools/README
5774           tools/google_msgid.pl ** NEW FILE **
5775                 Added "search for message-id" script and doc
5776
5777 2002-12-17 [thorsten]   0.8.6claws112
5778
5779         * po/hu.po
5780                 Updated hungarian translation
5781                 (updated by Gal Zoltan)
5782
5783 2002-12-16 [christoph]  0.8.6claws111
5784
5785         * src/addr_compl.c
5786                 remove stupid addressbook dump to debug output
5787         * src/mh.c
5788                 fix memory leak found by Hiro
5789
5790 2002-12-14 [paul]       0.8.6claws110
5791
5792         * src/compose.c
5793                 fix menubar sensitivity on send
5794                 
5795         * src/prefs_filtering.c
5796         * src/prefs_matcher.c
5797         * src/prefs_scoring.c
5798                 Fix english ;)
5799                 
5800         * src/common/quoted-printable.h
5801                 sync: fix typo
5802         
5803 2002-12-13 [christoph]  0.8.6claws109
5804
5805         * src/Makefile.am
5806         * src/manage_window.[ch]        ** REMOVE **
5807         * src/gtk/Makefile.am
5808         * src/gtk/manage_window.[ch]    ** NEW **
5809                 move manage_window files to gtk directory
5810
5811 2002-12-13 [christoph]  0.8.6claws108
5812
5813         * src/Makefile.am
5814         * src/gtkshruler.[ch]           ** REMOVE **
5815         * src/gtk/Makefile.am
5816         * src/gtk/gtkshruler.[ch]       ** NEW **
5817                 move gtkshruler files to gtk directory
5818
5819 2002-12-13 [christoph]  0.8.6claws107
5820
5821         * src/Makefile.am
5822         * src/compose.c
5823         * src/gtkstext.[ch]             ** REMOVE **
5824         * src/gtkutils.[ch]
5825         * src/textview.c
5826         * src/gtk/gtkstext.[ch]         ** NEW **
5827         * src/gtk/Makefile.am
5828                 o move stext functions to gtkstext.c to remove
5829                   dependency of gtkutils
5830                 o move gtkstext files to gtk directory
5831
5832         * src/gtk/Makefile.am
5833         * src/gtk/sslcertwindow.[ch]
5834                 UI stuff can always depend on common code so
5835                 it's ok to add ../common to include path
5836
5837 2002-12-13 [colin]      0.8.6claws106
5838
5839         * src/summaryview.c
5840                 Disconnect sighandlers for mainwindow when
5841                 quicksearch has the focus
5842                 Fix bug #653231
5843         * src/mainwindow.[ch]
5844                 Make key_pressed callback public, to be able
5845                 to disconnect it
5846
5847 2002-12-13 [christoph]  0.8.6claws105
5848
5849         * src/mh.c
5850                 create .mh_sequences file in new MH folders
5851                 (closes feature request [ 523162 ] MH folders should
5852                  get a .mh_sequences)
5853
5854 2002-12-13 [colin]      0.8.6claws104
5855
5856         * src/summaryview.c
5857                 Better handling of quicksearch show/hide
5858                 (basically the button stays under the mouse 
5859                  when toggled)
5860
5861 2002-12-13 [paul]       0.8.6claws103
5862
5863         * sync with 0.8.6cvs17
5864                 see ChangeLog 2002-12-13
5865
5866 2002-12-13 [paul]       0.8.6claws102
5867
5868         * po/es.po
5869                 updated by Ricardo Mones Lastra
5870
5871 2002-12-11 [colin]       0.8.6claws101
5872
5873         * src/folder.c
5874                 remove statusbar stuff
5875           src/folderview.c
5876                 set statusbar verbosity when moving folders
5877
5878 2002-12-11 [colin]       0.8.6claws100
5879         * src/prefs_filtering.c
5880         * src/prefs_matcher.c
5881         * src/prefs_scoring.c
5882                 Fix english ;)
5883
5884 2002-12-11 [colin]       0.8.6claws99
5885
5886         * src/prefs_common.[ch]
5887                 Add summary_quicksearch_type
5888         * src/summaryview.c
5889                 Save last used quicksearch type
5890
5891 2002-12-11 [jens]       0.8.6claws98
5892         * src/prefs_filtering.c
5893         * src/prefs_matcher.c
5894         * src/prefs_scoring.c
5895                 added dialog for incomplete rules in scoring, filtering and
5896                 matcher to ask wheather really close
5897
5898 2002-12-11 [colin]      0.8.6claws97
5899
5900         * src/folder.c
5901                 Fix folder dnd statusbar logging
5902
5903 2002-12-10 [christoph]  0.8.6claws96
5904
5905         * src/compose.c
5906         * src/folder.c
5907         * src/imap.c
5908         * src/inc.c
5909         * src/main.c
5910         * src/mainwindow.c
5911         * src/news.c
5912         * src/send.c
5913         * src/statusbar.[ch]
5914         * src/common/hooks.c
5915         * src/common/log.[ch]
5916                 o handle verbose logging in statusbar directly in statusbar code
5917                   and common code does not need any knowledge about a statusbar
5918                 o remove direct calls to statusbar_(puts|pop)_all functions
5919
5920 2002-12-10 [jens]       0.8.6claws95
5921
5922         * src/*.c
5923                 removed gettext from g_warnings
5924         * po/POTFILES.in
5925                 cleaned and updated
5926         * po/de.po
5927                 updated
5928
5929 2002-12-10 [colin]      0.8.6claws94
5930
5931         * src/main.c
5932                 finish crash dialog fix
5933
5934 2002-12-10 [colin]      0.8.6claws93
5935
5936         * src/main.c
5937                 "Fix" "sylpheed already running" instead of
5938                 crash dialog appearing after a crash
5939
5940 2002-12-10 [colin]      0.8.6claws92
5941
5942         * po/POTFILES.in
5943                 add src/gtk/sslcertwindow.c
5944
5945 2002-12-10 [paul]       0.8.6claws91
5946
5947         * po/POTFILES.in
5948                 updated to reflect recent changes
5949                 submitted by Alessandro Maestri
5950
5951 2002-12-09 [christoph]  0.8.6claws90
5952
5953         * src/Makefile.am
5954         * src/smtp.[ch]                 ** REMOVE **
5955         * src/common/Makefile.am
5956         * src/common/smtp.[ch]          ** NEW **
5957                 move smtp files to common directory
5958
5959 2002-12-09 [christoph]  0.8.6claws89
5960
5961         * src/Makefile.am
5962         * src/session.[ch]              ** REMOVE **
5963         * src/common/Makefile.am
5964         * src/common/session.[ch]       ** NEW **
5965                 move session files to common directory
5966
5967 2002-12-09 [paul]       0.8.6claws88
5968
5969         * src/account.c
5970                 fix bug [649746] edit accounts: move account reverted
5971                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5972
5973 2002-12-09 [colin]      0.8.6claws87
5974
5975         * src/ssl_certificate.c
5976                 cleanup
5977
5978 2002-12-09 [colin]      0.8.6claws86
5979
5980         * src/ssl.c
5981                 Try to open the cert.pem database and 
5982                 issue a warning if it isn't there
5983
5984 2002-12-09 [colin]      0.8.6claws85
5985
5986         * src/common/ssl_certificate.c
5987         * src/gtk/sslcertwindow.c
5988                 Warning fixes
5989
5990 2002-12-09 [colin]      0.8.6claws84
5991
5992         * src/ssl_certificate.[ch] ** REMOVED **
5993         * src/common/ssl_certificate.[ch] ** NEW **
5994         * src/Makefile.am
5995         * src/common/Makefile.am
5996                 Moved ssl_certificate.[ch] to common
5997         * src/common/ssl.c 
5998                 Put back needed include
5999         * src/gtk/sslcertwindow.[ch]
6000                 Changed ssl_certificate.h include
6001         
6002 2002-12-09 [colin]      0.8.6claws83
6003
6004         * src/gtk/sslcertwindow.[ch]
6005                 Implement hook for certificate acception
6006         * src/ssl_certificate.[ch]
6007                 Implement hook for certificate acception
6008         * src/common/ssl.c
6009                 Reenable certificate acception check
6010         * src/mainwindow.c
6011                 Register sslcertwindow's hook
6012         
6013 2002-12-08 [christoph]  0.8.6claws82
6014
6015         * src/about.c
6016         * src/addr_compl.c
6017         * src/codeconv.c
6018         * src/manual.c
6019         * src/undo.c
6020         * src/common/utils.c
6021                 o add missing includes
6022                 o fix warnings
6023         * src/.cvsignore
6024         * src/common/.cvsignore
6025         * src/common/version.h          ** REMOVE **
6026                 remove autogenerated file
6027
6028 2002-12-08 [paul]       0.8.6claws81
6029
6030         * src/stringtable.c
6031                 put back needed include
6032
6033 2002-12-08 [colin]      0.8.6claws80
6034         
6035         * src/gtk/sslcertwindow.c
6036                 Cleaner popups when asking
6037         * src/ssl_certificate.c
6038         * src/prefs_common.[ch]
6039                 remove ssl certificate pref
6040                 put back needed include
6041         * src/undo.c
6042                 put back needed include
6043
6044 2002-12-08 [christoph]  0.8.6claws79
6045
6046         * src/folderview.c
6047         * src/logwindow.c
6048         * src/statusbar.c
6049         * src/summaryview.c
6050                 only abort hook invokation if required data is missing not
6051                 if our own data pointer is NULL, update hookfunction for
6052                 log window
6053
6054 2002-12-08 [paul]       0.8.6claws78
6055
6056         * src/about.c
6057         * src/addrcache.c
6058         * src/addrclip.c
6059         * src/addr_compl.c
6060         * src/addrselect.c
6061         * src/codeconv.c
6062         * src/colorlabel.c
6063         * src/enriched.c
6064         * src/esmtp.c
6065         * src/exporthtml.c
6066         * src/headerview.c
6067         * src/imageview.c
6068         * src/manual.c
6069         * src/noticeview.c
6070         * src/pgptext.c
6071         * src/scoring.c
6072         * src/sourcewindow.c
6073         * src/stringtable.c
6074         * src/undo.c
6075                 clean up: remove unneccesary includes
6076
6077 2002-12-08 [christoph]  0.8.6claws77
6078
6079         * src/folderview.c
6080         * src/statusbar.c
6081         * src/summaryview.c
6082         * src/common/hooks.[ch]
6083                 hook functions now have a gboolean return value, if a hook
6084                 returns TRUE it will stop executing of any more hooks in
6085                 the same hooklist for this invokation
6086
6087 2002-12-08 [colin]      0.8.6claws76
6088         
6089         * src/main.c
6090                 put back argv0 for CRASH_DIALOG
6091
6092 2002-12-08 [christoph]  0.8.6claws75
6093
6094         * src/Makefile.am
6095         * src/about.c
6096         * src/account.c
6097         * src/crash.c
6098         * src/esmtp.h
6099         * src/imap.[ch]
6100         * src/inc.c
6101         * src/main.c
6102         * src/mainwindow.c
6103         * src/news.c
6104         * src/pop.[ch]
6105         * src/prefs_account.[ch]
6106         * src/prefs_common.[ch]
6107         * src/send.[ch]
6108         * src/smtp.[ch]
6109         * src/ssl_certificate.[ch]
6110         * src/ssl_manager.[ch]
6111         * src/common/Makefile.am
6112         * src/common/log.c
6113         * src/common/nntp.[ch]
6114         * src/common/socket.[ch]
6115         * src/common/ssl.[ch]
6116         * src/gtk/sslcertwindow.[ch]
6117         * ac/openssl.m4
6118                 use new autoconf script to detect OpenSSL with extra parameters
6119                 to specify the location of libs and includes, also remove USE_SSL
6120                 to USE_OPENSSL
6121
6122         * src/common/sylpheed.[ch]
6123         * src/common/version.h.in
6124                 start seperation of common code initialization seperated from gui
6125
6126         * src/summaryview.c
6127                 The function that is called when a color label changes
6128                 should not change the color lable again
6129
6130 2002-12-08 [colin]      0.8.6claws74
6131
6132         * src/gtk/sslcertwindow.c
6133                 warning fixes
6134
6135 2002-12-08 [colin]      0.8.6claws73
6136
6137         * src/statusbar.c
6138           src/common/log.h
6139                 Register a hook for statusbar_puts_all
6140         * src/common/log.c
6141                 invoke statusbar_puts_all's hook
6142         
6143 2002-12-08 [colin]      0.8.6claws72
6144
6145         * src/ssl_certificate.c
6146                 Put back a badly-removed include
6147
6148 2002-12-08 [colin]      0.8.6claws71
6149
6150         * src/gtk/sslcertwindow.[ch]    ** NEW **
6151                 new certificate presentation
6152         * src/gtk/Makefile.am
6153                 add new files
6154         * src/ssl_certificate.[ch]
6155                 gtk cleanup, made utility functions public
6156         * src/ssl_manager.c
6157                 use new cert presentation
6158
6159 2002-12-07 [christoph]  0.8.6claws70
6160
6161         * src/Makefile.am
6162         * src/nntp.[ch]                 ** REMOVE **
6163         * src/common/Makefile.am
6164         * src/common/nntp.[ch]          ** NEW **
6165                 move nntp files to common directory
6166
6167 2002-12-07 [christoph]  0.8.6claws69
6168
6169         * src/procmsg.[ch]
6170         * src/summaryview.c
6171                 implement msginfo update callback using sylpheed's new
6172                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6173
6174 2002-12-06 [christoph]  0.8.6claws68
6175
6176         * src/editgroup.c
6177                 This patch changes the 'Edit Group Details' dialog to
6178                 allow extended selections in either pane, so that
6179                 addresses can be added or removed from a group more
6180                 quickly and easily. (it actually is a net decrease in
6181                 file size, as some unnecessary functions have been
6182                 removed). 
6183                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6184
6185 2002-12-06 [christoph]  0.8.6claws67
6186
6187         * src/Makefile.am
6188         * src/template.[ch]             ** REMOVE **
6189         * src/common/Makefile.am
6190         * src/common/template.[ch]      ** NEW **
6191                 move template files to common directory
6192
6193         * src/nntp.c
6194                 add missing log.h include
6195
6196 2002-12-06 [melvin]     0.8.6claws66
6197
6198         * src/prefs_actions.c
6199                 Added the trailing ">" syntax to insert command's output
6200                 without replacing old text (in contrast to trailing "|").
6201
6202 2002-12-05 [colin]      0.8.6claws65
6203         
6204         * src/common/utils.c
6205                 Don't modify original search_string or it'll change
6206                 the next iterations in the for()
6207
6208 2002-12-05 [darko]      0.8.6claws64
6209
6210         * src/common/utils.c
6211                 proper check for filtering commands, found by Colin
6212
6213 2002-12-05 [darko]      0.8.6claws63
6214
6215         * src/common/utils.c
6216                 check proper string for NULL pointer, found by Colin
6217
6218 2002-12-05 [darko]      0.8.6claws62
6219
6220         * src/common/utils.[ch]
6221                 expand_search_string(): new function
6222                 converts Mutt-like patterns to Sylpheed's
6223                 filtering engine
6224         * src/summaryview.c
6225                 use expand_search_string() to allow Mutt-like
6226                 patterns in extended search
6227         * README.claws
6228                 document extended option in quick search
6229
6230 2002-12-05 [paul]       0.8.6claws61
6231
6232         * sync with 0.8.6cvs16
6233                 see ChangeLog 2002-12-05
6234                 
6235         * po/POTFILES.in
6236                 clean up
6237
6238 2002-12-04 [christoph]  0.8.6claws60
6239
6240         * src/imap.[ch]
6241                 put imap authentication code into a new function and
6242                 remove it from imap_session_new that will allow to
6243                 send other commands before authentication
6244
6245 2002-12-04 [christoph]  0.8.6claws59
6246
6247         * src/imap.[ch]
6248                 use already existing method to prevent unneeded IMAP
6249                 folder selects. Set imap_select parameters to NULL
6250                 in some functions if the values are not required.
6251
6252         * src/xml.h
6253                 remove no longer required include
6254
6255 2002-12-04 [paul]       0.8.6claws58
6256
6257         * po/es.po
6258                 updated by Ricardo Mones Lastra
6259                 
6260         * configure.in
6261           po/hu.po      ** NEW FILE **
6262                 initial Hungarian translation, submitted
6263                 by Gál Zoltán <galzoli@hu.inter.net>
6264
6265 2002-12-03 [christoph]  0.8.6claws57
6266
6267         * src/Makefile.am
6268         * src/gtksctree.[ch]            ** REMOVE **
6269         * src/gtk/Makefile.am
6270         * src/gtk/gtksctree.[ch]        ** NEW **
6271                 move gtksctree files to gtk directory
6272
6273 2002-12-03 [christoph]  0.8.6claws56
6274
6275         * src/Makefile.am
6276         * src/md5.[ch]                  ** REMOVE **
6277         * srm/common/Makefile.am
6278         * src/common/md5.[ch]           ** NEW **
6279                 move md5 files to common directory
6280
6281         * src/gtkstext.c
6282                 remove not required #include
6283
6284 2002-12-03 [sergey]     0.8.6claws55
6285
6286         * src/gtkutils.c
6287         * src/gtkutils.h
6288                 gtkut_window_popup(): new function.
6289         * src/mainwindow.c
6290                 main_window_popup(): use gtkut_window_popup() to raise
6291                 window without changing its position.
6292                 (see sylpheed-main ML message [sylpheed:17247])
6293
6294 2002-12-03 [sergey]     0.8.6claws54
6295
6296         * src/send.c
6297                 send_message_local(): removed first-dot escaping
6298                 (SMTP-only, not needed for sending through pipe)
6299
6300 2002-12-03 [paul]       0.8.6claws53
6301
6302         * po/POTFILES.in
6303                 update to reflect recent changes (thanks
6304                 to Ricardo Mones Lastra)
6305                 
6306         * tools/filter_conv.pl
6307                  fix problem with quoted strings. Patch submitted
6308                  by Luke Plant <lukeplant@softhome.net>
6309
6310 2002-12-03 [paul]       0.8.6claws52
6311
6312         * sync with 0.8.6cvs15
6313                 see ChangeLog 2002-12-03
6314
6315 2002-12-02 [christoph]  0.8.6claws51
6316
6317         * src/logwindow.[ch]
6318         * src/common/log.[ch]
6319                 implement logging using a hook function
6320
6321         * src/folderview.c
6322         * src/folder.[ch]
6323                 define hooklist name in header file to avoid
6324                 errors caused by wrong spelling of hooklist names
6325
6326         * src/toolbar.c
6327                 fix warnings
6328
6329 2002-12-02 [christoph]  0.8.6claws50
6330
6331         * src/common/Makefile.am
6332                 add src/common/hooks.[ch]
6333
6334         * src/common/hooks.[ch]
6335                 implement a simple hook system using glib's hook functions
6336
6337         * src/folder.[ch]
6338         * src/folderview.c
6339                 use new hook system for folder item updates
6340
6341 2002-12-02 [christoph]  0.8.6claws49
6342
6343         * doc-src/ui_seperation.txt     ** NEW **
6344                 information for ui seperation
6345
6346         * src/Makefile.am
6347                 remove files that were moved to common
6348                 include common directory by default for the header files
6349
6350         * src/inc.c
6351         * src/common/socket.c
6352         * src/automaton.[ch]
6353                 implement automaton using g_io_*-functions instead of
6354                 gdk_input_add to make it ui independent
6355
6356         * src/codeconv.c
6357         * src/compose.c
6358         * src/ldif.c
6359         * src/pgptext.c
6360         * src/procmime.c
6361         * src/rfc2015.c
6362         * src/smtp.c
6363         * src/unmime.c
6364                 remove common/ prefix because directory is now in
6365                 include path
6366
6367         * src/compose.c
6368         * src/folder.c
6369         * src/folderview.c
6370         * src/mainwindow.c
6371         * src/messageview.c
6372         * src/prefs_common.c
6373         * src/procmsg.c
6374         * src/rfc2015.c
6375                 fix warnings
6376
6377         * src/imap.c
6378         * src/inc.c
6379         * src/news.c
6380         * src/pop.c
6381         * src/send.c
6382         * src/smtp.c
6383         * src/ssl_certificate.c
6384                 add log.h header file for logging functions
6385
6386         * src/main.c
6387         * src/common/utils.c
6388         * src/summaryview.c
6389         * src/xml.c
6390                 o move debug_mode to common/utils.c
6391                 o add functions to set and get debug_mode
6392
6393         * src/defs.h                    ** REMOVE **
6394         * src/intl.h                    ** REMOVE **
6395         * src/socket.[ch]               ** REMOVE **
6396         * src/ssl.[ch]                  ** REMOVE **
6397         * src/utils.[ch]                ** REMOVE **
6398                 replaced by new files in src/common/
6399         
6400         * src/common/Makefile.am
6401                 add new files in src/common/
6402
6403         * src/common/defs.h             ** NEW **
6404         * src/common/intl.h             ** NEW **
6405         * src/common/log.[ch]           ** NEW **
6406         * src/common/socket.[ch]        ** NEW **
6407         * src/common/ssl.[ch]           ** NEW **
6408         * src/common/utils.[ch]         ** NEW **
6409                 replacement for files in src/
6410
6411 2002-12-02 [colin]      0.8.6claws48
6412
6413         * src/folderview.c
6414                 Scroll folderview if necessary during dnd
6415
6416 2002-12-02 [colin]      0.8.6claws47
6417
6418         * src/folder.[ch]
6419                 Add check to verify a move is within a single mailbox
6420         * src/folderview.c
6421                 Add specific error string for this check
6422
6423 2002-12-02 [colin]      0.8.6claws46
6424
6425         * src/folder.c
6426                 Add a test to folder moving, remove a statusbar_print
6427         * src/folderview.c
6428                 Add Move folder... context-menu item
6429                 Factorize folder moving code
6430                 Enable folder DND for mbox
6431
6432 2002-12-01 [christoph]  0.8.6claws45
6433
6434         * ac/aspell.m4
6435                 remove conf.aspelltest if the version check fails
6436
6437 2002-11-30 [christoph]  0.8.6claws44
6438
6439         * autogen.sh
6440                 run libtoolize --force in autogen to create missing
6441                 libtool scripts
6442
6443 2002-11-30 [christoph]  0.8.6claws43
6444
6445         * src/Makefile.am
6446         * src/pgptext.c
6447         * src/procmime.c
6448         * src/rfc2015.c
6449         * src/uuencode.[ch]             ** REMOVED **
6450         * src/common/Makefile.am
6451         * src/common/uuencode.[ch]      ** NEW **
6452                 move uuen/decoder to common directory
6453
6454 2002-11-30 [christoph]  0.8.6claws42
6455
6456         * src/Makefile.am
6457         * src/base64.[ch]               ** REMOVED **
6458         * src/codeconv.c
6459         * src/compose.c
6460         * src/ldif.c
6461         * src/pgptext.c
6462         * src/procmime.c
6463         * src/rfc2015.c
6464         * src/smtp.c
6465         * src/unmime.c
6466         * src/common/Makefile.am
6467         * src/common/base64.[ch]        ** NEW **
6468                 move base64 en/decoder to common directory
6469
6470 2002-11-30 [christoph]  0.8.6claws41
6471
6472         * src/common                    ** NEW **
6473                 new directory for UI independent code
6474         * src/gtk                       ** NEW **
6475                 new directory for GTK frontend
6476         * src/common/.cvsignore         ** NEW **
6477         * src/gtk/.cvsignore            ** NEW **
6478                 ignore build files
6479         * src/common/Makefile.am        ** NEW **
6480         * src/gtk/Makefile.am           ** NEW **
6481                 automake files to build new seperated stuff
6482         * src/Makefile.am
6483                 the binary will currently still be build with the
6484                 files in src, so we include the code from the
6485                 subdirs for now after building the libs there
6486
6487 2002-11-30 [paul]       0.8.6claws40
6488
6489         * src/compose.c
6490                 fix bug [642731] 'Wrong selected account with drafted mail'
6491
6492 2002-11-29 [oliver]     0.8.6claws39
6493         
6494         * src/messageview.c
6495                 o update summaryview when switching between different
6496                   messageviews          
6497         * src/toolbar.c  
6498                 o check if messageview holds already removed msg
6499                   from summaryview
6500                 
6501
6502 2002-11-29 [oliver]     0.8.6claws38
6503
6504         * src/toolbar.c 
6505                 remove not needed variables and includes
6506                 make messageview stay opened and move to next when msgs are deleted 
6507
6508 2002-11-29 [oliver]     0.8.6claws37
6509         
6510         * src/toolbar.c 
6511                 disable compose button (messageview toolbar) by default
6512                 deleted msgs are moved to trash
6513         
6514 2002-11-29 [melvin]     0.8.6claws36
6515
6516         * configure.in
6517                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6518                 and to detect signatures expirations (gpgme 0.3.6)
6519
6520         * src/main.c
6521                 Use non obsolescent function for Gpgme engine checking.
6522
6523         * src/rfc2015.c
6524                 Inform about expired signatures or signatures which key
6525                 has expired. Expiration date is displayed.
6526
6527         * src/sigstatus.c
6528                 Inform about expired signatures or signatures which key
6529                 has expired.
6530
6531 2002-11-28 [paul]       0.8.6claws35
6532
6533         * src/folderview.c
6534                 re-instate 'Check for new messages' in Newsgroup
6535                 folders right-click menu, after a suggestion from
6536                 Tim Mann <timmann@users.sourceforge.net>
6537
6538         * src/main.c
6539                 after a crash check only local folders for new
6540                 messages
6541
6542 2002-11-28 [paul]       0.8.6claws34
6543
6544         * configure.in
6545                 apply patch that fixes the checking of GTK with XIM 
6546                 support on different OSs, such as FreeBSD. Patch 
6547                 submitted by Topia <topia@users.sourceforge.net>
6548                 
6549 2002-11-28 [paul]       0.8.6claws33
6550
6551         * src/mainwindow.c
6552           src/prefs_common.c
6553           src/prefs_toolbar.c
6554                 more changes to the English
6555
6556 2002-11-28 [paul]       0.8.6claws32
6557
6558         * sync with 0.8.6cvs13
6559                 see ChangeLog 2002-11-28 (no sync needed
6560                 for src/compose.c)
6561
6562 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6563         
6564         * src/mainwindow.[ch]
6565                 add patch by Ivan F. Martinez introducing messageview Toolbar
6566                 some changes and committed by oliver    
6567
6568 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6569
6570         * src/messageview.[ch]
6571                 add patch by Ivan F. Martinez introducing messageview Toolbar
6572                 some changes and committed by oliver    
6573
6574 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6575
6576         * src/compose.[ch]
6577                 add patch by Ivan F. Martinez introducing messageview Toolbar
6578                 some changes and committed by oliver    
6579
6580 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6581         
6582         * src/toolbar.[ch]
6583                 add patch by Ivan F. Martinez introducing messageview Toolbar
6584                 some changes and committed by oliver
6585
6586 2002-11-28 [oliver]     0.8.6claws27
6587         
6588         * src/prefs_toolbar.[ch]
6589                 getting ready for messageview toolbar
6590                 free mem allocated by gettext
6591                 change prefs_toolbar to prefs_toolbar_open
6592  
6593 2002-11-28 [thorsten]   0.8.6claws26
6594
6595         * src/imageview.[ch]
6596                 cleaned up conflicting declarations of
6597                 imageview_show_image()
6598
6599 2002-11-28 [paul]       0.8.6claws25
6600
6601         * src/grouplistdialog.c
6602           src/prefs_common.c
6603           src/prefs_summary_column.c
6604                 a few more improvements to the English
6605
6606 2002-11-28 [colin]      0.8.6claws24
6607
6608         * man/sylpheed.1
6609                 A few updates to command-line parameters
6610
6611 2002-11-28 [colin]      0.8.6claws23
6612
6613         * src/prefs_filtering.c
6614                 Fix problems with prefs_filtering_delete_path:
6615                 a) if the first rule is removed, original pointers
6616                    weren't updated (leading to segfaults)
6617                 b) it was always global_processing updated in case
6618                    of removed path was parent of rule path
6619
6620 2002-11-27 [paul]       0.8.6claws22
6621
6622         * src/mainwindow.c
6623           src/prefs_account.c
6624           src/prefs_actions.c
6625           src/prefs_common.c
6626           src/prefs_customheader.c
6627           src/prefs_display_header.c
6628           src/prefs_filtering.c
6629           src/prefs_folder_item.c
6630           src/prefs_matcher.c
6631           src/prefs_scoring.c
6632           src/prefs_summary_column.c
6633           src/prefs_template.c
6634           src/prefs_toolbar.c
6635                  improve the English in the GUI
6636
6637 2002-11-27 [colin]      0.8.6claws21
6638
6639         * src/folder.c
6640                 Fix processing renaming problems happening after
6641                 last commit
6642
6643 2002-11-27 [colin]      0.8.6claws20
6644
6645         * src/folder.c
6646                 recursive move now deletes src each subfolder after 
6647                 having moved it
6648         * src/folderview.c
6649                 Use identifier instead of path during dnd (enables
6650                 IMAP folder dnd)
6651
6652 2002-11-27 [paul]       0.8.6claws19
6653
6654         * src/main.c
6655                 apply patch that does command-line processing 
6656                 BEFORE gtk_init, allowing claws to run from 
6657                 shell-scripts in non-X environment (e.g. crontab 
6658                 or ip-up, ip-down scripts). Patch submitted by
6659                 Ruslan N. Balkin <baron@dartel.ru>
6660                 
6661         * po/it.po
6662                 updated by Alessandro Maestri
6663
6664 2002-11-27 [paul]       0.8.6claws18
6665
6666         * sync with 0.8.6cvs12
6667           src/prefs_common.c
6668                 Differences are that main uses a 'Receive dialog'
6669                 frame on the Interface tab, whereas claws groups all 
6670                 the dialogs together in a 'Dialogs' frame.
6671
6672 2002-11-27 [colin]      0.8.6claws17
6673
6674         * src/prefs_matcher.c
6675                 Fix Execute criteria's NOT flag
6676
6677
6678 2002-11-26 [christoph]  0.8.6claws16
6679
6680         * src/ssl.c
6681                 rewrite the ssl code a little bit, only use one
6682                 SSL context, set default certificates' file/path
6683
6684 2002-11-26 [thorsten]   0.8.6claws15
6685
6686         * src/compose.c
6687                 default-reply-to didn't work for ml-reply
6688
6689 2002-11-26 [melvin]     0.8.6claws14
6690
6691         * src/prefs_actions.c
6692                 Made pipe-actions ignore short headers in message view
6693                 Made trailing-pipe-actions write in the message view with
6694                 the same font as the original message
6695
6696 2002-11-26 [paul]       0.8.6claws13
6697
6698         * src/compose.c
6699                 this time commit the correct file
6700
6701 2002-11-26 [paul]       0.8.6claws12
6702
6703         * sync with 0.8.6cvs11
6704           src/quote_fmt_parse.y  
6705                 no sync needed
6706           src/account.[ch]       
6707                 not sync'ed
6708           src/compose.c
6709                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6710                 on draft mode.
6711                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6712                 header
6713                 
6714         see ChangeLog 2002-11-25 and 2002-11-26
6715
6716 2002-11-26 [colin]      0.8.6claws11
6717
6718         * src/folderview.c
6719                 Fix collapsed folder not auto-expanding during
6720                 mail dnd, if it was the source folder.
6721
6722 2002-11-25 [colin]      0.8.6claws10
6723
6724         * src/folderview.[ch]
6725                 Variable renaming and cleaning (slist of nodes 
6726                 to be re-collapsed is stored in FolderView)
6727
6728 2002-11-25 [paul]       0.8.6claws9
6729
6730         * src/prefs_common.[ch]
6731                 fix breakage caused by last commit
6732
6733 2002-11-25 [paul]       0.8.6claws8
6734
6735         * sync with 0.8.6cvs4
6736                 see ChangeLog 2002-11-21
6737
6738 2002-11-25 [paul]       0.8.6claws7
6739
6740         * sync with 0.8.6cvs4
6741                 see ChangeLog 2002-11-20
6742
6743 2002-11-25 [paul]       0.8.6claws6
6744
6745         * sync with 0.8.6cvs3
6746                 see ChangeLog 2002-11-18
6747
6748 2002-11-25 [colin]      0.8.6claws5
6749
6750         * src/gtkutils.[ch]
6751                 Add gtkut_ctree_node_is_parent()
6752         * src/folderview.c
6753                 Spring-loaded folders
6754
6755 2002-11-25 [colin]      0.8.6claws4
6756
6757         * src/utils.[ch]
6758                 Add slist_concat_unique(), function to merge
6759                 two GSList filtering dups
6760         * src/folder.[ch]
6761         * src/summaryview.[ch]
6762         * src/folderview.c
6763         * src/main.c
6764                 Add detection/update/display of unread answers
6765                 to marked mails
6766         * src/procmsg.[ch]
6767                 Add procmsg_find_children()
6768                 Add procmsg_msg_has_marked_parent()
6769
6770 2002-11-25 [colin]      0.8.6claws3
6771
6772         * src/ssl_certificate.[ch]
6773                 Allow checking a certificate without a DNS
6774                 lookup
6775                 Allow to forget a cert (by deleting it)
6776                 Make ssl_certificate_destroy_public
6777         * src/ssl_manager.[ch] ** NEW FILES **
6778                 Gui to manage (display/remove) certificates
6779         * src/prefs_common.[ch]
6780                 Add a pref to allow silent acceptation of
6781                 trusted certificates or not (based on the
6782                 "I want to know what's going on" principle)
6783         * src/mainwindow.c
6784                 Add SSL manager in Tools menu
6785         * src/Makefile.am
6786                 Add the new files to the build
6787         * po/POTFILES.in
6788                 Add ssl_manager.c to translations
6789
6790 2002-11-25 [colin]      0.8.6claws2
6791
6792         * src/summaryview.[ch]
6793                 Add S_SEARCH_EXTENDED to the quick search, which 
6794                 allows to search using filtering syntax.
6795
6796 2002-11-25 [colin]      0.8.6claws1
6797
6798         * src/summaryview.c
6799                 Deletion of duplicates now prefer deleting
6800                 the unread dup (fixes feature-request 638989).
6801
6802 2002-11-24 [paul]       0.8.6claws
6803
6804         * po/es.po
6805           po/pl.po
6806           po/ru.po
6807           po/sr.po
6808                 updated by Ricardo Mones Lastra,
6809                 Witold Wladyslaw Wojciech Wilk,
6810                 Ruslan N. Balkin, and  Urke MMI 
6811                 respectively
6812
6813 2002-11-24 [paul]       0.8.5claws182
6814
6815         * po/bg.po
6816                 updated by George Danchev
6817
6818 2002-11-23 [alfons]     0.8.5claws181
6819
6820         * src/imap.c
6821                 tiny memory leak found by browsing Dimitar's 
6822                 valgrind report
6823
6824 2002-11-23 [paul]       0.8.5claws180
6825
6826         * po/it.po
6827                 updated by Alessandro Maestri
6828
6829 2002-11-22 [christoph]  0.8.5claws179
6830
6831         * src/compose.c
6832         * src/inc.c
6833         * src/prefs_filtering.c
6834         * src/summaryview.c
6835                 more warning fixes
6836
6837 2002-11-22 [alfons]     0.8.5claws178
6838
6839         * src/summaryview.c
6840                 summary_execute_delete_func(): if message is deleted, make 
6841                 sure to also remove its entry in the subject hash table. 
6842                 fixes a corner case bug.
6843
6844 2002-11-22 [paul]       0.8.5claws177
6845
6846         * .cvsignore
6847                 add 'autom4te.cache'
6848                 
6849         * ltconfig      ** REMOVED **
6850                 not needed
6851
6852 2002-11-22 [paul]       0.8.5claws176
6853
6854         * src/textview.c
6855                 textview_set_font(): fix for message display in
6856                 UTF-8 locales (thanks to Sergey Vlasov).
6857                 
6858         * AUTHORS
6859                 add new team members and contributors
6860
6861
6862 2002-11-21 [colin]      0.8.5claws175
6863
6864         * src/procmsg.[ch]
6865                 Add procmsg_remove_special_headers()
6866         * src/mh.c
6867                 Use procmsg_remove_special_headers() for 
6868                 previous fix
6869
6870 2002-11-21 [colin]      0.8.5claws174
6871
6872         * src/mh.c
6873                 Fix moving/copying from queue/draft folders
6874                 for MH folders
6875
6876 2002-11-21 [christoph]  0.8.5claws173
6877
6878         * src/crash.c
6879         * src/filtering.c
6880         * src/logwindow.c
6881         * src/main.c
6882         * src/matcher_parser_lex.[hl]
6883         * src/mbox.c
6884         * src/mbox_folder.[ch]
6885         * src/prefs_filtering.c
6886         * src/procheader.c
6887         * src/quote_fmt_lex.l
6888         * src/ssl.c
6889                 fix all warnings except the warnings in lex and yacc files
6890
6891 2002-11-20 [christoph]  0.8.5claws172
6892
6893         * src/imap.c
6894                 fix MsgInfo retrieval for IMAP draft and queue folders
6895                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6896
6897 2002-11-19 [christoph]  0.8.5claws171
6898
6899         * src/compose.c
6900                 fix segfault, when draft saving does not get
6901                 the MsgInfo of the new message
6902                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6903
6904 2002-11-19 [christoph]  0.8.5claws170
6905
6906         * src/procmsg.c
6907                 add parameter check for flag setting function
6908                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6909
6910 2002-11-18 [paul]       0.8.5claws169
6911
6912         * src/compose.c
6913                 more sensitivity fixes to redirect mode:
6914                 * disable toolbar draft button
6915                 * allow only Address book in the Tools menu
6916                 * disable editing of message by the spell
6917                   checker
6918
6919 2002-11-18 [paul]       0.8.5claws168
6920
6921         * src/compose.c
6922                 fix sensitivity of menu items in compose_redirect():
6923                 allow only the necessary items 
6924
6925 2002-11-18 [paul]       0.8.5claws167
6926
6927         * src/compose.c
6928                 fix bug [ 603259 ] 'attachment got lost on bounce'
6929
6930 2002-11-18 [paul]       0.8.5claws166
6931
6932         * po/ru.po
6933                 updated by Ruslan N. Balkin <baron@dartel.ru>
6934
6935 2002-11-18 [colin]      0.8.5claws165
6936
6937         * src/main.c
6938           src/defs.h
6939                 Remove old filtering stuff
6940
6941
6942 2002-11-17 [oliver]     0.8.5claws164
6943
6944         * src/toolbar.h
6945                 remove not needed typedef 
6946
6947 2002-11-17 [oliver]     0.8.5claws163
6948
6949         * src/toolbar.c
6950                 make toolbar's on click events translatable
6951
6952 2002-11-15 [colin]      0.8.5claws162
6953
6954         * src/summaryview.c
6955                 Revert too-soon integration of a feature
6956
6957 2002-11-15 [christoph]  0.8.5claws161
6958
6959         * src/imap.c
6960                 use main's implementation of imap_get_msginfo
6961
6962 2002-11-15 [christoph]  0.8.5claws160
6963
6964         * src/compose.c
6965         * src/folder.[ch]
6966         * src/imap.c
6967         * src/mbox_folder.c
6968         * src/mh.c
6969         * src/news.c
6970         * src/procmsg.c
6971         * src/summaryview.c
6972                 replace claws' fetch_msginfo with main's get_msginfo
6973                 (use main's implementation where possible)
6974
6975 2002-11-15 [colin]      0.8.5claws159
6976
6977         * src/ssl_certificate.c
6978                 Missed a check
6979
6980 2002-11-16 [melvin]     0.8.5claws158
6981
6982         * po/fr.po
6983                 Updated French translations.
6984
6985 2002-11-16 [colin]      0.8.5claws157
6986
6987         * src/ssl_certificate.c
6988                 Check for missing parts in the certificates
6989
6990 2002-11-15 [colin]      0.8.5claws156
6991
6992         * src/folderview.c
6993                 Preventive fix (missing check) found by
6994                 Alfons
6995
6996 2002-11-15 [paul]
6997
6998         * NEWS
6999                 sync with 0.8.6 release
7000
7001 2002-11-15 [colin]      0.8.5claws155
7002
7003         * src/folder.[ch]
7004           src/folderview.c
7005                 Fix error handling of folder_item_move_to()
7006                 (thanks to Alfons!)
7007
7008 2002-11-15 [colin]      0.8.5claws154
7009
7010         * src/folder.[ch]
7011           src/folderview.c
7012                 folder_item_move_to() sets an error message instead
7013                 of having GUI stuff in folder.c
7014
7015 2002-11-15 [colin]      0.8.5claws153
7016
7017         * src/procmsg.[ch]
7018                 Implemented a callback for MsgInfo updates, 
7019                 heavily copy/pasted from Christoph's folder 
7020                 callback system
7021         * src/summaryview.[ch]
7022                 Register summary_update_msg as callback
7023
7024 2002-11-14 [colin]      0.8.5claws152
7025         
7026         * src/procmsg.c
7027                 Update the FolderItem after sending (fixes 617593)
7028
7029 2002-11-14 [christoph]  0.8.5claws151
7030
7031         * src/folder.c
7032                 fix wrong position of NULL pointer check found
7033                 by Sergey
7034
7035 2002-11-14 [christoph]  0.8.5claws150
7036
7037         * src/folder.c
7038                 fix segfault when deleting messages from IMAP folders
7039                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7040
7041 2002-11-14 [colin]      0.8.5claws149
7042
7043         * src/compose.c
7044                 Forwarding was also ignoring the folder's default account.
7045
7046 2002-11-14 [colin]      0.8.5claws148
7047
7048         * src/compose.c
7049                 Fix sent folder not set to folder properties when 
7050                 forwarding.
7051
7052 2002-11-14 [thorsten]   0.8.5claws147
7053
7054         * src/inc.c
7055                 inc_start(): Files were not moved from .processing to inbox,
7056                 if no global processing rule existed
7057
7058 2002-11-14 [colin]      0.8.5claws146
7059
7060         * src/ssl_certificate
7061                 Fix file operations
7062
7063 2002-11-14 [paul]       0.8.5claws145
7064
7065         * po/it.po
7066                 updated by Alessandro Maestri
7067
7068 2002-11-13 [alfons]     0.8.5claws144
7069
7070         * src/folder.c
7071                 folder_item_close(): only mark messages unread
7072                 when a folder has new messages 
7073
7074 2002-11-13 [keith]      0.8.5claws143
7075
7076         * src/imap.c
7077                 Fix problem moving or copying between
7078                 IMAP folders
7079
7080 2002-11-13 [colin]      0.8.5claws142
7081
7082         * src/matcher_parser_parse.y
7083                 Fix rule problem when " don't match
7084
7085 2002-11-13 [christoph]  0.8.5claws141
7086
7087         * src/folder.c
7088         * src/folderview.c
7089                 moved cache saving to folder_item_close
7090                 the folderview should not have to deal with
7091                 this things
7092
7093 2002-11-13 [christoph]  0.8.5claws140
7094
7095         * src/summaryview.c
7096                 moved setting of important score to
7097                 summary_set_prefs_from_folderitem
7098
7099 2002-11-13 [colin]      0.8.5claws139
7100
7101         * src/matcher_parser_parse.y
7102                 Fix a segfault in the parser (happening when
7103                 a good expression had been tested and a bad 
7104                 one arrives)
7105
7106 2002-11-13 [paul]       0.8.5claws138
7107
7108         * sync with 0.8.5cvs24
7109                 see ChangeLog 2002-11-13
7110                 
7111         * po/pt_BR.po
7112                 updated by Fabio Jr. Beneditto
7113
7114 2002-11-13 [colin]      0.8.5claws137
7115         
7116         * src/msgcache.c
7117           src/defs.h
7118           src/procmsg.[ch]
7119                 Revert last commit, problem
7120
7121 2002-11-13 [colin]      0.8.5claws136
7122
7123         * src/msgcache.c
7124                 Remove duplicated code
7125         * src/defs.h
7126                 Bumped CACHE_VERSION and MARK_VERSION
7127         * src/procmsg.[ch]
7128                 Network endian for cache and mark files
7129
7130 2002-11-12 [colin]      0.8.5claws135
7131
7132         * src/inc.c
7133                 Fix the "socket error" dialog which disappeared
7134
7135 2002-11-12 [colin]      0.8.5claws134
7136
7137         * src/msgcache.c
7138                 Reverse last commit which had performance 
7139                 problems, but still reverse the list
7140
7141 2002-11-12 [colin]      0.8.5claws133
7142
7143         * src/msgcache.c
7144                 Reverse list order
7145
7146 2002-11-12 [melvin]     0.8.5claws132
7147
7148         * src/compose.c
7149                 Added a check for a NULL prefs_common.dictionary
7150
7151 2002-11-12 [colin]      0.8.5claws131
7152
7153         * src/ssl_certificate.[ch]
7154                 Use FQDN hostname
7155
7156 2002-11-12 [colin]      0.8.5claws130
7157
7158         * src/ssl_certificate.[ch]
7159                 Take connection port into account for 
7160                 checking certificates (a single hostname
7161                 could have multiple servers with multiple
7162                 certificates)
7163         * src/ssl.c
7164                 Pass the port to ssl_certificate_check
7165
7166 2002-11-12 [paul]       0.8.5claws129
7167
7168         * src/folder.c
7169                 fix a typo in last commit
7170
7171 2002-11-12 [paul]       0.8.5claws128
7172
7173         * sync with 0.8.5cvs23
7174                 see ChangeLog entry 2002-11-12
7175
7176 2002-11-11 [colin]      0.8.5claws127
7177
7178         * src/ssl_certificate.c
7179                 Cleaner messages
7180                 Don't popup, instead log error, if the 
7181                 corresponding pref is checked
7182         * src/ssl_certificate.h
7183                 include <openssl/objects/h>
7184
7185 2002-11-11 [colin]      0.8.5claws126
7186
7187         * src/ssl_certificate.h
7188                 _Really_ clean it
7189
7190 2002-11-11 [colin]      0.8.5claws125
7191         
7192         * src/ssl_certificate.c
7193                 Fixed leak
7194
7195 2002-11-11 [colin]      0.8.5claws124
7196
7197         * src/ssl.c
7198                 Cleaned a bit
7199         * src/ssl_certificate.[ch]
7200                 Cleaned a bit (better use of SSL API)
7201                 (This will cause non-recognition of saved 
7202                  certificates of claws12[23]...)
7203
7204 2002-11-11 [paul]       0.8.5claws123
7205         
7206         * po/es.po
7207                 updated by Ricardo Mones Lastra
7208
7209 2002-11-11 [colin]      0.8.5claws122
7210
7211         * src/ssl.c
7212                 Fix a typo
7213
7214 2002-11-11 [colin]      0.8.5claws121
7215
7216         * src/ssl_certificate.[ch] ** NEW FILES **
7217         * src/ssl.[ch]
7218                 Check SSL certificates presented to us
7219         * src/Makefile.am
7220                 Add ssl_certificate.[ch]
7221         * po/POTFILES.in
7222                 Add ssl_certificate.c
7223
7224 2002-11-11 [paul]       0.8.5claws120
7225
7226         * sync with 0.8.5cvs22
7227                 see ChangeLog 2002-11-11
7228
7229 2002-11-11 [paul]       0.8.5claws119
7230
7231         * sync with 0.8.5cvs21
7232                 see ChangeLog 2002-11-11
7233
7234 2002-11-10 [jens]       0.8.5claws118
7235
7236         * src/folder.c
7237         * src/folderview.c
7238                 corrected some typing
7239         * po/de.po
7240                 updated german translation
7241         * sylpheed.spec.in
7242                 cleaned up specfile and adjusted it for claws
7243
7244 2002-11-10 [colin]      0.8.5claws117
7245
7246         * src/summaryview.c
7247                 a STATUSBAR_PUSH/POP fix
7248
7249 2002-11-10 [colin]      0.8.5claws116
7250
7251         * src/prefs_folder_item.c
7252                 Fix hanging after opening folder properties
7253
7254 2002-11-10 [hoa]        0.8.5claws115
7255
7256         * src/matcher_parser_lex.l
7257         * src/matcher_parser_parse.y
7258                 config file for scoring and filtering is no more trashed
7259                 when there is a syntax error in a filtering rule when
7260                 editing it in a dialog.
7261
7262 2002-11-09 [colin]      0.8.5claws114
7263
7264         * src/mbox_folder.c
7265                 Added missing initialisation of folder->destroy()
7266
7267 2002-11-09 [colin]      0.8.5claws113
7268
7269         * src/folder.c
7270           src/folderview.c
7271                 Fix the status bar messages
7272
7273 2002-11-09 [colin]      0.8.5claws112
7274
7275         * src/folderview.c
7276                 Fix hangs after folder dnd, happening after 
7277                 claws109.
7278
7279 2002-11-09 [christoph]  0.8.5claws111
7280
7281         * src/folderview.c
7282                 just changed order of calls (reverse order of
7283                 associated calls)
7284         * src/inc.c
7285                 lock inc when checking only one account, otherwise
7286                 inc all could be executed at the same time
7287
7288 2002-11-09 [christoph]  0.8.5claws110
7289
7290         * src/folderview.c
7291                 better unlock the mouse cursor before calling
7292                 summary_show because it changes the cursor too
7293
7294 2002-11-09 [christoph]  0.8.5claws109
7295
7296         * src/folder.[ch]
7297         * src/folderview.c
7298                 add functions to open and close a folder
7299                 o opending will execute scanning for remote folders
7300                   and processing
7301                 o closing will unset new flag for messages
7302
7303 2002-11-09 [colin]      0.8.5claws108
7304
7305         * src/folder.c
7306                 Add a call to prefs_matcher_write_config to 
7307                 avoid non-leaf folders filtering settings to be
7308                 lost
7309
7310 2002-11-09 [paul]       0.8.5claws107
7311
7312         * src/prefs_account.c
7313                 re-word a label
7314
7315 2002-11-09 [colin]      0.8.5claws106
7316
7317         * src/folderview.c
7318                 Minor esthetic fix
7319
7320 2002-11-09 [colin]      0.8.5claws105
7321
7322         * src/folderview.c
7323                 Fix prefs_filtering deletion for MH folders (same
7324                 reason as below)
7325         * src/prefs_filtering.c
7326                 Fix prefs_filtering renaming and deletion for 
7327                 folder-based processing rules.  
7328
7329 2002-11-09 [christoph]  0.8.5claws104
7330
7331         * src/compose.c
7332         * src/folder.[ch]
7333         * src/folderview.[ch]
7334         * src/import.c
7335         * src/inc.c
7336         * src/main.c
7337         * src/mainwindow.c
7338         * src/messageview.c
7339         * src/prefs_folder_item.c
7340         * src/procmsg.c
7341         * src/summaryview.c
7342                 implement a callback system for folder item updates
7343
7344 2002-11-09 [colin]      0.8.5claws103
7345
7346         * src/folderview.c
7347                 Fix prefs_filtering renaming for MH folders (we
7348                 shouldn't rename by path as another folder could
7349                 have the same hierarchy).
7350
7351 2002-11-09 [colin]      0.8.5claws102
7352
7353         * src/folder.c
7354                 Fix a leak found by Christoph, use better variable
7355                 names
7356
7357 2002-11-09 [colin]      0.8.5claws101
7358
7359         * src/folder.c
7360                 One more fix for processing rules
7361
7362 2002-11-08 [colin]      0.8.5claws100
7363         
7364         * src/matcher.c
7365                 Don't copy the compiled regexp (will be reevaluated)
7366         * src/folderview.c
7367                 Lock folderview while moving
7368         * src/folder.c
7369                 Provide info on what's happening to the user
7370
7371 2002-11-08 [colin]      0.8.5claws99
7372
7373         * src/folderview.c
7374                 Fix folder reordering after a move if parent is 
7375                 root
7376         * src/scoring.[ch]
7377                 Add function to copy a ScoringProp
7378         * src/prefs_folder_item.c
7379                 Copy scoring rules when copying a folder prefs
7380
7381 2002-11-08 [colin]      0.8.5claws98
7382
7383         * src/folderview.c
7384                 Fixes in case of failure
7385         * src/filtering.[ch]    
7386                 Add function to duplicate a FilteringProp
7387         * src/matcher.[ch]
7388                 Add function to duplicate a MatcherProp
7389         * src/prefs_folder_item.c
7390                 Save folder's processing rules when copying 
7391                 its prefs
7392
7393 2002-11-08 [colin]      0.8.5claws97
7394         
7395         * src/folderview.c
7396                 Sort after move
7397         * src/folder.c 
7398                 Change a printf to debug_print
7399
7400 2002-11-08 [colin]      0.8.5claws96
7401
7402         * src/folder.c
7403           src/folderview.c
7404                 Fix segfaults, call me stupido
7405         
7406
7407 2002-11-08 [colin]      0.8.5claws95
7408
7409         *src/folder.c
7410                 Added forgotten prefs to save when moving folders
7411
7412 2002-11-08 [colin]      0.8.5claws94
7413
7414         * src/folder.c
7415                 Fixes to folder DND (prefs copy)
7416         * src/folderview.c
7417                 Optimization for folder DND (don't rescan whole tree)
7418                 Added folderview_create_folder_node() for this 
7419                 optimization, so de-duped a bit the code
7420         * src/prefs_folder_item.[ch]
7421                 Added prefs_folder_item_copy_prefs()    
7422           
7423 2002-11-08 [paul]       0.8.5claws93
7424
7425         * src/prefs_account.c
7426           tools/README
7427           tools/kmail2sylpheed_v2.pl
7428                 correct some typos
7429
7430 2002-11-08 [paul]       0.8.5claws92
7431
7432         * src/compose.c
7433           src/prefs_account.[ch]
7434                 remove account options 'clearsign' and 'ascii_armored',
7435                 replace with 'default_gnupg_mode' to prevent mixed-mode
7436                 Privacy settings
7437
7438 2002-11-08 [paul]       0.8.5claws91
7439
7440         * src/compose.[ch]
7441                 re-implement GnuPG 'on-the-fly' mode selection,
7442                 disallow mixed-mode
7443
7444 2002-11-08 [colin]      0.8.5claws90
7445
7446         * src/folderview.c
7447           src/prefs_folder_item.c
7448                 Change "Property" to "Properties"
7449
7450 2002-11-07 [colin]      0.8.5claws89
7451
7452         * src/folderview.c
7453           src/folder.c
7454                 Allow folder dropping to a root folder
7455
7456 2002-11-07 [paul]       0.8.5claws88
7457
7458         * src/compose.c
7459                 revert last commit
7460
7461 2002-11-07 [paul]       0.8.5claws87
7462
7463         * src/compose.c
7464                 fix reply-to-list bug. closes bug report
7465                 "[633382] reply-to-list broken in recent cvs"
7466
7467 2002-11-07 [paul]       0.8.5claws86
7468
7469         * src/compose.c
7470                 add a forgotten '#if USE_GPGME ... #endif'
7471
7472 2002-11-07 [paul]       0.8.5claws85
7473
7474         * sync with 0.8.5cvs20
7475                 see ChangeLog 2002-11-07
7476
7477 2002-11-07 [colin]      0.8.5claws84
7478
7479         * src/folder.[ch]
7480                 Change folder_item_move_to to return the newly 
7481                 created folderitem.
7482         * src/folderview.c
7483                 Select the new folderitem after moving.
7484
7485 2002-11-07 [colin]      0.8.5claws83
7486
7487         * src/prefs_filtering.c
7488                 Fix rule rewriting when moving a leaf folder to a 
7489                 shorter path
7490
7491 2002-11-07 [colin]      0.8.5claws82
7492
7493         * src/prefs_filtering.c
7494                 fix a leak
7495
7496 2002-11-07 [colin]      0.8.5claws81
7497
7498         * src/folder.[ch]
7499                 Add folder_item_move_to() function to move a 
7500                 folderitem into another one (updates matcher etc)
7501         * src/folderview.c
7502                 Add folder drag'n drop (context menu to come)
7503                 [Should be dataloss free, but Please backup before 
7504                  trying !]
7505
7506 2002-11-06 [colin]      0.8.5claws80
7507
7508         * src/mh.c
7509                 mh_create_folder() returns NULL if can't create
7510                 directory hierarchy
7511
7512 2002-11-06 [paul]       0.8.5claws79
7513
7514         * src/compose.[ch]
7515                 allow 'on-the-fly' changing of the type of encryption 
7516                 and/or signing used (mime/ascii) via the compose window
7517
7518 2002-11-06 [paul]       0.8.5claws78
7519
7520         * sync with 0.8.5cvs19
7521                 see ChangeLog 2002-11-06 for src/account.c: 
7522                 account_get_special_folder()
7523                 
7524 2002-11-05 [alfons]     0.8.5claws77
7525
7526         * src/crash.c
7527                 very minor cleanups: nothing to see here, move on. :-)
7528
7529 2002-11-05 [colin]      0.8.5claws76
7530
7531         * src/main.c
7532                 Changes choices if compose windows are opened to
7533                 Discard, Draft, Don't quit
7534
7535 2002-11-05 [thorsten]   0.8.5claws75
7536
7537         * src/compose.c
7538                 reenabled default_reply_to folder option
7539
7540 2002-11-05 [colin]      0.8.5claws74
7541
7542         * src/compose.[ch] 
7543                 add compose_draft()
7544         * src/crash.c
7545                 add SIGTERM handler
7546         * src/main.[ch]
7547                 add clean_quit() for the SIGTERM handler
7548
7549 2002-11-05 [paul]       0.8.5claws73
7550         
7551         * po/es.po
7552                 updated by Ricardo Mones Lastra
7553
7554 2002-11-05 [melvin]     0.8.5claws72
7555
7556         * src/logwindow.c
7557                 Fixed log-clipping bug #616795.
7558                 To stop logging in the log window use 0 length.
7559         * src/prefs_common.c
7560                 Added a label to inform about the 0 log length behaviour.
7561
7562 2002-11-05 [paul]       0.8.5claws71
7563
7564         * sync with 0.8.5cvs17
7565                 see ChangeLog 2002-11-05
7566
7567 2002-11-04 [paul]       0.8.5claws70
7568
7569         * sylpheed-128x128.png
7570           sylpheed-64x64.png
7571           sylpheed.png
7572                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7573                 <nikai@users.sourceforge.net>
7574                 
7575         * po/bg.po
7576                 updated by George Danchev
7577
7578 2002-11-03 [thorsten]   0.8.5claws69
7579
7580         * src/main.c
7581           src/mimeview.c
7582           src/rfc2015.h
7583                 add check if gpg is active
7584
7585 2002-11-03 [thorsten]   0.8.5claws68
7586
7587         * src/toolbar.h
7588                 removed GSList declaration causing trouble on MacOS-X
7589                 (submitted by alfons, reported by xfesty)
7590
7591 2002-11-01 [paul]       0.8.5claws67
7592
7593         * src/mainwindow.c
7594                 remove last remnants of main's filter code
7595
7596 2002-11-01 [paul]       0.8.5claws66
7597
7598         * tools/filter_conv.pl
7599                 fix bug where user-defined headers were ignored
7600
7601 2002-11-01 [paul]       0.8.5claws65
7602
7603         * src/logwindow.c
7604                 make a debug_print() not translatable
7605
7606 2002-10-31 [melvin]     0.8.5claws64
7607
7608         * ac/aspell.m4
7609                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7610                 not run any GNU/aspell test.  The dictionary path will
7611                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7612                 was given, in which case, it will be $prefix/lib/aspell/
7613         * configure.in
7614                 Fixed typo in commentary (Aspell code).
7615
7616 2002-10-31 [paul]       0.8.5claws63
7617
7618         * po/POTFILES.in
7619                 remove src/filter.c and src/prefs_filter.c
7620                 thanks to Ricardo for reminding me
7621
7622 2002-10-31 [colin]      0.8.5claws62
7623
7624         * src/mbox_folder.c
7625                 Plug some leaks
7626
7627 2002-10-31 [paul]       0.8.5claws61
7628
7629         * src/prefs_filter.[ch] ** REMOVED **
7630           src/filter.[ch]       ** REMOVED **
7631           
7632         * src/Makefile.am
7633           src/folderview.c
7634           src/inc.c
7635           src/main.c
7636           src/mainwindow.c
7637           src/mbox.c
7638           src/prefs_common.c
7639           src/prefs_filtering.c
7640           src/summaryview.[ch]
7641                 remove main's 'filter' code
7642                 
7643         README.claws
7644                 update to reflect removal of main's filter
7645
7646 2002-10-31 [paul]       0.8.5claws60
7647
7648         * src/summaryview.c
7649                 remove check for global_processing in summary_filter_open(). 
7650                 This fixes the bug where if the user uses the right-click 
7651                 'Create filter rule...' and doesn't have any filter rules 
7652                 already defined in claws' advanced filtering, the newly 
7653                 created filter rule goes to main's filtering which is 
7654                 inaccessible through the gui. Now the filter rule gets added
7655                 to claws' filtering by default.
7656
7657 2002-10-28 [melvin]     0.8.5claws59
7658
7659         * src/prefs_actions.c
7660                 Fixed bug #627322 where MIME parts were not always
7661                 correctly passed to a %p action
7662                 Display an error dialog when message filename is not found.
7663
7664 2002-10-28 [melvin]     0.8.5claws58
7665
7666         * src/prefs_common.c
7667                 Readded a missing function declaration lost in 0.8.3claws34
7668
7669 2002-10-28 [paul]       0.8.5claws57
7670
7671         * sync with 0.8.5cvs15
7672                 see ChangeLog 2002-10-28 and 2002-10-25
7673                 
7674         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7675
7676 2002-10-27 [oliver]     0.8.5claws56
7677
7678         * src/pop.c
7679                 plug leak in pop3_top_recv
7680
7681 2002-10-26 [christoph]  0.8.5claws55
7682
7683         * src/folder.c
7684                 set need_update folder flag when messages are added
7685                 (closes bug [ 626922 ] folder not updated after receiving)
7686
7687 2002-10-25 [melvin]     0.8.5claws54
7688
7689         * src/imageview.c
7690                 Fixed a memleak introduced in the scaling code.
7691
7692 2002-10-24 [alfons]     0.8.5claws53
7693
7694         * src/filtering.c
7695                 make filtering's forward message action forward from the 
7696                 correct account
7697                 (closes bug [628089 ] Filter -> Forward from address problem
7698                 reported by Oktay)
7699
7700 2002-10-24 [christoph]  0.8.5claws52
7701
7702         * src/mainwindow.c
7703         * src/manual.[ch]
7704                 o use manual of current locale or english if current
7705                   locale is not available (and english is available)
7706                 o also link to sylpheed doc project manuals
7707
7708 2002-10-23 [paul]       0.8.5claws51
7709
7710         * tools/README
7711           tools/kmail2sylpheed_v2.pl
7712                 add new version of kmail addressbook importer script.
7713                 works with newer versions of Kmail/KAddressBook which
7714                 have new and rearranged data.
7715
7716 2002-10-23 [martin]     0.8.5claws50
7717
7718         * src/folderview.c
7719         * src/summaryview.c
7720         * src/utils.h
7721         * src/utils.c
7722                 added length parameter to get_abbrev_newsgroup_name()
7723                 changed this function so that it abbreviates the newsgroup
7724                 names only so long it is smaller than the length parameter
7725                 (for better reading of some newsgroup names and space efficiency)
7726
7727 2002-10-22 [colin]      0.8.5claws49
7728
7729         *src/foldersel.c
7730                 Revert Alfons' last modification (after voting ;-))
7731
7732 2002-10-21 [alfons]     0.8.5claws48
7733
7734         * src/foldersel.c
7735                 folder view in folder selection dialog reflects state of
7736                 folder view in main window
7737
7738 2002-10-18 [alfons]     0.8.5claws47
7739
7740         * src/mbox.c
7741                 drop imported messages in folder selected by user,
7742                 and not in the inbox
7743                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7744
7745 2002-10-18 [alfons]     0.8.5claws46
7746
7747         * src/compose.c
7748                 make automagic reply work correctly for email accounts 
7749                 (whether it's viable to do a full sync with Hiro's 
7750                 compose.c is still under discussion)
7751
7752 2002-10-18 [melvin]     0.8.5claws45
7753
7754         * src/prefs_actions.c
7755                 Fixed bug #622275 where asynchroneous actions left 
7756                 zombies processes
7757                 Made (synchroneous) actions' input be displayed live.
7758
7759 2002-10-18 [christoph]  0.8.5claws44
7760
7761         * src/textview.c
7762                 don't add a newline in the textview in front of the
7763                 first textpart if header display is disabled
7764                 (closes bug [ 603385 ] disabled header display leaves blank
7765                  lin)
7766
7767 2002-10-18 [christoph]  0.8.5claws43
7768
7769         * src/folder.[ch]
7770         * src/imap.c
7771         * src/mbox_folder.c
7772         * src/mh.c
7773         * src/news.c
7774                 folder->get_num_list now returns an error code
7775                 (closes bug [ 609424 ] News cache cleared on failure)
7776                 
7777 2002-10-17 [colin]      0.8.5claws42
7778         
7779         * src/news.c
7780                 Changed a printf by debug_print
7781
7782 2002-10-16 [paul]       
7783
7784         * tools/OOo2sylpheed.pl
7785                 allow for spaces in the name of the
7786                 file to be attached.
7787
7788 2002-10-16 [colin]      0.8.5claws41
7789
7790         * src/main.c
7791                 Use a tristate to change online mode
7792
7793 2002-10-16 [paul]       0.8.5claws40
7794
7795         * po/es.po
7796                 updated by Ricardo Mones Lastra
7797
7798 2002-10-16 [colin]      0.8.5claws39
7799
7800         * src/main.c
7801           src/mainwindow.[ch]
7802                 Added --online and --offline command-line
7803                 switches
7804
7805 2002-10-15 [christoph]  0.8.5claws38
7806
7807         * src/procmime.c
7808                 set mimeinfo->name to NULL after g_free to
7809                 avoid double freeing with g_free
7810
7811 2002-10-14 [christoph]  0.8.5claws37
7812
7813         * src/compose.c
7814         * src/filtering.c
7815         * src/summaryview.c
7816                 remove calls to folder->change_flags that are now
7817                 done by procmsg flag functions (seems it is not
7818                 used by any foldertype anyway)
7819         * src/folder.c
7820                 init folder->change_flags with NULL
7821
7822 2002-10-14 [christoph]  0.8.5claws36
7823
7824         * src/folder.[ch]
7825         * src/imap.[ch]
7826                 use virtual functions for folder item new and destroy
7827                 functions
7828
7829 2002-10-14 [melvin]     0.8.5claws35
7830
7831         * src/compose.c
7832                 Added a test to not run the spell checker if no default
7833                 dictionary is available. No dialog is displayed though.
7834
7835 2002-10-14 [melvin]     0.8.5claws34
7836
7837         * src/gtkaspell.c
7838                 Fixed bug in dictionary list context menu where
7839                 "More..." pointed to an emtpy submenu if the
7840                 number of dictionaries is a multiple of 15
7841                 Removed unneeded code in suggestions list creation
7842
7843 2002-10-14 [paul]       0.8.5claws33
7844
7845         * po/bg.po
7846                 updated by George Danchev
7847
7848 2002-10-13 [hoa]        0.8.5claws32
7849
7850         * src/matcher.[ch]
7851           src/matcher_parser_parser.y
7852                 removed the escaped string from internal structure
7853                 of matcher.
7854
7855 2002-10-12 [colin]      0.8.5claws31
7856
7857         * src/gtksctree.[ch]
7858           src/summaryview.c
7859                 Removed useless function gtksctree_reanchor
7860
7861 2002-10-12 [alfons]     0.8.5claws30
7862         
7863         * sync with remaining main changes 2002-10-09 - 2002-10-11
7864         - drop changes to src/compose.c (requires claws specific changes)
7865         
7866 2002-10-12 [alfons]     0.8.5claws29
7867         
7868         * sync with main changes of 2002-10-08
7869         - drop changes to src/compose.c (requires claws specific changes)
7870         - drop changes to src/summaryview.c (requires changes to compose.c)     
7871
7872 2002-10-12 [alfons]     0.8.5claws28
7873         
7874         * sync with main changes of 2002-10-07
7875
7876 2002-10-12 [alfons]     0.8.5claws27
7877
7878         * sync with main changes of 2002-10-04
7879         - drop changes to src/compose.c (requires claws specific changes)
7880         - drop changes to src/prefs_folder_item.c (claws implementation
7881           seems to be working)
7882
7883 2002-10-12 [colin]      0.8.5claws26
7884
7885         * src/mainwindow.c
7886                 Fix folder-flicker when space-reading, introduced 
7887                 in claws22.
7888
7889 2002-10-12 [colin]      0.8.5claws25
7890
7891         * src/compose.c
7892                 Save account address when saving as draft.
7893                 (closes bug 621838)
7894
7895 2002-10-12 [colin]      0.8.5claws24
7896
7897         * src/summaryview.c
7898                 Fix the problem consisting of no message selected
7899                 after the last message in a folder has been moved.
7900
7901 2002-10-12 [paul]       0.8.5claws23
7902
7903         * src/compose.c
7904           src/prefs_template.c
7905           src/template.[ch]
7906                 add Cc and Bcc to templates. Patch submitted by
7907                 John L. Males.
7908
7909 2002-10-12 [colin]      0.8.5claws22
7910
7911         * src/folderview.c
7912                 Fix a bug after "Check for new messages":
7913                 If a folder was opened, it was still selected at
7914                 the end of the check, but displayed empty.
7915         * src/mainwindow.c
7916                 Remove unnecessary check
7917
7918 2002-10-12 [paul]
7919
7920         * tools/README
7921                 be more verbose in the description of
7922                 OOo2sylpheed.pl
7923                 
7924
7925 2002-10-11 [colin]      0.8.5claws21
7926
7927         * src/mainwindow.c
7928                 Make space work (better) when no mail is selected
7929
7930 2002-10-11 [colin]      0.8.5claws20
7931
7932         * src/inc.c
7933           src/news.c
7934                 fix warnings
7935
7936 2002-10-11 [colin]      0.8.5claws19
7937
7938         * src/mainwindow.c
7939                 revert 0.8.5claws6 changes as i couldn't get to
7940                 anything satisfying
7941
7942 2002-10-11 [melvin]     0.8.5claws18
7943
7944         * src/compose.c
7945                 Removed buggy and unused macro (should have been committed in
7946                 0.8.5claws17)
7947
7948 2002-10-11 [melvin]     0.8.5claws17
7949
7950         * src/compose.c
7951                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7952
7953 2002-10-11 [thorsten]   0.8.5claws16 
7954
7955         * src/folderview.c
7956                 remove rescan warning
7957
7958 2002-10-11 [colin]      0.8.5claws15 
7959
7960         * src/procheader.c
7961                 fix a segfault that happens if conv_unmime_header
7962                 fails (should be better to find out why it fails)
7963
7964 2002-10-11 [christoph]  0.8.5claws14
7965
7966         * src/summaryview.c
7967                 update folderview stats after ignore/unignore thread
7968
7969 2002-10-11 [hoa]        0.8.5claws13
7970
7971         * src/quote_fmt_parse.y
7972                 Fixed a yacc/bison syntax error
7973         * src/matcher.c
7974                 Escaping of string is fixed.
7975
7976 2002-10-11 [colin]      0.8.5claws12
7977
7978         * src/imageview.c
7979                 Resize images to fit
7980
7981 2002-10-11 [paul]       0.8.5claws11
7982
7983         * po/es.po
7984                 updated by Ricardo Mones Lastra
7985
7986 2002-10-10 [alfons]     0.8.5claws10
7987
7988         * src/compose.c
7989                 allow dropping files by "moving" files from a file manager,
7990                 not only by the more cumbersome "copying". the latter 
7991                 mostly implies holding down the Control button
7992
7993 2002-10-10 [christoph]  0.8.5claws9
7994
7995         * src/summaryview.c
7996                 update folders after thread building for ignored threads
7997
7998 2002-10-10 [christoph]  0.8.5claws8
7999
8000         * config/.cvsignore
8001                 added Makefile
8002         * src/filtering.[ch]
8003         * src/folder.[ch]
8004         * src/folderview.[ch]
8005         * src/import.c
8006         * src/inc.[ch]
8007         * src/mbox.[ch]
8008         * src/procmsg.c
8009         * src/summaryview.[ch]
8010                 o added new flag need_update to FolderItem
8011                 o removed folder_table from various functions from tracking
8012                   folder updates
8013                 o set need_update flags in folder.c's move, copy and delete
8014                   functions and procmsg's flags functions
8015                 o added function folderview_update_items_when_required that
8016                   updates all folders with need_update set
8017                 o call folderview_update_items_when_required instead of
8018                   folderview_update_item_foreach
8019
8020 2002-10-09 [sergey]     0.8.5claws7
8021
8022         * src/compose.c
8023                 Strip CRs whel loading the text into editor in reedit mode.
8024
8025 2002-10-09 [colin]      0.8.5claws6
8026
8027         * src/mainwindow.c
8028                 Make Space work when no mail is selected
8029
8030 2002-10-09 [colin]      0.8.5claws5
8031
8032         * src/gtksctree.[ch]
8033                 Fix range_select
8034                 Add gtk_sctree_reanchor() 
8035         * src/summaryview.c
8036                 Use gtk_sctree_reanchor() - better fix for 
8037                 bug 60413
8038
8039 2002-10-09 [colin]      0.8.5claws4
8040
8041         * src/summaryview.c
8042                 Fix shift-click select after delete problem
8043                 (closes bug 60413)
8044
8045 2002-10-08 [thorsten]   0.8.5claws3
8046
8047         * src/summaryview.c
8048                 exclude current msg from -hide read messages-
8049
8050 2002-10-08 [colin]      0.8.5claws2
8051
8052         * src/inc.[ch]
8053           src/pop.c
8054           src/recv.c
8055                 Differentiate socket errors from disk full
8056                 errors
8057
8058 2002-10-08 [christoph]  0.8.5claws1
8059
8060         * Makefile.am
8061         * configure.in
8062                 modifications for new config directory
8063
8064         * config.guess  ** REMOVED **
8065         * config.sub    ** REMOVED **
8066         * install-sh    ** REMOVED **
8067         * ltmain.sh     ** REMOVED **
8068         * missing       ** REMOVED **
8069         * mkinstalldirs ** REMOVED **
8070                 these files are autogenerated by automake
8071                 when you run autogen.sh
8072
8073         * config/.cvsignore     ** NEW FILE **
8074         * config/Makefile.am    ** NEW FILE **
8075                 ignore autogenerated files
8076                 create a Makefile in this directory
8077
8078 2002-10-08 [paul]       0.8.5claws
8079
8080         * 0.8.5claws release
8081         
8082         * src/compose.c
8083           src/procheader.c
8084           src/procmsg.c
8085                 fix quote reply format for newsgroups reply bug
8086                 (thanks to Hoa)
8087                 
8088         * po/en_GB.po
8089           po/pl.po
8090                 updated by me and Witold Wladyslaw Wojciech Wilk
8091                 repectively
8092
8093 2002-10-07 [paul]       0.8.3claws53
8094
8095         * po/it.po
8096           po/pt_BR.po
8097           po/sr.po
8098                 updated messages catalogs, submitted by
8099                 Alessandro Maestri, Fabio Jr.Beneditto 
8100                 and Urke MMI, respectively.
8101
8102 2002-10-07 [christoph]  0.8.3claws52
8103
8104         * src/folder.[ch]
8105         * src/folderview.c
8106         * src/mainwindow.c
8107                 fix new folder ghost message bug
8108                 (closes bug [ 619722 ] wrong count for newly created folders)
8109
8110 2002-10-07 [christoph]  0.8.3claws51
8111
8112         * src/compose.c
8113                 fix news posting problem
8114
8115 2002-10-07 [melvin]     0.8.3claws50
8116
8117         * po/fr.po
8118                 Updated French translation
8119
8120 2002-10-05 [christoph]  0.8.3claws49
8121
8122         * src/gtkstext.c
8123                 check if line_start_cache is set in gtk_stext_update_text
8124                 (closes bug [ 618119 ] crash while doing search in folder)
8125
8126 2002-10-05 [christoph]  0.8.3claws48
8127
8128         * src/imap.c
8129         * src/news.c
8130         * src/utils.c
8131         * src/utils.h
8132                 implement cache cleanups for claws' folder system
8133                 (closes bug [ 595916 ] imapcache not cleaned up)
8134
8135 2002-10-05 [melvin]     0.8.3claws47
8136
8137         * src/prefs_actions.c
8138                 Made the help text more clear for the %p token
8139
8140 2002-10-04 [paul]       0.8.3claws46
8141
8142         * sync with 0.8.5
8143                 see ChangeLog 2002-10-02 and 2002-10-03
8144
8145 2002-10-04 [christoph]  0.8.3claws45
8146
8147         * src/inc.c
8148                 fix segfault caused by pop before smtp
8149                 call to inc_account_mail with NULL
8150                 pointer for mainwin
8151
8152 2002-10-04 [paul]       0.8.3claws44
8153
8154         * configure.in
8155                 sync the LDAP detection from 0.8.5cvs1
8156
8157 2002-10-02 [christoph]  0.8.3claws43
8158
8159         * po/de.po
8160                 fix small spelling error
8161
8162 2002-10-02 [melvin]     0.8.3claws42
8163
8164         * ac/aspell.m4
8165                 Behave better and say "no" when test program cannot be run.
8166
8167 2002-10-02 [paul]       0.8.3claws41
8168
8169         * sync with 0.8.4cvs1
8170                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8171                 
8172         * src/summaryview.c
8173                 toggle the behavior of Reply menuitem between
8174                 normal reply and reply-to-list
8175
8176 2002-10-01 [sergey]     0.8.3claws40
8177
8178         * src/compose.c
8179                 Convert newlines in the message text to the canonical form
8180                 before base64 encoding (RFC2045 compliance, fixes some
8181                 interoperability issues with Evolution 1.0.3)
8182
8183 2002-09-29 [colin]      0.8.3claws39
8184
8185         * src/summaryview.c
8186                 Fix an unwanted copy/paste
8187
8188 2002-09-29 [colin]      0.8.3claws38
8189
8190         * src/mainwindow.c
8191                 Renamed "Custom toolbar" to "Customize toolbar"
8192                 Renamed "Show all header" to "Show all headers"
8193                 Renamed "Set diplay item" to "Set displayed items"
8194         * src/prefs_common.c
8195                 Renamed "Show all header" to "Show all headers"
8196         * src/prefs_summary_column.c
8197                 Renamed "diplay item" to "displayed items"
8198
8199 2002-09-29 [colin]      0.8.3claws37
8200
8201         * src/mainwindow.[ch]
8202                 online/offline status pixmaps follow theme
8203                 changes
8204         * src/summaryview.[ch]
8205                 quicksearch pixmap follows theme changes
8206
8207 2002-09-29 [thorsten]   0.8.3claws36
8208
8209         * src/compose.c
8210           src/prefs_folder_item.[ch]
8211                 add default_reply_to folder option (closes patch 581044)
8212
8213 2002-09-29 [christoph]  0.8.3claws35
8214
8215         * acconfig.h    ** REMOVED **
8216         * configure.in
8217         * ac/aspell.m4
8218         * ac/check-type.m4
8219         * ac/gnupg-check-typedef.m4
8220                 fix autoheader 2.50 warning
8221
8222 2002-09-29 [christoph]  0.8.3claws34
8223
8224         * major code cleanup (part 2)
8225         
8226                 - unused variables removed
8227                 - unused functions removed
8228                 - uninitialized variables checked
8229                 - missing return statements added
8230                 - missing function return types added
8231                 - added parentheses around assignment
8232                   when suggested by gcc
8233
8234 2002-09-29 [alfons]     0.8.3claws33
8235
8236         * src/logwindow.c
8237                 log_window_clear(): only bracket gtk_text_forward_delete() 
8238                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8239                 works around GTK text bug)
8240
8241 2002-09-29 [paul]       0.8.3claws32
8242
8243         * po/bg.po
8244           po/sr.po
8245                 updated by George Danchev and Urke MMI
8246                 respectively
8247
8248 2002-09-27 [christoph]  0.8.3claws31
8249
8250         * doc-src/readme.txt
8251         * doc-src/rfc1806.txt   ** REMOVED **
8252         * doc-src/rfc2183.txt   ** NEW FILE **
8253         * doc-src/rfc2980.txt   ** NEW FILE **
8254                 update rfcs
8255
8256 2002-09-27 [melvin]     0.8.3claws30
8257
8258         * ac/aspell.m4
8259                 Fixed typo which could break linking
8260
8261 2002-09-27 [melvin]     0.8.3claws29
8262
8263         * ac/aspell.m4
8264                 Improved GNU/aspell checking. 
8265                 Fixed bug #614490
8266
8267 2002-09-27 [paul]       0.8.3claws28
8268
8269         * sync with 0.8.3cvs8
8270                 see ChangeLog 2002-09-27
8271
8272 2002-09-26 [colin]      0.8.3claws27
8273
8274         * src/toolbar.[ch]
8275           src/mainwindow.[ch]
8276                 Add "Reply to Mailing-list" to the toolbar
8277
8278 2002-09-26 [christoph]  0.8.3claws26
8279
8280         * src/summaryview.c
8281                 Fix wrong message counts in summaryview status
8282
8283 2002-09-26 [paul]       0.8.3claws25
8284
8285         * sync with 0.8.3cvs7
8286                 see ChangeLog 2002-09-26
8287
8288 2002-09-26 [paul]       0.8.3claws24
8289
8290         * sync with 0.8.3cvs6
8291                 see ChangeLog 2002-09-25
8292
8293 2002-09-25 [christoph]  0.8.3claws23
8294
8295         * src/prefs_common.c
8296         * src/prefs_folder_item.c
8297         * src/prefs_scoring.c
8298                 Renamed "kill score" to "hide score" in GUI
8299                 and prefs files
8300
8301 2002-09-25 [paul]       0.8.3claws22
8302
8303         * sync with 0.8.3cvs5
8304                 see ChangeLog 2002-09-24
8305
8306 2002-09-24 [alfons]     0.8.3claws21
8307
8308         patch by Satoshi Nagayasu: allows appending / saving multiple 
8309         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8310         'Save as ...'")
8311
8312         * AUTHORS
8313                 add Satoshi Nagayasu
8314         * src/summaryview.c
8315                 summary_save_as(): allow saving selected files to
8316                 one file
8317                 summary_set_menu_sensitive: enable "Save As..." when
8318                 multiple files are selected
8319         * src/utils.[ch]
8320                 append_file(): new function
8321
8322 2002-09-24 [colin]      0.8.3claws20
8323
8324         * src/procmime.c
8325                 Fix segfault when mimeinfo doesn't have a 
8326                 content_type. 
8327
8328 2002-09-24 [colin]      0.8.3claws19
8329
8330         * src/prefs_common.[ch]
8331                 Add a preference to display send dialog or not
8332         * src/send.c
8333                 Display send dialog according to preference
8334
8335 2002-09-24 [colin]      0.8.3claws18
8336
8337         * src/compose.[ch]
8338                 Disable user actions when sending
8339
8340 2002-09-24 [colin]      0.8.3claws17
8341
8342         * src/procmime.c
8343                 Do not display name or filename for attachments
8344                 with an application/pgp-signature type
8345                 (security flaw, see bug 537413)
8346
8347 2002-09-23 [colin]      0.8.3claws16
8348
8349         * src/editaddress.c
8350                 Initialize entry_email, entry_alias and 
8351                 entry_remarks to first email address of the list
8352
8353 2002-09-23 [colin]      0.83claws15
8354
8355         * src/compose.c
8356                 Drop pgp-signature when reediting a signed queued
8357                 message
8358
8359 2002-09-23 [melvin]     0.8.3claws14
8360
8361         * po/fr.po
8362                 Updated French translation
8363
8364 2002-09-23 [melvin]     0.8.3claws13
8365
8366         * src/mainwindow.c
8367                 Made custom toolbar menu labels more consistent
8368         * src/prefs_toolbar.c
8369                 Made custom toolbar window title more consistent
8370
8371 2002-09-22 [colin]      0.8.3claws12
8372
8373         * src/inc.c
8374                 Initialize session type to normal before getting 
8375                 mail (fixes strange Get behaviour)
8376         * src/prefs_account.h
8377                 Move STYPE_POP_BEFORE_SMTP to last position to 
8378                 avoid other side-effects
8379
8380 2002-09-22 [colin]      0.8.3claws11
8381
8382         * src/prefs_account.c
8383                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8384                 from pop3 to apop or vice-versa
8385
8386 2002-09-22 [colin]      0.8.3claws10
8387         
8388         * src/prefs_account.[ch]
8389                 Add an option for the POP before SMTP timeout
8390         * src/inc.c
8391                 Remember time of last POP connection
8392         * src/send.c
8393                 Do POP before SMTP only if timeout reached
8394
8395 2002-09-22 [oliver]     0.8.3claws9
8396         
8397         * README.claws
8398                 explain custom toolbar
8399
8400 2002-09-22 [oliver]     0.8.3claws8
8401
8402         * src/prefs_actions.[ch]
8403         custom toolbar for compose      
8404                 actions callback from compose toolbar
8405         * src/folderview.c
8406                 remove include toolbar.h
8407
8408 2002-09-22 [oliver]     0.8.3claws7
8409         
8410         * src/prefs_toolbar.[ch]
8411                 custom toolbar for compose
8412                 - generic prefs_toolbar handles both
8413                   Mainwin's toolbar as well as Compose toolbar          
8414
8415 2002-09-22 [oliver]     0.8.3claws6
8416         
8417         * src/toolbar.[ch]
8418                 custom toolbar for compose
8419                 restructure toolbar.[ch]
8420
8421 2002-09-22 [oliver]     0.8.3claws5
8422
8423         * src/compose.[ch]
8424                 custom toolbar for compose
8425
8426 2002-09-22 [oliver]     0.8.3claws4
8427         
8428         * src/mainwindow.[ch]
8429                 custom toolbar for compose 
8430                 move mainwin toolbar back to mainwindow
8431
8432 2002-09-22 [alfons]     0.8.3claws3
8433
8434         * src/procmsg.c
8435                 :%sno/if(/if (/gc
8436                 :%sno/for(/for (/gc
8437                 (beautify)
8438
8439 2002-09-22 [alfons]     0.8.3claws2
8440         
8441         * src/procmsg.c
8442                 procmsg_save_to_outbox(): don't unlink message file from queue;
8443                 callers should do it using folder_item_remove_msg()
8444
8445 2002-09-22 [colin]      0.8.3claws1
8446
8447         * src/mimeview.[ch]
8448                 Made mimeview_check_signature() public
8449         * src/textview.c
8450                 Made GPG signatures verifiable by clicking
8451                 the [application/pgp-signature] in the Text
8452                 view
8453
8454 2002-09-22 [paul]       0.8.3claws
8455
8456         * po/bg.po
8457           po/en_GB.po
8458           po/es.po
8459           po/it.po
8460           po/pl.po
8461           po/pt_BR.po
8462           po/sr.po
8463                 updated translations, submitted by George Danchev,
8464                 me, Ricardo Mones Lastra, Alessandro Maestri,
8465                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8466                 and Urke MMI, respectively.     
8467
8468 2002-09-22 [alfons]     0.8.2claws65
8469
8470         * src/procmsg.c
8471         * src/pgptext.c
8472                 no furry valgrinds have been used to plug these memleaks
8473
8474 2002-09-20 [paul]       0.8.2claws64
8475
8476         * sync with 0.8.3cvs4
8477                 'Select thread' re-implemented 
8478                 see ChangeLog 2002-09-20
8479
8480 2002-09-21 [alfons]     0.8.2claws63
8481
8482         * src/compose.c
8483                 compose_send(): plug unnoticed memleak
8484
8485 2002-09-20 [alfons]     0.8.2claws62
8486
8487         * src/addr_compl.c
8488                 replace_address_in_edit(): strict check for NULL address to
8489                 fix "[ 607348 ] Segfault in address completion". My guess is
8490                 that this happens with an empty address book, but it's good
8491                 to have this check here anyway
8492                 
8493                 completion_window_button_press(): free string returned 
8494                 from the internal cache
8495
8496 2002-09-20 [christoph]  0.8.2claws61
8497
8498         * src/procmime.h
8499                 added ENC_BINARY to EncodingType
8500         * src/procmime.c
8501                 the string returned by procmime_get_encoding_str
8502                 should not depend on the order of values in the
8503                 EncodingType definition
8504         * doc-src/rfc1806.txt   ** NEW FILE **
8505                 Added rfc1806 about MIME Content-Disposition
8506                 Extension
8507
8508 2002-09-19 [paul]       0.8.2claws60
8509
8510         * sync with 0.8.2cvs3
8511                 see ChangeLog 2002-09-19
8512
8513 2002-09-19 [paul]       0.8.2claws59
8514
8515         * src/prefs_folder_item.c
8516                 revert to Darko's original alignment of colour
8517                 selector button
8518                 add a colon to folder_color label
8519                 
8520         * src/compose.c
8521                 add Colin's patch (with Hiro's modifications) to 
8522                 force BASE64 encoding for 8-bit text when signing
8523                 (sync with 0.8.3cvs2)
8524
8525 2002-09-18 [alfons]     0.8.2claws58
8526
8527         * src/compose.c
8528                 :%sno/if(/if (/gc
8529                 :%sno/for(/for (/gc
8530                 (beautify a little bit)
8531
8532 2002-09-18 [christoph]  0.8.2claws57
8533
8534         * src/pine.c
8535                 fix handling of fgetc return value
8536
8537 2002-09-17 [alfons]     0.8.2claws56
8538         
8539         * src/summaryview.c
8540                 summary_sort(): check non-NULL summaryview->folder_item when no 
8541                 folder is selected at all
8542                 (closes "[ 610344 ] sort label make syl Crash")
8543
8544 2002-09-17 [alfons]     0.8.2claws55
8545         
8546         * src/compose.c
8547                 beautify a little bit
8548
8549 2002-09-17 [christoph]  0.8.2claws54
8550
8551         * src/folder.c
8552                 initialize max values for cache and folder
8553                 when cache or folder is empty
8554
8555 2002-09-15 [colin]      0.8.2claws53
8556
8557         * src/compose.c
8558                 Fix a leak (thanks Alfons!) and cleaned
8559                 variables names for custom headers
8560
8561 2002-09-15 [colin]      0.8.2claws52
8562
8563         * src/compose.c
8564                 Fix custom headers recognition when
8565                 prefs_common.trans_hdr is on
8566
8567 2002-09-15 [colin]      0.8.2claws51
8568
8569         * src/compose.c
8570                 Allow dynamically-added custom headers
8571                 Yet not reparsed if reedited
8572
8573 2002-09-15 [alfons]     0.8.2claws50
8574
8575         * src/prefs_account.c
8576                 fix warnings
8577
8578 2002-09-15 [colin]      0.8.2claws49
8579         
8580         * src/prefs_account.c
8581                 fix pop_before_smtp sensitivity
8582
8583 2002-09-15 [colin]      0.8.2claws48
8584
8585         * src/inc.[ch]
8586                 add inc_pop_before_smtp()
8587                 allow MainWindow to be undefined in 
8588                 inc_account_mail() and inc_start()
8589         * src/pop.c
8590           src/prefs_account.h
8591                 add STYPE_POP_BEFORE_SMTP session type
8592         * src/prefs_account.c
8593                 activated pop before smtp option
8594         * src/send.c
8595                 do pop before smtp if the relevant option 
8596                 is set
8597
8598 2002-09-15 [paul]       0.8.2claws47
8599
8600         * sync with 0.8.3
8601                 see ChangeLog 2002-09-15
8602
8603 2002-09-14 [paul]       0.8.2claws46
8604
8605         * po/bg.po
8606                 updated Bulgarian translation, submitted by
8607                 George Danchev
8608
8609 2002-09-13 [paul]       0.8.2claws45
8610
8611         * src/compose.c
8612                 merge claws' select_account() with main's
8613                 (new) compose_select_account(). [sync with
8614                 0.8.2cvs15, see ChangeLog 2002-09-11]
8615
8616 2002-09-12 [christoph]  0.8.2claws44
8617
8618         * src/filter.c
8619                 allocate 1 elements of FolderItem not 0
8620
8621 2002-09-12 [colin]      0.8.2claws43
8622
8623         * src/compose.c
8624                 Fix bug #590825 (obey Follow-up: poster)
8625
8626 2002-09-12 [colin]      0.8.2claws42
8627
8628         * src/procmime.c
8629                 Fix bug #557009 (wrong headers for messages 
8630                 forwarded as attachments)
8631
8632 2002-09-11 [colin]      0.8.2claws41
8633         
8634         * src/compose.c
8635                 Put SCF: pseudo-header on top of message
8636                 Set draft tmp_flag when saved as draft
8637
8638         * src/procmsg.c
8639           src/procheader.c
8640                 Skip after first \n\n for beginning of real message
8641                 for drafts too
8642
8643 2002-09-11 [christoph]  0.8.2claws40
8644
8645         * src/filtering.c
8646                 use procmsg flag functions in filtering or processing
8647                 will cause incorrect folder message counts
8648
8649 2002-09-11 [colin]      0.8.2claws39
8650
8651         * src/compose.c
8652                 Fix bug #550175 - wrong save folder when reediting
8653                 drafts
8654
8655 2002-09-11 [paul]       0.8.2claws38
8656
8657         * sync with 0.8.2cvs14
8658                 see ChangeLog 2002-09-11
8659
8660 2002-09-11 [colin]      0.8.2claws37
8661
8662         * src/folder.c
8663                 Fix a typo (seeming to cause new/unread status to
8664                 be lost)
8665
8666 2002-09-10 [christoph]  0.8.2claws36
8667
8668         * src/compose.c
8669                 compose_redirect should not use compose_generic_new
8670                 because that does more stuff than expected including
8671                 opening the external editor
8672                 (closes bug "[ 526608 ] bounced messages appear blank
8673                  in editor")
8674
8675 2002-09-10 [christoph]  0.8.2claws35
8676
8677         * src/folder.c
8678                 fix problem with too large message number range
8679                 causing a crash in folder_item_scan
8680
8681 2002-09-10 [paul]       0.8.2claws34
8682
8683         * sync with 0.8.2cvs13
8684                 see ChangeLog 2002-09-10
8685
8686 2002-09-10 [christoph]  0.8.2claws33
8687
8688         * src/msgcache.c
8689                 set MsgInfo TmpFlags for queue and draft folders
8690                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8691
8692 2002-09-10 [paul]       0.8.2claws32
8693
8694         * AUTHORS
8695           po/bg.po      ** NEW FILE **
8696                 new Bulgarian translation submitted by
8697                 George Danchev <danchev@spnet.net>
8698                 
8699         * tools/Makefile.am
8700           tools/README
8701           tools/tb2sylpheed     ** NEW FILE **
8702                 add script that converts an addressbook exported
8703                 from The Bat! into a Sylpheed addressbook. Submitted
8704                 by Urke MMI <urke-kg@eunet.yu>
8705
8706 2002-09-10 [paul]       0.8.2claws31
8707
8708         * sync with 0.8.2cvs12
8709                 see ChangeLog 2002-09-10
8710
8711 2002-09-06 [paul]       0.8.2claws30
8712
8713         * src/prefs_common.c
8714                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8715                 
8716         * tools/Makefile.am
8717           tools/README
8718           tools/ldif-to-xml.py  ** REMOVED **
8719                 remove obsolete python script
8720
8721 2002-09-06 [paul]       0.8.2claws29
8722
8723         * sync with 0.8.2cvs10
8724                 see ChangeLog 2002-09-06
8725
8726 2002-09-04 [paul]       0.8.2claws28
8727
8728         * sync with 0.8.2cvs9
8729                 see ChangeLog 2002-08-04
8730
8731 2002-09-04 [colin]      0.8.2claws27 
8732
8733         * src/prefs_common.[ch]
8734                 Added signature color configuration
8735         * src/textview.c
8736                 Use user-specified signature color
8737
8738 2002-09-03 [colin]      0.8.2claws26
8739
8740         * src/prefs_common.[ch]
8741                 Added autosave and autosave_length prefs
8742         * src/compose.c
8743                 Added compose_remove_draft()
8744                 Auto-save drafts according to the prefs
8745         * src/main.c
8746                 Added a crash-indicator file, allowing to check
8747                 for new messages on startup if Sylpheed crashed
8748                 (makes saved drafts "reappear")
8749
8750 2002-09-03 [colin]      0.8.2claws25
8751
8752         * src/textview.[ch]
8753                 Grey the signature
8754
8755 2002-09-03 [paul]       0.8.2claws24
8756
8757         * sync with 0.8.2cvs8
8758                 see ChangeLog 2002-09-02 and 2002-09-03
8759
8760 2002-09-03 [darko]      0.8.2claws23
8761
8762         * src/folderview.c
8763                 use normal style when creating new folder to pick
8764                 proper font size 
8765
8766 2002-09-02 [melvin]     0.8.2claws22
8767
8768         * src/gtkaspell.m4
8769                 removed some obsolete code
8770
8771 2002-09-02 [melvin]     0.8.2claws21
8772
8773         * ac/aspell.m4
8774                 fixed test's equality sign (== to =)
8775
8776 2002-09-02 [alfons]     0.8.2claws20
8777
8778         * src/folder.c
8779         * src/mh.c
8780                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8781                 as folder->destroy virtual as suggested by Hiro
8782                 (the mh.c code seems to have been lost around mh.c.1.21)
8783
8784 2002-09-02 [paul]       0.8.2claws19
8785
8786         * po/pt_BR.po
8787                 updated by Fabio Jr. Beneditto
8788                 
8789         * src/defs.h
8790                 use 'http://claws.sylpheed.org' for homepage link. 
8791                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8792
8793 2002-09-01 [alfons]     0.8.2claws18
8794
8795         * src/mh.c
8796                 plug memleak related to one Martin Kluge found
8797
8798 2002-08-31 [paul]       0.8.2claws17
8799
8800         * sync with 0.8.2cvs6
8801                 see ChangeLog 2002-08-30
8802
8803 2002-08-31 [alfons]     0.8.2claws16
8804
8805         * src/folder.c
8806                 folder_destroy(): remove mailbox from folderlist even if it has
8807                 no destroy virtual
8808
8809 2002-08-31 [alfons]     0.8.2claws15
8810
8811         * src/folder.c
8812                 :%sno/if(/if (/gc
8813                 :%sno/for(/for (/gc
8814                 (being pedantic I know)
8815
8816 2002-08-31 [alfons]     0.8.2claws14
8817
8818         * src/folder.c
8819                 check for NULL pointers returned from folder->fetch_msginfo virtual
8820                 (should solve some reported crashes)
8821
8822 2002-08-30 [alfons]     0.8.2claws13
8823
8824         * acconfig.h
8825         * configure.in
8826         * src/crash.c
8827                 enable crash dialog on compilation time
8828                 (--enable-crash-dialog configure option)
8829
8830 2002-08-30 [alfons]     0.8.2claws12
8831
8832         * AUTHORS
8833                 add Martin Kluge
8834         * src/mh.c
8835                 apply memory leak plug patch by Martin Kluge
8836                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8837                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8838                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8839
8840 2002-08-30 [darko]      0.8.2claws11
8841
8842         * src/folderview.c
8843                 copy Gtk style from normal style to match
8844                 font size for coloured folders
8845
8846 2002-08-29 [alfons]     0.8.2claws10
8847
8848         * sylpheed.desktop
8849                 Type=Internet <- Type=Application
8850                 (reported by Michael Schwendt, see:
8851                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8852                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8853
8854 2002-08-29 [paul]       0.8.2claws9
8855
8856         * sync with 0.8.2cvs5
8857                 see ChangeLog 2002-08-29
8858
8859 2002-08-29 [colin]      0.8.2claws8
8860
8861         * src/summaryview.c
8862                 Added a sanity check in summary_select_thread
8863                 Should fix bug 601605
8864
8865 2002-08-29 [colin]      0.8.2claws7
8866
8867         * src/main.c
8868                 Revert claws6 changes regarding bug #591676
8869
8870 2002-08-28 [colin]      0.8.2claws6
8871         
8872         * src/main.c
8873                 Ignore cache for queue folderitems
8874                 Fix bug #591676
8875
8876 2002-08-28 [melvin]     0.8.2claws5
8877
8878         * README.claws
8879                 Fixed typos.
8880
8881 2002-08-28 [melvin]     0.8.2claws4
8882
8883         * README.claws
8884                 Updated a bit the text concerning the spell checker
8885
8886 2002-08-28 [melvin]     0.8.2claws3
8887
8888         Merged the GNU_aspell_branch:
8889                 Support of new GNU/aspell is now included and the old pspell
8890                 is not supported anymore.
8891                 See README.claws
8892
8893         * README.claws
8894                 Updated spell checker text to reflect the switch to GNU/aspell
8895
8896         * ac/aspell.m4          *** NEW ***
8897         * src/gtkaspell.[ch]    *** NEW *** 
8898         * ac/pspell.m4          *** DELETED *** 
8899         * src/gtkspell.[ch]     *** DELETED ***
8900
8901         * ac/Makefile.am
8902                 Updated for GNU/aspell support
8903
8904         * po/POTFILES.in
8905                 Replaced gtkspell.c by gtkaspell.c
8906
8907         * acconfig.h
8908         * src/Makefile.am
8909         * src/about.c
8910         * src/compose.[ch]
8911         * src/crash.c
8912         * src/main.c
8913         * src/prefs_common.[ch]
8914                 Updated for GNU/aspell support
8915
8916 2002-08-28 [paul]       0.8.2claws2
8917
8918         * sync with 0.8.2cvs4
8919                 see ChangeLog 2002-08-27 and 2002-08-28
8920
8921 2002-08-28 [colin]      0.8.2claws1
8922
8923         * src/summary_search.c
8924                 Added "AND search"
8925
8926 2002-08-28 [jens]       0.8.2claws
8927
8928         *po/de.po
8929                 Updated German translations
8930
8931 2002-08-27 [melvin]     0.8.2claws
8932
8933         * po/fr.po
8934                 Updated French translations
8935
8936 2002-08-27 [paul]       0.8.2claws
8937
8938         * sync with 0.8.2 main release
8939
8940         * po/en_GB.po
8941           po/es.po
8942           po/it.po
8943           po/pl.po
8944           po/pt_BR.po
8945           po/sr.po
8946                 updated message catalogs submitted by
8947                 Ricardo Mones Lastra, Alessandro Maestri,
8948                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8949                 Beneditto and Urke MMI  
8950
8951 2002-08-27 [hoa]        0.8.1claws123
8952
8953         * src/mainwindow.[ch]
8954         * src/summaryview.[ch]
8955                 removed the "filter setting" menu option.
8956                 add a "cancel a news message" menu option.
8957
8958 2002-08-26 [martin]     0.8.1claws122
8959
8960         * ChangeLog.claws
8961                 changed string under 0.8.1claws79 changed by myself
8962                 i'm sorry alfons :(
8963
8964 2002-08-26 [martin]     0.8.1claws121
8965
8966         * src/crash.c
8967                 added kill command to debuggerrc to start crash dialog
8968
8969 2002-08-26 [paul]       0.8.1claws120
8970
8971         * sync with 0.8.1cvs31
8972                 see ChangeLog 2002-08-26
8973
8974 2002-08-25 [alfons]     0.8.1claws119
8975
8976         * src/procmsg.c
8977                 fix bug that didn't send out correct headers to news server
8978                 when sending news article and email from queue (bug reported
8979                 and patch provided by Tim Mann; closes bug 
8980                 "[ 583196 ] 0.7.8claws can't post news")
8981
8982 2002-08-25 [alfons]     0.8.1claws118
8983
8984         * src/selective_download.c
8985                 mark two strings as translatable
8986                 (thanks to Urke MMI for pointing this out)
8987
8988 2002-08-25 [alfons]     0.8.1claws117
8989
8990         * src/summaryview.c
8991                 treat sent boxes as special and allow sorting them by addressee
8992                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8993                 submitted by Steve Lamb)
8994
8995 2002-08-24 [alfons]     0.8.1claws116
8996
8997         * src/matcher.c
8998                 fix memleak reported by Martin Kluge
8999                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9000
9001 2002-08-24 [oliver]     0.8.1claws115
9002
9003         * src/prefs_toolbar.c
9004                 o code cleanup as suggested by Alfons
9005                 o memleak fix
9006
9007 2002-08-24 [alfons]     0.8.1claws114
9008
9009         * src/summaryview.c
9010                 o fix another memory leak reported by Martin Kluge
9011                   (see "[ 599568 ] Small Memory Leak")
9012                 o remove 'from' variable from 'summary_set_header()'; we can
9013                   do with just 'to' 
9014
9015 2002-08-24 [paul]       0.8.1claws113
9016
9017         * sync with 0.8.1cvs30
9018                 see ChangeLog 2002-08-23
9019
9020 2002-08-24 [alfons]     0.8.1claws112
9021
9022         * src/summaryview.c
9023                 remove unnecessary allocations for search bar fixing leaks
9024                 reported by Martin Kluge
9025                 (see "[ 599451 ] Further memory leaks?")
9026
9027 2002-08-24 [alfons]     0.8.1claws111
9028
9029         * src/main.c
9030                 make get_socket_name() public for crash.c
9031         * src/crash.c
9032                 o make report bug button work (goes to claws' 
9033                   bug tracker at sf.net)
9034                 o introduce function for doing important stuff just
9035                   before claws goes down
9036                 o clean up code 
9037
9038 2002-08-24 [alfons]     0.8.1claws110
9039
9040         * src/compose.c
9041                 move cursor to "To" entry when forwarding as attachment
9042                 (reported and solved by Steve Lamb, closes bug report
9043                 "[ 592880 ] Forward as attachment; cursor not in to")
9044
9045 2002-08-24 [colin]      0.8.1claws109
9046
9047         * src/mainwindow.c
9048                 fix quick search visibility after GUI (de)separations.
9049
9050 2002-08-23 [colin]      0.8.1claws108
9051
9052         * src/mainwindow.c
9053                 fix header pane visibility after folderview or
9054                 messageview (de)separation
9055
9056 2002-08-23 [paul]       0.8.1claws107
9057
9058         * src/mainwindow.[ch]
9059           src/toolbar.c
9060                 give full control of display or non-display 
9061                 of the Execute icon to Custom toolbar settings.
9062                 add new sensitivity condition to maninwindow.h: 
9063                 M_DELAY_EXEC
9064
9065         * ChangeLog
9066           ChangeLog.jp
9067           NEWS
9068                 more sync with 0.8.1cvs29
9069
9070 2002-08-23 [melvin]     0.8.1claws106
9071
9072         * src/alertpanel.c
9073                 Readded support for custom widget in alertpanel lost in last
9074                 sync.
9075
9076 2002-08-23 [paul]       0.8.1claws105
9077
9078         * sync with 0.8.1cvs29
9079                 see ChangeLog 2002-08-23
9080
9081 2002-08-23 [colin]      0.8.1claws104
9082
9083         * src/summaryview.c
9084                 Fix folder and search pixmaps exchanging positions
9085                 after theme or toolbar changes. Thank to Oliver for 
9086                 reporting this.
9087
9088 2002-08-23 [colin]      0.8.1claws103
9089
9090         * src/mainwindow.c
9091           src/messageview.[ch]
9092           src/noticeview.[ch]
9093           src/summaryview.c
9094                 Changed messageview_create() and noticeview_create()
9095                 to avoid the last gdk_warning
9096
9097 2002-08-22 [colin]      0.8.1claws102
9098
9099         * src/summaryview.c
9100                 Fix my new `Creating pixmap from xpm' warning
9101
9102 2002-08-22 [colin]      0.8.1claws101
9103
9104         * src/mainwindow.c
9105                 Fix some of the gdk warnings
9106
9107 2002-08-22 [colin]      0.8.1claws100
9108
9109         * src/Makefile.am
9110         * src/stock_pixmap.c
9111         * src/stock_pixmap.h
9112         * src/pixmaps/quicksearch.xpm *ADDED*
9113                 Add the quicksearch pixmap
9114         * src/mainwindow.c
9115         * src/summaryview.c
9116         * src/summaryview.h
9117                 Make quicksearch bar visible/hidden via a button
9118
9119 2002-08-22 [christoph]  0.8.1claws99
9120
9121         * src/folder.c
9122                 fix folder update for newsgroups with message
9123                 numbers below minimum number of articles to fetch
9124                 (closes bug #598445)
9125
9126 2002-08-22 [paul]       0.8.1claws98
9127
9128         * sync with 0.8.1cvs28
9129                 see ChangeLog 2002-08-22
9130
9131 2002-08-21 [alfons]     0.8.1claws97
9132
9133         * src/crash.c
9134                 use bt instead of bt full which seems to work 
9135                 better, and bt full doesn't give a great deal 
9136                 of information anyway
9137
9138 2002-08-21 [colin]      0.8.1claws96
9139
9140         * src/summaryview.c
9141                 fix summaryview_searchtype_changed prototype
9142
9143 2002-08-21 [christoph]  0.8.1claws95
9144
9145         * src/mainwindow.c
9146                 o fix broken menu update for sorting type, we have to
9147                   get this info from the summaryview now
9148                 o removed setting of threaded state in menu callback
9149         * src/summaryview.[ch]
9150                 more summaryview/folderitem seperation for
9151                 threading option
9152         * configure.in
9153                 removed not required --with-compiler-flags option
9154
9155 2002-08-21 [oliver]     0.8.1claws94
9156         
9157         * src/toolbar.h 
9158                 o rename toolbar.xml to toolbar_main.xml
9159                   since toolbar_compose.xml might come up 
9160                   any time soon
9161         * README.claws
9162                 add custom toolbar              
9163
9164 2002-08-21 [darko]      0.8.1claws93
9165
9166         * src/procmsg.c
9167                 don't reset tmp flags for messages copied
9168                 to sent folder
9169
9170 2002-08-21 [colin]      0.8.1claws92
9171         
9172         * src/prefs_filtering.c
9173                 fix renaming rules on folder rename 
9174                 when folder is not a leaf folder
9175
9176 2002-08-21 [paul]       0.8.1claws91
9177
9178         * src/prefs_folder_item.c
9179                 fix alignment of colour selector
9180
9181 2002-08-21 [paul]       0.8.1claws90
9182
9183         * sync with 0.8.1cvs27
9184                 see ChangeLog 2002-08-21
9185
9186 2002-08-21 [paul]       0.8.1claws89
9187
9188         * src/summaryview.c
9189                 fix crash when changing field type in
9190                 Quick search bar
9191
9192 2002-08-21 [colin]      0.8.1claws88
9193
9194         * src/summaryview.c
9195                 Made quick search case-insensitive
9196
9197 2002-08-21 [paul]       0.8.1claws87
9198
9199         * sync with 0.8.1cvs26
9200                 see ChangeLog 2002-08-21
9201
9202 2002-08-20 [christoph]  0.8.1claws86
9203
9204         * src/folderview.c
9205         * src/main.c
9206         * src/summaryview.[ch]
9207                 more summaryview/folderitem seperation for
9208                 sort_key and sort_type
9209         * src/procmsg.c
9210                 added missing return statement
9211
9212 2002-08-20 [colin]      0.8.1claws85
9213
9214         * src/summaryview.[ch]
9215                 Added a quick search box
9216         * src/mainwindow.c
9217         * src/prefs_common.[ch]
9218                 Added a show/hide option for the quick search
9219
9220 2002-08-20 [oliver]     0.8.1claws84
9221         
9222         * src/mainwindow.c
9223                 remove toolbar_create_popups
9224         * src/toolbar.[ch]
9225                 o remove toolbar_create_popups
9226                 o fix toolbar_set_sensitive 
9227                   (Bug reports #596834 and #596832)     
9228         * src/prefs_toolbar.c
9229                 o add "Set default" button
9230                 o align label and text + combo widgets
9231
9232 2002-08-20 [hoa]        0.8.1claws83bis
9233
9234         * src/imap.c
9235                 fixed a bug in imap_fetch_msginfo() in case there is no
9236                 current folder.
9237
9238 2002-08-20 [darko]      0.8.1claws83
9239
9240         * src/folderview.c
9241                 copy the color style of folder view so it
9242                 works with GTK themes
9243
9244 2002-08-20 [darko]      0.8.1claws82
9245
9246         * src/folder.h
9247         * src/folderview.c
9248         * src/prefs_folder_item.[hc]
9249                 don't use UI stuff in folder.h
9250
9251 2002-08-20 [darko]      0.8.1claws81
9252
9253         * src/folder.h
9254         * src/prefs_folder_item.h
9255         * src/folderview.c
9256         * src/prefs_folder_item.c
9257                 ability to set folder color in folderview
9258
9259 2002-08-19 [alfons]     0.8.1claws80
9260
9261         * src/summaryview.c
9262                 fix one of the earlier memleaks reported by Martin Kluge
9263
9264 2002-08-19 [alfons]     0.8.1claws79
9265
9266         * src/mainwindow.c
9267                 hide notice view when selecting seperate folder
9268                 view (reported by Urke MMI)
9269
9270 2002-08-19 [christoph]  0.8.1claws78
9271
9272         * src/folderview.c
9273         * src/prefs_folder_item.h
9274         * src/summaryview.[ch]
9275                 o add summary_set_prefs_from_folderitem to set
9276                   summaryview prefs (first step to remove all
9277                   references to the folderitem in summaryview)
9278                 o moved compiled regex stuff from folderitem prefs
9279                   to summaryview code
9280
9281 2002-08-19 [paul]       0.8.1claws77
9282
9283         * src/compose.c
9284                 add check for '.' to QUOTE_IF_REQUIRED
9285
9286 2002-08-19 [paul]       0.8.1claws76
9287
9288         * src/inc.c
9289                 sync with 0.8.1cvs25 (plug memory leak)
9290
9291         * src/prefs_toolbar.c
9292                 re-order prefs_toolbar_cancel()
9293
9294 2002-08-18 [alfons]     0.8.1claws75
9295
9296         * src/inc.c
9297         * src/matcher.c
9298                 plug other memleaks reported by Martin Kluge
9299
9300 2002-08-18 [paul]       0.8.1claws74
9301
9302         * po/pt_BR.po
9303                 updated by Fabio Jr. Beneditto
9304
9305 2002-08-18 [paul]       0.8.1claws73
9306
9307         * src/toolbar.[ch]
9308                 fix bug where tooltips were displayed untranslated              
9309
9310         * src/prefs_toolbar.c
9311                 fix bug where clicking 'Cancel' creates an icon & text
9312                 toolbar regardless of prefs
9313         
9314
9315 2002-08-17 [oliver]     0.8.1claws72
9316
9317         * src/prefs_toolbar.c
9318                 update toolbar on CANCEL
9319                 bug reported by Martin Kluge
9320         * src/toolbar.c
9321                 toolbar_destroy memleak fixed           
9322
9323 2002-08-17 [alfons]     0.8.1claws71
9324
9325         * src/toolbar.c
9326                 plug another memleak reported by Martin Kluge
9327
9328 2002-08-16 [alfons]     0.8.1claws70
9329
9330         * src/crash.c
9331                 use execvp() correctly (suggested by wwp; thanks!)
9332
9333 2002-08-16 [alfons]     0.8.1claws69
9334
9335         * src/gtksctree.c
9336                 plug memory leak reported by Kim Schultz & Martin Kluge
9337
9338 2002-08-16 [paul]       0.8.1claws68
9339
9340         * po/es.po
9341                 updated by Ricardo Mones Lastra
9342
9343 2002-08-16 [paul]       0.8.1claws67
9344
9345         * src/toolbar.h
9346                 fix bug where 'Compose News' icon showed wrong
9347                 tooltip
9348
9349 2002-08-16 [paul]       0.8.1claws66
9350
9351         * sync with 0.8.1cvs24
9352                 see ChangeLog 2002-08-16
9353
9354         * po/it.po
9355                 updated by Alessandro Maestri
9356
9357 2002-08-15 [paul]       0.8.1claws65
9358
9359         * po/sr.po
9360                 updated by Urke MMI
9361
9362 2002-08-15 [paul]       0.8.1claws64
9363
9364         * src/*.c
9365                 don't translate debug info
9366
9367         * src/matcher.[ch]
9368                 add copyright info
9369
9370 2002-08-15 [paul]       0.8.1claws63
9371
9372         * src/prefs_toolbar.c
9373                 fix bug where clicking 'OK' creates an icon & text
9374                 toolbar regardless of prefs
9375
9376 2002-08-14 [alfons]     0.8.1claws62
9377
9378         * src/main.c
9379                 add global var that has the full argv[0]
9380         * src/crash.c
9381                 o execvp the correct sylpheed by using argv0
9382                   and setting the correct work dir
9383                 o other tweaks  
9384
9385 2002-08-14 [oliver]     0.8.1claws61
9386         
9387         * enable/disable Toolbar Action Buttons 
9388         * code cleanups
9389         * src/mainwindow.c
9390         * src/toolbar.[ch]      
9391         * src/prefs_toolbar.c   
9392
9393 2002-08-14 [melvin]     0.8.1claws60
9394
9395         * po/fr.po
9396                 Updated French translations
9397
9398 2002-08-14 [melvin]     0.8.1claws59
9399
9400         * src/crash.c
9401                 Made bug report not translatable
9402         * src/exporthtml.c
9403                 Fixed exporthtml_build_filespec() return value
9404         * src/foldersel.c
9405                 Fixed incorrect include file
9406         * src/gtkspell.c
9407         * src/prefs_actions.c
9408         * src/prefs_toolbar.c
9409                 Made debug info not translatable
9410         * src/mutt.c
9411         * src/quote_fmt.c
9412                 Added missing includes
9413         * src/prefs_common.c
9414                 Fixed typo
9415
9416 2002-08-14 [paul]       0.8.1claws58
9417
9418         * faq/es/sylpheed-faq.html
9419           faq/es/sylpheed-faq-[1-3].html
9420           faq/es/sylpheed-faq-4.html     **NEW FILE **
9421                 update Spanish FAQ
9422
9423 2002-08-13 [christoph]  0.8.1claws57
9424
9425         * src/procmsg.c
9426                 ignore thread fix that did not mark all
9427                 child nodes of a ignored thread as
9428                 ignored. Does not work perfectly yet,
9429                 but it is better now
9430
9431 2002-08-13 [alfons]     0.8.1claws56
9432
9433         * src/crash.c
9434                 o implement 'save crash log'
9435                 o some tweaks
9436
9437 2002-08-13 [melvin]     0.8.1claws55
9438
9439         * src/main.c
9440                 removed unrequired "execinfo.h" header
9441
9442 2002-08-12 [paul]       0.8.1claws54
9443
9444         * faq/en/sylpheed-faq.html
9445           faq/en/sylpheed-faq-[1-3].html
9446           faq/en/sylpheed-faq-4.html     **NEW FILE **
9447                 update English FAQ
9448
9449 2002-08-12 [alfons]     0.8.1claws53
9450
9451         * po/POTFILES.in
9452                 add crash.c to translatables
9453         * src/crash.c
9454                 bring in Leandro's crash dialog
9455
9456 2002-08-11 [alfons]     0.8.1claws52
9457
9458         * src/crash.c
9459                 clean up some warnings
9460
9461 2002-08-11 [alfons]     0.8.1claws51
9462
9463         * acconfig.h
9464         * configure.in
9465         * src/crash.[ch]        ** NEW FILES **
9466         * src/main.c            
9467                 initial gdb crash handler
9468
9469 2002-08-11 [paul]       0.8.1claws50
9470
9471         * src/prefs_toolbar.c
9472                 replace Up/Down arrow pixmaps with text to be
9473                 consistent across icon themes
9474
9475 2002-08-11 [paul]       0.8.1claws49
9476
9477         * src/prefs_common.c
9478           src/prefs_toolbar.c
9479                 rename 'Pixmap' -> 'Icon'
9480
9481         * src/toolbar.[ch]
9482                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9483
9484 2002-08-10 [paul]       0.8.1claws48
9485
9486         * src/prefs_toolbar.c
9487                 re-work the UI
9488
9489 2002-08-10 [paul]       0.8.1claws47
9490
9491         * src/main.c
9492                 don't write Processing progress to status bar
9493                 patch submitted by Alexander Evseev
9494
9495         * src/prefs_toolbar.c
9496                 re-position and resize window
9497                 make window assume correct size on first call
9498
9499 2002-08-10 [paul]       0.8.1claws46
9500
9501         * src/mainwindow.c
9502           src/prefs_toolbar.c
9503           src/toolbar.c
9504           src/toolbar.h
9505                 obey coding style
9506                 follow UI text conventions
9507
9508 2002-08-10 [alfons]     0.8.1claws45
9509
9510         * src/toolbar.c
9511                 correct pixmap for delete action
9512
9513 2002-08-10 [paul]       0.8.1claws44
9514
9515         * po/pt_BR.po
9516                 updated by Fabio Jr. Beneditto
9517
9518 2002-08-10 [paul]       0.8.1claws43
9519
9520         * po/POTFILES.in
9521                 add custom toolbar files
9522
9523 2002-08-10 [paul]       0.8.1claws42
9524
9525         * sync with 0.8.1cvs22
9526                 see ChangeLog 2002-08-09
9527
9528 2002-08-09 [paul]       0.8.1claws41
9529
9530         * tools/Makefile.am
9531           tools/README
9532           tools/outlook2sylpheed.pl     ** NEW FILE **
9533                 add script to convert exported Outlook
9534                 contacts list to a Sylpheed addressbook.
9535                 Submitted by Ricardo Mones Lastra.
9536
9537 2002-08-09 [paul]       0.8.1claws40
9538
9539         * AUTHORS
9540           configure.in
9541           po/sr.po      ** NEW FILE **
9542                 add Serbian message catalog. Submitted by
9543                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9544
9545 2002-08-09 [paul]       0.8.1claws39
9546
9547         * sync with 0.8.1cvs21
9548                 see ChangeLog 2002-08-08
9549
9550 2002-08-08 [oliver]     0.8.1claws38
9551
9552         * src/mainwindow.c
9553                 move Custom Toolbar to Configuration menu
9554
9555 2002-08-08 [oliver]     0.8.1claws37
9556
9557         * src/prefs_toolbar.c
9558                 fix substitute pixmap bug
9559
9560 2002-08-08 [paul]       0.8.1claws36
9561
9562         * sync with 0.8.1cvs19
9563                 see ChangeLog 2002-08-08
9564
9565 2002-08-07 [christoph]  0.8.1claws35
9566
9567         * src/utils.c
9568                 fixed a memory leak in new canonicalize_file_replace
9569
9570 2002-08-07 [christoph]  0.8.1claws34
9571
9572         * src/utils.[ch]
9573                 o canonicalize_file_replace should create the temporary
9574                   file in the same directory as the original file.
9575                 o added get_tmpfile_in_dir that creates a temorary file
9576                   in a specified directory.
9577
9578 2002-08-07 [melvin]     0.8.1claws33
9579
9580         * src/toolbar.c
9581                 fixed bug where 'Article' button acted as 'Email' button.
9582
9583 2002-08-07 [paul]       0.8.1claws32
9584
9585         * sync with 0.8.1.cvs17
9586                 see ChangeLog 2002-08-07
9587
9588 2002-08-07 [colin]      0.8.1claws31
9589         
9590         * src/news.c
9591                 fix mass-cancel problem
9592
9593 2002-08-07 [thorsten]   0.8.1claws30
9594
9595         * src/prefs_toolbar.c
9596                 fix: crash on replace or add new button
9597         * src/toolbar.c
9598                 fix: close xmlfile after reading
9599         * src/utils.c
9600                 fix: unlink() file before rename()
9601
9602 2002-08-06 [paul]       0.8.1claws29
9603
9604         * sync with 0.8.cvs15
9605                 see ChangeLog 2002-08-06
9606
9607 2002-08-06 [oliver]     0.8.1claws28
9608
9609         * src/toolbar.c
9610         * src/prefs_toolbar.c
9611                 fixed empty toolbar issue
9612
9613 2002-08-06 [oliver]     0.8.1claws27
9614
9615         * Custom Toolbar Final 
9616         * src/folderview.c
9617         * src/inc.c
9618         * src/summaryview.c
9619                 o toolbar stuff now lives in src/toolbar.[ch]
9620                 o main_window_toolbar_* functions are renamed to
9621                   toolbar_* reflecting their new source file
9622         * src/mainwindow.[ch]
9623                 o remove toolbar stuff  
9624
9625 2002-08-06 [oliver]     0.8.1claws26
9626         
9627         * src/Makefile.am
9628         * src/prefs_toolbar.[ch]        **New File**
9629         * src/toolbar.[ch]              **New File**
9630                 o prefs_toolbar.[ch] custom toolbar frontend
9631                 o toolbar.[ch]       backend 
9632
9633 2002-08-06 [oliver]     0.8.1claws25
9634
9635         * src/prefs_actions.[ch]
9636                 o new exported function actions_execute
9637
9638 2002-08-06 [paul]       0.8.1claws24
9639
9640         * sync with 0.8.1cvs4
9641                 see ChangeLog 2002-08-06
9642
9643 2002-08-06 [paul]       0.8.1claws23
9644
9645         * sync with 0.8.1cvs13
9646                 see ChangeLog 2002-08-06
9647
9648 2002-08-06 [paul]       0.8.1claws22
9649
9650         * sync with 0.8.1cvs12
9651                 see ChangeLog 2002-08-05 and 2002-08-06
9652
9653 2002-08-06 [match]      0.8.1claws21
9654
9655         * src/addrclip.c
9656                 improvements to cut/copy/paste address
9657
9658 2002-08-05 [match]      0.8.1claws20
9659
9660         * src/addritem.[ch]
9661         * src/addrcache.c
9662         * src/addrbook.c
9663         * src/editaddress.c
9664         * src/addressbook.c
9665                 fixes to improve cut/copy/paste
9666
9667 2002-08-06 [melvin]     0.8.1claws19
9668
9669         * src/account.[ch]
9670                 account_find_all_from_address(): new function that returns the
9671                 list of all accounts that are matched in an address.
9672         * src/alertpanel.[ch]
9673                 alertpanel() now accepts a custom widget
9674                 alertpanel_with_widget(): new function that pops up a panel with
9675                 a custom widget in it 
9676         * src/gtkutils.[ch]
9677                 gtkut_account_menu_new(): new function that allows the selection
9678                 of an account from a list of accounts.
9679         * src/messageview.c
9680                 Extended Return Receipt notification to select the correct 
9681                 account and to make a security test on the Delivery-Notification
9682                 address which should be the same as the Return-Path.
9683
9684 2002-08-06 [thorsten]   0.8.1claws18
9685
9686         * src/mimeview.c
9687                 attach_all: save unnamed as "noname.%d",
9688                 dont free static dirname
9689
9690 2002-08-05 [alfons]     0.8.1claws17
9691
9692         * configure.in
9693                 detect XIM by trying to link rather than compile a XIM program
9694
9695 2002-08-05 [oliver]     0.8.1claws16
9696                 
9697         * src/stock_pixmap.[ch]
9698                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9699                 o new func to retrieve pixmaps
9700
9701 2002-08-05 [paul]       0.8.1claws15
9702
9703         * sync with 0.8.1cvs10
9704                 see ChangeLog 2002-08-05
9705
9706 2002-08-04 [alfons]     0.8.1claws14
9707
9708         * src/textview.c
9709                 see if this plugs memleak
9710
9711 2002-08-04 [melvin]     0.8.1claws13
9712
9713         * src/gtkspell.c
9714                 fixed bug that could crash Sylpheed when highlighting
9715                 all misspelled words.
9716
9717 2002-08-03 [melvin]     0.8.1claws12
9718
9719         * src/prefs_actions.c
9720                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9721         * src/messageview.c
9722                 fixed bug where the Return Receipt was sent to
9723                 Delivery-Notification-To address even if it was not present
9724
9725 2002-08-02 [alfons]     0.8.1claws11
9726
9727         * src/prefs_actions.c
9728                 o more check for NULLs
9729                 o put create_io_dialog() in right conditional block
9730
9731 2002-08-02 [paul]       0.8.1claws10
9732
9733         * po/es.po
9734                 updated by Ricardo Mones Lastra
9735
9736 2002-08-01 [christoph]  0.8.1claws9
9737
9738         * src/folder.c
9739                 don't free the cache of the opened
9740                 folder in the summaryview
9741         * src/summaryview.c
9742                 don't unset flags, if it is not required
9743
9744 2002-08-01 [paul]       0.8.1claws8
9745
9746         * sync with 0.8.1cvs8
9747                 see ChangeLog entry 2002-08-01
9748
9749 2002-08-01 [paul]       0.8.1claws7
9750
9751         * sync with 0.8.1cvs7
9752                 see ChangeLog 2002-07-31 and 2002-08-01
9753
9754 2002-07-31 [christoph]  0.8.1claws6
9755
9756         * src/mainwindow.c
9757                 forgot to update menu sensitivity
9758                 function for new menu entry
9759
9760 2002-07-31 [alfons]     0.8.1claws5
9761
9762         * src/main.c
9763                 check folder item and its path for NULL on
9764                 initial processing
9765
9766 2002-07-31 [christoph]  0.8.1claws4
9767
9768         * src/folder.c
9769                 check if folder_item_get_msginfo in
9770                 folder_item_remove_msg returned NULL
9771         * src/imap.c
9772                 better clear the uid cache in the
9773                 uid validity check function and delete
9774                 cached messages
9775
9776 2002-07-31 [paul]       0.8.1claws3
9777
9778         * man/sylpheed.1
9779                 add the '--attach' option and a few other
9780                 minor changes
9781
9782 2002-07-31 [paul]       0.8.1claws2
9783
9784         * sync with 0.8.1cvs5
9785                 see ChangeLog 2002-07-31
9786
9787 2002-07-31 [christoph]  0.8.1claws1
9788
9789         * src/folderview.[ch]
9790         * src/mainwindow.c
9791                 replace "Rescan all folders..." with
9792                 "Check all folders for new messages..."
9793
9794 2002-07-30 [paul]       0.8.1claws
9795
9796         * version 0.8.1claws released
9797
9798 2002-07-30 [paul]       0.8.0claws29
9799
9800         * tools/OOo2sylpheed.pl ** NEW FILE **
9801           tools/README
9802                 add script to enable sending documents as
9803                 attachments from OpenOffice.org
9804
9805 2002-07-30 [melvin]     0.8.0claws28
9806
9807         * src/prefs_actions.c
9808                 Made the actions' input/output dialog display
9809                 without delay.
9810
9811 2002-07-30 [christoph]  0.8.0claws27
9812
9813         * src/procmsg.c
9814                 check if folder_item_get_msginfo in
9815                 procmsg_save_to_outbox returned NULL
9816
9817 2002-07-30 [paul]       0.8.0claws26
9818
9819         * sync with 0.8.1cvs4
9820                 see ChangeLog 2002-07-29
9821
9822 2002-07-29 [thorsten]   0.8.0claws25
9823
9824         * README.claws
9825                 added selective download, delete on server
9826
9827 2002-07-29 [paul]       0.8.0claws24
9828
9829         * sync with 0.8.1cvs3
9830                 see ChangeLog 2002-07-29
9831
9832 2002-07-27 [christoph]  0.8.0claws23
9833
9834         * src/folder.c
9835                 add extra check if fetching the msginfo
9836                 returned NULL
9837
9838 2002-07-27 [paul]       0.8.0claws22
9839
9840         * sync with 0.8.1cvs2
9841                 see ChangeLog 2002-07-26
9842
9843 2002-07-27 [christoph]  0.8.0claws21
9844
9845         * src/imap.c
9846                 add another check if a valid msginfo
9847                 was returned
9848
9849 2002-07-26 [hoa]        0.8.0claws20
9850
9851         * src/folder.c
9852                 Fixed a condition in folder_item_destroy()
9853
9854         * src/imap.c
9855                 Fixed an error in IMAP protocol
9856
9857 2002-07-26 [alfons]     0.8.0claws19
9858
9859         * src/folder.c
9860                 ofcourse compare with identifier, not the path
9861
9862 2002-07-26 [alfons]     0.8.0claws18
9863
9864         * src/folder.c
9865                 use folder item identifier for saving / restoring
9866                 preferences because folder->path might not be unique
9867
9868 2002-07-26 [melvin]     0.8.0claws17
9869
9870         * src/logwindow.c
9871                 Fixed a crash introduced in 0.8.0claws5 when log is 
9872                 cut under 80 characters.
9873
9874 2002-07-26 [paul]       0.8.0claws16
9875
9876         * sync with 0.8.1cvs1
9877                 see ChangeLog 2002-07-26
9878
9879 2002-07-26 [christoph]  0.8.0claws15
9880
9881         * src/imap.[ch]
9882                 imap folder now remembers the last selected
9883                 folder and imap_fetch_msginfo skips selecting
9884                 the folder if it is already selected
9885
9886 2002-07-26 [christoph]  0.8.0claws14
9887
9888         * src/folder.c
9889         * src/folderview.c
9890         * src/imap.c
9891                 fix imap folder rescanning
9892
9893 2002-07-25 [christoph]  0.8.0claws13
9894
9895         * src/filter.c
9896         * src/folder.[ch]
9897         * src/folderview.c
9898         * src/imap.[ch]
9899         * src/mainwindow.c
9900         * src/mbox_folder.c
9901         * src/mh.c
9902         * src/news.c
9903                 implement imap uid cache and uid validity check
9904
9905 2002-07-25 [alfons]     0.8.0claws12
9906
9907         * src/summaryview.c
9908                 fix a brown paper bag bug, and also add some more
9909                 checks
9910
9911 2002-07-25 [christoph]  0.8.0claws11
9912
9913         * src/folder.c
9914                 don't mix copy, fetch_msginfo and remove
9915                 operations in folder item copy and move
9916                 operations
9917
9918 2002-07-25 [christoph]  0.8.0claws10
9919
9920         * src/folderview.c
9921         * src/mainwindow.c
9922         * src/prefs_folder_item.c
9923         * src/summaryview.[ch]
9924                 remove no longer required parameter update_cache from
9925                 summary_show
9926
9927 2002-07-25 [paul]       0.8.0claws9
9928
9929         * sync with 0.8.1
9930         
9931         * AUTHORS
9932                 a few corrections
9933
9934 2002-07-24 [alfons]     0.8.0claws8
9935
9936         * src/summaryview.c
9937                 sort correctly when using simplified subject line
9938                 (closes feature request "[ 585141 ] applying regexp to subject 
9939                 before sort" submitted by Alexandra Walford)
9940
9941 2002-07-24 [paul]       0.8.0claws7
9942
9943         * sync with 0.8.0cvs3
9944                 see ChangeLog 2002-07-24
9945
9946 2002-07-23 [christoph]  0.8.0claws6
9947
9948         * src/folder.c
9949         * src/folder.h
9950         * src/summaryview.c
9951         * src/summaryview.h
9952         * src/main.c
9953                 o separate processing and summaryview
9954                 o removed summary_write_cache from summaryview
9955                 o removed summaryview->killed_messages, because we don't have
9956                   to keep a list of killed messages anymore. New cache will
9957                   keep the hidden messages in cache anyway
9958         * src/folderview.c
9959         * src/inc.c
9960         * src/selective_download.c
9961                 o removed unnecessary summary_write_cache calls
9962         * src/procmsg.c
9963                 o don't set ignore thread flag in procmsg_get_thread_tree
9964                   if it is already set
9965         * src/mainwindow.c
9966         * src/statusbar.h
9967                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9968                   they are used in different files
9969
9970 2002-07-23 [melvin]     0.8.0claws5
9971
9972         * src/addressbook.c
9973         * src/addrgather.c
9974         * src/editaddress.c
9975         * src/editgroup.c
9976         * src/editldap_basedn.c
9977         * src/importldif.c
9978         * src/prefs_common.c
9979                 Fixed few memory leak (gtk_editable_get_chars returns
9980                 an allocated string)
9981         * src/logwindow.c
9982                 Fixed few memory leak (gtk_editable_get_chars returns
9983                 an allocated string) and modified a little the log cutting
9984                 loop.
9985         * src/compose.c
9986                 Replaced a call to an obsolete function gtk_entry_get_text()
9987                 by gtk_editable_get_chars()
9988         * src/send.c
9989                 Removed a debug printf
9990
9991 2002-07-23 [christoph]  0.8.0claws4
9992
9993         * src/filesel.c
9994                 fix another g_dirname memory leak
9995
9996 2002-07-23 [christoph]  0.8.0claws3
9997
9998         * src/mh.c
9999                 fixed a memory leak in mh_fetch_msginfo
10000                 fixed crash when message header could not be
10001                 parsed
10002
10003 2002-07-23 [paul]       0.8.0claws2
10004
10005         * sync with 0.8.0cvs2
10006                 see ChangeLog 2002-07-23
10007
10008 2002-07-23 [paul]       0.8.0claws1
10009
10010         * sync with 0.8.0cvs1
10011                 see ChangeLog 2002-07-23
10012
10013 2002-07-23 [paul]       0.8.0claws
10014
10015         * release of 0.8.0claws
10016
10017 2002-07-23 [paul]       0.7.8claws99
10018
10019         * po/ru.po
10020                 new Russian translation, submitted by
10021                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10022
10023 2002-07-22 [jens]       0.7.8claws98
10024
10025         * po/de.po
10026                 Updated German translations.
10027
10028 2002-07-22 [paul]       0.7.8claws97
10029
10030         * po/es.po
10031           po/it.po
10032           po/nl.po
10033           po/pt_BR.po
10034                 updated translations by Ricardo Mones Lastra,
10035                 Alessandro Maestri, Wilbert Berendsen and 
10036                 Fabio Jr. Beneditto respectively
10037
10038 2002-07-22 [christoph]  0.7.8claws96
10039
10040         * src/mimeview.c
10041                 fix memory leak caused by wrong g_dirname usage
10042
10043 2002-07-22 [christoph]  0.7.8claws95
10044
10045         * src/summaryview.c
10046                 update new and unread message counts for summaryview
10047                 summaryview does not get it from the folder anymore
10048                 and has to update the values itself
10049
10050 2002-07-22 [melvin]     0.7.8claws94
10051
10052         * po/fr.po
10053                 Updated French translations.
10054
10055 2002-07-22 [christoph]  0.7.8claws93
10056
10057         * src/matcher.c
10058                 set prop->preg pointer to NULL or following check
10059                 will not fail and regexec will be called with
10060                 invalid pointer
10061
10062 2002-07-21 [alfons]     0.7.8claws92
10063         
10064         * src/prefs_common.[ch]
10065                 remove option "Send return receipt on request"
10066
10067 2002-07-21 [thorsten]   0.7.8claws91
10068
10069         * src/mimeview.c
10070                 fixed memleaks, coding style as pointed out by alfons
10071
10072 2002-07-21 [alfons]     0.7.8claws90
10073
10074         * src/messageview.c
10075         * src/noticeview.[ch]
10076                 o fix bug notice view being displayed when going to empty folder 
10077                   (noticed by Christoph)
10078                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10079                   (noticed by Thorsten)
10080
10081 2002-07-21 [thorsten]   0.7.8claws89
10082
10083         * src/mimeview.c
10084                 Included save_all patch from Xaview FACQ
10085                 added support for pathnames
10086
10087 2002-07-21 [alfons]     0.7.8claws88
10088
10089         * po/POTFILES.in
10090         * src/Makefile.am
10091         * src/mainwindow.c
10092         * src/messageview.[ch]
10093         * src/noticeview.c      ** NEW FILE **
10094         * src/noticeview.h      ** NEW FILE **
10095                 make return receipts work again
10096                 (UI idea by Leandro Pereira)
10097
10098 2002-07-21 [paul]       0.7.8claws87
10099
10100         * src/summaryview.c
10101                 fix sensitivity of 'Select thread'
10102
10103 2002-07-21 [paul]       0.7.8claws86
10104
10105         * src/prefs_common.c
10106                 add browser command line for Galeon
10107
10108 2002-07-21 [paul]       0.7.8claws85
10109
10110         * Makefile.am
10111                 fix 'EXTRA_DIST': remove README.README, add TODO
10112                 and TODO.claws
10113
10114 2002-07-21 [alfons]     0.7.8claws84
10115
10116         * src/gtkstext.c
10117                 make enter clear selection
10118                 (closes "[ 579888 ] Editor selection/entry error"
10119                 reported by Steve Lamb)
10120
10121 2002-07-21 [alfons]     0.7.8claws83
10122         
10123         * src/summaryview.c
10124                 sort message list when selecting unthread messages
10125                 (closes "[ 501593 ] switching threaded view doesn't sort"
10126                 reported by Simon Schubert)
10127
10128 2002-07-20 [alfons]     0.7.8claws82
10129         
10130         * src/matcher.c
10131                 const-correctness
10132
10133 2002-07-20 [thorsten]   0.7.8claws81
10134
10135         * src/matcher.c
10136                 Fixed expansion of empty fields in matchactions
10137
10138 2002-07-19 [melvin]     0.7.8claws80
10139
10140         * src/gtkspell.c
10141                 Removed a duplicate menu entry (fast mode) introduced during
10142                 the new cache merge
10143                 Added a menu separator between 'Use alternate' and 'Fast mode'
10144
10145 2002-07-19 [paul]       0.7.8claws79
10146
10147         * tools/Makefile.am
10148           tools/README
10149                 correct typos
10150
10151 2002-07-19 [thorsten]   0.7.8claws78
10152
10153         * tools/calypso_convert.pl      ** NEW FILE **
10154           tools/README
10155           tools/Makefile.am
10156                 script to import mbox files exported
10157                 by calypso
10158                 o generates folder structure
10159                 o includes attachments
10160
10161 2002-07-19 [melvin]     0.7.8claws77
10162
10163         * src/selective_download.[ch]
10164                 Fixed bug where closing the dialog with the window manager's
10165                 close button will not unlock the summary
10166                 Corrected some function declarations that missed a return value
10167                 Made the source code comply better with coding style.
10168         * src/prefs_common.c
10169                 Added new browser command line for Mozilla.
10170
10171 2002-07-18 [paul]       0.7.8claws76
10172
10173         * src/mainwindow.c
10174           src/selective_download.[ch]
10175                 reflect theme changes, fix Gdk Warning when creating 
10176                 pixmap from NULL window, and minor clean up.
10177                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10178
10179         * po/en_GB.po
10180                 updated
10181
10182 2002-07-17 [paul]       0.7.8claws75
10183
10184         * INSTALL[.jp]
10185                 sync with 0.8.0
10186         
10187         * po/en_GB.po
10188                 updated
10189
10190 2002-07-16 [paul]       0.7.8claws74
10191
10192         * tools/filter_conv.pl
10193           tools/README
10194                 replace conversion script with reimplemented version, 
10195                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10196
10197 2002-07-16 [colin]      0.7.8claws73
10198
10199         * src/summaryview.c
10200                 remove forgotten debug messages - sorry ;-)
10201
10202 2002-07-16 [colin]      0.7.8claws72
10203
10204         * src/mimeview.c
10205           src/summaryview.c
10206           src/textview.c
10207           src/textview.h
10208                 add the ability to select part of a text mime-part 
10209                 to reply.
10210
10211 2002-07-15 [christoph]  0.7.8claws71
10212
10213         * src/folder.c
10214                 fix folder message count for folders without
10215                 msg_is_changed (includes news folders)
10216
10217 2002-07-15 [martin]     0.7.8claws70
10218
10219         * src/summaryview.c
10220                 option "display recipient on 'From'..." now works
10221                 without the need of enabling the option
10222                 "display  sender  using  address  book".
10223
10224 2002-07-15 [christoph]  0.7.8claws69
10225
10226         * src/summaryview.c
10227                 removed setting folder status from summaryview.
10228                 folder.c should update all message counts correctly.
10229
10230 2002-07-15 [paul]       0.7.8claws68
10231
10232         * po/pt_BR.po
10233                 updated by Fabio Junior Beneditto
10234
10235 2002-07-15 [darko]      0.7.8claws67
10236
10237         * src/mh.c
10238                 Fixed target folder colorization, don't decrease op
10239                 number twice
10240
10241 2002-07-14 [paul]       0.7.8claws66
10242
10243         * sync with main 0.8.0
10244                 see ChangeLog 2002-07-14
10245
10246 2002-07-13 [melvin]     0.7.8claws65
10247         
10248         * src/addrbook.c
10249         * src/addressbook.c
10250         * src/addrindex.c
10251                 Replaced sprintf by g_snprintf to prevent possible buffer
10252                 overflow.
10253         * src/news.c
10254                 Corrected a log message output format.
10255                 Added a missing "done" debug output.
10256         * src/compose.c
10257                 Added keyboard accelerator for Priority menu items
10258                 Added missing \n in debug output
10259         * src/logwindow.c
10260         * src/gtkspell.c
10261         * src/rfc2015.c
10262                 Added missing \n in debug output
10263
10264 2002-07-13 [paul]       0.7.8claws64
10265
10266         * man/sylpheed.1
10267                 change Sergey's email address to the sf address
10268
10269         * src/textview.c
10270                 increase show_url_timeout (more useful for long
10271                 urls)
10272
10273 2002-07-12 [sergey]     0.7.8claws63
10274
10275         * src/rfc2015.c
10276                 applied (with some modifications) patch to set the
10277                 micalg parameter for signatures
10278                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10279
10280 2002-07-12 [sergey]     0.7.8claws62
10281
10282         * man/Makefile.am
10283         * configure.in
10284                 fixed man page installation
10285
10286 2002-07-12 [paul]       0.7.8claws61
10287
10288         * sync with 0.7.8cvs26
10289                 see ChangeLog 2002-07-11 and 2002-07-12
10290
10291 2002-07-11 [christoph]  0.7.8claws60
10292
10293         * src/compose.c
10294         * src/procmsg.c
10295                 first use the message number to find the message
10296                 to mark with a reply flag but check the
10297                 message-id if we got the correct message, if not
10298                 try to find it by message-id.
10299                 use new string seperator that is not allowed
10300                 in message-ids.
10301
10302 2002-07-11 [paul]       0.7.8claws59
10303
10304         * sync with 0.7.8cvs23
10305                 see ChangeLog 2002-07-10
10306
10307 2002-07-10 [christoph]  0.7.8claws58
10308
10309         * src/folder.[ch]
10310         * src/msgcache.[ch]
10311                 Added message-id table to the cache in memory
10312                 and functions to msgcache.c and folder.c to
10313                 fetch MsgInfos by message id
10314         * src/compose.c
10315         * src/procmsg.c
10316                 store folder and message-id of message replying
10317                 to in queue header and set reply flag after sending
10318                 (Closes bug #469498)
10319
10320 2002-07-10 [paul]       0.7.8claws57
10321
10322         * AUTHORS
10323           man/sylpheed.1.gz
10324                 add Martin to the list of authors
10325
10326 2002-07-09 [martin]     0.7.8claws56
10327         * src/gtksctree.c
10328                 Added gtk_ctree_last_visible(), tree_update_level(),
10329                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10330                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10331                 from gtk+ to gtksctree.c for the new sorting code
10332                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10333                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10334         * src/gtksctree.h
10335                 Added declaration for gtk_sctree_sort_recursive() and
10336                 gtk_sctree_sort_node
10337         * src/addressbook.c
10338         * src/foldersel.c
10339         * src/folderview.c
10340         * src/summaryview.c
10341                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10342                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10343
10344 2002-07-08 [paul]       0.7.8claws55
10345
10346         * more sync with 0.7.8cvs21
10347                 see ChangeLog 2002-07-08
10348
10349 2002-07-08 [paul]       0.7.8claws54
10350
10351         * sync with 0.7.8cvs21
10352                 see ChangeLog 2002-07-08
10353
10354 2002-07-07 [alfons]     0.7.8claws53
10355
10356         * src/Makefile.am
10357         * src/stock_pixmap.[ch]
10358         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10359         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10360         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10361                 add new pixmaps for upcoming notice pane
10362
10363 2002-07-06 [melvin]     0.7.8claws52
10364
10365         * src/gtkspell.[ch]
10366                 Made them a bit closer to Sylpheed's coding style.
10367                 Removed old code.
10368                 Removed possible memory leaks when some errors occurs.
10369
10370 2002-07-06 [melvin]     0.7.8claws51
10371
10372         * po/Makefile.in.in
10373                 Removed --no-location in xgettext command line to help
10374                 translators that use Emacs' po-mode
10375         * src/quote_fmt.c
10376                 Removed unnecessary comments that messed up sylpheed.pot
10377
10378 2002-07-06 [paul]       0.7.8claws50
10379
10380         * sync with 0.7.8cvs19
10381                 see ChangeLog 2002-07-05
10382
10383 2002-07-06 [christoph]  0.7.8claws49
10384
10385         * src/folder.c
10386         * src/mainwindow.c
10387                 fix folder_item_remove_all_msg and folderview
10388                 status for trash folders after emptying trash
10389
10390 2002-07-05 [paul]       0.7.8claws48
10391
10392         * sync with 0.7.8cvs16
10393                 see ChangeLog 2002-07-04 and 2002-07-05
10394
10395 2002-07-04 [paul]       0.7.8claws47
10396
10397         * sync with 0.7.8cvs14
10398                 see  ChangeLog 2002-07-04
10399
10400 2002-07-03 [alfons]     0.7.8claws46
10401
10402         * src/folder.c
10403                 dupe folder item's path because it's being reallocated
10404                 by new folder scanning code
10405
10406 2002-07-03 [christoph]  0.7.8claws45
10407
10408         * src/imap.c
10409                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10410         * src/msgcache.c
10411                 add missing return in msgcache_write
10412
10413 2002-07-02 [thorsten]   0.7.8claws44
10414
10415         * src/jpilot.c
10416         * src/msgcache.c
10417         * src/rfc2015.c
10418                 use binary mode for file access
10419
10420 2002-07-02 [christoph]  0.7.8claws43
10421
10422         * major code cleanup (part 1)
10423         
10424                 - unused variables removed
10425                 - unused functions removed
10426                 - uninitialized variables checked
10427                 - missing return statements added
10428                 - missing function return types added
10429                 - added parentheses around assignment and
10430                   && in || when suggested by gcc
10431               
10432         * src/mh.c
10433         * src/folder.c
10434                 replaced direct calls to folder->scan_tree
10435                 with folder_scan_tree and restore folder
10436                 prefs in this function. The folder should
10437                 not have to deal with them.
10438                 ( Should now work for all folder types )
10439
10440 2002-07-02 [paul]       0.7.8claws42
10441
10442         * sync with 0.7.8cvs13
10443                 see ChangeLog 2002-07-01 and 2002-07-02
10444
10445 2002-07-01 [christoph]  0.7.8claws41
10446
10447         * src/summaryview.c
10448                 fix "goto next/prev unread message" with
10449                 ignored threads
10450
10451 2002-07-01 [paul]       0.7.8claws40
10452
10453         * po/es.po
10454                 updated by Ricardo Mones Lastra
10455
10456 2002-06-30 [match]      0.7.8claws39
10457
10458         * src/jpilot.c
10459                 applied variation of leonerd's patch (566661) to
10460                 allow multiple email addresses per JPilot entry.
10461                 addresses may be separated by space, comma, pipe,
10462                 semi-colon, new-line.
10463
10464 2002-06-30 [alfons]     0.7.8claws38
10465
10466         * src/procmsg.c
10467                 simple fix for putting older nodes before
10468                 newer nodes when threading by subject
10469
10470 2002-06-30 [christoph]  0.7.8claws37
10471
10472         * src/folder.c
10473         * src/folderview.c
10474         * src/mh.c
10475         * src/news.c
10476         * src/procmsg.c
10477                 fix broken folder tree rescaning
10478                 and don't use procmsg_get_mark_sum
10479                 anymore
10480
10481 2002-06-30 [christoph]  0.7.8claws36
10482
10483         * merge new cache branch
10484         * src/imap.c
10485                 fix new cache imap copy bug
10486         * src/folder.c
10487                 improved folder_item_scan
10488                 it should now always set the correct
10489                 new, unread and total message counts
10490
10491 2002-06-29 [paul]       0.7.8claws35
10492
10493         * configure.in
10494                 correct syntax error
10495
10496 2002-06-29 [paul]       0.7.8claws34
10497
10498         * configure.in
10499           Makefile.am
10500           man/Makefile.am       ** NEW FILE **
10501           man/sylpheed.1.gz     ** NEW FILE **
10502                 add Sylpheed man page
10503
10504 2002-06-29 [paul]       0.7.8claws33
10505
10506         * po/pt_BR.po
10507                 updated by Fabio Junior Beneditto
10508
10509 2002-06-28 [jens]       0.7.8claws32
10510
10511         * po/de.po
10512                 translation updated
10513
10514         * src/selective_download.c
10515                 removed gettext for space " "
10516
10517         * src/imap.c
10518                 removed wrong space
10519
10520 2002-06-28 [paul]       0.7.8claws31
10521
10522         * sync with 0.7.8cvs11
10523                 see ChangeLog 2002-06-28
10524
10525 2002-06-28 [paul]       0.7.8claws30
10526
10527         * sync with 0.7.8cvs10
10528                 see ChangeLog 2002-06-27 and 2002-06-28
10529
10530 2002-06-26 [paul]       0.7.8claws29
10531
10532         * src/addrgather.c
10533           src/selective_download.c
10534                 don't gettextise empty strings.
10535                 reserved by gettext. gettext("") returns 
10536                 the header entry with meta information, 
10537                 not the empty string
10538
10539         * po/en_GB.po
10540                 updated
10541
10542 2002-06-26 [paul]       0.7.8claws28
10543
10544         * sync with 0.7.8cvs7
10545                 see ChangeLog 2002-06-25
10546
10547         * src/prefs_common.c
10548                 ...and in the process, tweak the gui a little
10549
10550 2002-06-25 [alfons]     0.7.8claws27
10551         
10552         * configure.in
10553         * src/Makefile.am
10554                 fine tune ldap library detection
10555
10556 2002-06-25 [alfons]     0.7.8claws26
10557
10558         * src/compose.c
10559                 don't allow return receipts when composing a news article
10560
10561 2002-06-25 [paul]       0.7.8claws25
10562
10563         * Makefile.am
10564                 add '$(AMTAR)' to 'release' section to allow for
10565                 new and older autotools
10566
10567 2002-06-25 [paul]       0.7.8claws24
10568
10569         * src/summaryview.c
10570                 fix "No more unread messages" persistant pop-up
10571                 window bug
10572
10573 2002-06-25 [paul]       0.7.8claws23
10574
10575         * po/it.po
10576                 updated by Alessandro Maestri
10577
10578 2002-06-25 [paul]       0.7.8claws22
10579
10580         * sync with 0.7.8cvs6
10581                 see ChangeLog 2002-06-25
10582
10583 2002-06-24 [paul]       0.7.8claws21
10584
10585         * tools/update-po
10586                 add GPL copyright information
10587
10588 2002-06-24 [paul]       0.7.8claws20
10589
10590         * tools/Makefile.am
10591           tools/README
10592           tools/update-po       ** NEW FILE **
10593                 add script that eases the creation of *.po files
10594                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10595
10596 2002-06-23 [alfons]     0.7.8claws19
10597
10598         * src/messageview.c
10599                 make notification_convert_header obey const correctness
10600                 (next step will be fixing the broken return receipt)
10601
10602 2002-06-23 [paul]       0.7.8claws18
10603
10604         * src/messageview.c
10605                 fix bug introduced in last commit:
10606                 removed too much code in last commit - put back what's
10607                 needed
10608
10609 2002-06-23 [paul]       0.7.8claws17
10610
10611         * src/messageview.[ch]
10612                 remove code committed in error from locally patched
10613                 source
10614
10615 2002-06-23 [colin]      0.7.8claws16
10616
10617         * src/compose.[ch]
10618                 add compose_entry_select(), used to select the default_to
10619                 email address - hopefully avoiding people sending mails to
10620                 wrong recipients.
10621
10622 2002-06-22 [alfons]     0.7.8claws15
10623
10624         * AUTHORS
10625                 add Bram Metsch & Stanislav Karchebny
10626         * src/smtp.[ch]
10627         * src/prefs_account.[ch]
10628         * src/send.c
10629                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10630                   options.  (see <http://sourceforge.net/tracker/index.php
10631                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10632
10633                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10634                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10635
10636 2002-06-22 [paul]       0.7.8claws14
10637
10638         * sync with 0.7.8cvs5
10639                 see ChangeLog 2002-06-19 and 2002-06-20
10640
10641 2002-06-22 [alfons]     0.7.8claws13
10642
10643         * src/selective_download.c
10644                 fix a stupid mistake I made
10645
10646 2002-06-22 [alfons]     0.7.8claws12
10647
10648         * src/selective_download.[ch]
10649                 fix another unnoticed leak; cleanup code
10650
10651 2002-06-21 [alfons]
10652
10653         * tools/Makefile.am
10654                 gpg-sign <-- gpg-sign-syl
10655
10656 2002-06-21 [alfons]     0.7.8claws11
10657
10658         * src/selective_download.c
10659         * src/selective_download.h
10660                 fix assorted mix of allocation errors (should solve
10661                 problem reported by Philippe Gramoullé, see:
10662                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10663
10664 2002-06-20 [melvin]     0.7.8claws10
10665
10666         * tools/gpg-sign *REMOVED*
10667           tools/gpg-sign-syl *ADDED*
10668                 Replaced the gpg clearsigning script with the version using
10669                 xterm instead of ssh-askpass and changed its name.
10670
10671         * README.claws
10672                 Updated actions example to reflect the renaming of the
10673                 gpg clearsigning script.
10674
10675 2002-06-19 [paul]       0.7.8claws9
10676
10677         * sync with 0.7.8claws9
10678                 see ChangeLog 2002-06-18 and 2002-06-19
10679
10680 2002-06-19 [paul]       0.7.8claws8
10681
10682         * sync with 0.7.8cvs1
10683                 see ChangeLog 2002-06-18
10684
10685 2002-06-18 [alfons]     0.7.8claws7
10686
10687         * src/mainwindow.h
10688                 add omitted prototype
10689
10690 2002-06-17 [paul]       0.7.8claws6
10691
10692         * src/mainwindow.c
10693                 fix hiding of exec_btn
10694
10695 2002-06-17 [paul]       0.7.8claws5
10696
10697         * src/pop.c
10698                 remove unneeded code: should_delete() 
10699                 and Pop3State::uidl_todelete_list
10700
10701 2002-06-17 [paul]       0.7.8claws4
10702
10703         * sync with 0.7.8
10704                 see ChangeLog 2002-06-11 and 2002-06-13
10705
10706 2002-06-16 [alfons]     0.7.8claws3
10707         
10708         * src/folder.c
10709                 make sure lock sort mode (claws specific) is
10710                 also persists after a tree rescan
10711
10712 2002-06-16 [alfons]     0.7.8claws2
10713
10714         * src/prefs_folder_item.c
10715         * src/folder.[ch]
10716                 fix persistence of folder sort mode (broken
10717                 by adapting Hiro's new folder persistence code)
10718
10719 2002-06-16 [alfons]     0.7.8claws1
10720
10721         * AUTHORS
10722         * src/logwindow.c
10723         * src/prefscommon.[ch]
10724                 control size of log text in log window; 
10725                 closes patch #569155 submitted by Mitko Haralanov.
10726
10727 2002-06-15 [paul]       0.7.8claws
10728
10729         * release of 0.7.8claws
10730
10731 2002-06-15 [paul]       0.7.7claws
10732
10733         * po/pt_BR.po
10734                 updated by Fabio Junior Beneditto
10735
10736 2002-06-14 [paul]       0.7.6claws49
10737
10738         * po/es.po
10739                 updated by Ricardo Mones Lastra
10740
10741 2002-06-14 [paul]       0.7.6claws48
10742
10743         * po/nl.po
10744                 updated translation by Wilbert Berendsen
10745
10746 2002-06-14 [melvin]     0.7.6claws47
10747
10748         * po/fr.po
10749                 Updated French translation
10750
10751 2002-06-13 [paul]       0.7.6claws46
10752
10753         * src/filesel.c
10754                 allow filename to be typed in, rather than just
10755                 selected by the mouse. Patch by Gustavo Noronha Silva.
10756
10757 2002-06-13 [alfons]     0.7.6claws45
10758
10759         * src/mainwindow.[ch]
10760                 more cleanups (removing unnecessary menu items Expand 
10761                 summary / message view)
10762
10763 2002-06-13 [melvin]     0.7.6claws44
10764
10765         * po/POTFILES.in
10766                 Added src/string_match.c
10767         * src/string_match.c
10768                 Fixed possible buffer overflow.
10769                 Corrected typo.
10770                 Added missing config.h header.
10771         * src/prefs_common.c
10772           src/prefs_matcher.c
10773           src/prefs_scoring.c
10774                 Made some strings translatable (missing _(..)).
10775
10776 2002-06-13 [melvin]     0.7.6claws43
10777
10778         * README.claws
10779                 Corrected action example (verifying clearsigned mail).
10780         * src/prefs_account.c
10781                 Corrected typo.
10782         * src/prefs_common.c
10783                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10784
10785 2002-06-12 [alfons]     0.7.6claws42
10786
10787         * src/summaryview.c
10788                 add init of score column lost in 0.7.6claws42
10789
10790 2002-06-12 [paul]       0.7.6claws41
10791
10792         * src/prefs_account.c
10793                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10794                 behavior of the radio buttons, (from 0.7.7cvs2)
10795
10796 2002-06-11 [alfons]     0.7.6claws40
10797
10798         * src/messageview.[ch]
10799         * src/summaryview.[ch]
10800         * src/summary_search.c
10801         * src/mainwindow.c
10802                 perform a sync to bring in Hiro's separate view implementation 
10803
10804                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10805
10806 2002-06-11 [paul]       0.7.6claws39
10807         
10808         * src/prefs_account.c
10809                 correct a typo on the Receive tab
10810
10811 2002-06-10 [match]      0.7.6claws38
10812
10813         * src/addressbook.c
10814                 Included address completion patch from Gustavo Noronha.
10815
10816 2002-06-10 [paul]       0.7.6claws37
10817
10818         * src/inc.[ch]
10819           src/pop.c
10820           src/prefs_account.[ch]
10821           src/selective_download.[ch]
10822                 apply PATCH #561712
10823                  NEW:
10824                 - check if POP Account
10825                 - Receive Button renamed to Preview
10826                 - Preview Button Popup: preview new/all messages
10827                 - Download Button
10828                 - Account Preferences-->Receive tab checkbutton if you
10829                   want to remove Mail after Download
10830                 -: default YES
10831                 - Account Preferences-->Receive tab checkbutton use
10832                   filtering rules on preview
10833                   (think of delete_on_server)
10834                 -: default YES
10835                 - Account selectable from SD dialog
10836                 - checkbutton to show already downloaded messages if
10837                   all messages are previewed
10838                 - new clist column showing Date
10839                 - ESC KEY close
10840                 FIXES:
10841                 - play ball with UIDL
10842                 - fault tolerant (?) 
10843                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10844
10845 2002-06-10 [melvin]     0.7.6claws36
10846
10847         * README.claws
10848                 Added a hint to ac/README in cvs instructions.
10849
10850         * src/prefs_actions.c
10851                 Made it possible to use a more elaborate command line
10852                 for asynchronous actions, too.
10853
10854 2002-06-10 [melvin]     0.7.6claws35
10855         
10856         * src/prefs_actions.c
10857                 Make it possible to use a more elaborate command line
10858                 (e.g. |foo|bar|cat>there;echo Done|)
10859                 Corrected error message when calling %f, %F and %p commands
10860                 from the compose window.
10861
10862 2002-06-09 [colin]      0.7.6claws34
10863
10864         * src/summaryview.c
10865                 Automatically find unread messages in current folder
10866                 before annoying the user.
10867
10868 2002-06-08 [alfons]     0.7.6claws33
10869
10870         * po/it.po
10871                 remove bad formatting string in it.po translation
10872                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10873
10874 2002-06-08 [paul]       0.7.6claws32
10875
10876         * sync with 0.7.6cvs25
10877                 see ChangeLog 2002-06-07
10878
10879 2002-06-05 [paul]       0.7.6claws31
10880
10881         * src/mainwindow.c
10882                 add 'Sort by locked' and 'Sort by score'
10883
10884 2002-06-05 [paul]       0.7.6claws30
10885
10886         * sync with 0.7.6cvs24
10887                 see ChangeLog 2002-06-04
10888
10889 2002-06-04 [paul]       0.7.6claws29
10890
10891         * po/pt_BR.po
10892                 updated by Fabio Junior Beneditto
10893
10894 2002-06-03 [thorsten]   0.7.6claws28
10895
10896         * src/matcher.c
10897                 fclose() matcherrc after reading
10898
10899 2002-06-03 [paul]       0.7.6claws27
10900
10901         * sync with 0.7.6cvs21
10902                 see ChangeLog 2002-05-31
10903
10904 2002-05-31 [paul]       0.7.6claws26
10905
10906         * sync with 0.7.6cvs20
10907                 see ChangeLog 2002-05-29 and 2002-05-30
10908
10909 2002-05-31 [paul]       0.7.6claws25
10910
10911         * src/imap.c
10912                 hopefully fix last buggy sync
10913
10914         * README.claws
10915                 correct typo in 'Actions' examples
10916
10917 2002-05-29 [paul]       0.7.6claws24
10918
10919         * sync with 0.7.6cvs18
10920                 see ChangeLog 2002-05-28 and 2002-05-29
10921
10922         * src/news.c
10923           src/nntp.[ch]
10924                 sync with above 
10925
10926 2002-05-28 [paul]       0.7.6claws23
10927
10928         * sync with 0.7.6cvs16
10929                 see ChangeLog 2002-05-28
10930
10931 2002-05-27 [thorsten]   0.7.6claws22 
10932
10933         * faq/it/sylpheed-faq-1.html
10934           faq/it/sylpheed-faq-2.html
10935           faq/it/sylpheed-faq-3.html
10936           faq/it/sylpheed-faq.html
10937                 corrected DOS lineendings
10938         * faq/de/sylpheed-faq-1.html
10939           faq/de/sylpheed-faq-2.html
10940           faq/en/sylpheed-faq-1.html
10941           faq/en/sylpheed-faq-2.html
10942           faq/en/sylpheed-faq-3.html
10943           faq/es/sylpheed-faq-1.html
10944           faq/es/sylpheed-faq-2.html
10945           faq/es/sylpheed-faq-3.html
10946           faq/fr/sylpheed-faq-1.html
10947           faq/it/sylpheed-faq-1.html
10948           faq/it/sylpheed-faq-2.html
10949           faq/it/sylpheed-faq-3.html
10950           faq/it/sylpheed-faq.html
10951                 changed ">" to &quot;
10952
10953 2002-05-27 [paul]       0.7.6claws21
10954         
10955         * sync with 0.7.6cvs15
10956                 see ChangeLog 2002-05-27
10957
10958 2002-05-27 [paul]       0.7.6claws20
10959
10960         * src/prefs_account.c
10961                 correct a typo
10962
10963 2002-05-26 [paul]       0.7.6claws19
10964
10965         * tools/README
10966                 correct a typo
10967
10968 2002-05-25 [paul]       0.7.6claws18
10969
10970         * tools/README
10971                 add description of kmail2sylpheed.pl
10972
10973 2002-05-25 [paul]       0.7.6claws17
10974
10975         * tools/kmail2sylpheed.pl       ** NEW FILE **
10976                 perl script that converts an exported Kmail address
10977                 book, converts it to sylpheed addressbook file,
10978                 writes the file to .sylpheed, and updates
10979                 addrbook--index.xml 
10980
10981 2002-05-25 [paul]       0.7.6claws16
10982
10983         * sync with 0.7.6cvs14
10984                 see ChangeLog 2002-05-23
10985
10986 2002-05-24 [paul]       0.7.6claws15
10987
10988         * README.claws
10989                 make a correction and add some more info
10990
10991 2002-05-24 [paul]       0.7.6claws14
10992
10993         * src/compose.c
10994                 fix memory leak in 
10995                 compose_redirect_write_headers_from_headerlist()
10996                 add Subject and Resent-Message-ID to
10997                 compose_redirect_write_headers()
10998                 Received, Subject, and X-UIDL are filtered out in 
10999                 compose_redirect_write_to_file()
11000
11001 2002-05-23 [paul]       0.7.6claws13
11002
11003         * src/compose.[ch]
11004           src/filtering.c
11005           src/mainwindow.c
11006           src/matcher.[ch]
11007           src/matcher_parser_lex.l
11008           src/matcher_parser_parse.y
11009           src/prefs_common.[ch]
11010           src/prefs_filtering.c
11011           src/summaryview.c
11012                 rename 'Bounce' to 'Redirect'
11013
11014 2002-05-23 [paul]       0.7.6claws12
11015
11016         * more sync with 0.7.6cvs13
11017           src/compose.c
11018                 see ChangeLog 2002-05-22
11019
11020 2002-05-22 [paul]       0.7.6claws11
11021
11022         * sync with 0.7.6cvs13
11023           src/codeconv.c
11024                 see ChangeLog 2002-05-20
11025           src/prefs_common.c
11026                 see ChangeLog 2002-05-22
11027
11028 2002-05-21 [melvin]     0.7.6claws10
11029
11030         * src/folderview.c
11031                 Added missing filtering and scoring headers
11032                 Fixed bad function call that showed garbage 
11033                 in Folder->Processing
11034
11035 2002-05-21 [paul]       0.7.6claws9
11036
11037         * tools/Makefile.am
11038                 make all tools executable, (patch by Alfons).
11039
11040 2002-05-20 [alfons]     0.7.6claws8
11041
11042         * src/procheader.c
11043                 don't forget to call mktime() so we have a valid week 
11044                 and year day
11045                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11046
11047 2002-05-20 [paul]       0.7.6claws7
11048
11049         * src/html.c
11050                 fix broken parsing of urls
11051         * src/textview.c
11052                 fix displaying of urls
11053
11054                 both fixes from the patch [547855] by Eugene 
11055                 Brevdo (zonem)
11056
11057 2002-05-19 [alfons]     0.7.6claws6
11058
11059         * configure.in
11060                 make sylpheed configure correctly with the latest
11061                 and greatest of automake / autoconf / gettext
11062
11063 2002-05-19 [alfons]     0.7.6claws5
11064
11065         * src/procheader.c
11066         * src/procheader.h
11067                 add function for returning ime zone offset
11068         * src/quote_fmt.c
11069         * src/quote_fmt_parse.y
11070                 better quotation formatting - does not convert
11071                 to local time, but uses the original date string.
11072                 
11073                 Note: %z inserts the timezone offset (should 
11074                 work also on platforms where strftime does not
11075                 support %z).
11076
11077 2002-05-18 [christoph]  0.7.6claws4
11078
11079         * src/summaryview.c
11080                 fix indentation of some code
11081         * tools/Makefile.am
11082                 fix spaces after \
11083         * src/Makefile.am
11084                 add missing \
11085                 correct path for ignorethread.xpm
11086                 incorrect filename for sylpheed_logo.xpm
11087                 add missing include matcher_parser_parse.h
11088
11089 2002-05-18 [paul]       0.7.6claws3
11090
11091         * sync with 0.7.6cvs8
11092                 see ChangeLog 2002-05-16 and 2002-05-17
11093
11094 2002-05-18 [melvin]     0.7.6claws2
11095
11096         * README.claws
11097                 Corrected an action's definition and fixed some misspellings.
11098
11099 2002-05-18 [paul]       0.7.6claws1
11100
11101         * tools/Makefile.am
11102           tools/gpg-sign        ** new file **
11103           tools/uudec           ** new file **
11104                 add Melvin's Actions scripts
11105
11106         * README.claws
11107                 add Melvin's descriptions for Actions
11108
11109 2002-05-18 [paul]       0.7.6claws
11110
11111         * Version 0.7.6claws released
11112
11113 2002-05-17 [paul]       0.7.5claws32
11114
11115         * po/es.po
11116                 updated by Ricardo Mones Lastra
11117
11118 2002-05-17 [paul]       0.7.5claws31
11119
11120         * src/compose.c
11121                 fix Account prefs default folder for sent/draft/deleted
11122                 messages bug
11123
11124         * po/it.po
11125           po/nl.po
11126                 updated translation by Alessandro Maestri and
11127                 Wilbert Berendsen
11128
11129 2002-05-17 [melvin]     0.7.5claws30
11130
11131         * src/prefs_actions.c
11132                 Fixed bug where using %F not at the end of the command 
11133                 resulted in an additional empty argument being created.
11134                 Thanks to Darko Koruga for reporting the bug.
11135
11136 2002-05-17 [melvin]     0.7.5claws29
11137
11138         * po/fr.po
11139                 Updated French translations.
11140
11141 2002-05-15 [paul]       0.7.5claws28
11142         
11143         * po/es.po
11144                 updated by Ricardo Mones Lastra
11145
11146 2002-05-15 [paul]       0.7.5claws27
11147
11148         * sync with 0.7.6cvs4
11149                 see ChangeLog 2002-05-14 and 2002-05-15
11150
11151 2002-05-14 [paul]       0.7.5claws26
11152
11153         * sync with 0.7.6cvs1
11154                 see ChangeLog 2002-05-13
11155
11156 2002-05-13 [thorsten]   0.7.5claws25
11157
11158         * src/messageview.c
11159                 fix select_all and copy in multipart messages
11160         * src/mainwindow.c
11161                 fix select_all and copy in multipart messages
11162
11163 2002-05-12 [paul]       0.7.5claws24
11164
11165         * src/summaryview.c
11166                 reverse last commit, bug already fixed in 0.7.5claws3
11167
11168 2002-05-12 [netztorte]  0.7.5claws23
11169
11170         * src/summaryview.c
11171                 dont parse empty addressbook (checked in before claws20)
11172
11173 2002-05-12 [melvin]     0.7.5claws22
11174
11175         * src/procmsg.[ch]
11176                 Removed unneeded priority code introduced by the previous 
11177                 commit.
11178
11179 2002-05-12 [melvin]     0.7.5claws21
11180
11181         * src/compose.[ch]
11182                 Added possibility to set message's priority.
11183         * src/procmsg.[ch]
11184                 Added possibility to set message's priority.
11185                 Added missing headers
11186
11187 2002-05-12 [melvin]     0.7.5claws20
11188
11189         * src/prefs_actions.c
11190                 Removed implicitely added quotes around the name
11191                 of the temporary files of mime parts.
11192
11193 2002-05-12 [paul]       0.7.5claws19
11194
11195         * sync with 0.7.5cvs20
11196                 see ChangeLog 2002-05-11
11197
11198 2002-05-12 [alfons]     0.7.5claws18
11199
11200         * src/quote_fmt_lex.l
11201         * src/quote_fmt_parse.y
11202                 allow quote / reply date & time format to be set using
11203                 %D{format}. format is a format string you'd pass to
11204                 strftime() (see man strftime, or the Display tab |
11205                 Date format setting).
11206
11207                 Currently %D converts the date to local time. 
11208
11209 2002-05-11 [paul]       0.7.5claws17
11210
11211         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11212                 see ChangeLog 2002-05-10 and 2002-05-11
11213
11214 2002-05-10 [paul]       0.7.5claws16
11215
11216         * sync with 0.7.5cvs16
11217                 see ChangeLog entries 2002-05-09 and 
11218                 2002-05-10
11219
11220 2002-05-10 [colin]      0.7.5claws15
11221
11222         * src/textview.c
11223                 Corrected a bug that prevented sylpheed to open
11224                 double-clicked URIs.
11225
11226 2002-05-09 [paul]       0.7.5claws14
11227
11228         * sync with 0.7.5cvs14
11229                 see ChangeLog 2002-05-08 and 2002-05-09
11230
11231 2002-05-08 [paul]       0.7.5claws13
11232
11233         * sync with 0.7.5cvs11
11234                 see ChangeLog entry 2002-05-08
11235
11236 2002-05-08 [paul]       0.7.5claws12
11237
11238         * src/mainwindow.c
11239           src/textview.[ch]
11240                 fix segfault on View->Open in new window
11241                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11242
11243 2002-05-07 [paul]       0.7.5claws11
11244
11245         * sync with 0.7.5cvs9
11246                 see ChangeLog entry 2002-05-07
11247
11248 2002-05-06 [paul]       0.7.5claws10
11249
11250         * src/messageview.c
11251           src/textview.c
11252                 display url in statusbar on single-click
11253                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11254
11255 2002-05-06 [match]      0.7.5claws9
11256
11257         * src/addritem.[ch]
11258                 new functions.
11259         * src/addrcache.c
11260                 tidy up.
11261         * src/xmlprops.[ch]
11262                 XML implementation of properties file.
11263         * src/exporthtml.[ch]
11264         * src/expthtmldlg.[ch]
11265         * src/addressbook.c
11266                 export to HTML.
11267
11268 2002-05-02 [sergey]     0.7.5claws8
11269
11270         * src/mainwindow.c (mainwin_entries),
11271           src/prefs_common.c (prefs_send_create()),
11272           src/codeconv.c (locale_table):
11273                 use charset name "Windows-1251" instead of "CP1251".
11274
11275 2002-05-02 [colin]      0.7.5claws7
11276         
11277         * src/compose.c
11278           src/prefs_common.c
11279           src/prefs_folder_item.c
11280                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11281
11282 2002-05-02 [hiro]       0.7.5claws6
11283
11284         * src/imap.c
11285                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11286
11287 2002-05-02 [paul]       0.7.5claws5
11288
11289         * src/compose.c
11290                 more sync with 0.7.5cvs7, see ChangeLog entry
11291                 2002-05-02
11292
11293 2002-05-02 [hiro]       0.7.5claws4
11294
11295         * src/compose.c
11296                 compose_queue_sub():
11297                 check if queue folder exists (closes #550397).
11298                 removed directory creation since it should be handled
11299                 transparently.
11300         * src/imap.c
11301                 imap_add_msg(): return UID for appended message
11302                 (closes #548842).
11303
11304 2002-04-30 [paul]       0.7.5claws3
11305
11306         * src/summaryview.c
11307                 fix account_find_from_address() bug
11308
11309 2002-04-28 [colin]      0.7.5claws2
11310
11311         * src/compose.c
11312           src/textview.c
11313           src/prefs_common.[ch]
11314           src/utils.[ch]
11315                 Added user-definable quotation characters recognition.
11316
11317 2002-04-28 [paul]       0.7.5claws1
11318
11319         * sync with 0.7.5cvs4
11320                 see ChangeLog entry  2002-04-25
11321
11322 2002-04-28 [paul]       0.7.5claws
11323
11324         * po/es.po
11325           po/nl.po
11326           po/pt_BR.po
11327                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11328                 Fabio Junior Beneditto
11329
11330 2002-04-27 [jens]       0.7.4claws103
11331
11332         * po/de.po
11333                 updated German translation.
11334
11335 2002-04-27 [hiro]       0.7.4claws102
11336
11337         * src/summaryview.c
11338                 summary_write_cache(): fixed the mark loss of hidden messages.
11339
11340 2002-04-26 [melvin]     0.7.4claws101
11341
11342         * src/procmsg.c
11343                 fixed a second typo (same one)
11344         * po/fr.po
11345           po/it.po
11346           po/pt_BR.po
11347                 fixed the type again...
11348
11349 2002-04-26 [melvin]     0.7.4claws100
11350
11351         * src/procmsg.c
11352                 fixed a typo in an alert message ("temorary").
11353         * po/it.po
11354         * po/pt_BR.po
11355                 corrected the typo  described above.
11356         * po/fr.po
11357                 updated French translation.
11358
11359 2002-04-26 [darko]      0.7.4claws99
11360
11361         * src/summaryview.c
11362                 fix target folder colorization
11363
11364 2002-04-25 [paul]       0.7.4claws98
11365
11366         * po/it.po
11367                 updated by Alessandro Maestri
11368
11369 2002-04-24 [colin]      0.7.4claws97
11370         
11371         * src/compose.c
11372                 Fixed double "subject is empty" question.
11373
11374 2002-04-23 [colin]      0.7.4claws96
11375         
11376         * src/mimeview.c
11377                 Corrected issue when "automatically display images" was
11378                 not set : first image remained after selecting second.
11379
11380 2002-04-23 [melvin]     0.7.4claws95
11381
11382         * src/prefs_actions.c
11383                 Don't display in/out dialog if there is nothing to show.
11384
11385 2002-04-23 [paul]       0.7.4claws94
11386
11387         * sync with 0.7.5cvs3
11388                 bug fixes: see ChangeLog entry 2002-04-23
11389
11390 2002-04-22 [darko]      0.7.4claws93
11391
11392         * src/compose.c
11393                 fix previous check-in which changed code after
11394                 merge from main
11395
11396 2002-04-22 [paul]       0.7.4claws92
11397
11398         * faq/de/*
11399                 add German FAQ
11400         * faq/en/*
11401           faq/es/*
11402           faq/fr/*
11403                 update English, Spanish and French FAQs
11404         * manual/de/*
11405           manual/es/*
11406                 add German and Spanish manuals
11407         * manual/en/*
11408           manual/fr/*
11409                 update English and French manuals
11410
11411         * src/Makefile.am
11412                 add to and re-arrange the pixmap entries
11413
11414 2002-04-22 [darko]      0.7.4claws91
11415
11416         * src/compose.c
11417                 fix sender initials recognition to only allow
11418                 '>' after the initials
11419
11420 2002-04-21 [paul]       0.7.4claws90
11421
11422         * sync with 0.7.5 release
11423                 see ChangeLog entry 2002-04-21
11424
11425 2002-04-21 [alfons]
11426
11427         * src/Makefile.am
11428                 add colin's new pixmaps to EXTRA_DIST
11429
11430 2002-04-21 [colin]      0.7.4claws89
11431         * src/compose.c
11432         * src/inc.c
11433         * src/mainwindow.[ch]
11434         * src/prefs_common.[ch]
11435         * src/stock_pixmap.[ch]
11436                 Added "Work offline" ability.
11437
11438 2002-04-21 [colin]      0.7.4claws88
11439         
11440         * src/mimeview.c
11441         * src/prefs_common.c
11442         * src/prefs_common.h
11443         * src/textview.c : Added an option to common preferences -> display
11444           to allow user not to automatically display images.
11445
11446 2002-04-21 [paul]       0.7.4claws87
11447
11448         * sync with 0.7.4cvs52
11449                 see ChangeLog entry 2002-04-21 (src/imap.c)
11450
11451 2002-04-21 [paul]       0.7.4claws86
11452
11453         * sync with 0.7.4cvs51
11454                 see ChangeLog entry 2002-04-21
11455
11456 2002-04-21 [paul]       0.7.4claws85
11457
11458         * sync with 0.7.4cvs49
11459                 see ChangeLog entries 2002-04-20 and 2002-04-21
11460
11461         * src/Makefile.am
11462                 clean up: remove old 'stock_' element from xpm 
11463                 filenames.
11464
11465 2002-04-21 [alfons]     0.7.4claws84
11466
11467         apply sync patch from Paul
11468
11469         * src/folderview.c
11470                 use old claws prefs_folder_item_create() for now
11471
11472 2002-04-19 [match]      0.7.4claws83
11473
11474         * src/addressbook.[ch]
11475         * src/addrharvest.[ch]
11476         * src/addrgather.[ch]
11477                 recurse folders.
11478         * src/mainwindow.c
11479         * src/summaryview.[ch]
11480                 change menu option.
11481
11482 2002-04-19 [paul]       0.7.4claws82
11483
11484         * po/pt_BR.po
11485                 updated by Fabio Junior Beneditto
11486
11487 2002-04-14 [alfons]     0.7.4claws81
11488
11489         * src/passphrase.c
11490                 add #include <sys/types.h> for mode_t and off_t 
11491
11492 2002-04-13 [paul]       0.7.4claws80
11493         
11494         * src/main.c
11495           src/passphrase.[ch]
11496           src/pgptext.c
11497           src/prefs_common.[ch]
11498           src/rfc2015.c
11499                 enable storing of GnuPG passphrase for the whole 
11500                 session or a user-defined number of minutes. patch 
11501                 submitted by Ravemax <ravemax@dextrose.com>
11502
11503 2002-04-13 [alfons]     0.7.4claws79
11504
11505         * src/textview.c
11506                 make email parser also stop scanning when encountering separators
11507                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11508
11509 2002-04-13 [paul]       0.7.4claws78
11510
11511         * sync with 0.7.4cvs39
11512                 see ChangeLog entry 2002-04-12
11513
11514 2002-04-11 [paul]       0.7.4claws77
11515
11516         * sync with 0.7.4cvs37
11517                 see ChangeLog entry 2002-04-11
11518
11519 2002-04-11 [paul]       0.7.4claws76
11520
11521         * COPYING 
11522                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11523                 the clause for OpenSSL). sync with sylpheed main
11524
11525 2002-04-09 [melvin]     0.7.4claws75
11526
11527         * src/compose.c
11528                 Made 'Ctrl-Enter' on send ignore some modifiers 
11529                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11530                 to bind other *-Enter (but not Alt-Enter).
11531
11532 2002-04-09 [paul]       0.7.4claws74
11533
11534         * sync with 0.7.4cvs35
11535                 see ChangeLog entries 2002-04-09
11536
11537 2002-04-08 [paul]       0.7.4claws73
11538
11539         * sync with 0.7.4cvs33
11540                 see ChangeLog entry 200-04-08
11541
11542 2002-04-07 [match]      0.7.4claws72
11543
11544         * src/addrharvest.[ch]
11545                 fixed to read all addresses in header, regardless
11546                 of header size. improved name parsing. accommodate
11547                 harvest from folders and selected message.
11548         * src/addritem.[ch]
11549                 included new address parsing function.
11550         * src/addrgather.[ch]
11551         * src/addressbook.[ch]
11552         * src/summaryview.[ch]
11553         * src/mainwindow.c
11554                 allow address harvest of folder as well as selected
11555                 messages.
11556
11557 2002-04-07 [paul]       0.7.4claws71
11558
11559         * src/esmtp.[ch]
11560           src/smtp.c
11561                 don't try to authenticate with CRAM-MD5 in SMTP when 
11562                 SMTP-AUTH enabled if MTA doesn't issue this 
11563                 auth-method in it's ehlo-response. bug item #531364,
11564                 patch item #938910. patch submitted by Colin Leroy 
11565                 <colin@colino.net>
11566
11567 2002-04-07 [paul]       0.7.4claws70
11568
11569         * src/nntp.c
11570                 fix missing MODE_READER bug. patch submitted by
11571                 Colin Leroy <colin@colino.net>
11572
11573 2002-04-07 [alfons]     0.7.4claws69
11574
11575         * src/matcher.[ch]
11576         * src/prefs_filtering.c
11577         * src/summaryview.c
11578                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11579                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11580
11581 2002-04-07 [paul]       0.7.4claws68
11582
11583         * sync with 0.7.4cvs32
11584                 see ChangeLog entry 2002-04-06
11585
11586         * tools/filter_conv.pl
11587                 more bug fixes
11588
11589 2002-04-06 [paul]       0.7.4claws67
11590
11591         * tools/filter_conv.pl
11592                 modify to be able to find the name of the first
11593                 mailbox and use that. main's filter does not
11594                 record the full path to the mailbox and therefore
11595                 can only filter to the first mailbox.
11596
11597 2002-04-05 [paul]       0.7.4claws66
11598
11599         * tools/filter_conv.pl
11600                 attempt to make the script all-encompassing and
11601                 be able to convert any main 'filter' rule thrown
11602                 at it
11603
11604 2002-04-05 [paul]       0.7.4claws65
11605
11606         * tools/filter_conv.pl
11607                 allow for collapsed folder trees
11608
11609 2002-04-05 [paul]       0.7.4claws64
11610
11611         * sync with 0.7.4cvs31
11612                 see ChangeLog entries 2002-04-05
11613
11614 2002-04-03 [paul]       0.7.4claws63
11615
11616         * sync with 0.7.4cvs29
11617                 see ChangeLog entries 2002-04-02 and 2002-04-03
11618
11619 2002-04-02 [paul]       0.7.4claws62
11620
11621         * sync with 0.7.4cvs26
11622                 see ChangeLog entry 2002-04-01
11623
11624 2002-04-02 [match]      0.7.4claws61
11625
11626         * src/pine.[ch]
11627         * src/importpine.[ch]
11628         * src/addressbook.c
11629                 import Pine address book.
11630
11631 2002-04-02 [match]      0.7.4claws60
11632
11633         * src/addrharvest.[ch]
11634                 improve address parsing of funky addresses.
11635
11636 2002-04-02 [darko]      0.7.4claws59
11637
11638         * src/compose.c
11639                 wrap on send improvements, it now recognizes quoted
11640                 initials as part of the quotation string, and it
11641                 does not join lines separated by CR
11642
11643 2002-04-01 [match]      0.7.4claws58
11644
11645         * src/mgutils.[ch]
11646                 added new functions.
11647         * src/mutt.[ch]
11648                 remove excessive duplicate address generation
11649                 on import.
11650
11651 2002-04-01 [alfons]     0.7.4claws57
11652         
11653         * src/summaryview.c
11654                 put back g_free() 
11655
11656 2002-04-01 [paul]       0.7.4claws56
11657
11658         * sync with 0.7.4cvs25
11659                 see ChangeLog entry 2002-04-01
11660
11661 2002-04-01 [alfons]     0.7.4aprilfool55
11662
11663         * src/summaryview.c
11664                 honour feature request item #537427 to allow for
11665                 displaying names from address book for sent mail also
11666
11667 2002-03-29 [paul]       0.7.4claws54
11668
11669         * src/mainwindow.c
11670           src/prefs_filtering.[ch]
11671           src/prefs_matcher.c
11672           src/summaryview.c
11673                 add 'fast filter' for claws' filtering,
11674                 /Tools/Create filter rule/... patch submitted
11675                 by Neill Miller <neillm@thecodefactory.org>
11676
11677 2002-03-29 [paul]       0.7.4claws53
11678
11679         * sync with 0.7.4cvs24
11680                 see ChangeLog entry 2002-03-29
11681
11682 2002-03-28 [paul]       0.7.4claws52
11683
11684         * sync with 0.7.4cvs23
11685                 see ChangeLog entry 2002-03-28
11686
11687 2002-03-27 [melvin]     0.7.4claws51
11688
11689         * src/prefs_actions.c
11690                 Added support to pass only one message part (as a
11691                 file) to the command using '%p'. No quotes are needed
11692                 because doubles quotes are automatically added.
11693                 Fixed bug where Sylpheed could block when waiting for
11694                 a child process to finish.
11695                 Changed the help menu to remove quotes around symbols to 
11696                 avoid misinterpretation (they must not be used).
11697
11698 2002-03-27 [melvin]     0.7.4claws50
11699
11700         * src/inc.c
11701                 Made the new mail notification command always 
11702                 execute asynchronously.
11703
11704 2002-03-27 [paul]       0.7.4claws49
11705
11706         * src/compose.c
11707                 fix bug introduced in last commit
11708
11709 2002-03-27 [paul]       0.7.4claws48
11710
11711         * sync with 0.7.4cvs21
11712                 see ChangeLog 2002-03-26 and 2002-03-27
11713
11714 2002-03-26 [hoa]        0.7.4claws47
11715
11716         * src/prefs_folder_item.c
11717                 really fixed the bug #516442 with folder rescan.
11718
11719 2002-03-26 [paul]       0.7.4claws46
11720
11721         * sync with 0.7.4cvs19
11722                 see ChangeLog entries 2002-03-25 and 2002-03-26
11723
11724 2002-03-25 [hoa]        0.7.4claws45
11725
11726         * src/matcher.c
11727         * src/mh.c
11728                 fix the bug #516442 with folder rescan.
11729
11730         * src/prefs_common.[ch]
11731         * src/compose.c
11732                 added an option to enable two different behaviours
11733                 for bounce.
11734
11735
11736 2002-03-25 [paul]       0.7.4claws44
11737
11738         * src/mainwindow.c
11739           src/selective_download.c
11740                 correct a few menuitem labels
11741
11742 2002-03-25 [christoph]  0.7.4claws43
11743
11744         * src/procmsg.c
11745                 fix non deleted tmp message in
11746                 procmsg_save_to_outbox
11747                 fix problems caused by sync with
11748                 main branch's procmsg_send_queue
11749
11750 2002-03-25 [paul]       0.7.4claws42
11751
11752         * src/quote_fmt.c
11753           src/quote_fmt_lex.l
11754           src/quote_fmt_parse.y
11755                 add Last name (%L) placeholder for quoting. 
11756                 patch submitted by Thorsten Thielen 
11757                 <thth@users.sourceforge.net>
11758
11759 2002-03-25 [paul]       0.7.4claws41
11760
11761         * src/utils.c
11762                 get full hostname. patch submitted by
11763                 Bob Woodside <rwoodside1@comcast.net>
11764
11765 2002-03-25 [paul]       0.7.4claws40
11766
11767         * src/account.c
11768           src/news.c
11769           src/nntp.[ch]
11770           src/prefs_account.[ch]
11771                 enable NNTP over SSL. patch submitted by
11772                 Pascal Jermini <pascal@infinity.hn.org>
11773
11774 2002-03-24 [paul]       0.7.4claws39
11775
11776         * src/prefs_common.c
11777                 make the arrangement of the Compose tab more
11778                 coherent
11779
11780         * src/mainwindow.c
11781                 fix some irregularities of style
11782
11783         * po/de.po
11784                 updated by Kilian Krause
11785
11786 2002-03-23 [paul]       0.7.4claws38
11787
11788         * po/pt_BR.po
11789                 updated by Fabio Junior Beneditto
11790
11791 2002-03-23 [paul]       0.7.4claws37
11792
11793         * src/mainwindow.c
11794                 move 'Gather addresses' to 'Tools' menu
11795                 make 'Selective download' sensitive
11796
11797 2002-03-23 [paul]       0.7.4claws36
11798
11799         * sync with 0.7.4cvs16
11800                 see ChangeLog entries 2002-03-23
11801
11802 2002-03-22 [christoph]  0.7.4claws35
11803
11804         * src/quote_fmt_parse.y
11805                 fix include program output
11806
11807 2002-03-22 [alfons]     0.7.4claws34
11808
11809         * src/pop.c
11810                 initialize GDate stack variable correctly (sorry!)
11811
11812 2002-03-22 [paul]       0.7.4claws33
11813
11814         * src/compose.c
11815           src/mainwindow.c
11816           src/prefs_actions.c
11817           src/prefs_common.c
11818                 rename 'Tool' to 'Tools'
11819
11820         * src/mainwindow.c
11821                 move 'Delete duplicated messages' from
11822                 'Message/' to 'Tools/'
11823                 re-arrange the order of 'Tools/' items
11824
11825 2002-03-22 [paul]       0.7.4claws32
11826
11827         * src/addr_compl.c
11828           src/addressbook.[ch]
11829                 auto-address completion now also matches on
11830                 Nickname. patch submitted by Bob Forsman 
11831                 <hammor@users.sourceforge.net>
11832
11833         * src/editaddress.c
11834                 correct a spelling mistake
11835
11836 2002-03-22 [alfons]     0.7.4claws31
11837
11838         * src/pop.c
11839                 fix getting uidl from incorrect string 
11840                 (spotted by Colin)
11841
11842 2002-03-21 [alfons]     0.7.4claws30
11843
11844         * src/pop.c
11845                 more code refactoring
11846                 plug mem leak introduced by delete on server
11847
11848 2002-03-21 [paul]       0.7.4claws29
11849
11850         * sync with 0.7.4cvs11
11851                 see ChangeLog entries 2002-03-20
11852
11853 2002-03-20 [alfons]     0.7.4claws28
11854
11855         * src/inc.c
11856                 apply Colin's patch and refactor
11857
11858 2002-03-20 [paul]       0.7.4claws27
11859
11860         * sync with sylpheed 0.7.4cvs9
11861                 see ChangeLog entry 2002-03-20
11862
11863 2002-03-19 [christoph]  0.7.4claws26
11864
11865         * src/mh.c
11866         * src/procmsg.[ch]
11867         * src/summaryview.c
11868                 revert changes for flag updates
11869                 (does not work correctly and no time to debug)
11870
11871 2002-03-20 [alfons]     0.7.4claws25
11872
11873         * src/pop.c
11874                 refactor should_delete() a little bit 
11875
11876 2002-03-19 [paul]       0.7.4claws24
11877
11878         * src/inc.[ch]
11879           src/pop.c
11880           src/prefs_account.[ch]
11881                 allow the user to leave downloaded mail on the 
11882                 server for n days. Patch submitted by Colin Leroy 
11883                 <colin@colino.net>
11884
11885 2002-02-19 [paul]       0.7.4claws23
11886
11887         * sync with sylpheed 0.7.4cvs8
11888                 see ChangeLog entries 2002-03-19
11889
11890 2002-03-18 [paul]       0.7.4claws22
11891
11892         * sync with sylpheed 0.7.4cvs6
11893                 see ChangeLog entry 2002-03-18
11894
11895 2002-03-18 [paul]       0.7.4claws21
11896
11897         * po/en_GB.po
11898                 add en_GB message catalogue
11899
11900         * src/mbox_folder.c
11901           src/prefs_account.c
11902           src/prefs_actions.c
11903                 correct a few spelling mistakes
11904
11905 2002-03-17 [alfons]     0.7.4claws20
11906
11907         * src/matcher.c
11908                 more stringent checks for NULL params when writing
11909                 filtering actions to a file
11910                 
11911 2002-03-17 [hoa]        0.7.3claws20
11912
11913         * src/news.c
11914                 fixed the count of new messages
11915
11916         * src/compose.c
11917                 fixed the "attachment properties" window
11918
11919 2002-03-17 [paul]       0.7.4claws19
11920
11921         * src/defs.h
11922           src/folder.h
11923           src/news.c
11924           src/prefs_account.[ch]
11925           src/procmsg.[ch]
11926           src/summaryview.c
11927                 automatically mark cross-posted messages as read 
11928                 and (optionally) give them a colour label
11929                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11930                 
11931
11932 2002-03-17 [paul]       0.7.4claws18
11933
11934         * sync with sylpheed 0.7.4cvs5
11935                 see ChangeLog entry 2002-03-17
11936
11937 2002-03-17 [melvin]     0.7.4claws17
11938         
11939         * src/textview.c
11940                 Worked around a gtktext 'bug': when searching for 
11941                 a text in a long message it was scrolling slowly
11942                 line by line until it hit the searched text.
11943         * po/fr.po
11944                 Updated French translation
11945
11946 2002-03-17 [melvin]     0.7.4claws16
11947
11948         * src/mainwindow.c
11949         * src/compose.c
11950         * src/prefs_actions.c
11951                 Moved "Edit/Actions" to "Tool/Actions"
11952                 Made mainwindow/compose window sensitive as soon as
11953                 no child process is running anymore even if the io dialog
11954                 is open.
11955                 Fixed a struct being initialized with a non constant char*
11956
11957 2002-03-16 [christoph]  0.7.4claws15
11958
11959         * configure.in
11960                 add --with-compiler-flags option
11961                 (only for developer hacking)
11962         * src/mh.c
11963         * src/procmsg.[ch]
11964         * src/summaryview.c
11965                 try to make folder-stats and flag handling more
11966                 independent from the summaryview. msgcounts
11967                 are only set when the folder is opened and
11968                 procmsg_msginfo_(un)set_flags will handle it
11969                 later and summaryview will get the values
11970                 from the folder.
11971
11972 2002-03-16 [paul]       0.7.4claws14
11973
11974         * src/messageview.c
11975                 fix Return-receipt. Patch submitted by Bob
11976                 Woodside <rwoodside1@comcast.net>
11977
11978 2002-03-16 [paul]       0.7.4claws13
11979
11980         * src/compose.c
11981                 fix 'dynamic' signatures, make it work again
11982                 broken during sync on 2002-03-14 (0.7.4claws2)
11983
11984 2002-03-15 [match]      0.7.4claws12
11985
11986         * src/addrharvest.[ch]
11987         * src/addrgather.[ch]
11988         * src/addressbook.[ch]
11989         * src/mainwindow.c
11990                 included address harvester feature. still some
11991                 issues with address parsing that I will fix.
11992
11993 2002-03-15 [match]      0.7.4claws11
11994
11995         * src/addrbook.[ch]
11996         * src/addrcache.[ch]
11997         * src/addressbook.[ch]
11998         * src/addrindex.c
11999         * src/editbook.c
12000         * src/importldif.c
12001         * src/importmutt.c
12002         * src/jpilot.[ch]
12003         * src/main.c
12004         * src/syldap.[ch]
12005         * src/vcard.[ch]
12006                 tidy up. fix memory leaks. moved attribs and methods
12007                 from individual interfaces to addrcache object. prep
12008                 for new stuff to come in.
12009
12010 2002-03-15 [alfons]     0.7.4claws10
12011
12012         * src/matcher.[ch]
12013         * src/matcher_parser_parse.y
12014         * src/matcher_parser_lex.l
12015         * src/prefs_matcher.c
12016                 add filtering conditions message greater than, smaller 
12017                 than, and exactly matching a size in bytes
12018                 (does not work with delete from POP3 server yet)
12019
12020                 this should also give others an idea what you should
12021                 do to add new criterions to claws filtering system
12022                 
12023
12024 2002-03-15 [paul]       0.7.4claws9
12025
12026         * tools/filter_conv.pl
12027                 exit if there are no filter rules to convert
12028                 rename filterrc to filterrc.old after completion
12029
12030 2002-03-15 [paul]       0.7.4claws8
12031
12032         * sync with sylpheed 0.7.4cvs3
12033                 see ChangeLog entry 2002-03-14
12034
12035 2002-03-14 [paul]       0.7.4claws7
12036
12037         * src/compose.c
12038                 clean up the last commit (ahem)
12039
12040 2002-03-14 [paul]       0.7.4claws6
12041
12042         * src/compose.c
12043                 fix bug #515655. honour account preferences
12044                 regarding gpg default signing/encryption when 
12045                 changing account from the compose window.
12046
12047 2002-03-14 [paul]       0.7.4claws5
12048
12049         * src/folderview.c
12050                 remove unnecessary curly brackets
12051
12052 2002-03-14 [paul]       0.7.4claws4
12053
12054         * src/folderview.c
12055           src/prefs_filtering.[ch]
12056                 add filter rename on folder rename and filter
12057                 delete on folder delete. Patch submitted by
12058                 Neill Miller <neillm@thecodefactory.org> 
12059
12060 2002-03-14 [christoph]  0.7.4claws3
12061
12062         * src/procmsg.c
12063         * src/send.c
12064                 fix local delivery
12065                 (patch submitted by "Simon 'corecode' Schubert")
12066         * src/prefs_common.c
12067         * src/procmsg.c
12068                 fix gcc 3.0 warning
12069
12070 2002-03-14 [paul]       0.7.4claws2
12071
12072         * sync with sylpheed 0.7.4cvs2
12073                 see ChangeLog entry 2002-03-13
12074
12075 2002-03-12 [darko]      0.7.4claws1
12076
12077         * src/mainwindow.c
12078                 fix what seems to be a copy and paste error
12079                 when setting color for important messages
12080                 (reported by wwp)
12081
12082 2002-03-11 [paul]       version 0.7.4claws released
12083
12084 2002-03-11 [paul]       0.7.4claws
12085
12086         * po/es.po
12087           po/it.po
12088           po/nl.po
12089           po/pt_BR.po
12090                 update message catalogs. Submitted by Ricardo Mones 
12091                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12092                 Fabio Junior Beneditto
12093
12094         * configure.in
12095           faq/Makefile.am
12096           faq/it/Makefile
12097           faq/it/sylpheed-faq*
12098           src/mainwindow.c
12099           src/manual.[ch]
12100                 add FAQ in Italian
12101         
12102
12103 2002-03-11 [jens]       0.7.3claws7
12104
12105         * po/de.po
12106                 updated German translation
12107
12108 2002-03-11 [melvin]     0.7.3claws6
12109
12110         * po/fr.po
12111                 updated and corrected French translation
12112
12113 2002-03-10 [hoa]        0.7.3claws5
12114
12115         * src/account.c
12116         * src/inc.c
12117         * src/prefs_account.c
12118         * src/procmsg.c
12119         * src/send.[ch]
12120                 fixed the local account.
12121                 you have to change the default "/usr/sbin/sendmail"
12122                 to "/usr/sbin/sendmail -t" in the preferences of
12123                 the local account.
12124
12125         * src/procmime.c
12126                 removed some debug display for renderer
12127
12128 2002-03-10 [paul]       0.7.3claws4
12129
12130         * faq/en/sylpheed-faq-1.html
12131           faq/en/sylpheed-faq-2.html
12132                 update
12133
12134 2002-03-09 [paul]       0.7.3claws3
12135
12136         * sync with sylpheed 0.7.4
12137                 see ChangeLog entry 2002-03-09
12138
12139 2002-03-08 [paul]       0.7.3claws2
12140
12141         * faq/en/sylpheed-faq*
12142           faq/es/sylpheed-faq*
12143           faq/fr/sylpheed-faq*
12144                 update the FAQs
12145
12146         * manual/fr/.cvsignore
12147           manual/fr/Makefilea.am
12148           manual/fr/sylpheed*
12149           src/mainwindow.c
12150           src/manual.[ch]
12151                 add the French manual
12152
12153 2002-03-07 [paul]       0.7.3claws1
12154
12155         * sync with sylpheed 0.7.3cvs4
12156                 see ChangeLog entries  2002-03-06 and 2002-03-07
12157         
12158         * po/nl.po
12159                 updated by Wilbert Berendsen
12160
12161 2002-03-07 [melvin]     0.7.2claws34
12162
12163         * src/selective_download.c
12164                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12165
12166 2002-03-06 [paul]       0.7.2claws33
12167
12168         * sync with sylpheed 0.7.3cvs1
12169                 bug fix, see ChangeLog entry 2002-03-05
12170
12171 2002-03-05 [paul]       0.7.2claws32
12172
12173         * src/mimeview.c
12174           src/pgptext.[ch]
12175           src/procmsg.c
12176                 reverse the pgp ascii-armored code implemented in 
12177                 0.7.2claws16. removal of this code until it matures.
12178                 this means that verifying ascii-armored pgp sigs and
12179                 automatic decryption of ascii-armored encrypted
12180                 messages no longer works.
12181
12182 2002-03-05 [paul]       0.7.2claws31
12183
12184         * configure.in
12185           Makefile.am
12186         * faq/Makefile.am
12187         * faq/en/Makefile.am
12188           faq/en/sylpheed-faq.html
12189           faq/en/sylpheed-faq-1.html
12190           faq/en/sylpheed-faq-2.html
12191           faq/en/sylpheed-faq-3.html
12192         * faq/es/Makefile.am
12193           faq/es/sylpheed-faq.html
12194           faq/es/sylpheed-faq-1.html
12195           faq/es/sylpheed-faq-2.html
12196           faq/es/sylpheed-faq-3.html
12197           faq/es/sylpheed-faq-4.html
12198         * faq/fr/Makefile.am
12199           faq/fr/sylpheed-faq.html
12200           faq/fr/sylpheed-faq-1.html
12201           faq/fr/sylpheed-faq-2.html
12202           faq/fr/sylpheed-faq-3.html
12203         * src/Makefile.am
12204           src/defs.h
12205           src/mainwindow.c
12206           src/manual.[ch]
12207                 add FAQs in English, Spanish and French
12208
12209
12210 2002-03-05 [paul]       0.7.2claws30
12211
12212         * manual/en/sylpheed.html
12213           manual/en/sylpheed-XX.html
12214                 updated the English manual
12215
12216 2002-03-05 [hoa]        
12217
12218         * src/summaryview.c
12219                 dialog box pops up if the article can't be deleted.
12220
12221 2002-03-04 [paul]       
12222         
12223         * po/pt_BR.po
12224                 updated by Fabio Junior Benedito
12225
12226 2002-03-04 [hoa]
12227
12228         * removed ac/gpgme.m4
12229                 to avoid autogen common problem
12230                 developers have to install gpgme development package now
12231
12232         * src/compose.c
12233                 encoding to 7bit or 8bit is enabled.
12234
12235 2002-03-03 [alfons]     0.7.2claws29
12236
12237         * src/pop.c
12238                 merge fix by Oliver Haertel for selective
12239                 download buglet
12240
12241 2002-03-03 [paul]       0.7.2claws28
12242         
12243         * sync with sylpheed 0.7.3
12244
12245 2002-03-03 [paul]       0.7.2claws27
12246
12247         * sync with sylpheed 0.7.2cvs24
12248                 see ChangeLog entries 2002-03-02 and 2002-03-03
12249
12250 2002-03-02 [melvin]     0.7.2claws26
12251
12252         * src/inc.[ch]
12253         * src/main.c
12254         * src/mainwindow.c
12255         * src/prefs_common.[ch]
12256                 Added user definable notification on new mail arrival.
12257                 Removed unused variables in spell checker prefs code.
12258
12259 2002-03-02 [melvin]     0.7.2claws25
12260
12261         * src/quote_fmt.c
12262                 Removed unnecessary escape sequences.
12263                 Changed 'Initial...' to 'Initials of Sender'
12264
12265 2002-03-02 [paul]       0.7.2claws24
12266
12267         * sync with sylpheed 0.7.2cvs22
12268                 see ChangeLog entry 2002-03-01
12269
12270 2002-03-01 [hoa]        0.7.2claws23
12271
12272         * src/mainwindow.c
12273                 Set sensitivity of delete actions to active
12274                 even if the folder is a newsgroup.
12275
12276         * src/summaryview.c
12277                 - Set sensitivity of delete actions
12278                 - Added function check_permission() that will check if the
12279                   user is authorized to delete a message. For news, it
12280                   will check if the author is the same.
12281                 - Enabled deletion when there is no trash folder.
12282
12283         * src/news.[ch]
12284                 - Added news_cancel_article() to cancel articles
12285                 - Implemented news_remove_message() (public function)
12286
12287 2002-03-01 [paul]       0.7.2claws22
12288
12289         * src/gtkutils.c
12290           src/textview.c
12291                 recognise urls that that don't include 'http://' and
12292                 simply begin 'www.' 
12293
12294         * AUTHORS
12295                 remove duplicated name
12296
12297 2002-02-28 [paul]       0.7.2claws21
12298
12299         * src/mainwindow.c
12300           src/summaryview.[ch]
12301                 add ability to 'Select thread'
12302                 combines Melvin's "Select thread's head" patch (#510907)
12303                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12304                 patch (#518514) 
12305
12306 2002-02-28 [paul]       0.7.2claws20
12307
12308         * src/mimeview.c
12309                 hopefully fix segfault on right-clicking a mime part
12310                 that some people have experienced.      
12311                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12312
12313 2002-02-28 [paul]       0.7.2claws19
12314
12315         * sync with sylpheed 0.7.2cvs21
12316                 see ChangeLog entries 2002-02-27 and 2002-02-28
12317
12318 2002-02-27 [paul]       0.7.2claws18
12319
12320         * sync with sylpheed 0.7.2cvs18
12321                 see ChangeLog entries 2002-02-26 and 2002-02-27
12322
12323 2002-02-26 [alfons]     0.7.2claws17
12324
12325         * src/procheader.c
12326                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12327                 (spotted by Chris Hessman <idatech@gmx.net>)
12328
12329 2002-02-26 [paul]       0.7.2claws16
12330
12331         * src/mimeview.c
12332           src/pgptext.[ch]
12333           src/procmsg.c
12334                 make decryption of ascii-armored pgp encrypted messages
12335                 and verification of ascii-armored signatures work again.
12336                 slightly altered from the patch by Jens Jahnke 
12337                 <jan0sch@gmx.net>
12338
12339                 ##FIX ME##
12340                 * the checking of plaintext signatures always comes up in 
12341                   a popup box
12342                 * it doesn't work for multipart messages 
12343                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12344                   including the msg headers and these 2 line themselves, are 
12345                   not displayed
12346
12347         * src/mainwindow.c
12348                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12349                 "View/Message View" becomes "View/Separate Message View"
12350                 because its less ambiguous.
12351
12352         * po/es.po
12353                 updated by Ricardo Mones Lastra
12354
12355 2002-02-26 [paul]       0.7.2claws15
12356
12357         * sync with sylpheed 0.7.2cvs17
12358                 see ChangeLog entries 2002-02-25 and 2002-02-26
12359
12360 2002-02-25 [christoph]  0.7.2claws14
12361
12362         * src/filtering.[ch]
12363         * src/inc.c
12364                 do filtering stuff after all messages have been received
12365                   1. drop all messages to .processing
12366                   2. scan processing folder for messages
12367                   3. filter messages or move to inbox
12368                 this will also find old messages left in processing after
12369                 a crash or something like that and we get a real msginfo
12370                 from folder->get_msg_list and do not have to create our
12371                 own in filter_message
12372         * src/matcher_parser_parse.y
12373                 remove MIX/MAX warning (reordered includes)
12374
12375 2002-02-25 [paul]       0.7.2claws13
12376
12377         * sync with sylpheed 0.7.2cvs15
12378                 see ChangeLog entry 2002-02-24
12379
12380 2002-02-24 [alfons]     0.7.2claws12
12381
12382         * src/filtering.c
12383                 clear old color flags first when applying a new color to
12384                 a message info. 
12385                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12386
12387 2002-02-24 [alfons]     0.7.2.claws11
12388         
12389         * AUTHORS
12390         * src/prefs_common.c
12391                 add presets for Opera and Konqueror, closes patch #517261,
12392                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12393
12394 2002-02-24 [alfons]     0.7.2.claws10
12395
12396         * AUTHORS
12397         * src/summaryview.c
12398                 fix threading for null message ids, closes patch #521601,
12399                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12400
12401 2002-02-24 [alfons]     0.7.2claws9
12402
12403         * src/summaryview.c
12404         * src/filtering.c
12405                 make Tool | Filter Message work with filtering system so
12406                 setting flags also works
12407
12408                 TODO:
12409
12410                 - Processing uses the same function as Tool | Filter
12411                   Message, but doesn't use the same update proc yet
12412
12413 2002-02-23 [paul]       0.7.2claws8
12414
12415         * sync with sylpheed 0.7.2cvs14
12416                 see ChangeLog entries 2002-02-22 and 2002-02-23
12417
12418 2002-02-22 [christoph]  0.7.2claws7
12419
12420         * src/quote_fmt.c
12421                 Add column space to table
12422         * src/quote_fmt_parse.y
12423                 Close files
12424
12425 2002-02-22 [paul]       0.7.2claws6
12426
12427         * src/Makefile.am
12428           src/defs.h
12429           src/filtering.c
12430           src/inc.[ch]
12431           src/mainwindow.c
12432           src/matcher.[ch]
12433           src/matcher_parser_lex.l
12434           src/matcher_parser_parse.y
12435           src/pop.[ch]
12436           src/prefs_account.h
12437           src/prefs_filtering.c
12438           src/selective_download.[ch]   *** NEW FILES ***
12439           src/utils.[ch]
12440           po/POTFILES.in
12441                 Selective Download added to 'Tool' menu. 
12442                 Retrieves email headers of the currently selected pop3 
12443                 account and allows the user to mark emails for deletion 
12444                 right on the pop3 server. Patch submitted by Oliver Haertel 
12445                 <oha@users.sourceforge.net>.
12446         
12447         * po/POTFILES.in
12448                 add 'src/quote_fmt.c'           
12449
12450 2002-02-22 [christoph]  0.7.2claws5
12451
12452         * src/Makefile.am
12453                 added quote_fmt.c
12454         * src/prefs_common.[ch]
12455         * src/prefs_template.c
12456         * src/quote_fmt.c               *** NEW FILE ***
12457         * src/quote_fmt.h
12458                 move quote format symbol description code
12459                 to it's own file because it is used from
12460                 differnent code parts
12461                 Rewrote symbol description GUI
12462                   + use table
12463                   + add separators
12464                   + get data from array (no more long constant strings)
12465         * src/quote_fmt_lex.l
12466         * src/quote_fmt_parse.y
12467                 Symbol for Literal % changed to \% instead of %%
12468                 (More logical as \ is used for quoting for other symbols)
12469                 Add |f and |p to include files and program output
12470                 Examples:
12471                     |f{/home/.../.signature}
12472                     |p{date}
12473         * po/de.po
12474                 Correct wrong spelling for "Referenzen"
12475
12476 2002-02-21 [paul]       0.7.2claws4
12477
12478         * src/procmsg.c
12479                 forgotten during sync
12480
12481 2002-02-21 [paul]       0.7.2claws3
12482
12483         * sync with sylpheed 0.7.2cvs11
12484                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12485                 2002-02-20 and 2002-02-21
12486
12487 2002-02-20 [melvin]     0.7.2claws2
12488
12489         * src/prefs_actions.c
12490                 Added error report when child cannot fork or when execvp 
12491                 returns with an error.
12492
12493 2002-02-19 [christoph]  0.7.2claws1
12494
12495         * src/codeconv.c
12496                 return unconverted text if conde conversion is not possible
12497                 when libjconv is used.
12498                 (patch submitted by "Simon 'corecode' Schubert")
12499
12500 2002-02-19 [paul]       
12501
12502         * version 0.7.2claws release
12503
12504 2002-02-19 [paul]       0.7.2claws
12505
12506         * po/nl.po
12507                 updated by Wilbert Berendsen
12508
12509
12510 2002-02-18 [alfons]     0.7.1claws13
12511
12512         * src/syldap.c
12513         * src/jpilot.c
12514                 remove references to dlfcn and explicitly loading functions
12515                 from dynalink libs, because libs linked anyway, and functions
12516                 are loaded explicitly
12517
12518 2002-02-17 [melvin]     0.7.1claws12
12519
12520         * src/prefs_actions.c
12521                 Replaced children wait loop with double fork technique.
12522                 Now, input/output window updated at each new output.
12523                 free_children(): Fixed a memory leak.
12524                 Made input/output window non closable if running children
12525                 still exist.
12526                 Added missing <unistd.h> include.
12527                 Added some --debug outputs.
12528
12529 2002-02-17 [melvin]     0.7.1claws11
12530
12531         * src/summaryview.c
12532                 Fixed bug where descending sort order did not select top
12533                 message.
12534
12535 2002-02-17 [melvin]     0.7.1claws10
12536
12537         * acconfig.h
12538                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12539         * src/prefs_common.c
12540                 Pspell data package directory no more hard coded but
12541                 set during configuration (PSPELL_PATH). (Thanks to 
12542                                 Gustavo Noronha Silva.)
12543
12544 2002-02-17 [melvin]     0.7.1claws9
12545
12546         * configure.in
12547                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12548         * src/gtkspell.c
12549                 Fixed compile-time warnings.
12550
12551 2002-02-16 [alfons]     0.7.1claws8
12552
12553         * src/filesel.c
12554                 fix inadvertent free of NULL pointer which caused
12555                 sylpheed to crash when closing the save-as dialog
12556                 using the window close button
12557
12558 2002-02-16 [carsten]    0.7.1claws7
12559         * src/mainwindow.[ch]
12560           src/summaryview.c
12561           src/prefs_common.c
12562                 fixes for pixmap theming code:
12563                         - recently changed mail attributes shouldn't get
12564                           lost any longer
12565                         - theme is only reloaded iff another theme was
12566                           selected
12567
12568 2002-02-16 [paul]       0.7.1claws6
12569
12570         * sync with sylpheed 0.7.2 release
12571                 see ChangeLog entry 2002-02-15 and 2002-02-16
12572
12573 2002-02-15 [paul]       0.7.1claws5
12574
12575         * sync with sylpheed 0.7.1cvs9
12576                 see ChangeLog entry 2002-02-15
12577
12578         * po/POTFILES.in
12579                 remove unneeded headerwindow.c entry
12580
12581 2002-02-14 [carsten]    0.7.1claws4
12582         * src/summaryview.c
12583                 fixed a bug for "Go to next unread message": there was
12584                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12585                 in the prefs, because of doing "Search again" instead
12586                 "No"
12587
12588 2002-02-14 [carsten]    0.7.1claws3
12589         * src/stock_pixmap.c
12590                 removed 2 more mem leaks; following memprof,
12591                 this code is "leak free" now :)
12592
12593 2002-02-14 [carsten]    0.7.1claws2
12594         * src/stock_pixmap.c
12595                 used opendir/readdir/closedir instead of scandir
12596                 -> code should work now on Solaris
12597
12598 2002-02-14 [paul]       0.7.1claws1
12599
12600         * sync with sylpheed 0.7.1cvs8
12601                 see ChangeLog entries 2002-02-13 and 2002-02-14
12602
12603         * README.claws
12604                 add some description of Actions and Pixmap Themes
12605
12606 2002-02-13 [paul]       
12607
12608         * version 0.7.1claws release
12609
12610 2002-02-13 [paul]       0.7.1claws
12611
12612         * po/es.po
12613           po/it.po
12614           po/pt_BR.po
12615                 updated translations, submitted by Ricardo Mones Lastra,
12616                 Alessandro Maestri and Fabio Junior Beneditto
12617
12618 2002-02-13 [melvin]     0.7.0claws75
12619
12620         * src/prefs_actions.c
12621                 Added missing "signal.h" include
12622
12623 2002-02-13 [melvin]     0.7.0claws74
12624
12625         * src/prefs_folder_item.c
12626                 Added missing "config.h" include
12627         * po/fr.po
12628                 Updated French translation for folder propriety.
12629
12630 2002-02-13 [jens]       0.7.0claws73
12631
12632         * po/POTFILES.in
12633                 Added missing src/prefs_folder_item.c [log added by melvin]
12634         * po/de.po
12635                 Updated German translation.
12636
12637 2002-02-13 [melvin]     0.7.0claws72
12638
12639         * po/fr.po
12640                 Updated French translation.
12641
12642 2002-02-13 [melvin]     0.7.0claws71
12643
12644         * src/gtkutils.c
12645                 Made gtkut_editable_get_selection return NULL if selection
12646                 is of length zero.
12647                 This fixes a bug where selecting part of message A then
12648                 switching to message B and replying to it will not
12649                 quote the message's body.
12650
12651 2002-02-12 [paul]       0.7.0claws70
12652
12653         * src/mainwindow.c
12654                 cosmetic, relating to pixmap themes: on toolbar make 
12655                 updating of 'Exec' and 'Compose news/Compose email'
12656                 icons faster.
12657
12658 2002-02-12 [carsten]    0.7.0claws69
12659         * src/folderview.c
12660           src/mainwindow.[ch]
12661           src/stock_pixmap.c
12662           src/summaryview.c
12663           src/prefs_common.c
12664                 - refreshing after changing pixmap theme better
12665                   now (thanks Paul)
12666                 - wanted to remove some mem leaks, but alfons was
12667                   faster (and had the better solution ;)
12668
12669 2002-02-12 [alfons]     0.7.0claws68
12670
12671         * src/prefs_common.c
12672         * src/stock_pixmap.[ch]
12673                 plug mem leaks, refactor code a little bit
12674
12675
12676 2002-02-12 [sergey]     0.7.0claws67
12677
12678         * src/imap.c
12679                 Fixed problem with copying messages to IMAP folders when the
12680                 server uses something other than '/' as a namespace separator
12681                 (cyrus-imapd uses '.').
12682
12683 2002-02-12 [jens]       0.7.0claws66
12684
12685         * po/de.po
12686                 Updated German Translation
12687
12688 2002-02-12 [paul]       0.7.0claws65
12689
12690         * sync with sylpheed 0.7.1cvs1
12691                 see ChangeLog entry 2002-02-12
12692
12693 2002-02-12 [melvin]     0.7.0claws64
12694
12695         * src/prefs_actions.c
12696                 Fixed "feature" where children's output was duplicated 
12697                 instead of refreshed while monitoring.
12698                 Removed some debug code.
12699
12700 2002-02-12 [christoph]  0.7.0claws63
12701
12702         * src/compose.c
12703                 always delete message from queue after sending/send error
12704                 (closes bug #509601)
12705
12706 2002-02-12 [melvin]     0.7.0claws62
12707
12708         * src/prefs_actions.c
12709                 Children wait loop is now triggered with a timeout of 1s
12710                 Added %F which is replaced with the list of filenames 
12711                 of all selected messages (as suggested by Ricardo Mones Lestra)
12712                 Pipe syntax changed. Prefix with | to send selection, postfix
12713                 with | to retrieve output. Prefix with > or * to send
12714                 user definable input to the command (*: input is hidden)
12715                 Old pipe action should now be postfixed with |, too.
12716
12717 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12718         * src/stock_pixmap.c
12719                 fixed a bug: if there's no theme directory don't
12720                 throw an error, just do "nothing" (thanks Alfons)
12721
12722 2002-02-12 [carsten]    0.7.0claws60
12723         * src/folderview.c
12724           src/summaryview.c
12725                 had to write the cache twice (nasty!); some marks would 
12726                 get lost if not
12727
12728 2002-02-11 [carsten]    0.7.0claws59
12729         * acconfig.h
12730           configure.in
12731           doc-src/maintainer_guide.txt
12732           src/compose.[ch]
12733           src/defs.h
12734           src/folderview.[ch]
12735           src/gtkutils.[ch]
12736           src/mainwindow.[ch]
12737           src/prefs_common.[ch]
12738           src/stock_pixmap.[ch]
12739           src/summaryview.[ch]
12740                 pixmap theming and related work on pixmap
12741                 handling on some other places
12742                 (e.g. hrm features for all folder)
12743           src/pixmap/stock_*.xpm -> the stock_ was removed
12744         
12745 2002-02-11 [paul]       0.7.0claws58
12746
12747         * sync with sylpheed 0.7.1 release
12748                 see ChangeLog entries 2002-02-11
12749
12750 2002-02-08 [paul]       0.7.0claws57
12751
12752         * sync with sylpheed 0.7.0cvs39
12753                 see ChangeLog entry 2002-02-07 (last entry) 
12754
12755         * src/prefs_actions.c
12756           src/prefs_filtering.c
12757           src/prefs_matcher.c
12758           src/prefs_scoring.c
12759                 sync: made it compile with C compilers other than gcc
12760
12761 2002-02-07 [paul]       0.7.0claws56
12762
12763         * sync with sylpheed 0.7.0cvs38
12764                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12765                 2002-02-07
12766
12767 2002-02-07 [darko]      0.7.0claws55
12768
12769         * src/gtkutils.[ch]
12770         * src/summaryview.c
12771                 Fix const gchar */gchar * issue (thanks Hiro)
12772
12773 2002-02-07 [darko]      0.7.0claws54
12774
12775         * src/compose.[ch]
12776         * src/filtering.c
12777         * src/gtkutils.[ch]
12778         * src/prefs_template.c
12779         * src/quote_fmt.h
12780         * src/quote_fmt_parse.y
12781         * src/summaryview.c
12782         * src/utils.[ch]
12783                 When replying or forwarding an email don't quote the entire
12784                 mail body but use the part of the message text that is selected
12785
12786 2002-02-06 [melvin]     0.7.0claws53
12787
12788         * src/prefs_common.[ch]
12789         * src/gtkspell.[ch]
12790         * src/compose.c
12791                 Made possible to switch quickly to last used dictionary
12792                 which makes checking bilingual documents easier.
12793
12794 2002-02-06 [melvin]     0.7.0claws52
12795         
12796         * po/POTFILES.in
12797                 Added forgotten new file src/prefs_actions.c
12798
12799 2002-02-06 [melvin]     0.7.0claws51
12800
12801         * src/prefs_actions.c   ** NEW FILE **
12802         * src/prefs_actions.h   ** NEW FILE **
12803                 Added actions to execute on message text view, or on the
12804                         message's file.
12805         * src/Makefile.am
12806                 Added src/prefs_actions.[ch]
12807         * src/compose.c
12808                 Added new menu "Edit/Actions"
12809         * src/defs.h
12810                 Added new actionsrc file.
12811         * src/main.c
12812                 Added actionsrc reading.
12813         * src/mainwindow.c
12814                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12815         * src/prefs_common.h
12816                 Added new element actionslst element to prefs_common.
12817
12818 2002-02-06 [paul]       0.7.0claws50
12819
12820         * sync with sylpheed 0.7.0cvs36
12821                 see ChangeLog entry 2002-02-06
12822
12823 2002-02-05 [paul]
12824
12825         * po/es.po
12826                 updated by Ricardo Mones Lastra
12827
12828 2002-02-05 [paul]       0.7.0claws49
12829
12830         * sync with sylpheed 0.7.0cvs33
12831                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12832
12833 2002-02-05 [paul]       0.7.0claws48
12834
12835         * src/compose.c
12836                 re-add 'Edit/Advanced/Delete entire line', previously named
12837                 'Delete Line+'
12838
12839 2002-02-04 [paul]       0.7.0claws47
12840
12841         * src/compose.c
12842           src/summaryview.c
12843                 fix bug #494993 (Reply All not taking Reply-To into consi)
12844                 eliminate differences in behaviour of right-click 'Reply to all' 
12845                 in summary view and 'Reply to all' on the toolbar. 
12846                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12847                 view and From gets ignored by 'Reply to all' on toolbar.
12848                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12849                 From when no Reply-To header is present.
12850
12851 2002-02-04 [paul]       0.7.0claws46
12852
12853         * sync with sylpheed 0.7.0cvs30
12854                 see ChangeLog entries 2002-02-03 and 2002-02-04
12855
12856 2002-02-03 [melvin]     0.7.0claws45
12857
12858         * src/gtkspell.[ch]
12859                 Readded function to highlight all misspelled words.
12860                 Fixed bug where user-provided-words did not replace
12861                         correctly the misspelled word when using the mouse.
12862                 Fixed bug where checking a region selected from right to left did
12863                         not check the region at all.
12864                 Fixed bug where 'Check backwards' may not check at all. 
12865                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12866                 Fixed possible buffer overflow when checking for long strings (>1k).
12867                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12868                 Accelerators code uses now gtk_widget_add_accel.
12869                 Removed and disabled obsolete and unfinished code.
12870                 Cleaning up.
12871
12872         * src/compose.c
12873                 Added menu item to Highlight all misspelled words.
12874
12875 2002-02-01 [paul]       0.7.0claws44
12876
12877         * src/mainwindow.c
12878                 fix '/View/Hide read messages' sensitivity when all
12879                 messages in a folder are hidden
12880
12881 2002-02-01 [paul]       0.7.0claws43
12882
12883         * src/main.c
12884                 add --send option to command line interface, sends all
12885                 queued mail. Patch submitted by Ricardo Mones Lastra.
12886
12887 2002-01-31 [paul]       0.7.0claws42
12888
12889         * src/mainwindow.c
12890                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12891
12892 2002-01-31 [paul]       0.7.0claws41
12893
12894         * sync with sylpheed 0.7.0cvs27
12895                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12896                 and 2002-01-31
12897
12898         * src/textview.c
12899                 comment out elements of textview_show_part() as temporary
12900                 workaround for attachment 'Display as text' bug 
12901
12902         * po/pt_BR.po
12903                 updated by Fabio Junior Beneditto
12904
12905 2002-01-30 [paul]       0.7.0claws40
12906
12907         * sync with sylpheed 0.7.0cvs24
12908                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12909                 and 2002-01-30
12910
12911         * src/compose.c
12912                 add {N_("/_Spelling"), ... "<Branch>"} to 
12913                 GtkItemFactoryEntry compose_entries[]
12914
12915         * src/prefs_common.c
12916                 add claws menu items to prefs_keybind_apply_clicked()
12917                 and remove non-claws menu items
12918
12919 2002-01-29 [paul]       0.7.0claws39
12920
12921         * sync with sylpheed 0.7.0cvs22
12922                 see ChangeLog entries 2002-01-28 and 2002-01-29
12923
12924 2002-01-28 [melvin]     0.7.0claws38
12925
12926         * src/compose.c
12927                 Added the declartion of compose_send_control_enter.
12928
12929         * src/compose.c
12930         * src/gtkspell.[ch]
12931                 Added in a 'Spelling' menu which includes the configuration menu. 
12932                 Added a real 'Check all' and got rid from the old one which only
12933                 highlited misspelled word.
12934                 Made 'Check while typing' a disableable option.
12935                 Added a dialog when there are no more misspelled word.
12936                 Added a dialog if error occurs when switching to a dictionary.
12937         
12938         * src/prefs_common.[ch]
12939                 Added option for the default 'Check while typing' option.
12940
12941
12942 2002-01-28 [alfons]     0.7.0claws37
12943
12944         * src/compose.c
12945                 fix buglet and make code comply with sylpheed code style
12946
12947 2002-01-28 [paul]       0.7.0claws36
12948
12949         * sync with sylpheed 0.7.0cvs19
12950                 see ChangeLog entries for 2002-01-28
12951
12952 2002-01-28 [hoa]        0.7.0claws35
12953
12954         * src/defs.h
12955                 added rendererrc
12956
12957         * src/main.c
12958                 read the renderer config
12959
12960         * src/procmime.[ch]
12961                 use the renderer config to convert mime attachments
12962
12963         * src/textview.c
12964                 don't use textview_show_html/ertf,
12965                 use get_text_content instead
12966
12967 2002-01-27 [alfons]     0.7.0claws34
12968         
12969         * src/news.c
12970                 make sylpheed believe it can delete a news message...
12971                 (messages are NOT deleted, maybe we should remove
12972                 processing from the folder properties after all.)
12973
12974 2002-01-27 [alfons]     0.7.0claws33
12975
12976         * src/folder.c
12977                 add extra checks
12978         * src/news.c
12979                 implement remove_msg() 
12980
12981 2002-01-27 [alfons]     0.7.0claws32
12982
12983         * src/procmsg.h
12984         * src/procheader.c
12985         * src/messageview.c
12986                 fix return receipt / disposition notification again. this
12987                 stuff seems to break on _every_ major summary UI change, so
12988                 it's now implemented using a flag which is saved in the
12989                 marks cache
12990                 
12991 2002-01-26 [alfons]     0.7.0claws31
12992
12993         * src/import.c
12994                 let import dialog show the destination folder identifier
12995
12996 2002-01-26 [melvin]     0.7.0claws30
12997
12998         * src/folderview.c
12999         * src/summaryview.c
13000                 Readded 'Mark all read' into summary view popup menu
13001                 Added 'Mark all read' in folder view popup menu for IMAP
13002                 and NNTP.
13003                 Made it insensitive if the selected folder is not the shown
13004                 one to avoid 'Mark all read' on the wrong folder.
13005                 
13006 2002-01-26 [paul]       0.7.0claws29
13007
13008         * src/folderview.c
13009           src/summaryview.c
13010                 move 'Mark all read' from summary view to folder view
13011                 menu. (adapted from) patch submitted by Jeremy Andrews,
13012                 <lists@kerneltrap.com>
13013
13014 2002-01-25 [alfons]     0.7.0claws28
13015
13016         * src/gtkstext.c
13017                 put the gtk class name back so GtkSText adapts the 
13018                 settings of GtkText
13019
13020 2002-01-25 [alfons]     0.7.0claws27
13021
13022         * src/folderview.c 
13023                 assimilate Ricardo's patch that shows pixmaps instead of
13024                 plain "new" and "unread" texts in the folder view column
13025                 headers 
13026
13027 2002-01-25 [paul]       0.7.0claws26
13028
13029         * src/Makefile.am
13030                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13031                 be found in non-standard locations. 
13032                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13033
13034 2002-01-25 [paul]       0.7.0claws25
13035
13036         * sync with sylpheed 0.7.0cvs16
13037                 see ChangeLog entry 2002-01-25
13038
13039 2002-01-24 [paul]       0.7.0claws24
13040
13041         * more sync with sylpheed 0.7.0cvs15
13042                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13043
13044 2002-01-23 [sergey]     0.7.0claws23
13045
13046         * src/importldif.c
13047                 Fixed segfault when closing LDIF import wizard with
13048                 the window manager.
13049         * src/imageview.c
13050         * src/imageview.h
13051         * src/messageview.c
13052         * src/mimeview.c
13053                 Fixed wrong scrolling position after switching between
13054                 text and image parts.
13055
13056 2002-01-23 [paul]       0.7.0claws22
13057
13058         * sync with sylpheed 0.7.0cvs15
13059                 see ChangeLog entries 2002-01-22 and 2002-01-23
13060
13061 2002-01-21 [melvin]     0.7.0claws21
13062
13063         * src/prefs_scoring.c
13064         * src/prefs_filtering.c
13065                 Fixed bug where scoring and filtering windows stopped
13066                 autochecking.
13067
13068 2002-01-21 [paul]       0.7.0claws20
13069
13070         * sync with sylpheed 0.7.0cvs12
13071                 see ChangeLog entries 2002-01-20 and 2002-01-21
13072
13073 2002-01-21 [carsten]    0.7.0claws19
13074         * src/mainwindow.c
13075         * src/menu.[ch]
13076         * src/messageview.[ch]
13077         * src/summaryview.[ch]
13078                 changes to shortcuts handling again:
13079                         + "Q" now controled by mainwin
13080                         + v/V are now customizable and have slightly
13081                           different meanings
13082                 the "button" to minimize the messageview (and maximize
13083                 the summary view) is a real button now
13084         * src/compose.c
13085                 "Delete Line+" added to Edit/Advanced (this will also
13086                 delete the '\n')
13087
13088 2002-01-20 [melvin] 0.7.0claws18
13089
13090         * src/addressbook.c
13091                 Made "Bcc" sensitive when addressbook is called from
13092                 compose window (it was a Claws only bug).
13093
13094 2002-01-19 [alfons] 0.7.0claws17
13095
13096         * src/inc.c
13097                 prevent unnecessary updates when currently selected folder has
13098                 no new messages 
13099
13100 2002-01-19 [alfons] 0.7.0claws16
13101         
13102         * src/summaryview.c
13103                 prevent writing the cache based on current message list in summary 
13104                 view when filtering also put messages in currently selected folder
13105
13106 2002-01-19 [paul]
13107
13108         * po/it.po
13109                 Italian translation submitted by Alessandro Maestri
13110                 <a.maestri@cs.tin.it>
13111
13112 2002-01-18 [melvin]     0.7.0claws15
13113
13114         * src/prefs_filters.c
13115                 fixed bug where 'cancel' from 'filters' window stops autochecking
13116                 if the timer timed out  when the window was open.
13117
13118 2002-01-18 [match]      0.7.0claws14
13119
13120         * src/addrclip.[ch]     ** NEW FILE **
13121         * src/addrselect.[ch]   ** NEW FILE **
13122         * src/adbookbase.h      ** NEW FILE **
13123                 addressbook cut, copy and paste
13124         * src/addrbook.[ch]
13125         * src/addrcache.[ch]
13126         * src/addressitem.h
13127         * src/addrindex.[ch]
13128         * src/addritem.[ch]
13129         * src/importldif.c
13130         * src/importmutt.c
13131         * src/jpilot.[ch]
13132         * src/syldap.[ch]
13133         * src/vcard.[ch]
13134         * src/jpilot.[ch]
13135         * src/editbook.c
13136         * src/editjpilot.c
13137         * src/editldap.c
13138         * src/editvcard.c
13139                 support for copy/paste
13140         * src/addressbook.c
13141                 support for copy/paste
13142                 tidy up menu option processing
13143                 correct address list function arguments
13144         * src/editaddress.c
13145                 sort user attributes
13146         * src/ldif.h
13147         * src/mutt.h
13148                 tidy up
13149
13150         * src/addrbook.[ch]
13151         * src/addrbook.[ch]
13152         * src/addrbook.[ch]
13153                 
13154
13155 2002-01-18 [paul]       0.7.0claws13
13156
13157         * sync with sylpheed 0.7.0cvs8
13158                 configure.in: support Mac OS X (Darwin)
13159
13160 2002-01-18 [carsten]    0.7.0claws12
13161         * src/html.c
13162                 small hack to fix a segfault with an empty href
13163                 (reported by Alexandra Walford <deeni@altern.org>)
13164         * src/mainwindow.c
13165         * src/summaryview.c
13166                 the shortcuts for Mark und Mark as unread are hardcoded
13167                 again
13168         * src/compose.c
13169         * src/gtkstext.[ch]
13170                 readded the shortcuts in gtkstext but made them
13171                 customizeable (simply by adding a menu plus a wrapper
13172                 to compose.c)
13173
13174 2002-01-17 [melvin]     0.7.0claws11
13175
13176         * src/gtkspell.c
13177                 fix default dictionary not being saved.
13178
13179 2002-01-16 [darko]      0.7.0claws10
13180
13181         * src/compose.c
13182                 fix wrapping crash with URL longer than wrapping margin
13183
13184 2002-12-08 [hoa]        0.7.0claws10
13185
13186         * src/matcher_parser_parse.y
13187                 fixed some bugs
13188
13189         * src/prefs_filtering.c
13190                 now, we can use bounce action in the dialog box.
13191
13192 2002-01-16 [carsten]    0.7.0claws9
13193         * src/gtkstext.c
13194                 removed the <control> and <alt> shortcuts because they're
13195                 not needed and interefered with the "normal" shortcuts
13196         * src/mainwindow.c
13197         * src/summaryview.c
13198                 removed most of the hardcoded shortcuts and assigned
13199                 them to menu entries making them easy customizable by
13200                 that
13201
13202 2002-01-16 |melvin]     0.7.0claws8
13203
13204         * src/gtkspell.c
13205                 fixed bug where using the mouse and when the compose
13206                 window is not on top may result in a crash.
13207
13208 2002-01-16 [melvin]     0.7.0claws7
13209
13210         * src/compose.c
13211                 fixed a long standingspell checker bug which could 
13212                 cause a crash after sending a message.
13213
13214 2002-01-16 [paul]       0.7.0claws6
13215
13216         * sync with sylpheed 0.7.0cvs7
13217                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13218                 2002-01-15, and 2002-01-16
13219
13220 2002-01-16 [melvin]     0.7.0claws5
13221
13222         * README.claws
13223         * src/compose.c
13224         * src/gtkspell.[ch]
13225         * src/main.c
13226                 Heavily modified spell checker code to work around
13227                 ispell bug, to add keyboard shortcuts and for future
13228                 enhancements. See README.claws for usage information.
13229
13230 2002-01-15 [alfons]     0.7.0claws4
13231         
13232         * src/summaryview.c
13233                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13234                 so sorting within threads reflects sort mode
13235
13236 2002-01-15 [christoph]  0.7.0claws3
13237
13238         * src/procmsg.c
13239                 added alertpanel if mail sending failed
13240
13241 2002-01-15 [alfons]     0.7.0claws2
13242         
13243         * src/prefs_filtering.c
13244                 don't stop timer when prefs filtering dialog is opened
13245
13246 2002-01-14 [alfons]     0.7.0claws1
13247
13248         * src/addr_compl.c
13249         * src/prefs.c
13250                 remove debug_print()s for privacy reasons
13251
13252 2002-01-14 [darko]      0.7.0claws
13253
13254         * README.claws
13255                 quotation wrapping is now also in the main branch
13256
13257 2002-01-14 [paul]
13258
13259         * tools/filter_conv.pl
13260                 allow for Boolean Op and case-sensitivity
13261                 this file is included in the release and tagged
13262                 'rel_0_7_0'
13263
13264 2002-01-13 [paul]       0.7.0claws
13265
13266         * release 0.7.0, with cvs tag 'rel_0_7_0'
13267
13268 2002-01-13 [paul]
13269
13270         * tools/filter_conv.pl
13271         * tools/README
13272                 rewritten to output to matcherrc instead of filteringrc
13273
13274         * po/es.po
13275                 updated Spanish translation by Ricardo Mones Lastra
13276
13277 2002-01-13 [alfons]
13278
13279         * po/nl.po
13280                 update dutch translation
13281
13282 2002-01-13 [paul]
13283
13284         * po/pt_BR.po
13285                 Updated by Fabio Junior Beneditto 
13286
13287 2002-01-13 [melvin]     0.6.6claws53
13288
13289         * po/fr.po
13290                 Updated french translation
13291
13292 2002-01-12 [alfons]     0.6.6claws52
13293
13294         * src/filtering.c
13295                 plug mem leak that has been sitting there for ages              
13296
13297 2002-01-12 [alfons]     0.6.6claws51
13298
13299         * src/summaryview.c
13300                 undo melvin's changes from 0.6.6claws48 because summary
13301                 view now refuses to select first unread message when
13302                 selecting a folder 
13303
13304 2002-01-11 [alfons]     0.6.6claws50
13305
13306         * src/import.c
13307                 use claws' semantics for getting folder item when
13308                 importing an mbox file into a folder 
13309                 (submitted by Dale P. Smith)
13310
13311 2002-01-11 [christoph]  0.6.6claws49
13312
13313         * src/prefs.h
13314                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13315                 toggle widget, because non static prefs can not use
13316                 prefs_set_* functions
13317         * src/prefs_account.c
13318                 toggle smtp auth password field sensitivity if
13319                 user id is empty and add descrition of usage for
13320                 these fields
13321         * src/prefs_folder_item.c
13322                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13323                 callbacks
13324
13325 2002-01-11 [melvin]     0.6.6claws48
13326
13327         * src/compose.c
13328                 fix the 'Ctrl-Enter' feature for sending and test really
13329                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13330                 editables which was not documented in Gtk)
13331
13332         * src/summaryview.c
13333                 Made summaryview refresh after sorting and not before.
13334
13335 2002-01-11 [christoph]  0.6.6claws47
13336
13337         * src/compose.c
13338                 select account from account ids if possible and
13339                 correctly set save folder for copy in reedit
13340
13341 2002-01-10 [paul]       0.6.6claws46
13342
13343         * sync with sylpheed 0.7.0 release
13344                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13345                 2002-01-09
13346
13347 2002-01-09 [alfons]
13348
13349         * src/summaryview.c
13350                 remove more dirt traces...
13351
13352 2002-01-09 [alfons]
13353         
13354         * src/summaryview.c
13355                 clean up some traces of my debugging stuff
13356
13357 2002-01-09 [alfons]     0.6.6claws45
13358
13359         * src/filtering.c
13360                 break up filteringprop_apply() in three separate pieces
13361                 so we can drop messages that failed processing in the
13362                 inbox
13363
13364         * src/summaryview.c
13365                 fix bug #469598 "no refresh of inbox after filter" which 
13366                 was introduced by the new summary view locking, and which 
13367                 prevented the summary view to update after a manual filter 
13368                 message. claw's filter message requires a summary_show().
13369                 (aargh, summary_show() again! :-)
13370                 
13371 2002-01-07 [alfons]     0.6.6claws44
13372
13373         * src/headerwindow.c
13374         * src/logwindow.c
13375         * src/messageview.c
13376         * src/sourcewindow.c
13377                 bring in Hiro's last 0.7.0 wm class fixes
13378
13379         * tools/sylprint.pl
13380                 bring in Ricardo's fix for sylprint script
13381
13382         * AUTHORS       
13383         * src/rfc2015.[ch]
13384         * src/prefs_common.[ch]
13385         * src/prefs_account.[ch]
13386         * src/compose.c
13387                 clean up account preference poison in rfc2015,
13388                 and preparation to fix double sign bug 
13389                 (patch submitted by Simon 'corecode' Schubert)
13390
13391 2002-01-07 [christoph]  0.6.6claws43
13392
13393         * src/mh.c
13394                 search for free message number, do not only rely
13395                 on last_num
13396         * src/send.c
13397                 fix smtp auth and use extra account information
13398                 if available, if not use pop3 data instead
13399                 (closes bug #500341)            
13400         * src/ssl.[ch]
13401                 match coding style
13402
13403 2002-01-06 [alfons]     0.6.6claws42
13404
13405         * src/mainwindow.c
13406                 try making the separate windows work again...
13407
13408 2002-01-06 [alfons]     0.6.6claws41
13409
13410         * src/mainwindow.c
13411                 adapt Hiro's separate window menu (to get rid of the funny
13412                 duplicate menu items), and make it work again
13413
13414 2002-01-06 [alfons]     0.6.6claws40
13415
13416         * tools/Makefile.am
13417         * tools/sylprint.rc
13418         * tools/sylprint.pl
13419         * tools/README.sylprint
13420                 add sylprint script for printing mails from Sylpheed
13421                 (contributed by Ricardo Mones Lastra)
13422
13423         * src/acount.c
13424                 clean up
13425
13426 2002-01-06 [melvin]     0.6.6claws39
13427
13428         * src/mainwindow.c
13429         * src/summaryview.c
13430                 Fixed crash introduced in 0.6.6claws38 by the menu
13431                 reorganisation (Hide read messages)
13432         
13433         * ChangeLog.claws 
13434                 Fixed typo (we are now in 2002, alfons ;) )
13435
13436 2002-01-05 [alfons]     0.6.6claws38
13437
13438         * sync with sylpheed 0.6.6cvs10-17
13439                 (last stuff marked as LAST_STABLE)
13440
13441 2002-01-04 [melvin]     0.6.6claws37
13442
13443         * src/account.c
13444                 Made account selection code use strcasestr again instead of
13445                 g_strcasecmp (fixes bug where reediting queued messages
13446                 did not select proper account reported by T. Link).
13447         
13448         * src/folderview.c
13449                 Fix bug where folder icons are not shown when 'hide read messages'
13450                 is on.
13451         
13452         * src/stock_pixmaps.[ch]
13453                 Added folder icons for 'hide read messages'.
13454         
13455         * src/compose.c
13456                 Fixed bug where 'Enter' in a header entry will send the message 
13457                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13458
13459 2002-01-03 [melvin]     0.6.6claws36
13460         
13461         * src/prefs.[ch]
13462                 Added popup menu for common preferences and
13463                 account preferences (right click on tab displays
13464                                 a menu of all tabs.)
13465
13466 2002-01-02 [melvin]     0.6.6claws35
13467
13468         * src/gtkspell.[ch]
13469                 Made spelling code compatible with undo/redo feature.
13470                 Added creation of suggestion mode menu for the general
13471                         preferences.
13472         
13473         * src/prefs_common.[ch]
13474                 Added option menu for the speller's suggestion mode.
13475                 Added missing spaces in "..." buttons and made a "..."
13476                         button non translatable!
13477         
13478         * src/compose.c
13479                 Made speller use the default suggestion mode.
13480                 Hack to make it possible to choose 'CTRL-Enter' as a
13481                         shortcut for sending (and only for sending).
13482
13483         * src/prefs_folder_item.c
13484                 Changing subject simplification does not update cache 
13485                         anymore (because it is unnecessary).
13486                 Fixed bug where changing subject simplification updated the 
13487                         summaryview even when the viewed folder is not the
13488                         folder which properties are being changed. (E.g. 
13489                                         viewing folder A and changing
13490                                         the subject simplification of 
13491                                         folder B -not being viewed- updated the 
13492                                         summaryview of folder A with data of
13493                                         folder B). (Hope this is clear... )
13494
13495 2001-12-31 [alfons]     0.6.6claws34
13496         
13497         * src/ldif.c
13498         * src/mutt.c
13499                 fgetc() returns a signed integer which doesn't
13500                 fit in a char. so c truncates this to a char
13501                 but we may lose significant bits. i.e. we may
13502                 comparing 0xFF which may not be equal to -1
13503                 unless properly casted to signed char which
13504                 we won't do because fgetc() returns a signed
13505                 integer which doesn't fit in a char. so c 
13506                 truncates this to a char but we may lose 
13507                 significat bits. (you got the idea, thanks
13508                 to Gustavo Noronha Silva <kov@debian.org>
13509                 and the Debian folks!)
13510
13511 2001-12-30 [alfons]     0.6.6claws33
13512
13513         * src/prefs_common.c
13514                 add #ifdef USE_PSPELLs that Melvin forgot               
13515
13516 2001-12-30 [melvin]     0.6.6claws32
13517         
13518         * src/prefs_common.[ch]
13519                 Added configurable color for misspelled words.
13520
13521         * src/gtkspell.[ch]
13522                 Fixed bug of foreground text color (reported by David
13523                                 Mehrmann)
13524                 Added configurable color for misspelled words.
13525
13526 2001-12-30 [alfons]     0.6.6claws31
13527
13528         * src/folder.c
13529                 remove unnecessary things someone put there
13530
13531         * src/mh.c
13532         * src/folder.[ch]
13533                 make folder properties (like threading and sorting) persistent
13534                 (closes bug #497424 "rescan folder tree resets proprieties")
13535                 currently this is only for MH folders. 
13536
13537 2001-12-29 [melvin]     0.6.6claws30
13538
13539         * src/string_match.[ch]
13540                 Optimized a bit: regexp pattern buffer compiled only once, and
13541                   one subroutine call removed. Fixed ^ regexp search: Now, 
13542                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13543         
13544         * src/summaryview.c
13545                 Subject filtering changed to filter summary columns and
13546                   not directly the messages subject cache. The loss in 
13547                   performance is balanced by the improvement of string_match.
13548                 Added an alert panel if there is an error in the regexp.
13549
13550         * src/src/prefs_folder_item.h
13551                 Added a regexp pattern buffer.
13552
13553 2001-12-28 [alfons]     0.6.6claws29
13554
13555         * src/string_match.[ch]
13556                 clean up name space
13557                 allow compilation *BSD
13558
13559 2001-12-27 [alfons]     0.6.6claws28
13560
13561         * src/filter.c
13562                 sync the Hiro's bug fix for BSD
13563
13564 2001-12-27 [melvin]     0.6.6claws27
13565         
13566         * src/compose.c
13567                 Simplify focus to subject entry code.
13568
13569 2001-12-27 [darko]      0.6.6claws26
13570
13571         * src/filtering.c
13572         * src/mbox_folder.c
13573         * src/messageview.c
13574         * src/mh.c
13575         * src/procheader.[ch]
13576         * src/procmsg.h
13577         * src/stock_pixmap.[ch]
13578         * src/summaryview.c
13579                 Show key icon for encrypted mails in summary view
13580
13581         * src/pixmaps/clip.xpm
13582         * src/pixmaps/clipkey.xpm
13583         * src/pixmaps/key.xpm
13584                 New/modified icons for the above
13585
13586 2001-12-27 [melvin]     0.6.6claws25
13587
13588         * src/prefs_common.c
13589                 Put spell checker options in a separate tab to decrease
13590                 the Common Preferences window height.
13591
13592         * README.claws  
13593                 Update spell checker usage instruction about its options
13594                 location.
13595
13596 2001-12-27 [melvin]     0.6.6claws24
13597
13598         * src/compose.c
13599                 Changed subject entry widget position. Initial focus is
13600                 on the To header instead of the subject entry.
13601                 Creating a new header scrolls the header list to make the
13602                 created one visible. Nevertheless, when automatically filling
13603                 headers, the first one is shown.
13604                 A Tab key press in the last empty header entry zips the 
13605                 focus to the subject entry.
13606                 (I did not change the combo boxes, yet)
13607
13608 2001-12-26 [alfons]     0.6.6claws23
13609
13610         * src/prefs_account.c
13611         * src/inc.c
13612                 allow default inbox to reside in another mailbox (only
13613                 works for POP3 accounts)
13614
13615 2001-12-26 [alfons]     0.6.6claws22
13616         
13617         * src/textview.c
13618                 make reply-on-click work with the account of the selected folder
13619         * src/compose.c
13620                 put a fixme here to remind me to fix finding correct default
13621                 account for nested folders
13622
13623 2001-12-25 [alfons]     0.6.6claws21
13624
13625         * src/summaryview.c
13626                 make column headers display locked and mark pixmaps (idea by Melvin) 
13627                 fix bug by adding score and locked column type to sort array
13628
13629 2001-12-25 [alfons]     0.6.6claws20
13630         
13631         * src/summaryview.c
13632                 catch a *potentially* inadvertent write back of  
13633                 the message cache(s) introduced by 0.6.5claws37
13634
13635 2001-12-25 [christoph]  0.6.6claws19
13636
13637         * src/stock_pixmap.[ch]
13638         * src/summaryview.c
13639                 add ignore thread pixmap
13640                 (can someone draw a better icon for this?)
13641
13642 2001-12-24 [alfons]     0.6.6claws18
13643
13644         * src/prefs_folder_item.c
13645                 make address completion actually work for the
13646                 Default To address in the Folder Property dialog.
13647
13648 2001-12-24 [alfons]     0.6.6claws17
13649         
13650         * src/summaryview.c
13651                 use new style regexp for subject stripping 
13652                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13653
13654 2001-12-24 [darko]      0.6.6claws16
13655
13656         * src/pgptext.c
13657         * src/rfc2015.c
13658                 move GPG related informational messages to debug mode
13659
13660 2001-12-23 [alfons]     0.6.6claws15
13661
13662         * src/stock_pixmap.[ch]
13663         * src/summaryview.c
13664                 add the forgotten Claws' locked pixmap
13665
13666 2001-12-23 [alfons]     0.6.6claws14
13667
13668         * src/filesel.c
13669                 accept file name typed in entry in multi file
13670                 selector (patch submitted by Gustavo Noronha Silva 
13671                 <kov@debian.org>)
13672
13673 2001-12-23 [alfons]     0.6.6claws13
13674
13675         * src/prefs_filter.c
13676         * src/prefs_filtering.c
13677         * src/matcher.c
13678         * src/importmutt.c
13679                 clean up a little bit
13680         
13681         * src/string_match.c
13682                 validate input strings a little bit more
13683
13684 2001-12-23 [alfons]     0.6.6claws12
13685
13686         * src/Makefile.am
13687         * src/summaryview.c
13688         * src/string_match.[ch]         ** NEW **
13689         * src/folderview.[ch]
13690         * src/headerview.h
13691         * src/folder.[ch]
13692         * src/prefs_folder_item.[ch]
13693                 add subject simplification to strip out strings from
13694                 a subject line (esp. handy for mailing lists). 
13695                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13696                 but slightly changed things for better integration.)
13697
13698 2001-12-23 [alfons]     0.6.6claws11
13699
13700         * src/mainwindow.c
13701                 fix bug introduced by submission included in 0.6.5claws52.
13702                 ideally this submission should clean the trash if any trash
13703                 folder has a message. however, the hasTrash variable was
13704                 set to false whenever a trash folder was empty (discarding
13705                 a previously found *filled* trash folder.)
13706
13707                 also edited the code a little bit and made it more safe.
13708
13709 2001-12-22 [alfons]     0.6.6claws10
13710
13711         * src/imap.c
13712                 quick fix for Martin Pool's omission of an account
13713                 specific SSL setting
13714
13715 2001-12-22 [alfons]     0.6.6claws9
13716
13717         * src/compose.c
13718         * src/messageview.c
13719         * src/mimeview.c
13720         * src/pgptext.c
13721         * src/procmime.[ch]
13722                 better support for multipart/digest (submitted
13723                 by Fredrik <e98fo@efd.lth.se>)
13724
13725 2001-12-22 [alfons]     0.6.6claws8
13726
13727         * src/addressbook.c
13728                 correct function signature
13729         * src/socket.[ch]
13730         * src/imap.[ch]
13731         * src/prefs_account.[ch]
13732                 allow IMAP over SSH tunnel (patch submitted by 
13733                 Martin Pool <mbp@samba.org>)
13734
13735 2001-12-21 [alfons]     0.6.6claws7
13736
13737         * sync with sylpheed 0.6.6cvs4-9
13738                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13739
13740 2001-12-21 [christoph]  0.6.6claws6
13741
13742         * src/compose.c
13743         * src/prefs_folder_item.[ch]
13744                 implement saving of outgoing messages to current folder.
13745                 fix segfault when no default outbox is available
13746                 (closes bug #495683)
13747
13748 2001-12-21 [carsten]    0.6.6claws5
13749         * src/folderview.c
13750         * src/summaryview.c
13751                 pressing CTRL while DND does now the expected thing and
13752                 copies the mail (moving is still the default, as this
13753                 seam more appropriate for handling mails by DND)
13754
13755 2001-12-18 [paul]       0.6.6claws4
13756
13757         * sync with sylpheed 0.6.6cvs3
13758                 see ChangeLog entries 2001-12-18
13759
13760 2001-12-18 [hiro]       0.6.6claws3
13761
13762         * src/undo.c
13763                 fix for multibyte characters (obtain the number of letters
13764                 instead of bytes).
13765
13766 2001-12-17 [paul]       0.6.6claws2
13767
13768         * sync with sylpheed 0.6.6cvs1
13769                 see ChangeLog entry 2001-12-16
13770
13771 2000-12-17 [alfons]     0.6.6claws1
13772
13773         * src/filtering.c
13774                 clean up
13775
13776 2001-12-16 [paul]       0.6.6claws
13777 2001-12-15
13778
13779         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13780
13781         * src/mimeview.c
13782                 last minute sync with main 0.6.6
13783
13784         * po/es.po
13785                 updated by Ricardo Mones Lastra
13786                 update for last minute sync
13787         * po/fr.po
13788         * po/nl.po
13789                 update for last minute sync
13790         * po/de.po
13791                 updated by Jens Oberender
13792         * po/pt_BR.po
13793                 updated by Fabio Junior Beneditto
13794
13795         * src/prefs_common.[ch]
13796         * src/undo.c
13797                 number of undo levels is user configurable
13798                 (squeeze it into the release in the dying
13799                 moments) Submitted by Jens Oberender    
13800
13801 2001-12-15 [melvin]
13802
13803         * po/fr.po
13804                 updated french translation
13805
13806 2001-12-15 [paul]       0.6.5claws92
13807
13808         * sync with sylpheed 0.6.5cvs28
13809                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13810
13811         * po/nl.po
13812                 update to allow for sync
13813
13814 2001-12-15 [alfons]
13815         
13816         * po/nl.po
13817                 update dutch translation
13818
13819 2001-12-14 [carsten]    0.6.5claws91
13820         * src/summaryview.c
13821                 fixed bug #473785; also after changing the column order
13822                 the same message will be selected and displayed as before
13823                 the reordering
13824
13825 2001-12-14 [carsten]    0.6.5claws90
13826         * src/folderview.c
13827                 probably found the bug reported by wwb opening or closing
13828                 a folder tree just before dnd (found the solution in the
13829                 balsa source -- thanks to them)
13830
13831 2001-12-14 [carsten]    0.6.5claws89
13832         * src/gtkutils.c
13833         * src/account.c
13834                 moved gtk_clist_moveto to the right place, so that
13835                 only the accounts dialog is effected on opening
13836
13837 2001-12-14 [carsten]    0.6.5claws88
13838         * src/gtkutils.c
13839                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13840                 now, so that the focused row will be seen in any case
13841                 (reported by wwp on sf-claws-user)
13842
13843 2001-12-14 [darko]      0.6.5claws87
13844
13845         * src/compose.c
13846                 remove unnecessary line
13847
13848 2001-12-14 [paul]       0.6.5claws86
13849
13850         * sync with sylpheed 0.6.5cvs27
13851                 see ChangeLog entries 2001-12-14
13852
13853 2001-12-14 [carsten]    0.6.5claws85
13854         * src/mainwindow.c
13855                 following a suggestion of Melvin the rcoabm pops up
13856                 right under the button now and the button is reliefed
13857                 while the popup is open
13858
13859 2001-12-14 [darko]      0.6.5claws84
13860
13861         * src/compose.c
13862                 fix crash when wrapping long lines if linewrap quotation
13863                 is disabled and wrapper encounters a word spanning more
13864                 than one line
13865
13866 2001-12-13 [paul]       0.6.5claws83
13867
13868         * src/compose.c
13869                 prefer 'Reply-To' header over mailing list header when
13870                 replying to a message. Finally prevent all those confirmation 
13871                 messages being sent to the list itself.
13872
13873         * src/summaryview.c
13874                 remove unused summary_set_menu_sensitive() entry
13875
13876 2001-12-13 [paul]       0.6.5claws82
13877
13878         * src/folderview.c
13879         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13880         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13881         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13882                 improvements to 'Hide read messages': Inbox, Outbox,
13883                 Trash, Queue, and Draft icons now reveal presence of hidden 
13884                 messages
13885
13886 2001-12-12 [alfons]     0.6.5claws81
13887
13888         0.6.5claws80 was tagged as LAST_STABLE
13889
13890         * src/filtering.[ch]
13891         * src/matcher.[ch]
13892         * src/matcher_parser_lex.c
13893                 fix the filtering; my last attempt to get it right, 
13894                 if it does not work, it's Hoa's turn. ;-)
13895
13896                 for my honourable peers:
13897                 
13898                 the code now makes a clear distinction between
13899                 rules as they are displayed (probably escaped),
13900                 and as they are executed (probably unescaped). the
13901                 parser does *NOT* do any unescaping, this is
13902                 the task of the matcher.c (which breaks up a
13903                 rule into condition) and the filtering.c (which
13904                 breaks up the rule's action). to make this
13905                 run happily we provide an unescaped copy of
13906                 crucial strings to the MatcherProp and 
13907                 FilteringAction structures. note that the only
13908                 exception to this is any REGEXP string. those
13909                 are directly passed to regcomp() and regexp()
13910                 (who have much more powerful unescape functions).
13911                 
13912                 for everyone else:
13913         
13914                 you can escape tab (\t), carriage return (\r),
13915                 linefeed (\n), form feed (\f), quote (\"), 
13916                 single quote (\'), bell (\b) in all the entry
13917                 lines in the scoring & filtering dialogs.
13918                 as an added bonus this should not affect
13919                 existing filtering rules.
13920
13921 2001-12-12 [carsten]    0.6.5claws80
13922
13923         * src/summaryview.c
13924         * po/de.po
13925                 "item(s) selected" is now sensitive to 1 or more
13926                 than one selected (nice for language where simple
13927                 adding of a "s" is not possible as German (Eintrag
13928                 ->Eintr"age)
13929                 
13930                 the "forward as attachment" entry from the right
13931                 click menu removed, "forward" acts following the
13932                 prefs
13933         
13934         * src/textview.c
13935                 reverted my former changes; so compiler warning again
13936                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13937                 nevertheless
13938
13939         * src/messageview.c
13940                 "search in message" does now *not* only work in MVIEW_TEXT
13941                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13942                 message
13943
13944         * src/mainwindow.c
13945                 removed "/File/_Close" as it was the same as "/File/E_xit"
13946                 and we don't need it two times
13947
13948                 the separate folder view and message view now get a distinct
13949                 WMCLASS, just in case someone is using sawfish ;-)
13950
13951                 as the menu entries "/View/Message view" and "/View/Folder tree"
13952                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13953                 make them sensitive accordingly and as these two are "shown"
13954                 after startup anytime check this menuitem at startup
13955
13956 2001-12-12 [paul]       0.6.5claws79
13957
13958         * src/folderview.c
13959                 fix sensitivity of 'Search folder...', broken in
13960                 0.6.5claws75
13961
13962         * src/mainwindow.c
13963                 fix dodgy English
13964
13965 2001-12-11 [carsten]    0.6.5claws78
13966         * src/filtering.c
13967                 fixed two typos returning a wrong FALSE/TRUE
13968         * src/mainwindow.[ch]
13969                 extra menu for email/news button removed
13970
13971 2001-12-11 [alfons]     0.6.5claws77
13972         
13973         * src/matcher.c                 (1.3)
13974         * src/matcher_parser_lex.l      (1.28)
13975                 revert for another attempt
13976                 mark 0.6.5claws77 as LAST_STABLE
13977
13978 2001-12-11 [christoph]  0.6.5claws76
13979
13980         * po/de.po
13981                 fixed wrong translation for prev. unread msg
13982
13983 2001-12-11 [paul]       0.6.5claws75
13984
13985         * src/folder.[ch]
13986         * src/folderview.c
13987         * src/mainwindow.c
13988         * src/summaryview.[ch]
13989         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13990                 enable ability to hide read messages on per folder basis via 
13991                 '/Summary/Hide read messages'; when selected, a folder will 
13992                 have a red open folder icon, instead of a blue icon, if the 
13993                 folder contains hidden messges
13994                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13995
13996         * src/mainwindow.c
13997                 remove '/Message/Forward as attachment' from 
13998                 main_window_set_menu_sensitive() to prevent debug warning
13999
14000         * src/folderview.c
14001         * src/mainwindow.c
14002                 Clean up some of the English
14003
14004         * tools/newscache_clean.pl
14005                 allow for new 'hidereadmsgs' entry in folderlist.xml
14006
14007         * po/es.po
14008                 updated translation, submitted by Ricardo Mones Lastra
14009
14010 2001-12-11 [paul]       0.6.5claws74
14011
14012         * sync with sylpheed 0.6.5cvs25
14013                 see ChangeLog entry 2001-12-11
14014
14015 2001-12-10 [alfons]     0.6.5claws73
14016
14017         * src/matcher.c
14018                 add more control characters
14019         * src/matcher_parser_lex.l
14020                 make escaping / unescaping work again
14021
14022 2001-12-10 [alfons]     0.6.5claws72
14023
14024         * src/imap.c
14025                 clean up warnings "returning value for void function" 
14026         * src/prefs_filtering.c
14027                 make info button for execute action sensitive
14028
14029 2001-12-10 [paul]       0.6.5claws71
14030
14031         * src/compose.c
14032         * src/imap.[ch]
14033         * src/summaryview.c
14034                 fix: imap server now gets informed of MARKED, UNMARKED
14035                 and REPLY events. Now people can use different IMAP-Mail
14036                 clients and have the exact same information about MARKED,
14037                 UNMARKED and REPLY status with all of them. Especially
14038                 useful for imap servers with a web-frontend.
14039                 submitted by Tobias Sandhaas <medlor@web.de>
14040
14041 2001-12-09 [melvin]     0.6.5claws70
14042         
14043         * src/textview.[ch]
14044                 fixed bug #490076 (hunted down by Alfons who implemented
14045                 a workaround in 0.6.5claws65)
14046
14047 2001-12-09 [christoph]  0.6.5claws69
14048
14049         * src/summaryview.c
14050                 set pointer to string in LOCKED column to NULL
14051                 (might fix bug #490800)
14052
14053 2001-12-09 [carsten]    0.6.5claws68
14054
14055         * po/de.po
14056                 resolved some cluttered menu shortcuts 
14057                 ('creating new email' and 'creating news message'
14058                 hade the same)
14059         * src/compose.c
14060                 wmclass now distinc from main window
14061         * src/mainwindow.c
14062           src/mainwindow.h
14063                 email/news and forward button functionality similar
14064                 to the reply buttons; removed the ugly dropdown arrows
14065                 and use instead the right mouse button
14066
14067 2001-12-09 [paul]       0.6.5claws67
14068
14069         * src/imap.c
14070         * src/utils.h
14071                 allow spaces in imap folder names
14072                 submitted by Willem van Engen <wvengen@stack.nl>
14073
14074 2001-12-09 [paul]       0.6.5claws66
14075
14076         * sync with sylpheed 0.6.5cvs24
14077                 see ChangeLog entry 2001-12-09
14078
14079 2001-12-08 [alfons]     0.6.5claws65
14080
14081         * src/textview.c
14082                 prevent secondary selection claim after "add to sender" dialog
14083                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14084                 we trick GTK by simulating a click at (0, 0) in the textview.
14085
14086 2001-12-08 [hoa]        0.6.5claws64
14087
14088         * src/folder.c
14089                 fixed a bug about the .processing folder name while filtering
14090
14091 2001-12-08 [alfons]     0.6.5claws63
14092
14093         * src/folderview.c 
14094                 work around problem of not correctly updating folder stats
14095                 when deleting messages. there's some folder scanning evil
14096                 going so the folderview_update_msg_num() does not work
14097                 correctly. need to investigate this.
14098
14099 2001-12-08 [paul]       0.6.5claws62
14100
14101         * sync with sylpheed 0.6.5cvs23
14102                 see ChangeLog entry 2001-12-08
14103
14104 2001-12-07 [christoph]  0.6.5claws61
14105
14106         * src/compose.c
14107                 fix another header translation problem
14108
14109 2001-12-07 [alfons]     0.6.5claws60
14110
14111         * src/mbox.c
14112                 make filtering also work on local spool mbox
14113
14114 2001-12-07 [carsten]    0.6.5claws59
14115         * src/addressbook.c
14116                 addressbook window gets a wmclass distinct from the main
14117                 sylpheed window
14118         * src/compose.h
14119         * src/mainwindow.[ch]
14120                   forward menu item will use mode selected in prefs, forward 
14121                 as attatchment in menu removed (will be substituted in the
14122                 toolbar similar to reply buttons)
14123                   create news message menu entry and news button is now 
14124                 sensitive to the existance of a news account
14125         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14126         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14127         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14128                 these are removed because the toolbar buttons don't show
14129                 the quoting modus any longer
14130
14131 2001-12-07 [paul]
14132
14133         * tools/newscache_clean.pl      ** NEW FILE **
14134                 perl script to do some tidying up in the newscache directory 
14135                 
14136         * tools/sylpheed-switcher       ** NEW FILE **
14137                 perl script to enable easy switching between main and claws
14138                 
14139         * tools/README
14140                 added descriptions of the two new perl scripts          
14141
14142
14143 2001-12-07 [melvin]     0.6.5claws58
14144
14145         * src/messageview.c
14146                 fixed a warning during compilation introduced in 0.6.5claws56
14147
14148 2001-12-07 [paul]       0.6.5claws57
14149
14150         * src/mainwindow.[ch]
14151         * src/menu.[ch]
14152                 further usability enhancements to replying with or without 
14153                 quoting via the toolbar, use of Ctrl key is replaced by 
14154                 drop down menu 
14155                 Submitted by Carsten Schurig            
14156
14157 2001-12-07 [melvin]     0.6.5claws56
14158
14159         * src/messageview.c
14160                 hack to fix bug that prevented to make/paste selections
14161                 after switching between MVIEW_TEXT and MVIEW_MIME views
14162                 without deselecting the selection first.
14163
14164 2001-12-06 [alfons]     0.6.5claws55
14165
14166         * src/filtering.[ch]
14167         * src/inc.c
14168                 revise filtering a little bit more, and make sure
14169                 messages are delivered to the appropriate inbox
14170                 (perhaps set per account)
14171
14172 2001-12-06 [paul]       0.6.5claws54
14173
14174         * sync with sylpheed 0.6.5cvs22
14175                 see ChangeLog entry 2001-12-06
14176
14177 2001-12-05 [alfons]     0.6.5claws53
14178
14179         * src/inc.c
14180         * src/folder.[ch]
14181         * src/procmsg.c
14182         * src/filtering.c
14183                 more revisions of filtering system
14184                 (last stable version is marked as LAST_STABLE)
14185                 
14186                 | NOTE 1): the filtering system now uses a local folder called
14187                 | .processing. if filtering fails, check this directory
14188                 | for missing messages.
14189                 |
14190                 | NOTE 2): help us find the filtering actions still missing
14191
14192 2001-12-05 [paul]       0.6.5claws52
14193
14194         * src/mainwindow.c
14195                 fix bug where 'Empty Trash?' pop-up window appears even
14196                 when Trash is empty, submitted by Jesse Skinner         
14197
14198 2001-12-05 [melvin]     0.6.5claws51
14199
14200         * src/compose.c
14201                 fixed bug #486106 to select correct account when reediting 
14202                 a queued message
14203         
14204 2001-12-04 [alfons]     0.6.5claws50
14205
14206         * src/mh.c
14207                 declare markfile in appropriate functions when
14208                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14209                 for spotting this)
14210
14211 2001-12-04 [paul]       0.6.5claws49
14212
14213         * sync with sylpheed 0.6.5cvs21
14214                 see ChangeLog entry 2001-12-04
14215
14216 2001-12-03 [christoph]  0.6.5claws48
14217
14218         * po/de.po
14219                 changed translation of undo
14220         * src/account.c
14221         * src/folder.c
14222                 don't reinvent the wheel to traverse a GNode
14223         * src/compose.[ch]
14224                 seperate code to create the compose gui into functions
14225                 add "Others" page with folder selection for saving copy
14226                 of the message.
14227                 the folder identifier is saved to queue header
14228         * src/procmsg.c
14229                 save message to folder in queue header
14230
14231 2001-12-03 [paul]       0.6.5claws47
14232
14233         * sync with sylpheed 0.6.5cvs20
14234                 see ChangeLog entry 2001-12-03
14235
14236 2001-12-01 [paul]
14237
14238         * more sync with sylpheed 0.6.5cvs19
14239                 see ChangeLog entry 2001-11-29
14240
14241 2001-11-30 [paul]       0.6.5claws46
14242         
14243         * src/compose.c
14244                 remove conflicts introduced by Hoa's last commit
14245          
14246         * src/mainwindow.c
14247                 make 'Message/Bounce' sensitive
14248
14249 2001-11-30 [hoa]        0.6.5claws45
14250
14251         * src/compose.c
14252                 slightly change bounce function to add
14253                 information about the user that bounced the mail
14254                 in the From header line.
14255
14256         * src/folderview.c
14257                 permit the use of processing in outbox folder.
14258
14259 2001-11-29 [paul]       0.6.5claws44
14260
14261         * src/mainwindow.[ch]
14262         * src/prefs_common.c
14263         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14264         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14265         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14266                 usability enhancements to the quoting, implements
14267                 use of Ctrl key to toggle quoting settings
14268                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14269
14270 2001-11-29 [paul]       0.6.5claws43
14271         
14272         * sync with sylpheed 0.6.5cvs19
14273                 see ChangeLog entry 2001-11-28
14274
14275 2001-11-29 [melvin]     0.6.5claws42
14276         * src/Makefile.am
14277                 added enriched.[ch] to the list of files
14278
14279         * src/textview.c
14280         * src/mimeview.c
14281         * src/procmime.[ch]
14282         * src/enriched.[ch]
14283                 added support to view text/enriched
14284                 added support to show headers in message view for text/enriched and text/html
14285                         in non multipart messages
14286
14287 2001-11-28 [paul]       0.6.5claws41
14288
14289         * more sync with sylpheed 0.6.5cvs18
14290                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14291
14292 2001-11-27 [paul]       0.6.5claws40
14293         
14294         * po/pt_BR.po
14295                 updated translation, submitted by Fabio Junior Beneditto
14296                 
14297         * sync with sylpheed 0.6.5cvs18
14298                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14299                 2001-11-27
14300
14301
14302 2001-11-26 [paul]
14303
14304         * po/es.po
14305                 updated translation, submitted by Ricardo Mones Lastra
14306
14307 2001-11-26 [alfons]
14308
14309         * src/matcher.c
14310                 add more translatable strings
14311
14312 2001-11-26 [christoph]  0.6.5claws39
14313
14314         * po/de.po      
14315                 fixed one more umlaut
14316         * src/compose.c
14317                 fix translated header when it should not be translated
14318
14319 2001-11-26 [paul]       0.6.5claws38
14320
14321         * src/mainwindow.c
14322                 remove '/Message/Add Sender to address book' from 
14323                 main_window_set_menu_sensitive(), prevent debug warning
14324                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14325
14326 2001-11-26 [paul]       0.6.5claws37
14327
14328         * src/summaryview.c
14329                 fix 'recurring unread state' bug 
14330
14331         * tools/README 
14332         * tools/filter_conv.pl
14333                 read name of top level mailbox from folderlist.xml
14334                 and presume nothing about its name              
14335
14336 2001-11-26 [darko]      0.6.5claws36
14337
14338         * src/gtkstext.[ch]
14339                 removed functions that are now in gtkutils.c
14340                 use gtkut_text_is_uri_string() from gtkutils.c
14341         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14342
14343 2001-11-26 [paul]       0.6.5claws35
14344
14345         * sync with sylpheed 0.6.5cvs16
14346                 see ChangeLog entries 2001-11-25 and 2001-11-26
14347
14348 2001-11-25 [alfons]     0.6.5claws34
14349
14350         EXPERIMENTAL!!! Please checkout the last stable version using: 
14351           
14352         % cvs update -r LAST_STABLE -dRAP
14353
14354         (Or help us testing this stuff.)
14355
14356         * src/filtering.c               (1.14)
14357         * src/filtering.h               (1.6)
14358         * src/inc.c                     (1.28)
14359         * src/matcher.c                 (1.20)
14360         * src/mbox.c                    (1.9)
14361         * src/procmsg.h                 (1.14)
14362         * src/summaryview.c             (1.59)
14363         * src/summaryview.h             (dunno)
14364                 revert/merge/sync to as it was before commit 
14365                 on Thu, 19 Jul 2001 10:15:51 -0700.
14366
14367 2001-11-25 [hoa]        0.6.5claws33
14368
14369         * src/main.c
14370                 processing mails at startup
14371
14372         * src/folderview.c
14373         * src/summaryview.[ch]
14374                 processing mails when entering folder
14375
14376         * src/prefs_filtering.c
14377                 fixed some UI bugs
14378
14379 2001-11-24 [alfons]     0.6.5claws32
14380
14381         * src/summaryview.[ch]
14382                 make summary sort headers work, and also make
14383                 sure the sort type is stored
14384
14385 2001-11-23 [alfons]     0.6.5claws31
14386
14387         * src/summaryview.[ch]
14388                 make lock work like mark
14389                 disallow deleting messages marked as locked
14390
14391 2001-11-23 [alfons]     0.6.5claws30
14392
14393         * src/gtkstext.c
14394         * src/compose.[ch]
14395         * src/Makefile.am
14396         * src/undo.[ch]
14397                 merge undo patch submitted by Jens
14398
14399 2001-11-23 [christoph]  0.6.5claws29
14400
14401         * src/.cvsignore
14402                 added ylwrap
14403         * src/compose.c
14404                 fixed gpg signing and encoding
14405         * src/folder.[ch]
14406         * src/main.c
14407                 added --status option to get new, unread and total
14408                 message count from a running sylpheed
14409         * src/prefs_common.c
14410                 temporary fix for reply_with_quote problem
14411                 (don't call functions for non existing widget)
14412         * src/procmsg.c
14413                 one more check for ignored threads but still not
14414                 always working correctly. probably a recursive
14415                 check for all parents is needed
14416
14417 2001-11-23 [darko]      0.6.5claws28
14418
14419         * src/compose.c
14420                 wrapping on send improvements
14421         * src/gtkutils.[ch]
14422                 fix for GtkSText after last sync with main branch
14423                 GTK_TEXT -> GTK_STEXT
14424
14425 2001-11-23 [paul]       0.6.5claws27
14426
14427         * sync with sylpheed 0.6.5cvs14
14428                 see ChangeLog entries 2001-11-22 and 2001-11-23
14429                 
14430         * po/de.po
14431                 fixed the scrambled umlauts 
14432                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14433
14434 2001-11-21 [paul]       0.6.5claws26
14435
14436         * sync with sylpheed 0.6.5cvs12
14437                 see 2nd ChangeLog entry dated 2001-11-20
14438
14439 2001-11-20 [paul]       0.6.5claws25
14440
14441         * sync with sylpheed 0.6.5cvs11
14442                 see ChangeLog entry 2001-11-19 (src/utils.c)
14443
14444 2001-11-20 [hiro]
14445
14446         * src/compose.c
14447                 GTK_TEXT -> GTK_STEXT
14448                 fix for wrong comment
14449
14450 2001-11-20 [hiro]       0.6.5claws24
14451
14452         * src/compose.[ch]
14453                 more merges from main branch
14454                 removed fatal warnings (uninitialized variables etc.)
14455                 some coding style fix
14456         * src/gtkutils.h
14457                 fixed typo.
14458         * src/addressbook.c
14459           src/addrindex.c
14460                 V-Card -> vCard
14461
14462 2001-11-19 [hoa]        0.6.5claws23
14463
14464         * src/filtering.c
14465         * src/prefs_scoring.c
14466         * src/matcher.[ch]
14467         * src/scoring.c
14468                 cleaning code
14469
14470         * src/matcher_parser_parse.y
14471         * src/prefs_filtering.c
14472                 bouncing
14473
14474 2001-11-19 [alfons]     0.6.5claws22
14475
14476         more of my old things into claws
14477
14478         * src/Makefile.am
14479         * src/prefs_common.c
14480         * src/procmsg.h
14481         * src/summaryview.[ch]
14482         * src/prefs_summary_column.c
14483         * src/pixmaps/locked.xpm
14484                 add indicators for locking of message in summary view
14485                 (does not work yet, only visual indicator)
14486
14487 2001-11-19 [paul]       0.6.5claws21
14488
14489         * sync with sylpheed 0.6.5cvs10
14490                 see ChangeLog entry 2001-11-19
14491
14492 2001-11-18 [alfons]     0.6.5claws20
14493         
14494         * src/filtering.c
14495                 remove an inadvertent free I forgot in previous clean up 
14496
14497 2001-11-18 [alfons]     0.6.5claws19
14498
14499         * src/filtering.[ch]
14500                 clean up & plug leaks
14501
14502 2001-11-18 [paul]       0.6.5claws18
14503
14504         * sync with sylpheed 0.6.5cvs9
14505                 see ChangeLog entries 2001-11-17 and 2001-11-18
14506
14507 2001-11-16 [paul]       0.6.5claws17
14508
14509         * sync with sylpheed 0.6.5cvs8
14510                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14511
14512 2001-11-16 [paul]       0.6.5claws16
14513
14514         * sync with sylpheed 0.6.5cvs7
14515                 see ChangeLog entries 2001-11-15 and 2001-11-16
14516
14517 2001-11-15 [hoa]        0.6.5claws15
14518
14519         * src/compose.c
14520                 fix bounce, mails we received couln't be bounced to ourself.
14521
14522         * src/defs.h
14523         * src/filtering.[ch]
14524         * src/matcher.[ch]
14525         * src/matcher_parser.h
14526         * src/matcher_parser_lex.l
14527         * src/matcher_parser_parse.y
14528         * src/inc.c
14529         * src/main.c
14530         * src/mbox.c
14531         * src/prefs_filtering.[ch]
14532         * src/mainwindow.c
14533         * src/prefs_matcher.c
14534         * src/prefs_scoring.c
14535         * src/scoring.[ch]
14536         * src/summaryview.c
14537                 new matcher/filter/score configuration file parser
14538                 one unique configuration file => ~/.sylpheed/matcherrc
14539                 import in currently automatic, then save are made
14540                 in this new file.
14541                 one filter per folder and one global filter
14542                 (filter of a folder will be used as folder processing)
14543
14544         * src/folder.c
14545                 fix a bug in folder_item_get_identifier
14546                 
14547         * src/messageview.c
14548                 receive receipt return are fixed.
14549
14550 2001-11-14 [alfons]     0.6.5claws14
14551
14552         * src/session.h
14553                 add things from main branch to make claws compile
14554
14555 2001-11-14 [paul]       0.6.5claws13
14556
14557         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14558                 see ChangeLog entries 2001-11-08 to 2001-11-14
14559
14560 2001-11-14 [hoa] 0.6.5claws12
14561
14562         * src/compose.[ch]
14563         * src/mainwindow.c
14564         * src/summaryview.c
14565                 add "bounce mail" option
14566
14567 2001-11-13 [christoph]  0.6.5claws11
14568
14569         * src/compose.c
14570                 Cleanup a mess i add before commiting
14571
14572 2001-11-13 [hoa]        0.6.5claws10
14573
14574         * src/compose.c
14575                 some fixes when mail are sent or
14576                 for crossposts
14577
14578 2001-11-13 [christoph]  0.6.5claws9
14579
14580         * po/de.po
14581                 Changed two string with the same translation
14582         * src/compose.c
14583         * src/procmsg.[ch]
14584         * src/send.[ch]
14585                 New mailsending process:
14586                   - Always queue message before sending
14587                     (message will be saved if sylpheed crashed or
14588                      freezes while sending)
14589                   - Allow queuing of newspostings
14590                   - No copy in outbox before sending
14591                     (closes bug #469501)
14592                   - No more redundant code for send and send_later
14593         * src/summaryview.c
14594                 Applied wwp <subscript@free.fr>'s patch that fixes
14595                 marks for multiple forwarded messages (+compose.c)
14596
14597 2001-11-12 [alfons]
14598
14599         * README.claws
14600                 remove things that are now in main branch
14601         
14602         * po/nl.po
14603                 update Dutch translation
14604
14605 2001-11-12 [mhadasht]   0.6.5.claws8
14606
14607         * src/prefs_common.c
14608                 re-enabled account autoselection feature for forward
14609                 and reedit lost during the branch point for SYNC-B4-REL
14610         * src/gtkspell.c
14611                 gtkpspell_get_dict(): more readable code (even if function is
14612                 not used yet)
14613         * ChangeLog.claws
14614                 added version number info to 2001-11-12 [hiro] comment.
14615
14616 2001-11-12 [hiro]       0.6.5.claws7
14617
14618         * src/compose.c
14619                 compose_forward(): fixed a bug that forward quote mark
14620                 wasn't used.
14621                 removed unnecessary code.
14622         * src/template_select.[ch]: removed.
14623
14624 2001-11-11 [alfons]
14625
14626         * src/compose.c
14627                 :%s/GTK_TEXT/GTK_STEXT/g
14628         
14629         * src/compose.[ch]
14630         * src/undo.[ch]
14631         * src/Makefile.am
14632                 revert the undo stuff (this is 0.6.6claws stuff)
14633
14634 2001-11-11 [hoa]        0.6.5.claws6
14635
14636         * src/compose.[ch]
14637                 Insert signature at the end of the text.
14638                 Added undo patch but currently disabled
14639
14640         * src/procmsg.c
14641                 Threading by subject improved.
14642
14643         * added src/undo.[ch]
14644                 Undo module for compose dialog box.
14645
14646 2001-11-11 [alfons]     0.6.5.claws5
14647
14648         * src/procmsg.c
14649                 prevent threading by subject on nodes that have already been
14650                 threaded by in-reply-to (as in "circular references in a tree
14651                 result in a dead branch")
14652
14653 2001-11-09 [hoa]        0.6.5.claws4
14654         
14655         * src/folderview.c
14656                 allows creation of mbox folder item from any files.
14657
14658 2001-11-09 [alfons]     0.6.5.claws3
14659         
14660         * src/utils.c
14661         * src/procmsg.c
14662                 do what I mean and correct threading by subject so it really
14663                 ignores attracting lines without "Re: "
14664
14665 2001-11-07 [alfons]     0.6.5.claws2
14666
14667         * src/procmsg.c
14668         * src/utils.[ch]
14669                 only attract by subject if a subject line starts with a "Re: "
14670         * src/syldap.c
14671                 remove warning
14672
14673 2001-11-07 [paul]       0.6.5claws1
14674
14675         * sync with sylpheed 0.6.5. release
14676                 see ChangeLog entry 2001-11-07
14677
14678 2001-11-07 [paul]       0.6.4claws31
14679
14680         * sync with sylpheed 0.6.4cvs18
14681                 see ChangeLog entries 2001-10-30 to 2001-11-07
14682                 prefs_templates.[ch] renamed prefs_template.[ch]
14683
14684 2001-11-06 [alfons]
14685         
14686         * src/utils.h
14687                 add semicolon Hoa forgot ;-)
14688                 
14689
14690 2001-11-06 [hoa]        0.6.4claws30
14691         
14692         * src/procmsg.c
14693         * src/summaryview.c
14694         * src/utils.c
14695         * src/utils.h
14696                 threading by subject - empty subject are ignored
14697
14698 2001-11-06 [christoph]  0.6.4claws29
14699
14700         * src/socket.c
14701                 use SSL_peek for sock_gets
14702         * src/utils.c
14703                 removed unneeded pointer in extracting quoted
14704                 names implementation
14705
14706 2001-11-06 [melvin]     0.6.4claws28
14707
14708         * src/gtkspell.c
14709                 fixed bug #476792 Selection overtyping with spell checker
14710                 fixed bug which could cause a buffer overflow
14711                 fixed a memory leak
14712
14713 2001-11-06 [hoa]        0.6.4claws27
14714         
14715         * src/procmsg.c
14716         * src/summaryview.c
14717                 threading by subject
14718
14719 2001-11-05 [alfons]     0.6.4claws26
14720         
14721         * README.claws
14722                 Claws -> Sylpheed (vice versa)
14723
14724         * src/compose.c
14725                 :%s/gtk_text/gtk_stext/g
14726                 :%s/GTK_TEXT/GTK_STEXT/g
14727                 (thanks to Jonathan Ware for spotting this)
14728
14729 2001-11-04 [christoph]  0.6.4claws25
14730
14731         * src/summaryview.c
14732                 replace Xalloca + strdup with Xstrdup_a
14733         * src/utils.c
14734                 better implementation of extracting quoted names
14735                 from addresses (remove backlashes and ignore
14736                 quotes after them)
14737
14738 2001-11-04 [alfons]     0.6.4claws24
14739
14740         * src/utils.[ch]
14741                 edit to comply more with coding style
14742
14743         * src/textview.c
14744                 fix bug reported by Kim Schulz. introduced by the patch integrated
14745                 in 0.6.4claws15. the code did not check the return value of
14746                 the html parser.
14747
14748         * AUTHORS
14749                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14750
14751 2001-11-04 [christoph]  0.6.4claws23
14752
14753         * src/main.c
14754         * src/prefs_common.[ch]
14755                 init some pointers that possibly caused a segfault
14756                 reported in the claws-users ML
14757
14758 2001-11-04 [hoa]        0.6.4claws22
14759
14760         * src/grouplistdialog.c
14761                 change the names of the nodes in the tree
14762
14763         * src/compose.c
14764                 enhanced mailto syntax as described in
14765                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14766                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14767
14768         * src/utils.c
14769                 encode and decode URI (useful when opening URL into
14770                 netscape).
14771
14772 2001-11-03 [hoa]        0.6.4claws21
14773
14774         * src/grouplistdialog.c
14775                 a new newsgroups list selection dialog box
14776                 with a CTree instead of a CList
14777
14778 2001-11-03 [hoa]        0.6.4claws20
14779
14780         * src/folderview.c
14781                 enable property and scoring options when right
14782                 click on "inbox"
14783
14784         * src/summaryview.c
14785                 fixed bug when nickname were displayed using
14786                 the address book.
14787
14788 2001-11-02 [darko]      0.6.4claws19
14789
14790         * src/compose.c
14791                 new wrap quotation and URL/long words wrapping implementation
14792         * src/compose.c src/gtkstext.[ch]
14793                 move gtkstext_strncmp() to gtkstext.c
14794
14795 2001-11-01 [christoph]  0.6.4claws18
14796
14797         * src/prefs_account.c
14798                 fixed mess in account settings dialog
14799         * src/prefs_folder_item.c
14800                 added label with folder path to dialog
14801
14802 2001-10-31 [match]      0.6.4claws17
14803
14804         * src/vcard.c
14805                 fix memory leak.
14806         * src/addrbook.c
14807                 fix generation of spurious address book file names.
14808                 remove redundant functions.
14809         * po/POTFILES.in
14810                 added missing file names.
14811
14812 2001-10-30 [paul]       0.6.4claws16
14813
14814         * sync with sylpheed 0.6.4cvs6
14815                 see ChangeLog entries 2001-10-26 to 2001-10-30
14816
14817         * tools/filter_conv.pl
14818                 read folderlist.xml to discover whether the top-level
14819                 folder is called 'Mailbox' or 'Mail' 
14820
14821 2001-10-29 [paul]       0.6.4claws15
14822
14823         * src/html.c, src/textview.c
14824                 activate links in html mail and fix clickable parts
14825                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14826
14827 2001-10-29 [paul]
14828
14829         * po/de.po, po/es.po, po/pt_BR/po
14830                 updated translations, submitted by Jens Oberender,
14831                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14832
14833 2001-10-29 [darko]      0.6.4claws14
14834
14835         * src/compose.c
14836                 fix wrapping for good
14837
14838 2001-10-29 [darko]
14839
14840         * src/compose.c
14841                 undo previous change as it broke the smart wrapping
14842
14843 2001-10-29 [darko]      0.6.4claws13
14844
14845         * src/compose.c
14846                 fix infinite loop when long URL is quoted
14847                 (closes bug #475122.
14848
14849 2001-10-28 [match]
14850
14851         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14852                 import Mutt address book
14853         * src/ldif.[ch] src/importldif.h
14854                 modified import LDIF handle user attributes
14855
14856 2001-10-28 [christoph]  0.6.4claws12
14857
14858         * src/summaryview.c
14859                 fixed that filtering did not work if there
14860                 were no filter rules
14861                 (closes bug #472003 and better implementation
14862                  of patch #474644)
14863
14864 2001-10-27 [christoph]  0.6.4claws11
14865
14866         * src/compose.c
14867                 make the folder's default account to be used when
14868                 replying. (patch by wwp <subscript@free.fr>)
14869         * src/compose.c
14870                 code cleanup, nearly killed all of wwp's patch
14871                 for folder's default account in compose
14872         * src/folderview.c
14873                 error panel when a folder could not be created
14874                 (closes bug #471080 new folder name & already
14875                  existing file)
14876
14877 2001-10-26 [alfons]
14878
14879         * src/utils.h
14880                 change prototype of strstr2() that Christoph forgot about
14881
14882 2001-10-26 [christoph]  0.6.4claws10
14883
14884         * src/account.c
14885                 made search for accounts by email address not case
14886                 sensitive
14887         * src/folder.c
14888                 fixed memory leak in folder_item_get_identifier
14889         * src/gtkspell.c
14890         * src/utils.c
14891                 fixed wrong strstr2 (should work like strstr)
14892
14893 2001-10-26 [darko]      0.6.4claws9
14894
14895         * src/compose.c src/gtkstext.[ch]
14896         * src/gtkstext.c
14897                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14898
14899 2001-10-26 [paul]       0.6.4claws8
14900
14901         * src/html.c
14902                 ignore css and javascript tags in html mail
14903                 case-insensitive, with or without double-quoted
14904                 strings
14905
14906 2001-10-26 [paul]       0.6.4claws7
14907
14908         * sync with sylpheed 0.6.4cvs1
14909                 see ChangeLog entry 2001-10-26
14910
14911         * src/prefs_account.c, src/prefs_common.c,
14912           src/prefs_summary_column.c
14913                 minor improvements to the English
14914
14915 2001-10-25 [alfons]     0.6.4claws6
14916
14917         * src/gtkstext.c
14918         
14919                 make GtkSText follow style of GtkText (closes bug 
14920                 #469211 "text selection while writing message")
14921                 
14922                 do sync with GTK 1.2.10
14923
14924 2001-10-25 [paul]       0.6.4claws5
14925
14926         * src/html.c
14927                 ignore css tags in html mail
14928
14929 2001-10-25 [darko]      0.6.4claws4
14930
14931         * src/compose.c
14932                 don't declare is_url_string as static function since
14933                 we need it in gtkstext.c
14934         * src/gtkstext.c
14935                 remove unused variable
14936                 don't wrap long URLs while composing a message
14937
14938 2001-10-24 [christoph]  0.6.4claws3
14939
14940         * src/socket.c
14941                 fix ssl deadlock, when peer closes connection
14942
14943 2001-10-24 [paul]       0.6.4claws2
14944
14945         * src/prefs_common.c
14946                 gettextize the gpg ascii-armored warning message
14947
14948         * src/compose.c
14949                 insert a DOS/MAC file into the composed message
14950                 (improvements)
14951
14952         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14953
14954 2001-10-22 [paul]       0.6.4claws1
14955
14956         * sync with sylpheed 0.6.4 release
14957                 see ChangeLog entries 2001-10-21
14958
14959         * po/fr.po, po/pt_BR.po
14960                 updated by Melvin Hadasht and Fabio Junior Beneditto
14961
14962 2001-10-21 [paul]       0.6.3claws30
14963
14964         * src/compose.c
14965                 insert a DOS text file from the compose window
14966                 into the composed message text (removes CRs characters)
14967                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14968
14969         * tools/filter_conv.pl, tools/README
14970                 automatically use ~/.sylpheed as working directory
14971                 print out confirmation message on completion
14972
14973         * correct Hoa's last ChangeLog.claws entry
14974
14975 2001-10-20 [hoa]        0.6.3claws29
14976
14977         * src/grouplistdialog.c
14978                 bugfix (another ?) to give the right
14979                 newsgroups list for each news server.
14980
14981         * src/news.c
14982         * src/news.h
14983                 improve the newsgroups list cache
14984
14985 2001-10-20 [paul]       0.6.3claws28
14986
14987         * sync with sylpheed 0.6.3cvs9
14988                 see ChangeLog entry 2001-10-19
14989
14990         * correct Alfons' last ChangeLog.claws entry
14991
14992 2001-10-19 [alfons]
14993
14994         * src/pgptext.[ch]
14995                 fix compilation problems (part of bug #472895)
14996
14997 2001-10-18 [hoa]        0.6.3claws27
14998
14999         * src/grouplistdialog.c
15000                 bugfix when we refresh was clicked (bug 472701)
15001
15002 2001-10-19 [christoph]  0.6.3claws26
15003
15004         * src/compose.c
15005                 last header entry should default to "To:" or
15006                 "Newsgroups:" and not copy the last entry line
15007                 in a new compose window
15008                 (closes bug #472686, #470792)
15009
15010 2001-10-19 [paul]       0.6.3claws25
15011
15012         * sync with Sylpheed 0.6.3cvs8
15013                 see ChangeLog entries 2001-10-18 and 2001-10-19
15014
15015 2001-10-18 [christoph]  0.6.3claws24
15016
15017         * src/procmsg.c
15018                 reimplement ignore thread
15019         
15020 2001-10-18 [hoa]        0.6.3claws23
15021
15022         * src/folderview.c
15023         * src/grouplistdialog.[ch]
15024                 enhanced news subscription interface (feature 469113)
15025
15026         * src/news.c
15027         * src/news.h
15028                 enchanced newsgroup listing,
15029                 now, we can get groups informations
15030                 (NNTPGroupInfo)
15031
15032 2001-10-18 [paul]       0.6.3claws22
15033
15034         * src/summaryview.c
15035                 remove comment (sync with main branch)
15036         * src/mainwindow.c
15037                 fix 'Re-edit' bug in 'Message' menu
15038
15039 2001-10-17 [christoph]  0.6.3claws21
15040
15041         * src/compose.c
15042                 ignore empty or whitespace only header lines
15043
15044 2001-10-17 [paul]       0.6.3claws20
15045
15046         * sync with sylpheed 0.6.3cvs7
15047                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15048                 2001-10-17
15049
15050 2001-10-17 [darko]
15051
15052         * src/compose.c
15053                 wrap long lines without spaces
15054                 don't wrap URLs
15055
15056 2001-10-16 [paul]
15057
15058         * po/es.po, po/nl.po, po/pt_BR.po
15059                 updated by Ricardo Mones Lastra, Alfons,
15060                 and Fabio Junior Beneditto
15061
15062         * sylpheed-0.6.3claws released
15063
15064 2001-10-15 [melvin] 0.6.3claws18
15065
15066         * README.claws
15067                 added summary and detailed installation instructions
15068                 for spell checker
15069         * po/fr.po
15070                 Updated, corrected and completed french translation
15071
15072 2001-10-15 [hoa] 0.6.3claws17
15073         * src/grouplistdialog.c
15074                 we can choose the newsgroups to display with wildcards
15075
15076 2001-10-15 [christoph]  0.6.3claws16
15077
15078         * src/account.c
15079         * src/compose.c
15080         * src/prefs_folder_item.[ch]
15081                 applied wwp <subscript@free.fr>'s folder
15082                 default account patch
15083         * po/de.po
15084                 Fixed wrong translation
15085
15086 2001-10-13 [alfons, christoph, melvin]  
15087                         0.6.3claws15
15088
15089         solution #2 to solve MT-safety problems defers all GUI related calls
15090         to the main thread using a gtk_idle_add() callback. discussed on
15091         ircnet #sylpheed, with christoph spotting some issues with the
15092         original code, and melvin allowing us to lobotomize his sylpheed.
15093
15094         * src/syldap.[ch], src/main.c
15095                 fix race problem in ldap search thread by deferring GUI 
15096                 stuff to main thread using gtk_idle_add()
15097
15098 2001-10-13 [paul]       0.6.3claws14
15099
15100         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15101                 add Sergey's smtpcred.patch
15102                 adds separate username/password setting for SMTP Auth
15103                 needed by some servers
15104                 (closes feature request #471659)
15105
15106 2001-10-13 [paul]       0.6.3claws13
15107
15108         * src/pgptext.[ch] **NEW FILES**
15109         * src/Makefile.am, src/messageview.c, src/mimeview.c
15110                 decrypt ascii-armored gpg text embedded in
15111                 the message body.
15112                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15113
15114 2001-10-13 [christoph]  0.6.3claws12
15115
15116         * README.claws
15117                 some more details on default to and
15118                 feature requests
15119         * src/main.c
15120                 init glib threading when ldap is used
15121         * src/syldap.c
15122                 threading fixes
15123         * po/de.po
15124                 fixed a typo
15125
15126 2001-10-12 [paul]       0.6.3claws11
15127
15128         * src/prefs_common.[ch], src/rfc2015.c
15129                 enable ascii-armored gpg text to be embedded in the
15130                 message body, selectable through the 'Privacy'
15131                 preferences. Supports encrypting only.
15132                 Submitted by Ravemax <ravemax@dextrose.com>
15133
15134 2001-10-12 [paul]       0.6.3claws10
15135
15136         * sync with sylpheed 0.6.3cvs6
15137                 see ChangeLog entries 2001-10-11 and 2001-11-12
15138
15139         * src/folderview.c
15140                 incorporated mbox folders, scoring, and folder
15141                 properties into the sync
15142
15143 2001-10-12 [darko]      0.6.3claws9
15144
15145         * README.claws
15146                 describe quotation wrapping
15147         * src/compose.c
15148                 don't treat tab as space to calculate line length properly
15149
15150 2001-10-11 [alfons]
15151
15152         * README.claws
15153                 correct description of how to make new filtering system work,
15154                 add some other things
15155                 
15156         * src/syldap.c
15157                 remove sched_yield() (not necessary / unportable)
15158
15159 2001-10-11 [paul]       0.6.3claws8
15160
15161         * sync with sylpheed 0.6.3cvs3
15162                 see ChangeLog entry 2001-10-10
15163
15164 2001-10-10 [christoph]  0.6.3claws7
15165
15166         * .cvsignore
15167                 ignore 2 files created by newer autotools
15168         * src/prefs_folder_item.c
15169                 using table for widget alignment
15170                 fixed memory leak and broken octal display
15171         * src/filesel.c
15172                 fixed segfault caused by lost filename
15173                 workaround (closes bug #469551)
15174
15175 2001-10-10 [paul]       0.6.3claws6
15176
15177         * sync with sylpheed 0.6.3cvs2
15178                 see ChangeLog entries 2001-10-09 and 2001-10-10
15179
15180 2001-10-10 [darko]      0.6.3.claws5
15181
15182         * src/gtkstext.c
15183                 proper calculation of right margin if smart wrapping is enabled
15184         * src/compose.c
15185                 automatically wrap long lines if wrap quotation is enabled
15186
15187 2001-10-09 [alfons]     0.6.3.claws4
15188
15189         * src/summaryview.c
15190                 select correct row when deleting last row in the summary view (and
15191                 close bug "[ #469104 ] select second last in list when deleting")
15192
15193 2001-10-09 [paul]       0.6.3claws3
15194
15195         * sync with sylpheed 0.6.3cvs1
15196                 updated some autotool scripts
15197
15198 2001-10-09 [darko]      0.6.3claws2
15199
15200         * src/gtkstext.[ch]
15201                 new name and mark with Sylpheed comment
15202         * src/compose.c
15203                 smart quotation wrapping a-la VIM
15204
15205 2001-10-08 [paul]       0.6.3claws1
15206
15207         * sync with sylpheed 0.6.3 release
15208                 see ChangeLog entry 2001-10-08
15209
15210 2001-10-08 [paul]       0.6.2claws24
15211
15212         * src/summaryview.c
15213                 more sync with sylpheed 0.6.2cvs12
15214                 Fixed the bug that didn't select the last row correctly
15215
15216
15217 2001-10-07 [paul]       0.6.2claws23
15218
15219         * sync with sylpheed 0.6.2cvs12
15220                 see ChangeLog entry 2001-10-07
15221
15222 2001-10-06 [match]
15223         * src/jpilot.[ch]
15224                 enable jpilot to read unsynch'ed addresses.
15225
15226         * src/editldap_basedn.c
15227                 fix segfault when opening dialog.
15228
15229 2001-10-06 [alfons]     0.6.2.claws22
15230
15231         * src/summaryview.c
15232                 fix bug with summary view selecting last *inserted*
15233                 node instead of last *visible* node. remember we
15234                 work with a tree
15235
15236 2001-10-06 [paul]       0.6.2claws21
15237
15238         * po/pt_BR.po
15239                 updated translation, contains some fixes and new
15240                 translations, submitted by Gustavo Noronha Silva
15241                 <kov@debian.org>
15242
15243         * src/prefs_common.c
15244                 change 'each' to 'every' - fix dubious English
15245
15246         * sync with sylpheed 0.6.2cvs11
15247
15248 2001-10-05 [alfons]     0.6.2claws20
15249
15250         * src/mainwindow.[ch], src/folderview.c
15251                 make composite tool button switch between "Compose News"
15252                 and "Compose Mail" depending on selected folder
15253                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15254
15255 2001-10-05 [paul]       0.6.2claws19
15256
15257         * src/mainwindow.c, src/summaryview.c
15258                 fix 'Message/Reply to all', broken in last commit
15259
15260         * src/compose.c
15261                 fix X_BEENTHERE seg fault, thanks to Alfons
15262
15263 2001-10-04 [paul]       0.6.2claws18
15264
15265         * src/compose.[ch], src/mainwindow.c
15266                 make "Message/Reply" reply to mailing lists; matches
15267                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15268                 based on portions of the patch submitted by
15269                 Junichi Uekawa <dancer@netfort.gr.jp>
15270
15271 2001-10-04 [darko]      0.6.2claws17
15272
15273         * src/compose.c
15274                 better smart wrapping
15275         * src/gtkstext.[hc]
15276                 a function to make text buffer contiguous
15277
15278 2001-10-03 [paul]       0.6.2claws16
15279
15280         * sync with sylpheed 0.6.2cvs10
15281
15282 2001-10-02 [alfons]
15283
15284         * configure.in
15285         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15286                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15287                 references to chinese translations (hope someone picks up
15288                 this)
15289
15290 2001-10-02 [christoph]  0.6.2claws15
15291
15292         * src/compose.c
15293                 fixed non translated header bug
15294         * ChangeLog.claws
15295                 fixed wrong date in alfons last entry ;)
15296
15297 2001-10-02 [alfons]     0.6.2claws14
15298
15299         * src/compose.c, src/prefs_common.[ch]
15300                 add block cursor option
15301
15302 2001-10-02 [paul]       0.6.2claws13
15303
15304         * sync with sylpheed 0.6.2cvs9
15305
15306 2001-09-30 [paul]       0.6.2claws12
15307
15308         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15309                 updated translations
15310
15311         * po/POTFILES.in
15312                 add 'src/importldif.c'
15313
15314         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15315                 added eudora-to-vCard conversion tool
15316                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15317
15318         * sync with sylpheed 0.6.2cvs8
15319
15320 2001-09-30 [paul]
15321
15322         * sylpheed-0.6.2claws released
15323
15324 2001-09-27 [melvin]     0.6.2claws11
15325
15326         * src/gtkspell.c
15327                 fixed crash when using default path (introduced 
15328                 in 0.6.2claws10)
15329                 fixed tiny bug for initial suggestion mode
15330
15331 2001-09-27 [melvin]     0.6.2claws10
15332         
15333         * src/gtkspell.c
15334                 fixed bug where gtkpspell didn't set the path correctly
15335
15336         * README.claws
15337                 added a paragraph about spell checking
15338                 
15339
15340
15341 2001-09-27 [paul]       0.6.2claws9
15342
15343         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15344                 replace '// comments' with '/* comments */' to prevent
15345                 some compiler warnings 
15346
15347         * sync with sylpheed 0.6.2cvs6
15348
15349 2001-09-26 [alfons]     0.6.2claws8
15350
15351         * src/messageview.c
15352                 introduce return receipt request notification again,
15353                 which was lost because of other semantics in 
15354                 procheader_parse() (???)
15355
15356 2001-09-26 [christoph]  0.6.2claws7
15357
15358         * src/compose.c
15359                 replace comments for old code with #if 0
15360                 readded auto cc, bcc and reply-to
15361         * src/prefs_matcher.c
15362         * src/prefs_scoring.c
15363                 removed some definition (was moved to
15364                 prefs.h)
15365
15366 2001-09-26 [paul]       0.6.2claws6
15367
15368         * src/mainwindow.c
15369                 make 'Follow-up and reply to' sensitive
15370
15371         * more sync with sylpheed 0.6.2cvs5
15372
15373 2001-09-25 [melvin]
15374
15375         * 0.6.2claws5
15376
15377         * src/gtkspell.c
15378                 fixed bug for "US-ASCII" introduced by the encoding code
15379
15380 2001-09-25 [paul]
15381
15382         * 0.6.2claws4
15383
15384         * src/prefs_common.[ch], src/summaryview.c
15385                 'next unread msg' 'go to next folder?' dialog can be
15386                 given default behaviour, either always show dialog,
15387                 or assume 'yes', or assume 'no'
15388                 Submitted by wwp <subscript@free.fr>
15389
15390 2001-09-25 [melvin]
15391                 
15392         * src/compose.c src/gtkspell.[ch]
15393                 added support for different encodings
15394
15395 2001-09-25 [paul]
15396
15397         * more sync with sylpheed 0.6.2cvs5
15398
15399 2001-09-24 [alfons]
15400         
15401         * src/prefs_folder_item.c
15402                 add check for item->prefs->default_to string is NULL and
15403                 add another check when freeing this string
15404
15405 2001-09-24 [paul]
15406
15407         * configure.in
15408                 change to version 0.6.2claws3
15409
15410         * sync with sylpheed 0.6.2cvs5 
15411
15412 2001-09-24 [match]
15413         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15414                 import LDIF files.
15415         * src/addrcache.[ch], addrindex.[ch]
15416                 small update for future
15417         * src/addrbook.c
15418                 fix test XML file.
15419
15420 2001-09-24 [melvin]
15421         * src/gtkspell.[ch]
15422                 added 'Learn from mistakes' option
15423                 better handling of quotes in checked words
15424                 sorted dict list
15425         * po/fr.po
15426                 small update for spell checking stuff
15427
15428 2001-09-23 [alfons]
15429         
15430         * src/gtkspell.c
15431                 edit a little bit so it complies more with main coding style
15432
15433 2001-09-23 [alfons]
15434
15435         * src/folder.[ch], prefs_folder_item.c, compose.c
15436                 migrate "request return receipt" folder property
15437                 to folderlist.xml
15438
15439 2001-09-22 [alfons]
15440
15441         * README.claws **NEW**
15442                 (add things of interest for users of main branch 
15443                 and claws here)
15444
15445         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15446                 re-implement threading per folder option, but store 
15447                 the setting in folderlist.xml (where it belongs)
15448
15449 2001-09-21 [melvin]
15450
15451         * src/gtkspell.[ch]
15452                 fixed bug when compose window is under another window
15453         * src/prefs_common.[ch] src/compose.c
15454                 changed 'dictionary_path' to 'dictionary' to be consistent
15455                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15456         * ac/pspell.m4 src/Makefile.am 
15457                 dropped PSPELL_PATH macro
15458         * po/fr.po
15459                 updated translations
15460
15461 2001-09-21 [christoph]
15462
15463         * src/compose.c
15464                 added border around header fields
15465                 keep header type when new field is added
15466
15467 2001-09-20 [christoph]
15468
15469         * src/utils.[ch]
15470                 more portable debug_print with source filename
15471                 and linenumber
15472         * src/procmsg.c
15473                 more newlines after debug messages
15474
15475 2001-09-20 [paul]
15476
15477         * configure.in
15478                 change to version 0.6.2claws2
15479
15480         * sync with sylpheed 0.6.2cvs3
15481
15482 2001-09-19 [melvin]
15483
15484         * src/gtkspell.c
15485                 fixed the post-right-click focus pb
15486                 fixed crash when 'Spell check all' after dict change 
15487                         and when cursor is at the end of the text
15488                 shift-right-click pops up config menu even on misspelled words.
15489         * po/POTFILES.in
15490                 added gtkspell.c
15491
15492 2001-09-19 [melvin]
15493
15494         * src/about.c
15495                 added pspell to compiled-in features list
15496
15497 2001-09-18 [melvin]
15498
15499         * switched to pspell and dropped ispell
15500         * ac/pspell.m4
15501                 new file. autoconf macro for pspell
15502         * ac/Makefile.am 
15503         * configure.in acconfig.h
15504                 added pspell support
15505         * src/Makefile.am
15506         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15507         * src/prefs_common.[ch] 
15508                 added pspell support
15509
15510 2001-09-18 [christoph]
15511
15512         * src/addr_compl.c
15513         * src/template.[ch]
15514                 replace LOG_MESSAGE with debug_print
15515         * src/compose.[ch]
15516                 gui improvements
15517         * src/menu.c
15518                 added newline after debug message
15519         * src/utils.h
15520                 using __VA_ARGS__ for debug_print macro
15521         * tools/.cvsignore
15522                 ignore Makefile and Makefile.in
15523
15524 2001-09-18 [paul]
15525
15526         * configure.in
15527                 change to version 0.6.2claws1
15528         * sync with sylpheed 0.6.2cvs1
15529
15530         * src/matcher.c 
15531         * src/prefs_matcher.c
15532                 add 'score equal to' option, submitted by
15533                 Paul Evans <nerd@freeuk.com>
15534
15535 2001-09-15 [christoph]
15536
15537         * src/mainwindow.c
15538                 comment out menu entry not existing in claws
15539         * src/menu.c
15540                 add debug output for non existing menu entries
15541         * src/summaryview.c
15542                 fix next/prev unread message for ignored threads
15543         * src/utils.[ch]
15544                 add sourcefile and line number to debug output
15545                 otherwise it is sometimes hard to find the
15546                 source code part if debug messages are translated
15547
15548 2001-09-14 [darko]
15549         
15550         * src/folderview.c
15551                 refresh target folder style after colour is changed
15552
15553 2001-09-13 [paul]
15554
15555         * configure.in
15556                 change to version 0.6.1claws3
15557
15558         * sync with sylpheed 0.6.1cvs6
15559
15560 2001-09-13 [darko]
15561         
15562         * src/folderview.c
15563                 fix target folder colourization to use user selected colour
15564
15565 2001-09-12 [darko]
15566         
15567         * src/summaryview.c
15568                 fix crash when message that is marked for copy/move is unmarked
15569
15570 2001-09-09 [paul]
15571
15572         * configure.in
15573                 change to version 0.6.1claws2
15574
15575         * sync with sylpheed 0.6.1cvs3
15576
15577 2001-09-09 [alfons]
15578         
15579         * src/folderview.c
15580                 fix bug with default font used for trash folder text
15581
15582 2001-09-06 [paul]
15583
15584         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15585                 updated translations
15586
15587         * configure.in
15588                 change to version 0.6.1claws1
15589
15590         * sync with sylpheed 0.6.1cvs2
15591
15592 2001-09-03 [paul]
15593
15594         * po/POTFILES.in
15595                 add Match's new addressbook
15596
15597         * po/de.po
15598                 updated translation submitted by Jens Oberender
15599
15600 2001-09-02 [paul]
15601
15602         * configure.in
15603                 change to 0.6.1claws
15604         * sync with sylpheed 0.6.1 release
15605
15606 2001-09-02 [paul]
15607
15608         * configure.in
15609                 change to 0.6.0claws2
15610
15611         * sync with sylpheed 0.6.0cvs4
15612
15613         * po/pt_BR.po
15614                 updated translation submitted by Fabio Junior Beneditto
15615
15616 2001-09-01 [match]
15617         * pixmaps/
15618                 interface.xpm
15619                 book.xpm
15620                 address.xpm
15621         * src/
15622                 Makefile.am
15623                 a ton of new files
15624
15625 2001-08-31 [paul]
15626
15627         * configure.in
15628                 change to version 0.6.0claws1
15629
15630         * sync with sylpheed 0.6.0cvs1
15631
15632         * po/es.po
15633                 updated translation submitted by Ricardo Mones Lastra
15634
15635         * po/POTFILES.in
15636                 add 'src/prefs_templates.c'
15637
15638         * src/compose.c, src/summaryview.c
15639                 fix segfault on 'Re_edit'               
15640
15641 2001-08-30 [alfons]
15642
15643         * configure.in, Makefile.am
15644         * tools/Makefile.am
15645                 add tools directory to source distribution
15646
15647 2001-08-30 [paul]
15648
15649         * configure.in
15650                 change to version 0.6.0claws
15651
15652         * sync with sylpheed 0.6.0 release
15653
15654 2001-08-30 [christoph]
15655
15656         * configure.in
15657                 removed autoconf version check
15658
15659 2001-08-30 [paul]
15660
15661         * src/account.c, src/compose.c, src/prefs_common.[ch]
15662         * src/procheader.[ch] src/utils.[ch]
15663                 Enhanced automatic account selection on replies
15664                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15665
15666         * configure.in
15667                 add LDAP and JPilot to the configuration results output.
15668
15669 2001-08-29 [christoph]
15670
15671         * src/summeryview.c
15672                 no bold font for ignored threads
15673
15674 2001-08-29 [paul]
15675
15676         * configure.in
15677                 change to version 0.5.3claws6
15678
15679         * sync with sylpheed 0.5.3cvs10
15680                 src/stringtable.[ch]: New Files
15681
15682         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15683         * src/pixmaps/sylpheed.xpm
15684                 add mini-icons to windows (by Alfons)
15685
15686 2001-08-27 [paul]
15687
15688         * src/mainwindow.c
15689                 new functions: next_labeled_cb(), prev_labeled_cb()
15690
15691         * src/summaryview.c
15692                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15693                 summary_select_next_labeled(), summary_select_prev_labeled()
15694
15695         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15696                 give claws blue folders and a blue trash can
15697
15698 2001-08-27 [paul]
15699
15700         * configure.in
15701                 change to version 0.5.3claws5
15702
15703         * sync with sylpheed 0.5.3cvs9
15704                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15705
15706 2001-08-24 [christoph]
15707
15708         * src/filesel.c
15709                 keep filename when browsing directories
15710                 (not working for user entered filename, but
15711                  for default name and selected filename from
15712                  file list)
15713         * src/mainwindow.c
15714                 fixed wrong spelling "Folllow-up"
15715         * src/mbox_folder.c
15716         * src/procmsg.c
15717         * src/summaryview.c
15718                 fixed new/unread message count with ignored
15719                 threads (2 commits, first didn't notice no
15720                 longer needed decreasing)
15721         * src/inc.c
15722                 readded scrolling of progress dialog
15723                 (lost in sync)
15724
15725 2001-08-24 [paul]
15726
15727         * configure.in
15728                 change to 0.5.3claws4
15729
15730         * sync with sylpheed 0.5.3cvs7
15731
15732 2001-08-24 [christoph]
15733
15734         * src/compose.c
15735                 set request return receipt when replying
15736                 if it is set is the folder prefs of the
15737                 message
15738         * src/inc.c
15739                 disable final error popup if popups are
15740                 disabled in config (again)
15741
15742 2001-08-23 [paul]
15743
15744         * configure.in
15745                 Change version number to 0.5.3claws3
15746
15747         * sync with sylpheed 0.5.3cvs5
15748
15749         * src/mimeview.c
15750                 double quote '%s' in 'gedit %s' to fix bug when
15751                 opening attachment with spaces in the name
15752
15753 2001-08-22 [alte]
15754         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15755           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15756                 initial message templates support
15757
15758
15759 2001-08-22 [paul]
15760
15761         * configure.in
15762                 change version number to 0.5.3claws2
15763
15764         * sync with sylpheed 0.5.3cvs4
15765
15766         * src/procmsg.h src/summaryview.c
15767                 re-implement (un)ignore thread
15768
15769 2001-08-21 [paul]
15770
15771         * src/summaryview.c
15772                 remove unnecessary code
15773         * src/compose.c
15774                 enable 'dynamic' signatures (submitted by
15775                 Eric Limpens <eric@hscg-internet.nl>)
15776
15777 2001-08-21 [paul]
15778
15779         clean up after sync with sylpheed 0.5.3 release
15780
15781         * src/folderview.c
15782                 fix re-introduced font mess, see Christoph's
15783                 entry 2001-06-24
15784
15785         * src/summaryview.c
15786                 remove prev_msgnum
15787                 use sylpheed's small font instead of
15788                 gtk default font for summary view
15789
15790
15791 2001-08-17 [paul]
15792
15793         * configure.in
15794                 add pl to ALL_LINGUAS - sync with main branch
15795
15796         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15797                 Updated. Translations by Jens Oberender, Ricardo Mones
15798                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15799
15800         * po/pl.po  ** NEW FILE **
15801                 sync with the main branch
15802
15803         * src/folderview.c
15804                 fix target folder colorizing and refresh problem
15805
15806
15807 2001-08-17 [christoph]
15808
15809         * src/mainwindow.c
15810                 claws uses 4 colors for target folder coloring.
15811                 arrays were not long enough and destroyed the
15812                 stack causing a segfault.
15813                 target folder colorizing does not work anymore
15814                 for me
15815
15816 2001-08-16 [paul]
15817
15818         * configure.in
15819                 change to version 0.5.3claws1
15820
15821         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15822           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15823           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15824
15825                 sync with sylpheed 0.5.3 release, but keep claws method of
15826                 configuring/saving fonts
15827
15828         * src/addressbook.[ch]
15829                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15830                 in line with a similar change in Hiroyuki's branch
15831
15832         * src/mainwindow.[ch]
15833                 disable main_window_set_thread_option()
15834         * src/prefs_folder_item.c
15835                 comment out &tmps_prefs.enable_thread,
15836         * src/mbox_folder.c, src/procmsg.[ch]
15837                 comment out MSG_IS_IGNORE_THREAD
15838         * src/summaryview.c
15839                 comment out summary_ignore_thread() and summary_unignore_thread()
15840                 comment out MSG_IS_IGNORE_THREAD
15841
15842                 use Hiroyuki's threading instead.
15843
15844
15845
15846 2001-08-15 [paul]
15847
15848         * src/account.c
15849                 use Hiroyuki's 0.5.3 column scheme but also
15850                 include the enable/disable button.
15851         * src/pixmaps/mark.xpm
15852                 add Hiroyuki's amended pixmap
15853
15854 2001-08-13 [christoph]
15855
15856         * src/account.c
15857                 receive at get all column showed wrong state for APOP
15858                 button should only work for POP3 and APOP accounts
15859         * src/prefs_account.c
15860                 added missing preprocessor statement for SSL
15861
15862 2001-08-12 [paul]
15863
15864         * src/account.[ch]
15865                 add 'receive at get all' column and enable/disable
15866                 button.
15867
15868 2001-08-06 [christoph]
15869
15870         * src/account.c
15871                 show usage of SSL in protocol column
15872
15873         * src/imap.c
15874         * src/inc.c
15875                 renamed ssl options
15876
15877         * src/prefs_account.[ch]
15878                 moved ssl options to a new page
15879
15880         * src/send.c
15881         * src/smtp.c
15882         * src/ssl.[ch]
15883                 renamed ssl options
15884                 added support for SMTP STARTTLS command
15885
15886 2001-08-05 [christoph]
15887
15888         * configure.in
15889                 debian autoconf needs version check to find
15890                 correct autoconf version. if the file is
15891                 named configure.in 2.13 is used, which does
15892                 not work with this configure.in script.
15893                 other solution would be to rename the script
15894                 to configure.ac as suggested in the autoconf
15895                 manual.
15896
15897         * src/inc.c
15898                 disable final error popup if popups are
15899                 diabled in config
15900
15901         * src/socket.c
15902                 bugfix in ssl_gets
15903                 fixes IMAP over SSL problem
15904
15905 2001-08-03 [paul]
15906
15907         * configure.in
15908                 change to 0.5.2claws1
15909
15910         * sync with sylpheed 0.5.2cvs1
15911
15912 2001-08-02 [alfons]
15913
15914         * configure.in
15915                 quick fix for ispell detection...
15916
15917 2001-08-01 [paul]
15918
15919         * configure.in
15920                 change to 0.5.1claws4
15921
15922         * sync with sylpheed 0.5.1cvs7
15923
15924 2001-07-31 [alfons]
15925
15926         * src/prefs_common.c, src/prefs_common.h, 
15927           src/gtkspell.c, src/gtkspell.h
15928                 add global spelling checker settings (compose tab) +
15929                 selection of dictionary 
15930           
15931         * configure.in  
15932                 guess valid ispell location
15933
15934 2001-07-31 [paul]
15935
15936         * po/POTFILES.in
15937                 removal of 'src/quote_fmt_parse.c'
15938         * po/de.po
15939                 Updated de.po
15940                 (submitted by Jens Oberender <didge@suse.de>)
15941
15942 2001-07-31 [darko]
15943
15944         * src/folder.[ch]
15945         * src/folderview.[ch]
15946         * src/mainwindow.c
15947         * src/mh.c
15948         * src/prefs_common.[ch]
15949         * src/summaryview.c
15950                 target folder colourization
15951
15952 2001-07-30 [paul]
15953
15954         more sync with Sylpheed 0.5.1cvs6 
15955
15956 2001-07-30 [darko]
15957
15958         * src/mh.c
15959         * src/prefs_folder_item.[hc]
15960         * src/summaryview.c
15961                 shared folders support with a GUI
15962
15963 2001-07-29 [paul]
15964
15965         0.5.1claws3
15966
15967         * sync with Sylpheed 0.5.1cvs6
15968
15969 2001-07-29 [paul]
15970
15971         * po/pt_BR.po
15972                 updated
15973                 (submitted by Fabio Junior Beneditto)
15974
15975 2001-07-28 [paul]
15976
15977         * src/procmime.c
15978         * AUTHORS
15979                 patch to correct bad image mime headers
15980                 (submitted by Don Quijote <dq@searchlores.org>)
15981
15982 2001-07-28 [paul]
15983
15984         * tools/gif2xface.pl   **NEW FILE**
15985         * tools/README
15986                 script to convert file.gif to file.xface for
15987                 use in a custom header.
15988                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15989
15990 2001-07-27 [alfons]
15991         
15992         * configure.in
15993                 change macros for detecting JPilot and LDAP
15994
15995 2001-07-27 [christoph]
15996
15997         * src/filtering.c
15998                 code cleanup (MIN / MAX warning, needed casting)
15999
16000 2001-07-27 [alfons]
16001
16002         * procheader.c
16003                 disallow setting flags when detecting certain headers
16004                 (X-Status, Status, Seen, X-Seen). 
16005         
16006         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16007
16008 2001-07-27 [christoph]
16009
16010         * src/prefs_filter.c
16011         * src/prefs_filtering.c
16012         * src/prefs_matcher.c
16013         * src/prefs_scoring.c
16014                 scroll list when moving rows up or down
16015
16016         * src/imap.c
16017         * src/imap.h
16018         * src/prefs_account.c
16019         * src/prefs_account.h
16020         * src/send.c
16021                 SMTP over SSL (untested, feedback requested)
16022                 IMAP over SSL
16023
16024         * src/ssl.c
16025                 code cleanup
16026
16027 2001-07-26 [alfons]
16028         
16029         * configure.in, acconfig.h
16030                 define CLAWS (need this for main / claws detection)
16031
16032 2001-07-25 [alfons]
16033
16034         * configure.in
16035                 Sylpheed 0.5.1claws2
16036                 
16037         * sync with Sylpheed 0.5.1cvs4
16038
16039 2001-07-25 [christoph]
16040
16041         * src/scoring.c
16042                 fixed segfault
16043                 item->prefs == NULL (don't know why)
16044
16045 2001-07-25 [alfons]
16046
16047         * configure.in
16048                 Sylpheed 0.5.1claws1
16049
16050         * sync with Sylpheed 0.5.1cvs1-3
16051
16052 2001-07-24 [christoph]
16053
16054         * src/folderview.c
16055         * src/prefs_folder_item.[ch]
16056                 added folderitem preferences dialog with
16057                 default To: and auto request return receipt
16058
16059         * src/compose.[ch]
16060         * src/menu.[ch]
16061                 changes to handle new folderitem preferences
16062
16063         * src/mainwindow.c
16064         * src/summaryview.c
16065                 call compose new mail with current folderitem
16066
16067 2001-07-24 [alfons]
16068
16069         Release Sylpheed 0.5.1claws
16070
16071         * configure.in
16072                 change to release version 0.5.1claws
16073
16074 2001-07-24 [christoph]
16075
16076         * src/summaryview.c
16077                 fixed segfault that happend when the selected
16078                 message was removed while retrieving new messages.
16079
16080         * po/es.po
16081                 updated translation
16082                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16083
16084 2001-07-22 [alfons]
16085
16086         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16087         this is a work in progress, for more information: http://nlpagan.net/sylman 
16088         
16089         * configure.in, src/mainwindow.c, manual/Makefile.am
16090                 add support for English manual
16091
16092         * AUTHORS
16093                 add authors of user manuals
16094
16095         * manual/en/sylpheed*.html
16096                 add English documentation
16097
16098 2001-07-22 [christoph]
16099
16100         * po/POTFILES.in
16101                 added src/ssl.c
16102         * src/ssl.c
16103                 changed a wrong debug message
16104
16105 2001-07-22 [alfons]
16106
16107         * po/nl.po
16108                 update Dutch translation
16109
16110         * src/prefs_filtering.c, 
16111           src/prefs_matcher.c
16112                 add more translatable strings           
16113
16114 2001-07-21 [alfons]
16115
16116         0.5.0claws7
16117
16118         * configure.in
16119                 change version
16120
16121         * src/inc.c, src/summaryview.[ch]
16122                 prevent update of mark file when filtering has done, by
16123                 using a variable; this affects two functions:
16124                         inc.c::inc_finished()
16125                         summaryview.c::summary_show()
16126
16127 2001-07-20 [alfons]
16128
16129         * src/filtering.[ch], src/prefs_filtering.c, 
16130           src/matcher.[ch]
16131                 add filtering action for label coloring 
16132
16133         * po/POTFILES.in
16134                 add labelcolors.c
16135
16136         * added src/labelcolors.c
16137         * added src/labelcolors.h
16138         * src/Makefile.am, src/summaryview.c
16139                 rearrange label coloring code
16140
16141         * src/procmsg.h
16142                 add more parentheses so label colouring works correctly
16143
16144         * src/filtering.c
16145                 don't really delete message, but move it to Trash
16146
16147         * src/prefs_matcher.c
16148                 add quote options to info dialog
16149
16150 2001-07-20 [christoph]
16151
16152         * src/Makefile.am
16153         * src/inc.c
16154         * src/main.[ch]
16155         * src/socket.h
16156         * src/ssl.[ch] (new)
16157                 moved ssl stuff to a seperate file
16158
16159 2001-07-20 [darko]
16160
16161         * src/summaryview.c
16162                 fix show sender using address book with no e-mail
16163                 address in From: field
16164
16165 2001-07-19 [alfons]
16166
16167         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16168                 fix messy handling of escaping... now at least the
16169                 execute command is useful. escape char is '\', we
16170                 accept \n and \r too. 
16171
16172                 Real life example:
16173                 
16174                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16175                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16176
16177 2001-07-18 [alfons]
16178
16179         0.5.0claws6
16180
16181         * src/summaryview.c
16182                 clean up
16183
16184         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16185           src/procmsg.[ch]
16186                 revise filtering; currently move, copy, marking have
16187                 been tested. if you like bleeding edge stuff, you
16188                 should definitely go for this version :)
16189
16190         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16191
16192 2001-07-17 [christoph]
16193
16194         * src/utils.c
16195                 timestamp log
16196
16197 2001-07-17 [alfons]
16198
16199         0.5.0claws5
16200
16201         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16202           bits in the mark file, without affecting either branch. Lots of
16203           files changed, also in claws branch.
16204
16205           UNTESTED: use of mbox folders
16206
16207         * src/summaryview.c
16208                 added mark all read; however this was a quick hack used for
16209                 cleaning up mess after initial merge with Hiroyuki
16210
16211         * configure.in
16212                 change claws version number back to 0.5.0claws5 to clear up 
16213                 confusion & pretension (recent release was technically 
16214                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16215
16216 2001-07-16 [alfons]
16217
16218         sync with Hiroyuki's 0.5.0cvs4
16219
16220 2001-07-16 [alfons]
16221
16222         0.5.1claws3
16223
16224         * src/filtering.[ch]
16225                 remove invalid updating of mark files for 
16226                 filter actions MATCHING_ACTION_MOVE and 
16227                 MATCHING_ACTION_DELETE; this should fix the
16228                 folder update bug
16229                 
16230         * src/procmsg.c
16231                 revert Christoph's stab at fixing the folder 
16232                 update bug
16233
16234         * po/POTFILES.in
16235                 add missing files with translatable strings
16236
16237         * src/summaryview.c
16238                 remove debug print
16239
16240 2001-07-15 [alfons]
16241
16242         * src/addr_compl.[ch], src/prefs_filtering.c
16243                 make "filtering pref dialog's destination entry" an
16244                 "address completable entry", if filter destination is 
16245                 an email address
16246
16247         0.5.1claws2
16248         
16249         sync with Hiroyuki's 0.5.0cvs2-3
16250
16251 2001-07-15 [christoph]
16252
16253         * src/procmsg.c
16254                 fixed folder stats update after incorporation
16255
16256 2001-07-15 [alfons]
16257
16258         * src/summaryview.c
16259                 * finish label colouring stuff (for now)
16260                 * fix incorrect colour bug (off by one) 
16261
16262 2001-07-14 [alfons]
16263
16264         * src/mainwindow.c
16265                 change text labels for news and mail message so there's
16266                 plenty of toolbar estate left
16267
16268         * configure.in
16269                 0.5.1claws1
16270
16271         * src/folderview.c
16272           src/folder.[ch]
16273                 sync with Hiroyuki's 0.5.0cvs1
16274
16275         * src/summaryview.c
16276                 more rewrite label colouring
16277
16278 2001-07-14 [alfons]
16279
16280         * src/summaryview.[ch]
16281                 * start rewrite label colouring 
16282                 * fix proper location "Add Sender To Addressbook" menu item
16283
16284 2001-07-13
16285
16286         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16287         (actually this is 0.5.0claws4)
16288
16289 2001-07-13 [alfons]
16290
16291         * po/pt_BR.po
16292                 * fix duplicate message
16293                 * add updated Portugese / Brazilian translation
16294                   submitted by Fabio Junior Beneditto
16295
16296 2001-07-12 [alfons]
16297
16298         * AUTHORS
16299                 add Jens
16300
16301         * po/nl.po
16302                 add updated Dutch translation
16303
16304         * po/de.po
16305                 add updated German translation submitted by Jens
16306
16307 2001-07-11 [alfons]
16308
16309         Prerelease before 0.5.0claws. Please test.
16310         This version is temporarily tagged as VERSION_0_5_0_TEST
16311
16312         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16313           src/prefs_scoring.c, src/prefs_matcher.c, 
16314           src/prefs_filtering.c, src/mbox.c, 
16315           src/main.c, src/inc.c, src/filtering.[ch]
16316                 revert new Hoa's new matcher (does not work yet)
16317
16318         * src/Makefile.am
16319                 clean up
16320
16321 2001-07-10
16322
16323         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16324
16325
16326 2001-07-10 [alfons]
16327
16328         * Makefile.am
16329                 add ChangeLog.claws to EXTRA_DIST
16330         * src/Makefile.am
16331                 add matcher_parser_parse.h to EXTRA_DIST
16332
16333 2001-07-10 [christoph]
16334
16335         * src/inc.c
16336                 add destination folder to table of
16337                 folders that need to be updated after
16338                 incorporation
16339
16340 2001-07-10 [alfons]
16341
16342         * folder.[ch]
16343           folderview.c
16344                 make collapse state of folders and folder items persistent, i.e.
16345                 if you collapse a folder tree, the next time sylpheed-claws starts 
16346                 up the folder tree remains collapsed.  
16347                 
16348 2001-07-10 [christoph]
16349
16350         * acconfig.h
16351         * configure.in
16352                 added --enable-ssl
16353         * src/md5.[ch]
16354                 renamed MD5_CTX to MD5_CTX_syl
16355                 conflicts with a struct in openssl
16356         * src/inc.c
16357         * src/main.[ch]
16358         * src/prefs_account.[ch]
16359         * src/socket.[ch]
16360                 SSL support for POP
16361         * src/mainwindow.c
16362                 fixed compose with current account
16363                 broken by new compose button stuff
16364
16365 2001-07-09 [hoa]
16366
16367         * AUTHORS
16368                 changed my email address
16369
16370         * src/matcher_parser_parse.y
16371                 clean the parser to remove conflicts
16372
16373 2001-07-09 [alfons]
16374
16375         * AUTHORS
16376                 add Match Grun
16377
16378         * configure.in
16379                 fix incorrect description of --enable-ldap parameter
16380
16381         * src/prefs_common.[ch]
16382           src/compose.c
16383                 add experimental option "smart wrapping" which makes the
16384                 compose editor auto wrap.
16385                 
16386                 | TODO: the problem with the buggy cursor handling is caused |
16387                 | by the GtkText. when deleting / backspacing text its       |
16388                 | wrapping algorithm does not take in account the previous   |
16389                 | line. should find a way to hack this in.                   |
16390                 | or should perhaps combine this with the word wrapping      |
16391                 | patch i wrote in january.                                  |
16392
16393         * src/about.c
16394                 show build parameters for LDAP and JPilot
16395
16396         * src/summaryview.c
16397                 revert Christoph's bugfix for selecting next unread message, 
16398                 because folder stats aren't updated correctly
16399
16400 2001-07-08 [hoa]
16401
16402         * src/filtering.c
16403         * src/mainwindow.c
16404         * src/matcher.c
16405         * src/matcher_parser_lex.l
16406         * src/matcher_parser_parse.y
16407         * src/prefs_filtering.c
16408         * src/prefs_scoring.c
16409         * src/scoring.c
16410                 bugfix of the config file parser
16411
16412 2001-07-08 [alfons]
16413
16414         * src/Makefile.am
16415                 added generated matcher sources to BUILT_SOURCES
16416
16417 2001-07-08 [hoa]
16418
16419         * src/Makefile.am
16420         * src/.cvsignore
16421                 added new config file parser
16422
16423         * src/scoring.[ch]
16424         * src/filtering.[ch]
16425         * src/matcher.[ch]
16426         * src/prefs_filtering.c
16427         * src/prefs_matcher.c
16428         * src/prefs_scoring.c
16429         * added src/matcher_parser.h
16430         * added src/matcher_parser_lex.h
16431         * added src/matcher_parser_lex.l
16432         * added src/matcher_parser_parse.y
16433                 lex & yacc config file parser
16434
16435         * src/mbox.c
16436         * src/inc.c
16437         * src/main.c
16438                 changes prefs_filtering into global_filtering           
16439
16440         * src/summaryview.c
16441                 build threads with subjects only if "Re: " is at the
16442                 beginning of the subject
16443
16444 2001-07-07 [paul]
16445
16446         0.5.0claws
16447
16448         sync with sylpheed 0.5.0
16449                 change of version number only
16450
16451 2001-07-06 [paul]
16452
16453         0.5.0claws5
16454
16455         sync with sylpheed 0.5.0pre5
16456
16457 2001-07-05 [paul]
16458
16459         sync with sylpheed 0.5.0pre4 release
16460                 /po and /manual/ja not sync'ed
16461
16462 2001-07-04 [paul]
16463
16464         more sync with sylpheed 0.5.0pre4
16465
16466 2001-07-03 [christoph]
16467
16468         * src/addressbook.c
16469                 fixed address book broken by address book
16470                 for VCard, JPilot, LDAP
16471
16472 2001-07-03 [alfons]
16473
16474         * src/matcher.c
16475         * src/textview.c
16476                 stopped memory leaks
16477
16478 2001-07-03 [paul]
16479
16480         more sync with sylpheed 0.5.0pre4
16481
16482 2001-07-02 [match]
16483
16484         * included address book patch for VCard, JPilot, LDAP
16485         * pref_common.c - fixed Font options on Display tab (cosmetic)
16486         * alertpanel.c - fixed truncated message
16487
16488 2001-07-02 [christoph]
16489
16490         * src/mbox_folder.c
16491         * src/procmsg.[ch]
16492         * src/summaryview.c
16493                 mark threads for ignoring
16494
16495 2001-07-02 [paul]
16496
16497         0.5.0claws4
16498
16499         * sync with sylpheed 0.5.0pre4
16500                 updated gettext to 0.10.38.
16501
16502 2001-07-01 [paul]
16503
16504         * src/ mainwindow.c
16505         * src/procmsg.h
16506         * src/summaryview.[ch]
16507                 new right-click option: Label.
16508                 substitute for 'Mark-->Mark/Unmark', colours the line.
16509                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16510
16511 2001-07-01 [christoph]
16512
16513         * src/folderview.c
16514                 fixed font for trash
16515         * src/summaryview.c
16516                 move ctree to unread message
16517
16518 2001-07-01 [paul]
16519
16520         * sync with sylpheed 0.5.0pre3 release
16521
16522 2001-06-30 [alfons]
16523
16524         * src/filesel.[ch]
16525         * src/compose.c
16526                 allow inserting / attaching multiple files in
16527                 the composer window
16528
16529 2001-06-30 [paul]
16530
16531         * src/codeconv.c
16532                 small change to Alfons' previous stuff so that it
16533                 actually makes
16534
16535 2001-06-30 [alfons]
16536
16537         * lots of files changed; first attempt to merge the changes
16538           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16539
16540 2001-06-30 [paul]
16541
16542         * po/pt_BR.po
16543                 updated and completed, translations by Fabio
16544                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16545
16546 2001-06-29 [alfons]
16547
16548         * src/compose.c
16549         * src/mimeproc.[ch]
16550                 allow selecting an attached files' mime type from a 
16551                 list of types.
16552
16553 2001-06-29 [paul]
16554
16555         * more sync with sylpheed 0.5.0pre3
16556
16557 2001-06-29 [paul]
16558
16559         * po/pt_BR.po
16560                 merge with sylpheed.pot and pt_BR.po provided by
16561                 Fabio Junior Beneditto.
16562
16563 2001-06-29 [darko]
16564
16565         * src/procmime.c
16566                 make MIME types case insensitive
16567
16568 2001-06-28 [alfons]
16569
16570         * po/nl.po
16571                 merge with sylpheed.pot and old nl.po; translations added.
16572
16573 2001-06-28 [paul]
16574
16575         * more sync with sylpheed 0.5.0pre3
16576
16577 2001-06-27 [alfons]
16578
16579         * src/summaryview.c
16580                 don't crash when removing parent node of messages
16581                 attracted by subject. this was caused by not deleting
16582                 the parent node from the subject line hash table.
16583
16584 2001-06-27 [alfons]
16585
16586         * src/summaryview.c
16587         * src/compose.[ch]
16588         * src/mainwindow.c
16589                 if there are multiple messages selected, allow forwarding
16590                 them as attachments.
16591
16592 2001-06-27 [paul]
16593
16594         * more sync with sylpheed 0.5.0pre3
16595
16596 2001-06-26 [paul]
16597
16598         0.5.0claws3
16599
16600         * sync with sylpheed 0.5.0pre3
16601
16602 2001-06-25 [paul]
16603
16604         * src/mainwindow.c
16605                 fixed 'compose news article' bug
16606                 from icon-and-text toolbar
16607
16608 2001-06-25 [paul]
16609
16610         * sync with sylpheed 0.5.0pre2 release
16611
16612 2001-06-24 [christoph]
16613
16614         * src/prefs_common.c
16615                 bug fix in font selection
16616         * src/folderview.c
16617                 use sylpheed's normal font instead of
16618                 gtk default font for folders without
16619                 new messages
16620
16621 2001-06-24 [alfons]
16622
16623         * src/mainwindow.[ch]
16624                 added composite compose mail / news button (an idea by Leandro
16625                 Pereira <leandro@linuxmag.com.br>)
16626
16627 2001-06-24 [paul]
16628
16629         Added instructions for ldif-to-xml.py
16630
16631         * tools/README
16632
16633 2001-06-23 [alfons]
16634
16635         Some minor things.
16636
16637         * src/pixmaps/stock_news_compose.xpm
16638                 added pixmap by Leandro
16639         * src/prefs_common.c
16640                 tested built-in spelling checker of GCC 3.0 :)
16641         * po/nl.po
16642                 merged dutch translation of sylpheed-main with
16643                 sylpheed.pot
16644
16645 2001-06-23 [paul]
16646
16647         Added tools directory and files.
16648
16649         * tools/filter_conv.pl
16650                 converts old filter system to new filtering system
16651         * tools/ldif-to-xml.py
16652                 converts netscape addressbook to sylpheed addressbook
16653         * tools/README
16654                 descriptions/instructions for above two files
16655
16656 2001-06-23 [christoph]
16657
16658         * src/inc.c
16659         * src/manage_window.[ch]
16660         * src/prefs_common.[ch]
16661                 mail retrieval dialog can be enabled, disabled
16662                 or hidden if non of sylpheed's windows is active
16663
16664 2001-06-22 [paul]
16665
16666         0.5.0claws2
16667
16668         * sync with sylpheed 0.5.0pre2
16669
16670 2001-06-21 [christoph]
16671
16672         * src/summaryview.c
16673                 show recipient on 'from' for all accounts
16674                 
16675         * src/inc.c
16676         * src/prefs_common.[ch]
16677                 disable error popup on mail receive errors
16678
16679 2001-06-21 [alfons]
16680
16681         * src/compose.c
16682                 made the ruler correctly appear and disappear.
16683
16684         * src/Makefile.am
16685                 removed Hoa's work-in-progress-stuff (interesting!) so 
16686                 claws compiles ok.
16687
16688 2001-06-20 [christoph]
16689
16690         * src/inc.c
16691         * src/progressdialog.c
16692                 added scrolled window for list in progressdialog
16693
16694 2001-06-20 [paul]
16695
16696         sync with sylpheed 0.5.0pre1 release
16697
16698 2001-06-20 [christoph]
16699
16700         * src/summeryview.c
16701                 make building threads by subject work when
16702                 thread view is enabled
16703                 
16704         * src/compose.c
16705         * src/prefs_common.[ch]
16706                 automatically select account for mail replys
16707
16708 2001-06-19 [sergey]
16709
16710         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16711         they are filled in from the account settings.
16712
16713 2001-06-19 [paul]
16714
16715         * more sync with sylpheed 0.5.0pre1
16716
16717 2001-06-18 [alfons]
16718
16719         * src/Makefile.am,
16720           src/procmime.c
16721                 added --sysconfdir to CPPFLAGS for pointing to the correct
16722                 location of mime.types. 
16723
16724                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16725                 or ./configure!
16726
16727 2001-06-18 [hoa]
16728
16729         * src/summaryview.c
16730                 fixed some bug when building threads
16731
16732 2001-06-18 [pau]l
16733
16734         * src/prefs_account.c
16735                 UI stuff: More changes to the English
16736
16737 2001-06-18 [paul]
16738
16739         * src/pixmaps/stock_news_compose.xpm: new file
16740         * src/Makefile.am
16741         * src/mainwindow.c
16742         * src/summaryview.c
16743                 Added new icon for Hoa's 'compose a news
16744                 message', plus minor improvements to the
16745                 English
16746
16747         * po/ja.po
16748         * ChangeLog
16749         * ChangeLog.jp
16750                 more sync with sylpheed 0.5.0pre1
16751
16752 2001-06-18 [hoa]
16753
16754         * src/compose.[ch]
16755         * src/mainwindow.c
16756                 Follow-up and reply to
16757
16758         * src/summaryview.[ch]
16759                 Build threads also with subjects
16760
16761 2001-06-17 [hoa]
16762
16763         * src/compose.c
16764                 forwarding use the current account.
16765
16766         * src/mainwindow.c
16767                 the "compose message" button has been replaced with
16768                 "new mail" and "new news" buttons
16769
16770         * src/prefs_common.[ch]
16771                 added a configuration option to use the forward button
16772                 as "forward as attachment"
16773                 changed reply and forward format description
16774
16775         * src/quote_fmt_lex.l
16776         * src/quote_fmt_parse.y
16777                 added message with no signature in format for reply
16778                 and forward.
16779
16780 2001-06-17 [paul]
16781
16782         Minor UI stuff
16783
16784         * src/mainwindow.c
16785         * src/summaryview.c
16786                 Improvements to the English
16787
16788         * src/prefs_common.c
16789                 Improvements to the English and some
16790                 clarity/continuity improvements in the
16791                 description of Quote symbols.
16792
16793 2001-06-17 [paul]
16794
16795         0.5.0claws1
16796
16797         * sync with sylpheed 0.5.0pre1
16798
16799 2001-06-17 [hoa]
16800
16801         * src/compose.c
16802                 Better interface for compose, displayed fields
16803                 are updated whenever we change account.
16804                 Newsgroups field is automatically filled.
16805
16806         * src/mainwindow.c
16807                 Newsgroups field is automatically filled.
16808
16809         * src/prefs_account.c
16810                 Some interface stuff when fields appear and
16811                 disappear.
16812
16813 2001-06-16 [paul]
16814
16815         0.4.99claws
16816
16817         * sync with sylpheed 0.4.99
16818
16819 2001-06-16 [sergey]
16820
16821         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16822         base64_decoder_free, base64_decoder_decode): new object and
16823         functions for decoding base64 streams.
16824         * src/procmime.c (procmime_decode_content): modified to use the
16825         new base64 decoder.
16826
16827 2001-06-15 [paul]
16828
16829         0.4.99claws10
16830
16831         * sync with sylpheed 0.4.99cvs11
16832
16833 2001-06-13 [paul]
16834
16835         0.4.99claws9
16836
16837         * sync with sylpheed 0.4.99cvs9
16838
16839 2001-06-13 [hoa]
16840
16841         * src/compose.c
16842         * src/prefs_account.c
16843
16844                 SMTP server can be defined in the news account
16845                 mime type of attachment are kept.
16846
16847         * src/summaryview.c
16848
16849                 now choose the highest important score between default
16850                 and important score of folder.
16851
16852 2001-06-09 [alfons]
16853         
16854         * src/prefs_common.c: 
16855
16856                 (prefs_quote_description_create): corrected description of 
16857                 quote format characters
16858
16859 2001-06-09 [paul]
16860
16861         0.4.99claws8
16862
16863         * sync with sylpheed 0.4.99cvs8
16864
16865 2001-06-08 [sergey]
16866
16867         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16868         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16869
16870 2001-06-08 [paul]
16871
16872         0.4.99claws7
16873
16874         * sync with sylpheed 0.4.99cvs7
16875
16876 2001-06-06 [sergey]
16877
16878         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16879         clashes with autogenerated header).
16880         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16881         * src/Makefile.am: added quote_fmt.h.
16882         * src/.cvsignore: added lex/yacc autogenerated files
16883         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16884
16885 2001-06-06 [paul]
16886
16887         0.4.99claws6
16888
16889         * sync with sylpheed 0.4.99cvs6
16890
16891 2001-06-06 [hoa]
16892
16893         * added src/quote_fmt_parse.h
16894         * src/compose.c
16895                 removed warnings
16896
16897         * src/prefs.[ch]
16898                 don't modify readonly configuration files
16899
16900         * src/prefs_account.c
16901         * src/prefs_common.c
16902         * src/prefs_customheader.c
16903         * src/prefs_display_header.c
16904         * src/prefs_filter.c
16905         * src/prefs_filtering.c
16906         * src/prefs_scoring.c
16907                 don't open dialog box when configuration files
16908                 are readonly
16909
16910 2001-06-05 [sergey]
16911
16912         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16913
16914         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16915         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16916         BUILT_SOURCES to make all files rebuild properly.
16917
16918         * src/compose.c: removed #include "quote_fmt.tab.h".
16919
16920         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16921         CHARACTER value in yylval.
16922
16923         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16924         receive CHARACTER value by documented means (yylval).
16925
16926         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16927
16928 2001-06-05 [hoa]
16929
16930         * src/Makefile.am
16931                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16932
16933         * src/filtering.c
16934         * src/matcher.c
16935         * src/matcher.h
16936         * src/prefs_filtering.c
16937                 now keep the configuration for execute action
16938
16939         * src/mbox_folder.c
16940                 fixed a warning
16941
16942 2001-06-05 [paul]
16943
16944         * sync with sylpheed 0.4.99cvs5
16945
16946 2001-06-05 [hoa]
16947
16948         * src/Makefile.am
16949                 added quote_fmt.[ch]
16950
16951         * added src/quote_fmt.y
16952         * added src/quote_fmt.l
16953         * added src/quote_fmt.tab.h
16954         * added src/quote_fmt.tab.c
16955         * added src/lex.quote_fmt.c
16956                 parsing configuration for replying
16957                 and forwarding
16958
16959         * src/prefs_common.[ch]
16960                 added configuration UI for replying
16961                 and forwarding
16962
16963         * src/compose.c
16964                 using configuration for replying
16965                 and forwarding
16966
16967 2001-06-04 [hoa]
16968
16969         * src/filtering.c
16970         * src/matcher.c
16971         * src/matcher.h
16972         * src/prefs_filtering.c
16973         * src/prefs_matcher.c
16974         * src/prefs_matcher.h
16975                 action "run a command" for filtering
16976                 and matching with a command.
16977                 fixed the "whole message" matching
16978
16979         * src/mbox_folder.c
16980                 changed temporary filename for security
16981
16982         * src/messageview.c
16983                 queue the notification if it fails to send.
16984
16985         * src/prefs_common.c
16986         * src/prefs_folder_item.c
16987                 changed the default important score             
16988
16989         * src/prefs_scoring.c
16990         * src/scoring.c
16991                 hide kill score input when the folder is not
16992                 a newsgroup
16993
16994 2001-06-03 [alfons]
16995
16996         * src/prefs_common.c:
16997
16998                 (prefs_font_select): pass font name in font entry box to font
16999                 selection dialog.
17000
17001 2001-06-03 [sergey]
17002
17003         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17004
17005 2001-06-03 [paul]
17006
17007         * sync with sylpheed 0.4.99cvs4
17008
17009 2001-06-03 [alfons]
17010
17011         * src/headerwindow.c:
17012
17013                 (headerwindow_show_cb): use the selected summary view item, not
17014                 the displayed item.
17015
17016 2001-06-02 [alfons]
17017
17018         * src/headerwindow.c:
17019
17020                 (headerwindow_show_cb): always try to show msginfo
17021
17022 2001-06-02 [hoa]
17023
17024         * src/compose.c
17025                 keep attached parts when reediting or forwarding.
17026
17027 2001-06-01 [hoa]
17028
17029         * src/folderview.c
17030         * src/prefs_folder_item.[ch]
17031         * src/prefs_scoring.[ch]
17032         * src/scoring.[ch]
17033         * src/summaryview.[ch]
17034         * src/main.c
17035         * src/mainwindow.c
17036         * src/prefs_common.[ch]
17037                 support for folder scoring
17038                 kill score and important score for messages
17039         
17040         * src/prefs_account.c
17041                 some display bug fixed for local account
17042                 preferences
17043
17044 2001-05-31 [alfons]
17045
17046         * src/summaryview.c:
17047
17048                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17049                 sender to address book menu item is disabled.
17050
17051 2001-05-30 [hoa]
17052
17053         * src/filtering.[ch]
17054         * src/summaryview.c
17055                 handling summary menu / filter messages
17056
17057         * src/folder.[ch]
17058                 add some stuff
17059
17060         * src/foldersel.c
17061                 imap folders now appears in list
17062
17063         * src/mbox_folder.c
17064                 doesn't crash if destination mail is not writeable
17065
17066 2001-05-29 [hoa]
17067
17068         * src/compose.c
17069                 removed some warnings
17070
17071         * src/filtering.c
17072         * src/folder.[ch]
17073         * src/prefs_filtering.c
17074                 global string to identify any folders           
17075                 removed some debug info
17076                 filtering to mbox folders is now possible
17077
17078         * src/mainwindow.c
17079                 removed some warnings
17080
17081         * src/mbox_folder.c
17082                 permission on files are changed to read/write for user only,
17083                 nothing for other.
17084                 creation of subfolder is handled better.
17085
17086 2001-05-28 [alfons]
17087
17088         Verified the sync for src/prefs_common.[ch] and
17089         src/prefs_account.[ch]. I believe there were some
17090         minor indentation differences.
17091
17092 2001-05-28 [paul]
17093
17094         0.4.99claws3
17095
17096         * sync with 0.4.99cvs3
17097
17098 2001-05-28 [hoa]
17099
17100         * src/compose.c
17101                 handling flags for mbox format
17102
17103         * src/filtering.c
17104                 use of mark file only for MH format
17105                 handling flags for mbox format
17106                 filtering cannot yet move or copy mails to mbox folders.
17107
17108         * src/folder.[ch]
17109                 changed move_msg, copy_msg,
17110                 move_msgs_with_dest, copy_msgs_with_dest functions
17111                 uses only folder->copy_msg() function
17112                 uses folder->finished_copy() to handle the destination
17113                 folder at the end of the copy or move operation.
17114
17115         * src/foldersel.c
17116                 included mbox directories.
17117
17118         * src/folderview.[ch]
17119         * src/mainwindow.c
17120                 handle folders operation for mbox format
17121
17122         * src/mbox.c
17123                 disable conversion of "From " header
17124
17125         * src/mbox_folder.[ch]
17126                 completion of mbox format handling
17127
17128         * src/mh.c
17129                 changed mh_copy_msg() function and
17130                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17131                 mh_copy_msgs_with_dest()
17132
17133         * src/prefs_filtering.c
17134                 removed some warnings
17135
17136         * src/prefs_matcher.c
17137                 default boolean operation is AND
17138
17139         * src/procheader.c
17140                 handling flags for mbox format
17141                 handling of "From " header
17142
17143         * src/procmsg.[ch]
17144                 removed data field
17145                 added MSG_REALLY_DELETED flags to handle deletion of
17146                 messages in mbox format.
17147
17148         * src/summaryview.c
17149                 handling flags for mbox format
17150                 disable the MSG_DELETED flags when messages
17151                 are deleted in mbox format
17152
17153         * src/textview.c
17154                 "From " headers display fixed.
17155
17156 2001-05-27 [alfons]
17157
17158         * src/textview.c:
17159                 
17160                 (get_email_part): skip quoted email addresses, like in e.g.
17161                 "'alfons@proteus.demon.nl'".
17162
17163 2001-05-26 [alfons]
17164
17165         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17166         and fixing the persistence troubles when using separate windows.
17167
17168         * src/mainwindow.c:
17169         
17170             Added #define SEPARATE_ACTION used in the gtk item factory for 
17171             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17172                 use gtk_item_factory_get_widget_by_action() to get the items.
17173                 
17174             Removed separate_widget_cb from the gtk item factory data   
17175           
17176             (mainwindow_create): connect separate_widget_cb() to check
17177             menu item "toggled" signal. also passing a MainWindow pointer
17178                 as object data for both check menu items.
17179                 
17180             (separate_widget_cb): definition of separate_widget_cb() to match
17181             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17182                 window using gtk_object_get_data(). The type of window separation 
17183                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17184         
17185         * src/prefs_filtering.c,
17186           src/prefs_matcher.c: added horizontal scrollbars
17187
17188 2001-05-25 [darko]
17189
17190         * src/headerview.c
17191                 fix segfault with invalid bold font
17192         * src/summaryview.c
17193                 correctly display summary stats after row is marked
17194
17195 2001-05-23 [sergey]
17196
17197         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17198         encodings with libjconv.
17199
17200 2001-05-23 [hoa]
17201
17202         * src/Makefile.am
17203                 added mbox_folder.[ch]
17204         * src/defs.h
17205                 mbox temporary folder
17206         * src/folder.[ch]
17207         * added src/mbox_folder.[ch]
17208         * src/folderview.c
17209         * src/procheader.[ch]
17210                 added mbox support
17211         * src/mbox.c
17212                 bugfix for file incorporation filtering
17213         * src/imap.c
17214                 enable creation of MBOX
17215         * src/prefs_display_header.c
17216                 enable use of headers like "From "
17217                 something that should be fixed :
17218                         displaying of such headers add an extra space
17219         * src/prefs_folder_item.c
17220                 don't create folders because it is not necessary
17221         * src/procmsg.h
17222                 added data field to MsgInfo for mbox internal use
17223         * src/summaryview.c
17224                 added some support for mbox
17225         * src/utils.[ch]
17226                 added get_mbox_cache_dir() function
17227
17228 2001-05-23 [hiroyuki]
17229
17230         * src/headerwindow.c
17231           src/inc.c
17232           src/main.c
17233           src/mh.c
17234           src/nntp.c
17235           src/procmsg.h
17236           src/session.h
17237           src/socket.[ch]
17238           src/summaryview.c
17239           src/textview.c
17240           src/automaton.c
17241           src/folderview.c: more sync with 0.4.99cvs2.
17242
17243         * src/headerwindow.c: reverted.
17244
17245 2001-05-22 [paul]
17246
17247         0.4.99claws2
17248
17249         * sync with sylpheed 0.4.99cvs2
17250                 * src/news.[ch]
17251                 * src/nntp.[ch]
17252                 * INSTALL
17253                 * INSTALL.jp
17254
17255 2001-05-22 [alfons]
17256
17257         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17258
17259 2001-05-21 [alfons]
17260
17261         Minor things:
17262
17263         * configure.in: if gnome-config not found, "no" is displayed
17264         
17265         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17266
17267         * src/textview.c: now also possible to add mail addresses by right
17268           clicking in the text view
17269
17270         * src/codeconv.c: merged patch which fixes endless loop when encountering
17271           invalid wide characters; from Alte <010@imis.ru>  
17272
17273 2001-05-20 [alfons]
17274
17275         Added installation of gnome specific things:
17276
17277         * Makefile.am: gnome conditional
17278
17279         * configure.in: check for installed gnome
17280
17281         * added sylpheed.png, sylpheed.desktop
17282
17283 2001-05-20 [sergey]
17284
17285         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17286
17287         * src/mainwindow.h (main_window_toolbar_create): created a button
17288         for "Reply to all".
17289         (main_window_set_toolbar_sensitive): enable/disable the new button
17290         appropriately.
17291         (toolbar_reply_to_author_cb): handle the new button.
17292
17293         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17294         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17295         failure).
17296
17297 2001-05-19 [sergey]
17298
17299         * src/compose.h (ComposeReplyMode): new modes
17300         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17301         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17302
17303         * src/compose.c
17304         (compose_send): move some code into a new function:
17305         (compose_current_mail_account): new function.
17306         (compose_reply): new argument to_author, all callers changed; if
17307         to_author==TRUE and account->protocol==A_NNTP, find and use an
17308         appropriate mail account for replying.
17309         (compose_reply_set_entry): new argument to_author; ignore
17310         compose->replyto if to_author==TRUE.
17311
17312         * src/mainwindow.c: new command "Message/Reply to author".
17313         (main_window_set_menu_sensitive): enable/disable it.
17314         (reply_cb): handle it.
17315
17316         * src/summaryview.c: new command "Reply to author".
17317         (summary_set_menu_sensitive): enable/disable it.
17318         (summary_reply_cb): handle it.
17319
17320         * src/account.c (account_find_mail_from_address): new function.
17321
17322 2001-05-18 [paul]
17323
17324         0.4.99claws1
17325
17326         * sync with sylpheed 0.4.99cvs1
17327
17328 2001-05-18 [hoa]
17329
17330         * src/compose.[ch]
17331         * src/filtering.c
17332         * src/summaryview.c
17333                 new filtering action : forward and forward as attachment
17334
17335         * src/main.c
17336                 no need for $DISPLAY when we run sylpheed --help
17337                 call to parse_cmd_opt() is moved
17338
17339         * src/mainwindow.[ch]
17340                 execute button is hidden when immediate execute
17341                 is chosen
17342
17343         * src/mh.c
17344         * src/news.c
17345         * src/prefs_folder_item.c
17346         * src/procmsg.c
17347                 better handling of missing directories
17348
17349         * src/summaryview.c
17350                 reedit is enabled in outbox
17351                 reedit is enabled in queue
17352
17353 2001-05-17 [hoa]
17354
17355         * src/filtering.c
17356         * src/matcher.[ch]
17357         * src/prefs_filtering.c
17358                 changed attachement into attachment
17359
17360 2001-05-17 [alfons]
17361
17362         0.4.67claws4    
17363
17364         * sync with sylpheed 0.4.67cvs9
17365         * sync with sylpheed 0.4.67cvs7-8
17366
17367 2001-05-17 [hoa]
17368
17369         * src/Makefile.am
17370                 added prefs_filtering.c
17371
17372         * src/filtering.[ch]
17373         * src/matcher.[ch]
17374                 removed action : forward_news and forward_news_as_attachement
17375                 (forward and forward_as_attachement can be used instead)
17376
17377         * src/mainwindow.c
17378                 added menu option to access filtering configuration
17379
17380         * src/prefs_account.c
17381                 changed mail_command default to /usr/sbin/sendmail
17382
17383         * added src/prefs_filtering.[ch]
17384                 dialog box for filtering configuration
17385
17386         * src/prefs_matcher.c
17387                 added function prefs_matcher_get_criteria_from_matching()
17388
17389         * src/prefs_scoring.c
17390                 reset the dialog when register or substitute is clicked
17391
17392 2001-05-15 [hoa]
17393
17394         * src/Makefile.am
17395                 added filtering.[ch]
17396         * src/inc.c
17397                 using filering.[ch] instead of filter.[ch]
17398         * src/main.c
17399                 reading new filtering configuration
17400         * src/matcher.[ch]
17401                 added some filtering actions
17402                 and fixed a bug for headers and mail body matching
17403         * src/mbox.c
17404                 using filering.[ch] instead of filter.[ch]
17405         * src/mh.c
17406                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17407         * src/summaryview.c
17408                 some fixes for filtering
17409
17410 2001-05-14 [hiroyuki]
17411
17412         * src/send.c: fixed some weird indentations.
17413           send_message_with_command(): call pclose() only if p != NULL.
17414         * src/textview.c: get_email_part(): modified the code for readability.
17415
17416 2001-05-14 [hiroyuki]
17417
17418         * src/md5global.h
17419           src/md5ify.c
17420           src/md5ify.h: removed from the cvs.
17421
17422 2001-05-13 [sergey]
17423
17424         * src/main.c: include rfc2015.h to avoid compiler warnings.
17425         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17426         the panel is already on screen.
17427         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17428         closing the alert window by ESC as "No".
17429         * src/prefs_common.c (prefs_interface_create): moved return
17430         receipt check button to the correct place.
17431
17432 2001-03-13 [alfons]
17433
17434         * src/prefs_common.c: 
17435                 moved return receipt check button to the Send tab. (prefs_send_create)
17436                 removed the date format ui related globals. (prefs_display_create)
17437
17438         0.4.67claws3
17439         
17440         * sync with sylpheed 0.4.67cvs5-6
17441
17442 2001-05-13 [paul]
17443
17444         * added Alfons' font selection patch
17445
17446         * src/defs.h
17447         * src/headerwindow.c
17448         * src/prefs_common.c
17449         * src/prefs_common.h
17450
17451 2001-05-13 [hoa]
17452         * src/defs.h
17453                 changed version of cache
17454         * src/matcher.[ch]
17455         * src/prefs_matcher.c
17456                 added additionnal matching criteria
17457         * src/procheader.c
17458         * src/procmsg.[ch]
17459         * src/news.c
17460                 added references in MsgInfo
17461
17462 2001-05-12 [hoa]
17463
17464         * src/defs.h
17465                 prepared some things for new filtering
17466         * src/matcher.[ch]
17467                 added some matching properties
17468                 inreplyto need to be enhanced
17469                 prepared some things for new filtering
17470         * src/messageview.c
17471                 added Return-Receipt-To handling
17472         * src/prefs_folder_item.c
17473                 changed default value to TRUE
17474         * src/prefs_matcher.c
17475                 added some matching properties
17476         * src/prefs_scoring.[ch]
17477                 the scoring dialog is finished
17478         * src/procheader.c
17479                 added Return-Receipt-To handling
17480                 Reference need to be added
17481         * src/procmsg.[ch]
17482                 added Return-Receipt-To handling
17483                 added threadscore to get a better score sorting when
17484                 threads are enabled
17485         * src/summaryview.c
17486                 suppressed a bug when we sort the list
17487                 when no folder is opened.
17488                 better score sorting when threads are enabled
17489
17490 2001-05-12 [alfons]
17491
17492         * reverted previous patch because of potential errors 
17493
17494         0.4.67claws2
17495         
17496         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17497                 applied "toggle mail-retrieval dialog window" patch submitted 
17498                 by Eric Limpens <eric@qnt.net>
17499
17500         * sync with sylpheed 0.4.67cvs4
17501
17502 2001-05-12 [sergey]
17503
17504         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17505         some picky compilers.
17506         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17507         * src/grouplist_dialog.c: include alertpanel.h.
17508         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17509         fix compile warning.
17510         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17511         #include "defs.h" before others to prevent the warning of `MIN'
17512         and `MAX' redefinition.
17513
17514 2001-05-11 [hoa]
17515
17516         * src/main.c
17517         * src/messageview.c
17518         * src/prefs_account.c
17519         * src/prefs_display_header.c
17520                 removed warning
17521         * src/Makefile.am
17522                 added prefs_scoring.[ch]
17523         * src/grouplist_dialog.c
17524                 display an error dialog box if the group list
17525                 cannot be fetched.
17526         * src/mainwindow.[ch]
17527                 added main_window_set_thread_option() function
17528                 scoring dialog box enabled
17529         * src/matcher.[ch]
17530                 added flags matching unread /new / marked
17531                 / deleted / replied / forwarded
17532         * src/news.c
17533                 newsgroups are now finally in newscache
17534         * src/prefs_matcher.[ch]
17535                 finished preferences for matching dialog
17536         * added src/prefs_scoring.[ch]
17537                 scoring dialog box completed
17538         * src/scoring.[ch]
17539                 conversion to string : added scoringprop_to_string()
17540                 write config for preferences :
17541                 added prefs_scoring_write_config()
17542         * src/summaryview.c
17543                 threads can be enabled/disabled independently
17544                 for each folder
17545
17546 2001-05-10 [alfons]
17547
17548         0.4.67claws1
17549         
17550         * AUTHORS: 
17551                 thought it would be nice to have a list of all
17552                 contributors (used Changelog as a reference)
17553         
17554         * configure.in: 
17555                 messed up version numbering...
17556
17557         0.4.66claws1
17558
17559         * sync with sylpheed 0.4.67cvs1-3
17560
17561 2001-05-10 [darko]
17562
17563         * src/prefs_common.c:
17564                 better UI for strftime format, double clicking
17565                 on format now inserts the format in text entry
17566                 replaced close button with standard OK/Cancel
17567                 moved date format button to the right of the
17568                 text entry field
17569
17570 2001-05-09 [alfons]
17571
17572         * src/gtkstext.c:
17573                 Ctrl-Home / Ctrl-End have proper cursor navigation
17574
17575 2001-05-09 [hoa]
17576
17577         * src/prefs_matcher.c
17578                 finished UI to define matching properties
17579                 added ok and cancel button
17580         * src/prefs_filter.c
17581                 added ok and cancel button
17582         * src/news.c
17583                 fixed some bug in xhdr parsing
17584
17585 2001-05-08 [alfons]
17586
17587         * src/textview.c: 
17588                 fixed a bug in textview_show_header(), which displayed two colons (':');
17589                 cleaned up some warnings
17590
17591 2001-05-08 [hoa]
17592
17593         * src/Makefile.am
17594                 added prefs_matcher.[ch]
17595                 compilation with -W -Wall
17596         * src/alertpanel.c
17597                 ungrab the mouse events if grabbed - does it
17598                 fix the bug for disposition notification ?
17599         * src/mainwindow.c
17600                 added a menu option to open the matching dialog.
17601         * src/matcher.[ch]
17602                 added matcherprop_to_string() and matcherlist_to_string()
17603                 fixed some bugs, changed the name of some options
17604                 age_sup and age_inf becomes age_greater and age_lower,
17605                 body and messageheaders becomes body_part and headers_part,
17606                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17607         * src/prefs_display_header.c
17608         * src/prefs_headers.c
17609                 fixed a bug that accidentally destroyed dialogs
17610                 when closed them with delete_event
17611                 Added *_deleted() which handle delete_event signal correctly.
17612         * src/prefs_folder_item.[ch]
17613                 added "enable_thread" field for future customization
17614         * added src/prefs_matcher.[ch]
17615                 sample of the UI to define matching properties
17616         * src/procheader.c
17617                 using procheader_headername_equal instead of str*cmp functions
17618                 using procheader_parse_header() function
17619         * src/scoring.c
17620                 using MATCHING_XXX instead of SCORING_XXX
17621         * src/summaryview.c
17622                 display the sender of the news even if this is ourself
17623                 when this is a news message.
17624         * src/textview.c
17625                 using headername_equal() instead of str*cmp functions
17626
17627 2001-05-08 [alfons]
17628
17629         0.4.66claws
17630
17631         * sync with sylpheed 0.4.66
17632         * src/gtkstext.c: trace logs added 
17633
17634 2001-05-08 [sergey]
17635
17636         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17637         signature check popup.
17638         * src/rfc2015.c (check_signature): show signature check popup only
17639         if it is enabled in preferences.
17640
17641 2001-05-07 [alfons]
17642
17643         0.4.66claws4
17644         
17645         * sync with sylpheed 0.4.66cvs6
17646
17647 2001-05-07 [darko]
17648
17649         * src/prefs_common.[ch]: added option to enable/disable
17650           looking up sender name in address book for summary pane
17651         * src/summaryview.c: look up sender in the address book
17652           by using Alfons' address completion code
17653
17654 2001-05-07 [hiroyuki]
17655
17656         * src/inc.h
17657           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17658           member of Pop3State.
17659         * src/news.c: brought #include "defs.h" before #include <glib.h>
17660           to prevent the warning of `MIN' and `MAX' redefinition.
17661
17662 2001-05-06 [hoa]
17663
17664         * removed src/headers_display.[ch]
17665         * removed src/prefs_display_headers.[ch]
17666         * src/inc.c
17667                 use a temporary file in the user directory for mbox import
17668         * src/news.c
17669                 added XHDR support to get "To" and "Cc" headers
17670                 (in order to match news with to or cc field for
17671                 scoring)
17672                 added function news_parse_xhdr() to get XHDR response
17673         * src/nntp.[ch]
17674                 added function nntp_xhdr()
17675         * src/matcher.c
17676                 fetch the message if necessary
17677
17678 2001-05-06 [alfons]
17679
17680         0.4.66claws3
17681
17682         * sync with sylpheed 0.4.66cvs3-5
17683
17684 2001-05-06 [hoa]
17685
17686         * src/utils.[ch]
17687                 added function itos_buf() to enable use of several buffers
17688         * src/summaryview.c
17689                 use of itos_buf() instead of itos() in summary list
17690                 to fix the broken display of message number.
17691
17692 2001-05-06 [alfons]
17693
17694         * src/gtkstext.c: bug in cursor up navigation fixed,
17695                 fixed another unsigned / signed comparison (we're getting there :-)
17696
17697 2001-05-06 [hoa]
17698
17699         * src/Makefile.am
17700                 added scoring.c scoring.h
17701                 prefs_folder_item.c prefs_folder_item.h
17702                 matcher.c matcher.h
17703         * src/defs.h
17704                 added FOLDERITEM_RC SCORING_RC
17705         * src/folder.[ch]
17706                 added prefs field in FolderItem :
17707                 properties for each folder (PrefsFolderItem),
17708                 sorting type and mode were added as the first properties.
17709         * src/main.c
17710                 read config for scoring
17711         * added src/matcher.[ch]
17712                 gives functions to parse configuration file to do
17713                 matching on mails with a list of conditions.
17714         * src/mainwindow.c
17715                 add option to sort by score
17716         * src/prefs_common.[ch]
17717                 added preference option to show score and for
17718                 the score column size
17719         * added src/prefs_folder_item.[ch]
17720                 properties for each folder (PrefsFolderItem),
17721                 sorting type and mode were added as the first properties.
17722         * src/procheader.[ch]
17723                 added procheader_parse_header()
17724                 added procheader_header_free()
17725                 added procheader_headername_equal()
17726                 and made modification to use them.
17727         * src/procmsg.[ch]
17728                 added score field to MsgInfo structure
17729         * added src/scoring.[ch]
17730                 gives functions to parse configuration file to do
17731                 scoring on mails with a list of conditions.
17732         * src/summaryview.[ch]
17733                 save the sorting type and mode for the folder
17734                 added column to display the score of the mail
17735                 added function summary_score_clicked()
17736                 sorting type and mode are restored to the folder
17737                 when it is reopen
17738         * src/textview.c
17739                 use procheader_parse_header(), procheader_headername_equal()
17740                 removed memory leak in text_scan_header when freeing headers
17741         * src/filter.c
17742                 changed the function to match names of headers
17743                 using procheader_headername_equal()
17744
17745         Scoring functions are implemented, an interface is needed
17746         to configure that.
17747
17748 2001-05-04 [alfons]
17749
17750         * src/gtkstext.c: 
17751                 hopefully fixed the row up navigation bug,
17752                 removed adding back / forward lines to cache
17753
17754 2001-05-04 [sergey]
17755
17756         * src/prefs_display_headers.c: user interface changes:
17757         (prefs_display_headers_create): remove unused "Show" check button;
17758         allow reordering of headers by dragging.
17759         (prefs_display_headers_write_config): remove unused variables.
17760         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17761         of lists (not needed with the new UI).
17762         (prefs_display_headers_set_list): scan lists starting from row 0,
17763         not 1 (do not skip "(New)").
17764         (prefs_display_headers_find_header): new function.
17765         (prefs_display_headers_clist_set_row): do not allow duplicates.
17766         (prefs_display_headers_delete_cb): do not skip row 0; treat
17767         closing the alert window by ESC as "No".
17768         (prefs_display_headers_up): do not protect row 0.
17769         (prefs_display_headers_down): do not protect row 0.
17770
17771 2001-05-04 [sergey]
17772
17773         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17774         functions.
17775
17776         * src/summaryview.c
17777         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17778         summary_select_next_marked, summary_select_prev_marked): new
17779         functions.
17780
17781 2001-05-03 [sergey]
17782
17783         * src/news.c: fixed a bug when no article can be fetched after
17784         server timeout if the connection was restored by news_post():
17785         (news_select_group): new function.
17786         (news_fetch_msg): call news_select_group() before fetching
17787         article.
17788         (news_get_uncached_articles): set session->group after successful
17789         GROUP command.
17790
17791 2001-05-03 [hoa]
17792
17793         * src/defs.h
17794         * src/procmsg.[ch]
17795         * src/procheader.c
17796                  changed version of cache, added cc field
17797
17798         * src/prefs_display_headers.c
17799                 the interface was changed
17800
17801         * src/prefs_headers.c
17802                 added cancel button
17803
17804 2001-05-03 [alfons]
17805
17806         * completed sync of sylpheed cvs2
17807         * src/gtkstext.c: updated row up / down cursor navigation
17808         * src/textview.c: re-edited, prepared for fixing the email address
17809                 scanner.
17810
17811 2001-05-03 [darko]
17812
17813         * src/prefs_common.c: use alfons' strftime ui code
17814         entry_datefmt and datefmt_sample widgets have to be
17815         global in this module because of this change
17816
17817 2001-05-03 [hoa]
17818
17819         * src/messageview.c
17820         * src/prefs_common.[ch] added option to activate the return receipt
17821                 feature.
17822
17823 2001-05-02 [alfons]
17824
17825         * src/gtkstext.c: fix for row up/down cursor navigation. 
17826
17827         0.4.66claws2
17828         
17829         * sync with 0.4.66cvs2
17830
17831 2001-05-02 [paul]
17832
17833         added add-sender-to-addressbook patch
17834
17835         * src/addressbook.c
17836         * src/addressbook.h
17837         * src/summaryview.c
17838
17839 2001-05-02 [sergey]
17840
17841         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17842         G_ALERTDISABLE.
17843
17844         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17845         all existing callers changed to pass FALSE; create a check button
17846         to disable the message.
17847         (alertpanel_message_with_disable): new function.
17848         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17849         (alertpanel_button_toggled): new function.
17850         (alertpanel_button_clicked, alertpanel_close): set value using
17851         G_ALERT_VALUE_MASK.
17852
17853         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17854
17855         * src/prefs_common.c (prefs_privacy_create): new check button
17856         checkbtn_gpgme_warning.
17857
17858         * src/main.c (main): moved preferences reading before gpgme
17859         initialization; check prefs_common.gpgme_warning before giving the
17860         GnuPG warning and set it to FALSE if the user wants to disable the
17861         warning.
17862
17863 2001-05-02 [hiroyuki]
17864
17865         * src/prefs_display_headers.c: modified the layout and some labels.
17866
17867 2001-05-02 [sergey]
17868
17869         * src/prefs_account.c (prefs_account_fix_size): new function.
17870         (prefs_account_create): call prefs_account_fix_size(); use
17871         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17872         size when the window is shown for the first time).
17873         (prefs_account_basic_create): changed layout of serv_table; moved
17874         localmbox_entry above smtpserv_entry (logically it replaces
17875         POP3/IMAP server).
17876         (prefs_account_protocol_activated): set sensitivity of
17877         nntpauth_chkbtn according to the protocol (in addition to
17878         hide/show); commented out gtk_table_set_row_spacing() calls.
17879         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17880         not sensitive (fixes a bug with disabled username/password boxes
17881         when editing POP3 account after NNTP with authentication).
17882
17883 2001-05-02 [hoa]
17884
17885         * src/account.c
17886         * src/inc.c
17887         * src/prefs_account.[ch]
17888         * src/send.c
17889                 removed local account without SMTP server
17890                 added option to use mail command instead of a connexion
17891                 to SMTP server when a local account is used
17892         * src/prefs_headers.c
17893                 fixed a bug
17894         * src/news.c
17895                 fixed a bug when connexion immediately closed
17896
17897 2001-05-01 [alfons]
17898
17899         0.4.66claws1
17900         
17901         * sync with 0.4.65
17902
17903 2001-05-01 [sergey]
17904
17905         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17906         widget nntpauth_chkbtn.
17907         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17908         visibility.
17909         (prefs_account_nntpauth_toggled): new function.
17910
17911         * src/news.c (news_session_new_for_folder): use NNTP
17912         authentication only if ac->use_nntp_auth is set.
17913
17914 2001-05-01 [hoa]
17915
17916         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17917         * src/prefs_display_headers.c changed the UI
17918         * src/prefs_headers.c changed account_name to account_id
17919         * src/compose.c using customheader.h
17920
17921 2001-05-01 [hiroyuki]
17922
17923         * src/esmtp.c
17924           src/news.c
17925           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17926           unsynched.
17927
17928 2001-05-01 [hoa]
17929
17930         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17931         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17932                 for displaying of headers
17933         * src/grouplist_dialog.[ch] minor changes to remove warnings
17934         * src/prefs_display_headers.[ch] dialog to choose the
17935         headers to display in the mail viewer.
17936         * src/headers.h correction of #define
17937         * src/headers_display.[ch] configuration for displaying of headers.
17938         * src/main.c read config of displaying of headers
17939         * src/prefs_common.c add a button to access the config dialog
17940                 for displaying of headers
17941         * src/prefs_display_headers.[ch] dialog for configuration for
17942                 displaying of the headers.
17943         * src/prefs_headers.c cleaning of code
17944         * src/procheader.c comments added to code
17945         * src/textview.c changes to reorder the headers depending
17946                 on the config for displaying of headers
17947
17948 2001-04-30 [alfons]
17949
17950         0.4.65claws7
17951
17952         * sync with 0.4.65cvs12
17953
17954         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17955
17956 2001-04-30 [sergey]
17957
17958         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17959
17960         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17961         is set to force reconnection after authentication failure.
17962         (nntp_gen_command): set sock->auth_failed on authentication
17963         failure, or if sock->userid and sock->passwd are not set.
17964
17965         * src/news.c (news_session_new_for_folder): set userid=NULL if
17966         password dialog is cancelled.
17967
17968 2001-04-30 [sergey]
17969
17970         * src/nntp.h (NNTPSockInfo): new type.
17971
17972         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17973         SockInfo.
17974         (nntp_open_auth, nntp_close): new functions.
17975         (nntp_gen_command): new function to handle authentication; all
17976         NNTP command functions updated to use it.
17977         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17978         (nntp_list): removed old useless code.
17979
17980         * src/news.h (NNTPSession): new field nntp_sock.
17981
17982         * src/news.c: all functions updated to use NNTPSockInfo instead of
17983         SockInfo.
17984         (news_session_new): new arguments (userid, passwd); made static;
17985         use nntp_open_auth() if needed.
17986         (news_session_destroy): use nntp_close() instead of sock_close().
17987         (news_query_password): changed arguments.
17988         (news_session_new_for_folder): new function.
17989         (news_session_get): use news_session_new_for_folder().
17990         (news_authenticate): deleted.
17991         (news_get_uncached_articles): removed old authentication code.
17992
17993 2001-04-30 [sergey]
17994
17995         * src/news.c: reverted my previous changes (need to do NNTP
17996         authentication in a cleaner way).
17997         
17998 2001-04-29 [sergey]
17999
18000         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18001         news_nntp_post, news_nntp_mode): new functions (wrappers with
18002         authentication support).
18003         (news_get_article_cmd, news_get_article, news_get_header): new
18004         argument "folder"; all callers changed.
18005         (news_get_article_cmd): added authentication support.
18006         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18007         (news_post): use news_nntp_post() instead of nntp_post().
18008         (news_get_uncached_articles): use news_nntp_group() instead of
18009         nntp_group() and news_nntp_xover() instead of nntp_xover();
18010         removed old authentication code.
18011         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18012
18013         * src/nntp.c (nntp_list): return real error code instead of
18014         hardcoded NN_ERROR.
18015
18016 2001-04-29 [sergey]
18017
18018         * configure.in: fixed wint_t typedef detection again
18019
18020 2001-04-28 [hoa]
18021
18022         * src/prefs_account.[ch], added A_LOCAL_CMD
18023                 (send mail with mail command)
18024         * src/send.c added function send_message_with_command()
18025         * src/inc.c made a more secure get_spool() function with
18026                 mktemp() but maybe mkstemp() or something more
18027                 secure can be used.
18028
18029 2001-04-28 [alfons]
18030
18031         * src/textview.c, colorization of email addresses in headers
18032
18033         0.4.65claws6
18034
18035         * bug sync with sylpheed
18036         * prefs_common.c: created date format ui for darko
18037         * sync with 0.4.65cvs11
18038         * configure.in: corrected to have the new gpg checks
18039
18040 2001-04-27 [alfons]
18041
18042         * completed sync with 0.4.65cvs10
18043         * minor debug things added to gtkstext.c
18044
18045 2001-04-27 [darko]
18046
18047         * configure.in: remove check for availability of
18048           strftime() as advised by Hiroyuki
18049         * src/prefs_common.[ch], src/procheader.c:
18050           synch strftime() code with Hiroyki's main branch
18051
18052 2001-04-26 [sergey]
18053
18054         * src/news.c: news_query_password(), news_authenticate(): new
18055           functions.
18056           news_get_uncached_articles(): added NNTP authentication
18057           handling.
18058         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18059           new functions.
18060         * src/prefs_account.c: prefs_account_protocol_activated():
18061           enable userid and password fields for NNTP.
18062
18063 2001-04-26
18064
18065         * configure.in: check for availability of strftime()
18066           [darko]
18067         * src/prefs_common.[ch], src/procheader.c: use
18068           strftime() for displaying date in summary pane if it
18069           is available
18070
18071 2001-04-25
18072
18073         * more .cvsignore cleanups [alfons]
18074
18075 2001-04-25
18076
18077         * ac/sv-check-type.m4: new autoconf macro.
18078         * configure.in: fixed wint_t typedef detection (did not work
18079           with gcc-2.96).
18080
18081 2001-04-25
18082
18083         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18084           [hiroyuki]
18085
18086 2001-04-24
18087         * modified gtkstext.c : buggy cursor navigation fixed, 
18088           and font descent also taken in account when drawing
18089           cursor. [alfons]
18090
18091 2001-04-24 [hoa]
18092         * added comments in src/news.c src/nntp.c
18093         * added src/prefs_headers.[ch]
18094         * added src/headers.[ch]
18095         * modified compose.c to activate custom headers
18096                 added function is_in_custom_headers
18097         * modified prefs_account.[ch]
18098                 added function prefs_account_customhdr_edit
18099         * modified src/defs.h :
18100                 added HEADERS_RC : name of the config file
18101                 for the custom headers
18102
18103 2001-04-24
18104
18105     0.4.65claws5
18106
18107         * configure.in
18108           src/gtkstext.[ch]
18109           src/compose.c
18110           src/Makefile.am
18111           
18112           added gtkstext with configure.in patch by Hiroyuki which
18113           should fix the XIM detection [alfons]
18114
18115         * more clean up of cvs [alfons]
18116
18117                  * removed all Makefile.in files to attic.
18118
18119                  * updated all .cvsignores to really ignore things that could
18120                    be unintentionally committed by a recursive commit.
18121
18122 2001-04-23 [hoa]
18123         * added src/grouplist_dialog.[ch]
18124         * changed src/folderview.c to call grouplist_dialog instead
18125                 of inputdialog
18126         * src/news.c :
18127                 added functions news_reset_group_list
18128                 and news_get_group_list
18129         * src/nntp.c :
18130                 added function nntp_list
18131         * src/defs.h :
18132                 added GROUPLIST_FILE : name of the newsgroup list cache file
18133
18134 2001-04-21
18135
18136         * added option to warn about queued messages on exit [sergey]:
18137
18138           * src/compose.c: compose_queue(): call folder_item_scan()
18139             and folderview_update_item() after queueing.
18140           * src/folderview.c: folderview_update_node(): draw the queue
18141             folder in bold font if there are queued messages.
18142           * src/mainwindow.c: queued_messages(): new function.
18143             app_exit_cb(): display warning if there are queued messages
18144             if warn_queued_on_exit is set.
18145           * prefs_common.[ch]: add warn_queued_on_exit option.
18146
18147         * enhanced GnuPG key selection support [sergey]:
18148
18149           * src/select-keys.c: updated to newer version from Win32
18150             branch with support for selecting arbitrary keys.
18151           * src/prefs_account.c: added the Privacy tab to the account
18152             options window.
18153             prefs_account_privacy_create(),
18154             prefs_account_sign_key_set_data_from_radiobtn(),
18155             prefs_account_sign_key_set_radiobtn(): new functions.
18156           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18157           * src/rfc2015.c: set_signers(): new function.
18158             pgp_sign(): add the account parameter, call set_signers().
18159             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18160           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18161           * src/compose.c: pass the current account to rfc2015_sign().
18162
18163         * tag name claws added to prevent confusion with main branch [alfons]
18164
18165         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18166
18167         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18168
18169         * sync with recent sylpheed cvs. Untested though. [alfons]
18170