sync with 0.9.4cvs7
[claws.git] / ChangeLog.claws
1 2003-08-21 [paul]       0.9.4claws32
2
3         * sync with 0.9.4cvs7
4                 see ChangeLog 2003-08-20
5
6 2003-08-19 [paul]       0.9.4claws31
7
8         * src/common/defs.h
9                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
10                 SYLDOC_FAQ_HTML_INDEX.
11         * src/manual.c
12                 use LC_MESSAGES instead of LC_ALL to find the current
13                 language
14
15           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
16
17 2003-08-19 [paul]       0.9.4claws30
18
19         * po/bg.po
20                 updated by George Danchev
21
22 2003-08-18 [luke]       0.9.4claws29
23         * src/mimeview.[ch]
24         * src/gtk/gtkvscrollbutton.[ch]
25                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
26                   dependencies; do it the GTK way; reduce code -14/+2 lines)
27                 o removed horizontal separator between icons
28
29 2003-08-17 [christoph]  0.9.4claws28
30
31         * src/procmsg.c
32                 no subject threading when the subject has no reply prefix
33
34 2003-08-16 [christoph]  0.9.4claws27
35
36         * src/mainwindow.c
37                 remember and restore window sizes and position when the main
38                 window is hidden or shown
39
40         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
41          minimised/reopened using trayicon)
42
43 2003-08-16 [paul]       0.9.4claws26
44
45         * src/crash.c
46                 add #include "defs.h"
47
48 2003-08-16 [paul]       0.9.4claws25
49
50         * src/plugins/clamav/clamav_plugin.c
51                 reword a debug_print
52                 
53         * src/plugins/dillo_viewer/dillo_prefs.c
54                 cosmetic: change the labels' text, add tooltips, and
55                 left-align the hint
56
57 2003-08-15 [christoph]  0.9.4claws24
58
59         * src/news.c
60                 complete last change (forgot some changes)
61
62 2003-08-15 [christoph]  0.9.4claws23
63
64         * src/news.c
65                 o check number of messages and don't return a 0 message
66                   when no messages are available
67                 o don't parse xref header anymore
68
69         (closes Bug 203 I'm not getting any news)
70
71 2003-08-15 [paul]       0.9.4claws22
72
73         * src/common/defs.h
74           src/crash.c
75                 update and define claws bugzilla location
76
77 2003-08-15 [paul]       0.9.4claws21
78
79         * po/ru.po
80                 update submitted by Ruslan N. Balkin
81
82 2003-08-14 [christoph]  0.9.4claws20
83
84         * src/procmsg.c
85                 fix search for oldest node in subject threading
86
87 2003-08-14 [christoph]  0.9.4claws19
88
89         * src/procmsg.c
90         * src/common/utils.h
91                 add possibility to check all nodes with the same subject for
92                 subject threading, not only the oldest node. Should not break
93                 threads anymore if the oldest node is thread_by_subject_max_age
94                 days older then parent, because it can now find a child of
95                 oldest node as new parent.
96
97 2003-08-11 [christoph]  0.9.4claws18
98
99         * src/plugins/spamassassin/spamassassin.c
100                 run spam check in background process
101
102 2003-08-10 [alfons]     0.9.4claws17
103
104         * src/summaryview.c
105                 make `Select All' sensitive too
106
107 2003-08-10 [christoph]  0.9.4claws16
108
109         * src/imap.c
110                 add more checks in imap_close
111
112 2003-08-09 [alfons]     0.9.4claws15
113
114         * src/prefs_spelling.c
115                 no spell checking UI if not requested
116
117 2003-08-09 [alfons]     0.9.4claws14
118
119         * src/gtk/prefswindow.c
120                 make it compile
121
122 2003-08-09 [christoph]  0.9.4claws13
123
124         * src/prefs_spelling.c
125         * src/gtk/prefswindow.[ch]
126         * src/plugins/clamav/clamav_plugin_gtk.c
127         * src/plugins/spamassassin/spamassassin_gtk.c
128                 sort prefs pages by heighest weight in tree
129
130 2003-08-09 [paul]       0.9.4claws12
131
132         * sync with 0.9.4cvs6
133                 see ChangeLog 2003-08-07
134                 
135         * AUTHORS
136                 add Leandro and Luke to claws-branch section
137
138 2003-08-09 [christoph]  0.9.4claws11
139
140         * src/gtk/Makefile.am
141         * src/gtk/colorsel.[ch]                 ** NEW **
142                 create a color selection dialog that can be used as a simple
143                 function call with it's own gtk main loop like filesel.[ch]
144
145         * src/Makefile.am
146         * src/main.c
147         * src/prefs_common.c
148         * src/prefs_spelling.[ch]               ** NEW **
149         * src/prefs_spelling.glade              ** NEW **
150         * src/gtk/gtkutils.[ch]
151                 move "Spell Checker" prefs to new prefs dialog
152
153         * src/prefs_folder_item.c
154                 use new colorsel dialog
155
156 2003-08-08 [paul]       0.9.4claws10
157
158         * src/inc.c
159                 clear the progress bar unconditionally
160
161 2003-08-08 [paul]       0.9.4claws9
162
163         * sync with 0.9.4cvs4
164                 see ChangeLog 2003-07-31
165
166 2003-08-07 [christoph]  0.9.4claws8
167
168         * configure.ac
169                 fix bug in image viewer plugin part
170
171         * src/imap.c
172                 don't execute close command if the folder item is not selected
173
174 2003-08-07 [hoa]        0.9.4claws7
175
176         * src/filtering.[ch]
177         * src/matcher_parser.h
178         * src/matcher_parser_parse.y
179                 can define several actions for each filtering rule
180                 can import old versions of filtering rules
181
182         * src/prefs_filtering.c
183                 call to a new dialog box to define actions
184
185         * src/prefs_filtering_action.[ch]
186                 dialog box to define actions for filtering rules
187
188 2003-08-06 [christoph]  0.9.4claws6
189
190         * src/imap.c
191                 make sure source folder is selected when copying messages
192
193 2003-08-06 [christoph]  0.9.4claws5
194
195         * sync with 0.9.4cvs2
196                 see ChangeLog 2003-07-29                
197
198 2003-08-05 [paul]       0.9.4claws4
199
200         * sync with 0.9.4cvs3
201                 see ChangeLog 2003-07-30
202
203 2003-08-04 [match]      0.9.4claws3
204
205         * po/POTFILES.in
206                 export of LDIF files.
207
208 2003-08-04 [match]      0.9.4claws2
209
210         * src/ldif.[ch]
211                 support for export LDIF. documented.
212         * src/importldif.[ch]
213         * src/exportldif.[ch]
214                 add tooltips. documented.
215         * src/exphtmldlg.[ch]
216         * src/common/xmlprops.[ch]
217                 documented.
218         * src/exportldif.[ch]                   ** NEW **
219         * src/expldifdlg.[ch]                   ** NEW **
220         * src/addressbook.[ch]
221         * src/Makefile.am
222                 export of LDIF files.
223                 documented.
224
225 2003-08-04 [christoph]  0.9.4claws1
226
227         * .cvsignore
228         * Makefile.am
229         * configure.ac
230         * sylpheed-claws.pc.in                  ** NEW **
231         * src/Makefile.am
232         * src/common/Makefile.am
233         * src/gtk/Makefile.am
234                 install sylpheed header files in $(pkgincludedir) and create a
235                 pkg-config file to allow building a plugin without the source
236                 package
237
238 2003-08-04 [paul]       0.9.4claws
239
240         * version 0.9.4claws
241
242 2003-08-04 [paul]       0.9.3claws97
243
244         * po/es.po
245                 update Spanish translation. Submitted by Ricardo
246                 Mones Lastra.
247
248 2003-08-03 [paul]       0.9.3claws96
249
250         * po/hr.po
251           po/sr.po
252                 update Croatian and Serbian translations. Submitted by
253                 Dragan and Urke MMI respectively
254
255 2003-08-03 [alfons]     0.9.3claws95
256
257         * src/summaryview.c
258                 mark flag has precedence over important flag - seems
259                 to have been changed in sync of 0.9.3claws45. this fixes
260                 a regression where messages that were scored as important
261                 don't show their mark flags. (using the same column for
262                 both importance as mark flags is the real problem
263                 ofcourse)
264
265 2003-08-03 [melvin]     0.9.3claws94
266
267         * po/fr.po
268                 Updated French translations.
269
270 2003-08-03 [melvin]     0.9.3claws93
271
272         * src/Makefile.am
273                 Fixed typo introduced after 0.9.3claws92 
274                 that prevented compilation
275                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
276                 CPPFLAGS and YFLAGS to allow user setting these.
277         * src/common/Makefile.am
278         * src/gtk/Makefile.am
279         * src/plugins/clamav/Makefile.am
280         * src/plugins/demo/Makefile.am
281         * src/plugins/dillo_viewer/Makefile.am
282         * src/plugins/image_viewer/Makefile.am
283         * src/plugins/mathml_viewer/Makefile.am
284         * src/plugins/spamassassin/Makefile.am
285         * src/plugins/trayicon/Makefile.am
286         * src/plugins/trayicon/libeggtrayicon/Makefile.am
287                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
288                 CPPFLAGS and YFLAGS to allow user setting these.
289
290 2003-08-02 [christoph]  0.9.3claws92
291
292         * configure.ac
293                 o rearrange plugin tests
294                 o add test for clamav.h to ClamAV tests
295
296 2003-08-02 [luke]       0.9.3claws91
297
298         * src/mimeview.c
299                 o fixed appearance of icon list when toggling back from the 
300                   ctree
301                 o toggling of icons using the keyboard works correctly
302                 o fixed all other keyboard shortcuts to work when icons are
303                   active
304         
305         * src/messageview.c
306                 o fixed bug 4 - focus lost when changing messageview view type
307
308 2003-08-02 [christoph]  0.9.3claws90
309
310         * src/common/hooks.c
311                 fix crash when pointer stored in hash table could get invalid
312                 when a plugin is unloaded
313
314 2003-08-01 [christoph]  0.9.3claws89
315
316         * configure.ac
317                 o try to build all plugins (except spamassassin) by default
318                 o don't build a plugin if a dependency check fails
319
320         * src/common/hooks.c
321                 fix warning
322
323 2003-08-01 [match]      0.9.3claws88
324
325         * src/importldif.c
326                 allow single click field selection. document code.
327
328 2003-08-01 [christoph]  0.9.3claws87
329
330         * src/plugins/clamav/clamav_plugin.c
331         * src/plugins/clamav/clamav_plugin_gtk.c
332         * src/plugins/dillo_viewer/dillo_viewer.c
333         * src/plugins/image_viewer/plugin.c
334         * src/plugins/mathml_viewer/mathml_viewer.c
335         * src/plugins/spamassassin/spamassassin.c
336         * src/plugins/spamassassin/spamassassin_gtk.c
337         * src/plugins/trayicon/trayicon.c
338                 add version check to all plugins
339
340 2003-08-01 [hoa]        0.9.3claws86
341
342         * src/prefs_filtering.c
343                 fixed a cosmetic bug, during creation of dialog box,
344                 wrong widgets were shown after creation.
345
346 2003-08-01 [luke]       0.9.3claws85
347
348         * src/mainwindow.c
349                 o fixed visibility of icons/mimeview after toggling separate
350                   message/folder view (factored out some similar code too).
351
352
353 2003-07-31 [alfons]     0.9.3claws84
354
355         * src/mimeview.c
356                 tweak icon box UI a bit more, now allowing right-clicks actions
357                 getting the relevant mime data too; should fix #250, "Can't save 
358                 attachments sometimes".
359
360 2003-07-30 [alfons]     0.9.3claws83
361
362         * src/compose.c
363                 don't do auto-save-draft inside key press handler, but rather
364                 schedule it half of a second later; should fix #67, "autosave 
365                 make re-rediting message crazy"
366
367 2003-07-30 [christoph]  0.9.3claws82
368
369         * src/plugins/trayicon/trayicon.c
370                 process pending events before unloading the plugin
371
372         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
373
374 2003-07-30 [alfons]     0.9.3claws81
375
376         * src/common/hooks.c
377                 parameter 2 of g_hook_destroy() should really be a hook id
378
379 2003-07-30 [alfons]     0.9.3claws80
380
381         * src/common/plugin.c
382                 fix a possibly harmful function signature mismatch 
383                 for plugin_done
384
385 2003-07-30 [alfons]     0.9.3claws79
386
387         * src/common/hooks[.ch]
388                 const correctness
389
390 2003-07-30 [darko]      0.9.3claws78
391
392         * src/summaryview.c
393                 make it compile again
394
395 2003-07-30 [luke]       0.9.3claws77
396
397         * src/crash.c
398         * src/main.c
399                 o added/moved signal handlers for SIGTERM (normal kill command) 
400                   and SIGINT (ctl-c) to be used even without 
401                   --enable-crash-dialog, fixing bug 166
402
403         * src/summaryview.c
404                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
405                   bug 227
406
407         * src/mainwindow.c
408                 o changed sensitivity condition for 'Next new' and 'Next 
409                   unread', fixing bug 8
410
411 2003-07-29 [alfons]     0.9.3claws76
412
413         * src/common/utils.[ch]
414                 add generate_msgid()
415         * src/messageview.c
416                 save ack'ed RRR; fixes #205, "return receipt is not saved in
417                 sent folder".
418
419 2003-07-29 [alfons]     0.9.3claws75
420
421         * src/messageview.c
422                 fix a memleak (claws-only)
423
424 2003-07-29 [alfons]     0.9.3claws74
425
426         * src/mimeview.[ch]
427         * src/gtk/gtkvscrollbutton.[ch]
428                 fix UI glitch where mime icon toolbox' scroll position is not 
429                 reset after switching to another message
430                 
431
432 2003-07-29 [paul]       0.9.3claws73
433
434         * src/prefs_folder_item.c
435                 split the prefs into 2 separate pages
436
437 2003-07-29 [paul]       0.9.3claws72
438
439         * src/compose.c
440                 prepend "\n\n" to a signature without a separator too
441
442 2003-07-29 [paul]       0.9.3claws71
443
444         * src/compose.c
445                 fix bug where changing to an account without an auto-sig
446                 from an initial account without an auto-sig would insert 
447                 2 blank lines at the cursor point
448                 fix bug where changing to an account with an auto-sig
449                 from an initial account without an auto-sig would insert
450                 the sig at the cursor point
451
452 2003-07-29 [paul]       0.9.3claws70
453
454         * src/folderview.c
455                 use the colour from the folder pref unless the folder
456                 has new messages
457
458 2003-07-29 [alfons]     0.9.3claws69
459
460         * src/procmsg.[ch]
461         * src/messageview.c
462         * src/procheader.c
463                 rewrite return receipt request work a little bit (the former 
464                 implementation presumably depended too much on the UI setting
465                 flags). (we're losing the old pending flag.) 
466
467 2003-07-28 [christoph]  0.9.3claws68
468
469         * src/folder.c
470         * src/imap.c
471         * src/mh.c
472         * src/procmsg.[ch]
473                 fix copy to IMAP folder from other folder
474
475 2003-07-28 [christoph]  0.9.3claws67
476
477         * src/procmsg.c
478                 fix sync of procmsg_get_message_file_list
479
480 2003-07-28 [christoph]  0.9.3claws66
481
482         * sync with 0.9.3cvs14
483                 see ChangeLog 2003-07-18
484         * sync with 0.9.3cvs17
485                 see ChangeLog 2003-07-23
486
487         (closes Bug 234 segmentation fault after sending out mail via
488          smtp(auth))
489
490 2003-07-28 [paul]       0.9.3claws65
491
492         * po/es.po
493                 update Spanish translation, submitted by Ricardo Mones
494                 Lastra
495
496 2003-07-28 [christoph]  0.9.3claws64
497
498         * src/folder.[ch]
499         * src/imap.c
500         * src/mh.c
501                 return new message numbers as a GRelation instead of a GSList
502                 that has to be in the same order as the input list. A list
503                 would make it hard for IMAP to optimize oepration by sorting
504                 the input list. The returned list would have to be reordered
505                 to match the same order that input list has.
506
507         * src/gtk/gtkaspell.c
508                 fix missing return value, could cause a crash when garbage is
509                 on the stack that is used as the expected return value
510
511 2003-07-28 [paul]       0.9.3claws63
512
513         * sync with 0.9.4cvs1
514                 see ChangeLog 2003-07-28
515
516 2003-07-27 [alfons]     0.9.3claws62
517
518         * src/mimeview.c
519                 tweak it more to make icon list act like a check button group
520
521 2003-07-27 [christoph]  0.9.3claws61
522
523         * sync with 0.9.3cvs20
524                 see ChangeLog 2003-07-25
525
526 2003-07-27 [paul]       0.9.3claws60
527
528         * src/procmsg.c
529                 re-commit changes from 0.9.3claws58 -
530                 accidently removed in 0.9.3claws59
531
532 2003-07-27 [paul]       0.9.3claws59
533
534         * src/procmsg.[ch]
535                 a sync from 0.9.3cvs17
536                 see ChangeLog 2003-07-23
537
538 2003-07-27 [alfons]     0.9.3claws58
539
540         * src/procmsg.c
541                 add missing header members to MsgInfo; fixes the problem of 
542                 not displaying X-Faces, as noticed by Ricardo Mones
543
544 2003-07-26 [christoph]  0.9.3claws57
545
546         * sync with 0.9.3cvs18
547                 see ChangeLog 2003-07-24
548
549 2003-07-26 [christoph]  0.9.3claws56
550
551         * sync with 0.9.3cvs17
552                 see ChangeLog 2003-07-23
553
554 2003-07-26 [christoph]  0.9.3claws55
555
556         * src/folder.[ch]
557         * src/imap.c
558         * src/mbox_folder.c
559         * src/mh.c
560         * src/news.c
561                 add support for copy function that copy multiple messages
562                 (not implemented yet)
563
564         * src/summaryview.c
565                 add missing return value
566
567 2003-07-26 [paul]       0.9.3claws54
568
569         * tools/multiwebsearch.pl
570                 do whitespace substitution before passing the string
571                 to the browser. fixes bug with browsers that don't
572                 do whitespace conversion themselves.
573
574 2003-07-25 [christoph]  0.9.3claws53
575
576         * src/folder.[ch]
577         * src/imap.c
578         * src/mh.c
579                 rewrite adding of multiple messages to a folder for
580                 claws' folder system
581
582 2003-07-25 [luke]       0.9.3claws52
583
584         * src/mimeview.c
585                 o icon toggles set correctly on leaving ctree mimeview
586
587 2003-07-25 [paul]       0.9.3claws51
588
589         * partial sync with 0.9.3cvs21 [src/main.c]
590                 see ChangeLog 2003-07-25
591
592 2003-07-24 [paul]       0.9.3claws50
593
594         * tools/maildir2sylpheed.pl
595                 fix typo
596
597 2003-07-24 [paul]       0.9.3claws49
598
599         * src/mimeview.c
600                 increase the gutter size of paned so that the panes
601                 can be resized
602                 
603         * src/plugins/demo/demo.c
604                 squeeze in another typo fix
605
606 2003-07-24 [paul]       0.9.3claws48
607
608         * src/plugins/demo/demo.c
609           src/prefs_account.c
610                 small changes to the English
611                 
612         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
613           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
614           src/Makefile.am
615           src/stock_pixmap.c
616                 rename the misspelled icon
617
618 2003-07-23 [alfons]     0.9.3claws47
619
620         * src/mimeview.c
621                 make icon list look like a list of toggles
622
623 2003-07-23 [luke]       0.9.3claws46
624
625         * src/pixmaps/mimeview_gpg_expired.xpm
626         * src/pixmaps/mimeview_gpg_failed.xpm
627         * src/pixmaps/mimeview_gpg_passed.xpm
628         * src/pixmaps/mimeview_text_html.xpm
629         * src/pixmaps/mimeview_image.xpm
630                 o all icons the same size
631
632         * src/mimeview.[ch]
633                 o mimeview ctree arranged vertically above the viewer
634                 o icons changed to buttons
635                 o can use keyboard to select an icon (Enter)
636                 o resize icon list to width of icons
637
638         *  src/gtk/gtkvscrollbutton.c
639                 o sensitivity of buttons reacts to position
640
641 2003-07-23 [christoph]  0.9.3claws45
642
643         * sync with 0.9.3cvs14 (incomplete)
644                 see ChangeLog 2003-07-17
645
646 2003-07-23 [alfons]     0.9.3claws44
647
648         * src/folder.c
649         * src/procmsg.h
650                 sync with my local tree to restore some claws-only things
651
652 2003-07-23 [paul]       0.9.3claws43
653
654         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
655           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
656           src/Makefile.am
657           src/mimeview.c
658           src/procmime.h
659           src/rfc2015.c
660           src/stock_pixmap.[ch]
661                 indicate missing keys and expired sigs/keys
662                 in mime view column
663
664 2003-07-23 [paul]       0.9.3claws42
665
666         * src/compose.c
667                 Redirect fixes: enable automatic account selection and
668                 do not append signature to message on changing account
669                 fixes Bug[s] #248
670
671 2003-07-23 [paul]       0.9.3claws41
672
673         * sync with 0.9.3cvs16
674                 see ChangeLog 2003-07-23
675
676 2003-07-23 [alfons]     0.9.3claws40
677
678         * src/inc.c
679                 give progress dialog a main window, and give it the first 
680                 one (presumably the only one). fixes bug #247, "segfault on 
681                 pop-before-smtp" 
682
683 2003-07-22 [alfons]     0.9.3claws39
684
685         * src/summaryview.c
686                 shift-space scrolls up
687
688 2003-07-22 [paul]       0.9.3claws38
689
690         * sync with 0.9.3cvs15
691                 see ChangeLog 2003-07-22
692
693 2003-07-20 [alfons]     0.9.3claws37
694
695         * src/compose.c
696                 put menu inside #ifdef USE_ASPELL..#endif
697
698 2003-07-20 [christoph]  0.9.3claws36
699
700         * src/procmsg.c
701                 fix wrong flags in MsgInfo returned by
702                 procmsg_msginfo_get_full_info()
703
704         (closes Bug 221 Deleting messages from the Message View gives incorrect
705          new/unread message counts in the folder view)
706
707         * src/plugins/spamassassin/spamassassin_gtk.c
708                 add gettext macro for prefs page title
709
710 2003-07-20 [paul]       0.9.3claws35
711
712         * src/mimeview.c
713                 redraw icon list on signature check
714
715 2003-07-20 [christoph]  0.9.3claws34
716
717         * src/Makefile.am
718         * src/account.c
719         * src/folder.[ch]
720         * src/folder_item_prefs.[ch]            ** NEW **
721         * src/folderview.c
722         * src/mainwindow.c
723         * src/mh.c
724         * src/prefs_gtk.c
725         * src/prefs_scoring.c
726         * src/summaryview.c
727         * src/prefs_folder_item.[ch]
728                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
729                   Properties dialog
730                 o use prefswindow for folder properties
731
732         * src/gtk/prefswindow.[ch]
733                 change implementation to use an invisible notebook instead
734                 of unparenting widgets
735
736 2003-07-20 [christoph]  0.9.3claws33
737
738         * src/compose.h
739         * src/folder.c
740         * src/folderview.h
741         * src/headerview.h
742         * src/prefs_filtering.h
743         * src/prefs_folder_item.[ch]
744         * src/procmime.h
745         * src/procmsg.h
746         * src/summaryview.h
747                 clean up header mess
748                 (always use 1. typedefs, 2. #includes, 3. structures)
749
750         * src/common/version.h.in
751                 add casts for constants
752
753         * src/plugins/demo/demo.c
754                 fix typo
755
756         * src/plugins/spamassassin/spamassassin.c
757                 remove unused variable
758
759 2003-07-20 [alfons]     0.9.3claws32
760
761         * src/mimeview.c
762                 o make icon buttons respond on left click
763                 o minor cosmetic change
764
765 2003-07-19 [luke]       0.9.3claws31
766
767         * src/mimeview.[ch]
768         * src/gtk/gtkvscrollbutton.c
769         * src/messageview.c
770                 o improved mimeview behaviour when selecting a new message
771                 o plus code cleanups to remove compile warnings
772
773
774 2003-07-19 [alfons]     0.9.3claws30
775
776         * src/procmsg.c
777         * src/compose.c
778         * src/common/utils.[ch]
779                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
780
781 2003-07-19 [alfons]     0.9.3claws29
782
783         * src/prefs_folder_item.c
784                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
785                 string pointers
786
787 2003-07-19 [luke]       0.9.3claws28
788
789         * src/messageview.c
790         * src/mimeview.[ch]
791         * src/procmime.h
792         * src/rfc2015.c
793         * src/stock_pixmap.[ch]
794         * src/gtk/Makefile.am
795         * src/Makefile.am
796         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
797         * src/pixmaps/mime_*.xpm                ** NEW **
798                 o mimeview rearrangement with a new icon shortcut bar
799
800 2003-07-19 [alfons]     0.9.3claws27
801
802         * src/folderview.c
803                 o plug leaking nodes_to_recollapse
804                 o add folderview_recollapse_all_nodes() (not used yet)
805
806 2003-07-19 [alfons]     0.9.3claws26
807
808         * src/compose.c
809         * src/common/utils.c
810                 honour #240 "Better SUBJECT handling" by cleaning the prefix
811                 for both forwarding as replying
812
813 2003-07-18 [christoph]  0.9.3claws25
814
815         * configure.ac
816         * src/common/sylpheed.[ch]
817         * src/common/version.h.in
818                 add version in numeric form to allow easy comparison
819
820         * src/plugins/demo/demo.c
821                 add version check
822                 - sylpheed version > plugin version => never allowed, sylpheed
823                   could contain unknown API changes
824                 - sylpheed version < minimum version required => don't load,
825                   API required not available (if linking does not fail)
826
827 2003-07-18 [alfons]     0.9.3claws24
828         
829         * src/common/plugin.[ch]
830                 const correctness
831
832 2003-07-18 [christoph]  0.9.3claws23
833
834         * src/common/hooks.c
835                 fix crash when hooks where unregisted
836
837         * src/plugins/trayicon/trayicon.c
838                 unregister detroy signal before destroying the widget
839                 (still crashes when the plugin is unloaded)
840
841 2003-07-18 [alfons]     0.9.3claws22
842         
843         * src/folderview.c
844                 delay expanding folder tree during drags until timeout triggered
845                 (needs perhaps some tweaking, so testing is welcome)
846
847 2003-07-17 [alfons]     0.9.3claws21
848
849         * src/folderview.c
850                 clean up cruft
851
852 2003-07-17 [christoph]  0.9.3claws20
853
854         * src/common/session.c
855                 fix opening of SSL connections
856
857         * src/plugins/image_viewer/Makefile.am
858                 add OPENSSL_CFLAGS (we should find a better solution to remove
859                 this dependencies if they are not required)
860
861         * src/plugins/spamassassin/spamassassin.c
862                 remove setlocale workaround (fixed in libspamc)
863
864         (closes Bug Bug 184 Entering non-ascii character deletes previous char
865          if spell checking enabled)
866
867 2003-07-17 [alfons]     0.9.3claws19
868
869         * src/common/hooks.[ch]
870         * src/plugins/clamav/clamav_plugin.c
871         * src/plugins/spamassassin/spamassassin.c
872         * src/plugins/trayicon/trayicon.c
873                 fix signedness muck 
874
875 2003-07-17 [alfons]     0.9.3claws18
876
877         * src/procmime.c
878                 plug memleak
879
880 2003-07-17 [alfons]     0.9.3claws17
881
882         * src/inc.c
883                 plug memleak
884
885 2003-07-17 [paul]       0.9.3claws16
886
887         * src/common/defs.h
888           src/mainwindow.c
889           src/manual.[ch]
890                 add link to the Claws site's FAQ page, after the suggestion
891                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
892                 Move url strings to defs.h
893                 
894         * src/mainwindow.c
895                 fix typo to prevent "unknown menu entry" warnings
896
897 2003-07-17 [alfons]     0.9.3claws15
898
899         * src/folderview.[ch]
900         * src/summaryview.[ch]
901         * src/mimeview.[ch]
902                 plug DnD leaks 
903
904 2003-07-17 [paul]       0.9.3claws14
905
906         * src/inc.c
907                 remove two instances of 'GTK_EVENTS_FLUSH' because
908                 they are unnecessary and probably cause a stack overflow
909
910 2003-07-16 [christoph]  0.9.3claws13
911
912         * src/mimeview.[ch]
913                 use an invisible GTK notebook to switch between viewers
914                 instead of reparenting widgets
915
916 2003-07-16 [christoph]  0.9.3claws12
917
918         * src/folder.c
919                 move folder_item_update_freeze() to correct place in
920                 folder_item_scan_full()
921
922 2003-07-16 [paul]       0.9.3claws11
923
924         * sync with 0.9.3cvs12
925                 see ChangeLog 2003-07-14 and 2003-07-15
926
927 2003-07-16 [christoph]  0.9.3claws10
928
929         * src/imap.[ch]
930         * src/prefs_account.[ch]
931                 sync IMAP CRAM-MD5 authentication with sylpheed-main
932
933 2003-07-15 [alfons]     0.9.3claws9
934
935         * src/main.c
936                 make --config-dir do something useful
937
938 2003-07-15 [alfons]     0.9.3claws8
939
940         * src/procmsg.c
941                 o fix a bug where 'last' didn't really point to the last message
942                   in the top level list of children, but to the last threaded
943                   message. 
944                 
945                 o clean up and make it easier to sync
946
947 2003-07-15 [alfons]     0.9.3claws7
948
949         * src/mainwindow.c
950                 make correct menu items sensitive       
951
952 2003-07-14 [alfons]     0.9.3claws6
953
954         * src/procmsg.c
955                 tune the threader so it will not subject-thread any message
956                 without a subject prefix (this will not thread correctly if 
957                 a parent is delivered after their childs, but it looks 
958                 better right now)
959
960 2003-07-13 [christoph]  0.9.3claws5
961
962         * src/mainwindow.c
963                 group "Add mailbox *..." menu items in submenu
964
965 2003-07-13 [alfons]     0.9.3claws4
966
967         * src/summaryview.c
968                 correct summary_toggle_pressed() signature and make sure
969                 signal is not passed on
970
971 2003-07-13 [alfons]     0.9.3claws3
972
973         * src/summaryview.c
974                 o for now don't pass on keys when they we're handled by 
975                   ctree::key_press_event
976                 o clean up
977
978 2003-07-13 [alfons]     0.9.3claws2
979         
980         * src/main.c
981                 add command line option "--config-dir" to get the current 
982                 configuration dir
983
984 2003-07-12 [alfons]     0.9.3claws1
985
986         * src/matcher.[ch]
987         * src/matcher_parser_parse.y
988         * src/prefs_filtering.c
989         * src/filtering.c
990                 add "Lock" filter action to lock messages;
991
992         * src/filtering.c       
993                 remove debug_print()    
994         * src/prefs_filtering.c
995                 re-organize matcher part 9: 
996                 make action text entries easily extendible;
997                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
998                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
999
1000 2003-07-12 [paul]
1001
1002         * tools/README
1003                 update old information and add missing
1004                 information
1005
1006 2003-07-12 [paul]       0.9.3claws
1007
1008         * 0.9.3claws released
1009         
1010 2003-07-12 [paul]       0.9.0claws103
1011
1012         * src/Makefile.am
1013                 add addrquery.h
1014
1015 2003-07-12 [melvin]     0.9.0claws102
1016
1017         * src/messageview.c
1018                 Fixed bug #215: Show MIME tab for single text/html messages. 
1019                 
1020 2003-07-12 [paul]       0.9.0claws101
1021
1022         * man/sylpheed.1
1023                 updated
1024
1025 2003-07-12 [paul]       0.9.0claws100
1026
1027         * po/es.po
1028           po/hr.po
1029           po/pl.po
1030           po/sr.po
1031                 update Spanish, Croatian, Polish, Serbian translations.
1032                 submitted by Ricardo Mones Lastra, Dragan, Witold
1033                 Wladyslaw Wojciech Wilk, Urke MMI
1034
1035 2003-07-12 [melvin]     0.9.0claws99
1036
1037         * po/fr.po
1038                 Updated French translations.
1039
1040 2003-07-12 [paul]       0.9.0claws98
1041
1042         * src/addressbook.c
1043                 disable 'Lookup' button as it has no effect
1044
1045 2003-07-11 [alfons]     0.9.0claws97
1046         
1047         * src/summaryview.c
1048                 summary_searchbar_pressed() should return TRUE to signal that
1049                 event was handled. when returning void, the return value passed
1050                 to GTK is actually random, but maybe FALSE, in which case the
1051                 event is handled by parent
1052                 
1053 2003-07-10 [paul]       0.9.0claws96
1054
1055         * ac/missing/gettext.m4
1056                 update to version 0.12
1057
1058 2003-07-10 [paul]       0.9.0claws95
1059
1060         * src/plugins/clamav/clamav_plugin.c
1061                 fix bug where multipart/alternative messages
1062                 would slip through without being scanned
1063
1064 2003-07-10 [christoph]  0.9.0claws94
1065
1066         * src/folder.c
1067                 correct check if folder supports removing when a message is
1068                 moved. if not the message is only copied.
1069
1070         (closes Bug 132 crash on startup in newsgroups folders)
1071
1072 2003-07-09 [alfons]     0.9.0claws93
1073
1074         * configure.ac
1075         * src/common/defs.h
1076                 --with-config-dir (default .sylpheed)
1077
1078 2003-07-09 [christoph]  0.9.0claws92
1079
1080         * configure.ac
1081                 use PKG_CHECK_MODULES to check for gtkmathview
1082                 (version 0.4.2 now required)
1083
1084 2003-07-08 [melvin]     0.9.0claws91
1085
1086         * src/action.c
1087                 Implemented a progress bar that counts the number of completed
1088                 tasks when the action runs more than one command.
1089
1090 2003-07-08 [alfons]     0.9.0claws90
1091
1092         * src/procmsg.c
1093                 if queued message has an invalid Message-Id, don't try to
1094                 find message it refers to (fixes #209 "crash when processing 
1095                 in folder")
1096
1097 2003-07-08 [paul]       0.9.0claws89
1098
1099         * sync with 0.9.3cvs2
1100                 see ChangeLog 2003-07-08
1101
1102 2003-07-08 [match]      0.9.0claws88
1103
1104         * src/ldapctrl.c
1105                 extend LDAP search for first/last name by parsing search term.
1106
1107 2003-07-08 [alfons]     0.9.0claws87
1108
1109         * src/send_message.c
1110                 fix bug #208 "Status message stuck when sending on POP3 account"
1111
1112 2003-07-07 [paul]       0.9.0claws86
1113
1114         * po/hr.po
1115                 new Croatian translation, submitted by
1116                 Dragan <drleskov@inet.hr>
1117
1118 2003-07-07 [paul]       0.9.0claws85
1119
1120         * sync with 0.9.3cvs1
1121                 see ChangeLog 2003-07-07
1122
1123 2003-07-05 [christoph]  0.9.0claws84
1124
1125         * src/Makefile.am
1126         * src/messageview.c
1127         * src/mimeview.[ch]
1128         * src/stock_pixmap.[ch]
1129         * src/pixmaps/messageview_text.xpm              ** NEW **
1130                 move mimeview tabs to the right side and use icons
1131                 instead of text to save some space
1132
1133         (patch by Luke Plant <lukeplant@softhome.net>)
1134
1135 2003-07-05 [christoph]  0.9.0claws83
1136
1137         * src/inc.c
1138                 add NULL pointer checks
1139
1140         (patch by Luke Plant <lukeplant@softhome.net>)
1141         (closes Bug 204 0.9.0 quits on authentication error?!)
1142
1143 2003-07-05 [alfons]     0.9.0claws82
1144
1145         * configure.ac
1146                 take the clue in bug #202 "./configure script - 
1147                 'if test' comparison failure" reported by John Kristoff. 
1148
1149 2003-07-04 [christoph]  0.9.0claws81
1150
1151         * src/plugins/spamassassin/spamassassin.c
1152                 set timeout for spam check
1153
1154 2003-07-04 [christoph]  0.9.0claws80
1155
1156         * src/main.c
1157                 destroy all FolderItems when shutting down to
1158                 allow folders to clean up
1159
1160 2003-07-04 [melvin]     0.9.0claws79
1161
1162         * src/gtk/gtkaspell.c
1163                 Fixed bug #184 "Entering non-ascii character deletes
1164                 previous char if spell checking enabled": this makes
1165                 the spell checking in multibytes (e.g. UTF-8)locales work.
1166                 (Patch by Luke Plant).
1167                 
1168 2003-07-04 [christoph]  0.9.0claws78
1169
1170         * sync with 0.9.2cvs1
1171                 see ChangeLog 2003-06-10
1172
1173 2003-07-04 [paul]       0.9.0claws77
1174
1175         * sync with 0.9.3 release
1176                 see ChangeLog 2003-07-04
1177
1178 2003-07-03 [christoph]  0.9.0claws76
1179
1180         * src/folder.[ch]
1181         * src/imap.c
1182         * src/mbox_folder.c
1183         * src/mh.c
1184         * src/news.c
1185                 move folder_item_get_path() stuff into a folder virtual function
1186
1187         * src/procmsg.c
1188                 use folder_item_fetch_msg() to get message and do not contruct
1189                 the filename from path and number
1190
1191 2003-07-03 [paul]       0.9.0claws75
1192
1193         * sync with 0.9.2cvs12
1194                 see ChangeLog 2003-07-03
1195
1196 2003-07-02 [paul]       0.9.0claws74
1197
1198         * src/messageview.c
1199                 fix text-selection for replying
1200
1201 2003-07-02 [paul]       0.9.0claws73
1202
1203         * sync with 0.9.2cvs11
1204                 see ChangeLog 2003-07-02
1205
1206 2003-07-02 [paul]       0.9.0claws72
1207
1208         * src/procmsg.c
1209                 revert last commit because it breaks more
1210                 than it fixes
1211
1212 2003-07-02 [paul]       0.9.0claws71
1213
1214         * src/procmsg.c
1215                 fix thread by subject/sort by date
1216
1217 2003-07-01 [paul]       0.9.0claws70
1218
1219         * sync with 0.9.2cvs10
1220                 see ChangeLog 2003-07-01
1221
1222 2003-06-30 [paul]       0.9.0claws69
1223
1224         * sync with 0.9.2cvs9
1225                 see ChangeLog 2003-06-30
1226
1227 2003-06-28 [match]      0.9.0claws68
1228
1229         * src/addressbook.c
1230                 fix null ptr.
1231
1232 2003-06-27 [paul]       0.9.0claws67
1233
1234         * sync with 0.9.2cvs7
1235                 see ChangeLog 2003-06-27
1236
1237 2003-06-26 [christoph]  0.9.0claws66
1238
1239         * src/folder.c
1240                 freeze folder updates while a folder is scanned
1241
1242         (closes Bug 185 New message counter)
1243
1244 2003-06-26 [darko]      0.9.0claws65
1245
1246         * src/ldapserver.c
1247                 fix infinite loop when adding a new LDAP server
1248
1249 2003-06-26 [paul]       0.9.0claws64
1250
1251         * sync with 0.9.2cvs6
1252                 see ChangeLog 2003-06-26
1253
1254 2003-06-26 [paul]       0.9.0claws63
1255
1256         * sync with 0.9.2cvs5
1257                 see ChangeLog 2003-06-25 and 2003-06-26
1258
1259 2003-06-25 [match]      0.9.0claws62
1260
1261         * src/addr_compl.c
1262                 Fixed tab/backtab for dropped-down completion list to
1263                 move next/previous field. (close bug 147)
1264
1265 2003-06-25 [christoph]  0.9.0claws61
1266
1267         * src/addr_compl.[ch]
1268         * src/addrindex.[ch]
1269         * src/folderview.c
1270         * src/inc.c
1271         * src/news.c
1272         * src/summaryview.c
1273         * src/toolbar.c
1274                 fix warnings
1275
1276 2003-06-25 [leandro]    0.9.0claws60
1277
1278         * src/compose.c
1279                 o cleanups
1280                 o gray out "Message/Remove references" menu item if not
1281                   replying to a message
1282
1283 2003-06-24 [leandro]    0.9.0claws59
1284
1285         * src/compose.[ch]
1286                 o removed "Message/Create new thread" menu item
1287                 o added "Message/Remove references" menu item
1288                   (it's off by default and will not check anymore
1289                    if the subject changed)
1290
1291 2003-06-23 [alfons]     0.9.0claws58
1292
1293         * src/procmsg.c
1294                 try better grouping messages threaded by subject based on their age.
1295                 still not perfect - because the message tree is not sorted by date.  
1296
1297 2003-06-23 [thorsten]   0.9.0claws57
1298
1299         * src/pop.[ch]
1300                 added mail_receive_hook to allow modifications
1301                 directly after retrieval (e.g. adding headers).
1302
1303 2003-06-23 [paul]       0.9.0claws56
1304
1305         * src/sourcewindow.c
1306                  enable the use of Ctrl+A to select all text in
1307                  the sourcewindow
1308                  Patch submitted by Ivan Francolin Martinez
1309                  <ivanfm@users.sourceforge.net>
1310
1311 2003-06-22 [christoph]  0.9.0claws55
1312
1313         * src/folder.[ch]
1314                 o add notification hook for folder tree changes
1315                 o invoke hooks after folder tree scanning
1316
1317         * src/folderview.[ch]
1318                 register hook for folder tree changes that
1319                 updates the ctree
1320
1321         (there are more places that should be updated, like add, remove 
1322          or move folder)
1323
1324         (closes Bug 164 Crash on rebuild folder tree)
1325         (closes Bug 190 Crash on 'rebuilding folder tree')
1326
1327 2003-06-21 [leandro]    0.9.0claws54
1328
1329         * src/compose.[ch]
1330                 create a new thread if subject changes
1331                 (it's on by default, can be disabled in Message menu)
1332
1333 2003-06-21 [alfons]     0.9.0claws53
1334
1335         * src/summaryview.c
1336                 quiet little compiler
1337
1338 2003-06-21 [christoph]  0.9.0claws52
1339
1340         update gettext stuff to version 0.12
1341
1342 2003-06-19 [alfons]     0.9.0claws51
1343
1344         * src/common/log.c
1345         * src/common/plugin.c
1346                 move defs.h before glib.h to prevent MIN/MAX redefs
1347
1348 2003-06-19 [alfons]
1349
1350         * src/addressbook.c
1351                 translatable
1352
1353 2003-06-19 [match]      0.9.0claws50
1354
1355         * src/addressbook.[ch]
1356         * src/addrindex.[ch]
1357         * src/addr_compl.[ch]
1358         * src/editldap.[ch]
1359         * src/editldap_basedn.[ch]
1360         * src/addritem.[ch]
1361         * src/ldapquery.h
1362                 re-implemented dynamic LDAP search. works without
1363                 slowdown on display sender with addressbook
1364                 option.
1365         * src/addrbook.c
1366                 documented code.
1367
1368 2003-06-19 [paul]       0.9.0claws49
1369
1370         * src/compose.c
1371                 fix Bug #136 'Nonprovided quotation marks crash claws'
1372                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1373
1374 2003-06-19 [alfons]     0.9.0claws48
1375
1376         * src/prefs_common.[ch]
1377         * src/procmsg.c
1378                 restrict threading by subject by checking thread for
1379                 age (prefs_common.thread_by_subject_max_age)
1380
1381 2003-06-18 [christoph]  0.9.0claws47
1382
1383         * src/imap.c
1384                 fix memory leak in imap_cmd_fetch()
1385
1386 2003-06-18 [christoph]  0.9.0claws46
1387
1388         * src/prefs_gtk.c
1389                 fix memory leak in prefs_set_default() when used multiple
1390                 times or after prefs have been read
1391
1392 2003-06-18 [christoph]  0.9.0claws45
1393
1394         * src/common/plugin.c
1395                 fix memory leak in plugin_unload()
1396
1397 2003-06-18 [christoph]  0.9.0claws44
1398
1399         * src/imap.c
1400                 fix memory leak in imap_cmd_ok()
1401
1402 2003-06-18 [christoph]  0.9.0claws43
1403
1404         * src/folder.c
1405                 stop messages that are downloaded from POP3 and added to
1406                 an IMAP inbox from being filtered twice (first by POP3
1407                 and again when IMAP folder is scaned to get the UID of
1408                 the APPEND operation when no UIDPLUS is available)
1409
1410 2003-06-18 [alfons]
1411
1412         * tools/Makefile.am
1413                 phoenix <- firebird     
1414
1415 2003-06-18 [paul]
1416
1417         * tools/launch_phoenix          ** REMOVED **
1418           tools/launch_firebird         ** NEW **
1419                 renamed and edited to reflect the browser's name change from
1420                 'phoenix' to 'firebird'
1421
1422 2003-06-18 [paul]       0.9.0claws42
1423
1424         * sync with 0.9.2cvs2
1425                 see ChangeLog 2003-06-16
1426
1427 2003-06-17 [alfons]     0.9.0claws41
1428
1429         * src/procmsg.c
1430                 prevent threading problems when a node is an ancestor (parent / great parent),
1431                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1432                 for finding an sample set of messages)
1433
1434 2003-06-16 [christoph]  0.9.0claws40
1435
1436         * src/main.c
1437                 don't popup main window on --receive or --receive-all
1438
1439         * src/mainwindow.[ch]
1440         * src/plugins/trayicon/trayicon.c
1441                 allow hiding of main window by clicking on the trayicon
1442                 (doesn't work correctly in seperate window mode and may
1443                  cause unexpected GTK problems I couldn't find yet)
1444
1445         * src/common/ssl.c
1446                 remove incorrect warning
1447
1448 2003-06-15 [alfons]     0.9.0claws39
1449
1450         * src/gtk/gtkstext.c
1451                 don't output debug text;
1452                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1453                 for pointing this out);
1454
1455 2003-06-14 [alfons]     0.9.0claws38
1456         
1457         * src/messageview.c
1458                 remove printf() and make one if..else comply with coding style
1459
1460 2003-06-14 [alfons]     0.9.0claws37
1461
1462         * AUTHORS
1463                 add Martin Wicke
1464         * src/action.c
1465         * src/messageview.[ch]
1466         * src/summaryview.c
1467                 apply patch #754162 "Quoting messages filtered by actions" submitted
1468                 by Martin Wicke, which allows quoting message body changed by an
1469                 action (Thanks!).
1470
1471 2003-06-13 [alfons]     0.9.0claws36
1472
1473         * src/utils.c
1474                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1475                 use case insensitive regexp (suggested by Ivan Martinez)
1476
1477 2003-06-13 [christoph]  0.9.0claws35
1478
1479         * configure.ac
1480         * src/plugins/trayicon/Makefile.am
1481         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1482         * src/plugins/trayicon/trayicon.c
1483         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1484         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1485         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1486         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1487         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1488         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1489                 replace my own EggTrayIcon backport with the backport
1490                 used by (l|x)mule and gabber.
1491
1492 2003-06-13 [alfons]     0.9.0claws34
1493
1494         * AUTHORS
1495         * src/common/utils.c
1496                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1497
1498 2003-06-13 [alfons]     0.9.0claws33
1499
1500         * src/compose.c
1501                 clean up a little bit
1502
1503 2003-06-12 [alfons]     0.9.0claws32
1504
1505         * src/compose.c
1506                 const correctness fix
1507
1508         * src/common/sylpheed.[ch]
1509                 () -> (void)
1510                 prevent redef MIN/MAX
1511                 
1512         * src/common/utils.[ch]
1513                 () -> (void)
1514
1515 2003-06-12 [melvin]     0.9.0claws31
1516
1517         * src/compose.c
1518                 Updated to take into accounts changes in GtkAspell.
1519
1520 2003-06-12 [alfons]     0.9.0claws30
1521
1522         * src/compose.c
1523         * src/procmsg.c
1524         * src/common/utils.[ch]
1525                 handle reply subject prefixes better (initial 
1526                 suggestion by Robert Story adapted and enhanced 
1527                 using regexps)
1528
1529 2003-06-12 [melvin]     0.9.0claws29
1530
1531         * src/compose.c
1532                 Use new gtkaspell_checkers_strerror() to get the speller's
1533                 error message instead of accessing the (now private)
1534                 checkers structure.
1535                 Minor code clean up
1536
1537         * src/main.c
1538                 Use #ifdef instead of #if for USE_ASPELL
1539                 Use the new spell checkers init/quit functions 
1540
1541         * src/gtk/gtkaspell.c
1542                 Use #ifdef instead of #if for USE_ASPELL
1543                 Moved in the majority of GtkAspell structures that were
1544                 exported before by gtkaspell.h
1545         
1546         * src/gtk/gktaspell.h
1547                 Made gtkaspell.h contain only the necessary data to be
1548                 publicized by moving many structures to gtkaspell.c.
1549                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1550                 gtkaspell_checkers_new(): replaced by...
1551                 gtkaspell_checkers_init(): new function for initialization
1552                 gtkaspell_checkers_delete(): replaced by...
1553                 gtkaspell_checkers_quit(): new function
1554                 gtkaspell_checkers_strerror(): new function that returns
1555                 the checker's last error message.
1556                 
1557 2003-06-11 [melvin]     0.9.0claws28
1558
1559         * po/POTFILES.in
1560                 Updated to take into account gtkaspell.c migration to
1561                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1562
1563 2003-06-10 [alfons]     0.9.0claws27
1564
1565         * src/filtering.[ch]
1566         * src/folder.c
1567         * src/matcher.c
1568         * src/scoring.[ch]
1569                 - try fixing bug #18 (any brave testers?)
1570                 - add more robustness by refusing previously 
1571                   unchecked NULL pointers 
1572
1573 2003-06-10 [alfons]     0.9.0claws26
1574
1575         * src/procmsg.c
1576                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1577
1578 2003-06-09 [alfons]     0.9.0claws25
1579
1580         * src/prefs_common.c
1581                 fix bug #163 "Icon switching doesnt work properly" by 
1582                 preventing early freeing of prefs_common.pixmap_theme_path.
1583
1584 2003-06-09 [christoph]  0.9.0claws24
1585
1586         * src/gtk/gtkaspell.c
1587                 revert Thorsten's fix and add forgotten g_strdup for
1588                 aspell path (it should not be possible to alter the path a
1589                 GtkASpell uses from outside)
1590
1591 2003-06-09 [thorsten]   0.9.0claws23
1592
1593         * src/gtk/gtkaspell.c
1594                 dont free prefs_common.aspell_path when closing compose
1595
1596 2003-06-08 [colin]      0.9.0claws22
1597
1598         * src/plugins/spamassassin/spamassassin.c
1599                 fix prefs types
1600
1601 2003-06-07 [christoph]  0.9.0claws21
1602
1603         * src/Makefile.am
1604         * src/compose.c
1605         * src/gtkaspell.[ch]            ** REMOVE **
1606         * src/gtk/Makefile.am
1607         * src/gtk/gtkaspell.[ch]        ** NEW **
1608                 o make gtkaspell independent from sylpheed's prefs
1609                 o move gtkaspell.[ch] to gtk directory
1610
1611 2003-06-07 [christoph]  0.9.0claws20
1612
1613         * src/Makefile.am
1614         * src/crash.c
1615         * src/export.c
1616         * src/filesel.[ch]              ** REMOVE **
1617         * src/folder.c
1618         * src/main.[ch]
1619         * src/common/sylpheed.[ch]
1620         * src/gtk/Makefile.am
1621         * src/gtk/filesel.[ch]          ** NEW **
1622         * src/gtk/pluginwindow.c
1623         * src/gtk/sslcertwindow.c
1624                 move filesel.[ch] to gtk directory
1625
1626 2003-06-07 [alfons]     0.9.0claws19
1627
1628         * src/filesel.c
1629                 make (multi) file selection dialog work again (Claws-only)
1630
1631 2003-06-07 [thorsten]   0.9.0claws18
1632
1633         * po/de.po
1634                 fix typos
1635
1636 2003-06-07 [alfons]     0.9.0claws17
1637
1638         * configure.ac
1639         * src/mimeview.c
1640                 detect apache mishap in which case don't include fnmatch.h
1641                 if regex.h is already included
1642
1643 2003-06-06 [christoph]  0.9.0claws16
1644
1645         * configure.ac
1646         * src/mimeview.h
1647                 add check for fnmatch.h and include it when available
1648
1649         * src/mimeview.[ch]
1650                 fix wrong case sensitivity of Content-Types
1651
1652         * src/gtk/Makefile.am
1653                 need the same include paths in gtk directory as in
1654                 common directory because .h files in common can
1655                 include files from these directories, when included
1656                 in gtk's .h or .c files
1657
1658 2003-06-06 [alfons]     0.9.0claws15
1659
1660         * src/mimeview.c
1661         * src/summaryview.c
1662                 make it compile again because of regex.h / fnmatch.h 
1663                 include problems (related to recent mime stuff, can
1664                 someone check this?)
1665
1666 2003-06-06 [thorsten]   0.9.0claws14
1667
1668         * src/folderview.c
1669                 possible use of uninitialized pointer while dragging
1670
1671 2003-06-06 [paul]       0.9.0claws13
1672
1673         * src/compose.c
1674                 fix bug where the insert sig button would be effective
1675                 only when auto_sig was set
1676
1677 2003-06-06 [paul]       0.9.0claws12
1678
1679         * sync with 0.9.2 release
1680
1681 2003-06-02 [paul]       0.9.0claws11
1682
1683         * sync with 0.9.1cvs1
1684                 see ChangeLog 2003-06-02
1685                 
1686         * po/de.po
1687                 update by Jens
1688
1689 2003-06-01 [christoph]  0.9.0claws10
1690
1691         * src/account.c
1692                 don't use substring search to find accounts by email address
1693
1694         (closes Bug 169 Overly loose matching of "From" address)
1695
1696 2003-05-31 [christoph]  0.9.0claws9
1697
1698         * doc-src/rfc2683.txt
1699         * src/imap.c
1700                 limit IMAP command length as recommended in RFC2683
1701                 (message number lists will be split into multiple imap
1702                 sets, the limit of 1000 octets is not a hard limit)
1703
1704         (closes Bug 161 sylpheed-claws exits with segfault when logging
1705          in to certain imap-servers)
1706
1707 2003-05-29 [alfons]     0.9.0claws8
1708
1709         * src/toolbar.[ch]
1710                 add print button (calling summary_print());
1711                 fine tune setting tooltip text;
1712                 (if someone needs other buttons, please take these 
1713                 commits as a guide, instead of bothering us - also
1714                 see 0.8.11claws150) 
1715
1716 2003-05-29 [darko]      0.9.0claws7
1717
1718         * src/compose.c
1719                 fix crash when word wrapping kicks in due to
1720                 changed text by spell checker
1721
1722 2003-05-29 [paul]       0.9.0claws6
1723
1724         * src/compose.c
1725                 fix bug where changing account would insert
1726                 sig even if auto_sig was FALSE
1727                 
1728         * ChangeLog
1729           ChangeLog.jp
1730           INSTALL
1731                 sync with 0.9.1 release
1732
1733 2003-05-28 [christoph]  0.9.0claws5
1734
1735         * src/imap.c
1736                 fix truncation of too long commands
1737
1738         (closes Bug 167 IMAP hangs trying to get envelope
1739          information in imap_get_uncached_messages)
1740
1741 2003-05-27 [paul]       0.9.0claws4
1742
1743         * tools/Makefile.am
1744           tools/maildir2sylpheed.pl     ** NEW FILE **
1745                 add kmail to sylpheed mailbox conversion script
1746
1747 2003-05-27 [paul]       0.9.0claws3
1748
1749         * sync with 0.9.0cvs10
1750                 see ChangeLog 2003-05-26
1751
1752 2003-05-26 [paul]       0.9.0claws2
1753
1754         * sync with 0.9.0cvs9
1755                 see ChangeLog 2003-05-26
1756
1757 2003-05-24 [paul]       0.9.0claws1
1758
1759         * sync with 0.9.0cvs8
1760                 see ChangeLog 2003-05-23
1761
1762 2003-05-24 [paul]       0.9.0claws
1763
1764         * version 0.9.0claws released
1765
1766 2003-05-24 [paul]       0.8.11claws177
1767
1768         * src/plugins/dillo-viewer/Makefile.am
1769           src/plugins/traycon/Makefile.am
1770                 add missing files
1771                 
1772         * po/bg.po
1773           po/en_GB.po
1774           po/es.po
1775           po/it.po
1776           po/pt_BR.po
1777           po/ru.po
1778           po/sr.po
1779                 update Bulgarian, British English, Spanish, Italian, 
1780                 Brazilian Portuguese, Russian, and Serbian translations, 
1781                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1782                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1783                 Ruslan N. Balkin, and Urke MMI
1784
1785 2003-05-23 [melvin]     0.8.11claws176
1786
1787         * po/fr.po
1788                 Updated French translations
1789
1790 2003-05-22 [paul]       0.8.11claws175
1791
1792         * src/Makefile.am
1793           src/addrbook.[ch]
1794           src/addrcache.[ch]
1795           src/addr_compl.[ch]
1796           src/adressbook.[ch]
1797           src/addrindex.[ch]
1798           src/addritem.[ch]
1799           src/editaddress.c
1800           src/editgroup.c
1801           src/editldap_basedn.c
1802           src/editldap.c
1803           src/jpilot.c
1804           src/vcard.c
1805                 revert to get ldap into it previous working state
1806                 
1807         * po/zh_TW.Big5.po
1808                 new Taiwanese translation,
1809                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1810
1811 2003-05-22 [christoph]  0.8.11claws174
1812
1813         * src/plugins/spamassassin/libspamc.[ch]
1814                 sync libspamc with SpamAssaain release 2.55
1815
1816 2003-05-22 [paul]       0.8.11claws173
1817
1818         * sync with 0.9.0cvs7
1819                 see ChangeLog 2003-05-22
1820                 
1821         * src/summaryview.c
1822                 revert change in 0.8.11claws172: follow
1823                 Hiroyuki's decision and that's the end of it.
1824
1825 2003-05-21 [paul]       0.8.11claws172
1826
1827         * src/summaryview.c
1828                 fix discrepency between open_unread_on_enter
1829                 and always_show_msg
1830
1831 2003-05-21 [paul]       0.8.11claws171
1832
1833         * sync with 0.9.0cvs6
1834                 see ChangeLog 2003-05-21
1835
1836 2003-05-21 [paul]       0.8.11claws170
1837
1838         * sync with 0.9.0cvs5
1839                 see ChangeLog 2003-05-21
1840
1841 2003-05-20 [paul]       0.8.11claws169
1842
1843         * sync with 0.9.0cvs4
1844                 see ChangeLog 2003-05-20
1845                 fixes bug #152, 'encoding of IMAP folders names'
1846
1847 2003-05-20 [paul]       0.8.11claws168
1848
1849         * sync with 0.9.0cvs3
1850                 see ChangeLog 2003-05-20
1851                 
1852         * src/tools/convert_mbox.pl
1853                 minor change in the comments, submitted by Fred Marton
1854
1855 2003-05-19 [paul]       0.8.11claws167
1856
1857         * src/plugins/clamav/Makefile.am
1858           configure.ac
1859                 link clamav_lib to the plugin and not to the main program
1860
1861 2003-05-19 [christoph]
1862
1863         * src/Makefile.am
1864                 add -export-dynamic for linking
1865
1866 2003-05-19 [paul]       0.8.11claws166
1867
1868         * sync with 0.9.0cvs1
1869                 see ChangeLog 2003-05-19
1870
1871 2003-05-19 [paul]       0.8.11claws165
1872
1873         * src/inc.c
1874                 fix 'pop before smtp' timeout
1875
1876 2003-05-18 [alfons]     0.8.11claws164
1877
1878         * src/prefs_matcher.c
1879                 put "execute" action command line ("expression") in edit box
1880
1881 2003-05-18 [christoph]  0.8.11claws163
1882
1883         * src/mimeview.[ch]
1884         * src/plugins/dillo_viewer/dillo_viewer.c
1885         * src/plugins/image_viewer/viewer.c
1886         * src/plugins/mathml_viewer/mathml_viewer.c
1887                 let a viewer have a list of Content-Types
1888
1889 2003-05-18 [paul]       0.8.11claws162
1890
1891         * src/prefs_filtering.c
1892                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1893                 and REDIRECT actions
1894
1895 2003-05-17 [christoph]
1896
1897         * README.claws
1898                 o remove dynamic signatures that was syned with main
1899                 o add infos about no longer "build in" image viewer
1900                 o update bugtracker URL
1901
1902 2003-05-17 [christoph]  0.8.11claws161
1903
1904         * src/folder.c
1905         * src/folderview.c
1906         * src/imap.c
1907                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1908                 for every folder after rebuilding the folder tree.
1909
1910         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1911          messages)
1912
1913 2003-05-17 [christoph]  0.8.11claws160
1914
1915         * src/imap.c
1916                 don't use STATUS command on current folder to check for
1917                 content changes. imap_cmd_ok() now tracks changes to
1918                 folder and number of existing messages.
1919
1920 2003-05-17 [paul]       0.8.11claws159
1921
1922         * src/plugins/clamav/clamav_plugin.c
1923                 remove unnecessary debug_print
1924
1925 2003-05-16 [thorsten]   0.8.11claws158
1926
1927         * src/plugins/demo.c
1928                 included missing intl.h
1929
1930 2003-05-16 [paul]       0.8.11claws157
1931
1932         * po/POTFILES.in
1933                 remove non-existant entries
1934         
1935         * src/plugins/clamav/clamav_plugin.c
1936           src/plugins/clamav/clamav_plugin_gtk.c
1937           src/plugins/dillo_viewer/dillo_prefs.c
1938           src/plugins/dillo_viewer/dillo_viewer.c
1939                 gettextise
1940
1941 2003-05-16 [christoph]  0.8.11claws156
1942
1943         * po/POTFILES.in
1944                 include plugin .c files for translation until I
1945                 find a better solution to have plugins have their
1946                 own textdomain
1947         * src/plugins/demo/demo.c
1948         * src/plugins/image_viewer/plugin.c
1949         * src/plugins/mathml_viewer/mathml_viewer.c
1950         * src/plugins/spamassassin/spamassassin.c
1951         * src/plugins/spamassassin/spamassassin_gtk.c
1952         * src/plugins/trayicon/trayicon.c
1953                 add gettext macros for plugin name and description
1954
1955 2003-05-16 [paul]
1956
1957         * sync with 0.9.0
1958
1959 2003-05-16 [paul]       0.8.11claws155
1960
1961         * sync with lastest 0.9.0pre1
1962                 see ChangeLog 2003-05-16
1963
1964 2003-05-15 [paul]       0.8.11claws154
1965
1966         * sync with latest 0.9.0pre1
1967                 see ChangeLog 2003-05-14 and 2003-05-15
1968
1969 2003-05-14 [christoph]  0.8.11claws153
1970
1971         * src/plugins/image_viewer/viewer.c
1972         * src/plugins/image_viewer/viewer.glade         ** NEW **
1973         * src/plugins/image_viewer/viewerprefs.c
1974                 make it possible to disable the autoload function in the
1975                 imageviewer again
1976
1977 2003-05-14 [christoph]  0.8.11claws152
1978
1979         * src/folder.c
1980                 fix folder update after adding a message
1981
1982 2003-05-13 [alfons]     0.8.11claws151
1983
1984         * src/common/session.c
1985                 remove debug traces
1986                 
1987         * src/addrcache.[ch]
1988         * src/filtering.[ch]
1989         * src/folder.[c]
1990         * src/gtkaspell.[ch]
1991         * src/imap.[ch]
1992         * src/mbox_folder.[ch]
1993         * src/mh.[ch]
1994         * src/mimeview.h
1995         * src/msgcache.[ch]
1996         * src/news.[ch]
1997         * src/passphrase.[ch]
1998         * src/prefs_common.[ch]
1999         * src/prefs_gtk.[ch]
2000         * src/procmsg.c
2001         * src/scoring.[ch]
2002                 be pedantic; (in prototypes () implies (int))
2003
2004 2003-05-13 [alfons]     0.8.11claws150
2005
2006         * src/prefs_toolbar.[ch]
2007         * src/summaryview.[ch]
2008         * src/toolbar.[ch]
2009                 change misleading text in toolbar prefs;
2010                 add toolbar action for ignore thread (toggles ignore thread flag);
2011                 clean up a little bit;
2012
2013 2003-05-12 [paul]
2014
2015         * tools/convert_mbox.pl
2016                 bug fixed by Fred Marton
2017
2018 2003-05-12 [paul]
2019
2020         * sync with 0.9.0pre1
2021
2022 2003-05-09 [paul]       0.8.11claws149
2023
2024         * sync with 0.8.11cvs43
2025                 see ChangeLog 2003-05-09
2026
2027 2003-05-08 [christoph]  0.8.11claws148
2028
2029         * src/imap.[ch]
2030                 o use CAPABILIY as first command and check for PREAUTH
2031                   information in the response to it
2032                 o rewrite all imap_cmd_* functions to use an IMAPSession
2033                   instead of a SockInfo as parameter
2034                 o do STARTTLS after fetching and checking the server
2035                   capabilities
2036
2037 2003-05-08 [paul]       0.8.11claws147
2038
2039         * tools/Makefile.am
2040           tools/README
2041           tools/convert_mbox.pl         ** NEW FILE **
2042                 add mbox conversion script. Submitted by 
2043                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2044
2045 2003-05-07 [christoph]
2046
2047         * doc-src/glade.txt
2048         * src/gtk/pluginwindow.glade
2049         * src/plugins/image_viewer/viewerprefs.glade
2050         * src/plugins/spamassassin/spamassassin_gtk.glade
2051                 add glade files for user interfaces and a description how
2052                 to use glade to create the sylpheed code
2053
2054 2003-05-07 [paul]       0.8.11claws146
2055
2056         * sync with 0.8.11cvs41
2057                 see ChangeLog 2003-05-07
2058
2059 2003-05-06 [christoph]  0.8.11claws145
2060
2061         * src/main.c
2062         * src/plugins/image_viewer/viewer.c
2063                 fix usage of imlib in imageviewer plugin
2064
2065         * src/gtk/prefswindow.c
2066                 handle window close event correctly
2067
2068 2003-05-06 [paul]       0.8.11claws144
2069
2070         * src/common/ssl.c
2071                 fix typo introduced in sync
2072
2073 2003-05-06 [paul]       0.8.11claws143
2074
2075         * sync with 0.8.11cvs39
2076                 see ChangeLog 2003-05-06
2077
2078 2003-05-06 [paul]       0.8.11claws142
2079
2080         * AUTHORS
2081           po/cs.po
2082                 updated Czech translation, submitted by 
2083                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2084                 
2085         * src/plugins/clamav/clamav_plugin_gtk.c
2086                 clean up
2087
2088 2003-05-03 [alfons]     0.8.11claws141
2089
2090         * src/compose.[ch]
2091                 make paste as quotation work even when the call to 
2092                 text_inserted() was deferred (fixes bug #140 "Paste 
2093                 as quotation does not work when using "external" 
2094                 clipboard")
2095
2096 2003-05-03 [thorsten]   0.8.11claws140
2097
2098         * src/addrquery.h
2099           src/ldapquery.h
2100           src/mainwindow.c
2101                 removed C++ comments
2102         * src/addr_compl.c
2103                 function with non-int retval/param used before
2104                 implementation/declaration
2105
2106 2003-05-02 [paul]       0.8.11claws139
2107
2108         * src/addr_compl.[ch]
2109           src/addressbook.[ch]
2110           src/addrindex.c
2111           src/summaryview.c
2112                 revert match's changes to (finally) remove the bug where
2113                 opening a folder causes massive slowdown when using the 
2114                 'Display sender using address book' option
2115
2116 2003-05-01 [melvin]     0.8.11claws138
2117
2118         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2119         * src/plugins/dillo_viewer/dillo_viewer.c
2120                 Fixed bug where "Cancel" button from prefs issued
2121                 warnings.
2122                 Comply a little more to coding style
2123
2124 2003-05-01 [paul]       0.8.11claws137
2125
2126         * sync with 0.8.11cvs38
2127                 see ChangeLog 2003-05-01
2128
2129 2003-05-01 [paul]       0.8.11claws136
2130
2131         * po/bg.po
2132                 updated by George Danchev
2133
2134 2003-04-30 [christoph]  0.8.11claws135
2135
2136         * src/plugins/dillo_viewer/dillo_prefs.c
2137         * src/plugins/image_viewer/viewerprefs.c
2138         * src/plugins/spamassassin/spamassassin_gtk.c
2139                 remove gtk_widget_ref() calls for widgets in
2140                 glade code
2141
2142 2003-04-30 [paul]       0.8.11claws134
2143
2144         * src/addrindex.c
2145                 ok, this time a better fix for the bug where opening folder
2146                 has massive slowdown when using the 'Display sender using 
2147                 address book' option
2148
2149 2003-04-30 [paul]       0.8.11claws133
2150
2151         * src/addrindex.c
2152                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2153         
2154 2003-04-30 [melvin]     0.8.11claws132
2155
2156         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2157
2158         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2159                 Preferences for the dillo plugin
2160         * src/plugins/dillo_viewer/dillo_viewer.c
2161                 Support for preferences
2162         * src/plugins/dillo_viewer/Makefile.am
2163                 Added dillo_prefs.[ch]
2164
2165 2003-04-30 [alfons]     0.8.11claws131
2166
2167         * src/common/plugin.[ch]
2168                 see? this ANSI C'fication immediately gives us type
2169                 checking for free.
2170
2171 2003-04-30 [alfons]     0.8.11claws130
2172
2173         * src/common/plugin.[ch]
2174         * src/plugins/clamav/clamav_plugin.[ch]
2175         * src/plugins/clamav/clamav_plugin_gtk.c
2176         * src/plugins/demo/demo.c
2177         * src/plugins/dillo_viewer/dillo_viewer.c
2178         * src/plugins/image_viewer/plugin.c
2179         * src/plugins/image_viewer/viewer.[ch]
2180         * src/plugins/image_viewer/viewerprefs.[ch]
2181         * src/plugins/mathml_viewer/mathml_viewer.c
2182         * src/plugins/spamassassin/spamassassin.[ch]
2183         * src/plugins/spamassassin/spamassassin_gtk.c
2184         * src/plugins/trayicon/trayicon.c
2185                 clean up
2186
2187 2003-04-30 [alfons]     0.8.11claws129
2188
2189         * src/common/utils.c
2190                 make is_ascii_str() fail gracefully when NULL pointer
2191                 is passed
2192
2193 2003-04-30 [paul]       0.8.11claws128
2194
2195         * src/addrindex.c
2196                 fix bug where opening folder has massive slowdown when
2197                 using the 'Display sender using address book' option
2198
2199 2003-04-30 [paul]       0.8.11claws127
2200
2201         * src/plugins/clamav/clamav_plugin.c
2202           src/plugins/clamav/clamav_plugin_gtk.c
2203           src/plugins/demo/demo.c
2204           src/plugins/dillo_viewer/dillo_viewer.c
2205           src/plugins/image_viewer/plugin.c
2206           src/plugins/mathml_viewer/mathml_viewer.c
2207           src/plugins/spamassassin/spamassassin.c
2208           src/plugins/spamassassin/spamassassin_gtk.c
2209           src/plugins/trayicon/trayicon.c
2210                 get rid of eye-hurting function signatures
2211
2212 2003-04-30 [paul]       0.8.11claws126
2213
2214         * src/plugins/trayicon/trayicon.c
2215                 add description
2216                 
2217         * src/mimeview.c
2218                 be more descriptive
2219
2220 2003-04-30 [paul]       0.8.11claws125
2221
2222         * configure.ac
2223                 arrange the plugins in reverse alphabetical order
2224                 
2225         * src/plugins/clamav/clamav_plugin.[ch]
2226           src/plugins/clamav/clamav_plugin_gtk.c
2227                 rename some params
2228                 resize max_size window
2229                 re-arrange the order of some gui elements
2230                 improve descriptions
2231         
2232         * src/plugins/image_viewer/plugin.c
2233           src/plugins/mathml_viewer/mathml_viewer.c
2234                 add descriptions
2235                 
2236         * src/plugins/spamassassin/spamassassin_gtk.c
2237                 resize max_size window
2238                 re-arrange the order of some gui elements
2239                 
2240         * src/messageview.c
2241           src/mimeview.c
2242                 correct typos
2243
2244 2003-04-30 [alfons]     0.8.11claws124
2245
2246         * src/imap.c
2247                 fix a leak found while browsing Martin Kluge's 
2248                 valgrind log (Claws only)
2249
2250 2003-04-29 [darko]      0.8.11claws123
2251
2252         * src/gtk/gtkstext.h
2253                 include wchar.h if it is available, fixes compilation
2254                 on HP-UX systems
2255
2256 2003-04-29 [melvin]     0.8.11claws122
2257
2258         * src/prefs_actions.c
2259                 Improved help text of Actions' syntax
2260
2261 2003-04-28 [paul]       0.8.11claws121
2262
2263         * src/action.c
2264                 a better fix for the crash when performing an action
2265                 on a mime part
2266
2267 2003-04-28 [paul]       0.8.11claws120
2268
2269         * src/action.c
2270                 fix crash when performing an action on a
2271                 mime part
2272
2273 2003-04-28 [paul]       0.8.11claws119
2274
2275         * sync with 0.8.11cvs36
2276                 see ChangeLog 2003-04-28
2277
2278 2003-04-27 [paul]       0.8.11claws118
2279
2280         * more sync with 0.8.11cvs35
2281                 see ChangeLog 2003-04-25
2282
2283 2003-04-26 [christoph]  0.8.11claws117
2284
2285         * src/folder.c
2286                 fix remove virtual check
2287
2288 2003-04-26 [paul]       0.8.11claws116
2289
2290         * src/messageview.c
2291                 fix return-receipt, make it work again
2292
2293 2003-04-26 [paul]       0.8.11claws115
2294
2295         * src/mimeview.c
2296                 restore double-clicking of the [application/pgp-signature 
2297                 (Select "Check signature" to check)] line in the message view,
2298                 broken in recent sync
2299
2300 2003-04-26 [christoph]  0.8.11claws114
2301
2302         * src/folder.c
2303                 check if remove virtual really exists before
2304                 calling the function
2305
2306 2003-04-25 [match]      0.8.11claws113
2307
2308         * src/addrindex.c
2309         * src/addrbook.c
2310         * src/ldapquery.[ch]
2311         * src/ldapctrl.[ch]
2312                 fix memleak.
2313         * src/ldapserver.[ch]
2314                 fix memleak. fix segfault.
2315                 plug a Claws memleak
2316
2317 2003-04-25 [alfons]     0.8.11claws112
2318
2319         * src/folder.c
2320                 plug a Claws memleak
2321
2322 2003-04-25 [alfons]     0.8.11claws111
2323
2324         * src/common/session.c
2325                 plug a memleak
2326
2327 2003-04-25 [paul]       0.8.11claws110
2328
2329         * sync with 0.8.11cvs35
2330                 see ChangeLog 2003-04-24 and 2003-04-25
2331                 
2332         * src/gtk/pluginwindow.c
2333                 correct another strange float value
2334
2335 2003-04-24 [christoph]  0.8.11claws109
2336
2337         * src/folder.c
2338                 freeze folder item updates when unsetting new flags
2339
2340         * src/gtk/pluginwindow.c
2341                 correct strange float value
2342
2343 2003-04-23 [paul]       0.8.11claws108
2344
2345         * sync with 0.8.11cvs33
2346                 see ChangeLog 2003-04-23
2347
2348 2003-04-22 [paul]       0.8.11claws107
2349
2350         * src/Makefile.am
2351           src/messageview.c
2352           src/mimeview.c
2353           src/pgptext.[ch]      ** REMOVED **
2354                 remove pgptext.[ch] as its not used any more
2355
2356 2003-04-22 [paul]       0.8.11claws106
2357
2358         * sync with 0.8.11cvs31
2359                 see ChangeLog 2003-04-21 and 2003-04-22
2360
2361 2003-04-21 [alfons]     0.8.11claws105
2362
2363         * src/main.c
2364                 No access to GTK structures if we're a spawned child
2365                 (and clean up code a little bit...) Should fix #126.
2366
2367 2003-04-21 [melvin]     0.8.11claws104
2368
2369         * src/plugins/dillo_viewer/README
2370                 Improved slightly the text.
2371
2372 2003-04-21 [melvin]     0.8.11claws103
2373
2374         * src/plugins/dillo_viewer/README *** NEW ***
2375                 Added a README file for the Dillo plugin
2376
2377 2003-04-20 [paul]
2378
2379         * tools/README
2380           tools/outlook2sylpheed.pl
2381                 updated and improved by Ricardo Mones Lastra
2382
2383 2003-04-18 [oliver]     0.8.11claws102
2384
2385         * src/inc.c 
2386         * src/prefs_account.h
2387                 remove Pop3SessionType (used by selective download)
2388         * src/prefs_toolbar.c
2389                 enable set Default Toolbar button
2390
2391 2003-04-18 [paul]       0.8.11claws101
2392
2393         * sync with 0.8.11cvs29
2394                 see ChangeLog 2003-04-18
2395
2396 2003-04-17 [paul]       0.8.11claws100
2397
2398         * src/prefs_common.[ch]
2399           src/summaryview.c
2400                 remove 'Open next message on deletion' option,
2401                 as the same effect can now be achieved via the
2402                 'Always open messages in summary when selected'
2403                 option.
2404
2405 2003-04-17 [paul]       0.8.11claws99
2406
2407         * sync with 0.8.11cvs28
2408                 see ChangeLog 2003-04-17
2409
2410 2003-04-17 [christoph]  0.8.11claws98
2411
2412         * ac/spamassassin.m4
2413         * src/plugins/spamassassin/libspamc.[ch]
2414         * src/plugins/spamassassin/utils.[ch]
2415                 sync libspamc with SpamAssassin project
2416
2417 2003-04-17 [christoph]  0.8.11claws97
2418
2419         * src/common/socket.h
2420         * src/gtk/sslcertwindow.h
2421                 rename old USE_SSL to USE_OPENSSL
2422
2423 2003-04-17 [paul]       0.8.11claws96
2424
2425         * src/prefs_common.h
2426                 use gulong for P_COLOR so that it compiles/runs on
2427                 64-bit systems. Patch submitted by James Noyes
2428                 <jnoyes-claws@retrogeeks.com>
2429                 
2430         * po/de.po
2431                 updated by Jens
2432
2433 2003-04-17 [paul]       0.8.11claws95
2434
2435         * sync with 0.8.11cvs27
2436                 see ChangeLog 2003-04-16
2437
2438 2003-04-15 [paul]       0.8.11claws94
2439
2440         * src/prefs_common.[ch]
2441                 rearrange to stop the window getting too long:
2442                         move Receive dialog stuff to Receive tab
2443                         move Send dialog to Send tab
2444                         remove Dialogs frame
2445                 rename 'Open messages in summary with cursor keys' to
2446                 'Always open messages in summary when selected', as its
2447                 more appropriate
2448
2449 2003-04-15 [paul]       0.8.11claws93
2450
2451         * src/prefs_common.[ch]
2452           src/summaryview.c
2453                 add new option '/Interface/Open next message on deletion'
2454
2455 2003-04-15 [paul]       0.8.11claws92
2456
2457         * src/summaryview.[ch]
2458                 add /Mark/Lock and /Mark/Unlock to the pop-up
2459                 menu. Patch submitted by Ivan Francolin Martinez
2460                 <ivanfm@users.sourceforge.net>
2461
2462 2003-04-15 [paul]       0.8.11claws91
2463
2464         * sync with 0.8.11cvs24
2465                 see ChangeLog 2003-04-15
2466
2467 2003-04-14 [jens]       0.8.11claws90
2468
2469         * updated German translation and some corrections from
2470                 Roland Bless <bless@tm.uka.de>
2471
2472 2003-04-14 [paul]       0.8.11claws89
2473
2474         * sync with 0.8.11cvs22
2475                 see ChangeLog 2003-04-14
2476
2477 2003-04-13 [paul]       0.8.11claws88
2478
2479         * src/plugins/clamav/clamav_plugin.c
2480                 fix memory leaks
2481                 clean up
2482
2483 2003-04-12 [paul]       0.8.11claws87
2484
2485         * src/plugins/clamav/clamav_plugin.c
2486                 activate enable/disable archive scanning option
2487                 
2488         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2489
2490 2003-04-12 [paul]       0.8.11claws86
2491
2492         * src/plugins/Makefile.am
2493           src/plugins/clamav/Makefile.am                ** NEW FILE **
2494           src/plugins/clamav/README                     ** NEW FILE ** 
2495           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2496           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2497                 add Clam AntiVirus plugin
2498
2499 2003-04-12 [paul]       0.8.11claws85
2500
2501         * sync with 0.8.11cvs21
2502                 see ChangeLog 2003-04-11
2503
2504 2003-04-11 [paul]       0.8.11claws84
2505
2506         * po/es.po
2507                 update Spanish translation. Submitted by Ricardo
2508                 Mones Lastra.
2509
2510 2003-04-10 [christoph]  0.8.11claws83
2511
2512         * src/mbox.c
2513                 fix typo that did not move unfiltered mails to destination
2514                 folder
2515
2516         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2517          when filtering from spool)
2518
2519 2003-04-10 [christoph]  0.8.11claws82
2520
2521         * src/imap.c
2522                 use BODY.PEEK instead of BODY in in message fetch operation
2523                 to make sure the IMAP server does not set the \Seen flag for
2524                 messages. Sylpheed does that later itself, when the message
2525                 is opened in sylpheed
2526
2527         (closes Bug 111 Claws destroys unread marks)
2528
2529 2003-04-09 [oliver]     0.8.11claws81
2530         
2531         * src/folder.c
2532                 fix crash in folder_destroy
2533         * README.claws
2534                 remove selective download
2535
2536 2003-04-09 [christoph]  0.8.11claws80
2537
2538         * src/imap.c
2539                 fix crash in imap_get_msginfo() when then fetched message
2540                 is not found
2541
2542         (closes Bug 110 Crash during mail composition)
2543
2544 2003-04-08 [christoph]  0.8.11claws79
2545
2546         * src/folder.c
2547         * src/prefs_account.c
2548                 Filter new messages that are found in an INBOX folder
2549                 when 'Filter messages on receiving' is enabled in the
2550                 Folder's AccountPrefs. This allows to use Sylpheed's
2551                 filtering engine for IMAP folders where messages are
2552                 added to the INBOX by a MTA
2553
2554 2003-04-08 [paul]       0.8.11claws78
2555
2556         * src/procmsg.h
2557                 clean up after last commit
2558
2559 2003-04-08 [paul]       0.8.11claws77
2560
2561         * sync with 0.8.11cvs20
2562                 see ChangeLog 2003-04-07 and 2003-04-08
2563
2564 2003-04-07 [christoph]  0.8.11claws76
2565
2566         * src/filtering.[ch]
2567         * src/inc.[ch]
2568         * src/mbox.c
2569         * src/procmsg.[ch]
2570                 add procmsg_msginfo_filter() to execute filtering actions
2571
2572 2003-04-06 [christoph]  0.8.11claws75
2573
2574         * src/imap.c
2575                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2576
2577 2003-04-06 [christoph]  0.8.11claws74
2578
2579         * src/common/utils.[ch]
2580                 add g_int_compare() function for slist sorting
2581
2582         * src/imap.c
2583                 fetch all MsgInfos with one command in imap_get_msginfos()
2584                 using an imap set with a list of ranges
2585
2586         * src/news.c
2587                 use new g_int_compare() function
2588
2589 2003-04-06 [thorsten]   0.8.11claws73
2590
2591         * src/mh.c
2592                 corrected implementation of mh_folder_destroy()
2593
2594 2003-04-05 [christoph]  0.8.11claws72
2595
2596         * src/account.c
2597         * src/folder.[ch]
2598         * src/folderview.c
2599         * src/imap.c
2600         * src/inc.c
2601         * src/main.c
2602         * src/mainwindow.c
2603         * src/mbox_folder.c
2604         * src/mh.c
2605         * src/mimeview.h
2606         * src/msgcache.[ch]
2607         * src/news.c
2608         * src/procmime.h
2609         * src/procmsg.[ch]
2610         * src/setup.c
2611         * src/gtk/gtkutils.c
2612                 o rename structure field names class and new to klass and
2613                   new_msgs, to allow including files in C++
2614                 o add 'extern "C"' block to some header files
2615                 o add MsgInfoList and MsgNumberList as alias for GSList for
2616                   developers to know what type of list is expected
2617
2618         * src/plugins/image_viewer/plugin.c
2619         * src/plugins/image_viewer/viewer.[ch]
2620         * src/plugins/image_viewer/viewerprefs.[ch]
2621                 rename function names to prevent conflicts
2622
2623 2003-04-05 [paul]       0.8.11claws71
2624
2625         * sync with 0.8.11cvs18
2626                 see ChangeLog 2003-04-03 and 2003-04-04
2627
2628 2003-04-02 [christoph]  0.8.11claws70
2629
2630         * src/folder.[ch]
2631         * src/imap.[ch]
2632         * src/mbox_folder.[ch]
2633         * src/mh.[ch]
2634         * src/news.[ch]
2635                 o Make all virtual folder functions private
2636                 o remove unused folder code
2637
2638         * src/common/socket.[ch]
2639         * src/summaryview.c
2640                 fix warnings
2641
2642 2003-03-30 [alfons]     0.8.11claws69
2643
2644         * src/send_message.c
2645                 remove two debug traces and see if people still report
2646                 errors
2647
2648 2003-03-30 [alfons]     0.8.11claws68
2649
2650         * src/send_message.c
2651         * src/commons/session.c
2652                 add more debug traces
2653
2654 2003-03-30 [christoph]  0.8.11claws67
2655
2656         * src/folder.c
2657                 change processing folder name from .processing to processing
2658
2659         * src/common/ssl.c
2660                 disable SSL certificate check because it causes Xlib error
2661                 when the child process want's to open an GTK window
2662
2663 2003-03-30 [christoph]  0.8.11claws66
2664
2665         * src/folder.c
2666                 don't use default folder for processing folder item because
2667                 it can be a non local folder
2668
2669         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2670
2671 2003-03-30 [alfons]     0.8.11claws65
2672
2673         * src/send_message.c
2674                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2675                 to generate bad code for 'send_send_data_progressive': When
2676                 called from 'send_send_data_finished', the 'data' pointer is
2677                 cleared just before the assignment to the dialog pointer
2678
2679 2003-03-29 [christoph]  0.8.11claws64
2680
2681         * src/common/prefs.h
2682         * src/plugins/image_viewer/Makefile.am
2683         * src/plugins/image_viewer/plugin.c
2684         * src/plugins/image_viewer/viewer.[ch]
2685         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2686                 add PrefsPage for ImageViewer
2687
2688 2003-03-28 [thorsten]   0.8.11claws63
2689
2690         * src/common/session.c
2691                 added some comments
2692
2693 2003-03-28 [paul]       0.8.11claws62
2694
2695         * sync with 0.8.11cvs16
2696                 see ChangeLog 2003-03-28
2697
2698 2003-03-28 [paul]       0.8.11claws61
2699
2700         * sync with 0.8.11cvs15
2701                 see ChangeLog 2003-03-28
2702
2703 2003-03-27 [christoph]  0.8.11claws60
2704
2705         * src/folder.c
2706         * src/imap.c
2707         * src/common/socket.[ch]
2708                 set socket state to DISCONNECTED when any operation
2709                 fails to allow reconnecting in IMAP code without
2710                 checking the return code of all calls to the command
2711                 functions
2712
2713         * src/folderview.c
2714         * src/summaryview.c
2715                 remove some more stuff that depends on specific
2716                 folder types
2717
2718 2003-03-27 [paul]       0.8.11claws59
2719
2720         * sync with 0.8.11cvs14
2721                 see ChangeLog 2003-03-27
2722                 
2723         * src/selective_download.[ch]   ** REMOVED **
2724                 really removed
2725
2726 2003-03-27 [christoph]  0.8.11claws58
2727
2728         * src/folder.c
2729                 fix handling of tmp_flags in flag copy function
2730
2731 2003-03-27 [paul]       0.8.11claws57
2732
2733         * sync with 0.8.11cvs13
2734                 see ChangeLog 2003-03-27
2735
2736 2003-03-27 [oliver]     0.8.11claws56
2737
2738         * src/maiwindow.c
2739                 remove sel_download_cb
2740
2741 2003-03-27 [oliver]     0.8.11claws55
2742         
2743         * src/inc.c
2744                 remove POP3_TOP
2745         
2746 2003-03-26 [oliver]     0.8.11claws54
2747
2748         *src/pop.h
2749                 remove POP3_TOP*
2750         * README.claws
2751                 remove selective donwload readme
2752
2753 2003-03-26 [oliver]     0.8.11claws53
2754         * src/matcher.[ch]
2755         * src/matcher_parser_parse.y 
2756         * src/pop.c 
2757         * src/prefs_account.[ch]
2758         * src/prefs_filtering.c
2759                 remove selective donwload
2760
2761 2003-03-26 [oliver]     0.8.11claws52
2762
2763         * src/inc.[ch] 
2764         * src/filtering.c 
2765         * src/mainwindow.c 
2766                 remove selective donwload
2767
2768 2003-03-26 [oliver]     0.8.11claws51
2769         
2770         * src/Makefile.am
2771         * src/selective_download.[ch]   ** REMOVE **    
2772
2773 2003-03-26 [christoph]  0.8.11claws50
2774
2775         * src/news.c
2776                 fix NEWS that got broken by a sync with sylpheed-main
2777
2778 2003-03-26 [christoph]  0.8.11claws49
2779
2780         * src/mimeview.c
2781                 fix mime type guessing when no mime type is found for a file
2782
2783 2003-03-25 [christoph]  0.8.11claws48
2784
2785         * src/mimeview.c
2786         * src/procmime.c
2787                 remove mime type guessing from mime parser and use
2788                 name based mime types in viewer lookup for mime type
2789                 application/octet-stream
2790
2791 2003-03-25 [christoph]  0.8.11claws47
2792
2793         * doc-src/readme.txt
2794         * doc-src/rfc2554.txt
2795                 add RFC about SMTP AUTH
2796
2797         * src/send_message.c
2798         * src/common/smtp.[ch]
2799                 add extra error code for authentication errors and
2800                 clear temporary password when this error occurs
2801
2802         (closes Bug 84 authentication failure while sending should
2803          prompt for password again)
2804
2805 2003-03-25 [christoph]  0.8.11claws46
2806
2807         * configure.ac
2808         * src/Makefile.am
2809         * src/imageview.[ch]                            ** REMOVE **
2810         * src/messageview.[ch]
2811         * src/mimeview.[ch]
2812         * src/prefs_common.[ch]
2813         * src/textview.c
2814         * src/plugins/Makefile.am
2815         * src/plugins/image_viewer/.cvsignore           ** NEW **
2816         * src/plugins/image_viewer/Makefile.am          ** NEW **
2817         * src/plugins/image_viewer/plugin.c             ** NEW **
2818         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2819                 move image viewer into a plugin (building is enabled by default)
2820                 [ToDo: Prefs for resize and autoview]
2821
2822 2003-03-25 [paul]       0.8.11claws45
2823
2824         * sync with 0.8.11cvs12
2825                 see ChangeLog 2003-03-26
2826
2827 2003-03-25 [paul]       0.8.11claws44
2828
2829         * sync with 0.8.11cvs11
2830                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2831                 
2832         Note: Selective Download is broken.
2833                 
2834 2003-03-22 [christoph]  0.8.11claws43
2835
2836         * src/folder.c
2837                 code cleanup for flags copying
2838
2839 2003-03-22 [christoph]  0.8.11claws42
2840
2841         * src/plugins/trayicon/trayicon.c
2842                 fix setting the transparent area when the window size
2843                 is forced by the system tray
2844
2845 2003-03-22 [christoph]  0.8.11claws41
2846
2847         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2848         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2849         * src/plugins/trayicon/newmail.xpm              ** NEW **
2850         * src/plugins/trayicon/nomail.xpm               ** NEW **
2851         * src/plugins/trayicon/trayicon.c
2852         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2853                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2854                 o add icon for unread mails
2855                 o set transparency for window
2856
2857 2003-03-22 [christoph]  0.8.11claws40
2858
2859         * src/news.c
2860                 init news session to prevent crash when session is closed
2861
2862 2003-03-22 [christoph]  0.8.11claws39
2863
2864         * src/imap.c
2865         * src/common/session.[ch]
2866                 Init session data to make sure we don't have invalid pointers
2867                 for read_ch and write_ch when new multi process sessions are
2868                 not used
2869
2870         * src/main.c
2871         * src/common/plugin.c
2872         * src/common/sylpheed.c
2873         * src/plugins/demo/demo.c
2874         * src/plugins/dillo_viewer/dillo_viewer.c
2875         * src/plugins/mathml_viewer/mathml_viewer.c
2876         * src/plugins/spamassassin/spamassassin.c
2877         * src/plugins/spamassassin/spamassassin_gtk.c
2878                 add plugin types to allow loading plugins at different times
2879                 (and maybe for different frontends), because it's not good to
2880                 load GTK-Plugins gefore gtk_init was called
2881
2882         * configure.ac
2883         * src/plugins/Makefile.am
2884         * src/plugins/trayicon/.cvsignore               ** NEW **
2885         * src/plugins/trayicon/Makefile.am              ** NEW **
2886         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2887         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2888         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2889         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2890         * src/plugins/trayicon/trayicon.c               ** NEW **
2891                 New Trayicon plugin that shows an icon in a systray that uses
2892                 XEMBED protocol like Gnome's systray. Icon shows if there
2893                 are new mails and a tooltip shows information about new,
2894                 unread and total messages.
2895
2896 2003-03-22 [paul]       0.8.11claws38
2897
2898         * src/common/smtp.c
2899                 fix ESMTP AUTH CRAM-MD5
2900                 [sync with main (still version 0.8.11cvs6), see
2901                  ChangeLog 2003-03-22]
2902
2903 2003-03-21 [colin]      0.8.11claws37
2904
2905         * src/send_message.c
2906                 Fix USE_SSL => USE_OPENSSL
2907
2908 2003-03-21 [colin]      0.8.11claws36
2909
2910         * src/folderview.c
2911                 Fix counts in drag and dropped subfolders
2912
2913 2003-03-21 [colin]      0.8.11claws35
2914
2915         * src/folder.c 
2916         * src/folderview.c
2917                 speed up a bit folder dnd
2918
2919 2003-03-20 [alfons]     0.8.11claws34
2920
2921         * src/main.c
2922         * src/toolbar.c
2923         * src/procmsg.c
2924                 don't send locked queue messages
2925                 (feature request "[ 705245 ] Locking message in outbox 
2926                  should prevent sending")
2927
2928 2003-03-20 [christoph]  0.8.11claws33
2929
2930         * src/folder.c
2931                 remove NEW and UNREAD flag in special folders when scanning
2932                 
2933         * src/common/smtp.c
2934                 fix ESMTP AUTH CRAM-MD5
2935
2936 2003-03-20 [paul]       0.8.11claws32
2937
2938         * src/prefs_account.c
2939                 Re-write 'Tunnel command to open connection' as
2940                 'Use command to communicate with server', and disable
2941                 it for all except IMAP accounts
2942
2943 2003-03-20 [paul]       0.8.11claws31
2944
2945         * sync with 0.8.11cvs6
2946                 see ChangeLog 2003-03-20
2947
2948 2003-03-19 [match]      0.8.11claws30
2949
2950         * src/addritem.[ch]
2951                 include documentation. minor refactoring.
2952         * src/addr_compl.[ch]
2953         * src/addrindex.[ch]
2954         * src/addresbook.[ch]
2955         * src/summaryview.c
2956                 re-enable address lookup (was disabled in
2957                 0.8.11claws20).
2958
2959 2003-03-19 [christoph]  0.8.11claws29
2960
2961         * src/procmsg.c
2962                 add temp flag handling, will make moving and copying
2963                 messages possible again
2964
2965         * src/folder.c
2966                 correct calulation of folder stats
2967
2968 2003-03-18 [match]      0.8.11claws28
2969
2970         * src/editgroup.h
2971                 remove case sensitive comparison (closes bug 80).
2972
2973 2003-03-18 [christoph]  0.8.11claws27
2974
2975         * src/imap.c
2976                 fix imap using a tunnel command
2977
2978         (closes bug 87)
2979
2980 2003-03-18 [christoph]  0.8.11claws26
2981
2982         * src/folder.[ch]
2983         * src/imap.c
2984         * src/procmsg.[ch]
2985                 rewrite flag handling for folders
2986
2987 2003-03-18 [christoph]  0.8.11claws25
2988
2989         * src/folder.c
2990         * src/procmsg.c
2991         * src/summaryview.c
2992                 unset NEW and UNREAD flags when message is ignored, to make
2993                 sure messages don't show up as unread on other IMAP clients,
2994                 because the IGNORE_THREAD flag can not be syncronized through
2995                 the IMAP folder
2996
2997 2003-03-17 [christoph]  0.8.11claws24
2998
2999         * src/imap.c
3000                 don't use recursion to fetch uids when the number of messages
3001                 does not match. Moved code into subfunction that is used
3002                 again when needed, to prevent an endless loop.
3003
3004 2003-03-17 [thorsten]   0.8.11claws23
3005
3006         * src/imageview.[ch]
3007                 export imageview_get_resized_size() (for plugins)
3008         * src/prefs_common.[ch]
3009                 added prefs_common_get() (for plugins)
3010
3011 2003-03-17 [christoph]  0.8.11claws22
3012
3013         * src/imap.c
3014                 o remove UID guessing from copy code
3015                 o support UIDPLUS extension for APPEND command
3016
3017 2003-03-17 [paul]       0.8.11claws21
3018
3019         * src/gtk/about.c
3020                 remove 'Compiled-plugins' section.
3021                 
3022         * src/plugins/dillo_viewer/dillo_viewer.c
3023                 slight change to description text
3024
3025 2003-03-16 [match]      0.8.11claws20
3026         * src/ldapserver.[ch]           ** NEW **
3027         * src/ldapctrl.[ch]             ** NEW **
3028         * src/ldapquery.[ch]            ** NEW **
3029         * src/ldaputil.[ch]             ** NEW **
3030         * src/addrcindex.[ch]           ** NEW **
3031         * src/addrquery.h               ** NEW **
3032         * src/addritem.[ch]
3033         * src/addrcache.[ch]
3034         * src/addrindex.[ch]
3035         * src/addr_compl.[ch]
3036         * src/addressbook.[ch]
3037         * src/addrbook.[ch]
3038         * src/editgroup.c
3039         * src/editaddress.c
3040         * src/editldap.c
3041         * src/editldap_basedn.c
3042         * src/vcard.c
3043         * src/jpilot.c
3044         * src/Makefile.am
3045                 included dynamic LDAP queries. improved address
3046                 completion.
3047
3048 2003-03-16 [paul]       0.8.11claws19
3049
3050         * tools/multiwebsearch.pl
3051                 fix a fatal typo
3052
3053 2003-03-16 [christoph]  0.8.11claws18
3054
3055         * src/mimeview.c
3056         * src/plugins/dillo_viewer/dillo_viewer.c
3057         * src/plugins/mathml_viewer/mathml_viewer.c
3058                 make unregistering of MimeViewerFactorys possible
3059
3060 2003-03-16 [alfons]     0.8.11claws17
3061
3062         * configure.ac
3063                 correct typo
3064
3065 2003-03-16 [melvin]     0.8.11claws16
3066
3067         * src/plugins/dillo_viewer.c
3068                 Fixed bug where it was not possible to view more than
3069                 one text/html attachment per message (bug discovered
3070                 by Christoph Hohmann).
3071
3072 2003-03-15 [melvin]     0.8.11claws15
3073
3074         * src/prefs_actions.c
3075                 Fixed compilation warnings.
3076
3077 2003-03-15 [melvin]     0.8.11claws14
3078
3079         * src/plugins/Makefile.am
3080         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3081         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3082         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3083                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3084                 newer (http://dillo.auriga.wearlab.de/).
3085
3086 2003-03-15 [christoph]  0.8.11claws13
3087
3088         * src/imap.c
3089                 don't query imap folder for attributes because we already
3090                 for them from imap_status
3091
3092         * src/mimeview.[ch]
3093                 add support for plugable MimeViewers (unloading Viewers
3094                 not yet complete)
3095
3096         * src/plugins/Makefile.am
3097         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3098         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3099         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3100                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3101                 widget from http://helm.cs.unibo.it/mml-widget/
3102
3103 2003-03-14 [christoph]  0.8.11claws12
3104
3105         * src/folder.[ch]
3106                 o error return code's should better be negative
3107                 o replace printf with debug_print
3108
3109         * src/imap.c
3110                 improve IMAP folder scan by checking UID-NEXT
3111
3112         * src/summaryview.c
3113                 remove check that are unnecessary in my opinion
3114
3115 2003-03-13 [christoph]  0.8.11claws11
3116
3117         * src/folder.[ch]
3118         * src/foldersel.c
3119         * src/folderview.c
3120         * src/imap.c
3121         * src/mbox_folder.c
3122         * src/mh.c
3123         * src/news.c
3124         * src/prefs_scoring.c
3125         * src/summaryview.c
3126                 use a common function to get a displayable name
3127                 for a FolderItem
3128
3129 2003-03-13 [paul]       0.8.11claws10
3130
3131         * tools/Makefile.am
3132           tools/README
3133           tools/multiwebsearch.conf     ** NEW FILE **
3134           tools/multiwebsearch.pl       ** NEW FILE **
3135                 add multiwebsearch Actions script
3136
3137 2003-03-13 [colin]      0.8.11claws9
3138
3139         * src/compose.c
3140                 Remove leading emtpy lines from quoted text
3141                 before quoting it
3142
3143 2003-03-13 [melvin]     0.8.11claws8
3144
3145         * src/prefs_actions.c
3146                 Fixed a memory leak
3147                 Code clean ups
3148                 Added Cancel and OK buttons
3149                 Corrected help text
3150
3151 2003-03-13 [christoph]  0.8.11claws7
3152
3153         * src/account.c
3154         * src/folder.[ch]
3155         * src/imap.c
3156         * src/mainwindow.c
3157         * src/mbox_folder.c
3158         * src/mh.c
3159         * src/news.c
3160         * src/setup.c
3161                 replace more folder type stuff with folder class stuff
3162
3163 2003-03-13 [melvin]     0.8.11claws6
3164
3165         * src/prefs_actions.c
3166                 Added new tokens:
3167                 %u: user provided argument
3168                 %h: user provided argument (hidden on input)
3169                 %s: current text selection in the message view 
3170
3171 2003-03-13 [paul]       0.8.11claws5
3172
3173         * sync with 0.8.11cvs5
3174                 see ChangeLog 2003-03-11, 2003-03-12
3175
3176 2003-03-12 [christoph]  0.8.11claws4
3177
3178         * src/folder.c
3179                 use folder class idstr when writing folderlist.xml
3180
3181         * src/folder.h
3182         * src/imap.c
3183         * src/news.c
3184                 replace folder type checks with folder class checks
3185
3186 2003-03-12 [christoph]  0.8.11claws3
3187
3188         * src/folder.[ch]
3189         * src/imap.[ch]
3190         * src/main.c
3191         * src/mbox_folder.[ch]
3192         * src/mh.[ch]
3193         * src/news.[ch]
3194                 o create a list of known folder classes in the folder system
3195                 o use folder class id strings for folder item identifiers
3196
3197 2003-03-12 [christoph]  0.8.11claws2
3198
3199         * src/imap.c
3200                 fix imap uid validity check
3201
3202 2003-03-12 [christoph]  0.8.11claws1
3203
3204         * src/account.c
3205         * src/folder.[ch]
3206         * src/foldersel.c
3207         * src/folderview.c
3208         * src/imap.c
3209         * src/mainwindow.c
3210         * src/mbox_folder.c
3211         * src/mh.c
3212         * src/news.c
3213         * src/prefs_scoring.c
3214         * src/procmsg.c
3215         * src/setup.c
3216         * src/summaryview.c
3217                 initial restructuring of folder system, seperating
3218                 folders and folder classes
3219
3220 2003-03-12 [paul]       0.8.11claws
3221
3222         0.8.11claws release
3223
3224 2003-03-12 [christoph]
3225
3226         * src/gtk/prefswindow.c
3227                 fix translation of "Page Index"
3228
3229 2003-03-12 [paul]       0.8.10claws110
3230
3231         a sync from 0.8.11cvs4 before the release
3232
3233         * src/common/utils.c
3234                 subject_compare_for_sort(): allow null strings (fixes
3235                 summary sorting).
3236
3237 2003-03-11 [paul]       0.8.10claws109
3238
3239         * po/es.po
3240                 update Spanish translation, submitted by
3241                 Ricardo Mones Lastra
3242
3243 2003-03-11 [melvin]     0.8.10claws108
3244
3245         * po/fr.po
3246                 Updated French translations
3247
3248 2003-03-11 [paul]       0.8.10claws107
3249
3250         * manual/en/Makefile.am
3251           manual/en/*.html
3252                 update English manual, add a new page
3253                 updated by Francois Barriere <fbarriere@atmel.fr>
3254                 
3255         * po/bg.po
3256           po/it.po
3257           po/sr.po
3258                 update Bulgarian, Italian, and Serbian translations
3259                 submitted by George Danchev, Alessandro Maestri, and
3260                 Urke MMI
3261
3262 2003-03-10 [paul]       0.8.10claws106
3263
3264         * src/gtk/about.c
3265           src/gtk/prefswindow.c
3266                 make some strings translatable
3267
3268 2003-03-10 [darko]      0.8.10claws105
3269
3270         * src/compose.c
3271                 code cleanup to make Hiro happy
3272
3273 2003-03-10 [paul]       0.8.10claws104
3274
3275         * sync with 0.8.11cvs2
3276                 see ChangeLog 2003-03-10
3277
3278 2003-03-09 [melvin]     0.8.10claws103
3279
3280         * src/textview.c
3281                 textview_set_font(): fix for message display in
3282                 UTF-8 locales (thanks to Sergey Vlasov).
3283                 (was unintentionnaly reverted in 0.8.6claws6)   
3284
3285 2003-03-08 [darko]      0.8.10claws102
3286
3287         * src/compose.c
3288                 fix infinite loop in wrapping as reported
3289                 by happycactus
3290                 obsoletes patch #696482
3291
3292 2003-03-08 [christoph]  0.8.10claws101
3293
3294         * src/imap.c
3295                 add workaround for IMAP servers that do not
3296                 support the "UID SEARCH UID" command
3297
3298 2003-03-07 [christoph]  0.8.10claws100
3299
3300         * src/plugins/spamassassin/spamassassin.[ch]
3301         * src/plugins/spamassassin/spamassassin_gtk.c
3302                 code cleanup
3303
3304 2003-03-07 [paul]       0.8.10claws99
3305
3306         * po/es.po
3307                 updated Spanish translation, submitted by
3308                 Ricardo Mones Lastra
3309
3310 2003-03-07 [christoph]  0.8.10claws98
3311
3312         * src/send.c
3313                 fix in 0.8.10claws94 was wrong
3314                 local delivery does not require escaping, remove escaping
3315                 code to make signatures of mails with "." lines valid
3316                 
3317                 NOTE: requires that sendmail is executed with "-i" option,
3318                       what is the default now, but has to be changed in all
3319                       exsiting accounts)
3320
3321 2003-03-07 [paul]       0.8.10claws97
3322
3323         * sync with 0.8.11 release
3324                 see ChangeLog 2003-03-07
3325
3326 2003-03-06 [paul]       0.8.10claws96
3327
3328         * src/compose.c
3329                 revert commit 0.8.10claws92
3330
3331 2003-03-06 [paul]       0.8.10claws95
3332
3333         * src/folderview.c
3334                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3335
3336         * src/gtkaspell.c
3337                 fix bug 74, 'Crash opening editor window with pseudo-color
3338                 display'
3339                 
3340         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3341
3342 2003-03-06 [christoph]  0.8.10claws94
3343
3344         * src/send.c
3345                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3346                 all lines starting with a period get an extra period
3347                 inserted
3348                 (found by Simon 'corecode' Schubert)
3349
3350 2003-03-06 [paul]       0.8.10claws93
3351
3352         * src/folderview.c
3353                 if configured font can't be loaded fall back to gtk
3354                 default. (with thanks to Christoph)
3355                 
3356                 closes long-standing bug 15 'Crashes on startup'
3357
3358 2003-03-06 [paul]       0.8.10claws92
3359
3360         * src/compose.c
3361                 freeze text before autosave and thaw afterwards
3362                 fixes bug 67 'autosave make re-rediting message crazy'
3363
3364 2003-03-06 [christoph]  0.8.10claws91
3365
3366         * src/compose.c
3367                 ignore address comment in dupe check for Cc-list
3368
3369         (closes reopened bug 47 Replying to message strips name part of
3370          e-mail addresses of Cc: lines)
3371
3372 2003-03-06 [paul]       0.8.10claws90
3373
3374         * src/Makefile.am
3375                 remove reference to gtkxtext.h as its no longer in
3376                 the repository
3377
3378 2003-03-06 [paul]       0.8.10claws89
3379
3380         * sync with 0.8.10cvs25
3381                 see ChangeLog 2003-03-06
3382
3383 2003-03-06 [oliver]     0.8.10claws88
3384         
3385         * src/messageview.c
3386                 remove include
3387
3388 2003-03-06 [oliver]     0.8.10claws87
3389         
3390         * src/folderview.c 
3391                 remove changes introduced inclaws74
3392         * src/messageview.c
3393                 another attempt to sanely delete and update
3394                 messages deleted in separate messageview
3395
3396 2003-03-05 [christoph]  0.8.10claws86
3397
3398         * src/summaryview.c
3399                 check if "From" matches any account's address if
3400                 addressbook completion of addresses is disabled too
3401
3402         (closes Bug 70 "Display recipient in from" doesn't check
3403          folder's default account)
3404
3405 2003-03-05 [christoph]  0.8.10claws85
3406
3407         * src/compose.c
3408         * src/common/utils.[ch]
3409                 don't strip address comments when building Cc lists
3410
3411         (closes Bug 47 Replying to message strips name part of e-mail addresses
3412          of Cc: lines)
3413
3414         * src/folder.c
3415                 fix return value of copy function
3416
3417 2003-03-05 [christoph]  0.8.10claws84
3418
3419         * src/imap.c
3420                 don't ask imap server for non rfc822 headers
3421
3422         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3423
3424         * src/imap.c
3425                 destroy session on socket error to allow reconnecting
3426
3427 2003-03-05 [christoph]  0.8.10claws83
3428
3429         * configure.ac
3430                 fix building with gnome when no prefix is set
3431
3432         (closes bug 66 Gnome directory is set to NONE)
3433
3434 2003-03-05 [paul]       0.8.10claws82
3435
3436         * sync with 0.8.10cvs23
3437                 see ChangeLog 2003-03-05
3438
3439 2003-03-04 [christoph]  0.8.10claws81
3440
3441         * src/folder.c
3442                 o fix moving and copying when folder returns 0 for new
3443                   message number
3444                 o remove some code for single message copy and move
3445                   operations and use functions for multiple messages
3446
3447         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3448
3449         * src/news.c
3450                 remove unused include
3451
3452 2003-03-04 [paul]       0.8.10claws80
3453
3454         * src/gtk/about.c
3455                 list 'Compiled plugins'
3456
3457 2003-03-03 [christoph]  0.8.10claws79
3458
3459         * src/news.[ch]
3460                 have to multiply the percentage of the current fetch with
3461                 the percentage that it has of the total fetch operation
3462                 for correct values
3463
3464 2003-03-03 [christoph]  0.8.10claws78
3465
3466         * src/news.c
3467                 fix calculation of expected lines for progress indicator
3468
3469 2003-03-03 [christoph]  0.8.10claws77
3470
3471         * src/summaryview.c
3472         * src/common/utils.c
3473                 fix segfault when opening the root news folder
3474
3475 2003-03-03 [christoph]  0.8.10claws76
3476
3477         * src/mainwindow.[ch]
3478         * src/common/Makefile.am
3479         * src/common/progressindicator.[ch]
3480                 add UI independent progress indicator handling
3481
3482         * src/news.[ch]
3483                 use new progress indicator for message info fetching
3484
3485         * src/common/hooks.h
3486                 code cleanup
3487
3488 2003-03-03 [oliver]     0.8.10claws75
3489
3490         * src/toolbar.c
3491         * src/compose.c
3492                 removed commented code
3493
3494 2003-03-03 [oliver]     0.8.10claws74
3495
3496         * src/toolbar.[ch]
3497                 cleanups and refactoring
3498         * src/compose.[ch]
3499                 compose_reply_mode reply & forwarding interface for
3500                 toolbar buttons
3501         * src/folderview.c
3502                 act on messages marked for deletion in folderview_selected
3503                 based on prefs_common.immediate_exec since a message might 
3504                 have been deleted by messageview in a folder we are changing 
3505                 to (does anybody understand what I'm on about ?)
3506
3507 2003-03-03 [oliver]     0.8.10claws73
3508         
3509         * src/messageview.[ch]
3510                 new functions
3511                 - messageview_delete: delete message shown in messagview
3512                 - messageview_update_view: update messageview to currently 
3513                   selected summaryview message
3514                 - add separate messageview to msgview_list in order to update 
3515                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3516         * src/summaryview.[ch]
3517                 summary_get_selection returns a list of selected msgs
3518                 in summaryview
3519         * src/mainwindow.c
3520                 toolbar reply refactoring
3521
3522 2003-03-03 [paul]       0.8.10claws72
3523
3524         * sync with 0.8.10cvs21
3525                 see ChangeLog 2003-03-03
3526
3527 2003-03-02 [christoph]  0.8.10claws71
3528
3529         * src/common/passcrypt.c
3530                 use POSIX includes
3531
3532 2003-03-02 [christoph]  0.8.10claws70
3533
3534         * configure.ac
3535         * src/prefs_account.c
3536         * src/prefs_gtk.[ch]
3537         * src/common/.cvsignore
3538         * src/common/Makefile.am
3539         * src/common/passcrypt.c                ** NEW **
3540         * src/common/passcrypt.h.in             ** NEW **
3541                 Implement password encryption in config files
3542                 using unix encrypt and setkey functions. The crypt
3543                 key can be set as a configure parameter. Old
3544                 passwords will be converted if they do not begin
3545                 with '!'
3546
3547 2003-03-02 [paul]       0.8.10claws69
3548
3549         * src/prefs_account.c
3550                 fix compile error
3551
3552 2003-03-01 [thorsten]   0.8.10claws68
3553
3554         * po/el.po
3555           po/hr.po
3556           po/it.po
3557           po/nl.po
3558           po/sr.po
3559           po/sv.po
3560                 corrected format strings
3561         * po/en_GB.po
3562                 corrected headers
3563                 (fix compile errors with GNU gettext-0.11.5)
3564
3565 2003-03-01 [oliver]     0.8.10claws67
3566
3567         * src/summaryview.c
3568                 menu callbacks call toolbar_menu_reply
3569
3570 2003-03-01 [oliver]     0.8.10claws66
3571
3572         * src/mainwindow.c
3573         * src/messageview.c
3574                 menu callbacks call toolbar_menu_reply
3575         * src/toolbar.[ch]
3576                 callbacks from menu handled by toolbar_menu_reply
3577
3578 2003-03-01 [paul]       0.8.10claws65
3579
3580         * src/addressbook.c
3581                 revert commit 0.8.10claws54 - breaks editing of
3582                 addressbook.
3583                 
3584         * po/bg.po
3585                 update Bulgarian translation, submitted by
3586                 George Danchev
3587
3588 2003-02-28 [christoph]  0.8.10claws64
3589
3590         * src/account.c
3591         * src/addressadd.c
3592         * src/compose.c
3593         * src/gtkaspell.c
3594         * src/gtkxtext.h                ** REMOVE **
3595         * src/imap.c
3596         * src/matcher.[ch]
3597         * src/mh.c
3598         * src/news.c
3599         * src/pine.c
3600         * src/prefs_common.c
3601         * src/prefs_matcher.c
3602         * src/procheader.[ch]
3603         * src/procmsg.[ch]
3604         * src/toolbar.c
3605         * src/common/ssl_certificate.c
3606         * src/gtk/colorlabel.c
3607         * src/gtk/menu.c
3608                 o fix warnings
3609                 o remove code obsoleted by new cache and folder system rework
3610
3611 2003-02-28 [oliver]     0.8.10claws63
3612         
3613         * src/toolbar.[ch]
3614                 * fix bug where reply in Messageview replied to 
3615                 Message displayed in summaryview
3616                 (reportedd via ML by chinatinte at gmx dot ch)
3617                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3618                 didn't work in separate MessageView Toolbar
3619                 (wondering if anybody uses this at all ?)
3620         * src/summaryview.[ch]
3621                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3622                 (generalize reply and forward code);
3623         * src/messageview.c 
3624                 remove focus_in event which updated summaryview to messageview
3625
3626 2003-02-28 [paul]       0.8.10claws62
3627
3628         * po/Makefile.in.in
3629                 add the --check option
3630                 Patch submitted by Ricardo Mones Lastra
3631
3632 2003-02-28 [paul]       0.8.10claws61
3633
3634         * src/prefs_account.c
3635                 re-order 'Signature' items
3636
3637 2003-02-28 [paul]       0.8.10claws60
3638
3639         * sync with 0.8.10cvs20
3640                 see ChangeLog 2003-02-28
3641
3642 2003-02-28 [paul]       0.8.10claws59
3643
3644         * po/POTFILES.in
3645                 update to reflect recent movement of files
3646
3647 2003-02-28 [paul]       0.8.10claws58
3648
3649         * sync with 0.8.10cvs19
3650                 see ChangeLog 2003-02-28
3651
3652 2003-02-27 [martin]     0.8.10claws57
3653
3654         * src/prefs_matcher.c 
3655                 fix segfault in prefs_matcher_ok() when the
3656                 last entry is deleted and prevents that the
3657                 message "entry not saved" comes up after deleting
3658                 an entry
3659
3660 2003-02-27 [martin]     0.8.10claws56
3661
3662         * src/prefs_filtering.c 
3663                 fix segfault in prefs_filtering_ok() when the
3664                 last entry is deleted and prevents that the
3665                 message "entry not saved" comes up after deleting
3666                 an entry
3667
3668 2003-02-27 [paul]       0.8.10claws55
3669
3670         * sync with 0.8.10cvs18
3671                 see ChangeLog 2003-02-27
3672
3673 2003-02-27 [paul]       0.8.10claws54
3674
3675         * src/addressbook.c
3676                 fix bug where the address book crashes with 
3677                 multiple lookups.
3678                 Patch [687729] submitted by David Frager 
3679                 <dbfrager@users.sourceforge.net>
3680
3681 2003-02-25 [christoph]  0.8.10claws53
3682
3683         * src/Makefile.am
3684         * src/colorlabel.[ch]           ** REMOVE **
3685         * src/gtk/Makefile.am
3686         * src/gtk/colorlabel.[ch]       ** NEW **
3687                 move colorlabel files to gtk directory
3688
3689         * src/esmtp.[ch]                ** REMOVE **
3690                 has been merged into smtp.[ch] in 0.7.5
3691
3692 2003-02-25 [christoph]  0.8.10claws52
3693
3694         * src/Makefile.am
3695         * src/about.[ch]                ** REMOVE **
3696         * src/gtk/Makefile.am
3697         * src/gtk/about.[ch]            ** NEW **
3698                 move about files to gtk directory
3699
3700 2003-02-25 [christoph]  0.8.10claws51
3701
3702         * src/folder.c
3703                 some code optimization of folder scanning code
3704
3705         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3706
3707 2003-02-25 [christoph]  0.8.10claws50
3708
3709         * src/main.c
3710         * src/common/sylpheed.c
3711                 add command line parameter parsing to common code
3712
3713 2003-02-24 [christoph]
3714
3715         * Makefile.am
3716         * configure.ac
3717                 fix gnome prefix problems, the configure script now removed
3718                 `gnome-config --prefix` from `gnome-config --datadir`
3719                 and adds $(prefix} instead
3720
3721         (closes Bug 24 Makefile does not respect prefix when installing
3722          GNOME data)
3723
3724 2003-02-24 [christoph]  0.8.10claws49
3725
3726         * src/news.c
3727                 check for valid session before trying to authenticate
3728
3729         (closes Bug 60 crash if "authenticate on logon" is activated
3730          and newsserver-hostname is not valid)
3731
3732 2003-02-24 [melvin]     0.8.10claws48
3733
3734         * src/prefs_actions.c
3735                 Make sure all user's input is sent to the action and then
3736                 close the socket..
3737
3738 2003-02-23 [alfons]     0.8.10claws46
3739
3740         * src/summaryview.c
3741                 also wait cursor when deleting files
3742
3743 2003-02-23 [paul]
3744
3745         * tools/freshmeat_search.pl
3746           tools/google_search.pl
3747                 scripts should now work for any browser/browser command line
3748
3749 2003-02-22 [christoph]  0.8.10claws45
3750
3751         * src/procmsg.c
3752                 fix IMAP flag setting, IMAP flag is not handled correctly
3753                 anymore by the folder system and information about the
3754                 folder should not be saved in the MsgInfo (in my opinion)
3755
3756         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3757
3758 2003-02-22 [christoph]  0.8.10claws44
3759
3760         * src/summaryview.c
3761                 fix spelling of "label" ;-)
3762
3763 2003-02-22 [thorsten]   0.8.10claws43
3764
3765         * src/mimeview.c
3766           src/prefs_common.[ch]
3767           src/procmime.[ch]
3768                 do not use description as attachment name
3769
3770 2003-02-22 [alfons]     0.8.10claws42
3771
3772         * src/summaryview.c
3773                 freeze/thaw folder item updates when changing color labels,
3774                 and put a wait cursors on
3775
3776 2003-02-22 [thorsten]   0.8.10claws41
3777
3778         * src/mimeview.c
3779                 save-all fixes: crash if invoked on multipart container,
3780                 mimeinfo access, pathseparators, error dialog
3781
3782 2003-02-21 [alfons]     0.8.10claws40
3783
3784         * src/prefs_gtk.c
3785                 remove unused var
3786
3787 2003-02-21 [colin]      0.8.10claws39
3788
3789         * src/send.c
3790                 Fix smtp logging
3791
3792 2003-02-21 [colin]      0.8.10claws38
3793
3794         * src/summaryview.c
3795                 Freeze/thaw folderItem updates when filtering messages 
3796                 via Tools/Filter messages
3797
3798 2003-02-21 [paul]       0.8.10claws37
3799
3800         * src/compose.c
3801                 revert commit 0.8.10claws26, there are ulterior motives
3802                 for users to set a Reply-To header when posting to
3803                 newsgroups
3804
3805 2003-02-21 [paul]       0.8.10claws36
3806
3807         * sync with 0.8.10cvs17
3808                 see ChangeLog 2003-02-21
3809
3810 2003-02-20 [christoph]  0.8.10claws35
3811
3812         * src/imap.c
3813                 IMAP UID fetch speedup using SEARCH
3814
3815         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3816
3817         * src/imap.c
3818                 fix problem with UIDs in IMAP UID cache that no longer existed
3819
3820 2003-02-20 [christoph]  0.8.10claws34
3821
3822         * src/imap.c
3823         * src/procheader.c
3824         * src/procheader.h
3825                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3826
3827         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3828
3829         * src/imap.c
3830                 Rewrite imap_cmd_gen_recv use sock_getline instead
3831                 of sock_gets to avoid problems with too long reply
3832                 lines
3833     
3834 2003-02-20 [colin]      0.8.10claws33
3835         
3836         * src/prefs_account.c
3837                 Better wording
3838
3839 2003-02-20 [colin]      0.8.10claws32
3840
3841         * src/compose.c
3842                 Remove useless '&& !to_sender' 
3843
3844 2003-02-20 [darko]
3845
3846         * AUTHORS
3847                 change my e-mail address
3848
3849 2003-02-19 [colin]      0.8.10claws31
3850
3851         * src/prefs_common.c
3852                 X11 style colors for every configurable color
3853
3854 2003-02-19 [alfons]     0.8.10claws30
3855
3856         * src/prefs_gtk.[ch]
3857         * src/prefs_common.c
3858                 for color_new accept both plain integers and X11 style color
3859                 names (as found in /usr/lib/X11/rgb.txt)
3860
3861 2003-02-19 [paul]       0.8.10claws29
3862
3863         * src/mainwindow.c
3864                 add tooltips to online/offline button and account selector
3865                 button
3866
3867 2003-02-19 [paul]       0.8.10claws28
3868
3869         * src/folder.c
3870           src/news.c
3871           src/prefs_account.[ch]
3872           src/prefs_common.[ch]
3873                 move 'Maximum number of articles to download' to
3874                 account prefs.
3875                 clean up account prefs gui a little by hiding entries
3876                 rather then greying out entries
3877
3878 2003-02-19 [hiro]       0.8.10claws27
3879
3880         * src/common/utils.c
3881                 fix bug #54 'yesterdays date is displayed in the message 
3882                 summary window'
3883
3884 2003-02-19 [paul]       0.8.10claws26
3885
3886         * src/compose.c
3887                 fix bug reported in Feature Request [688596] 
3888                 'Reply-to header in news'
3889
3890 2003-02-18 [paul]       0.8.10claws25
3891
3892         * src/select-keys.c
3893                 add a 'List all keys' button to key selection dialog
3894
3895 2003-02-18 [colin]      0.8.10claws24
3896         
3897         * src/stock_pixmap.c
3898                 fix compile error
3899
3900 2003-02-18 [colin]      0.8.10claws23
3901
3902         * src/common/smtp.[ch]
3903           src/prefs_account.c
3904                 Try to starttls if it seems to be the only
3905                 way to authenticate a user
3906
3907 2003-02-18 [paul]       0.8.10claws22
3908
3909         * src/Makefile.am
3910           src/folderview.c
3911           src/stock_pixmap.[ch]
3912           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3913           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3914                 as a Drafts folder is a special folder allow it to have
3915                 its own unique icons
3916
3917 2003-02-18 [colin]      0.8.10claws21
3918
3919         * src/imap.c
3920                 Fix port selection when using starttls
3921
3922 2003-02-18 [paul]       0.8.10claws20
3923
3924         * src/mainwindow.c
3925           src/prefs_common.[ch]
3926                 make blue the default new mail colour
3927
3928 2003-02-18 [paul]       0.8.10claws19
3929
3930         * sync with 0.8.10cvs14
3931                 see ChangeLog 2003-02-18
3932
3933 2003-02-17 [jens]       0.8.10claws18
3934
3935         * src/common/md5.c
3936                 fixed a compile problem with gcc 3.3
3937                 works on 2.95.3 too (testet on PPC as it is big endian)
3938
3939 2003-02-17 [paul]       0.8.10claws17
3940
3941         * sync with 0.8.10cvs13
3942                 see ChangeLog 2003-02-17
3943
3944 2003-02-17 [paul]       0.8.10claws16
3945
3946         * sync with 0.8.10cvs12
3947                 see ChangeLog 2003-02-17
3948
3949 2003-02-16 [match]      0.8.10claws15
3950
3951         * src/addressbook.c
3952                 Eliminates reloading of address data when items
3953                 deleted or added. Applied submitted by
3954                 Luke Plant <lukeplant@softhome.net>
3955
3956 2003-02-16 [paul]       0.8.10claws14
3957
3958         * src/news.c
3959                 when a 'protocol error' is encountered disconnect from
3960                 the server. This means that the user can carry on viewing
3961                 other articles and doesn't have to either wait until the
3962                 server timesout or quit sylpheed.
3963                 Fixes bug #53 'Unable to read messages in newsgroups, 
3964                 displayed message doesn't change'
3965
3966 2003-02-15 [christoph]  0.8.10claws13
3967
3968         * src/imap.c
3969                 fix bug that stopped scanning of folders when an
3970                 IMAP folder was empty
3971
3972         (closes bug 46 stop scan messages in folders after empty folder)
3973
3974 2003-02-15 [paul]
3975
3976         * tools/Makefile.am
3977           tools/README
3978           tools/freshmeat_search.pl     ** NEW FILE **
3979           tools/google_search.pl        ** NEW FILE **
3980                 Add 2 Actions scripts which search freshmeat/google
3981                 for the selected text using the browser configured
3982                 in sylpheedrc.
3983                 
3984         Note: These scripts are very dependent on the format of the
3985         browser command and may not work on every occasion. Testing
3986         is welcome. 
3987
3988 2003-02-14 [alfons]     0.8.10claws12
3989
3990         * src/compose.c
3991                 fix breakage because of uninitialized account pointer.
3992                 please verify.
3993
3994 2003-02-14 [paul]       0.8.10claws11
3995
3996         * src/compose.c
3997           src/prefs_account.[ch]
3998           src/prefs_common.[ch]
3999                 move signature settings to Account Prefs
4000
4001 2003-02-14 [paul]       0.8.10claws10
4002
4003         * sync with 0.8.10cvs11
4004                 see ChangeLog 2003-02-14
4005
4006 2003-02-13 [thorsten]   0.8.10claws9
4007
4008         * src/news.c
4009                 revert news progressbar (GUI separation)
4010
4011 2003-02-13 [paul]       0.8.10claws8
4012
4013         * src/compose.c
4014                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4015                 paragraph 1
4016
4017 2003-02-13 [paul]       0.8.10claws7
4018
4019         * src/compose.[ch]
4020           src/summaryview.c
4021                 fix 'Follow-up and Reply-to' so that it creates a reply to
4022                 the newsgroup and the sender. If the message has the keyword
4023                 'poster' in the Followup-To header, all replies go to the
4024                 sender, re: RFC 1036, Section 2.2.3
4025                 rename all instances of 'ignore_replyto' to 'to_sender', both
4026                 were previously used, now we use just one.
4027
4028 2003-02-13 [paul]       0.8.10claws6
4029
4030         * sync with 0.8.10cvs9
4031                 see ChangeLog 2003-02-13
4032
4033 2003-02-13 [paul]       0.8.10claws5
4034
4035         * configure.ac
4036                 show which plugins are configured in the configure
4037                 output.
4038
4039 2003-02-12 [thorsten]   0.8.10claws4
4040
4041         * src/news.c
4042                 show progress while fetching news headers
4043
4044 2003-02-12 [christoph]  0.8.10claws3
4045
4046         * configure.ac
4047         * src/plugins/Makefile.am
4048                 use AM_CONDITIONAL to enable plugins, automake correctly
4049                 manages this when creating distdir
4050
4051 2003-02-12 [christoph]  0.8.10claws2
4052
4053         * ac/spamassassin.m4
4054         * src/plugins/spamassassin/Makefile.am
4055                 fix building SpamAssassin plugin without OpenSSL
4056
4057 2003-02-12 [paul]       0.8.10claws1
4058
4059         * ac/Makefile.am
4060           src/Makefile.am
4061           src/plugins/Makefile.am
4062                 fix failure of 'make release'
4063
4064 2003-02-12 [paul]       0.8.10claws
4065
4066         * 0.8.10claws released
4067
4068 2003-02-12 [paul]       0.8.9claws56
4069
4070         * po/bg.po
4071           po/es.po
4072           po/it.po
4073           po/ru.po
4074           po/sr.po
4075                 updated translations by George Danchev, Ricardo Mones Lastra,
4076                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4077                 
4078         * sylpheed.spec.in
4079                 Allow the building of RPMs by a regular user. Submitted
4080                 by Sergei Astanin
4081
4082 2003-02-11 [alfons]     0.8.9claws55
4083
4084         * src/colorlabel.c
4085                 don't use pixmaps for label color rect but draw rectangles
4086                 so we can respect the color map of palette based visuals
4087                 (fixes the long time crashes on Suns - thanks to Andreas
4088                 Engel and Steve O'Hara-Smith for testing)
4089
4090 2003-02-11 [christoph]  0.8.9claws54
4091
4092         * src/matcher_parser_parse.y
4093                 correct bug where filering rules of not existing folders in
4094                 matcherrc were added to global filtering
4095                 
4096         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4097          main filter-rules after removing directory, http://bugs.debian.org/180253)
4098         
4099 2003-02-11 [paul]       0.8.9claws53
4100
4101         * sync with 0.8.10cvs7
4102                 see ChangeLog 2003-02-09
4103
4104 2003-02-11 [melvin]     0.8.9claws52
4105
4106         * po/fr.po
4107                 Updated French tranlsations
4108
4109 2003-02-10 [paul]       0.8.9claws51
4110
4111         * sylpheed.spec.in
4112                 correct --enable-openssl
4113                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4114
4115 2003-02-09 [martin]     0.8.9claws50
4116
4117         * src/prefs_matcher.c
4118                 fix segfault in prefs_matcher_substitute_cb() when
4119                 no row is selected
4120
4121 2003-02-09 [paul]       0.8.9claws49
4122
4123         * src/folderview.c
4124                 fix bug where a newsgroup folder's processing rules were
4125                 merged with the global filtering rules when the newsgroup
4126                 folder was deleted, causing some seriously bad results,
4127                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4128
4129 2003-02-08 [melvin]     0.8.9claws48
4130
4131         * src/compose.c
4132                 Corrected and modified an alert message.
4133
4134 2003-02-07 [paul]       0.8.9claws47
4135
4136         * src/folderview.c
4137                 fix bug where both an 'Account properties' window and a
4138                 'Folder properties' window were opened when clicking on
4139                 'Properties' in an NNTP or IMAP folder's popup menu.
4140
4141 2003-02-07 [paul]       0.8.9claws46
4142
4143         * sync with 0.8.10cvs6
4144                 see ChangeLog 2003-02-06
4145
4146 2003-02-06 [christoph]  0.8.9claws45
4147
4148         * src/mbox.c
4149                 freeze folder updates while importing mbox files
4150                 (closes bug 43 importing mbox took hours)
4151                 
4152         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4153
4154 2003-02-06 [thorsten]   0.8.9claws44
4155
4156         * po/de.po
4157                 Updated german translations
4158
4159 2003-02-06 [thorsten]   0.8.9claws43
4160
4161         * src/news.h
4162                 use guint for message numbers (fix count in grouplist dialog)
4163
4164 2003-02-05 [paul]       0.8.9claws42
4165
4166         * sync with 0.8.10cvs2
4167                 see ChangeLog 2003-02-05
4168
4169 2003-02-04 [colin]      0.8.9claws41
4170
4171         * src/prefs_common.[ch]
4172           src/procmsg.c
4173           src/summaryview.c
4174                 Add an option to disable threading by subject
4175
4176 2003-02-04 [christoph]  0.8.9claws40
4177
4178         * src/inc.c
4179                 only abort fetching mails from multiple accounts when the
4180                 error is fatal and does not allow to check any more accounts
4181                 (currently only disk full error)
4182
4183         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4184          receive mails for other accouts)
4185
4186 2003-02-04 [christoph]  0.8.9claws39
4187
4188         * src/folder.c
4189                 first add the new message to the cache, then
4190                 send the update notification
4191
4192         (closes bug 39 after sending message folderview doesnt get updated)
4193
4194 2003-02-04 [colin]      0.8.9claws38
4195
4196         * src/inc.c
4197                 _really_ fix this Connecting... status
4198
4199 2003-02-04 [paul]       0.8.9claws37
4200
4201         * sync with 0.8.10
4202                 see ChangeLog 2003-02-04
4203
4204 2003-02-04 [paul]       0.8.9claws36
4205
4206         * sync with 0.8.9cvs6
4207                 see ChangeLog 2003-02-03
4208
4209 2003-02-04 [paul]       0.8.9claws35
4210
4211         * po/pt_BR.po
4212                 updated by André Filipe de Assunção e Brito 
4213                 <bedecko@netsite.com.br>
4214
4215 2003-02-03 [thorsten]   0.8.9claws34
4216
4217         * po/de.po
4218                 Updated german translations
4219
4220 2003-02-02 [paul]       0.8.9claws33
4221
4222         * po/es.po
4223                 updated by Ricardo Mones Lastra
4224
4225 2003-02-02 [thorsten]   0.8.9claws32
4226
4227         * src/mh.c
4228                 Fix mh_get_msginfo() segfault if file is inaccessible
4229
4230 2003-01-31 [colin]      0.8.9claws31
4231
4232         * src/procheader.c
4233                 Fix last commit's bug
4234
4235 2003-01-31 [colin]      0.8.9claws30
4236
4237         * src/procheader.c
4238                 Missing a change for gpg-signed messages
4239
4240 2003-01-31 [paul]       0.8.9claws29
4241
4242         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4243           src/procheader.c
4244           src/stock_pixmap.[ch]
4245           src/summaryview.c
4246                 indicate GnuPG signed messages by displaying an icon
4247                 in the Attachment column.
4248
4249 2003-01-31 [paul]       0.8.9claws28
4250
4251         * sync with 0.8.9cvs4
4252                 see ChangeLog 2003-01-31
4253
4254 2003-01-31 [alfons]     0.8.9claws27
4255
4256         * src/textview.c
4257                 tune URI parser to accept mailto URLs with a '?'
4258                 (patch from Ruslan Balkin)
4259
4260 2003-01-31 [colin]      0.8.9claws26
4261
4262         * src/summaryview.c
4263                 Fix a leak introduced in claws24
4264
4265 2003-01-31 [colin]      0.8.9claws25
4266
4267         * src/summaryview.c
4268                 Freeze/Thaw folder updates when deleting dups
4269
4270 2003-01-31 [colin]      0.8.9claws24
4271         
4272         * src/addr_compl.c
4273           src/summaryview.c
4274           src/msgcache.c
4275                 little speed improvements
4276
4277 2003-01-31 [colin]      0.8.9claws23
4278
4279         * src/summaryview.c
4280                 Fix segfault when forwarding nothing
4281                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4282                 
4283 2003-01-30 [paul]       0.8.9claws22
4284
4285         * sync with 0.8.9cvs3
4286                 see ChangeLog 2003-01-30
4287
4288 2003-01-30 [paul]       0.8.9claws21
4289
4290         * sync with 0.8.9cvs2
4291                 see ChangeLog 2003-01-30
4292
4293 2003-01-29 [paul]       0.8.9claws20
4294
4295         * sync with 0.8.9cvs1
4296                 see ChangeLog 2003-01-29
4297
4298 2003-01-28 [paul]       0.8.9claws19
4299
4300         * po/POTFILES.in
4301                 update to reflect changes. 
4302                 thanks to Ricardo Mones Lastra
4303
4304 2003-01-27 [christoph]  0.8.9claws18
4305
4306         * ac/openssl.m4
4307         * ac/spamassassin.m4
4308         * src/plugins/spamassassin/README
4309         * src/plugins/spamassassin/libspamc.[ch]
4310         * src/plugins/spamassassin/utils.[ch]
4311                 updated to latest libspamc
4312
4313 2003-01-27 [christoph]  0.8.9claws17
4314
4315         * src/folder.c
4316                 fix wrong use of procheader_get_header_fields
4317
4318 2003-01-27 [christoph]  0.8.9claws16
4319
4320         * src/news.c
4321         * src/prefs_account.[ch]
4322         * src/common/nntp.[ch]
4323                 allow to force authentication for NNTP servers
4324
4325         Patch submitted by Florian Mickler <dmk@d-labs.de>
4326
4327 2003-01-26 [paul]       0.8.9claws15
4328
4329         * src/summaryview.c
4330                 speed up of marking messages as read
4331                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4332
4333 2003-01-26 [christoph]  0.8.9claws14
4334
4335         * src/Makefile.am
4336         * src/mgutils.[ch]              ** REMOVE **
4337         * src/xml.[ch]                  ** REMOVE **
4338         * src/xmlprops.[ch]             ** REMOVE **
4339         * src/common/Makefile.am
4340         * src/common/mgutils.[ch]       ** NEW **
4341         * src/common/xml.[ch]           ** NEW **
4342         * src/common/xmlprops.[ch]      ** NEW **
4343                 move xml files to common directory
4344
4345 2003-01-26 [christoph]  0.8.9claws13
4346
4347         * src/plugins/spamassassin/spamassassin_gtk.c
4348                 only set gtk entry text if string is available
4349
4350 2003-01-26 [melvin]     0.8.9claws12
4351
4352         * src/description_window.c
4353                 Allow resizing of the window
4354                 Allow automatic horizontal scroll bar
4355                 Do not vertically expand and fill
4356
4357 2003-01-26 [christoph]  0.8.9claws11
4358
4359         * src/Makefile.am
4360         * src/gtkutils.[ch]             ** REMOVE **
4361         * src/common/sylpheed.c
4362         * src/gtk/Makefile.am
4363         * src/gtk/description_window.c
4364         * src/gtk/gtkutils.[ch]         ** NEW **
4365         * src/gtk/prefswindow.c
4366                 move gtkutils to gtk directory
4367
4368 2003-01-26 [paul]       0.8.9claws10
4369
4370         * src/summaryview.c
4371                 rename summary_unread_clicked() to summary_status_clicked()
4372
4373 2003-01-26 [melvin]     0.8.9claws9
4374
4375         * src/prefs_actions.c
4376                 Cosmetical changes to the help text
4377
4378 2003-01-26 [paul]       0.8.9claws8
4379
4380         * src/folder.[ch]
4381           src/mainwindow.c
4382           src/prefs_common.c
4383           src/prefs_sumamry_column.c
4384           summaryview.[ch]
4385                 rename the 'Unread' column to 'Status'
4386
4387 2003-01-25 [match]      0.8.9claws7
4388
4389         * src/mgutils.[ch]
4390                 removed reference to LDAP constants. removed error2string.
4391                 included functions to support LDAP dynamic queries.
4392         * src/syldap.h
4393                 moved LDAP constants here.
4394         * src/addressbook.c
4395         * src/addrindex.c
4396         * src/importldif.c
4397                 removed references to LDAP constants and references to
4398                 error2string.
4399
4400 2003-01-25 [paul]       0.8.9claws6
4401
4402         * src/summaryview.c
4403                 summary_thread_build(), summary_thread_init(): remove 
4404                 unneeded reference to summaryview->folder_item
4405
4406 2003-01-25 [christoph]  0.8.9claws5
4407
4408         * src/gtk/description_window.c
4409                 o allow description texts to expand over multiple columns
4410                 o translate all columns
4411         * src/prefs_actions.c
4412                 change syntax description to use new multi column feature
4413
4414         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4415
4416 2003-01-25 [match]      0.8.9claws4
4417
4418         * src/vcard.c
4419                 fixed bug with Quoted-Printable
4420
4421 2003-01-25 [paul]       0.8.9claws3
4422
4423         * src/folder.[ch]
4424           src/summaryview.[ch]
4425                 implement per-folder collapsed/expanded threads setting
4426                 
4427         * src/prefs_common.c
4428                 remove global collapsed/expanded threads option
4429
4430 2003-01-25 [christoph]  0.8.9claws2
4431
4432         * po/POTFILES.in
4433                 add pluginwindow and prefswindow
4434         * src/compose.c
4435                 make send respond correctly to messages that could be added
4436                 to the queue folder, but the UID of the message is unknown
4437         * src/folder.c
4438         * src/imap.c
4439                 don't return guessed UIDs in imap_add_msg anymore. We return
4440                 0 to tell the folder system it was appened but the UID is
4441                 unknown. Folder system now get's the UID by scaning the folder
4442                 and searching the cache for the Message-ID
4443                 (closes bug #29 Messages queued, but not sent)
4444
4445 2003-01-25 [paul]       0.8.9claws1
4446
4447         * src/codeconv.c
4448                 conv_encode_header():  fix bug when long headers with 8-bit
4449                 characters are used, so that the encoded words are wrapped.
4450                 If the space in the original text falls on the wrap boundary,
4451                 it can be lost.
4452                 Patch by Sergey Vlasov.
4453                 
4454         * src/folderview.c
4455                  fix bug where a change to the sorting method or thread view
4456                  of a folder's messages is lost if simpify-subject is set and
4457                  toggled on or off.
4458                  Patch by Luke Plant.
4459
4460 2003-01-24 [paul]       0.8.9claws
4461
4462         * sylpheed-0.8.9claws released
4463         
4464         * Makefile.am
4465           sylpheed.spec.in
4466                 remove reference to 'INSTALL.jp'
4467
4468 2003-01-23 [paul]       0.8.8claws128
4469
4470         * po/es.po
4471           po/it.po
4472           po/ru.po
4473           po/sr.po
4474                 updated translations. submitted by Ricardo Mones Lastra,
4475                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4476
4477 2003-01-23 [colin]      0.8.8claws127
4478
4479         * src/compose.c
4480                 Fix drafted and queued news articles re-edition
4481
4482 2003-01-23 [melvin]     0.8.8claws126
4483
4484         * po/fr.po
4485                 Updated French translations
4486
4487 2003-01-23 [colin]      0.8.8claws125
4488
4489         * src/inc.c
4490                 Fix "Connecting to..." status message
4491
4492 2003-01-22 [paul]       0.8.8claws124
4493
4494         * po/bg.po
4495                 updated by George Danchev
4496                 
4497         * src/folder.c
4498                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4499                 and folder deletion
4500
4501 2003-01-21 [paul]       0.8.8claws123
4502
4503         * po/bg.po
4504                 updated by George Danchev
4505                 
4506         * src/about.c
4507                 its now 2003
4508                 
4509         * src/toolbar.c
4510                 don't translate 'Separator'
4511                 
4512         * src/plugins/spamassassin/Makefile.am
4513                 add aspell to CPPFLAGS
4514                 
4515         * src/plugins/spamassassin/spamassassin.c
4516           src/plugins/spamassassin/spamassassin_gtk.c
4517                 set correct default for spamassassin_receive_spam
4518                 slightly re-word descriptions and some
4519                 other minor changes
4520
4521 2003-01-19 [alfons]     0.8.8claws122
4522                 
4523         * src/mimeview.c
4524                 mimeview_save_as(): we might as well show the file name for
4525                 the single case "Save As" too
4526
4527 2003-01-19 [alfons]     0.8.8claws121
4528
4529         * src/crash.c
4530                 change bug tracker URL to bugzilla URL
4531
4532 2003-01-19 [alfons]     0.8.8claws120
4533
4534         * src/mimeview.c
4535                 mimeview_save_all(): display name of file before overwriting;
4536                 continue saving all, even when one overwrite was cancelled
4537
4538 2003-01-19 [christoph]  0.8.8claws119
4539
4540         * src/summaryview.c
4541         * src/procmsg.[ch]
4542                 fix wrong usage of procmsg_find_children in summaryview
4543                 by using procmsg_update_unread_children instead of
4544                 summaryview_update_unread_children
4545
4546 2003-01-19 [christoph]  0.8.8claws118
4547
4548         * src/procmsg.c
4549                 fix infinite loop in procmsg_find_children
4550                  (closes bug #25 sylpheed crashes on delete.)
4551
4552         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4553
4554 2003-01-19 [paul]       0.8.8claws117
4555
4556         * po/pt_BR.po
4557                 updated by Ivan Francolin Martinez
4558
4559 2003-01-18 [melvin]     0.8.8claws116
4560
4561         * src/prefs_actions.c
4562                 Removed syntax limitation of only one '&' at the end of command.
4563                         Now actions that contain '>/dev/null 2>&1' are possible.
4564
4565 2003-01-18 [melvin]     0.8.8claws115
4566
4567         * src/prefs_actions.c
4568                 Actions IO dialog: when the action ends
4569                 the "Close" button now has focus and [Escape] closes the
4570                 window.
4571
4572 2003-01-18 [christoph]  0.8.8claws114
4573
4574         * src/procmsg.c
4575                 o add debug output when MsgInfos are really freed
4576                 o free GSLists in procmsg_find_children and
4577                   procmsg_update_unread_children
4578
4579 2003-01-18 [christoph]  0.8.8claws113
4580
4581         * src/mainwindow.c
4582                 reorder Configuration menu
4583
4584 2003-01-18 [christoph]  0.8.8claws112
4585
4586         * src/compose.c
4587                 fix applying templates to forwarded messages
4588
4589         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4590
4591 2003-01-17 [christoph]  0.8.8claws111
4592
4593         * src/folder.c
4594                 destroy folder items, when a folder item is removed
4595
4596 2003-01-17 [christoph]  0.8.8claws110
4597
4598         * src/folder.c
4599                 fix wrong folder stats update when ignored message is
4600                 deleted
4601
4602 2003-01-17 [colin]      0.8.8claws109
4603         
4604         * src/mainwindow.c
4605         * src/summaryview.c
4606                 Quicksearch bugfixes: 
4607                 - hide help button at startup if not extended
4608                 - switch to extended when looking for replies
4609
4610 2003-01-17 [paul]
4611
4612         * sync with 0.8.9 release
4613
4614 2003-01-17 [paul]       0.8.8claws108
4615
4616         * sync with 0.8.8cvs11
4617                 see ChangeLog 2003-01-17
4618
4619 2003-01-16 [colin]      0.8.8claws107
4620
4621         * src/procmsg.c
4622                 Changed encryption test to re-ask passphrase
4623                 if an encrypted message hasn't been decrypted
4624                 Fixes bug #5
4625
4626 2003-01-16 [christoph]  0.8.8claws106
4627
4628         * src/prefs_gtk.c
4629         * src/prefs_toolbar.c
4630         * src/gtk/prefswindow.h
4631         * src/plugins/spamassassin/spamassassin_gtk.c
4632                 remove page destroy function that is not used anymore
4633
4634 2003-01-16 [paul]       0.8.8claws105
4635
4636         * sync with 0.8.8cvs9
4637                 see ChangeLog 2002-01-16
4638
4639 2003-01-16 [colin]      0.8.8claws104
4640
4641         * src/compose.[ch]
4642                 Fix bug with autosaved drafts for IMAP, when draft
4643                 folder is specified - fixes bugzilla bug #20
4644
4645 2003-01-15 [paul]       0.8.8claws103
4646
4647         * src/compose.[ch]
4648           src/procmsg.c
4649                 store folder and message-id of message forwarding
4650                 in queue header and set forward flag after sending
4651
4652 2003-01-15 [paul]       0.8.8claws102
4653
4654         * sync with 0.8.8cvs8
4655                 see ChangeLog 2002-01-15
4656
4657 2003-01-15 [colin]      0.8.8claws101
4658
4659         * src/Makefile.am
4660                 Fix linking with GNU libiconv
4661
4662 2003-01-15 [darko]      0.8.8claws100
4663
4664         * src/pine.c
4665                 fix crash when importing pine address book
4666                 entry with an empty name (reported by DY
4667                 <dybulk at tri8.net>)
4668
4669 2003-01-14 [paul]       0.8.8claws99
4670
4671         * configure.in  ** REMOVED **
4672           configure.ac  ** NEW FILE **
4673                 rename configure.in to configure.ac, as it is now
4674                 preferred
4675
4676 2003-01-14 [melvin]     0.8.8claws98
4677
4678         * src/folderview.c
4679                 folderview_check_new(): More precise function description
4680
4681 2003-01-14 [melvin]     0.8.8claws97
4682
4683         * src/folderview.c
4684                 folderview_check_new(): return the number of new messages 
4685                         since last check.
4686         * src/inc.c
4687                 inc_account_mail(): Disable counting of new messages for IMAP
4688                         and NNTP until bug [19] and [14] are fixed.
4689
4690 2003-01-14 [paul]       0.8.8claws96
4691
4692         * sync with 0.8.8cvs6
4693                 see ChangeLog 2003-01-14
4694
4695 2003-01-13 [alfons]     0.8.8claws95
4696
4697         * src/textview.c
4698                 tune email address validation (c. 0.8.8claws89): if . is 
4699                 just one char away from @, the address is invalid too 
4700                 (correctly rejects addresses like foo@.com)
4701
4702 2003-01-13 [paul]       0.8.8claws94
4703
4704         * src/messageview.c
4705           src/toolbar.c
4706                 fixes to the Message View toolbar and menu:
4707                 fix non-functioning Forward button
4708                 make Reply button consider default_reply_list
4709                 remove 'Follow-up...' menu entry
4710                 add 'Forward' and 'Redirect' menu entries
4711
4712 2003-01-13 [melvin]     0.8.8claws93
4713
4714         * src/inc.c
4715                 Fixed typo that could make new messages count incorrect.
4716
4717 2003-01-13 [melvin]     0.8.8claws92
4718
4719         * src/folderview.[ch]
4720                 folderview_check_new(): return the number of new messages.
4721         * src/inc.c
4722                 Should fix bug [14] where new mail notification worked 
4723                         incorrectly with IMAP accounts.
4724                 inc_spool_account(): return number of new msgs, or -1 on error
4725                 inc_all_spool(): return number of new msgs
4726                 
4727 2003-01-13 [melvin]     0.8.8claws91
4728
4729         * src/prefs_actions.c
4730                 Justify help text.
4731
4732 2003-01-12 [thorsten]   0.8.8claws90
4733
4734         * src/common/prefs.c
4735                 close file before rename
4736
4737 2003-01-12 [alfons]     0.8.8claws89
4738
4739         * AUTHORS
4740                 add Christian Mertes
4741         * src/common/utils.[ch]
4742                 g_stricase_hash(), g_stricase_equal(): functions for 
4743                 case insensitive hash tables
4744         * src/textview.c
4745                 use top level domain names to validate email address, based
4746                 on a patch by Christian Mertes (thanks!), but changed 
4747                 implementation to use a hash table 
4748
4749 2003-01-12 [paul]       0.8.8claws88
4750
4751         * po/bg.po
4752                 updated by George Danchev
4753
4754 2003-01-12 [alfons]     0.8.8claws87
4755
4756         * src/summaryview.c
4757                 delete / execute performance: use new style folder update
4758
4759 2003-01-12 [paul]       0.8.8claws86
4760
4761         * sync with 0.8.8cvs5
4762                 see ChangeLog 2003-01-13 (!)
4763
4764 2003-01-12 [alfons]     0.8.8claws85
4765
4766         * src/filtering.c
4767         * src/matcher_parser_parse.y
4768                 prepare change_score filtering action
4769         * src/matcher.[ch]
4770                 give up const-correctness on functions that call non-const-correct functions;
4771                 several casts to gpointer in g_free();
4772                 add change_score;
4773
4774 2003-01-12 [christoph]  0.8.8claws84
4775
4776         * src/compose.c
4777                 fix 2 warnings
4778
4779         * src/gtk/prefswindow.[ch]
4780         * src/plugins/spamassassin/spamassassin_gtk.c
4781                 changed the call of the widget create function
4782                 for PrefsPages, because sometimes the widget
4783                 create function needs a widget that already has
4784                 been attached to a window (to create GDK pixmaps
4785                 for exmaple). So we simply pass the GtkWindow as
4786                 the second parameter now.
4787
4788         * src/main.c
4789         * src/mainwindow.c
4790         * src/prefs_toolbar.[ch]
4791                 rewrite Toolbar Preferences using the new
4792                 prefs window
4793
4794 2003-01-11 [alfons]     0.8.8claws83
4795
4796         * src/addressadd.c
4797                 fix crash when adding sender to addressbook because status bar
4798                 isn't there (the status bar doesn't seem to be used though,
4799                 but I'll let Match decide what to do with it)
4800
4801 2003-01-11 [colin]      0.8.8claws82
4802
4803         * src/main.c
4804           src/toolbar.c
4805                 Two useless changes reversed
4806
4807 2003-01-11 [colin]      0.8.8claws81
4808
4809         * src/mainwindow.c
4810           src/mainwindow.h
4811                 Add mainwindow_get_mainwindow()
4812         * src/alertpanel.c
4813           src/alertpanel.h
4814                 Add alertpanel_error_log() 
4815         * src/compose.c
4816           src/inc.c
4817           src/messageview.c
4818           src/toolbar.c
4819           src/main.c
4820           src/procmsg.c
4821                 Network errors get a View Log button
4822
4823 2003-01-10 [alfons]     0.8.8claws80
4824
4825         * src/prefs_toolbar.c
4826         * src/toolbar.c
4827                 use the translatable string for "Separator" as file name for
4828                 separator toolbar items (probably make this uppercase?)
4829
4830 2003-01-10 [alfons]     0.8.8claws79
4831
4832         * src/prefs_toolbar.c
4833                 put right A_SEPARATOR description string in "displayed
4834                 toolbar items list" so manually added separators are
4835                 saved correctly (bug #10, "Adding a separator to the main 
4836                 toolbar fails, entry in xml file is wrong")
4837
4838 2003-01-10 [christoph]  0.8.8claws78
4839
4840         * src/imap.c
4841                 o fix warnings
4842                 o use CAPABILITY to check if NAMESPACE is available
4843
4844 2003-01-10 [christoph]  0.8.8claws77
4845
4846         * src/imap.[ch]
4847                 apply UIDPLUS IMAP extension support patch
4848
4849         Patch submitted by Simon 'corecode' Schubert
4850
4851 2003-01-10 [paul]       0.8.8claws76
4852
4853         * src/folderview.c
4854                 a sync from main which fixes the news account folders'
4855                 Properties bug
4856
4857 2003-01-10 [christoph]  0.8.8claws75
4858
4859         * src/folder.c
4860                 don't accept 0 as a valid uid returned by copy and move
4861                 functions. 0 means the message was copied or moved but the
4862                 new uid could not be fetched. It is not an error condition
4863                 for the copy or move operation.
4864
4865 2003-01-10 [paul]       0.8.8claws74
4866
4867         * src/prefs_filtering.c
4868                 change English used in Alert when entry is not
4869                 saved.
4870                 
4871         * sync with 0.8.8cvs4
4872                 see ChangeLog 2003-01-10
4873
4874 2003-01-10 [darko]      0.8.8claws73
4875
4876         * src/pine.c
4877                 fix crash when importing address book entry
4878                 without a valid address
4879
4880 2003-01-09 [alfons]     0.8.8claws72
4881
4882         * src/inc.c
4883                 filtering performance: use new style folder update
4884
4885 2003-01-09 [christoph]  0.8.8claws71
4886
4887         * src/compose.c
4888         * src/gtk/menu.[ch]
4889                 fix wrong selecting of mime encoding type, when
4890                 opening property dialog of attachments in the
4891                 compose window. 7bit was always selected and that
4892                 destoryed files with 8bit data.
4893                 (closes bug #9 Sylpheed-claws destroys attachments when
4894                  changing MIME-types)
4895
4896 2003-01-09 [paul]       0.8.8claws70
4897
4898         * sync with 0.8.8cvs3
4899                 see ChangeLog 2003-01-09
4900
4901 2003-01-08 [alfons]     0.8.8claws69
4902         
4903         * src/addressadd.c
4904                 apply patch by Kim Schulz to fix build breakage
4905                 because of missing variable
4906
4907 2003-01-08 [paul]       0.8.8claws68
4908
4909         * sync with 0.8.8cvs2
4910                 see ChangeLog 2002-01-08
4911
4912 2003-01-08 [paul]       0.8.8claws67
4913
4914         * po/it.po
4915                 updated by Alessandro Maestri
4916                 
4917         * src/addressadd.c
4918                 when using 'Add sender to addressbook' allow
4919                 name to be edited and remarks to be entered
4920                 Patch submitted by Luke Plant
4921
4922 2003-01-08 [darko]      0.8.8claws66
4923
4924         * README.claws, src/summaryview.c
4925                 fix description for marked messages
4926
4927 2003-01-08 [paul]
4928
4929         * tools/Makefile.am
4930           tools/launch_phoenix  ** NEW FILE **
4931                 add script that enables using Phoenix as the default
4932                 web browser. 
4933                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4934                 
4935         * tools/OOo2sylpheed.pl
4936                 remove full path to sylpheed executable, just 'sylpheed'
4937                 will do
4938                 
4939         * tools/README
4940                 add launch_phoenix informtion and re-arrange and compress
4941                 the data a little
4942
4943 2003-01-07 [christoph]  0.8.8claws65
4944
4945         * src/folder.c
4946                 fix update for source folder when moving messages
4947         * src/procmsg.[ch]
4948         * src/summaryview.c
4949                 use function to set to_folder for message infos and
4950                 automatically update the op_count for old and new
4951                 folder
4952
4953 2003-01-07 [melvin]     0.8.8claws64
4954
4955         * src/prefs_actions.c
4956                 Fixed bug where an '%p' Action on a displayed image crashed 
4957                         Sylpheed
4958                 Code clean up (get rid of duplicated code and removed unnecessary 
4959                                 structure member)
4960
4961 2003-01-07 [christoph]  0.8.8claws63
4962
4963         * src/compose.c
4964         * src/folder.[ch]
4965         * src/folderview.c
4966         * src/import.c
4967         * src/inc.c
4968         * src/main.c
4969         * src/mainwindow.c
4970         * src/messageview.c
4971         * src/prefs_folder_item.c
4972         * src/procmsg.c
4973         * src/summaryview.c
4974         * src/toolbar.c
4975                 o remove all folder update triggering from the UI code. The folder
4976                   system should know much better when a folder needs an update.
4977                 o to prevent multiple updates in a row the folder updates can be
4978                   frozen for some time.
4979
4980                 Note: - Please verify that no updates are missing
4981                       - Check where freeze/thaws should be added
4982
4983 2003-01-07 [christoph]  0.8.8claws62
4984
4985         * src/prefs_actions.c
4986                 don't translate empty strings
4987
4988         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4989
4990 2003-01-06 [christoph]  0.8.8claws61
4991
4992         * src/prefs_actions.c
4993                 mark strings for gettext
4994         * src/prefs_matcher.c
4995                 use new description window for Execute action and
4996                 match condition in Filtering
4997
4998         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4999
5000 2003-01-06 [alfons]     0.8.8claws60
5001
5002         keep myself inspired to re-organize matcher part 8; 
5003         yes, more to come (I need to move out the descriptive
5004         text for actions to matcher.c, or at least make it not
5005         depend on the wicked ordering)
5006
5007         * src/prefs_matcher.c
5008                 add documentation so others may comprehend the
5009                 UI part of the conditions
5010                 
5011 2003-01-06 [christoph]  0.8.8claws59
5012
5013         * src/prefs_actions.c
5014                 use new description window for syntax help
5015         * src/gtk/description_window.c
5016                 fix display of descriptions with column count != 2
5017
5018         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5019
5020 2003-01-06 [christoph]  0.8.8claws58
5021
5022         * src/quote_fmt.c
5023         * src/summaryview.[ch]
5024         * src/gtk/Makefile.am
5025         * src/gtk/description_window.[ch]       ** NEW **
5026                 use a generic window to display syntax descriptions
5027                 currently used in quote_fmt and summaryview (new description
5028                 for extended quick search)
5029
5030         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5031
5032 2003-01-06 [paul]       0.8.8claws57
5033
5034         * sync with 0.8.8cvs1
5035                 see ChangeLog 2003-01-06
5036
5037 2003-01-06 [christoph]  0.8.8claws56
5038
5039         * src/mainwindow.c
5040         * src/prefs_gtk.[ch]
5041         * src/gtk/prefswindow.[ch]
5042         * src/plugins/spamassassin/spamassassin_gtk.c
5043                 o remove page management from prefswindow, pages
5044                   will be an argument to prefswindow_open
5045                 o prefswindow_open gets a datapointer that is
5046                   passed to the widget_create function to allow
5047                   creation of prefswindow for specific items
5048
5049 2003-01-06 [colin]      0.8.8claws55
5050         
5051         * src/summaryview.c
5052                 We don't want regexp in the reply-finder, 
5053                 because MIDs can contain !,$,. and so on
5054
5055 2003-01-06 [jens]       0.8.8claws54
5056
5057         * src/jpilot.c
5058                 fixed a wrong free in jpilot_read_db_files
5059
5060 2003-01-06 [alfons]     0.8.8claws53
5061
5062         re-organize matcher part 8; more to come
5063        
5064         * src/matcher.c
5065                 matcherprop_to_string(): put g_free()s before the
5066                 switch-case break to fix memleaks                
5067
5068 2003-01-06 [colin]      0.8.8claws52
5069
5070         * src/summaryview.c
5071                 cleanup & reply-finder now displays the first 
5072                 matching message
5073
5074 2003-01-05 [alfons]     0.8.8claws51
5075
5076         re-organize matcher part 7; more to come
5077
5078         * src/matcher.[ch]
5079                 fixes for constant correctness;
5080                 more documentation;
5081
5082 2003-01-05 [alfons]     0.8.8claws50
5083
5084         re-organize matcher part 6; more to come
5085         
5086         * src/matcher.[ch]
5087                 fixes for constant correctness;
5088                 more documentation;
5089         * src/filtering.c
5090                 fix for constant correctness
5091
5092 2003-01-05 [colin]      0.8.8claws49
5093
5094         * src/account.[ch]
5095                 Add account_get_reply_account function
5096         * src/compose.c
5097                 Use account_get_reply_account function 
5098         * src/summaryview.c
5099                 Basic reply-finder - click on the replied
5100                 icon gets you to the outbox using quick-search
5101
5102 2003-01-05 [paul]       0.8.8claws48
5103
5104         * src/prefs_common.c
5105                 small change to English
5106                 
5107         * src/prefs_filtering.c
5108                 prefs_filtering_action_select(): improve logic and uniformity
5109                 of gui
5110
5111 2003-01-05 [alfons]     0.8.8claws47
5112
5113         fine tune solution to focus problems (bug #7)
5114
5115         * src/mainwindow.c
5116                 mainwindow_focus_in_event(): remove grab event check
5117         * src/summaryview.c
5118                 summary_button_pressed(): move selection on right-click
5119                 too. we can't possibly move the selection back after
5120                 canceling a dialog, because gtk's incomplete focus 
5121                 management. whether this is a good solution, only time
5122                 will tell.
5123
5124 2003-01-05 [christoph]  0.8.8claws46
5125
5126         * src/imap.c
5127                 fix crash when no imap connection could be established
5128
5129 2003-01-05 [paul]       0.8.8claws45
5130
5131         * src/mainwindow.c
5132           src/sumamryview.c
5133           src/gtk/menu.[ch]
5134                 fix bug 605957 'shortcuts in popup-menu'
5135                 make user-defined shortcuts work
5136                 show shortcuts that are already defined
5137                 in the main menu
5138                 Patch submitted by Luke Plant
5139
5140 2003-01-05 [alfons]     0.8.8claws44
5141
5142         * src/mainwindow.c
5143                 focus_in_event handler should not select summary view row 
5144                 when another window (menu, dialog) grabbed for events 
5145                 (bug #7, "[0.8.8claws42] Message summary focus") 
5146
5147 2003-01-04 [christoph]  0.8.8claws43
5148
5149         * src/procmsg.c
5150                 update save folder after adding the sent message
5151                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5152
5153 2003-01-02 [christoph]  0.8.8claws42
5154
5155         * src/common/plugin.c
5156                 fix unloading of all plugins and unload
5157                 plugins in reverse order
5158                 
5159         * src/gtk/pluginwindow.c
5160                 implement function of load and unload button
5161
5162         * src/gtk/prefswindow.c
5163         * src/gtk/prefswindow.h
5164                 rename register function and add new unregister
5165                 function
5166
5167         * src/plugins/spamassassin/spamassassin_gtk.c
5168                 unregister prefs page and update for changes in
5169                 src/gtk/prefswindow.c
5170
5171 2003-01-02 [paul]       0.8.8claws41
5172
5173         * po/es.po
5174                 updated by Ricardo Mones Lastra
5175
5176 2003-01-02 [paul]
5177
5178         * tools/tb2sylpheed
5179                 fixes and improvements by Urke MMI
5180
5181 2003-01-02 [thorsten]   0.8.8claws40
5182
5183         * src/procmsg.c
5184                 fixed wrong return value
5185
5186 2003-01-02 [thorsten]   0.8.8claws39
5187
5188         * src/prefs.c
5189                 fixed printing wrong variable
5190
5191 2003-01-02 [thorsten]   0.8.8claws38
5192
5193         * src/prefs.c
5194                 fixed acessing members of freed pfile struct
5195
5196 2003-01-02 [thorsten]   0.8.8claws37
5197
5198         * src/procmsg.c
5199                 detect loops across several messages
5200                 as suggested by Christoph Hohmann
5201
5202 2003-01-01 [match]      0.8.8claws36
5203
5204         * src/addrindex.c
5205                 fixed another memory leak.
5206
5207 2003-01-01 [match]      0.8.8claws35
5208
5209         * src/jpilot.[ch]
5210                 fixed memory leaks. applied Doxygen comments.
5211
5212 2003-01-01 [thorsten]   0.8.8claws34
5213
5214         * src/procmsg.c
5215                 inhibit endless loop if msg references itself
5216                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5217
5218 2003-01-01 [christoph]  0.8.8claws33
5219
5220         * src/mainwindow.c
5221         * src/gtk/Makefile.am
5222         * src/gtk/pluginwindow.c                ** NEW **
5223         * src/gtk/pluginwindow.h                ** NEW **
5224                 add plugin window
5225
5226         * src/plugins/demo/demo.c
5227         * src/plugins/spamassassin/spamassassin.c
5228         * src/plugins/spamassassin/spamassassin_gtk.c
5229                 write better plugin descriptions
5230
5231 2002-12-31 [christoph]  0.8.8claws32
5232
5233         * src/gtk/prefswindow.c
5234         * src/plugins/spamassassin/spamassassin_gtk.c
5235                 some small improvements to GTK code
5236
5237 2002-12-31 [christoph]  0.8.8claws31
5238
5239         * src/plugins/spamassassin/spamassassin_gtk.c
5240                 enable folder select button
5241
5242 2002-12-31 [christoph]  0.8.8claws30
5243
5244         * src/mainwindow.c
5245         * src/gtk/Makefile.am
5246         * src/gtk/prefswindow.c                         ** NEW **
5247         * src/gtk/prefswindow.h                         ** NEW **
5248                 add new prefs window
5249
5250         * src/common/plugin.c
5251                 don't try to load empty config lines
5252         
5253         * src/plugins/spamassassin/Makefile.am
5254         * src/plugins/spamassassin/spamassassin.c
5255         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5256         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5257                 GTK config for SpamAssassin Plugin using
5258                 the new prefs window
5259
5260 2002-12-31 [paul]       0.8.8claws29
5261
5262         * po/POTFILES.in
5263                 remove obsolete entry 'src/menu.c'
5264
5265 2002-12-31 [alfons]     0.8.8claws28
5266
5267         * src/matcher.[ch]
5268         * src/matcher_parser_parse.y
5269         * src/prefs_matcher.c
5270                 add "ignore_thread" and "~ignore_thread" condition so it's
5271                 possible to make the actions / scoring operate on the ignore
5272                 thread flag
5273
5274 2002-12-31 [christoph]  0.8.8claws27
5275
5276         * src/addrbook.c
5277         * src/addrindex.c
5278         * src/folder.c
5279         * src/matcher.c
5280         * src/prefs_account.c
5281         * src/prefs_actions.c
5282         * src/prefs_customheader.c
5283         * src/prefs_display_header.c
5284         * src/prefs_gtk.c
5285         * src/procmime.c
5286         * src/toolbar.c
5287         * src/xmlprops.c
5288         * src/common/prefs.[ch]
5289                 extend prefs file handling for reading and automatic handling
5290                 of blocks. When reading prefs_set_block_label will automatically
5291                 move on to the block. When writing it will copy all other blocks
5292                 automatically
5293
5294         * src/common/plugin.c
5295                 Now loading plugin filenames from [Plugins] block in
5296                 sylpheed rc file
5297
5298 2002-12-30 [christoph]  0.8.8claws26
5299
5300         * src/common/hooks.[ch]
5301                 return abort status to caller of hooks_invoke
5302                 
5303         * src/inc.[ch]
5304                 invoke message filtering hook and stop
5305                 default handling when filter returns abort
5306
5307         * src/common/plugin.[ch]
5308         * src/plugins/demo/demo.c
5309                 modify plugin loader, because resolving symbols for strings
5310                 does not work correctly
5311         
5312         * configure.in
5313         * ac/spamassassin.m4                            ** NEW **
5314         * src/plugins/spamassassin/.cvsignore           ** NEW **
5315         * src/plugins/spamassassin/Makefile.am          ** NEW **
5316         * src/plugins/spamassassin/README               ** NEW **
5317         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5318         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5319         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5320                 add spamassassin plugin, see src/plugins/spamassassin/README
5321                 for details
5322
5323 2002-12-29 [alfons]     0.8.8claws25
5324
5325         * src/mainwindow.c
5326                 when moving focus from a message view to the main 
5327                 window, don't forget to select the summary node
5328                 of the displayed message. should fix "[ 659103 ] 
5329                 focus-follows-mouse confuses sylpheed"
5330
5331 2002-12-29 [christoph]  0.8.8claws24
5332
5333         * src/Makefile.am
5334         * src/stringtable.[ch]          ** REMOVE **
5335         * src/common/Makefile.am
5336         * src/common/stringtable.[ch]   ** NEW **
5337                 move stringtable files to common directory
5338
5339 2002-12-29 [christoph]  0.8.8claws23
5340
5341         * src/Makefile.am
5342         * src/menu.[ch]                 ** REMOVE **
5343         * src/gtk/Makefile.am
5344         * src/gtk/menu.[ch]             ** NEW **
5345                 move menu files to gtk directory
5346
5347 2002-12-29 [match]      0.8.8claws22
5348
5349         * src/addressbook.c
5350         * src/syldap.c
5351                 moved UI specific code out of LDAP code into addressbook
5352                 UI code. fixed memory leak.
5353
5354 2002-12-29 [christoph]  0.8.8claws21
5355
5356         * src/folder.c
5357                 only check for IGNORED parent message when message is
5358                 not IGNORED itself
5359
5360 2002-12-29 [alfons]     0.8.8claws20
5361
5362         * src/summaryview.c
5363                 set gtksctree's anchor correct (immediate execute
5364                 changes the tree's layout, and anchor points at 
5365                 the incorrect row). fixes "[ 657233 ] multiple msg 
5366                 delete sometimes off by 1".
5367                 we probably have to look for more tree layout /
5368                 anchor glitches.
5369
5370 2002-12-29 [paul]       0.8.8claws19
5371
5372         * src/summaryview.c
5373                 fix bug [ 659054 ] incorrect sorting of 'From' column
5374                 when using 'display sender using address book'
5375                 thanks to Alfons and Luke Plant
5376
5377 2002-12-29 [christoph]  0.8.8claws18
5378
5379         * src/folder.c
5380         * src/procmsg.[ch]
5381                 check parent messages for IGNORE THREAD flag, when adding,
5382                 moving or copying messages to a folder
5383
5384 2002-12-27 [alfons]     0.8.8claws17
5385
5386         re-organize matcher part 5; more to come
5387
5388         * src/matcher.c
5389                 hash keywords in matchparser_tab 
5390
5391 2002-12-27 [alfons]     0.8.8claws16
5392
5393         re-organize matcher part 4; more to come
5394
5395         * src/matcher_parser.h
5396         * src/matcher_parser_lex.l
5397         * src/matcher_parser_parse.y
5398                 cleanup
5399
5400 2002-12-27 [alfons]     0.8.8claws15
5401
5402         re-organize matcher part 3; more to come
5403
5404         * src/matcher.[ch]
5405                 cleanup
5406
5407 2002-12-27 [alfons]     0.8.8claws14
5408
5409         re-organize matcher part 2; more to come but this should
5410         work. cc me if there are any regressions.
5411
5412         * src/matcher.h
5413                 add prototype for get_matchparser_tab_id()
5414         * src/matcher_parser_lex.l
5415                 look up keywords using matchparser_tab_id();
5416
5417 2002-12-27 [alfons]     0.8.8claws12
5418
5419         re-organize matcher part 1
5420
5421         * src/matcher.h
5422                 map yacc generated constants to sylpheed matcher constants
5423         * src/matcher.c
5424                 add function to find a matcher constant from a string
5425
5426 2002-12-27 [christoph]  0.8.8claws11
5427
5428         * src/compose.c
5429                 MENUITEM_ADD casts the 4th argument from integer to pointer
5430                 so it probably should not be a pointer, this means we
5431                 should use account id for it and not the account's pointer
5432
5433 2002-12-27 [paul]       0.8.8claws10
5434
5435         * src/mainwindow.c
5436                 remove unneeded 'GtkWidget *vbox'
5437                 
5438         * src/summaryview.c
5439                 further sync with 0.8.8 - make sort
5440                 by recipient work as expected
5441                 
5442         * NEWS
5443                 sync with 0.8.8
5444
5445 2002-12-27 [paul]       0.8.8claws9
5446
5447         * po/pt_BR.po
5448                 updated by Ivan F. Martinez
5449                 
5450 2002-12-27 [darko]      0.8.8claws8
5451
5452         * src/common/utils.c
5453                 added locked pattern to extended search
5454
5455 2002-12-27 [alfons]     0.8.8claws7
5456
5457         * src/prefs_matcher.[ch]
5458                 clean up
5459
5460 2002-12-26 [alfons]     0.8.8claws6
5461
5462         * src/matcher.[ch]
5463         * src/matcher_parser_lex.l
5464         * src/matcher_parser_parse.y
5465         * src/prefs_matcher.c
5466                 allow color label as a condition in the matcher
5467
5468 2002-12-26 [oliver]     0.8.8claws5
5469         
5470         * src/toolbar.c 
5471                 enable Addressbook for Main and Messageview
5472         * src/prefs_actions.c
5473                 enable actions in Messageview
5474
5475 2002-12-26 [christoph]  0.8.8claws4
5476
5477         * src/common/plugin.c
5478                 add a little debug output
5479         * configure.in
5480         * src/plugins/demo/Makefile.am
5481                 better use of automake
5482
5483 2002-12-26 [christoph]  0.8.8claws3
5484
5485         * src/Makefile.am
5486         * src/common/Makefile.am
5487                 fix "make distdir"
5488
5489 2002-12-26 [christoph]  0.8.8claws2
5490
5491         * configure.in
5492                 sort configure checks into common / gtk / plugins
5493         * po/POTFILES.in
5494                 add src/prefs_gtk.c
5495         * src/Makefile.am
5496                 add plugins SUBDIR
5497         * src/main.c
5498         * src/common/sylpheed.[ch]
5499                 added now sylpheed_done function for shutdown
5500         * src/common/Makefile.am
5501         * src/common/plugin.[ch]                ** NEW **
5502                 plugin loader and unloader
5503         * src/plugins/.cvsignore                ** NEW **
5504         * src/plugins/Makefile.am               ** NEW **
5505                 build plugins
5506         * src/plugins/demo/.cvsignore           ** NEW **
5507         * src/plugins/demo/Makefile.am          ** NEW **
5508         * src/plugins/demo/demo.c               ** NEW **
5509                 small demo plugin that installs a logtext hook and
5510                 outputs the log text to stdout
5511
5512 2002-12-26 [paul]       0.8.8claws1
5513
5514         * po/es.po
5515                 updated by Ricardo Mones Lastra
5516
5517 2002-12-26 [paul]       0.8.8claws
5518
5519         * 0.8.8claws released
5520
5521 2002-12-26 [paul]       0.8.7claws12
5522
5523         * po/bg.po
5524                 updated by George Danchev
5525
5526 2002-12-26 [paul]       0.8.7claws11
5527
5528         * po/POTFILES.in
5529                 remove unneeded 'src/prefs.c' entry 
5530
5531 2002-12-26 [paul]       0.8.7claws10
5532
5533         * src/codeconv.c
5534           src/mainwindow.c
5535                 sync with 0.8.8 release
5536         
5537         * src/folder.[ch]
5538           src/mh.c
5539           src/summaryview.c
5540                 partial sync with 0.8.8 release
5541         
5542
5543 2002-12-25 [alfons]     0.8.7claws9
5544
5545         * src/matcher.[ch]
5546         * src/matcher_parser_lex.l
5547         * src/matcher_parser_parse.y
5548         * src/prefs_matcher.c
5549                 add locked flag to possible filtering / matcher 
5550                 conditions (also a good example what should be
5551                 done to add a simple boolean condition)
5552
5553 2002-12-25 [christoph]  0.8.7claws8
5554
5555         * src/Makefile.am
5556         * src/account.[ch]
5557         * src/addrbook.c
5558         * src/addressbook.c
5559         * src/addrindex.c
5560         * src/filtering.c
5561         * src/folder.c
5562         * src/matcher.c
5563         * src/prefs.[ch]                ** REMOVE **
5564         * src/prefs_account.c
5565         * src/prefs_actions.c
5566         * src/prefs_common.c
5567         * src/prefs_customheader.c
5568         * src/prefs_display_header.c
5569         * src/prefs_filtering.c
5570         * src/prefs_folder_item.c
5571         * src/prefs_gtk.[ch]            ** NEW **
5572         * src/prefs_matcher.c
5573         * src/prefs_scoring.c
5574         * src/prefs_summary_column.c
5575         * src/procmime.c
5576         * src/selective_download.c
5577         * src/toolbar.c
5578         * src/common/Makefile.am
5579         * src/common/prefs.[ch]         ** NEW **
5580                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5581
5582 2002-12-24 [alfons]     0.8.7claws7
5583
5584         * src/summaryview.c
5585                 summary_thread_build(): fix real cause of the crash mentioned in
5586                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5587                 this way we get meaningful ctree nodes 
5588
5589 2002-12-24 [oliver]     0.8.7claws6
5590
5591         * src/mainwindow.[ch]
5592         * src/messageview.[ch]
5593         * src/compose.[ch]
5594         * src/inc.c
5595         * src/summaryview.c
5596                 changes to use updated toolbar handling
5597                 
5598 2002-12-24 [oliver]     0.8.7claws5
5599
5600         * src/toolbar.[ch]
5601                 generic toolbar handling
5602                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5603         * src/prefs_toolbar.[ch]
5604                 adjust to handling
5605         
5606 2002-12-24 [oliver]     0.8.7claws4
5607         
5608         * src/stock_pixmap.[ch]
5609                 move SYLPHEED_LOGO to end of list in order 
5610                 to remove it from Custom Toolbar`s Icon View
5611
5612 2002-12-24 [alfons]     0.8.7claws3
5613
5614         * src/summaryview.c
5615                 summary_thread_build(): fix crash because of focus != selection 
5616                 after threading. when deleting the selection, gtk tries but fails 
5617                 to find the correct focusable element. we now force the selection
5618                 to be focused. this should solve the infamous bug reported by 
5619                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5620                 a test case is available. 
5621
5622 2002-12-24 [darko]      0.8.7claws2
5623
5624         * src/summaryview.c
5625                 don't crash when unmarking message with unread children
5626
5627 2002-12-23 [christoph]  0.8.7claws1
5628
5629         * src/Makefile.am
5630         * src/common/Makefile.am
5631                 update Makefiles for moved intl.h, version.h and defs.h
5632         * src/imap.c
5633                 rewrite imap_session_get to avoid duplicate code
5634
5635 2002-12-23 [paul]       0.8.7claws
5636
5637         * Santa-Claws released
5638         
5639         * po/hu.po
5640           po/ru.po
5641                 squeeze in updated Hungarian and Russian translations.
5642                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5643
5644 2002-12-23 [paul]       0.8.6claws129
5645
5646         * po/pl.po
5647                 updated by Witold Wladyslaw Wojciech Wilk
5648
5649 2002-12-23 [paul]       0.8.6claws128
5650
5651         * src/quote_fmt_parse.y
5652                 fix typo and add licence header
5653
5654 2002-12-23 [paul]       0.8.6claws127
5655
5656         * po/en_GB.po
5657                 updated
5658
5659 2002-12-23 [paul]       0.8.6claws126
5660
5661         * po/it.po
5662                 updated translation, submitted by Alessandro Maestri
5663                 
5664 2002-12-23 [paul]       0.8.6claws125
5665
5666         * src/quote_fmt_parse.y
5667                 fix signature-stripping on replies bug. match
5668                 '-- \n' and not '-- '.
5669
5670 2002-12-22 [paul]       0.8.6claws124
5671
5672         * po/bg.po
5673           po/es.po
5674           po/sr.po
5675                 updated translations. submitted by George Danchev,
5676                 Ricardo Mones Lastra, and Urke MMI respectively
5677
5678 2002-12-21 [paul]       0.8.6claws123
5679
5680         * src/addrbook.c
5681                 fix coding style
5682
5683 2002-12-21 [paul]       0.8.6claws122
5684
5685         * src/addrbook.c
5686                 fix bug [643638] where if a person is in one or more
5687                 addressbook groups editing that person's email 
5688                 address results in removal from those groups.
5689                 Patch submitted by Luke Plant.
5690
5691 2002-12-20 [christoph]  0.8.6claws121
5692
5693         * src/common/utils.c
5694         * src/summaryview.c
5695                 reimplement expand_search_string using GString to
5696                 prevent crashs caused by miscalculated string
5697                 lengths reported by Paul
5698
5699 2002-12-20 [christoph]  0.8.6claws120
5700
5701         * src/summaryview.c
5702                 don't use "changed" to check if op_count has to be changed as it
5703                 is also set when the message has unread children
5704                 (closes bug [ 653221 ] crash while deleting duplicates)
5705
5706 2002-12-20 [paul]       0.8.6claws119
5707
5708         * sync with 0.8.6cvs27
5709                 see ChangeLog 2002-12-20
5710
5711 2002-12-20 [paul]       0.8.6claws118
5712
5713         * sync with 0.8.6cvs26
5714                 see ChangeLog 2002-12-19 and 2002-12-20
5715
5716 2002-12-19 [alfons]     0.8.6claws117
5717
5718         * src/textview.c
5719                 fix incorrect parsing of email addresses, submitted by 
5720                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5721                 name display if it contains @".
5722
5723 2002-12-18 [paul]       0.8.6claws116
5724
5725         * sync with 0.8.6cvs23
5726                 see ChangeLog 2002-12-18
5727
5728 2002-12-18 [paul]       0.8.6claws115
5729
5730         * src/Makefile.am
5731         * src/account.c
5732         * src/codeconv.c
5733         * src/gtkutils.[ch]
5734         * src/imap.c
5735                 sync with 0.8.6cvs22.
5736                 see ChangeLog 2002-12-17 and 2002-12-18
5737
5738 2002-12-17 [christoph]  0.8.6claws114
5739
5740         * src/imap.c
5741                 o don't create a session if imap greeting fails
5742                 o don't close socket when authentication fails
5743                   this is done by imap_session_destroy
5744
5745 2002-12-17 [thorsten]   0.8.6claws113
5746
5747         * tools/Makefile.am
5748           tools/README
5749           tools/google_msgid.pl ** NEW FILE **
5750                 Added "search for message-id" script and doc
5751
5752 2002-12-17 [thorsten]   0.8.6claws112
5753
5754         * po/hu.po
5755                 Updated hungarian translation
5756                 (updated by Gal Zoltan)
5757
5758 2002-12-16 [christoph]  0.8.6claws111
5759
5760         * src/addr_compl.c
5761                 remove stupid addressbook dump to debug output
5762         * src/mh.c
5763                 fix memory leak found by Hiro
5764
5765 2002-12-14 [paul]       0.8.6claws110
5766
5767         * src/compose.c
5768                 fix menubar sensitivity on send
5769                 
5770         * src/prefs_filtering.c
5771         * src/prefs_matcher.c
5772         * src/prefs_scoring.c
5773                 Fix english ;)
5774                 
5775         * src/common/quoted-printable.h
5776                 sync: fix typo
5777         
5778 2002-12-13 [christoph]  0.8.6claws109
5779
5780         * src/Makefile.am
5781         * src/manage_window.[ch]        ** REMOVE **
5782         * src/gtk/Makefile.am
5783         * src/gtk/manage_window.[ch]    ** NEW **
5784                 move manage_window files to gtk directory
5785
5786 2002-12-13 [christoph]  0.8.6claws108
5787
5788         * src/Makefile.am
5789         * src/gtkshruler.[ch]           ** REMOVE **
5790         * src/gtk/Makefile.am
5791         * src/gtk/gtkshruler.[ch]       ** NEW **
5792                 move gtkshruler files to gtk directory
5793
5794 2002-12-13 [christoph]  0.8.6claws107
5795
5796         * src/Makefile.am
5797         * src/compose.c
5798         * src/gtkstext.[ch]             ** REMOVE **
5799         * src/gtkutils.[ch]
5800         * src/textview.c
5801         * src/gtk/gtkstext.[ch]         ** NEW **
5802         * src/gtk/Makefile.am
5803                 o move stext functions to gtkstext.c to remove
5804                   dependency of gtkutils
5805                 o move gtkstext files to gtk directory
5806
5807         * src/gtk/Makefile.am
5808         * src/gtk/sslcertwindow.[ch]
5809                 UI stuff can always depend on common code so
5810                 it's ok to add ../common to include path
5811
5812 2002-12-13 [colin]      0.8.6claws106
5813
5814         * src/summaryview.c
5815                 Disconnect sighandlers for mainwindow when
5816                 quicksearch has the focus
5817                 Fix bug #653231
5818         * src/mainwindow.[ch]
5819                 Make key_pressed callback public, to be able
5820                 to disconnect it
5821
5822 2002-12-13 [christoph]  0.8.6claws105
5823
5824         * src/mh.c
5825                 create .mh_sequences file in new MH folders
5826                 (closes feature request [ 523162 ] MH folders should
5827                  get a .mh_sequences)
5828
5829 2002-12-13 [colin]      0.8.6claws104
5830
5831         * src/summaryview.c
5832                 Better handling of quicksearch show/hide
5833                 (basically the button stays under the mouse 
5834                  when toggled)
5835
5836 2002-12-13 [paul]       0.8.6claws103
5837
5838         * sync with 0.8.6cvs17
5839                 see ChangeLog 2002-12-13
5840
5841 2002-12-13 [paul]       0.8.6claws102
5842
5843         * po/es.po
5844                 updated by Ricardo Mones Lastra
5845
5846 2002-12-11 [colin]       0.8.6claws101
5847
5848         * src/folder.c
5849                 remove statusbar stuff
5850           src/folderview.c
5851                 set statusbar verbosity when moving folders
5852
5853 2002-12-11 [colin]       0.8.6claws100
5854         * src/prefs_filtering.c
5855         * src/prefs_matcher.c
5856         * src/prefs_scoring.c
5857                 Fix english ;)
5858
5859 2002-12-11 [colin]       0.8.6claws99
5860
5861         * src/prefs_common.[ch]
5862                 Add summary_quicksearch_type
5863         * src/summaryview.c
5864                 Save last used quicksearch type
5865
5866 2002-12-11 [jens]       0.8.6claws98
5867         * src/prefs_filtering.c
5868         * src/prefs_matcher.c
5869         * src/prefs_scoring.c
5870                 added dialog for incomplete rules in scoring, filtering and
5871                 matcher to ask wheather really close
5872
5873 2002-12-11 [colin]      0.8.6claws97
5874
5875         * src/folder.c
5876                 Fix folder dnd statusbar logging
5877
5878 2002-12-10 [christoph]  0.8.6claws96
5879
5880         * src/compose.c
5881         * src/folder.c
5882         * src/imap.c
5883         * src/inc.c
5884         * src/main.c
5885         * src/mainwindow.c
5886         * src/news.c
5887         * src/send.c
5888         * src/statusbar.[ch]
5889         * src/common/hooks.c
5890         * src/common/log.[ch]
5891                 o handle verbose logging in statusbar directly in statusbar code
5892                   and common code does not need any knowledge about a statusbar
5893                 o remove direct calls to statusbar_(puts|pop)_all functions
5894
5895 2002-12-10 [jens]       0.8.6claws95
5896
5897         * src/*.c
5898                 removed gettext from g_warnings
5899         * po/POTFILES.in
5900                 cleaned and updated
5901         * po/de.po
5902                 updated
5903
5904 2002-12-10 [colin]      0.8.6claws94
5905
5906         * src/main.c
5907                 finish crash dialog fix
5908
5909 2002-12-10 [colin]      0.8.6claws93
5910
5911         * src/main.c
5912                 "Fix" "sylpheed already running" instead of
5913                 crash dialog appearing after a crash
5914
5915 2002-12-10 [colin]      0.8.6claws92
5916
5917         * po/POTFILES.in
5918                 add src/gtk/sslcertwindow.c
5919
5920 2002-12-10 [paul]       0.8.6claws91
5921
5922         * po/POTFILES.in
5923                 updated to reflect recent changes
5924                 submitted by Alessandro Maestri
5925
5926 2002-12-09 [christoph]  0.8.6claws90
5927
5928         * src/Makefile.am
5929         * src/smtp.[ch]                 ** REMOVE **
5930         * src/common/Makefile.am
5931         * src/common/smtp.[ch]          ** NEW **
5932                 move smtp files to common directory
5933
5934 2002-12-09 [christoph]  0.8.6claws89
5935
5936         * src/Makefile.am
5937         * src/session.[ch]              ** REMOVE **
5938         * src/common/Makefile.am
5939         * src/common/session.[ch]       ** NEW **
5940                 move session files to common directory
5941
5942 2002-12-09 [paul]       0.8.6claws88
5943
5944         * src/account.c
5945                 fix bug [649746] edit accounts: move account reverted
5946                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5947
5948 2002-12-09 [colin]      0.8.6claws87
5949
5950         * src/ssl_certificate.c
5951                 cleanup
5952
5953 2002-12-09 [colin]      0.8.6claws86
5954
5955         * src/ssl.c
5956                 Try to open the cert.pem database and 
5957                 issue a warning if it isn't there
5958
5959 2002-12-09 [colin]      0.8.6claws85
5960
5961         * src/common/ssl_certificate.c
5962         * src/gtk/sslcertwindow.c
5963                 Warning fixes
5964
5965 2002-12-09 [colin]      0.8.6claws84
5966
5967         * src/ssl_certificate.[ch] ** REMOVED **
5968         * src/common/ssl_certificate.[ch] ** NEW **
5969         * src/Makefile.am
5970         * src/common/Makefile.am
5971                 Moved ssl_certificate.[ch] to common
5972         * src/common/ssl.c 
5973                 Put back needed include
5974         * src/gtk/sslcertwindow.[ch]
5975                 Changed ssl_certificate.h include
5976         
5977 2002-12-09 [colin]      0.8.6claws83
5978
5979         * src/gtk/sslcertwindow.[ch]
5980                 Implement hook for certificate acception
5981         * src/ssl_certificate.[ch]
5982                 Implement hook for certificate acception
5983         * src/common/ssl.c
5984                 Reenable certificate acception check
5985         * src/mainwindow.c
5986                 Register sslcertwindow's hook
5987         
5988 2002-12-08 [christoph]  0.8.6claws82
5989
5990         * src/about.c
5991         * src/addr_compl.c
5992         * src/codeconv.c
5993         * src/manual.c
5994         * src/undo.c
5995         * src/common/utils.c
5996                 o add missing includes
5997                 o fix warnings
5998         * src/.cvsignore
5999         * src/common/.cvsignore
6000         * src/common/version.h          ** REMOVE **
6001                 remove autogenerated file
6002
6003 2002-12-08 [paul]       0.8.6claws81
6004
6005         * src/stringtable.c
6006                 put back needed include
6007
6008 2002-12-08 [colin]      0.8.6claws80
6009         
6010         * src/gtk/sslcertwindow.c
6011                 Cleaner popups when asking
6012         * src/ssl_certificate.c
6013         * src/prefs_common.[ch]
6014                 remove ssl certificate pref
6015                 put back needed include
6016         * src/undo.c
6017                 put back needed include
6018
6019 2002-12-08 [christoph]  0.8.6claws79
6020
6021         * src/folderview.c
6022         * src/logwindow.c
6023         * src/statusbar.c
6024         * src/summaryview.c
6025                 only abort hook invokation if required data is missing not
6026                 if our own data pointer is NULL, update hookfunction for
6027                 log window
6028
6029 2002-12-08 [paul]       0.8.6claws78
6030
6031         * src/about.c
6032         * src/addrcache.c
6033         * src/addrclip.c
6034         * src/addr_compl.c
6035         * src/addrselect.c
6036         * src/codeconv.c
6037         * src/colorlabel.c
6038         * src/enriched.c
6039         * src/esmtp.c
6040         * src/exporthtml.c
6041         * src/headerview.c
6042         * src/imageview.c
6043         * src/manual.c
6044         * src/noticeview.c
6045         * src/pgptext.c
6046         * src/scoring.c
6047         * src/sourcewindow.c
6048         * src/stringtable.c
6049         * src/undo.c
6050                 clean up: remove unneccesary includes
6051
6052 2002-12-08 [christoph]  0.8.6claws77
6053
6054         * src/folderview.c
6055         * src/statusbar.c
6056         * src/summaryview.c
6057         * src/common/hooks.[ch]
6058                 hook functions now have a gboolean return value, if a hook
6059                 returns TRUE it will stop executing of any more hooks in
6060                 the same hooklist for this invokation
6061
6062 2002-12-08 [colin]      0.8.6claws76
6063         
6064         * src/main.c
6065                 put back argv0 for CRASH_DIALOG
6066
6067 2002-12-08 [christoph]  0.8.6claws75
6068
6069         * src/Makefile.am
6070         * src/about.c
6071         * src/account.c
6072         * src/crash.c
6073         * src/esmtp.h
6074         * src/imap.[ch]
6075         * src/inc.c
6076         * src/main.c
6077         * src/mainwindow.c
6078         * src/news.c
6079         * src/pop.[ch]
6080         * src/prefs_account.[ch]
6081         * src/prefs_common.[ch]
6082         * src/send.[ch]
6083         * src/smtp.[ch]
6084         * src/ssl_certificate.[ch]
6085         * src/ssl_manager.[ch]
6086         * src/common/Makefile.am
6087         * src/common/log.c
6088         * src/common/nntp.[ch]
6089         * src/common/socket.[ch]
6090         * src/common/ssl.[ch]
6091         * src/gtk/sslcertwindow.[ch]
6092         * ac/openssl.m4
6093                 use new autoconf script to detect OpenSSL with extra parameters
6094                 to specify the location of libs and includes, also remove USE_SSL
6095                 to USE_OPENSSL
6096
6097         * src/common/sylpheed.[ch]
6098         * src/common/version.h.in
6099                 start seperation of common code initialization seperated from gui
6100
6101         * src/summaryview.c
6102                 The function that is called when a color label changes
6103                 should not change the color lable again
6104
6105 2002-12-08 [colin]      0.8.6claws74
6106
6107         * src/gtk/sslcertwindow.c
6108                 warning fixes
6109
6110 2002-12-08 [colin]      0.8.6claws73
6111
6112         * src/statusbar.c
6113           src/common/log.h
6114                 Register a hook for statusbar_puts_all
6115         * src/common/log.c
6116                 invoke statusbar_puts_all's hook
6117         
6118 2002-12-08 [colin]      0.8.6claws72
6119
6120         * src/ssl_certificate.c
6121                 Put back a badly-removed include
6122
6123 2002-12-08 [colin]      0.8.6claws71
6124
6125         * src/gtk/sslcertwindow.[ch]    ** NEW **
6126                 new certificate presentation
6127         * src/gtk/Makefile.am
6128                 add new files
6129         * src/ssl_certificate.[ch]
6130                 gtk cleanup, made utility functions public
6131         * src/ssl_manager.c
6132                 use new cert presentation
6133
6134 2002-12-07 [christoph]  0.8.6claws70
6135
6136         * src/Makefile.am
6137         * src/nntp.[ch]                 ** REMOVE **
6138         * src/common/Makefile.am
6139         * src/common/nntp.[ch]          ** NEW **
6140                 move nntp files to common directory
6141
6142 2002-12-07 [christoph]  0.8.6claws69
6143
6144         * src/procmsg.[ch]
6145         * src/summaryview.c
6146                 implement msginfo update callback using sylpheed's new
6147                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6148
6149 2002-12-06 [christoph]  0.8.6claws68
6150
6151         * src/editgroup.c
6152                 This patch changes the 'Edit Group Details' dialog to
6153                 allow extended selections in either pane, so that
6154                 addresses can be added or removed from a group more
6155                 quickly and easily. (it actually is a net decrease in
6156                 file size, as some unnecessary functions have been
6157                 removed). 
6158                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6159
6160 2002-12-06 [christoph]  0.8.6claws67
6161
6162         * src/Makefile.am
6163         * src/template.[ch]             ** REMOVE **
6164         * src/common/Makefile.am
6165         * src/common/template.[ch]      ** NEW **
6166                 move template files to common directory
6167
6168         * src/nntp.c
6169                 add missing log.h include
6170
6171 2002-12-06 [melvin]     0.8.6claws66
6172
6173         * src/prefs_actions.c
6174                 Added the trailing ">" syntax to insert command's output
6175                 without replacing old text (in contrast to trailing "|").
6176
6177 2002-12-05 [colin]      0.8.6claws65
6178         
6179         * src/common/utils.c
6180                 Don't modify original search_string or it'll change
6181                 the next iterations in the for()
6182
6183 2002-12-05 [darko]      0.8.6claws64
6184
6185         * src/common/utils.c
6186                 proper check for filtering commands, found by Colin
6187
6188 2002-12-05 [darko]      0.8.6claws63
6189
6190         * src/common/utils.c
6191                 check proper string for NULL pointer, found by Colin
6192
6193 2002-12-05 [darko]      0.8.6claws62
6194
6195         * src/common/utils.[ch]
6196                 expand_search_string(): new function
6197                 converts Mutt-like patterns to Sylpheed's
6198                 filtering engine
6199         * src/summaryview.c
6200                 use expand_search_string() to allow Mutt-like
6201                 patterns in extended search
6202         * README.claws
6203                 document extended option in quick search
6204
6205 2002-12-05 [paul]       0.8.6claws61
6206
6207         * sync with 0.8.6cvs16
6208                 see ChangeLog 2002-12-05
6209                 
6210         * po/POTFILES.in
6211                 clean up
6212
6213 2002-12-04 [christoph]  0.8.6claws60
6214
6215         * src/imap.[ch]
6216                 put imap authentication code into a new function and
6217                 remove it from imap_session_new that will allow to
6218                 send other commands before authentication
6219
6220 2002-12-04 [christoph]  0.8.6claws59
6221
6222         * src/imap.[ch]
6223                 use already existing method to prevent unneeded IMAP
6224                 folder selects. Set imap_select parameters to NULL
6225                 in some functions if the values are not required.
6226
6227         * src/xml.h
6228                 remove no longer required include
6229
6230 2002-12-04 [paul]       0.8.6claws58
6231
6232         * po/es.po
6233                 updated by Ricardo Mones Lastra
6234                 
6235         * configure.in
6236           po/hu.po      ** NEW FILE **
6237                 initial Hungarian translation, submitted
6238                 by Gál Zoltán <galzoli@hu.inter.net>
6239
6240 2002-12-03 [christoph]  0.8.6claws57
6241
6242         * src/Makefile.am
6243         * src/gtksctree.[ch]            ** REMOVE **
6244         * src/gtk/Makefile.am
6245         * src/gtk/gtksctree.[ch]        ** NEW **
6246                 move gtksctree files to gtk directory
6247
6248 2002-12-03 [christoph]  0.8.6claws56
6249
6250         * src/Makefile.am
6251         * src/md5.[ch]                  ** REMOVE **
6252         * srm/common/Makefile.am
6253         * src/common/md5.[ch]           ** NEW **
6254                 move md5 files to common directory
6255
6256         * src/gtkstext.c
6257                 remove not required #include
6258
6259 2002-12-03 [sergey]     0.8.6claws55
6260
6261         * src/gtkutils.c
6262         * src/gtkutils.h
6263                 gtkut_window_popup(): new function.
6264         * src/mainwindow.c
6265                 main_window_popup(): use gtkut_window_popup() to raise
6266                 window without changing its position.
6267                 (see sylpheed-main ML message [sylpheed:17247])
6268
6269 2002-12-03 [sergey]     0.8.6claws54
6270
6271         * src/send.c
6272                 send_message_local(): removed first-dot escaping
6273                 (SMTP-only, not needed for sending through pipe)
6274
6275 2002-12-03 [paul]       0.8.6claws53
6276
6277         * po/POTFILES.in
6278                 update to reflect recent changes (thanks
6279                 to Ricardo Mones Lastra)
6280                 
6281         * tools/filter_conv.pl
6282                  fix problem with quoted strings. Patch submitted
6283                  by Luke Plant <lukeplant@softhome.net>
6284
6285 2002-12-03 [paul]       0.8.6claws52
6286
6287         * sync with 0.8.6cvs15
6288                 see ChangeLog 2002-12-03
6289
6290 2002-12-02 [christoph]  0.8.6claws51
6291
6292         * src/logwindow.[ch]
6293         * src/common/log.[ch]
6294                 implement logging using a hook function
6295
6296         * src/folderview.c
6297         * src/folder.[ch]
6298                 define hooklist name in header file to avoid
6299                 errors caused by wrong spelling of hooklist names
6300
6301         * src/toolbar.c
6302                 fix warnings
6303
6304 2002-12-02 [christoph]  0.8.6claws50
6305
6306         * src/common/Makefile.am
6307                 add src/common/hooks.[ch]
6308
6309         * src/common/hooks.[ch]
6310                 implement a simple hook system using glib's hook functions
6311
6312         * src/folder.[ch]
6313         * src/folderview.c
6314                 use new hook system for folder item updates
6315
6316 2002-12-02 [christoph]  0.8.6claws49
6317
6318         * doc-src/ui_seperation.txt     ** NEW **
6319                 information for ui seperation
6320
6321         * src/Makefile.am
6322                 remove files that were moved to common
6323                 include common directory by default for the header files
6324
6325         * src/inc.c
6326         * src/common/socket.c
6327         * src/automaton.[ch]
6328                 implement automaton using g_io_*-functions instead of
6329                 gdk_input_add to make it ui independent
6330
6331         * src/codeconv.c
6332         * src/compose.c
6333         * src/ldif.c
6334         * src/pgptext.c
6335         * src/procmime.c
6336         * src/rfc2015.c
6337         * src/smtp.c
6338         * src/unmime.c
6339                 remove common/ prefix because directory is now in
6340                 include path
6341
6342         * src/compose.c
6343         * src/folder.c
6344         * src/folderview.c
6345         * src/mainwindow.c
6346         * src/messageview.c
6347         * src/prefs_common.c
6348         * src/procmsg.c
6349         * src/rfc2015.c
6350                 fix warnings
6351
6352         * src/imap.c
6353         * src/inc.c
6354         * src/news.c
6355         * src/pop.c
6356         * src/send.c
6357         * src/smtp.c
6358         * src/ssl_certificate.c
6359                 add log.h header file for logging functions
6360
6361         * src/main.c
6362         * src/common/utils.c
6363         * src/summaryview.c
6364         * src/xml.c
6365                 o move debug_mode to common/utils.c
6366                 o add functions to set and get debug_mode
6367
6368         * src/defs.h                    ** REMOVE **
6369         * src/intl.h                    ** REMOVE **
6370         * src/socket.[ch]               ** REMOVE **
6371         * src/ssl.[ch]                  ** REMOVE **
6372         * src/utils.[ch]                ** REMOVE **
6373                 replaced by new files in src/common/
6374         
6375         * src/common/Makefile.am
6376                 add new files in src/common/
6377
6378         * src/common/defs.h             ** NEW **
6379         * src/common/intl.h             ** NEW **
6380         * src/common/log.[ch]           ** NEW **
6381         * src/common/socket.[ch]        ** NEW **
6382         * src/common/ssl.[ch]           ** NEW **
6383         * src/common/utils.[ch]         ** NEW **
6384                 replacement for files in src/
6385
6386 2002-12-02 [colin]      0.8.6claws48
6387
6388         * src/folderview.c
6389                 Scroll folderview if necessary during dnd
6390
6391 2002-12-02 [colin]      0.8.6claws47
6392
6393         * src/folder.[ch]
6394                 Add check to verify a move is within a single mailbox
6395         * src/folderview.c
6396                 Add specific error string for this check
6397
6398 2002-12-02 [colin]      0.8.6claws46
6399
6400         * src/folder.c
6401                 Add a test to folder moving, remove a statusbar_print
6402         * src/folderview.c
6403                 Add Move folder... context-menu item
6404                 Factorize folder moving code
6405                 Enable folder DND for mbox
6406
6407 2002-12-01 [christoph]  0.8.6claws45
6408
6409         * ac/aspell.m4
6410                 remove conf.aspelltest if the version check fails
6411
6412 2002-11-30 [christoph]  0.8.6claws44
6413
6414         * autogen.sh
6415                 run libtoolize --force in autogen to create missing
6416                 libtool scripts
6417
6418 2002-11-30 [christoph]  0.8.6claws43
6419
6420         * src/Makefile.am
6421         * src/pgptext.c
6422         * src/procmime.c
6423         * src/rfc2015.c
6424         * src/uuencode.[ch]             ** REMOVED **
6425         * src/common/Makefile.am
6426         * src/common/uuencode.[ch]      ** NEW **
6427                 move uuen/decoder to common directory
6428
6429 2002-11-30 [christoph]  0.8.6claws42
6430
6431         * src/Makefile.am
6432         * src/base64.[ch]               ** REMOVED **
6433         * src/codeconv.c
6434         * src/compose.c
6435         * src/ldif.c
6436         * src/pgptext.c
6437         * src/procmime.c
6438         * src/rfc2015.c
6439         * src/smtp.c
6440         * src/unmime.c
6441         * src/common/Makefile.am
6442         * src/common/base64.[ch]        ** NEW **
6443                 move base64 en/decoder to common directory
6444
6445 2002-11-30 [christoph]  0.8.6claws41
6446
6447         * src/common                    ** NEW **
6448                 new directory for UI independent code
6449         * src/gtk                       ** NEW **
6450                 new directory for GTK frontend
6451         * src/common/.cvsignore         ** NEW **
6452         * src/gtk/.cvsignore            ** NEW **
6453                 ignore build files
6454         * src/common/Makefile.am        ** NEW **
6455         * src/gtk/Makefile.am           ** NEW **
6456                 automake files to build new seperated stuff
6457         * src/Makefile.am
6458                 the binary will currently still be build with the
6459                 files in src, so we include the code from the
6460                 subdirs for now after building the libs there
6461
6462 2002-11-30 [paul]       0.8.6claws40
6463
6464         * src/compose.c
6465                 fix bug [642731] 'Wrong selected account with drafted mail'
6466
6467 2002-11-29 [oliver]     0.8.6claws39
6468         
6469         * src/messageview.c
6470                 o update summaryview when switching between different
6471                   messageviews          
6472         * src/toolbar.c  
6473                 o check if messageview holds already removed msg
6474                   from summaryview
6475                 
6476
6477 2002-11-29 [oliver]     0.8.6claws38
6478
6479         * src/toolbar.c 
6480                 remove not needed variables and includes
6481                 make messageview stay opened and move to next when msgs are deleted 
6482
6483 2002-11-29 [oliver]     0.8.6claws37
6484         
6485         * src/toolbar.c 
6486                 disable compose button (messageview toolbar) by default
6487                 deleted msgs are moved to trash
6488         
6489 2002-11-29 [melvin]     0.8.6claws36
6490
6491         * configure.in
6492                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6493                 and to detect signatures expirations (gpgme 0.3.6)
6494
6495         * src/main.c
6496                 Use non obsolescent function for Gpgme engine checking.
6497
6498         * src/rfc2015.c
6499                 Inform about expired signatures or signatures which key
6500                 has expired. Expiration date is displayed.
6501
6502         * src/sigstatus.c
6503                 Inform about expired signatures or signatures which key
6504                 has expired.
6505
6506 2002-11-28 [paul]       0.8.6claws35
6507
6508         * src/folderview.c
6509                 re-instate 'Check for new messages' in Newsgroup
6510                 folders right-click menu, after a suggestion from
6511                 Tim Mann <timmann@users.sourceforge.net>
6512
6513         * src/main.c
6514                 after a crash check only local folders for new
6515                 messages
6516
6517 2002-11-28 [paul]       0.8.6claws34
6518
6519         * configure.in
6520                 apply patch that fixes the checking of GTK with XIM 
6521                 support on different OSs, such as FreeBSD. Patch 
6522                 submitted by Topia <topia@users.sourceforge.net>
6523                 
6524 2002-11-28 [paul]       0.8.6claws33
6525
6526         * src/mainwindow.c
6527           src/prefs_common.c
6528           src/prefs_toolbar.c
6529                 more changes to the English
6530
6531 2002-11-28 [paul]       0.8.6claws32
6532
6533         * sync with 0.8.6cvs13
6534                 see ChangeLog 2002-11-28 (no sync needed
6535                 for src/compose.c)
6536
6537 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6538         
6539         * src/mainwindow.[ch]
6540                 add patch by Ivan F. Martinez introducing messageview Toolbar
6541                 some changes and committed by oliver    
6542
6543 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6544
6545         * src/messageview.[ch]
6546                 add patch by Ivan F. Martinez introducing messageview Toolbar
6547                 some changes and committed by oliver    
6548
6549 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6550
6551         * src/compose.[ch]
6552                 add patch by Ivan F. Martinez introducing messageview Toolbar
6553                 some changes and committed by oliver    
6554
6555 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6556         
6557         * src/toolbar.[ch]
6558                 add patch by Ivan F. Martinez introducing messageview Toolbar
6559                 some changes and committed by oliver
6560
6561 2002-11-28 [oliver]     0.8.6claws27
6562         
6563         * src/prefs_toolbar.[ch]
6564                 getting ready for messageview toolbar
6565                 free mem allocated by gettext
6566                 change prefs_toolbar to prefs_toolbar_open
6567  
6568 2002-11-28 [thorsten]   0.8.6claws26
6569
6570         * src/imageview.[ch]
6571                 cleaned up conflicting declarations of
6572                 imageview_show_image()
6573
6574 2002-11-28 [paul]       0.8.6claws25
6575
6576         * src/grouplistdialog.c
6577           src/prefs_common.c
6578           src/prefs_summary_column.c
6579                 a few more improvements to the English
6580
6581 2002-11-28 [colin]      0.8.6claws24
6582
6583         * man/sylpheed.1
6584                 A few updates to command-line parameters
6585
6586 2002-11-28 [colin]      0.8.6claws23
6587
6588         * src/prefs_filtering.c
6589                 Fix problems with prefs_filtering_delete_path:
6590                 a) if the first rule is removed, original pointers
6591                    weren't updated (leading to segfaults)
6592                 b) it was always global_processing updated in case
6593                    of removed path was parent of rule path
6594
6595 2002-11-27 [paul]       0.8.6claws22
6596
6597         * src/mainwindow.c
6598           src/prefs_account.c
6599           src/prefs_actions.c
6600           src/prefs_common.c
6601           src/prefs_customheader.c
6602           src/prefs_display_header.c
6603           src/prefs_filtering.c
6604           src/prefs_folder_item.c
6605           src/prefs_matcher.c
6606           src/prefs_scoring.c
6607           src/prefs_summary_column.c
6608           src/prefs_template.c
6609           src/prefs_toolbar.c
6610                  improve the English in the GUI
6611
6612 2002-11-27 [colin]      0.8.6claws21
6613
6614         * src/folder.c
6615                 Fix processing renaming problems happening after
6616                 last commit
6617
6618 2002-11-27 [colin]      0.8.6claws20
6619
6620         * src/folder.c
6621                 recursive move now deletes src each subfolder after 
6622                 having moved it
6623         * src/folderview.c
6624                 Use identifier instead of path during dnd (enables
6625                 IMAP folder dnd)
6626
6627 2002-11-27 [paul]       0.8.6claws19
6628
6629         * src/main.c
6630                 apply patch that does command-line processing 
6631                 BEFORE gtk_init, allowing claws to run from 
6632                 shell-scripts in non-X environment (e.g. crontab 
6633                 or ip-up, ip-down scripts). Patch submitted by
6634                 Ruslan N. Balkin <baron@dartel.ru>
6635                 
6636         * po/it.po
6637                 updated by Alessandro Maestri
6638
6639 2002-11-27 [paul]       0.8.6claws18
6640
6641         * sync with 0.8.6cvs12
6642           src/prefs_common.c
6643                 Differences are that main uses a 'Receive dialog'
6644                 frame on the Interface tab, whereas claws groups all 
6645                 the dialogs together in a 'Dialogs' frame.
6646
6647 2002-11-27 [colin]      0.8.6claws17
6648
6649         * src/prefs_matcher.c
6650                 Fix Execute criteria's NOT flag
6651
6652
6653 2002-11-26 [christoph]  0.8.6claws16
6654
6655         * src/ssl.c
6656                 rewrite the ssl code a little bit, only use one
6657                 SSL context, set default certificates' file/path
6658
6659 2002-11-26 [thorsten]   0.8.6claws15
6660
6661         * src/compose.c
6662                 default-reply-to didn't work for ml-reply
6663
6664 2002-11-26 [melvin]     0.8.6claws14
6665
6666         * src/prefs_actions.c
6667                 Made pipe-actions ignore short headers in message view
6668                 Made trailing-pipe-actions write in the message view with
6669                 the same font as the original message
6670
6671 2002-11-26 [paul]       0.8.6claws13
6672
6673         * src/compose.c
6674                 this time commit the correct file
6675
6676 2002-11-26 [paul]       0.8.6claws12
6677
6678         * sync with 0.8.6cvs11
6679           src/quote_fmt_parse.y  
6680                 no sync needed
6681           src/account.[ch]       
6682                 not sync'ed
6683           src/compose.c
6684                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6685                 on draft mode.
6686                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6687                 header
6688                 
6689         see ChangeLog 2002-11-25 and 2002-11-26
6690
6691 2002-11-26 [colin]      0.8.6claws11
6692
6693         * src/folderview.c
6694                 Fix collapsed folder not auto-expanding during
6695                 mail dnd, if it was the source folder.
6696
6697 2002-11-25 [colin]      0.8.6claws10
6698
6699         * src/folderview.[ch]
6700                 Variable renaming and cleaning (slist of nodes 
6701                 to be re-collapsed is stored in FolderView)
6702
6703 2002-11-25 [paul]       0.8.6claws9
6704
6705         * src/prefs_common.[ch]
6706                 fix breakage caused by last commit
6707
6708 2002-11-25 [paul]       0.8.6claws8
6709
6710         * sync with 0.8.6cvs4
6711                 see ChangeLog 2002-11-21
6712
6713 2002-11-25 [paul]       0.8.6claws7
6714
6715         * sync with 0.8.6cvs4
6716                 see ChangeLog 2002-11-20
6717
6718 2002-11-25 [paul]       0.8.6claws6
6719
6720         * sync with 0.8.6cvs3
6721                 see ChangeLog 2002-11-18
6722
6723 2002-11-25 [colin]      0.8.6claws5
6724
6725         * src/gtkutils.[ch]
6726                 Add gtkut_ctree_node_is_parent()
6727         * src/folderview.c
6728                 Spring-loaded folders
6729
6730 2002-11-25 [colin]      0.8.6claws4
6731
6732         * src/utils.[ch]
6733                 Add slist_concat_unique(), function to merge
6734                 two GSList filtering dups
6735         * src/folder.[ch]
6736         * src/summaryview.[ch]
6737         * src/folderview.c
6738         * src/main.c
6739                 Add detection/update/display of unread answers
6740                 to marked mails
6741         * src/procmsg.[ch]
6742                 Add procmsg_find_children()
6743                 Add procmsg_msg_has_marked_parent()
6744
6745 2002-11-25 [colin]      0.8.6claws3
6746
6747         * src/ssl_certificate.[ch]
6748                 Allow checking a certificate without a DNS
6749                 lookup
6750                 Allow to forget a cert (by deleting it)
6751                 Make ssl_certificate_destroy_public
6752         * src/ssl_manager.[ch] ** NEW FILES **
6753                 Gui to manage (display/remove) certificates
6754         * src/prefs_common.[ch]
6755                 Add a pref to allow silent acceptation of
6756                 trusted certificates or not (based on the
6757                 "I want to know what's going on" principle)
6758         * src/mainwindow.c
6759                 Add SSL manager in Tools menu
6760         * src/Makefile.am
6761                 Add the new files to the build
6762         * po/POTFILES.in
6763                 Add ssl_manager.c to translations
6764
6765 2002-11-25 [colin]      0.8.6claws2
6766
6767         * src/summaryview.[ch]
6768                 Add S_SEARCH_EXTENDED to the quick search, which 
6769                 allows to search using filtering syntax.
6770
6771 2002-11-25 [colin]      0.8.6claws1
6772
6773         * src/summaryview.c
6774                 Deletion of duplicates now prefer deleting
6775                 the unread dup (fixes feature-request 638989).
6776
6777 2002-11-24 [paul]       0.8.6claws
6778
6779         * po/es.po
6780           po/pl.po
6781           po/ru.po
6782           po/sr.po
6783                 updated by Ricardo Mones Lastra,
6784                 Witold Wladyslaw Wojciech Wilk,
6785                 Ruslan N. Balkin, and  Urke MMI 
6786                 respectively
6787
6788 2002-11-24 [paul]       0.8.5claws182
6789
6790         * po/bg.po
6791                 updated by George Danchev
6792
6793 2002-11-23 [alfons]     0.8.5claws181
6794
6795         * src/imap.c
6796                 tiny memory leak found by browsing Dimitar's 
6797                 valgrind report
6798
6799 2002-11-23 [paul]       0.8.5claws180
6800
6801         * po/it.po
6802                 updated by Alessandro Maestri
6803
6804 2002-11-22 [christoph]  0.8.5claws179
6805
6806         * src/compose.c
6807         * src/inc.c
6808         * src/prefs_filtering.c
6809         * src/summaryview.c
6810                 more warning fixes
6811
6812 2002-11-22 [alfons]     0.8.5claws178
6813
6814         * src/summaryview.c
6815                 summary_execute_delete_func(): if message is deleted, make 
6816                 sure to also remove its entry in the subject hash table. 
6817                 fixes a corner case bug.
6818
6819 2002-11-22 [paul]       0.8.5claws177
6820
6821         * .cvsignore
6822                 add 'autom4te.cache'
6823                 
6824         * ltconfig      ** REMOVED **
6825                 not needed
6826
6827 2002-11-22 [paul]       0.8.5claws176
6828
6829         * src/textview.c
6830                 textview_set_font(): fix for message display in
6831                 UTF-8 locales (thanks to Sergey Vlasov).
6832                 
6833         * AUTHORS
6834                 add new team members and contributors
6835
6836
6837 2002-11-21 [colin]      0.8.5claws175
6838
6839         * src/procmsg.[ch]
6840                 Add procmsg_remove_special_headers()
6841         * src/mh.c
6842                 Use procmsg_remove_special_headers() for 
6843                 previous fix
6844
6845 2002-11-21 [colin]      0.8.5claws174
6846
6847         * src/mh.c
6848                 Fix moving/copying from queue/draft folders
6849                 for MH folders
6850
6851 2002-11-21 [christoph]  0.8.5claws173
6852
6853         * src/crash.c
6854         * src/filtering.c
6855         * src/logwindow.c
6856         * src/main.c
6857         * src/matcher_parser_lex.[hl]
6858         * src/mbox.c
6859         * src/mbox_folder.[ch]
6860         * src/prefs_filtering.c
6861         * src/procheader.c
6862         * src/quote_fmt_lex.l
6863         * src/ssl.c
6864                 fix all warnings except the warnings in lex and yacc files
6865
6866 2002-11-20 [christoph]  0.8.5claws172
6867
6868         * src/imap.c
6869                 fix MsgInfo retrieval for IMAP draft and queue folders
6870                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6871
6872 2002-11-19 [christoph]  0.8.5claws171
6873
6874         * src/compose.c
6875                 fix segfault, when draft saving does not get
6876                 the MsgInfo of the new message
6877                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6878
6879 2002-11-19 [christoph]  0.8.5claws170
6880
6881         * src/procmsg.c
6882                 add parameter check for flag setting function
6883                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6884
6885 2002-11-18 [paul]       0.8.5claws169
6886
6887         * src/compose.c
6888                 more sensitivity fixes to redirect mode:
6889                 * disable toolbar draft button
6890                 * allow only Address book in the Tools menu
6891                 * disable editing of message by the spell
6892                   checker
6893
6894 2002-11-18 [paul]       0.8.5claws168
6895
6896         * src/compose.c
6897                 fix sensitivity of menu items in compose_redirect():
6898                 allow only the necessary items 
6899
6900 2002-11-18 [paul]       0.8.5claws167
6901
6902         * src/compose.c
6903                 fix bug [ 603259 ] 'attachment got lost on bounce'
6904
6905 2002-11-18 [paul]       0.8.5claws166
6906
6907         * po/ru.po
6908                 updated by Ruslan N. Balkin <baron@dartel.ru>
6909
6910 2002-11-18 [colin]      0.8.5claws165
6911
6912         * src/main.c
6913           src/defs.h
6914                 Remove old filtering stuff
6915
6916
6917 2002-11-17 [oliver]     0.8.5claws164
6918
6919         * src/toolbar.h
6920                 remove not needed typedef 
6921
6922 2002-11-17 [oliver]     0.8.5claws163
6923
6924         * src/toolbar.c
6925                 make toolbar's on click events translatable
6926
6927 2002-11-15 [colin]      0.8.5claws162
6928
6929         * src/summaryview.c
6930                 Revert too-soon integration of a feature
6931
6932 2002-11-15 [christoph]  0.8.5claws161
6933
6934         * src/imap.c
6935                 use main's implementation of imap_get_msginfo
6936
6937 2002-11-15 [christoph]  0.8.5claws160
6938
6939         * src/compose.c
6940         * src/folder.[ch]
6941         * src/imap.c
6942         * src/mbox_folder.c
6943         * src/mh.c
6944         * src/news.c
6945         * src/procmsg.c
6946         * src/summaryview.c
6947                 replace claws' fetch_msginfo with main's get_msginfo
6948                 (use main's implementation where possible)
6949
6950 2002-11-15 [colin]      0.8.5claws159
6951
6952         * src/ssl_certificate.c
6953                 Missed a check
6954
6955 2002-11-16 [melvin]     0.8.5claws158
6956
6957         * po/fr.po
6958                 Updated French translations.
6959
6960 2002-11-16 [colin]      0.8.5claws157
6961
6962         * src/ssl_certificate.c
6963                 Check for missing parts in the certificates
6964
6965 2002-11-15 [colin]      0.8.5claws156
6966
6967         * src/folderview.c
6968                 Preventive fix (missing check) found by
6969                 Alfons
6970
6971 2002-11-15 [paul]
6972
6973         * NEWS
6974                 sync with 0.8.6 release
6975
6976 2002-11-15 [colin]      0.8.5claws155
6977
6978         * src/folder.[ch]
6979           src/folderview.c
6980                 Fix error handling of folder_item_move_to()
6981                 (thanks to Alfons!)
6982
6983 2002-11-15 [colin]      0.8.5claws154
6984
6985         * src/folder.[ch]
6986           src/folderview.c
6987                 folder_item_move_to() sets an error message instead
6988                 of having GUI stuff in folder.c
6989
6990 2002-11-15 [colin]      0.8.5claws153
6991
6992         * src/procmsg.[ch]
6993                 Implemented a callback for MsgInfo updates, 
6994                 heavily copy/pasted from Christoph's folder 
6995                 callback system
6996         * src/summaryview.[ch]
6997                 Register summary_update_msg as callback
6998
6999 2002-11-14 [colin]      0.8.5claws152
7000         
7001         * src/procmsg.c
7002                 Update the FolderItem after sending (fixes 617593)
7003
7004 2002-11-14 [christoph]  0.8.5claws151
7005
7006         * src/folder.c
7007                 fix wrong position of NULL pointer check found
7008                 by Sergey
7009
7010 2002-11-14 [christoph]  0.8.5claws150
7011
7012         * src/folder.c
7013                 fix segfault when deleting messages from IMAP folders
7014                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7015
7016 2002-11-14 [colin]      0.8.5claws149
7017
7018         * src/compose.c
7019                 Forwarding was also ignoring the folder's default account.
7020
7021 2002-11-14 [colin]      0.8.5claws148
7022
7023         * src/compose.c
7024                 Fix sent folder not set to folder properties when 
7025                 forwarding.
7026
7027 2002-11-14 [thorsten]   0.8.5claws147
7028
7029         * src/inc.c
7030                 inc_start(): Files were not moved from .processing to inbox,
7031                 if no global processing rule existed
7032
7033 2002-11-14 [colin]      0.8.5claws146
7034
7035         * src/ssl_certificate
7036                 Fix file operations
7037
7038 2002-11-14 [paul]       0.8.5claws145
7039
7040         * po/it.po
7041                 updated by Alessandro Maestri
7042
7043 2002-11-13 [alfons]     0.8.5claws144
7044
7045         * src/folder.c
7046                 folder_item_close(): only mark messages unread
7047                 when a folder has new messages 
7048
7049 2002-11-13 [keith]      0.8.5claws143
7050
7051         * src/imap.c
7052                 Fix problem moving or copying between
7053                 IMAP folders
7054
7055 2002-11-13 [colin]      0.8.5claws142
7056
7057         * src/matcher_parser_parse.y
7058                 Fix rule problem when " don't match
7059
7060 2002-11-13 [christoph]  0.8.5claws141
7061
7062         * src/folder.c
7063         * src/folderview.c
7064                 moved cache saving to folder_item_close
7065                 the folderview should not have to deal with
7066                 this things
7067
7068 2002-11-13 [christoph]  0.8.5claws140
7069
7070         * src/summaryview.c
7071                 moved setting of important score to
7072                 summary_set_prefs_from_folderitem
7073
7074 2002-11-13 [colin]      0.8.5claws139
7075
7076         * src/matcher_parser_parse.y
7077                 Fix a segfault in the parser (happening when
7078                 a good expression had been tested and a bad 
7079                 one arrives)
7080
7081 2002-11-13 [paul]       0.8.5claws138
7082
7083         * sync with 0.8.5cvs24
7084                 see ChangeLog 2002-11-13
7085                 
7086         * po/pt_BR.po
7087                 updated by Fabio Jr. Beneditto
7088
7089 2002-11-13 [colin]      0.8.5claws137
7090         
7091         * src/msgcache.c
7092           src/defs.h
7093           src/procmsg.[ch]
7094                 Revert last commit, problem
7095
7096 2002-11-13 [colin]      0.8.5claws136
7097
7098         * src/msgcache.c
7099                 Remove duplicated code
7100         * src/defs.h
7101                 Bumped CACHE_VERSION and MARK_VERSION
7102         * src/procmsg.[ch]
7103                 Network endian for cache and mark files
7104
7105 2002-11-12 [colin]      0.8.5claws135
7106
7107         * src/inc.c
7108                 Fix the "socket error" dialog which disappeared
7109
7110 2002-11-12 [colin]      0.8.5claws134
7111
7112         * src/msgcache.c
7113                 Reverse last commit which had performance 
7114                 problems, but still reverse the list
7115
7116 2002-11-12 [colin]      0.8.5claws133
7117
7118         * src/msgcache.c
7119                 Reverse list order
7120
7121 2002-11-12 [melvin]     0.8.5claws132
7122
7123         * src/compose.c
7124                 Added a check for a NULL prefs_common.dictionary
7125
7126 2002-11-12 [colin]      0.8.5claws131
7127
7128         * src/ssl_certificate.[ch]
7129                 Use FQDN hostname
7130
7131 2002-11-12 [colin]      0.8.5claws130
7132
7133         * src/ssl_certificate.[ch]
7134                 Take connection port into account for 
7135                 checking certificates (a single hostname
7136                 could have multiple servers with multiple
7137                 certificates)
7138         * src/ssl.c
7139                 Pass the port to ssl_certificate_check
7140
7141 2002-11-12 [paul]       0.8.5claws129
7142
7143         * src/folder.c
7144                 fix a typo in last commit
7145
7146 2002-11-12 [paul]       0.8.5claws128
7147
7148         * sync with 0.8.5cvs23
7149                 see ChangeLog entry 2002-11-12
7150
7151 2002-11-11 [colin]      0.8.5claws127
7152
7153         * src/ssl_certificate.c
7154                 Cleaner messages
7155                 Don't popup, instead log error, if the 
7156                 corresponding pref is checked
7157         * src/ssl_certificate.h
7158                 include <openssl/objects/h>
7159
7160 2002-11-11 [colin]      0.8.5claws126
7161
7162         * src/ssl_certificate.h
7163                 _Really_ clean it
7164
7165 2002-11-11 [colin]      0.8.5claws125
7166         
7167         * src/ssl_certificate.c
7168                 Fixed leak
7169
7170 2002-11-11 [colin]      0.8.5claws124
7171
7172         * src/ssl.c
7173                 Cleaned a bit
7174         * src/ssl_certificate.[ch]
7175                 Cleaned a bit (better use of SSL API)
7176                 (This will cause non-recognition of saved 
7177                  certificates of claws12[23]...)
7178
7179 2002-11-11 [paul]       0.8.5claws123
7180         
7181         * po/es.po
7182                 updated by Ricardo Mones Lastra
7183
7184 2002-11-11 [colin]      0.8.5claws122
7185
7186         * src/ssl.c
7187                 Fix a typo
7188
7189 2002-11-11 [colin]      0.8.5claws121
7190
7191         * src/ssl_certificate.[ch] ** NEW FILES **
7192         * src/ssl.[ch]
7193                 Check SSL certificates presented to us
7194         * src/Makefile.am
7195                 Add ssl_certificate.[ch]
7196         * po/POTFILES.in
7197                 Add ssl_certificate.c
7198
7199 2002-11-11 [paul]       0.8.5claws120
7200
7201         * sync with 0.8.5cvs22
7202                 see ChangeLog 2002-11-11
7203
7204 2002-11-11 [paul]       0.8.5claws119
7205
7206         * sync with 0.8.5cvs21
7207                 see ChangeLog 2002-11-11
7208
7209 2002-11-10 [jens]       0.8.5claws118
7210
7211         * src/folder.c
7212         * src/folderview.c
7213                 corrected some typing
7214         * po/de.po
7215                 updated german translation
7216         * sylpheed.spec.in
7217                 cleaned up specfile and adjusted it for claws
7218
7219 2002-11-10 [colin]      0.8.5claws117
7220
7221         * src/summaryview.c
7222                 a STATUSBAR_PUSH/POP fix
7223
7224 2002-11-10 [colin]      0.8.5claws116
7225
7226         * src/prefs_folder_item.c
7227                 Fix hanging after opening folder properties
7228
7229 2002-11-10 [hoa]        0.8.5claws115
7230
7231         * src/matcher_parser_lex.l
7232         * src/matcher_parser_parse.y
7233                 config file for scoring and filtering is no more trashed
7234                 when there is a syntax error in a filtering rule when
7235                 editing it in a dialog.
7236
7237 2002-11-09 [colin]      0.8.5claws114
7238
7239         * src/mbox_folder.c
7240                 Added missing initialisation of folder->destroy()
7241
7242 2002-11-09 [colin]      0.8.5claws113
7243
7244         * src/folder.c
7245           src/folderview.c
7246                 Fix the status bar messages
7247
7248 2002-11-09 [colin]      0.8.5claws112
7249
7250         * src/folderview.c
7251                 Fix hangs after folder dnd, happening after 
7252                 claws109.
7253
7254 2002-11-09 [christoph]  0.8.5claws111
7255
7256         * src/folderview.c
7257                 just changed order of calls (reverse order of
7258                 associated calls)
7259         * src/inc.c
7260                 lock inc when checking only one account, otherwise
7261                 inc all could be executed at the same time
7262
7263 2002-11-09 [christoph]  0.8.5claws110
7264
7265         * src/folderview.c
7266                 better unlock the mouse cursor before calling
7267                 summary_show because it changes the cursor too
7268
7269 2002-11-09 [christoph]  0.8.5claws109
7270
7271         * src/folder.[ch]
7272         * src/folderview.c
7273                 add functions to open and close a folder
7274                 o opending will execute scanning for remote folders
7275                   and processing
7276                 o closing will unset new flag for messages
7277
7278 2002-11-09 [colin]      0.8.5claws108
7279
7280         * src/folder.c
7281                 Add a call to prefs_matcher_write_config to 
7282                 avoid non-leaf folders filtering settings to be
7283                 lost
7284
7285 2002-11-09 [paul]       0.8.5claws107
7286
7287         * src/prefs_account.c
7288                 re-word a label
7289
7290 2002-11-09 [colin]      0.8.5claws106
7291
7292         * src/folderview.c
7293                 Minor esthetic fix
7294
7295 2002-11-09 [colin]      0.8.5claws105
7296
7297         * src/folderview.c
7298                 Fix prefs_filtering deletion for MH folders (same
7299                 reason as below)
7300         * src/prefs_filtering.c
7301                 Fix prefs_filtering renaming and deletion for 
7302                 folder-based processing rules.  
7303
7304 2002-11-09 [christoph]  0.8.5claws104
7305
7306         * src/compose.c
7307         * src/folder.[ch]
7308         * src/folderview.[ch]
7309         * src/import.c
7310         * src/inc.c
7311         * src/main.c
7312         * src/mainwindow.c
7313         * src/messageview.c
7314         * src/prefs_folder_item.c
7315         * src/procmsg.c
7316         * src/summaryview.c
7317                 implement a callback system for folder item updates
7318
7319 2002-11-09 [colin]      0.8.5claws103
7320
7321         * src/folderview.c
7322                 Fix prefs_filtering renaming for MH folders (we
7323                 shouldn't rename by path as another folder could
7324                 have the same hierarchy).
7325
7326 2002-11-09 [colin]      0.8.5claws102
7327
7328         * src/folder.c
7329                 Fix a leak found by Christoph, use better variable
7330                 names
7331
7332 2002-11-09 [colin]      0.8.5claws101
7333
7334         * src/folder.c
7335                 One more fix for processing rules
7336
7337 2002-11-08 [colin]      0.8.5claws100
7338         
7339         * src/matcher.c
7340                 Don't copy the compiled regexp (will be reevaluated)
7341         * src/folderview.c
7342                 Lock folderview while moving
7343         * src/folder.c
7344                 Provide info on what's happening to the user
7345
7346 2002-11-08 [colin]      0.8.5claws99
7347
7348         * src/folderview.c
7349                 Fix folder reordering after a move if parent is 
7350                 root
7351         * src/scoring.[ch]
7352                 Add function to copy a ScoringProp
7353         * src/prefs_folder_item.c
7354                 Copy scoring rules when copying a folder prefs
7355
7356 2002-11-08 [colin]      0.8.5claws98
7357
7358         * src/folderview.c
7359                 Fixes in case of failure
7360         * src/filtering.[ch]    
7361                 Add function to duplicate a FilteringProp
7362         * src/matcher.[ch]
7363                 Add function to duplicate a MatcherProp
7364         * src/prefs_folder_item.c
7365                 Save folder's processing rules when copying 
7366                 its prefs
7367
7368 2002-11-08 [colin]      0.8.5claws97
7369         
7370         * src/folderview.c
7371                 Sort after move
7372         * src/folder.c 
7373                 Change a printf to debug_print
7374
7375 2002-11-08 [colin]      0.8.5claws96
7376
7377         * src/folder.c
7378           src/folderview.c
7379                 Fix segfaults, call me stupido
7380         
7381
7382 2002-11-08 [colin]      0.8.5claws95
7383
7384         *src/folder.c
7385                 Added forgotten prefs to save when moving folders
7386
7387 2002-11-08 [colin]      0.8.5claws94
7388
7389         * src/folder.c
7390                 Fixes to folder DND (prefs copy)
7391         * src/folderview.c
7392                 Optimization for folder DND (don't rescan whole tree)
7393                 Added folderview_create_folder_node() for this 
7394                 optimization, so de-duped a bit the code
7395         * src/prefs_folder_item.[ch]
7396                 Added prefs_folder_item_copy_prefs()    
7397           
7398 2002-11-08 [paul]       0.8.5claws93
7399
7400         * src/prefs_account.c
7401           tools/README
7402           tools/kmail2sylpheed_v2.pl
7403                 correct some typos
7404
7405 2002-11-08 [paul]       0.8.5claws92
7406
7407         * src/compose.c
7408           src/prefs_account.[ch]
7409                 remove account options 'clearsign' and 'ascii_armored',
7410                 replace with 'default_gnupg_mode' to prevent mixed-mode
7411                 Privacy settings
7412
7413 2002-11-08 [paul]       0.8.5claws91
7414
7415         * src/compose.[ch]
7416                 re-implement GnuPG 'on-the-fly' mode selection,
7417                 disallow mixed-mode
7418
7419 2002-11-08 [colin]      0.8.5claws90
7420
7421         * src/folderview.c
7422           src/prefs_folder_item.c
7423                 Change "Property" to "Properties"
7424
7425 2002-11-07 [colin]      0.8.5claws89
7426
7427         * src/folderview.c
7428           src/folder.c
7429                 Allow folder dropping to a root folder
7430
7431 2002-11-07 [paul]       0.8.5claws88
7432
7433         * src/compose.c
7434                 revert last commit
7435
7436 2002-11-07 [paul]       0.8.5claws87
7437
7438         * src/compose.c
7439                 fix reply-to-list bug. closes bug report
7440                 "[633382] reply-to-list broken in recent cvs"
7441
7442 2002-11-07 [paul]       0.8.5claws86
7443
7444         * src/compose.c
7445                 add a forgotten '#if USE_GPGME ... #endif'
7446
7447 2002-11-07 [paul]       0.8.5claws85
7448
7449         * sync with 0.8.5cvs20
7450                 see ChangeLog 2002-11-07
7451
7452 2002-11-07 [colin]      0.8.5claws84
7453
7454         * src/folder.[ch]
7455                 Change folder_item_move_to to return the newly 
7456                 created folderitem.
7457         * src/folderview.c
7458                 Select the new folderitem after moving.
7459
7460 2002-11-07 [colin]      0.8.5claws83
7461
7462         * src/prefs_filtering.c
7463                 Fix rule rewriting when moving a leaf folder to a 
7464                 shorter path
7465
7466 2002-11-07 [colin]      0.8.5claws82
7467
7468         * src/prefs_filtering.c
7469                 fix a leak
7470
7471 2002-11-07 [colin]      0.8.5claws81
7472
7473         * src/folder.[ch]
7474                 Add folder_item_move_to() function to move a 
7475                 folderitem into another one (updates matcher etc)
7476         * src/folderview.c
7477                 Add folder drag'n drop (context menu to come)
7478                 [Should be dataloss free, but Please backup before 
7479                  trying !]
7480
7481 2002-11-06 [colin]      0.8.5claws80
7482
7483         * src/mh.c
7484                 mh_create_folder() returns NULL if can't create
7485                 directory hierarchy
7486
7487 2002-11-06 [paul]       0.8.5claws79
7488
7489         * src/compose.[ch]
7490                 allow 'on-the-fly' changing of the type of encryption 
7491                 and/or signing used (mime/ascii) via the compose window
7492
7493 2002-11-06 [paul]       0.8.5claws78
7494
7495         * sync with 0.8.5cvs19
7496                 see ChangeLog 2002-11-06 for src/account.c: 
7497                 account_get_special_folder()
7498                 
7499 2002-11-05 [alfons]     0.8.5claws77
7500
7501         * src/crash.c
7502                 very minor cleanups: nothing to see here, move on. :-)
7503
7504 2002-11-05 [colin]      0.8.5claws76
7505
7506         * src/main.c
7507                 Changes choices if compose windows are opened to
7508                 Discard, Draft, Don't quit
7509
7510 2002-11-05 [thorsten]   0.8.5claws75
7511
7512         * src/compose.c
7513                 reenabled default_reply_to folder option
7514
7515 2002-11-05 [colin]      0.8.5claws74
7516
7517         * src/compose.[ch] 
7518                 add compose_draft()
7519         * src/crash.c
7520                 add SIGTERM handler
7521         * src/main.[ch]
7522                 add clean_quit() for the SIGTERM handler
7523
7524 2002-11-05 [paul]       0.8.5claws73
7525         
7526         * po/es.po
7527                 updated by Ricardo Mones Lastra
7528
7529 2002-11-05 [melvin]     0.8.5claws72
7530
7531         * src/logwindow.c
7532                 Fixed log-clipping bug #616795.
7533                 To stop logging in the log window use 0 length.
7534         * src/prefs_common.c
7535                 Added a label to inform about the 0 log length behaviour.
7536
7537 2002-11-05 [paul]       0.8.5claws71
7538
7539         * sync with 0.8.5cvs17
7540                 see ChangeLog 2002-11-05
7541
7542 2002-11-04 [paul]       0.8.5claws70
7543
7544         * sylpheed-128x128.png
7545           sylpheed-64x64.png
7546           sylpheed.png
7547                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7548                 <nikai@users.sourceforge.net>
7549                 
7550         * po/bg.po
7551                 updated by George Danchev
7552
7553 2002-11-03 [thorsten]   0.8.5claws69
7554
7555         * src/main.c
7556           src/mimeview.c
7557           src/rfc2015.h
7558                 add check if gpg is active
7559
7560 2002-11-03 [thorsten]   0.8.5claws68
7561
7562         * src/toolbar.h
7563                 removed GSList declaration causing trouble on MacOS-X
7564                 (submitted by alfons, reported by xfesty)
7565
7566 2002-11-01 [paul]       0.8.5claws67
7567
7568         * src/mainwindow.c
7569                 remove last remnants of main's filter code
7570
7571 2002-11-01 [paul]       0.8.5claws66
7572
7573         * tools/filter_conv.pl
7574                 fix bug where user-defined headers were ignored
7575
7576 2002-11-01 [paul]       0.8.5claws65
7577
7578         * src/logwindow.c
7579                 make a debug_print() not translatable
7580
7581 2002-10-31 [melvin]     0.8.5claws64
7582
7583         * ac/aspell.m4
7584                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7585                 not run any GNU/aspell test.  The dictionary path will
7586                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7587                 was given, in which case, it will be $prefix/lib/aspell/
7588         * configure.in
7589                 Fixed typo in commentary (Aspell code).
7590
7591 2002-10-31 [paul]       0.8.5claws63
7592
7593         * po/POTFILES.in
7594                 remove src/filter.c and src/prefs_filter.c
7595                 thanks to Ricardo for reminding me
7596
7597 2002-10-31 [colin]      0.8.5claws62
7598
7599         * src/mbox_folder.c
7600                 Plug some leaks
7601
7602 2002-10-31 [paul]       0.8.5claws61
7603
7604         * src/prefs_filter.[ch] ** REMOVED **
7605           src/filter.[ch]       ** REMOVED **
7606           
7607         * src/Makefile.am
7608           src/folderview.c
7609           src/inc.c
7610           src/main.c
7611           src/mainwindow.c
7612           src/mbox.c
7613           src/prefs_common.c
7614           src/prefs_filtering.c
7615           src/summaryview.[ch]
7616                 remove main's 'filter' code
7617                 
7618         README.claws
7619                 update to reflect removal of main's filter
7620
7621 2002-10-31 [paul]       0.8.5claws60
7622
7623         * src/summaryview.c
7624                 remove check for global_processing in summary_filter_open(). 
7625                 This fixes the bug where if the user uses the right-click 
7626                 'Create filter rule...' and doesn't have any filter rules 
7627                 already defined in claws' advanced filtering, the newly 
7628                 created filter rule goes to main's filtering which is 
7629                 inaccessible through the gui. Now the filter rule gets added
7630                 to claws' filtering by default.
7631
7632 2002-10-28 [melvin]     0.8.5claws59
7633
7634         * src/prefs_actions.c
7635                 Fixed bug #627322 where MIME parts were not always
7636                 correctly passed to a %p action
7637                 Display an error dialog when message filename is not found.
7638
7639 2002-10-28 [melvin]     0.8.5claws58
7640
7641         * src/prefs_common.c
7642                 Readded a missing function declaration lost in 0.8.3claws34
7643
7644 2002-10-28 [paul]       0.8.5claws57
7645
7646         * sync with 0.8.5cvs15
7647                 see ChangeLog 2002-10-28 and 2002-10-25
7648                 
7649         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7650
7651 2002-10-27 [oliver]     0.8.5claws56
7652
7653         * src/pop.c
7654                 plug leak in pop3_top_recv
7655
7656 2002-10-26 [christoph]  0.8.5claws55
7657
7658         * src/folder.c
7659                 set need_update folder flag when messages are added
7660                 (closes bug [ 626922 ] folder not updated after receiving)
7661
7662 2002-10-25 [melvin]     0.8.5claws54
7663
7664         * src/imageview.c
7665                 Fixed a memleak introduced in the scaling code.
7666
7667 2002-10-24 [alfons]     0.8.5claws53
7668
7669         * src/filtering.c
7670                 make filtering's forward message action forward from the 
7671                 correct account
7672                 (closes bug [628089 ] Filter -> Forward from address problem
7673                 reported by Oktay)
7674
7675 2002-10-24 [christoph]  0.8.5claws52
7676
7677         * src/mainwindow.c
7678         * src/manual.[ch]
7679                 o use manual of current locale or english if current
7680                   locale is not available (and english is available)
7681                 o also link to sylpheed doc project manuals
7682
7683 2002-10-23 [paul]       0.8.5claws51
7684
7685         * tools/README
7686           tools/kmail2sylpheed_v2.pl
7687                 add new version of kmail addressbook importer script.
7688                 works with newer versions of Kmail/KAddressBook which
7689                 have new and rearranged data.
7690
7691 2002-10-23 [martin]     0.8.5claws50
7692
7693         * src/folderview.c
7694         * src/summaryview.c
7695         * src/utils.h
7696         * src/utils.c
7697                 added length parameter to get_abbrev_newsgroup_name()
7698                 changed this function so that it abbreviates the newsgroup
7699                 names only so long it is smaller than the length parameter
7700                 (for better reading of some newsgroup names and space efficiency)
7701
7702 2002-10-22 [colin]      0.8.5claws49
7703
7704         *src/foldersel.c
7705                 Revert Alfons' last modification (after voting ;-))
7706
7707 2002-10-21 [alfons]     0.8.5claws48
7708
7709         * src/foldersel.c
7710                 folder view in folder selection dialog reflects state of
7711                 folder view in main window
7712
7713 2002-10-18 [alfons]     0.8.5claws47
7714
7715         * src/mbox.c
7716                 drop imported messages in folder selected by user,
7717                 and not in the inbox
7718                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7719
7720 2002-10-18 [alfons]     0.8.5claws46
7721
7722         * src/compose.c
7723                 make automagic reply work correctly for email accounts 
7724                 (whether it's viable to do a full sync with Hiro's 
7725                 compose.c is still under discussion)
7726
7727 2002-10-18 [melvin]     0.8.5claws45
7728
7729         * src/prefs_actions.c
7730                 Fixed bug #622275 where asynchroneous actions left 
7731                 zombies processes
7732                 Made (synchroneous) actions' input be displayed live.
7733
7734 2002-10-18 [christoph]  0.8.5claws44
7735
7736         * src/textview.c
7737                 don't add a newline in the textview in front of the
7738                 first textpart if header display is disabled
7739                 (closes bug [ 603385 ] disabled header display leaves blank
7740                  lin)
7741
7742 2002-10-18 [christoph]  0.8.5claws43
7743
7744         * src/folder.[ch]
7745         * src/imap.c
7746         * src/mbox_folder.c
7747         * src/mh.c
7748         * src/news.c
7749                 folder->get_num_list now returns an error code
7750                 (closes bug [ 609424 ] News cache cleared on failure)
7751                 
7752 2002-10-17 [colin]      0.8.5claws42
7753         
7754         * src/news.c
7755                 Changed a printf by debug_print
7756
7757 2002-10-16 [paul]       
7758
7759         * tools/OOo2sylpheed.pl
7760                 allow for spaces in the name of the
7761                 file to be attached.
7762
7763 2002-10-16 [colin]      0.8.5claws41
7764
7765         * src/main.c
7766                 Use a tristate to change online mode
7767
7768 2002-10-16 [paul]       0.8.5claws40
7769
7770         * po/es.po
7771                 updated by Ricardo Mones Lastra
7772
7773 2002-10-16 [colin]      0.8.5claws39
7774
7775         * src/main.c
7776           src/mainwindow.[ch]
7777                 Added --online and --offline command-line
7778                 switches
7779
7780 2002-10-15 [christoph]  0.8.5claws38
7781
7782         * src/procmime.c
7783                 set mimeinfo->name to NULL after g_free to
7784                 avoid double freeing with g_free
7785
7786 2002-10-14 [christoph]  0.8.5claws37
7787
7788         * src/compose.c
7789         * src/filtering.c
7790         * src/summaryview.c
7791                 remove calls to folder->change_flags that are now
7792                 done by procmsg flag functions (seems it is not
7793                 used by any foldertype anyway)
7794         * src/folder.c
7795                 init folder->change_flags with NULL
7796
7797 2002-10-14 [christoph]  0.8.5claws36
7798
7799         * src/folder.[ch]
7800         * src/imap.[ch]
7801                 use virtual functions for folder item new and destroy
7802                 functions
7803
7804 2002-10-14 [melvin]     0.8.5claws35
7805
7806         * src/compose.c
7807                 Added a test to not run the spell checker if no default
7808                 dictionary is available. No dialog is displayed though.
7809
7810 2002-10-14 [melvin]     0.8.5claws34
7811
7812         * src/gtkaspell.c
7813                 Fixed bug in dictionary list context menu where
7814                 "More..." pointed to an emtpy submenu if the
7815                 number of dictionaries is a multiple of 15
7816                 Removed unneeded code in suggestions list creation
7817
7818 2002-10-14 [paul]       0.8.5claws33
7819
7820         * po/bg.po
7821                 updated by George Danchev
7822
7823 2002-10-13 [hoa]        0.8.5claws32
7824
7825         * src/matcher.[ch]
7826           src/matcher_parser_parser.y
7827                 removed the escaped string from internal structure
7828                 of matcher.
7829
7830 2002-10-12 [colin]      0.8.5claws31
7831
7832         * src/gtksctree.[ch]
7833           src/summaryview.c
7834                 Removed useless function gtksctree_reanchor
7835
7836 2002-10-12 [alfons]     0.8.5claws30
7837         
7838         * sync with remaining main changes 2002-10-09 - 2002-10-11
7839         - drop changes to src/compose.c (requires claws specific changes)
7840         
7841 2002-10-12 [alfons]     0.8.5claws29
7842         
7843         * sync with main changes of 2002-10-08
7844         - drop changes to src/compose.c (requires claws specific changes)
7845         - drop changes to src/summaryview.c (requires changes to compose.c)     
7846
7847 2002-10-12 [alfons]     0.8.5claws28
7848         
7849         * sync with main changes of 2002-10-07
7850
7851 2002-10-12 [alfons]     0.8.5claws27
7852
7853         * sync with main changes of 2002-10-04
7854         - drop changes to src/compose.c (requires claws specific changes)
7855         - drop changes to src/prefs_folder_item.c (claws implementation
7856           seems to be working)
7857
7858 2002-10-12 [colin]      0.8.5claws26
7859
7860         * src/mainwindow.c
7861                 Fix folder-flicker when space-reading, introduced 
7862                 in claws22.
7863
7864 2002-10-12 [colin]      0.8.5claws25
7865
7866         * src/compose.c
7867                 Save account address when saving as draft.
7868                 (closes bug 621838)
7869
7870 2002-10-12 [colin]      0.8.5claws24
7871
7872         * src/summaryview.c
7873                 Fix the problem consisting of no message selected
7874                 after the last message in a folder has been moved.
7875
7876 2002-10-12 [paul]       0.8.5claws23
7877
7878         * src/compose.c
7879           src/prefs_template.c
7880           src/template.[ch]
7881                 add Cc and Bcc to templates. Patch submitted by
7882                 John L. Males.
7883
7884 2002-10-12 [colin]      0.8.5claws22
7885
7886         * src/folderview.c
7887                 Fix a bug after "Check for new messages":
7888                 If a folder was opened, it was still selected at
7889                 the end of the check, but displayed empty.
7890         * src/mainwindow.c
7891                 Remove unnecessary check
7892
7893 2002-10-12 [paul]
7894
7895         * tools/README
7896                 be more verbose in the description of
7897                 OOo2sylpheed.pl
7898                 
7899
7900 2002-10-11 [colin]      0.8.5claws21
7901
7902         * src/mainwindow.c
7903                 Make space work (better) when no mail is selected
7904
7905 2002-10-11 [colin]      0.8.5claws20
7906
7907         * src/inc.c
7908           src/news.c
7909                 fix warnings
7910
7911 2002-10-11 [colin]      0.8.5claws19
7912
7913         * src/mainwindow.c
7914                 revert 0.8.5claws6 changes as i couldn't get to
7915                 anything satisfying
7916
7917 2002-10-11 [melvin]     0.8.5claws18
7918
7919         * src/compose.c
7920                 Removed buggy and unused macro (should have been committed in
7921                 0.8.5claws17)
7922
7923 2002-10-11 [melvin]     0.8.5claws17
7924
7925         * src/compose.c
7926                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7927
7928 2002-10-11 [thorsten]   0.8.5claws16 
7929
7930         * src/folderview.c
7931                 remove rescan warning
7932
7933 2002-10-11 [colin]      0.8.5claws15 
7934
7935         * src/procheader.c
7936                 fix a segfault that happens if conv_unmime_header
7937                 fails (should be better to find out why it fails)
7938
7939 2002-10-11 [christoph]  0.8.5claws14
7940
7941         * src/summaryview.c
7942                 update folderview stats after ignore/unignore thread
7943
7944 2002-10-11 [hoa]        0.8.5claws13
7945
7946         * src/quote_fmt_parse.y
7947                 Fixed a yacc/bison syntax error
7948         * src/matcher.c
7949                 Escaping of string is fixed.
7950
7951 2002-10-11 [colin]      0.8.5claws12
7952
7953         * src/imageview.c
7954                 Resize images to fit
7955
7956 2002-10-11 [paul]       0.8.5claws11
7957
7958         * po/es.po
7959                 updated by Ricardo Mones Lastra
7960
7961 2002-10-10 [alfons]     0.8.5claws10
7962
7963         * src/compose.c
7964                 allow dropping files by "moving" files from a file manager,
7965                 not only by the more cumbersome "copying". the latter 
7966                 mostly implies holding down the Control button
7967
7968 2002-10-10 [christoph]  0.8.5claws9
7969
7970         * src/summaryview.c
7971                 update folders after thread building for ignored threads
7972
7973 2002-10-10 [christoph]  0.8.5claws8
7974
7975         * config/.cvsignore
7976                 added Makefile
7977         * src/filtering.[ch]
7978         * src/folder.[ch]
7979         * src/folderview.[ch]
7980         * src/import.c
7981         * src/inc.[ch]
7982         * src/mbox.[ch]
7983         * src/procmsg.c
7984         * src/summaryview.[ch]
7985                 o added new flag need_update to FolderItem
7986                 o removed folder_table from various functions from tracking
7987                   folder updates
7988                 o set need_update flags in folder.c's move, copy and delete
7989                   functions and procmsg's flags functions
7990                 o added function folderview_update_items_when_required that
7991                   updates all folders with need_update set
7992                 o call folderview_update_items_when_required instead of
7993                   folderview_update_item_foreach
7994
7995 2002-10-09 [sergey]     0.8.5claws7
7996
7997         * src/compose.c
7998                 Strip CRs whel loading the text into editor in reedit mode.
7999
8000 2002-10-09 [colin]      0.8.5claws6
8001
8002         * src/mainwindow.c
8003                 Make Space work when no mail is selected
8004
8005 2002-10-09 [colin]      0.8.5claws5
8006
8007         * src/gtksctree.[ch]
8008                 Fix range_select
8009                 Add gtk_sctree_reanchor() 
8010         * src/summaryview.c
8011                 Use gtk_sctree_reanchor() - better fix for 
8012                 bug 60413
8013
8014 2002-10-09 [colin]      0.8.5claws4
8015
8016         * src/summaryview.c
8017                 Fix shift-click select after delete problem
8018                 (closes bug 60413)
8019
8020 2002-10-08 [thorsten]   0.8.5claws3
8021
8022         * src/summaryview.c
8023                 exclude current msg from -hide read messages-
8024
8025 2002-10-08 [colin]      0.8.5claws2
8026
8027         * src/inc.[ch]
8028           src/pop.c
8029           src/recv.c
8030                 Differentiate socket errors from disk full
8031                 errors
8032
8033 2002-10-08 [christoph]  0.8.5claws1
8034
8035         * Makefile.am
8036         * configure.in
8037                 modifications for new config directory
8038
8039         * config.guess  ** REMOVED **
8040         * config.sub    ** REMOVED **
8041         * install-sh    ** REMOVED **
8042         * ltmain.sh     ** REMOVED **
8043         * missing       ** REMOVED **
8044         * mkinstalldirs ** REMOVED **
8045                 these files are autogenerated by automake
8046                 when you run autogen.sh
8047
8048         * config/.cvsignore     ** NEW FILE **
8049         * config/Makefile.am    ** NEW FILE **
8050                 ignore autogenerated files
8051                 create a Makefile in this directory
8052
8053 2002-10-08 [paul]       0.8.5claws
8054
8055         * 0.8.5claws release
8056         
8057         * src/compose.c
8058           src/procheader.c
8059           src/procmsg.c
8060                 fix quote reply format for newsgroups reply bug
8061                 (thanks to Hoa)
8062                 
8063         * po/en_GB.po
8064           po/pl.po
8065                 updated by me and Witold Wladyslaw Wojciech Wilk
8066                 repectively
8067
8068 2002-10-07 [paul]       0.8.3claws53
8069
8070         * po/it.po
8071           po/pt_BR.po
8072           po/sr.po
8073                 updated messages catalogs, submitted by
8074                 Alessandro Maestri, Fabio Jr.Beneditto 
8075                 and Urke MMI, respectively.
8076
8077 2002-10-07 [christoph]  0.8.3claws52
8078
8079         * src/folder.[ch]
8080         * src/folderview.c
8081         * src/mainwindow.c
8082                 fix new folder ghost message bug
8083                 (closes bug [ 619722 ] wrong count for newly created folders)
8084
8085 2002-10-07 [christoph]  0.8.3claws51
8086
8087         * src/compose.c
8088                 fix news posting problem
8089
8090 2002-10-07 [melvin]     0.8.3claws50
8091
8092         * po/fr.po
8093                 Updated French translation
8094
8095 2002-10-05 [christoph]  0.8.3claws49
8096
8097         * src/gtkstext.c
8098                 check if line_start_cache is set in gtk_stext_update_text
8099                 (closes bug [ 618119 ] crash while doing search in folder)
8100
8101 2002-10-05 [christoph]  0.8.3claws48
8102
8103         * src/imap.c
8104         * src/news.c
8105         * src/utils.c
8106         * src/utils.h
8107                 implement cache cleanups for claws' folder system
8108                 (closes bug [ 595916 ] imapcache not cleaned up)
8109
8110 2002-10-05 [melvin]     0.8.3claws47
8111
8112         * src/prefs_actions.c
8113                 Made the help text more clear for the %p token
8114
8115 2002-10-04 [paul]       0.8.3claws46
8116
8117         * sync with 0.8.5
8118                 see ChangeLog 2002-10-02 and 2002-10-03
8119
8120 2002-10-04 [christoph]  0.8.3claws45
8121
8122         * src/inc.c
8123                 fix segfault caused by pop before smtp
8124                 call to inc_account_mail with NULL
8125                 pointer for mainwin
8126
8127 2002-10-04 [paul]       0.8.3claws44
8128
8129         * configure.in
8130                 sync the LDAP detection from 0.8.5cvs1
8131
8132 2002-10-02 [christoph]  0.8.3claws43
8133
8134         * po/de.po
8135                 fix small spelling error
8136
8137 2002-10-02 [melvin]     0.8.3claws42
8138
8139         * ac/aspell.m4
8140                 Behave better and say "no" when test program cannot be run.
8141
8142 2002-10-02 [paul]       0.8.3claws41
8143
8144         * sync with 0.8.4cvs1
8145                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8146                 
8147         * src/summaryview.c
8148                 toggle the behavior of Reply menuitem between
8149                 normal reply and reply-to-list
8150
8151 2002-10-01 [sergey]     0.8.3claws40
8152
8153         * src/compose.c
8154                 Convert newlines in the message text to the canonical form
8155                 before base64 encoding (RFC2045 compliance, fixes some
8156                 interoperability issues with Evolution 1.0.3)
8157
8158 2002-09-29 [colin]      0.8.3claws39
8159
8160         * src/summaryview.c
8161                 Fix an unwanted copy/paste
8162
8163 2002-09-29 [colin]      0.8.3claws38
8164
8165         * src/mainwindow.c
8166                 Renamed "Custom toolbar" to "Customize toolbar"
8167                 Renamed "Show all header" to "Show all headers"
8168                 Renamed "Set diplay item" to "Set displayed items"
8169         * src/prefs_common.c
8170                 Renamed "Show all header" to "Show all headers"
8171         * src/prefs_summary_column.c
8172                 Renamed "diplay item" to "displayed items"
8173
8174 2002-09-29 [colin]      0.8.3claws37
8175
8176         * src/mainwindow.[ch]
8177                 online/offline status pixmaps follow theme
8178                 changes
8179         * src/summaryview.[ch]
8180                 quicksearch pixmap follows theme changes
8181
8182 2002-09-29 [thorsten]   0.8.3claws36
8183
8184         * src/compose.c
8185           src/prefs_folder_item.[ch]
8186                 add default_reply_to folder option (closes patch 581044)
8187
8188 2002-09-29 [christoph]  0.8.3claws35
8189
8190         * acconfig.h    ** REMOVED **
8191         * configure.in
8192         * ac/aspell.m4
8193         * ac/check-type.m4
8194         * ac/gnupg-check-typedef.m4
8195                 fix autoheader 2.50 warning
8196
8197 2002-09-29 [christoph]  0.8.3claws34
8198
8199         * major code cleanup (part 2)
8200         
8201                 - unused variables removed
8202                 - unused functions removed
8203                 - uninitialized variables checked
8204                 - missing return statements added
8205                 - missing function return types added
8206                 - added parentheses around assignment
8207                   when suggested by gcc
8208
8209 2002-09-29 [alfons]     0.8.3claws33
8210
8211         * src/logwindow.c
8212                 log_window_clear(): only bracket gtk_text_forward_delete() 
8213                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8214                 works around GTK text bug)
8215
8216 2002-09-29 [paul]       0.8.3claws32
8217
8218         * po/bg.po
8219           po/sr.po
8220                 updated by George Danchev and Urke MMI
8221                 respectively
8222
8223 2002-09-27 [christoph]  0.8.3claws31
8224
8225         * doc-src/readme.txt
8226         * doc-src/rfc1806.txt   ** REMOVED **
8227         * doc-src/rfc2183.txt   ** NEW FILE **
8228         * doc-src/rfc2980.txt   ** NEW FILE **
8229                 update rfcs
8230
8231 2002-09-27 [melvin]     0.8.3claws30
8232
8233         * ac/aspell.m4
8234                 Fixed typo which could break linking
8235
8236 2002-09-27 [melvin]     0.8.3claws29
8237
8238         * ac/aspell.m4
8239                 Improved GNU/aspell checking. 
8240                 Fixed bug #614490
8241
8242 2002-09-27 [paul]       0.8.3claws28
8243
8244         * sync with 0.8.3cvs8
8245                 see ChangeLog 2002-09-27
8246
8247 2002-09-26 [colin]      0.8.3claws27
8248
8249         * src/toolbar.[ch]
8250           src/mainwindow.[ch]
8251                 Add "Reply to Mailing-list" to the toolbar
8252
8253 2002-09-26 [christoph]  0.8.3claws26
8254
8255         * src/summaryview.c
8256                 Fix wrong message counts in summaryview status
8257
8258 2002-09-26 [paul]       0.8.3claws25
8259
8260         * sync with 0.8.3cvs7
8261                 see ChangeLog 2002-09-26
8262
8263 2002-09-26 [paul]       0.8.3claws24
8264
8265         * sync with 0.8.3cvs6
8266                 see ChangeLog 2002-09-25
8267
8268 2002-09-25 [christoph]  0.8.3claws23
8269
8270         * src/prefs_common.c
8271         * src/prefs_folder_item.c
8272         * src/prefs_scoring.c
8273                 Renamed "kill score" to "hide score" in GUI
8274                 and prefs files
8275
8276 2002-09-25 [paul]       0.8.3claws22
8277
8278         * sync with 0.8.3cvs5
8279                 see ChangeLog 2002-09-24
8280
8281 2002-09-24 [alfons]     0.8.3claws21
8282
8283         patch by Satoshi Nagayasu: allows appending / saving multiple 
8284         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8285         'Save as ...'")
8286
8287         * AUTHORS
8288                 add Satoshi Nagayasu
8289         * src/summaryview.c
8290                 summary_save_as(): allow saving selected files to
8291                 one file
8292                 summary_set_menu_sensitive: enable "Save As..." when
8293                 multiple files are selected
8294         * src/utils.[ch]
8295                 append_file(): new function
8296
8297 2002-09-24 [colin]      0.8.3claws20
8298
8299         * src/procmime.c
8300                 Fix segfault when mimeinfo doesn't have a 
8301                 content_type. 
8302
8303 2002-09-24 [colin]      0.8.3claws19
8304
8305         * src/prefs_common.[ch]
8306                 Add a preference to display send dialog or not
8307         * src/send.c
8308                 Display send dialog according to preference
8309
8310 2002-09-24 [colin]      0.8.3claws18
8311
8312         * src/compose.[ch]
8313                 Disable user actions when sending
8314
8315 2002-09-24 [colin]      0.8.3claws17
8316
8317         * src/procmime.c
8318                 Do not display name or filename for attachments
8319                 with an application/pgp-signature type
8320                 (security flaw, see bug 537413)
8321
8322 2002-09-23 [colin]      0.8.3claws16
8323
8324         * src/editaddress.c
8325                 Initialize entry_email, entry_alias and 
8326                 entry_remarks to first email address of the list
8327
8328 2002-09-23 [colin]      0.83claws15
8329
8330         * src/compose.c
8331                 Drop pgp-signature when reediting a signed queued
8332                 message
8333
8334 2002-09-23 [melvin]     0.8.3claws14
8335
8336         * po/fr.po
8337                 Updated French translation
8338
8339 2002-09-23 [melvin]     0.8.3claws13
8340
8341         * src/mainwindow.c
8342                 Made custom toolbar menu labels more consistent
8343         * src/prefs_toolbar.c
8344                 Made custom toolbar window title more consistent
8345
8346 2002-09-22 [colin]      0.8.3claws12
8347
8348         * src/inc.c
8349                 Initialize session type to normal before getting 
8350                 mail (fixes strange Get behaviour)
8351         * src/prefs_account.h
8352                 Move STYPE_POP_BEFORE_SMTP to last position to 
8353                 avoid other side-effects
8354
8355 2002-09-22 [colin]      0.8.3claws11
8356
8357         * src/prefs_account.c
8358                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8359                 from pop3 to apop or vice-versa
8360
8361 2002-09-22 [colin]      0.8.3claws10
8362         
8363         * src/prefs_account.[ch]
8364                 Add an option for the POP before SMTP timeout
8365         * src/inc.c
8366                 Remember time of last POP connection
8367         * src/send.c
8368                 Do POP before SMTP only if timeout reached
8369
8370 2002-09-22 [oliver]     0.8.3claws9
8371         
8372         * README.claws
8373                 explain custom toolbar
8374
8375 2002-09-22 [oliver]     0.8.3claws8
8376
8377         * src/prefs_actions.[ch]
8378         custom toolbar for compose      
8379                 actions callback from compose toolbar
8380         * src/folderview.c
8381                 remove include toolbar.h
8382
8383 2002-09-22 [oliver]     0.8.3claws7
8384         
8385         * src/prefs_toolbar.[ch]
8386                 custom toolbar for compose
8387                 - generic prefs_toolbar handles both
8388                   Mainwin's toolbar as well as Compose toolbar          
8389
8390 2002-09-22 [oliver]     0.8.3claws6
8391         
8392         * src/toolbar.[ch]
8393                 custom toolbar for compose
8394                 restructure toolbar.[ch]
8395
8396 2002-09-22 [oliver]     0.8.3claws5
8397
8398         * src/compose.[ch]
8399                 custom toolbar for compose
8400
8401 2002-09-22 [oliver]     0.8.3claws4
8402         
8403         * src/mainwindow.[ch]
8404                 custom toolbar for compose 
8405                 move mainwin toolbar back to mainwindow
8406
8407 2002-09-22 [alfons]     0.8.3claws3
8408
8409         * src/procmsg.c
8410                 :%sno/if(/if (/gc
8411                 :%sno/for(/for (/gc
8412                 (beautify)
8413
8414 2002-09-22 [alfons]     0.8.3claws2
8415         
8416         * src/procmsg.c
8417                 procmsg_save_to_outbox(): don't unlink message file from queue;
8418                 callers should do it using folder_item_remove_msg()
8419
8420 2002-09-22 [colin]      0.8.3claws1
8421
8422         * src/mimeview.[ch]
8423                 Made mimeview_check_signature() public
8424         * src/textview.c
8425                 Made GPG signatures verifiable by clicking
8426                 the [application/pgp-signature] in the Text
8427                 view
8428
8429 2002-09-22 [paul]       0.8.3claws
8430
8431         * po/bg.po
8432           po/en_GB.po
8433           po/es.po
8434           po/it.po
8435           po/pl.po
8436           po/pt_BR.po
8437           po/sr.po
8438                 updated translations, submitted by George Danchev,
8439                 me, Ricardo Mones Lastra, Alessandro Maestri,
8440                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8441                 and Urke MMI, respectively.     
8442
8443 2002-09-22 [alfons]     0.8.2claws65
8444
8445         * src/procmsg.c
8446         * src/pgptext.c
8447                 no furry valgrinds have been used to plug these memleaks
8448
8449 2002-09-20 [paul]       0.8.2claws64
8450
8451         * sync with 0.8.3cvs4
8452                 'Select thread' re-implemented 
8453                 see ChangeLog 2002-09-20
8454
8455 2002-09-21 [alfons]     0.8.2claws63
8456
8457         * src/compose.c
8458                 compose_send(): plug unnoticed memleak
8459
8460 2002-09-20 [alfons]     0.8.2claws62
8461
8462         * src/addr_compl.c
8463                 replace_address_in_edit(): strict check for NULL address to
8464                 fix "[ 607348 ] Segfault in address completion". My guess is
8465                 that this happens with an empty address book, but it's good
8466                 to have this check here anyway
8467                 
8468                 completion_window_button_press(): free string returned 
8469                 from the internal cache
8470
8471 2002-09-20 [christoph]  0.8.2claws61
8472
8473         * src/procmime.h
8474                 added ENC_BINARY to EncodingType
8475         * src/procmime.c
8476                 the string returned by procmime_get_encoding_str
8477                 should not depend on the order of values in the
8478                 EncodingType definition
8479         * doc-src/rfc1806.txt   ** NEW FILE **
8480                 Added rfc1806 about MIME Content-Disposition
8481                 Extension
8482
8483 2002-09-19 [paul]       0.8.2claws60
8484
8485         * sync with 0.8.2cvs3
8486                 see ChangeLog 2002-09-19
8487
8488 2002-09-19 [paul]       0.8.2claws59
8489
8490         * src/prefs_folder_item.c
8491                 revert to Darko's original alignment of colour
8492                 selector button
8493                 add a colon to folder_color label
8494                 
8495         * src/compose.c
8496                 add Colin's patch (with Hiro's modifications) to 
8497                 force BASE64 encoding for 8-bit text when signing
8498                 (sync with 0.8.3cvs2)
8499
8500 2002-09-18 [alfons]     0.8.2claws58
8501
8502         * src/compose.c
8503                 :%sno/if(/if (/gc
8504                 :%sno/for(/for (/gc
8505                 (beautify a little bit)
8506
8507 2002-09-18 [christoph]  0.8.2claws57
8508
8509         * src/pine.c
8510                 fix handling of fgetc return value
8511
8512 2002-09-17 [alfons]     0.8.2claws56
8513         
8514         * src/summaryview.c
8515                 summary_sort(): check non-NULL summaryview->folder_item when no 
8516                 folder is selected at all
8517                 (closes "[ 610344 ] sort label make syl Crash")
8518
8519 2002-09-17 [alfons]     0.8.2claws55
8520         
8521         * src/compose.c
8522                 beautify a little bit
8523
8524 2002-09-17 [christoph]  0.8.2claws54
8525
8526         * src/folder.c
8527                 initialize max values for cache and folder
8528                 when cache or folder is empty
8529
8530 2002-09-15 [colin]      0.8.2claws53
8531
8532         * src/compose.c
8533                 Fix a leak (thanks Alfons!) and cleaned
8534                 variables names for custom headers
8535
8536 2002-09-15 [colin]      0.8.2claws52
8537
8538         * src/compose.c
8539                 Fix custom headers recognition when
8540                 prefs_common.trans_hdr is on
8541
8542 2002-09-15 [colin]      0.8.2claws51
8543
8544         * src/compose.c
8545                 Allow dynamically-added custom headers
8546                 Yet not reparsed if reedited
8547
8548 2002-09-15 [alfons]     0.8.2claws50
8549
8550         * src/prefs_account.c
8551                 fix warnings
8552
8553 2002-09-15 [colin]      0.8.2claws49
8554         
8555         * src/prefs_account.c
8556                 fix pop_before_smtp sensitivity
8557
8558 2002-09-15 [colin]      0.8.2claws48
8559
8560         * src/inc.[ch]
8561                 add inc_pop_before_smtp()
8562                 allow MainWindow to be undefined in 
8563                 inc_account_mail() and inc_start()
8564         * src/pop.c
8565           src/prefs_account.h
8566                 add STYPE_POP_BEFORE_SMTP session type
8567         * src/prefs_account.c
8568                 activated pop before smtp option
8569         * src/send.c
8570                 do pop before smtp if the relevant option 
8571                 is set
8572
8573 2002-09-15 [paul]       0.8.2claws47
8574
8575         * sync with 0.8.3
8576                 see ChangeLog 2002-09-15
8577
8578 2002-09-14 [paul]       0.8.2claws46
8579
8580         * po/bg.po
8581                 updated Bulgarian translation, submitted by
8582                 George Danchev
8583
8584 2002-09-13 [paul]       0.8.2claws45
8585
8586         * src/compose.c
8587                 merge claws' select_account() with main's
8588                 (new) compose_select_account(). [sync with
8589                 0.8.2cvs15, see ChangeLog 2002-09-11]
8590
8591 2002-09-12 [christoph]  0.8.2claws44
8592
8593         * src/filter.c
8594                 allocate 1 elements of FolderItem not 0
8595
8596 2002-09-12 [colin]      0.8.2claws43
8597
8598         * src/compose.c
8599                 Fix bug #590825 (obey Follow-up: poster)
8600
8601 2002-09-12 [colin]      0.8.2claws42
8602
8603         * src/procmime.c
8604                 Fix bug #557009 (wrong headers for messages 
8605                 forwarded as attachments)
8606
8607 2002-09-11 [colin]      0.8.2claws41
8608         
8609         * src/compose.c
8610                 Put SCF: pseudo-header on top of message
8611                 Set draft tmp_flag when saved as draft
8612
8613         * src/procmsg.c
8614           src/procheader.c
8615                 Skip after first \n\n for beginning of real message
8616                 for drafts too
8617
8618 2002-09-11 [christoph]  0.8.2claws40
8619
8620         * src/filtering.c
8621                 use procmsg flag functions in filtering or processing
8622                 will cause incorrect folder message counts
8623
8624 2002-09-11 [colin]      0.8.2claws39
8625
8626         * src/compose.c
8627                 Fix bug #550175 - wrong save folder when reediting
8628                 drafts
8629
8630 2002-09-11 [paul]       0.8.2claws38
8631
8632         * sync with 0.8.2cvs14
8633                 see ChangeLog 2002-09-11
8634
8635 2002-09-11 [colin]      0.8.2claws37
8636
8637         * src/folder.c
8638                 Fix a typo (seeming to cause new/unread status to
8639                 be lost)
8640
8641 2002-09-10 [christoph]  0.8.2claws36
8642
8643         * src/compose.c
8644                 compose_redirect should not use compose_generic_new
8645                 because that does more stuff than expected including
8646                 opening the external editor
8647                 (closes bug "[ 526608 ] bounced messages appear blank
8648                  in editor")
8649
8650 2002-09-10 [christoph]  0.8.2claws35
8651
8652         * src/folder.c
8653                 fix problem with too large message number range
8654                 causing a crash in folder_item_scan
8655
8656 2002-09-10 [paul]       0.8.2claws34
8657
8658         * sync with 0.8.2cvs13
8659                 see ChangeLog 2002-09-10
8660
8661 2002-09-10 [christoph]  0.8.2claws33
8662
8663         * src/msgcache.c
8664                 set MsgInfo TmpFlags for queue and draft folders
8665                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8666
8667 2002-09-10 [paul]       0.8.2claws32
8668
8669         * AUTHORS
8670           po/bg.po      ** NEW FILE **
8671                 new Bulgarian translation submitted by
8672                 George Danchev <danchev@spnet.net>
8673                 
8674         * tools/Makefile.am
8675           tools/README
8676           tools/tb2sylpheed     ** NEW FILE **
8677                 add script that converts an addressbook exported
8678                 from The Bat! into a Sylpheed addressbook. Submitted
8679                 by Urke MMI <urke-kg@eunet.yu>
8680
8681 2002-09-10 [paul]       0.8.2claws31
8682
8683         * sync with 0.8.2cvs12
8684                 see ChangeLog 2002-09-10
8685
8686 2002-09-06 [paul]       0.8.2claws30
8687
8688         * src/prefs_common.c
8689                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8690                 
8691         * tools/Makefile.am
8692           tools/README
8693           tools/ldif-to-xml.py  ** REMOVED **
8694                 remove obsolete python script
8695
8696 2002-09-06 [paul]       0.8.2claws29
8697
8698         * sync with 0.8.2cvs10
8699                 see ChangeLog 2002-09-06
8700
8701 2002-09-04 [paul]       0.8.2claws28
8702
8703         * sync with 0.8.2cvs9
8704                 see ChangeLog 2002-08-04
8705
8706 2002-09-04 [colin]      0.8.2claws27 
8707
8708         * src/prefs_common.[ch]
8709                 Added signature color configuration
8710         * src/textview.c
8711                 Use user-specified signature color
8712
8713 2002-09-03 [colin]      0.8.2claws26
8714
8715         * src/prefs_common.[ch]
8716                 Added autosave and autosave_length prefs
8717         * src/compose.c
8718                 Added compose_remove_draft()
8719                 Auto-save drafts according to the prefs
8720         * src/main.c
8721                 Added a crash-indicator file, allowing to check
8722                 for new messages on startup if Sylpheed crashed
8723                 (makes saved drafts "reappear")
8724
8725 2002-09-03 [colin]      0.8.2claws25
8726
8727         * src/textview.[ch]
8728                 Grey the signature
8729
8730 2002-09-03 [paul]       0.8.2claws24
8731
8732         * sync with 0.8.2cvs8
8733                 see ChangeLog 2002-09-02 and 2002-09-03
8734
8735 2002-09-03 [darko]      0.8.2claws23
8736
8737         * src/folderview.c
8738                 use normal style when creating new folder to pick
8739                 proper font size 
8740
8741 2002-09-02 [melvin]     0.8.2claws22
8742
8743         * src/gtkaspell.m4
8744                 removed some obsolete code
8745
8746 2002-09-02 [melvin]     0.8.2claws21
8747
8748         * ac/aspell.m4
8749                 fixed test's equality sign (== to =)
8750
8751 2002-09-02 [alfons]     0.8.2claws20
8752
8753         * src/folder.c
8754         * src/mh.c
8755                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8756                 as folder->destroy virtual as suggested by Hiro
8757                 (the mh.c code seems to have been lost around mh.c.1.21)
8758
8759 2002-09-02 [paul]       0.8.2claws19
8760
8761         * po/pt_BR.po
8762                 updated by Fabio Jr. Beneditto
8763                 
8764         * src/defs.h
8765                 use 'http://claws.sylpheed.org' for homepage link. 
8766                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8767
8768 2002-09-01 [alfons]     0.8.2claws18
8769
8770         * src/mh.c
8771                 plug memleak related to one Martin Kluge found
8772
8773 2002-08-31 [paul]       0.8.2claws17
8774
8775         * sync with 0.8.2cvs6
8776                 see ChangeLog 2002-08-30
8777
8778 2002-08-31 [alfons]     0.8.2claws16
8779
8780         * src/folder.c
8781                 folder_destroy(): remove mailbox from folderlist even if it has
8782                 no destroy virtual
8783
8784 2002-08-31 [alfons]     0.8.2claws15
8785
8786         * src/folder.c
8787                 :%sno/if(/if (/gc
8788                 :%sno/for(/for (/gc
8789                 (being pedantic I know)
8790
8791 2002-08-31 [alfons]     0.8.2claws14
8792
8793         * src/folder.c
8794                 check for NULL pointers returned from folder->fetch_msginfo virtual
8795                 (should solve some reported crashes)
8796
8797 2002-08-30 [alfons]     0.8.2claws13
8798
8799         * acconfig.h
8800         * configure.in
8801         * src/crash.c
8802                 enable crash dialog on compilation time
8803                 (--enable-crash-dialog configure option)
8804
8805 2002-08-30 [alfons]     0.8.2claws12
8806
8807         * AUTHORS
8808                 add Martin Kluge
8809         * src/mh.c
8810                 apply memory leak plug patch by Martin Kluge
8811                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8812                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8813                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8814
8815 2002-08-30 [darko]      0.8.2claws11
8816
8817         * src/folderview.c
8818                 copy Gtk style from normal style to match
8819                 font size for coloured folders
8820
8821 2002-08-29 [alfons]     0.8.2claws10
8822
8823         * sylpheed.desktop
8824                 Type=Internet <- Type=Application
8825                 (reported by Michael Schwendt, see:
8826                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8827                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8828
8829 2002-08-29 [paul]       0.8.2claws9
8830
8831         * sync with 0.8.2cvs5
8832                 see ChangeLog 2002-08-29
8833
8834 2002-08-29 [colin]      0.8.2claws8
8835
8836         * src/summaryview.c
8837                 Added a sanity check in summary_select_thread
8838                 Should fix bug 601605
8839
8840 2002-08-29 [colin]      0.8.2claws7
8841
8842         * src/main.c
8843                 Revert claws6 changes regarding bug #591676
8844
8845 2002-08-28 [colin]      0.8.2claws6
8846         
8847         * src/main.c
8848                 Ignore cache for queue folderitems
8849                 Fix bug #591676
8850
8851 2002-08-28 [melvin]     0.8.2claws5
8852
8853         * README.claws
8854                 Fixed typos.
8855
8856 2002-08-28 [melvin]     0.8.2claws4
8857
8858         * README.claws
8859                 Updated a bit the text concerning the spell checker
8860
8861 2002-08-28 [melvin]     0.8.2claws3
8862
8863         Merged the GNU_aspell_branch:
8864                 Support of new GNU/aspell is now included and the old pspell
8865                 is not supported anymore.
8866                 See README.claws
8867
8868         * README.claws
8869                 Updated spell checker text to reflect the switch to GNU/aspell
8870
8871         * ac/aspell.m4          *** NEW ***
8872         * src/gtkaspell.[ch]    *** NEW *** 
8873         * ac/pspell.m4          *** DELETED *** 
8874         * src/gtkspell.[ch]     *** DELETED ***
8875
8876         * ac/Makefile.am
8877                 Updated for GNU/aspell support
8878
8879         * po/POTFILES.in
8880                 Replaced gtkspell.c by gtkaspell.c
8881
8882         * acconfig.h
8883         * src/Makefile.am
8884         * src/about.c
8885         * src/compose.[ch]
8886         * src/crash.c
8887         * src/main.c
8888         * src/prefs_common.[ch]
8889                 Updated for GNU/aspell support
8890
8891 2002-08-28 [paul]       0.8.2claws2
8892
8893         * sync with 0.8.2cvs4
8894                 see ChangeLog 2002-08-27 and 2002-08-28
8895
8896 2002-08-28 [colin]      0.8.2claws1
8897
8898         * src/summary_search.c
8899                 Added "AND search"
8900
8901 2002-08-28 [jens]       0.8.2claws
8902
8903         *po/de.po
8904                 Updated German translations
8905
8906 2002-08-27 [melvin]     0.8.2claws
8907
8908         * po/fr.po
8909                 Updated French translations
8910
8911 2002-08-27 [paul]       0.8.2claws
8912
8913         * sync with 0.8.2 main release
8914
8915         * po/en_GB.po
8916           po/es.po
8917           po/it.po
8918           po/pl.po
8919           po/pt_BR.po
8920           po/sr.po
8921                 updated message catalogs submitted by
8922                 Ricardo Mones Lastra, Alessandro Maestri,
8923                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8924                 Beneditto and Urke MMI  
8925
8926 2002-08-27 [hoa]        0.8.1claws123
8927
8928         * src/mainwindow.[ch]
8929         * src/summaryview.[ch]
8930                 removed the "filter setting" menu option.
8931                 add a "cancel a news message" menu option.
8932
8933 2002-08-26 [martin]     0.8.1claws122
8934
8935         * ChangeLog.claws
8936                 changed string under 0.8.1claws79 changed by myself
8937                 i'm sorry alfons :(
8938
8939 2002-08-26 [martin]     0.8.1claws121
8940
8941         * src/crash.c
8942                 added kill command to debuggerrc to start crash dialog
8943
8944 2002-08-26 [paul]       0.8.1claws120
8945
8946         * sync with 0.8.1cvs31
8947                 see ChangeLog 2002-08-26
8948
8949 2002-08-25 [alfons]     0.8.1claws119
8950
8951         * src/procmsg.c
8952                 fix bug that didn't send out correct headers to news server
8953                 when sending news article and email from queue (bug reported
8954                 and patch provided by Tim Mann; closes bug 
8955                 "[ 583196 ] 0.7.8claws can't post news")
8956
8957 2002-08-25 [alfons]     0.8.1claws118
8958
8959         * src/selective_download.c
8960                 mark two strings as translatable
8961                 (thanks to Urke MMI for pointing this out)
8962
8963 2002-08-25 [alfons]     0.8.1claws117
8964
8965         * src/summaryview.c
8966                 treat sent boxes as special and allow sorting them by addressee
8967                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8968                 submitted by Steve Lamb)
8969
8970 2002-08-24 [alfons]     0.8.1claws116
8971
8972         * src/matcher.c
8973                 fix memleak reported by Martin Kluge
8974                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8975
8976 2002-08-24 [oliver]     0.8.1claws115
8977
8978         * src/prefs_toolbar.c
8979                 o code cleanup as suggested by Alfons
8980                 o memleak fix
8981
8982 2002-08-24 [alfons]     0.8.1claws114
8983
8984         * src/summaryview.c
8985                 o fix another memory leak reported by Martin Kluge
8986                   (see "[ 599568 ] Small Memory Leak")
8987                 o remove 'from' variable from 'summary_set_header()'; we can
8988                   do with just 'to' 
8989
8990 2002-08-24 [paul]       0.8.1claws113
8991
8992         * sync with 0.8.1cvs30
8993                 see ChangeLog 2002-08-23
8994
8995 2002-08-24 [alfons]     0.8.1claws112
8996
8997         * src/summaryview.c
8998                 remove unnecessary allocations for search bar fixing leaks
8999                 reported by Martin Kluge
9000                 (see "[ 599451 ] Further memory leaks?")
9001
9002 2002-08-24 [alfons]     0.8.1claws111
9003
9004         * src/main.c
9005                 make get_socket_name() public for crash.c
9006         * src/crash.c
9007                 o make report bug button work (goes to claws' 
9008                   bug tracker at sf.net)
9009                 o introduce function for doing important stuff just
9010                   before claws goes down
9011                 o clean up code 
9012
9013 2002-08-24 [alfons]     0.8.1claws110
9014
9015         * src/compose.c
9016                 move cursor to "To" entry when forwarding as attachment
9017                 (reported and solved by Steve Lamb, closes bug report
9018                 "[ 592880 ] Forward as attachment; cursor not in to")
9019
9020 2002-08-24 [colin]      0.8.1claws109
9021
9022         * src/mainwindow.c
9023                 fix quick search visibility after GUI (de)separations.
9024
9025 2002-08-23 [colin]      0.8.1claws108
9026
9027         * src/mainwindow.c
9028                 fix header pane visibility after folderview or
9029                 messageview (de)separation
9030
9031 2002-08-23 [paul]       0.8.1claws107
9032
9033         * src/mainwindow.[ch]
9034           src/toolbar.c
9035                 give full control of display or non-display 
9036                 of the Execute icon to Custom toolbar settings.
9037                 add new sensitivity condition to maninwindow.h: 
9038                 M_DELAY_EXEC
9039
9040         * ChangeLog
9041           ChangeLog.jp
9042           NEWS
9043                 more sync with 0.8.1cvs29
9044
9045 2002-08-23 [melvin]     0.8.1claws106
9046
9047         * src/alertpanel.c
9048                 Readded support for custom widget in alertpanel lost in last
9049                 sync.
9050
9051 2002-08-23 [paul]       0.8.1claws105
9052
9053         * sync with 0.8.1cvs29
9054                 see ChangeLog 2002-08-23
9055
9056 2002-08-23 [colin]      0.8.1claws104
9057
9058         * src/summaryview.c
9059                 Fix folder and search pixmaps exchanging positions
9060                 after theme or toolbar changes. Thank to Oliver for 
9061                 reporting this.
9062
9063 2002-08-23 [colin]      0.8.1claws103
9064
9065         * src/mainwindow.c
9066           src/messageview.[ch]
9067           src/noticeview.[ch]
9068           src/summaryview.c
9069                 Changed messageview_create() and noticeview_create()
9070                 to avoid the last gdk_warning
9071
9072 2002-08-22 [colin]      0.8.1claws102
9073
9074         * src/summaryview.c
9075                 Fix my new `Creating pixmap from xpm' warning
9076
9077 2002-08-22 [colin]      0.8.1claws101
9078
9079         * src/mainwindow.c
9080                 Fix some of the gdk warnings
9081
9082 2002-08-22 [colin]      0.8.1claws100
9083
9084         * src/Makefile.am
9085         * src/stock_pixmap.c
9086         * src/stock_pixmap.h
9087         * src/pixmaps/quicksearch.xpm *ADDED*
9088                 Add the quicksearch pixmap
9089         * src/mainwindow.c
9090         * src/summaryview.c
9091         * src/summaryview.h
9092                 Make quicksearch bar visible/hidden via a button
9093
9094 2002-08-22 [christoph]  0.8.1claws99
9095
9096         * src/folder.c
9097                 fix folder update for newsgroups with message
9098                 numbers below minimum number of articles to fetch
9099                 (closes bug #598445)
9100
9101 2002-08-22 [paul]       0.8.1claws98
9102
9103         * sync with 0.8.1cvs28
9104                 see ChangeLog 2002-08-22
9105
9106 2002-08-21 [alfons]     0.8.1claws97
9107
9108         * src/crash.c
9109                 use bt instead of bt full which seems to work 
9110                 better, and bt full doesn't give a great deal 
9111                 of information anyway
9112
9113 2002-08-21 [colin]      0.8.1claws96
9114
9115         * src/summaryview.c
9116                 fix summaryview_searchtype_changed prototype
9117
9118 2002-08-21 [christoph]  0.8.1claws95
9119
9120         * src/mainwindow.c
9121                 o fix broken menu update for sorting type, we have to
9122                   get this info from the summaryview now
9123                 o removed setting of threaded state in menu callback
9124         * src/summaryview.[ch]
9125                 more summaryview/folderitem seperation for
9126                 threading option
9127         * configure.in
9128                 removed not required --with-compiler-flags option
9129
9130 2002-08-21 [oliver]     0.8.1claws94
9131         
9132         * src/toolbar.h 
9133                 o rename toolbar.xml to toolbar_main.xml
9134                   since toolbar_compose.xml might come up 
9135                   any time soon
9136         * README.claws
9137                 add custom toolbar              
9138
9139 2002-08-21 [darko]      0.8.1claws93
9140
9141         * src/procmsg.c
9142                 don't reset tmp flags for messages copied
9143                 to sent folder
9144
9145 2002-08-21 [colin]      0.8.1claws92
9146         
9147         * src/prefs_filtering.c
9148                 fix renaming rules on folder rename 
9149                 when folder is not a leaf folder
9150
9151 2002-08-21 [paul]       0.8.1claws91
9152
9153         * src/prefs_folder_item.c
9154                 fix alignment of colour selector
9155
9156 2002-08-21 [paul]       0.8.1claws90
9157
9158         * sync with 0.8.1cvs27
9159                 see ChangeLog 2002-08-21
9160
9161 2002-08-21 [paul]       0.8.1claws89
9162
9163         * src/summaryview.c
9164                 fix crash when changing field type in
9165                 Quick search bar
9166
9167 2002-08-21 [colin]      0.8.1claws88
9168
9169         * src/summaryview.c
9170                 Made quick search case-insensitive
9171
9172 2002-08-21 [paul]       0.8.1claws87
9173
9174         * sync with 0.8.1cvs26
9175                 see ChangeLog 2002-08-21
9176
9177 2002-08-20 [christoph]  0.8.1claws86
9178
9179         * src/folderview.c
9180         * src/main.c
9181         * src/summaryview.[ch]
9182                 more summaryview/folderitem seperation for
9183                 sort_key and sort_type
9184         * src/procmsg.c
9185                 added missing return statement
9186
9187 2002-08-20 [colin]      0.8.1claws85
9188
9189         * src/summaryview.[ch]
9190                 Added a quick search box
9191         * src/mainwindow.c
9192         * src/prefs_common.[ch]
9193                 Added a show/hide option for the quick search
9194
9195 2002-08-20 [oliver]     0.8.1claws84
9196         
9197         * src/mainwindow.c
9198                 remove toolbar_create_popups
9199         * src/toolbar.[ch]
9200                 o remove toolbar_create_popups
9201                 o fix toolbar_set_sensitive 
9202                   (Bug reports #596834 and #596832)     
9203         * src/prefs_toolbar.c
9204                 o add "Set default" button
9205                 o align label and text + combo widgets
9206
9207 2002-08-20 [hoa]        0.8.1claws83bis
9208
9209         * src/imap.c
9210                 fixed a bug in imap_fetch_msginfo() in case there is no
9211                 current folder.
9212
9213 2002-08-20 [darko]      0.8.1claws83
9214
9215         * src/folderview.c
9216                 copy the color style of folder view so it
9217                 works with GTK themes
9218
9219 2002-08-20 [darko]      0.8.1claws82
9220
9221         * src/folder.h
9222         * src/folderview.c
9223         * src/prefs_folder_item.[hc]
9224                 don't use UI stuff in folder.h
9225
9226 2002-08-20 [darko]      0.8.1claws81
9227
9228         * src/folder.h
9229         * src/prefs_folder_item.h
9230         * src/folderview.c
9231         * src/prefs_folder_item.c
9232                 ability to set folder color in folderview
9233
9234 2002-08-19 [alfons]     0.8.1claws80
9235
9236         * src/summaryview.c
9237                 fix one of the earlier memleaks reported by Martin Kluge
9238
9239 2002-08-19 [alfons]     0.8.1claws79
9240
9241         * src/mainwindow.c
9242                 hide notice view when selecting seperate folder
9243                 view (reported by Urke MMI)
9244
9245 2002-08-19 [christoph]  0.8.1claws78
9246
9247         * src/folderview.c
9248         * src/prefs_folder_item.h
9249         * src/summaryview.[ch]
9250                 o add summary_set_prefs_from_folderitem to set
9251                   summaryview prefs (first step to remove all
9252                   references to the folderitem in summaryview)
9253                 o moved compiled regex stuff from folderitem prefs
9254                   to summaryview code
9255
9256 2002-08-19 [paul]       0.8.1claws77
9257
9258         * src/compose.c
9259                 add check for '.' to QUOTE_IF_REQUIRED
9260
9261 2002-08-19 [paul]       0.8.1claws76
9262
9263         * src/inc.c
9264                 sync with 0.8.1cvs25 (plug memory leak)
9265
9266         * src/prefs_toolbar.c
9267                 re-order prefs_toolbar_cancel()
9268
9269 2002-08-18 [alfons]     0.8.1claws75
9270
9271         * src/inc.c
9272         * src/matcher.c
9273                 plug other memleaks reported by Martin Kluge
9274
9275 2002-08-18 [paul]       0.8.1claws74
9276
9277         * po/pt_BR.po
9278                 updated by Fabio Jr. Beneditto
9279
9280 2002-08-18 [paul]       0.8.1claws73
9281
9282         * src/toolbar.[ch]
9283                 fix bug where tooltips were displayed untranslated              
9284
9285         * src/prefs_toolbar.c
9286                 fix bug where clicking 'Cancel' creates an icon & text
9287                 toolbar regardless of prefs
9288         
9289
9290 2002-08-17 [oliver]     0.8.1claws72
9291
9292         * src/prefs_toolbar.c
9293                 update toolbar on CANCEL
9294                 bug reported by Martin Kluge
9295         * src/toolbar.c
9296                 toolbar_destroy memleak fixed           
9297
9298 2002-08-17 [alfons]     0.8.1claws71
9299
9300         * src/toolbar.c
9301                 plug another memleak reported by Martin Kluge
9302
9303 2002-08-16 [alfons]     0.8.1claws70
9304
9305         * src/crash.c
9306                 use execvp() correctly (suggested by wwp; thanks!)
9307
9308 2002-08-16 [alfons]     0.8.1claws69
9309
9310         * src/gtksctree.c
9311                 plug memory leak reported by Kim Schultz & Martin Kluge
9312
9313 2002-08-16 [paul]       0.8.1claws68
9314
9315         * po/es.po
9316                 updated by Ricardo Mones Lastra
9317
9318 2002-08-16 [paul]       0.8.1claws67
9319
9320         * src/toolbar.h
9321                 fix bug where 'Compose News' icon showed wrong
9322                 tooltip
9323
9324 2002-08-16 [paul]       0.8.1claws66
9325
9326         * sync with 0.8.1cvs24
9327                 see ChangeLog 2002-08-16
9328
9329         * po/it.po
9330                 updated by Alessandro Maestri
9331
9332 2002-08-15 [paul]       0.8.1claws65
9333
9334         * po/sr.po
9335                 updated by Urke MMI
9336
9337 2002-08-15 [paul]       0.8.1claws64
9338
9339         * src/*.c
9340                 don't translate debug info
9341
9342         * src/matcher.[ch]
9343                 add copyright info
9344
9345 2002-08-15 [paul]       0.8.1claws63
9346
9347         * src/prefs_toolbar.c
9348                 fix bug where clicking 'OK' creates an icon & text
9349                 toolbar regardless of prefs
9350
9351 2002-08-14 [alfons]     0.8.1claws62
9352
9353         * src/main.c
9354                 add global var that has the full argv[0]
9355         * src/crash.c
9356                 o execvp the correct sylpheed by using argv0
9357                   and setting the correct work dir
9358                 o other tweaks  
9359
9360 2002-08-14 [oliver]     0.8.1claws61
9361         
9362         * enable/disable Toolbar Action Buttons 
9363         * code cleanups
9364         * src/mainwindow.c
9365         * src/toolbar.[ch]      
9366         * src/prefs_toolbar.c   
9367
9368 2002-08-14 [melvin]     0.8.1claws60
9369
9370         * po/fr.po
9371                 Updated French translations
9372
9373 2002-08-14 [melvin]     0.8.1claws59
9374
9375         * src/crash.c
9376                 Made bug report not translatable
9377         * src/exporthtml.c
9378                 Fixed exporthtml_build_filespec() return value
9379         * src/foldersel.c
9380                 Fixed incorrect include file
9381         * src/gtkspell.c
9382         * src/prefs_actions.c
9383         * src/prefs_toolbar.c
9384                 Made debug info not translatable
9385         * src/mutt.c
9386         * src/quote_fmt.c
9387                 Added missing includes
9388         * src/prefs_common.c
9389                 Fixed typo
9390
9391 2002-08-14 [paul]       0.8.1claws58
9392
9393         * faq/es/sylpheed-faq.html
9394           faq/es/sylpheed-faq-[1-3].html
9395           faq/es/sylpheed-faq-4.html     **NEW FILE **
9396                 update Spanish FAQ
9397
9398 2002-08-13 [christoph]  0.8.1claws57
9399
9400         * src/procmsg.c
9401                 ignore thread fix that did not mark all
9402                 child nodes of a ignored thread as
9403                 ignored. Does not work perfectly yet,
9404                 but it is better now
9405
9406 2002-08-13 [alfons]     0.8.1claws56
9407
9408         * src/crash.c
9409                 o implement 'save crash log'
9410                 o some tweaks
9411
9412 2002-08-13 [melvin]     0.8.1claws55
9413
9414         * src/main.c
9415                 removed unrequired "execinfo.h" header
9416
9417 2002-08-12 [paul]       0.8.1claws54
9418
9419         * faq/en/sylpheed-faq.html
9420           faq/en/sylpheed-faq-[1-3].html
9421           faq/en/sylpheed-faq-4.html     **NEW FILE **
9422                 update English FAQ
9423
9424 2002-08-12 [alfons]     0.8.1claws53
9425
9426         * po/POTFILES.in
9427                 add crash.c to translatables
9428         * src/crash.c
9429                 bring in Leandro's crash dialog
9430
9431 2002-08-11 [alfons]     0.8.1claws52
9432
9433         * src/crash.c
9434                 clean up some warnings
9435
9436 2002-08-11 [alfons]     0.8.1claws51
9437
9438         * acconfig.h
9439         * configure.in
9440         * src/crash.[ch]        ** NEW FILES **
9441         * src/main.c            
9442                 initial gdb crash handler
9443
9444 2002-08-11 [paul]       0.8.1claws50
9445
9446         * src/prefs_toolbar.c
9447                 replace Up/Down arrow pixmaps with text to be
9448                 consistent across icon themes
9449
9450 2002-08-11 [paul]       0.8.1claws49
9451
9452         * src/prefs_common.c
9453           src/prefs_toolbar.c
9454                 rename 'Pixmap' -> 'Icon'
9455
9456         * src/toolbar.[ch]
9457                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9458
9459 2002-08-10 [paul]       0.8.1claws48
9460
9461         * src/prefs_toolbar.c
9462                 re-work the UI
9463
9464 2002-08-10 [paul]       0.8.1claws47
9465
9466         * src/main.c
9467                 don't write Processing progress to status bar
9468                 patch submitted by Alexander Evseev
9469
9470         * src/prefs_toolbar.c
9471                 re-position and resize window
9472                 make window assume correct size on first call
9473
9474 2002-08-10 [paul]       0.8.1claws46
9475
9476         * src/mainwindow.c
9477           src/prefs_toolbar.c
9478           src/toolbar.c
9479           src/toolbar.h
9480                 obey coding style
9481                 follow UI text conventions
9482
9483 2002-08-10 [alfons]     0.8.1claws45
9484
9485         * src/toolbar.c
9486                 correct pixmap for delete action
9487
9488 2002-08-10 [paul]       0.8.1claws44
9489
9490         * po/pt_BR.po
9491                 updated by Fabio Jr. Beneditto
9492
9493 2002-08-10 [paul]       0.8.1claws43
9494
9495         * po/POTFILES.in
9496                 add custom toolbar files
9497
9498 2002-08-10 [paul]       0.8.1claws42
9499
9500         * sync with 0.8.1cvs22
9501                 see ChangeLog 2002-08-09
9502
9503 2002-08-09 [paul]       0.8.1claws41
9504
9505         * tools/Makefile.am
9506           tools/README
9507           tools/outlook2sylpheed.pl     ** NEW FILE **
9508                 add script to convert exported Outlook
9509                 contacts list to a Sylpheed addressbook.
9510                 Submitted by Ricardo Mones Lastra.
9511
9512 2002-08-09 [paul]       0.8.1claws40
9513
9514         * AUTHORS
9515           configure.in
9516           po/sr.po      ** NEW FILE **
9517                 add Serbian message catalog. Submitted by
9518                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9519
9520 2002-08-09 [paul]       0.8.1claws39
9521
9522         * sync with 0.8.1cvs21
9523                 see ChangeLog 2002-08-08
9524
9525 2002-08-08 [oliver]     0.8.1claws38
9526
9527         * src/mainwindow.c
9528                 move Custom Toolbar to Configuration menu
9529
9530 2002-08-08 [oliver]     0.8.1claws37
9531
9532         * src/prefs_toolbar.c
9533                 fix substitute pixmap bug
9534
9535 2002-08-08 [paul]       0.8.1claws36
9536
9537         * sync with 0.8.1cvs19
9538                 see ChangeLog 2002-08-08
9539
9540 2002-08-07 [christoph]  0.8.1claws35
9541
9542         * src/utils.c
9543                 fixed a memory leak in new canonicalize_file_replace
9544
9545 2002-08-07 [christoph]  0.8.1claws34
9546
9547         * src/utils.[ch]
9548                 o canonicalize_file_replace should create the temporary
9549                   file in the same directory as the original file.
9550                 o added get_tmpfile_in_dir that creates a temorary file
9551                   in a specified directory.
9552
9553 2002-08-07 [melvin]     0.8.1claws33
9554
9555         * src/toolbar.c
9556                 fixed bug where 'Article' button acted as 'Email' button.
9557
9558 2002-08-07 [paul]       0.8.1claws32
9559
9560         * sync with 0.8.1.cvs17
9561                 see ChangeLog 2002-08-07
9562
9563 2002-08-07 [colin]      0.8.1claws31
9564         
9565         * src/news.c
9566                 fix mass-cancel problem
9567
9568 2002-08-07 [thorsten]   0.8.1claws30
9569
9570         * src/prefs_toolbar.c
9571                 fix: crash on replace or add new button
9572         * src/toolbar.c
9573                 fix: close xmlfile after reading
9574         * src/utils.c
9575                 fix: unlink() file before rename()
9576
9577 2002-08-06 [paul]       0.8.1claws29
9578
9579         * sync with 0.8.cvs15
9580                 see ChangeLog 2002-08-06
9581
9582 2002-08-06 [oliver]     0.8.1claws28
9583
9584         * src/toolbar.c
9585         * src/prefs_toolbar.c
9586                 fixed empty toolbar issue
9587
9588 2002-08-06 [oliver]     0.8.1claws27
9589
9590         * Custom Toolbar Final 
9591         * src/folderview.c
9592         * src/inc.c
9593         * src/summaryview.c
9594                 o toolbar stuff now lives in src/toolbar.[ch]
9595                 o main_window_toolbar_* functions are renamed to
9596                   toolbar_* reflecting their new source file
9597         * src/mainwindow.[ch]
9598                 o remove toolbar stuff  
9599
9600 2002-08-06 [oliver]     0.8.1claws26
9601         
9602         * src/Makefile.am
9603         * src/prefs_toolbar.[ch]        **New File**
9604         * src/toolbar.[ch]              **New File**
9605                 o prefs_toolbar.[ch] custom toolbar frontend
9606                 o toolbar.[ch]       backend 
9607
9608 2002-08-06 [oliver]     0.8.1claws25
9609
9610         * src/prefs_actions.[ch]
9611                 o new exported function actions_execute
9612
9613 2002-08-06 [paul]       0.8.1claws24
9614
9615         * sync with 0.8.1cvs4
9616                 see ChangeLog 2002-08-06
9617
9618 2002-08-06 [paul]       0.8.1claws23
9619
9620         * sync with 0.8.1cvs13
9621                 see ChangeLog 2002-08-06
9622
9623 2002-08-06 [paul]       0.8.1claws22
9624
9625         * sync with 0.8.1cvs12
9626                 see ChangeLog 2002-08-05 and 2002-08-06
9627
9628 2002-08-06 [match]      0.8.1claws21
9629
9630         * src/addrclip.c
9631                 improvements to cut/copy/paste address
9632
9633 2002-08-05 [match]      0.8.1claws20
9634
9635         * src/addritem.[ch]
9636         * src/addrcache.c
9637         * src/addrbook.c
9638         * src/editaddress.c
9639         * src/addressbook.c
9640                 fixes to improve cut/copy/paste
9641
9642 2002-08-06 [melvin]     0.8.1claws19
9643
9644         * src/account.[ch]
9645                 account_find_all_from_address(): new function that returns the
9646                 list of all accounts that are matched in an address.
9647         * src/alertpanel.[ch]
9648                 alertpanel() now accepts a custom widget
9649                 alertpanel_with_widget(): new function that pops up a panel with
9650                 a custom widget in it 
9651         * src/gtkutils.[ch]
9652                 gtkut_account_menu_new(): new function that allows the selection
9653                 of an account from a list of accounts.
9654         * src/messageview.c
9655                 Extended Return Receipt notification to select the correct 
9656                 account and to make a security test on the Delivery-Notification
9657                 address which should be the same as the Return-Path.
9658
9659 2002-08-06 [thorsten]   0.8.1claws18
9660
9661         * src/mimeview.c
9662                 attach_all: save unnamed as "noname.%d",
9663                 dont free static dirname
9664
9665 2002-08-05 [alfons]     0.8.1claws17
9666
9667         * configure.in
9668                 detect XIM by trying to link rather than compile a XIM program
9669
9670 2002-08-05 [oliver]     0.8.1claws16
9671                 
9672         * src/stock_pixmap.[ch]
9673                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9674                 o new func to retrieve pixmaps
9675
9676 2002-08-05 [paul]       0.8.1claws15
9677
9678         * sync with 0.8.1cvs10
9679                 see ChangeLog 2002-08-05
9680
9681 2002-08-04 [alfons]     0.8.1claws14
9682
9683         * src/textview.c
9684                 see if this plugs memleak
9685
9686 2002-08-04 [melvin]     0.8.1claws13
9687
9688         * src/gtkspell.c
9689                 fixed bug that could crash Sylpheed when highlighting
9690                 all misspelled words.
9691
9692 2002-08-03 [melvin]     0.8.1claws12
9693
9694         * src/prefs_actions.c
9695                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9696         * src/messageview.c
9697                 fixed bug where the Return Receipt was sent to
9698                 Delivery-Notification-To address even if it was not present
9699
9700 2002-08-02 [alfons]     0.8.1claws11
9701
9702         * src/prefs_actions.c
9703                 o more check for NULLs
9704                 o put create_io_dialog() in right conditional block
9705
9706 2002-08-02 [paul]       0.8.1claws10
9707
9708         * po/es.po
9709                 updated by Ricardo Mones Lastra
9710
9711 2002-08-01 [christoph]  0.8.1claws9
9712
9713         * src/folder.c
9714                 don't free the cache of the opened
9715                 folder in the summaryview
9716         * src/summaryview.c
9717                 don't unset flags, if it is not required
9718
9719 2002-08-01 [paul]       0.8.1claws8
9720
9721         * sync with 0.8.1cvs8
9722                 see ChangeLog entry 2002-08-01
9723
9724 2002-08-01 [paul]       0.8.1claws7
9725
9726         * sync with 0.8.1cvs7
9727                 see ChangeLog 2002-07-31 and 2002-08-01
9728
9729 2002-07-31 [christoph]  0.8.1claws6
9730
9731         * src/mainwindow.c
9732                 forgot to update menu sensitivity
9733                 function for new menu entry
9734
9735 2002-07-31 [alfons]     0.8.1claws5
9736
9737         * src/main.c
9738                 check folder item and its path for NULL on
9739                 initial processing
9740
9741 2002-07-31 [christoph]  0.8.1claws4
9742
9743         * src/folder.c
9744                 check if folder_item_get_msginfo in
9745                 folder_item_remove_msg returned NULL
9746         * src/imap.c
9747                 better clear the uid cache in the
9748                 uid validity check function and delete
9749                 cached messages
9750
9751 2002-07-31 [paul]       0.8.1claws3
9752
9753         * man/sylpheed.1
9754                 add the '--attach' option and a few other
9755                 minor changes
9756
9757 2002-07-31 [paul]       0.8.1claws2
9758
9759         * sync with 0.8.1cvs5
9760                 see ChangeLog 2002-07-31
9761
9762 2002-07-31 [christoph]  0.8.1claws1
9763
9764         * src/folderview.[ch]
9765         * src/mainwindow.c
9766                 replace "Rescan all folders..." with
9767                 "Check all folders for new messages..."
9768
9769 2002-07-30 [paul]       0.8.1claws
9770
9771         * version 0.8.1claws released
9772
9773 2002-07-30 [paul]       0.8.0claws29
9774
9775         * tools/OOo2sylpheed.pl ** NEW FILE **
9776           tools/README
9777                 add script to enable sending documents as
9778                 attachments from OpenOffice.org
9779
9780 2002-07-30 [melvin]     0.8.0claws28
9781
9782         * src/prefs_actions.c
9783                 Made the actions' input/output dialog display
9784                 without delay.
9785
9786 2002-07-30 [christoph]  0.8.0claws27
9787
9788         * src/procmsg.c
9789                 check if folder_item_get_msginfo in
9790                 procmsg_save_to_outbox returned NULL
9791
9792 2002-07-30 [paul]       0.8.0claws26
9793
9794         * sync with 0.8.1cvs4
9795                 see ChangeLog 2002-07-29
9796
9797 2002-07-29 [thorsten]   0.8.0claws25
9798
9799         * README.claws
9800                 added selective download, delete on server
9801
9802 2002-07-29 [paul]       0.8.0claws24
9803
9804         * sync with 0.8.1cvs3
9805                 see ChangeLog 2002-07-29
9806
9807 2002-07-27 [christoph]  0.8.0claws23
9808
9809         * src/folder.c
9810                 add extra check if fetching the msginfo
9811                 returned NULL
9812
9813 2002-07-27 [paul]       0.8.0claws22
9814
9815         * sync with 0.8.1cvs2
9816                 see ChangeLog 2002-07-26
9817
9818 2002-07-27 [christoph]  0.8.0claws21
9819
9820         * src/imap.c
9821                 add another check if a valid msginfo
9822                 was returned
9823
9824 2002-07-26 [hoa]        0.8.0claws20
9825
9826         * src/folder.c
9827                 Fixed a condition in folder_item_destroy()
9828
9829         * src/imap.c
9830                 Fixed an error in IMAP protocol
9831
9832 2002-07-26 [alfons]     0.8.0claws19
9833
9834         * src/folder.c
9835                 ofcourse compare with identifier, not the path
9836
9837 2002-07-26 [alfons]     0.8.0claws18
9838
9839         * src/folder.c
9840                 use folder item identifier for saving / restoring
9841                 preferences because folder->path might not be unique
9842
9843 2002-07-26 [melvin]     0.8.0claws17
9844
9845         * src/logwindow.c
9846                 Fixed a crash introduced in 0.8.0claws5 when log is 
9847                 cut under 80 characters.
9848
9849 2002-07-26 [paul]       0.8.0claws16
9850
9851         * sync with 0.8.1cvs1
9852                 see ChangeLog 2002-07-26
9853
9854 2002-07-26 [christoph]  0.8.0claws15
9855
9856         * src/imap.[ch]
9857                 imap folder now remembers the last selected
9858                 folder and imap_fetch_msginfo skips selecting
9859                 the folder if it is already selected
9860
9861 2002-07-26 [christoph]  0.8.0claws14
9862
9863         * src/folder.c
9864         * src/folderview.c
9865         * src/imap.c
9866                 fix imap folder rescanning
9867
9868 2002-07-25 [christoph]  0.8.0claws13
9869
9870         * src/filter.c
9871         * src/folder.[ch]
9872         * src/folderview.c
9873         * src/imap.[ch]
9874         * src/mainwindow.c
9875         * src/mbox_folder.c
9876         * src/mh.c
9877         * src/news.c
9878                 implement imap uid cache and uid validity check
9879
9880 2002-07-25 [alfons]     0.8.0claws12
9881
9882         * src/summaryview.c
9883                 fix a brown paper bag bug, and also add some more
9884                 checks
9885
9886 2002-07-25 [christoph]  0.8.0claws11
9887
9888         * src/folder.c
9889                 don't mix copy, fetch_msginfo and remove
9890                 operations in folder item copy and move
9891                 operations
9892
9893 2002-07-25 [christoph]  0.8.0claws10
9894
9895         * src/folderview.c
9896         * src/mainwindow.c
9897         * src/prefs_folder_item.c
9898         * src/summaryview.[ch]
9899                 remove no longer required parameter update_cache from
9900                 summary_show
9901
9902 2002-07-25 [paul]       0.8.0claws9
9903
9904         * sync with 0.8.1
9905         
9906         * AUTHORS
9907                 a few corrections
9908
9909 2002-07-24 [alfons]     0.8.0claws8
9910
9911         * src/summaryview.c
9912                 sort correctly when using simplified subject line
9913                 (closes feature request "[ 585141 ] applying regexp to subject 
9914                 before sort" submitted by Alexandra Walford)
9915
9916 2002-07-24 [paul]       0.8.0claws7
9917
9918         * sync with 0.8.0cvs3
9919                 see ChangeLog 2002-07-24
9920
9921 2002-07-23 [christoph]  0.8.0claws6
9922
9923         * src/folder.c
9924         * src/folder.h
9925         * src/summaryview.c
9926         * src/summaryview.h
9927         * src/main.c
9928                 o separate processing and summaryview
9929                 o removed summary_write_cache from summaryview
9930                 o removed summaryview->killed_messages, because we don't have
9931                   to keep a list of killed messages anymore. New cache will
9932                   keep the hidden messages in cache anyway
9933         * src/folderview.c
9934         * src/inc.c
9935         * src/selective_download.c
9936                 o removed unnecessary summary_write_cache calls
9937         * src/procmsg.c
9938                 o don't set ignore thread flag in procmsg_get_thread_tree
9939                   if it is already set
9940         * src/mainwindow.c
9941         * src/statusbar.h
9942                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9943                   they are used in different files
9944
9945 2002-07-23 [melvin]     0.8.0claws5
9946
9947         * src/addressbook.c
9948         * src/addrgather.c
9949         * src/editaddress.c
9950         * src/editgroup.c
9951         * src/editldap_basedn.c
9952         * src/importldif.c
9953         * src/prefs_common.c
9954                 Fixed few memory leak (gtk_editable_get_chars returns
9955                 an allocated string)
9956         * src/logwindow.c
9957                 Fixed few memory leak (gtk_editable_get_chars returns
9958                 an allocated string) and modified a little the log cutting
9959                 loop.
9960         * src/compose.c
9961                 Replaced a call to an obsolete function gtk_entry_get_text()
9962                 by gtk_editable_get_chars()
9963         * src/send.c
9964                 Removed a debug printf
9965
9966 2002-07-23 [christoph]  0.8.0claws4
9967
9968         * src/filesel.c
9969                 fix another g_dirname memory leak
9970
9971 2002-07-23 [christoph]  0.8.0claws3
9972
9973         * src/mh.c
9974                 fixed a memory leak in mh_fetch_msginfo
9975                 fixed crash when message header could not be
9976                 parsed
9977
9978 2002-07-23 [paul]       0.8.0claws2
9979
9980         * sync with 0.8.0cvs2
9981                 see ChangeLog 2002-07-23
9982
9983 2002-07-23 [paul]       0.8.0claws1
9984
9985         * sync with 0.8.0cvs1
9986                 see ChangeLog 2002-07-23
9987
9988 2002-07-23 [paul]       0.8.0claws
9989
9990         * release of 0.8.0claws
9991
9992 2002-07-23 [paul]       0.7.8claws99
9993
9994         * po/ru.po
9995                 new Russian translation, submitted by
9996                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9997
9998 2002-07-22 [jens]       0.7.8claws98
9999
10000         * po/de.po
10001                 Updated German translations.
10002
10003 2002-07-22 [paul]       0.7.8claws97
10004
10005         * po/es.po
10006           po/it.po
10007           po/nl.po
10008           po/pt_BR.po
10009                 updated translations by Ricardo Mones Lastra,
10010                 Alessandro Maestri, Wilbert Berendsen and 
10011                 Fabio Jr. Beneditto respectively
10012
10013 2002-07-22 [christoph]  0.7.8claws96
10014
10015         * src/mimeview.c
10016                 fix memory leak caused by wrong g_dirname usage
10017
10018 2002-07-22 [christoph]  0.7.8claws95
10019
10020         * src/summaryview.c
10021                 update new and unread message counts for summaryview
10022                 summaryview does not get it from the folder anymore
10023                 and has to update the values itself
10024
10025 2002-07-22 [melvin]     0.7.8claws94
10026
10027         * po/fr.po
10028                 Updated French translations.
10029
10030 2002-07-22 [christoph]  0.7.8claws93
10031
10032         * src/matcher.c
10033                 set prop->preg pointer to NULL or following check
10034                 will not fail and regexec will be called with
10035                 invalid pointer
10036
10037 2002-07-21 [alfons]     0.7.8claws92
10038         
10039         * src/prefs_common.[ch]
10040                 remove option "Send return receipt on request"
10041
10042 2002-07-21 [thorsten]   0.7.8claws91
10043
10044         * src/mimeview.c
10045                 fixed memleaks, coding style as pointed out by alfons
10046
10047 2002-07-21 [alfons]     0.7.8claws90
10048
10049         * src/messageview.c
10050         * src/noticeview.[ch]
10051                 o fix bug notice view being displayed when going to empty folder 
10052                   (noticed by Christoph)
10053                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10054                   (noticed by Thorsten)
10055
10056 2002-07-21 [thorsten]   0.7.8claws89
10057
10058         * src/mimeview.c
10059                 Included save_all patch from Xaview FACQ
10060                 added support for pathnames
10061
10062 2002-07-21 [alfons]     0.7.8claws88
10063
10064         * po/POTFILES.in
10065         * src/Makefile.am
10066         * src/mainwindow.c
10067         * src/messageview.[ch]
10068         * src/noticeview.c      ** NEW FILE **
10069         * src/noticeview.h      ** NEW FILE **
10070                 make return receipts work again
10071                 (UI idea by Leandro Pereira)
10072
10073 2002-07-21 [paul]       0.7.8claws87
10074
10075         * src/summaryview.c
10076                 fix sensitivity of 'Select thread'
10077
10078 2002-07-21 [paul]       0.7.8claws86
10079
10080         * src/prefs_common.c
10081                 add browser command line for Galeon
10082
10083 2002-07-21 [paul]       0.7.8claws85
10084
10085         * Makefile.am
10086                 fix 'EXTRA_DIST': remove README.README, add TODO
10087                 and TODO.claws
10088
10089 2002-07-21 [alfons]     0.7.8claws84
10090
10091         * src/gtkstext.c
10092                 make enter clear selection
10093                 (closes "[ 579888 ] Editor selection/entry error"
10094                 reported by Steve Lamb)
10095
10096 2002-07-21 [alfons]     0.7.8claws83
10097         
10098         * src/summaryview.c
10099                 sort message list when selecting unthread messages
10100                 (closes "[ 501593 ] switching threaded view doesn't sort"
10101                 reported by Simon Schubert)
10102
10103 2002-07-20 [alfons]     0.7.8claws82
10104         
10105         * src/matcher.c
10106                 const-correctness
10107
10108 2002-07-20 [thorsten]   0.7.8claws81
10109
10110         * src/matcher.c
10111                 Fixed expansion of empty fields in matchactions
10112
10113 2002-07-19 [melvin]     0.7.8claws80
10114
10115         * src/gtkspell.c
10116                 Removed a duplicate menu entry (fast mode) introduced during
10117                 the new cache merge
10118                 Added a menu separator between 'Use alternate' and 'Fast mode'
10119
10120 2002-07-19 [paul]       0.7.8claws79
10121
10122         * tools/Makefile.am
10123           tools/README
10124                 correct typos
10125
10126 2002-07-19 [thorsten]   0.7.8claws78
10127
10128         * tools/calypso_convert.pl      ** NEW FILE **
10129           tools/README
10130           tools/Makefile.am
10131                 script to import mbox files exported
10132                 by calypso
10133                 o generates folder structure
10134                 o includes attachments
10135
10136 2002-07-19 [melvin]     0.7.8claws77
10137
10138         * src/selective_download.[ch]
10139                 Fixed bug where closing the dialog with the window manager's
10140                 close button will not unlock the summary
10141                 Corrected some function declarations that missed a return value
10142                 Made the source code comply better with coding style.
10143         * src/prefs_common.c
10144                 Added new browser command line for Mozilla.
10145
10146 2002-07-18 [paul]       0.7.8claws76
10147
10148         * src/mainwindow.c
10149           src/selective_download.[ch]
10150                 reflect theme changes, fix Gdk Warning when creating 
10151                 pixmap from NULL window, and minor clean up.
10152                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10153
10154         * po/en_GB.po
10155                 updated
10156
10157 2002-07-17 [paul]       0.7.8claws75
10158
10159         * INSTALL[.jp]
10160                 sync with 0.8.0
10161         
10162         * po/en_GB.po
10163                 updated
10164
10165 2002-07-16 [paul]       0.7.8claws74
10166
10167         * tools/filter_conv.pl
10168           tools/README
10169                 replace conversion script with reimplemented version, 
10170                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10171
10172 2002-07-16 [colin]      0.7.8claws73
10173
10174         * src/summaryview.c
10175                 remove forgotten debug messages - sorry ;-)
10176
10177 2002-07-16 [colin]      0.7.8claws72
10178
10179         * src/mimeview.c
10180           src/summaryview.c
10181           src/textview.c
10182           src/textview.h
10183                 add the ability to select part of a text mime-part 
10184                 to reply.
10185
10186 2002-07-15 [christoph]  0.7.8claws71
10187
10188         * src/folder.c
10189                 fix folder message count for folders without
10190                 msg_is_changed (includes news folders)
10191
10192 2002-07-15 [martin]     0.7.8claws70
10193
10194         * src/summaryview.c
10195                 option "display recipient on 'From'..." now works
10196                 without the need of enabling the option
10197                 "display  sender  using  address  book".
10198
10199 2002-07-15 [christoph]  0.7.8claws69
10200
10201         * src/summaryview.c
10202                 removed setting folder status from summaryview.
10203                 folder.c should update all message counts correctly.
10204
10205 2002-07-15 [paul]       0.7.8claws68
10206
10207         * po/pt_BR.po
10208                 updated by Fabio Junior Beneditto
10209
10210 2002-07-15 [darko]      0.7.8claws67
10211
10212         * src/mh.c
10213                 Fixed target folder colorization, don't decrease op
10214                 number twice
10215
10216 2002-07-14 [paul]       0.7.8claws66
10217
10218         * sync with main 0.8.0
10219                 see ChangeLog 2002-07-14
10220
10221 2002-07-13 [melvin]     0.7.8claws65
10222         
10223         * src/addrbook.c
10224         * src/addressbook.c
10225         * src/addrindex.c
10226                 Replaced sprintf by g_snprintf to prevent possible buffer
10227                 overflow.
10228         * src/news.c
10229                 Corrected a log message output format.
10230                 Added a missing "done" debug output.
10231         * src/compose.c
10232                 Added keyboard accelerator for Priority menu items
10233                 Added missing \n in debug output
10234         * src/logwindow.c
10235         * src/gtkspell.c
10236         * src/rfc2015.c
10237                 Added missing \n in debug output
10238
10239 2002-07-13 [paul]       0.7.8claws64
10240
10241         * man/sylpheed.1
10242                 change Sergey's email address to the sf address
10243
10244         * src/textview.c
10245                 increase show_url_timeout (more useful for long
10246                 urls)
10247
10248 2002-07-12 [sergey]     0.7.8claws63
10249
10250         * src/rfc2015.c
10251                 applied (with some modifications) patch to set the
10252                 micalg parameter for signatures
10253                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10254
10255 2002-07-12 [sergey]     0.7.8claws62
10256
10257         * man/Makefile.am
10258         * configure.in
10259                 fixed man page installation
10260
10261 2002-07-12 [paul]       0.7.8claws61
10262
10263         * sync with 0.7.8cvs26
10264                 see ChangeLog 2002-07-11 and 2002-07-12
10265
10266 2002-07-11 [christoph]  0.7.8claws60
10267
10268         * src/compose.c
10269         * src/procmsg.c
10270                 first use the message number to find the message
10271                 to mark with a reply flag but check the
10272                 message-id if we got the correct message, if not
10273                 try to find it by message-id.
10274                 use new string seperator that is not allowed
10275                 in message-ids.
10276
10277 2002-07-11 [paul]       0.7.8claws59
10278
10279         * sync with 0.7.8cvs23
10280                 see ChangeLog 2002-07-10
10281
10282 2002-07-10 [christoph]  0.7.8claws58
10283
10284         * src/folder.[ch]
10285         * src/msgcache.[ch]
10286                 Added message-id table to the cache in memory
10287                 and functions to msgcache.c and folder.c to
10288                 fetch MsgInfos by message id
10289         * src/compose.c
10290         * src/procmsg.c
10291                 store folder and message-id of message replying
10292                 to in queue header and set reply flag after sending
10293                 (Closes bug #469498)
10294
10295 2002-07-10 [paul]       0.7.8claws57
10296
10297         * AUTHORS
10298           man/sylpheed.1.gz
10299                 add Martin to the list of authors
10300
10301 2002-07-09 [martin]     0.7.8claws56
10302         * src/gtksctree.c
10303                 Added gtk_ctree_last_visible(), tree_update_level(),
10304                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10305                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10306                 from gtk+ to gtksctree.c for the new sorting code
10307                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10308                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10309         * src/gtksctree.h
10310                 Added declaration for gtk_sctree_sort_recursive() and
10311                 gtk_sctree_sort_node
10312         * src/addressbook.c
10313         * src/foldersel.c
10314         * src/folderview.c
10315         * src/summaryview.c
10316                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10317                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10318
10319 2002-07-08 [paul]       0.7.8claws55
10320
10321         * more sync with 0.7.8cvs21
10322                 see ChangeLog 2002-07-08
10323
10324 2002-07-08 [paul]       0.7.8claws54
10325
10326         * sync with 0.7.8cvs21
10327                 see ChangeLog 2002-07-08
10328
10329 2002-07-07 [alfons]     0.7.8claws53
10330
10331         * src/Makefile.am
10332         * src/stock_pixmap.[ch]
10333         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10334         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10335         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10336                 add new pixmaps for upcoming notice pane
10337
10338 2002-07-06 [melvin]     0.7.8claws52
10339
10340         * src/gtkspell.[ch]
10341                 Made them a bit closer to Sylpheed's coding style.
10342                 Removed old code.
10343                 Removed possible memory leaks when some errors occurs.
10344
10345 2002-07-06 [melvin]     0.7.8claws51
10346
10347         * po/Makefile.in.in
10348                 Removed --no-location in xgettext command line to help
10349                 translators that use Emacs' po-mode
10350         * src/quote_fmt.c
10351                 Removed unnecessary comments that messed up sylpheed.pot
10352
10353 2002-07-06 [paul]       0.7.8claws50
10354
10355         * sync with 0.7.8cvs19
10356                 see ChangeLog 2002-07-05
10357
10358 2002-07-06 [christoph]  0.7.8claws49
10359
10360         * src/folder.c
10361         * src/mainwindow.c
10362                 fix folder_item_remove_all_msg and folderview
10363                 status for trash folders after emptying trash
10364
10365 2002-07-05 [paul]       0.7.8claws48
10366
10367         * sync with 0.7.8cvs16
10368                 see ChangeLog 2002-07-04 and 2002-07-05
10369
10370 2002-07-04 [paul]       0.7.8claws47
10371
10372         * sync with 0.7.8cvs14
10373                 see  ChangeLog 2002-07-04
10374
10375 2002-07-03 [alfons]     0.7.8claws46
10376
10377         * src/folder.c
10378                 dupe folder item's path because it's being reallocated
10379                 by new folder scanning code
10380
10381 2002-07-03 [christoph]  0.7.8claws45
10382
10383         * src/imap.c
10384                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10385         * src/msgcache.c
10386                 add missing return in msgcache_write
10387
10388 2002-07-02 [thorsten]   0.7.8claws44
10389
10390         * src/jpilot.c
10391         * src/msgcache.c
10392         * src/rfc2015.c
10393                 use binary mode for file access
10394
10395 2002-07-02 [christoph]  0.7.8claws43
10396
10397         * major code cleanup (part 1)
10398         
10399                 - unused variables removed
10400                 - unused functions removed
10401                 - uninitialized variables checked
10402                 - missing return statements added
10403                 - missing function return types added
10404                 - added parentheses around assignment and
10405                   && in || when suggested by gcc
10406               
10407         * src/mh.c
10408         * src/folder.c
10409                 replaced direct calls to folder->scan_tree
10410                 with folder_scan_tree and restore folder
10411                 prefs in this function. The folder should
10412                 not have to deal with them.
10413                 ( Should now work for all folder types )
10414
10415 2002-07-02 [paul]       0.7.8claws42
10416
10417         * sync with 0.7.8cvs13
10418                 see ChangeLog 2002-07-01 and 2002-07-02
10419
10420 2002-07-01 [christoph]  0.7.8claws41
10421
10422         * src/summaryview.c
10423                 fix "goto next/prev unread message" with
10424                 ignored threads
10425
10426 2002-07-01 [paul]       0.7.8claws40
10427
10428         * po/es.po
10429                 updated by Ricardo Mones Lastra
10430
10431 2002-06-30 [match]      0.7.8claws39
10432
10433         * src/jpilot.c
10434                 applied variation of leonerd's patch (566661) to
10435                 allow multiple email addresses per JPilot entry.
10436                 addresses may be separated by space, comma, pipe,
10437                 semi-colon, new-line.
10438
10439 2002-06-30 [alfons]     0.7.8claws38
10440
10441         * src/procmsg.c
10442                 simple fix for putting older nodes before
10443                 newer nodes when threading by subject
10444
10445 2002-06-30 [christoph]  0.7.8claws37
10446
10447         * src/folder.c
10448         * src/folderview.c
10449         * src/mh.c
10450         * src/news.c
10451         * src/procmsg.c
10452                 fix broken folder tree rescaning
10453                 and don't use procmsg_get_mark_sum
10454                 anymore
10455
10456 2002-06-30 [christoph]  0.7.8claws36
10457
10458         * merge new cache branch
10459         * src/imap.c
10460                 fix new cache imap copy bug
10461         * src/folder.c
10462                 improved folder_item_scan
10463                 it should now always set the correct
10464                 new, unread and total message counts
10465
10466 2002-06-29 [paul]       0.7.8claws35
10467
10468         * configure.in
10469                 correct syntax error
10470
10471 2002-06-29 [paul]       0.7.8claws34
10472
10473         * configure.in
10474           Makefile.am
10475           man/Makefile.am       ** NEW FILE **
10476           man/sylpheed.1.gz     ** NEW FILE **
10477                 add Sylpheed man page
10478
10479 2002-06-29 [paul]       0.7.8claws33
10480
10481         * po/pt_BR.po
10482                 updated by Fabio Junior Beneditto
10483
10484 2002-06-28 [jens]       0.7.8claws32
10485
10486         * po/de.po
10487                 translation updated
10488
10489         * src/selective_download.c
10490                 removed gettext for space " "
10491
10492         * src/imap.c
10493                 removed wrong space
10494
10495 2002-06-28 [paul]       0.7.8claws31
10496
10497         * sync with 0.7.8cvs11
10498                 see ChangeLog 2002-06-28
10499
10500 2002-06-28 [paul]       0.7.8claws30
10501
10502         * sync with 0.7.8cvs10
10503                 see ChangeLog 2002-06-27 and 2002-06-28
10504
10505 2002-06-26 [paul]       0.7.8claws29
10506
10507         * src/addrgather.c
10508           src/selective_download.c
10509                 don't gettextise empty strings.
10510                 reserved by gettext. gettext("") returns 
10511                 the header entry with meta information, 
10512                 not the empty string
10513
10514         * po/en_GB.po
10515                 updated
10516
10517 2002-06-26 [paul]       0.7.8claws28
10518
10519         * sync with 0.7.8cvs7
10520                 see ChangeLog 2002-06-25
10521
10522         * src/prefs_common.c
10523                 ...and in the process, tweak the gui a little
10524
10525 2002-06-25 [alfons]     0.7.8claws27
10526         
10527         * configure.in
10528         * src/Makefile.am
10529                 fine tune ldap library detection
10530
10531 2002-06-25 [alfons]     0.7.8claws26
10532
10533         * src/compose.c
10534                 don't allow return receipts when composing a news article
10535
10536 2002-06-25 [paul]       0.7.8claws25
10537
10538         * Makefile.am
10539                 add '$(AMTAR)' to 'release' section to allow for
10540                 new and older autotools
10541
10542 2002-06-25 [paul]       0.7.8claws24
10543
10544         * src/summaryview.c
10545                 fix "No more unread messages" persistant pop-up
10546                 window bug
10547
10548 2002-06-25 [paul]       0.7.8claws23
10549
10550         * po/it.po
10551                 updated by Alessandro Maestri
10552
10553 2002-06-25 [paul]       0.7.8claws22
10554
10555         * sync with 0.7.8cvs6
10556                 see ChangeLog 2002-06-25
10557
10558 2002-06-24 [paul]       0.7.8claws21
10559
10560         * tools/update-po
10561                 add GPL copyright information
10562
10563 2002-06-24 [paul]       0.7.8claws20
10564
10565         * tools/Makefile.am
10566           tools/README
10567           tools/update-po       ** NEW FILE **
10568                 add script that eases the creation of *.po files
10569                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10570
10571 2002-06-23 [alfons]     0.7.8claws19
10572
10573         * src/messageview.c
10574                 make notification_convert_header obey const correctness
10575                 (next step will be fixing the broken return receipt)
10576
10577 2002-06-23 [paul]       0.7.8claws18
10578
10579         * src/messageview.c
10580                 fix bug introduced in last commit:
10581                 removed too much code in last commit - put back what's
10582                 needed
10583
10584 2002-06-23 [paul]       0.7.8claws17
10585
10586         * src/messageview.[ch]
10587                 remove code committed in error from locally patched
10588                 source
10589
10590 2002-06-23 [colin]      0.7.8claws16
10591
10592         * src/compose.[ch]
10593                 add compose_entry_select(), used to select the default_to
10594                 email address - hopefully avoiding people sending mails to
10595                 wrong recipients.
10596
10597 2002-06-22 [alfons]     0.7.8claws15
10598
10599         * AUTHORS
10600                 add Bram Metsch & Stanislav Karchebny
10601         * src/smtp.[ch]
10602         * src/prefs_account.[ch]
10603         * src/send.c
10604                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10605                   options.  (see <http://sourceforge.net/tracker/index.php
10606                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10607
10608                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10609                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10610
10611 2002-06-22 [paul]       0.7.8claws14
10612
10613         * sync with 0.7.8cvs5
10614                 see ChangeLog 2002-06-19 and 2002-06-20
10615
10616 2002-06-22 [alfons]     0.7.8claws13
10617
10618         * src/selective_download.c
10619                 fix a stupid mistake I made
10620
10621 2002-06-22 [alfons]     0.7.8claws12
10622
10623         * src/selective_download.[ch]
10624                 fix another unnoticed leak; cleanup code
10625
10626 2002-06-21 [alfons]
10627
10628         * tools/Makefile.am
10629                 gpg-sign <-- gpg-sign-syl
10630
10631 2002-06-21 [alfons]     0.7.8claws11
10632
10633         * src/selective_download.c
10634         * src/selective_download.h
10635                 fix assorted mix of allocation errors (should solve
10636                 problem reported by Philippe Gramoullé, see:
10637                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10638
10639 2002-06-20 [melvin]     0.7.8claws10
10640
10641         * tools/gpg-sign *REMOVED*
10642           tools/gpg-sign-syl *ADDED*
10643                 Replaced the gpg clearsigning script with the version using
10644                 xterm instead of ssh-askpass and changed its name.
10645
10646         * README.claws
10647                 Updated actions example to reflect the renaming of the
10648                 gpg clearsigning script.
10649
10650 2002-06-19 [paul]       0.7.8claws9
10651
10652         * sync with 0.7.8claws9
10653                 see ChangeLog 2002-06-18 and 2002-06-19
10654
10655 2002-06-19 [paul]       0.7.8claws8
10656
10657         * sync with 0.7.8cvs1
10658                 see ChangeLog 2002-06-18
10659
10660 2002-06-18 [alfons]     0.7.8claws7
10661
10662         * src/mainwindow.h
10663                 add omitted prototype
10664
10665 2002-06-17 [paul]       0.7.8claws6
10666
10667         * src/mainwindow.c
10668                 fix hiding of exec_btn
10669
10670 2002-06-17 [paul]       0.7.8claws5
10671
10672         * src/pop.c
10673                 remove unneeded code: should_delete() 
10674                 and Pop3State::uidl_todelete_list
10675
10676 2002-06-17 [paul]       0.7.8claws4
10677
10678         * sync with 0.7.8
10679                 see ChangeLog 2002-06-11 and 2002-06-13
10680
10681 2002-06-16 [alfons]     0.7.8claws3
10682         
10683         * src/folder.c
10684                 make sure lock sort mode (claws specific) is
10685                 also persists after a tree rescan
10686
10687 2002-06-16 [alfons]     0.7.8claws2
10688
10689         * src/prefs_folder_item.c
10690         * src/folder.[ch]
10691                 fix persistence of folder sort mode (broken
10692                 by adapting Hiro's new folder persistence code)
10693
10694 2002-06-16 [alfons]     0.7.8claws1
10695
10696         * AUTHORS
10697         * src/logwindow.c
10698         * src/prefscommon.[ch]
10699                 control size of log text in log window; 
10700                 closes patch #569155 submitted by Mitko Haralanov.
10701
10702 2002-06-15 [paul]       0.7.8claws
10703
10704         * release of 0.7.8claws
10705
10706 2002-06-15 [paul]       0.7.7claws
10707
10708         * po/pt_BR.po
10709                 updated by Fabio Junior Beneditto
10710
10711 2002-06-14 [paul]       0.7.6claws49
10712
10713         * po/es.po
10714                 updated by Ricardo Mones Lastra
10715
10716 2002-06-14 [paul]       0.7.6claws48
10717
10718         * po/nl.po
10719                 updated translation by Wilbert Berendsen
10720
10721 2002-06-14 [melvin]     0.7.6claws47
10722
10723         * po/fr.po
10724                 Updated French translation
10725
10726 2002-06-13 [paul]       0.7.6claws46
10727
10728         * src/filesel.c
10729                 allow filename to be typed in, rather than just
10730                 selected by the mouse. Patch by Gustavo Noronha Silva.
10731
10732 2002-06-13 [alfons]     0.7.6claws45
10733
10734         * src/mainwindow.[ch]
10735                 more cleanups (removing unnecessary menu items Expand 
10736                 summary / message view)
10737
10738 2002-06-13 [melvin]     0.7.6claws44
10739
10740         * po/POTFILES.in
10741                 Added src/string_match.c
10742         * src/string_match.c
10743                 Fixed possible buffer overflow.
10744                 Corrected typo.
10745                 Added missing config.h header.
10746         * src/prefs_common.c
10747           src/prefs_matcher.c
10748           src/prefs_scoring.c
10749                 Made some strings translatable (missing _(..)).
10750
10751 2002-06-13 [melvin]     0.7.6claws43
10752
10753         * README.claws
10754                 Corrected action example (verifying clearsigned mail).
10755         * src/prefs_account.c
10756                 Corrected typo.
10757         * src/prefs_common.c
10758                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10759
10760 2002-06-12 [alfons]     0.7.6claws42
10761
10762         * src/summaryview.c
10763                 add init of score column lost in 0.7.6claws42
10764
10765 2002-06-12 [paul]       0.7.6claws41
10766
10767         * src/prefs_account.c
10768                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10769                 behavior of the radio buttons, (from 0.7.7cvs2)
10770
10771 2002-06-11 [alfons]     0.7.6claws40
10772
10773         * src/messageview.[ch]
10774         * src/summaryview.[ch]
10775         * src/summary_search.c
10776         * src/mainwindow.c
10777                 perform a sync to bring in Hiro's separate view implementation 
10778
10779                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10780
10781 2002-06-11 [paul]       0.7.6claws39
10782         
10783         * src/prefs_account.c
10784                 correct a typo on the Receive tab
10785
10786 2002-06-10 [match]      0.7.6claws38
10787
10788         * src/addressbook.c
10789                 Included address completion patch from Gustavo Noronha.
10790
10791 2002-06-10 [paul]       0.7.6claws37
10792
10793         * src/inc.[ch]
10794           src/pop.c
10795           src/prefs_account.[ch]
10796           src/selective_download.[ch]
10797                 apply PATCH #561712
10798                  NEW:
10799                 - check if POP Account
10800                 - Receive Button renamed to Preview
10801                 - Preview Button Popup: preview new/all messages
10802                 - Download Button
10803                 - Account Preferences-->Receive tab checkbutton if you
10804                   want to remove Mail after Download
10805                 -: default YES
10806                 - Account Preferences-->Receive tab checkbutton use
10807                   filtering rules on preview
10808                   (think of delete_on_server)
10809                 -: default YES
10810                 - Account selectable from SD dialog
10811                 - checkbutton to show already downloaded messages if
10812                   all messages are previewed
10813                 - new clist column showing Date
10814                 - ESC KEY close
10815                 FIXES:
10816                 - play ball with UIDL
10817                 - fault tolerant (?) 
10818                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10819
10820 2002-06-10 [melvin]     0.7.6claws36
10821
10822         * README.claws
10823                 Added a hint to ac/README in cvs instructions.
10824
10825         * src/prefs_actions.c
10826                 Made it possible to use a more elaborate command line
10827                 for asynchronous actions, too.
10828
10829 2002-06-10 [melvin]     0.7.6claws35
10830         
10831         * src/prefs_actions.c
10832                 Make it possible to use a more elaborate command line
10833                 (e.g. |foo|bar|cat>there;echo Done|)
10834                 Corrected error message when calling %f, %F and %p commands
10835                 from the compose window.
10836
10837 2002-06-09 [colin]      0.7.6claws34
10838
10839         * src/summaryview.c
10840                 Automatically find unread messages in current folder
10841                 before annoying the user.
10842
10843 2002-06-08 [alfons]     0.7.6claws33
10844
10845         * po/it.po
10846                 remove bad formatting string in it.po translation
10847                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10848
10849 2002-06-08 [paul]       0.7.6claws32
10850
10851         * sync with 0.7.6cvs25
10852                 see ChangeLog 2002-06-07
10853
10854 2002-06-05 [paul]       0.7.6claws31
10855
10856         * src/mainwindow.c
10857                 add 'Sort by locked' and 'Sort by score'
10858
10859 2002-06-05 [paul]       0.7.6claws30
10860
10861         * sync with 0.7.6cvs24
10862                 see ChangeLog 2002-06-04
10863
10864 2002-06-04 [paul]       0.7.6claws29
10865
10866         * po/pt_BR.po
10867                 updated by Fabio Junior Beneditto
10868
10869 2002-06-03 [thorsten]   0.7.6claws28
10870
10871         * src/matcher.c
10872                 fclose() matcherrc after reading
10873
10874 2002-06-03 [paul]       0.7.6claws27
10875
10876         * sync with 0.7.6cvs21
10877                 see ChangeLog 2002-05-31
10878
10879 2002-05-31 [paul]       0.7.6claws26
10880
10881         * sync with 0.7.6cvs20
10882                 see ChangeLog 2002-05-29 and 2002-05-30
10883
10884 2002-05-31 [paul]       0.7.6claws25
10885
10886         * src/imap.c
10887                 hopefully fix last buggy sync
10888
10889         * README.claws
10890                 correct typo in 'Actions' examples
10891
10892 2002-05-29 [paul]       0.7.6claws24
10893
10894         * sync with 0.7.6cvs18
10895                 see ChangeLog 2002-05-28 and 2002-05-29
10896
10897         * src/news.c
10898           src/nntp.[ch]
10899                 sync with above 
10900
10901 2002-05-28 [paul]       0.7.6claws23
10902
10903         * sync with 0.7.6cvs16
10904                 see ChangeLog 2002-05-28
10905
10906 2002-05-27 [thorsten]   0.7.6claws22 
10907
10908         * faq/it/sylpheed-faq-1.html
10909           faq/it/sylpheed-faq-2.html
10910           faq/it/sylpheed-faq-3.html
10911           faq/it/sylpheed-faq.html
10912                 corrected DOS lineendings
10913         * faq/de/sylpheed-faq-1.html
10914           faq/de/sylpheed-faq-2.html
10915           faq/en/sylpheed-faq-1.html
10916           faq/en/sylpheed-faq-2.html
10917           faq/en/sylpheed-faq-3.html
10918           faq/es/sylpheed-faq-1.html
10919           faq/es/sylpheed-faq-2.html
10920           faq/es/sylpheed-faq-3.html
10921           faq/fr/sylpheed-faq-1.html
10922           faq/it/sylpheed-faq-1.html
10923           faq/it/sylpheed-faq-2.html
10924           faq/it/sylpheed-faq-3.html
10925           faq/it/sylpheed-faq.html
10926                 changed ">" to &quot;
10927
10928 2002-05-27 [paul]       0.7.6claws21
10929         
10930         * sync with 0.7.6cvs15
10931                 see ChangeLog 2002-05-27
10932
10933 2002-05-27 [paul]       0.7.6claws20
10934
10935         * src/prefs_account.c
10936                 correct a typo
10937
10938 2002-05-26 [paul]       0.7.6claws19
10939
10940         * tools/README
10941                 correct a typo
10942
10943 2002-05-25 [paul]       0.7.6claws18
10944
10945         * tools/README
10946                 add description of kmail2sylpheed.pl
10947
10948 2002-05-25 [paul]       0.7.6claws17
10949
10950         * tools/kmail2sylpheed.pl       ** NEW FILE **
10951                 perl script that converts an exported Kmail address
10952                 book, converts it to sylpheed addressbook file,
10953                 writes the file to .sylpheed, and updates
10954                 addrbook--index.xml 
10955
10956 2002-05-25 [paul]       0.7.6claws16
10957
10958         * sync with 0.7.6cvs14
10959                 see ChangeLog 2002-05-23
10960
10961 2002-05-24 [paul]       0.7.6claws15
10962
10963         * README.claws
10964                 make a correction and add some more info
10965
10966 2002-05-24 [paul]       0.7.6claws14
10967
10968         * src/compose.c
10969                 fix memory leak in 
10970                 compose_redirect_write_headers_from_headerlist()
10971                 add Subject and Resent-Message-ID to
10972                 compose_redirect_write_headers()
10973                 Received, Subject, and X-UIDL are filtered out in 
10974                 compose_redirect_write_to_file()
10975
10976 2002-05-23 [paul]       0.7.6claws13
10977
10978         * src/compose.[ch]
10979           src/filtering.c
10980           src/mainwindow.c
10981           src/matcher.[ch]
10982           src/matcher_parser_lex.l
10983           src/matcher_parser_parse.y
10984           src/prefs_common.[ch]
10985           src/prefs_filtering.c
10986           src/summaryview.c
10987                 rename 'Bounce' to 'Redirect'
10988
10989 2002-05-23 [paul]       0.7.6claws12
10990
10991         * more sync with 0.7.6cvs13
10992           src/compose.c
10993                 see ChangeLog 2002-05-22
10994
10995 2002-05-22 [paul]       0.7.6claws11
10996
10997         * sync with 0.7.6cvs13
10998           src/codeconv.c
10999                 see ChangeLog 2002-05-20
11000           src/prefs_common.c
11001                 see ChangeLog 2002-05-22
11002
11003 2002-05-21 [melvin]     0.7.6claws10
11004
11005         * src/folderview.c
11006                 Added missing filtering and scoring headers
11007                 Fixed bad function call that showed garbage 
11008                 in Folder->Processing
11009
11010 2002-05-21 [paul]       0.7.6claws9
11011
11012         * tools/Makefile.am
11013                 make all tools executable, (patch by Alfons).
11014
11015 2002-05-20 [alfons]     0.7.6claws8
11016
11017         * src/procheader.c
11018                 don't forget to call mktime() so we have a valid week 
11019                 and year day
11020                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11021
11022 2002-05-20 [paul]       0.7.6claws7
11023
11024         * src/html.c
11025                 fix broken parsing of urls
11026         * src/textview.c
11027                 fix displaying of urls
11028
11029                 both fixes from the patch [547855] by Eugene 
11030                 Brevdo (zonem)
11031
11032 2002-05-19 [alfons]     0.7.6claws6
11033
11034         * configure.in
11035                 make sylpheed configure correctly with the latest
11036                 and greatest of automake / autoconf / gettext
11037
11038 2002-05-19 [alfons]     0.7.6claws5
11039
11040         * src/procheader.c
11041         * src/procheader.h
11042                 add function for returning ime zone offset
11043         * src/quote_fmt.c
11044         * src/quote_fmt_parse.y
11045                 better quotation formatting - does not convert
11046                 to local time, but uses the original date string.
11047                 
11048                 Note: %z inserts the timezone offset (should 
11049                 work also on platforms where strftime does not
11050                 support %z).
11051
11052 2002-05-18 [christoph]  0.7.6claws4
11053
11054         * src/summaryview.c
11055                 fix indentation of some code
11056         * tools/Makefile.am
11057                 fix spaces after \
11058         * src/Makefile.am
11059                 add missing \
11060                 correct path for ignorethread.xpm
11061                 incorrect filename for sylpheed_logo.xpm
11062                 add missing include matcher_parser_parse.h
11063
11064 2002-05-18 [paul]       0.7.6claws3
11065
11066         * sync with 0.7.6cvs8
11067                 see ChangeLog 2002-05-16 and 2002-05-17
11068
11069 2002-05-18 [melvin]     0.7.6claws2
11070
11071         * README.claws
11072                 Corrected an action's definition and fixed some misspellings.
11073
11074 2002-05-18 [paul]       0.7.6claws1
11075
11076         * tools/Makefile.am
11077           tools/gpg-sign        ** new file **
11078           tools/uudec           ** new file **
11079                 add Melvin's Actions scripts
11080
11081         * README.claws
11082                 add Melvin's descriptions for Actions
11083
11084 2002-05-18 [paul]       0.7.6claws
11085
11086         * Version 0.7.6claws released
11087
11088 2002-05-17 [paul]       0.7.5claws32
11089
11090         * po/es.po
11091                 updated by Ricardo Mones Lastra
11092
11093 2002-05-17 [paul]       0.7.5claws31
11094
11095         * src/compose.c
11096                 fix Account prefs default folder for sent/draft/deleted
11097                 messages bug
11098
11099         * po/it.po
11100           po/nl.po
11101                 updated translation by Alessandro Maestri and
11102                 Wilbert Berendsen
11103
11104 2002-05-17 [melvin]     0.7.5claws30
11105
11106         * src/prefs_actions.c
11107                 Fixed bug where using %F not at the end of the command 
11108                 resulted in an additional empty argument being created.
11109                 Thanks to Darko Koruga for reporting the bug.
11110
11111 2002-05-17 [melvin]     0.7.5claws29
11112
11113         * po/fr.po
11114                 Updated French translations.
11115
11116 2002-05-15 [paul]       0.7.5claws28
11117         
11118         * po/es.po
11119                 updated by Ricardo Mones Lastra
11120
11121 2002-05-15 [paul]       0.7.5claws27
11122
11123         * sync with 0.7.6cvs4
11124                 see ChangeLog 2002-05-14 and 2002-05-15
11125
11126 2002-05-14 [paul]       0.7.5claws26
11127
11128         * sync with 0.7.6cvs1
11129                 see ChangeLog 2002-05-13
11130
11131 2002-05-13 [thorsten]   0.7.5claws25
11132
11133         * src/messageview.c
11134                 fix select_all and copy in multipart messages
11135         * src/mainwindow.c
11136                 fix select_all and copy in multipart messages
11137
11138 2002-05-12 [paul]       0.7.5claws24
11139
11140         * src/summaryview.c
11141                 reverse last commit, bug already fixed in 0.7.5claws3
11142
11143 2002-05-12 [netztorte]  0.7.5claws23
11144
11145         * src/summaryview.c
11146                 dont parse empty addressbook (checked in before claws20)
11147
11148 2002-05-12 [melvin]     0.7.5claws22
11149
11150         * src/procmsg.[ch]
11151                 Removed unneeded priority code introduced by the previous 
11152                 commit.
11153
11154 2002-05-12 [melvin]     0.7.5claws21
11155
11156         * src/compose.[ch]
11157                 Added possibility to set message's priority.
11158         * src/procmsg.[ch]
11159                 Added possibility to set message's priority.
11160                 Added missing headers
11161
11162 2002-05-12 [melvin]     0.7.5claws20
11163
11164         * src/prefs_actions.c
11165                 Removed implicitely added quotes around the name
11166                 of the temporary files of mime parts.
11167
11168 2002-05-12 [paul]       0.7.5claws19
11169
11170         * sync with 0.7.5cvs20
11171                 see ChangeLog 2002-05-11
11172
11173 2002-05-12 [alfons]     0.7.5claws18
11174
11175         * src/quote_fmt_lex.l
11176         * src/quote_fmt_parse.y
11177                 allow quote / reply date & time format to be set using
11178                 %D{format}. format is a format string you'd pass to
11179                 strftime() (see man strftime, or the Display tab |
11180                 Date format setting).
11181
11182                 Currently %D converts the date to local time. 
11183
11184 2002-05-11 [paul]       0.7.5claws17
11185
11186         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11187                 see ChangeLog 2002-05-10 and 2002-05-11
11188
11189 2002-05-10 [paul]       0.7.5claws16
11190
11191         * sync with 0.7.5cvs16
11192                 see ChangeLog entries 2002-05-09 and 
11193                 2002-05-10
11194
11195 2002-05-10 [colin]      0.7.5claws15
11196
11197         * src/textview.c
11198                 Corrected a bug that prevented sylpheed to open
11199                 double-clicked URIs.
11200
11201 2002-05-09 [paul]       0.7.5claws14
11202
11203         * sync with 0.7.5cvs14
11204                 see ChangeLog 2002-05-08 and 2002-05-09
11205
11206 2002-05-08 [paul]       0.7.5claws13
11207
11208         * sync with 0.7.5cvs11
11209                 see ChangeLog entry 2002-05-08
11210
11211 2002-05-08 [paul]       0.7.5claws12
11212
11213         * src/mainwindow.c
11214           src/textview.[ch]
11215                 fix segfault on View->Open in new window
11216                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11217
11218 2002-05-07 [paul]       0.7.5claws11
11219
11220         * sync with 0.7.5cvs9
11221                 see ChangeLog entry 2002-05-07
11222
11223 2002-05-06 [paul]       0.7.5claws10
11224
11225         * src/messageview.c
11226           src/textview.c
11227                 display url in statusbar on single-click
11228                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11229
11230 2002-05-06 [match]      0.7.5claws9
11231
11232         * src/addritem.[ch]
11233                 new functions.
11234         * src/addrcache.c
11235                 tidy up.
11236         * src/xmlprops.[ch]
11237                 XML implementation of properties file.
11238         * src/exporthtml.[ch]
11239         * src/expthtmldlg.[ch]
11240         * src/addressbook.c
11241                 export to HTML.
11242
11243 2002-05-02 [sergey]     0.7.5claws8
11244
11245         * src/mainwindow.c (mainwin_entries),
11246           src/prefs_common.c (prefs_send_create()),
11247           src/codeconv.c (locale_table):
11248                 use charset name "Windows-1251" instead of "CP1251".
11249
11250 2002-05-02 [colin]      0.7.5claws7
11251         
11252         * src/compose.c
11253           src/prefs_common.c
11254           src/prefs_folder_item.c
11255                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11256
11257 2002-05-02 [hiro]       0.7.5claws6
11258
11259         * src/imap.c
11260                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11261
11262 2002-05-02 [paul]       0.7.5claws5
11263
11264         * src/compose.c
11265                 more sync with 0.7.5cvs7, see ChangeLog entry
11266                 2002-05-02
11267
11268 2002-05-02 [hiro]       0.7.5claws4
11269
11270         * src/compose.c
11271                 compose_queue_sub():
11272                 check if queue folder exists (closes #550397).
11273                 removed directory creation since it should be handled
11274                 transparently.
11275         * src/imap.c
11276                 imap_add_msg(): return UID for appended message
11277                 (closes #548842).
11278
11279 2002-04-30 [paul]       0.7.5claws3
11280
11281         * src/summaryview.c
11282                 fix account_find_from_address() bug
11283
11284 2002-04-28 [colin]      0.7.5claws2
11285
11286         * src/compose.c
11287           src/textview.c
11288           src/prefs_common.[ch]
11289           src/utils.[ch]
11290                 Added user-definable quotation characters recognition.
11291
11292 2002-04-28 [paul]       0.7.5claws1
11293
11294         * sync with 0.7.5cvs4
11295                 see ChangeLog entry  2002-04-25
11296
11297 2002-04-28 [paul]       0.7.5claws
11298
11299         * po/es.po
11300           po/nl.po
11301           po/pt_BR.po
11302                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11303                 Fabio Junior Beneditto
11304
11305 2002-04-27 [jens]       0.7.4claws103
11306
11307         * po/de.po
11308                 updated German translation.
11309
11310 2002-04-27 [hiro]       0.7.4claws102
11311
11312         * src/summaryview.c
11313                 summary_write_cache(): fixed the mark loss of hidden messages.
11314
11315 2002-04-26 [melvin]     0.7.4claws101
11316
11317         * src/procmsg.c
11318                 fixed a second typo (same one)
11319         * po/fr.po
11320           po/it.po
11321           po/pt_BR.po
11322                 fixed the type again...
11323
11324 2002-04-26 [melvin]     0.7.4claws100
11325
11326         * src/procmsg.c
11327                 fixed a typo in an alert message ("temorary").
11328         * po/it.po
11329         * po/pt_BR.po
11330                 corrected the typo  described above.
11331         * po/fr.po
11332                 updated French translation.
11333
11334 2002-04-26 [darko]      0.7.4claws99
11335
11336         * src/summaryview.c
11337                 fix target folder colorization
11338
11339 2002-04-25 [paul]       0.7.4claws98
11340
11341         * po/it.po
11342                 updated by Alessandro Maestri
11343
11344 2002-04-24 [colin]      0.7.4claws97
11345         
11346         * src/compose.c
11347                 Fixed double "subject is empty" question.
11348
11349 2002-04-23 [colin]      0.7.4claws96
11350         
11351         * src/mimeview.c
11352                 Corrected issue when "automatically display images" was
11353                 not set : first image remained after selecting second.
11354
11355 2002-04-23 [melvin]     0.7.4claws95
11356
11357         * src/prefs_actions.c
11358                 Don't display in/out dialog if there is nothing to show.
11359
11360 2002-04-23 [paul]       0.7.4claws94
11361
11362         * sync with 0.7.5cvs3
11363                 bug fixes: see ChangeLog entry 2002-04-23
11364
11365 2002-04-22 [darko]      0.7.4claws93
11366
11367         * src/compose.c
11368                 fix previous check-in which changed code after
11369                 merge from main
11370
11371 2002-04-22 [paul]       0.7.4claws92
11372
11373         * faq/de/*
11374                 add German FAQ
11375         * faq/en/*
11376           faq/es/*
11377           faq/fr/*
11378                 update English, Spanish and French FAQs
11379         * manual/de/*
11380           manual/es/*
11381                 add German and Spanish manuals
11382         * manual/en/*
11383           manual/fr/*
11384                 update English and French manuals
11385
11386         * src/Makefile.am
11387                 add to and re-arrange the pixmap entries
11388
11389 2002-04-22 [darko]      0.7.4claws91
11390
11391         * src/compose.c
11392                 fix sender initials recognition to only allow
11393                 '>' after the initials
11394
11395 2002-04-21 [paul]       0.7.4claws90
11396
11397         * sync with 0.7.5 release
11398                 see ChangeLog entry 2002-04-21
11399
11400 2002-04-21 [alfons]
11401
11402         * src/Makefile.am
11403                 add colin's new pixmaps to EXTRA_DIST
11404
11405 2002-04-21 [colin]      0.7.4claws89
11406         * src/compose.c
11407         * src/inc.c
11408         * src/mainwindow.[ch]
11409         * src/prefs_common.[ch]
11410         * src/stock_pixmap.[ch]
11411                 Added "Work offline" ability.
11412
11413 2002-04-21 [colin]      0.7.4claws88
11414         
11415         * src/mimeview.c
11416         * src/prefs_common.c
11417         * src/prefs_common.h
11418         * src/textview.c : Added an option to common preferences -> display
11419           to allow user not to automatically display images.
11420
11421 2002-04-21 [paul]       0.7.4claws87
11422
11423         * sync with 0.7.4cvs52
11424                 see ChangeLog entry 2002-04-21 (src/imap.c)
11425
11426 2002-04-21 [paul]       0.7.4claws86
11427
11428         * sync with 0.7.4cvs51
11429                 see ChangeLog entry 2002-04-21
11430
11431 2002-04-21 [paul]       0.7.4claws85
11432
11433         * sync with 0.7.4cvs49
11434                 see ChangeLog entries 2002-04-20 and 2002-04-21
11435
11436         * src/Makefile.am
11437                 clean up: remove old 'stock_' element from xpm 
11438                 filenames.
11439
11440 2002-04-21 [alfons]     0.7.4claws84
11441
11442         apply sync patch from Paul
11443
11444         * src/folderview.c
11445                 use old claws prefs_folder_item_create() for now
11446
11447 2002-04-19 [match]      0.7.4claws83
11448
11449         * src/addressbook.[ch]
11450         * src/addrharvest.[ch]
11451         * src/addrgather.[ch]
11452                 recurse folders.
11453         * src/mainwindow.c
11454         * src/summaryview.[ch]
11455                 change menu option.
11456
11457 2002-04-19 [paul]       0.7.4claws82
11458
11459         * po/pt_BR.po
11460                 updated by Fabio Junior Beneditto
11461
11462 2002-04-14 [alfons]     0.7.4claws81
11463
11464         * src/passphrase.c
11465                 add #include <sys/types.h> for mode_t and off_t 
11466
11467 2002-04-13 [paul]       0.7.4claws80
11468         
11469         * src/main.c
11470           src/passphrase.[ch]
11471           src/pgptext.c
11472           src/prefs_common.[ch]
11473           src/rfc2015.c
11474                 enable storing of GnuPG passphrase for the whole 
11475                 session or a user-defined number of minutes. patch 
11476                 submitted by Ravemax <ravemax@dextrose.com>
11477
11478 2002-04-13 [alfons]     0.7.4claws79
11479
11480         * src/textview.c
11481                 make email parser also stop scanning when encountering separators
11482                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11483
11484 2002-04-13 [paul]       0.7.4claws78
11485
11486         * sync with 0.7.4cvs39
11487                 see ChangeLog entry 2002-04-12
11488
11489 2002-04-11 [paul]       0.7.4claws77
11490
11491         * sync with 0.7.4cvs37
11492                 see ChangeLog entry 2002-04-11
11493
11494 2002-04-11 [paul]       0.7.4claws76
11495
11496         * COPYING 
11497                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11498                 the clause for OpenSSL). sync with sylpheed main
11499
11500 2002-04-09 [melvin]     0.7.4claws75
11501
11502         * src/compose.c
11503                 Made 'Ctrl-Enter' on send ignore some modifiers 
11504                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11505                 to bind other *-Enter (but not Alt-Enter).
11506
11507 2002-04-09 [paul]       0.7.4claws74
11508
11509         * sync with 0.7.4cvs35
11510                 see ChangeLog entries 2002-04-09
11511
11512 2002-04-08 [paul]       0.7.4claws73
11513
11514         * sync with 0.7.4cvs33
11515                 see ChangeLog entry 200-04-08
11516
11517 2002-04-07 [match]      0.7.4claws72
11518
11519         * src/addrharvest.[ch]
11520                 fixed to read all addresses in header, regardless
11521                 of header size. improved name parsing. accommodate
11522                 harvest from folders and selected message.
11523         * src/addritem.[ch]
11524                 included new address parsing function.
11525         * src/addrgather.[ch]
11526         * src/addressbook.[ch]
11527         * src/summaryview.[ch]
11528         * src/mainwindow.c
11529                 allow address harvest of folder as well as selected
11530                 messages.
11531
11532 2002-04-07 [paul]       0.7.4claws71
11533
11534         * src/esmtp.[ch]
11535           src/smtp.c
11536                 don't try to authenticate with CRAM-MD5 in SMTP when 
11537                 SMTP-AUTH enabled if MTA doesn't issue this 
11538                 auth-method in it's ehlo-response. bug item #531364,
11539                 patch item #938910. patch submitted by Colin Leroy 
11540                 <colin@colino.net>
11541
11542 2002-04-07 [paul]       0.7.4claws70
11543
11544         * src/nntp.c
11545                 fix missing MODE_READER bug. patch submitted by
11546                 Colin Leroy <colin@colino.net>
11547
11548 2002-04-07 [alfons]     0.7.4claws69
11549
11550         * src/matcher.[ch]
11551         * src/prefs_filtering.c
11552         * src/summaryview.c
11553                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11554                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11555
11556 2002-04-07 [paul]       0.7.4claws68
11557
11558         * sync with 0.7.4cvs32
11559                 see ChangeLog entry 2002-04-06
11560
11561         * tools/filter_conv.pl
11562                 more bug fixes
11563
11564 2002-04-06 [paul]       0.7.4claws67
11565
11566         * tools/filter_conv.pl
11567                 modify to be able to find the name of the first
11568                 mailbox and use that. main's filter does not
11569                 record the full path to the mailbox and therefore
11570                 can only filter to the first mailbox.
11571
11572 2002-04-05 [paul]       0.7.4claws66
11573
11574         * tools/filter_conv.pl
11575                 attempt to make the script all-encompassing and
11576                 be able to convert any main 'filter' rule thrown
11577                 at it
11578
11579 2002-04-05 [paul]       0.7.4claws65
11580
11581         * tools/filter_conv.pl
11582                 allow for collapsed folder trees
11583
11584 2002-04-05 [paul]       0.7.4claws64
11585
11586         * sync with 0.7.4cvs31
11587                 see ChangeLog entries 2002-04-05
11588
11589 2002-04-03 [paul]       0.7.4claws63
11590
11591         * sync with 0.7.4cvs29
11592                 see ChangeLog entries 2002-04-02 and 2002-04-03
11593
11594 2002-04-02 [paul]       0.7.4claws62
11595
11596         * sync with 0.7.4cvs26
11597                 see ChangeLog entry 2002-04-01
11598
11599 2002-04-02 [match]      0.7.4claws61
11600
11601         * src/pine.[ch]
11602         * src/importpine.[ch]
11603         * src/addressbook.c
11604                 import Pine address book.
11605
11606 2002-04-02 [match]      0.7.4claws60
11607
11608         * src/addrharvest.[ch]
11609                 improve address parsing of funky addresses.
11610
11611 2002-04-02 [darko]      0.7.4claws59
11612
11613         * src/compose.c
11614                 wrap on send improvements, it now recognizes quoted
11615                 initials as part of the quotation string, and it
11616                 does not join lines separated by CR
11617
11618 2002-04-01 [match]      0.7.4claws58
11619
11620         * src/mgutils.[ch]
11621                 added new functions.
11622         * src/mutt.[ch]
11623                 remove excessive duplicate address generation
11624                 on import.
11625
11626 2002-04-01 [alfons]     0.7.4claws57
11627         
11628         * src/summaryview.c
11629                 put back g_free() 
11630
11631 2002-04-01 [paul]       0.7.4claws56
11632
11633         * sync with 0.7.4cvs25
11634                 see ChangeLog entry 2002-04-01
11635
11636 2002-04-01 [alfons]     0.7.4aprilfool55
11637
11638         * src/summaryview.c
11639                 honour feature request item #537427 to allow for
11640                 displaying names from address book for sent mail also
11641
11642 2002-03-29 [paul]       0.7.4claws54
11643
11644         * src/mainwindow.c
11645           src/prefs_filtering.[ch]
11646           src/prefs_matcher.c
11647           src/summaryview.c
11648                 add 'fast filter' for claws' filtering,
11649                 /Tools/Create filter rule/... patch submitted
11650                 by Neill Miller <neillm@thecodefactory.org>
11651
11652 2002-03-29 [paul]       0.7.4claws53
11653
11654         * sync with 0.7.4cvs24
11655                 see ChangeLog entry 2002-03-29
11656
11657 2002-03-28 [paul]       0.7.4claws52
11658
11659         * sync with 0.7.4cvs23
11660                 see ChangeLog entry 2002-03-28
11661
11662 2002-03-27 [melvin]     0.7.4claws51
11663
11664         * src/prefs_actions.c
11665                 Added support to pass only one message part (as a
11666                 file) to the command using '%p'. No quotes are needed
11667                 because doubles quotes are automatically added.
11668                 Fixed bug where Sylpheed could block when waiting for
11669                 a child process to finish.
11670                 Changed the help menu to remove quotes around symbols to 
11671                 avoid misinterpretation (they must not be used).
11672
11673 2002-03-27 [melvin]     0.7.4claws50
11674
11675         * src/inc.c
11676                 Made the new mail notification command always 
11677                 execute asynchronously.
11678
11679 2002-03-27 [paul]       0.7.4claws49
11680
11681         * src/compose.c
11682                 fix bug introduced in last commit
11683
11684 2002-03-27 [paul]       0.7.4claws48
11685
11686         * sync with 0.7.4cvs21
11687                 see ChangeLog 2002-03-26 and 2002-03-27
11688
11689 2002-03-26 [hoa]        0.7.4claws47
11690
11691         * src/prefs_folder_item.c
11692                 really fixed the bug #516442 with folder rescan.
11693
11694 2002-03-26 [paul]       0.7.4claws46
11695
11696         * sync with 0.7.4cvs19
11697                 see ChangeLog entries 2002-03-25 and 2002-03-26
11698
11699 2002-03-25 [hoa]        0.7.4claws45
11700
11701         * src/matcher.c
11702         * src/mh.c
11703                 fix the bug #516442 with folder rescan.
11704
11705         * src/prefs_common.[ch]
11706         * src/compose.c
11707                 added an option to enable two different behaviours
11708                 for bounce.
11709
11710
11711 2002-03-25 [paul]       0.7.4claws44
11712
11713         * src/mainwindow.c
11714           src/selective_download.c
11715                 correct a few menuitem labels
11716
11717 2002-03-25 [christoph]  0.7.4claws43
11718
11719         * src/procmsg.c
11720                 fix non deleted tmp message in
11721                 procmsg_save_to_outbox
11722                 fix problems caused by sync with
11723                 main branch's procmsg_send_queue
11724
11725 2002-03-25 [paul]       0.7.4claws42
11726
11727         * src/quote_fmt.c
11728           src/quote_fmt_lex.l
11729           src/quote_fmt_parse.y
11730                 add Last name (%L) placeholder for quoting. 
11731                 patch submitted by Thorsten Thielen 
11732                 <thth@users.sourceforge.net>
11733
11734 2002-03-25 [paul]       0.7.4claws41
11735
11736         * src/utils.c
11737                 get full hostname. patch submitted by
11738                 Bob Woodside <rwoodside1@comcast.net>
11739
11740 2002-03-25 [paul]       0.7.4claws40
11741
11742         * src/account.c
11743           src/news.c
11744           src/nntp.[ch]
11745           src/prefs_account.[ch]
11746                 enable NNTP over SSL. patch submitted by
11747                 Pascal Jermini <pascal@infinity.hn.org>
11748
11749 2002-03-24 [paul]       0.7.4claws39
11750
11751         * src/prefs_common.c
11752                 make the arrangement of the Compose tab more
11753                 coherent
11754
11755         * src/mainwindow.c
11756                 fix some irregularities of style
11757
11758         * po/de.po
11759                 updated by Kilian Krause
11760
11761 2002-03-23 [paul]       0.7.4claws38
11762
11763         * po/pt_BR.po
11764                 updated by Fabio Junior Beneditto
11765
11766 2002-03-23 [paul]       0.7.4claws37
11767
11768         * src/mainwindow.c
11769                 move 'Gather addresses' to 'Tools' menu
11770                 make 'Selective download' sensitive
11771
11772 2002-03-23 [paul]       0.7.4claws36
11773
11774         * sync with 0.7.4cvs16
11775                 see ChangeLog entries 2002-03-23
11776
11777 2002-03-22 [christoph]  0.7.4claws35
11778
11779         * src/quote_fmt_parse.y
11780                 fix include program output
11781
11782 2002-03-22 [alfons]     0.7.4claws34
11783
11784         * src/pop.c
11785                 initialize GDate stack variable correctly (sorry!)
11786
11787 2002-03-22 [paul]       0.7.4claws33
11788
11789         * src/compose.c
11790           src/mainwindow.c
11791           src/prefs_actions.c
11792           src/prefs_common.c
11793                 rename 'Tool' to 'Tools'
11794
11795         * src/mainwindow.c
11796                 move 'Delete duplicated messages' from
11797                 'Message/' to 'Tools/'
11798                 re-arrange the order of 'Tools/' items
11799
11800 2002-03-22 [paul]       0.7.4claws32
11801
11802         * src/addr_compl.c
11803           src/addressbook.[ch]
11804                 auto-address completion now also matches on
11805                 Nickname. patch submitted by Bob Forsman 
11806                 <hammor@users.sourceforge.net>
11807
11808         * src/editaddress.c
11809                 correct a spelling mistake
11810
11811 2002-03-22 [alfons]     0.7.4claws31
11812
11813         * src/pop.c
11814                 fix getting uidl from incorrect string 
11815                 (spotted by Colin)
11816
11817 2002-03-21 [alfons]     0.7.4claws30
11818
11819         * src/pop.c
11820                 more code refactoring
11821                 plug mem leak introduced by delete on server
11822
11823 2002-03-21 [paul]       0.7.4claws29
11824
11825         * sync with 0.7.4cvs11
11826                 see ChangeLog entries 2002-03-20
11827
11828 2002-03-20 [alfons]     0.7.4claws28
11829
11830         * src/inc.c
11831                 apply Colin's patch and refactor
11832
11833 2002-03-20 [paul]       0.7.4claws27
11834
11835         * sync with sylpheed 0.7.4cvs9
11836                 see ChangeLog entry 2002-03-20
11837
11838 2002-03-19 [christoph]  0.7.4claws26
11839
11840         * src/mh.c
11841         * src/procmsg.[ch]
11842         * src/summaryview.c
11843                 revert changes for flag updates
11844                 (does not work correctly and no time to debug)
11845
11846 2002-03-20 [alfons]     0.7.4claws25
11847
11848         * src/pop.c
11849                 refactor should_delete() a little bit 
11850
11851 2002-03-19 [paul]       0.7.4claws24
11852
11853         * src/inc.[ch]
11854           src/pop.c
11855           src/prefs_account.[ch]
11856                 allow the user to leave downloaded mail on the 
11857                 server for n days. Patch submitted by Colin Leroy 
11858                 <colin@colino.net>
11859
11860 2002-02-19 [paul]       0.7.4claws23
11861
11862         * sync with sylpheed 0.7.4cvs8
11863                 see ChangeLog entries 2002-03-19
11864
11865 2002-03-18 [paul]       0.7.4claws22
11866
11867         * sync with sylpheed 0.7.4cvs6
11868                 see ChangeLog entry 2002-03-18
11869
11870 2002-03-18 [paul]       0.7.4claws21
11871
11872         * po/en_GB.po
11873                 add en_GB message catalogue
11874
11875         * src/mbox_folder.c
11876           src/prefs_account.c
11877           src/prefs_actions.c
11878                 correct a few spelling mistakes
11879
11880 2002-03-17 [alfons]     0.7.4claws20
11881
11882         * src/matcher.c
11883                 more stringent checks for NULL params when writing
11884                 filtering actions to a file
11885                 
11886 2002-03-17 [hoa]        0.7.3claws20
11887
11888         * src/news.c
11889                 fixed the count of new messages
11890
11891         * src/compose.c
11892                 fixed the "attachment properties" window
11893
11894 2002-03-17 [paul]       0.7.4claws19
11895
11896         * src/defs.h
11897           src/folder.h
11898           src/news.c
11899           src/prefs_account.[ch]
11900           src/procmsg.[ch]
11901           src/summaryview.c
11902                 automatically mark cross-posted messages as read 
11903                 and (optionally) give them a colour label
11904                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11905                 
11906
11907 2002-03-17 [paul]       0.7.4claws18
11908
11909         * sync with sylpheed 0.7.4cvs5
11910                 see ChangeLog entry 2002-03-17
11911
11912 2002-03-17 [melvin]     0.7.4claws17
11913         
11914         * src/textview.c
11915                 Worked around a gtktext 'bug': when searching for 
11916                 a text in a long message it was scrolling slowly
11917                 line by line until it hit the searched text.
11918         * po/fr.po
11919                 Updated French translation
11920
11921 2002-03-17 [melvin]     0.7.4claws16
11922
11923         * src/mainwindow.c
11924         * src/compose.c
11925         * src/prefs_actions.c
11926                 Moved "Edit/Actions" to "Tool/Actions"
11927                 Made mainwindow/compose window sensitive as soon as
11928                 no child process is running anymore even if the io dialog
11929                 is open.
11930                 Fixed a struct being initialized with a non constant char*
11931
11932 2002-03-16 [christoph]  0.7.4claws15
11933
11934         * configure.in
11935                 add --with-compiler-flags option
11936                 (only for developer hacking)
11937         * src/mh.c
11938         * src/procmsg.[ch]
11939         * src/summaryview.c
11940                 try to make folder-stats and flag handling more
11941                 independent from the summaryview. msgcounts
11942                 are only set when the folder is opened and
11943                 procmsg_msginfo_(un)set_flags will handle it
11944                 later and summaryview will get the values
11945                 from the folder.
11946
11947 2002-03-16 [paul]       0.7.4claws14
11948
11949         * src/messageview.c
11950                 fix Return-receipt. Patch submitted by Bob
11951                 Woodside <rwoodside1@comcast.net>
11952
11953 2002-03-16 [paul]       0.7.4claws13
11954
11955         * src/compose.c
11956                 fix 'dynamic' signatures, make it work again
11957                 broken during sync on 2002-03-14 (0.7.4claws2)
11958
11959 2002-03-15 [match]      0.7.4claws12
11960
11961         * src/addrharvest.[ch]
11962         * src/addrgather.[ch]
11963         * src/addressbook.[ch]
11964         * src/mainwindow.c
11965                 included address harvester feature. still some
11966                 issues with address parsing that I will fix.
11967
11968 2002-03-15 [match]      0.7.4claws11
11969
11970         * src/addrbook.[ch]
11971         * src/addrcache.[ch]
11972         * src/addressbook.[ch]
11973         * src/addrindex.c
11974         * src/editbook.c
11975         * src/importldif.c
11976         * src/importmutt.c
11977         * src/jpilot.[ch]
11978         * src/main.c
11979         * src/syldap.[ch]
11980         * src/vcard.[ch]
11981                 tidy up. fix memory leaks. moved attribs and methods
11982                 from individual interfaces to addrcache object. prep
11983                 for new stuff to come in.
11984
11985 2002-03-15 [alfons]     0.7.4claws10
11986
11987         * src/matcher.[ch]
11988         * src/matcher_parser_parse.y
11989         * src/matcher_parser_lex.l
11990         * src/prefs_matcher.c
11991                 add filtering conditions message greater than, smaller 
11992                 than, and exactly matching a size in bytes
11993                 (does not work with delete from POP3 server yet)
11994
11995                 this should also give others an idea what you should
11996                 do to add new criterions to claws filtering system
11997                 
11998
11999 2002-03-15 [paul]       0.7.4claws9
12000
12001         * tools/filter_conv.pl
12002                 exit if there are no filter rules to convert
12003                 rename filterrc to filterrc.old after completion
12004
12005 2002-03-15 [paul]       0.7.4claws8
12006
12007         * sync with sylpheed 0.7.4cvs3
12008                 see ChangeLog entry 2002-03-14
12009
12010 2002-03-14 [paul]       0.7.4claws7
12011
12012         * src/compose.c
12013                 clean up the last commit (ahem)
12014
12015 2002-03-14 [paul]       0.7.4claws6
12016
12017         * src/compose.c
12018                 fix bug #515655. honour account preferences
12019                 regarding gpg default signing/encryption when 
12020                 changing account from the compose window.
12021
12022 2002-03-14 [paul]       0.7.4claws5
12023
12024         * src/folderview.c
12025                 remove unnecessary curly brackets
12026
12027 2002-03-14 [paul]       0.7.4claws4
12028
12029         * src/folderview.c
12030           src/prefs_filtering.[ch]
12031                 add filter rename on folder rename and filter
12032                 delete on folder delete. Patch submitted by
12033                 Neill Miller <neillm@thecodefactory.org> 
12034
12035 2002-03-14 [christoph]  0.7.4claws3
12036
12037         * src/procmsg.c
12038         * src/send.c
12039                 fix local delivery
12040                 (patch submitted by "Simon 'corecode' Schubert")
12041         * src/prefs_common.c
12042         * src/procmsg.c
12043                 fix gcc 3.0 warning
12044
12045 2002-03-14 [paul]       0.7.4claws2
12046
12047         * sync with sylpheed 0.7.4cvs2
12048                 see ChangeLog entry 2002-03-13
12049
12050 2002-03-12 [darko]      0.7.4claws1
12051
12052         * src/mainwindow.c
12053                 fix what seems to be a copy and paste error
12054                 when setting color for important messages
12055                 (reported by wwp)
12056
12057 2002-03-11 [paul]       version 0.7.4claws released
12058
12059 2002-03-11 [paul]       0.7.4claws
12060
12061         * po/es.po
12062           po/it.po
12063           po/nl.po
12064           po/pt_BR.po
12065                 update message catalogs. Submitted by Ricardo Mones 
12066                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12067                 Fabio Junior Beneditto
12068
12069         * configure.in
12070           faq/Makefile.am
12071           faq/it/Makefile
12072           faq/it/sylpheed-faq*
12073           src/mainwindow.c
12074           src/manual.[ch]
12075                 add FAQ in Italian
12076         
12077
12078 2002-03-11 [jens]       0.7.3claws7
12079
12080         * po/de.po
12081                 updated German translation
12082
12083 2002-03-11 [melvin]     0.7.3claws6
12084
12085         * po/fr.po
12086                 updated and corrected French translation
12087
12088 2002-03-10 [hoa]        0.7.3claws5
12089
12090         * src/account.c
12091         * src/inc.c
12092         * src/prefs_account.c
12093         * src/procmsg.c
12094         * src/send.[ch]
12095                 fixed the local account.
12096                 you have to change the default "/usr/sbin/sendmail"
12097                 to "/usr/sbin/sendmail -t" in the preferences of
12098                 the local account.
12099
12100         * src/procmime.c
12101                 removed some debug display for renderer
12102
12103 2002-03-10 [paul]       0.7.3claws4
12104
12105         * faq/en/sylpheed-faq-1.html
12106           faq/en/sylpheed-faq-2.html
12107                 update
12108
12109 2002-03-09 [paul]       0.7.3claws3
12110
12111         * sync with sylpheed 0.7.4
12112                 see ChangeLog entry 2002-03-09
12113
12114 2002-03-08 [paul]       0.7.3claws2
12115
12116         * faq/en/sylpheed-faq*
12117           faq/es/sylpheed-faq*
12118           faq/fr/sylpheed-faq*
12119                 update the FAQs
12120
12121         * manual/fr/.cvsignore
12122           manual/fr/Makefilea.am
12123           manual/fr/sylpheed*
12124           src/mainwindow.c
12125           src/manual.[ch]
12126                 add the French manual
12127
12128 2002-03-07 [paul]       0.7.3claws1
12129
12130         * sync with sylpheed 0.7.3cvs4
12131                 see ChangeLog entries  2002-03-06 and 2002-03-07
12132         
12133         * po/nl.po
12134                 updated by Wilbert Berendsen
12135
12136 2002-03-07 [melvin]     0.7.2claws34
12137
12138         * src/selective_download.c
12139                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12140
12141 2002-03-06 [paul]       0.7.2claws33
12142
12143         * sync with sylpheed 0.7.3cvs1
12144                 bug fix, see ChangeLog entry 2002-03-05
12145
12146 2002-03-05 [paul]       0.7.2claws32
12147
12148         * src/mimeview.c
12149           src/pgptext.[ch]
12150           src/procmsg.c
12151                 reverse the pgp ascii-armored code implemented in 
12152                 0.7.2claws16. removal of this code until it matures.
12153                 this means that verifying ascii-armored pgp sigs and
12154                 automatic decryption of ascii-armored encrypted
12155                 messages no longer works.
12156
12157 2002-03-05 [paul]       0.7.2claws31
12158
12159         * configure.in
12160           Makefile.am
12161         * faq/Makefile.am
12162         * faq/en/Makefile.am
12163           faq/en/sylpheed-faq.html
12164           faq/en/sylpheed-faq-1.html
12165           faq/en/sylpheed-faq-2.html
12166           faq/en/sylpheed-faq-3.html
12167         * faq/es/Makefile.am
12168           faq/es/sylpheed-faq.html
12169           faq/es/sylpheed-faq-1.html
12170           faq/es/sylpheed-faq-2.html
12171           faq/es/sylpheed-faq-3.html
12172           faq/es/sylpheed-faq-4.html
12173         * faq/fr/Makefile.am
12174           faq/fr/sylpheed-faq.html
12175           faq/fr/sylpheed-faq-1.html
12176           faq/fr/sylpheed-faq-2.html
12177           faq/fr/sylpheed-faq-3.html
12178         * src/Makefile.am
12179           src/defs.h
12180           src/mainwindow.c
12181           src/manual.[ch]
12182                 add FAQs in English, Spanish and French
12183
12184
12185 2002-03-05 [paul]       0.7.2claws30
12186
12187         * manual/en/sylpheed.html
12188           manual/en/sylpheed-XX.html
12189                 updated the English manual
12190
12191 2002-03-05 [hoa]        
12192
12193         * src/summaryview.c
12194                 dialog box pops up if the article can't be deleted.
12195
12196 2002-03-04 [paul]       
12197         
12198         * po/pt_BR.po
12199                 updated by Fabio Junior Benedito
12200
12201 2002-03-04 [hoa]
12202
12203         * removed ac/gpgme.m4
12204                 to avoid autogen common problem
12205                 developers have to install gpgme development package now
12206
12207         * src/compose.c
12208                 encoding to 7bit or 8bit is enabled.
12209
12210 2002-03-03 [alfons]     0.7.2claws29
12211
12212         * src/pop.c
12213                 merge fix by Oliver Haertel for selective
12214                 download buglet
12215
12216 2002-03-03 [paul]       0.7.2claws28
12217         
12218         * sync with sylpheed 0.7.3
12219
12220 2002-03-03 [paul]       0.7.2claws27
12221
12222         * sync with sylpheed 0.7.2cvs24
12223                 see ChangeLog entries 2002-03-02 and 2002-03-03
12224
12225 2002-03-02 [melvin]     0.7.2claws26
12226
12227         * src/inc.[ch]
12228         * src/main.c
12229         * src/mainwindow.c
12230         * src/prefs_common.[ch]
12231                 Added user definable notification on new mail arrival.
12232                 Removed unused variables in spell checker prefs code.
12233
12234 2002-03-02 [melvin]     0.7.2claws25
12235
12236         * src/quote_fmt.c
12237                 Removed unnecessary escape sequences.
12238                 Changed 'Initial...' to 'Initials of Sender'
12239
12240 2002-03-02 [paul]       0.7.2claws24
12241
12242         * sync with sylpheed 0.7.2cvs22
12243                 see ChangeLog entry 2002-03-01
12244
12245 2002-03-01 [hoa]        0.7.2claws23
12246
12247         * src/mainwindow.c
12248                 Set sensitivity of delete actions to active
12249                 even if the folder is a newsgroup.
12250
12251         * src/summaryview.c
12252                 - Set sensitivity of delete actions
12253                 - Added function check_permission() that will check if the
12254                   user is authorized to delete a message. For news, it
12255                   will check if the author is the same.
12256                 - Enabled deletion when there is no trash folder.
12257
12258         * src/news.[ch]
12259                 - Added news_cancel_article() to cancel articles
12260                 - Implemented news_remove_message() (public function)
12261
12262 2002-03-01 [paul]       0.7.2claws22
12263
12264         * src/gtkutils.c
12265           src/textview.c
12266                 recognise urls that that don't include 'http://' and
12267                 simply begin 'www.' 
12268
12269         * AUTHORS
12270                 remove duplicated name
12271
12272 2002-02-28 [paul]       0.7.2claws21
12273
12274         * src/mainwindow.c
12275           src/summaryview.[ch]
12276                 add ability to 'Select thread'
12277                 combines Melvin's "Select thread's head" patch (#510907)
12278                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12279                 patch (#518514) 
12280
12281 2002-02-28 [paul]       0.7.2claws20
12282
12283         * src/mimeview.c
12284                 hopefully fix segfault on right-clicking a mime part
12285                 that some people have experienced.      
12286                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12287
12288 2002-02-28 [paul]       0.7.2claws19
12289
12290         * sync with sylpheed 0.7.2cvs21
12291                 see ChangeLog entries 2002-02-27 and 2002-02-28
12292
12293 2002-02-27 [paul]       0.7.2claws18
12294
12295         * sync with sylpheed 0.7.2cvs18
12296                 see ChangeLog entries 2002-02-26 and 2002-02-27
12297
12298 2002-02-26 [alfons]     0.7.2claws17
12299
12300         * src/procheader.c
12301                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12302                 (spotted by Chris Hessman <idatech@gmx.net>)
12303
12304 2002-02-26 [paul]       0.7.2claws16
12305
12306         * src/mimeview.c
12307           src/pgptext.[ch]
12308           src/procmsg.c
12309                 make decryption of ascii-armored pgp encrypted messages
12310                 and verification of ascii-armored signatures work again.
12311                 slightly altered from the patch by Jens Jahnke 
12312                 <jan0sch@gmx.net>
12313
12314                 ##FIX ME##
12315                 * the checking of plaintext signatures always comes up in 
12316                   a popup box
12317                 * it doesn't work for multipart messages 
12318                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12319                   including the msg headers and these 2 line themselves, are 
12320                   not displayed
12321
12322         * src/mainwindow.c
12323                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12324                 "View/Message View" becomes "View/Separate Message View"
12325                 because its less ambiguous.
12326
12327         * po/es.po
12328                 updated by Ricardo Mones Lastra
12329
12330 2002-02-26 [paul]       0.7.2claws15
12331
12332         * sync with sylpheed 0.7.2cvs17
12333                 see ChangeLog entries 2002-02-25 and 2002-02-26
12334
12335 2002-02-25 [christoph]  0.7.2claws14
12336
12337         * src/filtering.[ch]
12338         * src/inc.c
12339                 do filtering stuff after all messages have been received
12340                   1. drop all messages to .processing
12341                   2. scan processing folder for messages
12342                   3. filter messages or move to inbox
12343                 this will also find old messages left in processing after
12344                 a crash or something like that and we get a real msginfo
12345                 from folder->get_msg_list and do not have to create our
12346                 own in filter_message
12347         * src/matcher_parser_parse.y
12348                 remove MIX/MAX warning (reordered includes)
12349
12350 2002-02-25 [paul]       0.7.2claws13
12351
12352         * sync with sylpheed 0.7.2cvs15
12353                 see ChangeLog entry 2002-02-24
12354
12355 2002-02-24 [alfons]     0.7.2claws12
12356
12357         * src/filtering.c
12358                 clear old color flags first when applying a new color to
12359                 a message info. 
12360                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12361
12362 2002-02-24 [alfons]     0.7.2.claws11
12363         
12364         * AUTHORS
12365         * src/prefs_common.c
12366                 add presets for Opera and Konqueror, closes patch #517261,
12367                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12368
12369 2002-02-24 [alfons]     0.7.2.claws10
12370
12371         * AUTHORS
12372         * src/summaryview.c
12373                 fix threading for null message ids, closes patch #521601,
12374                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12375
12376 2002-02-24 [alfons]     0.7.2claws9
12377
12378         * src/summaryview.c
12379         * src/filtering.c
12380                 make Tool | Filter Message work with filtering system so
12381                 setting flags also works
12382
12383                 TODO:
12384
12385                 - Processing uses the same function as Tool | Filter
12386                   Message, but doesn't use the same update proc yet
12387
12388 2002-02-23 [paul]       0.7.2claws8
12389
12390         * sync with sylpheed 0.7.2cvs14
12391                 see ChangeLog entries 2002-02-22 and 2002-02-23
12392
12393 2002-02-22 [christoph]  0.7.2claws7
12394
12395         * src/quote_fmt.c
12396                 Add column space to table
12397         * src/quote_fmt_parse.y
12398                 Close files
12399
12400 2002-02-22 [paul]       0.7.2claws6
12401
12402         * src/Makefile.am
12403           src/defs.h
12404           src/filtering.c
12405           src/inc.[ch]
12406           src/mainwindow.c
12407           src/matcher.[ch]
12408           src/matcher_parser_lex.l
12409           src/matcher_parser_parse.y
12410           src/pop.[ch]
12411           src/prefs_account.h
12412           src/prefs_filtering.c
12413           src/selective_download.[ch]   *** NEW FILES ***
12414           src/utils.[ch]
12415           po/POTFILES.in
12416                 Selective Download added to 'Tool' menu. 
12417                 Retrieves email headers of the currently selected pop3 
12418                 account and allows the user to mark emails for deletion 
12419                 right on the pop3 server. Patch submitted by Oliver Haertel 
12420                 <oha@users.sourceforge.net>.
12421         
12422         * po/POTFILES.in
12423                 add 'src/quote_fmt.c'           
12424
12425 2002-02-22 [christoph]  0.7.2claws5
12426
12427         * src/Makefile.am
12428                 added quote_fmt.c
12429         * src/prefs_common.[ch]
12430         * src/prefs_template.c
12431         * src/quote_fmt.c               *** NEW FILE ***
12432         * src/quote_fmt.h
12433                 move quote format symbol description code
12434                 to it's own file because it is used from
12435                 differnent code parts
12436                 Rewrote symbol description GUI
12437                   + use table
12438                   + add separators
12439                   + get data from array (no more long constant strings)
12440         * src/quote_fmt_lex.l
12441         * src/quote_fmt_parse.y
12442                 Symbol for Literal % changed to \% instead of %%
12443                 (More logical as \ is used for quoting for other symbols)
12444                 Add |f and |p to include files and program output
12445                 Examples:
12446                     |f{/home/.../.signature}
12447                     |p{date}
12448         * po/de.po
12449                 Correct wrong spelling for "Referenzen"
12450
12451 2002-02-21 [paul]       0.7.2claws4
12452
12453         * src/procmsg.c
12454                 forgotten during sync
12455
12456 2002-02-21 [paul]       0.7.2claws3
12457
12458         * sync with sylpheed 0.7.2cvs11
12459                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12460                 2002-02-20 and 2002-02-21
12461
12462 2002-02-20 [melvin]     0.7.2claws2
12463
12464         * src/prefs_actions.c
12465                 Added error report when child cannot fork or when execvp 
12466                 returns with an error.
12467
12468 2002-02-19 [christoph]  0.7.2claws1
12469
12470         * src/codeconv.c
12471                 return unconverted text if conde conversion is not possible
12472                 when libjconv is used.
12473                 (patch submitted by "Simon 'corecode' Schubert")
12474
12475 2002-02-19 [paul]       
12476
12477         * version 0.7.2claws release
12478
12479 2002-02-19 [paul]       0.7.2claws
12480
12481         * po/nl.po
12482                 updated by Wilbert Berendsen
12483
12484
12485 2002-02-18 [alfons]     0.7.1claws13
12486
12487         * src/syldap.c
12488         * src/jpilot.c
12489                 remove references to dlfcn and explicitly loading functions
12490                 from dynalink libs, because libs linked anyway, and functions
12491                 are loaded explicitly
12492
12493 2002-02-17 [melvin]     0.7.1claws12
12494
12495         * src/prefs_actions.c
12496                 Replaced children wait loop with double fork technique.
12497                 Now, input/output window updated at each new output.
12498                 free_children(): Fixed a memory leak.
12499                 Made input/output window non closable if running children
12500                 still exist.
12501                 Added missing <unistd.h> include.
12502                 Added some --debug outputs.
12503
12504 2002-02-17 [melvin]     0.7.1claws11
12505
12506         * src/summaryview.c
12507                 Fixed bug where descending sort order did not select top
12508                 message.
12509
12510 2002-02-17 [melvin]     0.7.1claws10
12511
12512         * acconfig.h
12513                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12514         * src/prefs_common.c
12515                 Pspell data package directory no more hard coded but
12516                 set during configuration (PSPELL_PATH). (Thanks to 
12517                                 Gustavo Noronha Silva.)
12518
12519 2002-02-17 [melvin]     0.7.1claws9
12520
12521         * configure.in
12522                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12523         * src/gtkspell.c
12524                 Fixed compile-time warnings.
12525
12526 2002-02-16 [alfons]     0.7.1claws8
12527
12528         * src/filesel.c
12529                 fix inadvertent free of NULL pointer which caused
12530                 sylpheed to crash when closing the save-as dialog
12531                 using the window close button
12532
12533 2002-02-16 [carsten]    0.7.1claws7
12534         * src/mainwindow.[ch]
12535           src/summaryview.c
12536           src/prefs_common.c
12537                 fixes for pixmap theming code:
12538                         - recently changed mail attributes shouldn't get
12539                           lost any longer
12540                         - theme is only reloaded iff another theme was
12541                           selected
12542
12543 2002-02-16 [paul]       0.7.1claws6
12544
12545         * sync with sylpheed 0.7.2 release
12546                 see ChangeLog entry 2002-02-15 and 2002-02-16
12547
12548 2002-02-15 [paul]       0.7.1claws5
12549
12550         * sync with sylpheed 0.7.1cvs9
12551                 see ChangeLog entry 2002-02-15
12552
12553         * po/POTFILES.in
12554                 remove unneeded headerwindow.c entry
12555
12556 2002-02-14 [carsten]    0.7.1claws4
12557         * src/summaryview.c
12558                 fixed a bug for "Go to next unread message": there was
12559                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12560                 in the prefs, because of doing "Search again" instead
12561                 "No"
12562
12563 2002-02-14 [carsten]    0.7.1claws3
12564         * src/stock_pixmap.c
12565                 removed 2 more mem leaks; following memprof,
12566                 this code is "leak free" now :)
12567
12568 2002-02-14 [carsten]    0.7.1claws2
12569         * src/stock_pixmap.c
12570                 used opendir/readdir/closedir instead of scandir
12571                 -> code should work now on Solaris
12572
12573 2002-02-14 [paul]       0.7.1claws1
12574
12575         * sync with sylpheed 0.7.1cvs8
12576                 see ChangeLog entries 2002-02-13 and 2002-02-14
12577
12578         * README.claws
12579                 add some description of Actions and Pixmap Themes
12580
12581 2002-02-13 [paul]       
12582
12583         * version 0.7.1claws release
12584
12585 2002-02-13 [paul]       0.7.1claws
12586
12587         * po/es.po
12588           po/it.po
12589           po/pt_BR.po
12590                 updated translations, submitted by Ricardo Mones Lastra,
12591                 Alessandro Maestri and Fabio Junior Beneditto
12592
12593 2002-02-13 [melvin]     0.7.0claws75
12594
12595         * src/prefs_actions.c
12596                 Added missing "signal.h" include
12597
12598 2002-02-13 [melvin]     0.7.0claws74
12599
12600         * src/prefs_folder_item.c
12601                 Added missing "config.h" include
12602         * po/fr.po
12603                 Updated French translation for folder propriety.
12604
12605 2002-02-13 [jens]       0.7.0claws73
12606
12607         * po/POTFILES.in
12608                 Added missing src/prefs_folder_item.c [log added by melvin]
12609         * po/de.po
12610                 Updated German translation.
12611
12612 2002-02-13 [melvin]     0.7.0claws72
12613
12614         * po/fr.po
12615                 Updated French translation.
12616
12617 2002-02-13 [melvin]     0.7.0claws71
12618
12619         * src/gtkutils.c
12620                 Made gtkut_editable_get_selection return NULL if selection
12621                 is of length zero.
12622                 This fixes a bug where selecting part of message A then
12623                 switching to message B and replying to it will not
12624                 quote the message's body.
12625
12626 2002-02-12 [paul]       0.7.0claws70
12627
12628         * src/mainwindow.c
12629                 cosmetic, relating to pixmap themes: on toolbar make 
12630                 updating of 'Exec' and 'Compose news/Compose email'
12631                 icons faster.
12632
12633 2002-02-12 [carsten]    0.7.0claws69
12634         * src/folderview.c
12635           src/mainwindow.[ch]
12636           src/stock_pixmap.c
12637           src/summaryview.c
12638           src/prefs_common.c
12639                 - refreshing after changing pixmap theme better
12640                   now (thanks Paul)
12641                 - wanted to remove some mem leaks, but alfons was
12642                   faster (and had the better solution ;)
12643
12644 2002-02-12 [alfons]     0.7.0claws68
12645
12646         * src/prefs_common.c
12647         * src/stock_pixmap.[ch]
12648                 plug mem leaks, refactor code a little bit
12649
12650
12651 2002-02-12 [sergey]     0.7.0claws67
12652
12653         * src/imap.c
12654                 Fixed problem with copying messages to IMAP folders when the
12655                 server uses something other than '/' as a namespace separator
12656                 (cyrus-imapd uses '.').
12657
12658 2002-02-12 [jens]       0.7.0claws66
12659
12660         * po/de.po
12661                 Updated German Translation
12662
12663 2002-02-12 [paul]       0.7.0claws65
12664
12665         * sync with sylpheed 0.7.1cvs1
12666                 see ChangeLog entry 2002-02-12
12667
12668 2002-02-12 [melvin]     0.7.0claws64
12669
12670         * src/prefs_actions.c
12671                 Fixed "feature" where children's output was duplicated 
12672                 instead of refreshed while monitoring.
12673                 Removed some debug code.
12674
12675 2002-02-12 [christoph]  0.7.0claws63
12676
12677         * src/compose.c
12678                 always delete message from queue after sending/send error
12679                 (closes bug #509601)
12680
12681 2002-02-12 [melvin]     0.7.0claws62
12682
12683         * src/prefs_actions.c
12684                 Children wait loop is now triggered with a timeout of 1s
12685                 Added %F which is replaced with the list of filenames 
12686                 of all selected messages (as suggested by Ricardo Mones Lestra)
12687                 Pipe syntax changed. Prefix with | to send selection, postfix
12688                 with | to retrieve output. Prefix with > or * to send
12689                 user definable input to the command (*: input is hidden)
12690                 Old pipe action should now be postfixed with |, too.
12691
12692 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12693         * src/stock_pixmap.c
12694                 fixed a bug: if there's no theme directory don't
12695                 throw an error, just do "nothing" (thanks Alfons)
12696
12697 2002-02-12 [carsten]    0.7.0claws60
12698         * src/folderview.c
12699           src/summaryview.c
12700                 had to write the cache twice (nasty!); some marks would 
12701                 get lost if not
12702
12703 2002-02-11 [carsten]    0.7.0claws59
12704         * acconfig.h
12705           configure.in
12706           doc-src/maintainer_guide.txt
12707           src/compose.[ch]
12708           src/defs.h
12709           src/folderview.[ch]
12710           src/gtkutils.[ch]
12711           src/mainwindow.[ch]
12712           src/prefs_common.[ch]
12713           src/stock_pixmap.[ch]
12714           src/summaryview.[ch]
12715                 pixmap theming and related work on pixmap
12716                 handling on some other places
12717                 (e.g. hrm features for all folder)
12718           src/pixmap/stock_*.xpm -> the stock_ was removed
12719         
12720 2002-02-11 [paul]       0.7.0claws58
12721
12722         * sync with sylpheed 0.7.1 release
12723                 see ChangeLog entries 2002-02-11
12724
12725 2002-02-08 [paul]       0.7.0claws57
12726
12727         * sync with sylpheed 0.7.0cvs39
12728                 see ChangeLog entry 2002-02-07 (last entry) 
12729
12730         * src/prefs_actions.c
12731           src/prefs_filtering.c
12732           src/prefs_matcher.c
12733           src/prefs_scoring.c
12734                 sync: made it compile with C compilers other than gcc
12735
12736 2002-02-07 [paul]       0.7.0claws56
12737
12738         * sync with sylpheed 0.7.0cvs38
12739                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12740                 2002-02-07
12741
12742 2002-02-07 [darko]      0.7.0claws55
12743
12744         * src/gtkutils.[ch]
12745         * src/summaryview.c
12746                 Fix const gchar */gchar * issue (thanks Hiro)
12747
12748 2002-02-07 [darko]      0.7.0claws54
12749
12750         * src/compose.[ch]
12751         * src/filtering.c
12752         * src/gtkutils.[ch]
12753         * src/prefs_template.c
12754         * src/quote_fmt.h
12755         * src/quote_fmt_parse.y
12756         * src/summaryview.c
12757         * src/utils.[ch]
12758                 When replying or forwarding an email don't quote the entire
12759                 mail body but use the part of the message text that is selected
12760
12761 2002-02-06 [melvin]     0.7.0claws53
12762
12763         * src/prefs_common.[ch]
12764         * src/gtkspell.[ch]
12765         * src/compose.c
12766                 Made possible to switch quickly to last used dictionary
12767                 which makes checking bilingual documents easier.
12768
12769 2002-02-06 [melvin]     0.7.0claws52
12770         
12771         * po/POTFILES.in
12772                 Added forgotten new file src/prefs_actions.c
12773
12774 2002-02-06 [melvin]     0.7.0claws51
12775
12776         * src/prefs_actions.c   ** NEW FILE **
12777         * src/prefs_actions.h   ** NEW FILE **
12778                 Added actions to execute on message text view, or on the
12779                         message's file.
12780         * src/Makefile.am
12781                 Added src/prefs_actions.[ch]
12782         * src/compose.c
12783                 Added new menu "Edit/Actions"
12784         * src/defs.h
12785                 Added new actionsrc file.
12786         * src/main.c
12787                 Added actionsrc reading.
12788         * src/mainwindow.c
12789                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12790         * src/prefs_common.h
12791                 Added new element actionslst element to prefs_common.
12792
12793 2002-02-06 [paul]       0.7.0claws50
12794
12795         * sync with sylpheed 0.7.0cvs36
12796                 see ChangeLog entry 2002-02-06
12797
12798 2002-02-05 [paul]
12799
12800         * po/es.po
12801                 updated by Ricardo Mones Lastra
12802
12803 2002-02-05 [paul]       0.7.0claws49
12804
12805         * sync with sylpheed 0.7.0cvs33
12806                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12807
12808 2002-02-05 [paul]       0.7.0claws48
12809
12810         * src/compose.c
12811                 re-add 'Edit/Advanced/Delete entire line', previously named
12812                 'Delete Line+'
12813
12814 2002-02-04 [paul]       0.7.0claws47
12815
12816         * src/compose.c
12817           src/summaryview.c
12818                 fix bug #494993 (Reply All not taking Reply-To into consi)
12819                 eliminate differences in behaviour of right-click 'Reply to all' 
12820                 in summary view and 'Reply to all' on the toolbar. 
12821                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12822                 view and From gets ignored by 'Reply to all' on toolbar.
12823                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12824                 From when no Reply-To header is present.
12825
12826 2002-02-04 [paul]       0.7.0claws46
12827
12828         * sync with sylpheed 0.7.0cvs30
12829                 see ChangeLog entries 2002-02-03 and 2002-02-04
12830
12831 2002-02-03 [melvin]     0.7.0claws45
12832
12833         * src/gtkspell.[ch]
12834                 Readded function to highlight all misspelled words.
12835                 Fixed bug where user-provided-words did not replace
12836                         correctly the misspelled word when using the mouse.
12837                 Fixed bug where checking a region selected from right to left did
12838                         not check the region at all.
12839                 Fixed bug where 'Check backwards' may not check at all. 
12840                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12841                 Fixed possible buffer overflow when checking for long strings (>1k).
12842                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12843                 Accelerators code uses now gtk_widget_add_accel.
12844                 Removed and disabled obsolete and unfinished code.
12845                 Cleaning up.
12846
12847         * src/compose.c
12848                 Added menu item to Highlight all misspelled words.
12849
12850 2002-02-01 [paul]       0.7.0claws44
12851
12852         * src/mainwindow.c
12853                 fix '/View/Hide read messages' sensitivity when all
12854                 messages in a folder are hidden
12855
12856 2002-02-01 [paul]       0.7.0claws43
12857
12858         * src/main.c
12859                 add --send option to command line interface, sends all
12860                 queued mail. Patch submitted by Ricardo Mones Lastra.
12861
12862 2002-01-31 [paul]       0.7.0claws42
12863
12864         * src/mainwindow.c
12865                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12866
12867 2002-01-31 [paul]       0.7.0claws41
12868
12869         * sync with sylpheed 0.7.0cvs27
12870                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12871                 and 2002-01-31
12872
12873         * src/textview.c
12874                 comment out elements of textview_show_part() as temporary
12875                 workaround for attachment 'Display as text' bug 
12876
12877         * po/pt_BR.po
12878                 updated by Fabio Junior Beneditto
12879
12880 2002-01-30 [paul]       0.7.0claws40
12881
12882         * sync with sylpheed 0.7.0cvs24
12883                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12884                 and 2002-01-30
12885
12886         * src/compose.c
12887                 add {N_("/_Spelling"), ... "<Branch>"} to 
12888                 GtkItemFactoryEntry compose_entries[]
12889
12890         * src/prefs_common.c
12891                 add claws menu items to prefs_keybind_apply_clicked()
12892                 and remove non-claws menu items
12893
12894 2002-01-29 [paul]       0.7.0claws39
12895
12896         * sync with sylpheed 0.7.0cvs22
12897                 see ChangeLog entries 2002-01-28 and 2002-01-29
12898
12899 2002-01-28 [melvin]     0.7.0claws38
12900
12901         * src/compose.c
12902                 Added the declartion of compose_send_control_enter.
12903
12904         * src/compose.c
12905         * src/gtkspell.[ch]
12906                 Added in a 'Spelling' menu which includes the configuration menu. 
12907                 Added a real 'Check all' and got rid from the old one which only
12908                 highlited misspelled word.
12909                 Made 'Check while typing' a disableable option.
12910                 Added a dialog when there are no more misspelled word.
12911                 Added a dialog if error occurs when switching to a dictionary.
12912         
12913         * src/prefs_common.[ch]
12914                 Added option for the default 'Check while typing' option.
12915
12916
12917 2002-01-28 [alfons]     0.7.0claws37
12918
12919         * src/compose.c
12920                 fix buglet and make code comply with sylpheed code style
12921
12922 2002-01-28 [paul]       0.7.0claws36
12923
12924         * sync with sylpheed 0.7.0cvs19
12925                 see ChangeLog entries for 2002-01-28
12926
12927 2002-01-28 [hoa]        0.7.0claws35
12928
12929         * src/defs.h
12930                 added rendererrc
12931
12932         * src/main.c
12933                 read the renderer config
12934
12935         * src/procmime.[ch]
12936                 use the renderer config to convert mime attachments
12937
12938         * src/textview.c
12939                 don't use textview_show_html/ertf,
12940                 use get_text_content instead
12941
12942 2002-01-27 [alfons]     0.7.0claws34
12943         
12944         * src/news.c
12945                 make sylpheed believe it can delete a news message...
12946                 (messages are NOT deleted, maybe we should remove
12947                 processing from the folder properties after all.)
12948
12949 2002-01-27 [alfons]     0.7.0claws33
12950
12951         * src/folder.c
12952                 add extra checks
12953         * src/news.c
12954                 implement remove_msg() 
12955
12956 2002-01-27 [alfons]     0.7.0claws32
12957
12958         * src/procmsg.h
12959         * src/procheader.c
12960         * src/messageview.c
12961                 fix return receipt / disposition notification again. this
12962                 stuff seems to break on _every_ major summary UI change, so
12963                 it's now implemented using a flag which is saved in the
12964                 marks cache
12965                 
12966 2002-01-26 [alfons]     0.7.0claws31
12967
12968         * src/import.c
12969                 let import dialog show the destination folder identifier
12970
12971 2002-01-26 [melvin]     0.7.0claws30
12972
12973         * src/folderview.c
12974         * src/summaryview.c
12975                 Readded 'Mark all read' into summary view popup menu
12976                 Added 'Mark all read' in folder view popup menu for IMAP
12977                 and NNTP.
12978                 Made it insensitive if the selected folder is not the shown
12979                 one to avoid 'Mark all read' on the wrong folder.
12980                 
12981 2002-01-26 [paul]       0.7.0claws29
12982
12983         * src/folderview.c
12984           src/summaryview.c
12985                 move 'Mark all read' from summary view to folder view
12986                 menu. (adapted from) patch submitted by Jeremy Andrews,
12987                 <lists@kerneltrap.com>
12988
12989 2002-01-25 [alfons]     0.7.0claws28
12990
12991         * src/gtkstext.c
12992                 put the gtk class name back so GtkSText adapts the 
12993                 settings of GtkText
12994
12995 2002-01-25 [alfons]     0.7.0claws27
12996
12997         * src/folderview.c 
12998                 assimilate Ricardo's patch that shows pixmaps instead of
12999                 plain "new" and "unread" texts in the folder view column
13000                 headers 
13001
13002 2002-01-25 [paul]       0.7.0claws26
13003
13004         * src/Makefile.am
13005                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13006                 be found in non-standard locations. 
13007                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13008
13009 2002-01-25 [paul]       0.7.0claws25
13010
13011         * sync with sylpheed 0.7.0cvs16
13012                 see ChangeLog entry 2002-01-25
13013
13014 2002-01-24 [paul]       0.7.0claws24
13015
13016         * more sync with sylpheed 0.7.0cvs15
13017                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13018
13019 2002-01-23 [sergey]     0.7.0claws23
13020
13021         * src/importldif.c
13022                 Fixed segfault when closing LDIF import wizard with
13023                 the window manager.
13024         * src/imageview.c
13025         * src/imageview.h
13026         * src/messageview.c
13027         * src/mimeview.c
13028                 Fixed wrong scrolling position after switching between
13029                 text and image parts.
13030
13031 2002-01-23 [paul]       0.7.0claws22
13032
13033         * sync with sylpheed 0.7.0cvs15
13034                 see ChangeLog entries 2002-01-22 and 2002-01-23
13035
13036 2002-01-21 [melvin]     0.7.0claws21
13037
13038         * src/prefs_scoring.c
13039         * src/prefs_filtering.c
13040                 Fixed bug where scoring and filtering windows stopped
13041                 autochecking.
13042
13043 2002-01-21 [paul]       0.7.0claws20
13044
13045         * sync with sylpheed 0.7.0cvs12
13046                 see ChangeLog entries 2002-01-20 and 2002-01-21
13047
13048 2002-01-21 [carsten]    0.7.0claws19
13049         * src/mainwindow.c
13050         * src/menu.[ch]
13051         * src/messageview.[ch]
13052         * src/summaryview.[ch]
13053                 changes to shortcuts handling again:
13054                         + "Q" now controled by mainwin
13055                         + v/V are now customizable and have slightly
13056                           different meanings
13057                 the "button" to minimize the messageview (and maximize
13058                 the summary view) is a real button now
13059         * src/compose.c
13060                 "Delete Line+" added to Edit/Advanced (this will also
13061                 delete the '\n')
13062
13063 2002-01-20 [melvin] 0.7.0claws18
13064
13065         * src/addressbook.c
13066                 Made "Bcc" sensitive when addressbook is called from
13067                 compose window (it was a Claws only bug).
13068
13069 2002-01-19 [alfons] 0.7.0claws17
13070
13071         * src/inc.c
13072                 prevent unnecessary updates when currently selected folder has
13073                 no new messages 
13074
13075 2002-01-19 [alfons] 0.7.0claws16
13076         
13077         * src/summaryview.c
13078                 prevent writing the cache based on current message list in summary 
13079                 view when filtering also put messages in currently selected folder
13080
13081 2002-01-19 [paul]
13082
13083         * po/it.po
13084                 Italian translation submitted by Alessandro Maestri
13085                 <a.maestri@cs.tin.it>
13086
13087 2002-01-18 [melvin]     0.7.0claws15
13088
13089         * src/prefs_filters.c
13090                 fixed bug where 'cancel' from 'filters' window stops autochecking
13091                 if the timer timed out  when the window was open.
13092
13093 2002-01-18 [match]      0.7.0claws14
13094
13095         * src/addrclip.[ch]     ** NEW FILE **
13096         * src/addrselect.[ch]   ** NEW FILE **
13097         * src/adbookbase.h      ** NEW FILE **
13098                 addressbook cut, copy and paste
13099         * src/addrbook.[ch]
13100         * src/addrcache.[ch]
13101         * src/addressitem.h
13102         * src/addrindex.[ch]
13103         * src/addritem.[ch]
13104         * src/importldif.c
13105         * src/importmutt.c
13106         * src/jpilot.[ch]
13107         * src/syldap.[ch]
13108         * src/vcard.[ch]
13109         * src/jpilot.[ch]
13110         * src/editbook.c
13111         * src/editjpilot.c
13112         * src/editldap.c
13113         * src/editvcard.c
13114                 support for copy/paste
13115         * src/addressbook.c
13116                 support for copy/paste
13117                 tidy up menu option processing
13118                 correct address list function arguments
13119         * src/editaddress.c
13120                 sort user attributes
13121         * src/ldif.h
13122         * src/mutt.h
13123                 tidy up
13124
13125         * src/addrbook.[ch]
13126         * src/addrbook.[ch]
13127         * src/addrbook.[ch]
13128                 
13129
13130 2002-01-18 [paul]       0.7.0claws13
13131
13132         * sync with sylpheed 0.7.0cvs8
13133                 configure.in: support Mac OS X (Darwin)
13134
13135 2002-01-18 [carsten]    0.7.0claws12
13136         * src/html.c
13137                 small hack to fix a segfault with an empty href
13138                 (reported by Alexandra Walford <deeni@altern.org>)
13139         * src/mainwindow.c
13140         * src/summaryview.c
13141                 the shortcuts for Mark und Mark as unread are hardcoded
13142                 again
13143         * src/compose.c
13144         * src/gtkstext.[ch]
13145                 readded the shortcuts in gtkstext but made them
13146                 customizeable (simply by adding a menu plus a wrapper
13147                 to compose.c)
13148
13149 2002-01-17 [melvin]     0.7.0claws11
13150
13151         * src/gtkspell.c
13152                 fix default dictionary not being saved.
13153
13154 2002-01-16 [darko]      0.7.0claws10
13155
13156         * src/compose.c
13157                 fix wrapping crash with URL longer than wrapping margin
13158
13159 2002-12-08 [hoa]        0.7.0claws10
13160
13161         * src/matcher_parser_parse.y
13162                 fixed some bugs
13163
13164         * src/prefs_filtering.c
13165                 now, we can use bounce action in the dialog box.
13166
13167 2002-01-16 [carsten]    0.7.0claws9
13168         * src/gtkstext.c
13169                 removed the <control> and <alt> shortcuts because they're
13170                 not needed and interefered with the "normal" shortcuts
13171         * src/mainwindow.c
13172         * src/summaryview.c
13173                 removed most of the hardcoded shortcuts and assigned
13174                 them to menu entries making them easy customizable by
13175                 that
13176
13177 2002-01-16 |melvin]     0.7.0claws8
13178
13179         * src/gtkspell.c
13180                 fixed bug where using the mouse and when the compose
13181                 window is not on top may result in a crash.
13182
13183 2002-01-16 [melvin]     0.7.0claws7
13184
13185         * src/compose.c
13186                 fixed a long standingspell checker bug which could 
13187                 cause a crash after sending a message.
13188
13189 2002-01-16 [paul]       0.7.0claws6
13190
13191         * sync with sylpheed 0.7.0cvs7
13192                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13193                 2002-01-15, and 2002-01-16
13194
13195 2002-01-16 [melvin]     0.7.0claws5
13196
13197         * README.claws
13198         * src/compose.c
13199         * src/gtkspell.[ch]
13200         * src/main.c
13201                 Heavily modified spell checker code to work around
13202                 ispell bug, to add keyboard shortcuts and for future
13203                 enhancements. See README.claws for usage information.
13204
13205 2002-01-15 [alfons]     0.7.0claws4
13206         
13207         * src/summaryview.c
13208                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13209                 so sorting within threads reflects sort mode
13210
13211 2002-01-15 [christoph]  0.7.0claws3
13212
13213         * src/procmsg.c
13214                 added alertpanel if mail sending failed
13215
13216 2002-01-15 [alfons]     0.7.0claws2
13217         
13218         * src/prefs_filtering.c
13219                 don't stop timer when prefs filtering dialog is opened
13220
13221 2002-01-14 [alfons]     0.7.0claws1
13222
13223         * src/addr_compl.c
13224         * src/prefs.c
13225                 remove debug_print()s for privacy reasons
13226
13227 2002-01-14 [darko]      0.7.0claws
13228
13229         * README.claws
13230                 quotation wrapping is now also in the main branch
13231
13232 2002-01-14 [paul]
13233
13234         * tools/filter_conv.pl
13235                 allow for Boolean Op and case-sensitivity
13236                 this file is included in the release and tagged
13237                 'rel_0_7_0'
13238
13239 2002-01-13 [paul]       0.7.0claws
13240
13241         * release 0.7.0, with cvs tag 'rel_0_7_0'
13242
13243 2002-01-13 [paul]
13244
13245         * tools/filter_conv.pl
13246         * tools/README
13247                 rewritten to output to matcherrc instead of filteringrc
13248
13249         * po/es.po
13250                 updated Spanish translation by Ricardo Mones Lastra
13251
13252 2002-01-13 [alfons]
13253
13254         * po/nl.po
13255                 update dutch translation
13256
13257 2002-01-13 [paul]
13258
13259         * po/pt_BR.po
13260                 Updated by Fabio Junior Beneditto 
13261
13262 2002-01-13 [melvin]     0.6.6claws53
13263
13264         * po/fr.po
13265                 Updated french translation
13266
13267 2002-01-12 [alfons]     0.6.6claws52
13268
13269         * src/filtering.c
13270                 plug mem leak that has been sitting there for ages              
13271
13272 2002-01-12 [alfons]     0.6.6claws51
13273
13274         * src/summaryview.c
13275                 undo melvin's changes from 0.6.6claws48 because summary
13276                 view now refuses to select first unread message when
13277                 selecting a folder 
13278
13279 2002-01-11 [alfons]     0.6.6claws50
13280
13281         * src/import.c
13282                 use claws' semantics for getting folder item when
13283                 importing an mbox file into a folder 
13284                 (submitted by Dale P. Smith)
13285
13286 2002-01-11 [christoph]  0.6.6claws49
13287
13288         * src/prefs.h
13289                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13290                 toggle widget, because non static prefs can not use
13291                 prefs_set_* functions
13292         * src/prefs_account.c
13293                 toggle smtp auth password field sensitivity if
13294                 user id is empty and add descrition of usage for
13295                 these fields
13296         * src/prefs_folder_item.c
13297                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13298                 callbacks
13299
13300 2002-01-11 [melvin]     0.6.6claws48
13301
13302         * src/compose.c
13303                 fix the 'Ctrl-Enter' feature for sending and test really
13304                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13305                 editables which was not documented in Gtk)
13306
13307         * src/summaryview.c
13308                 Made summaryview refresh after sorting and not before.
13309
13310 2002-01-11 [christoph]  0.6.6claws47
13311
13312         * src/compose.c
13313                 select account from account ids if possible and
13314                 correctly set save folder for copy in reedit
13315
13316 2002-01-10 [paul]       0.6.6claws46
13317
13318         * sync with sylpheed 0.7.0 release
13319                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13320                 2002-01-09
13321
13322 2002-01-09 [alfons]
13323
13324         * src/summaryview.c
13325                 remove more dirt traces...
13326
13327 2002-01-09 [alfons]
13328         
13329         * src/summaryview.c
13330                 clean up some traces of my debugging stuff
13331
13332 2002-01-09 [alfons]     0.6.6claws45
13333
13334         * src/filtering.c
13335                 break up filteringprop_apply() in three separate pieces
13336                 so we can drop messages that failed processing in the
13337                 inbox
13338
13339         * src/summaryview.c
13340                 fix bug #469598 "no refresh of inbox after filter" which 
13341                 was introduced by the new summary view locking, and which 
13342                 prevented the summary view to update after a manual filter 
13343                 message. claw's filter message requires a summary_show().
13344                 (aargh, summary_show() again! :-)
13345                 
13346 2002-01-07 [alfons]     0.6.6claws44
13347
13348         * src/headerwindow.c
13349         * src/logwindow.c
13350         * src/messageview.c
13351         * src/sourcewindow.c
13352                 bring in Hiro's last 0.7.0 wm class fixes
13353
13354         * tools/sylprint.pl
13355                 bring in Ricardo's fix for sylprint script
13356
13357         * AUTHORS       
13358         * src/rfc2015.[ch]
13359         * src/prefs_common.[ch]
13360         * src/prefs_account.[ch]
13361         * src/compose.c
13362                 clean up account preference poison in rfc2015,
13363                 and preparation to fix double sign bug 
13364                 (patch submitted by Simon 'corecode' Schubert)
13365
13366 2002-01-07 [christoph]  0.6.6claws43
13367
13368         * src/mh.c
13369                 search for free message number, do not only rely
13370                 on last_num
13371         * src/send.c
13372                 fix smtp auth and use extra account information
13373                 if available, if not use pop3 data instead
13374                 (closes bug #500341)            
13375         * src/ssl.[ch]
13376                 match coding style
13377
13378 2002-01-06 [alfons]     0.6.6claws42
13379
13380         * src/mainwindow.c
13381                 try making the separate windows work again...
13382
13383 2002-01-06 [alfons]     0.6.6claws41
13384
13385         * src/mainwindow.c
13386                 adapt Hiro's separate window menu (to get rid of the funny
13387                 duplicate menu items), and make it work again
13388
13389 2002-01-06 [alfons]     0.6.6claws40
13390
13391         * tools/Makefile.am
13392         * tools/sylprint.rc
13393         * tools/sylprint.pl
13394         * tools/README.sylprint
13395                 add sylprint script for printing mails from Sylpheed
13396                 (contributed by Ricardo Mones Lastra)
13397
13398         * src/acount.c
13399                 clean up
13400
13401 2002-01-06 [melvin]     0.6.6claws39
13402
13403         * src/mainwindow.c
13404         * src/summaryview.c
13405                 Fixed crash introduced in 0.6.6claws38 by the menu
13406                 reorganisation (Hide read messages)
13407         
13408         * ChangeLog.claws 
13409                 Fixed typo (we are now in 2002, alfons ;) )
13410
13411 2002-01-05 [alfons]     0.6.6claws38
13412
13413         * sync with sylpheed 0.6.6cvs10-17
13414                 (last stuff marked as LAST_STABLE)
13415
13416 2002-01-04 [melvin]     0.6.6claws37
13417
13418         * src/account.c
13419                 Made account selection code use strcasestr again instead of
13420                 g_strcasecmp (fixes bug where reediting queued messages
13421                 did not select proper account reported by T. Link).
13422         
13423         * src/folderview.c
13424                 Fix bug where folder icons are not shown when 'hide read messages'
13425                 is on.
13426         
13427         * src/stock_pixmaps.[ch]
13428                 Added folder icons for 'hide read messages'.
13429         
13430         * src/compose.c
13431                 Fixed bug where 'Enter' in a header entry will send the message 
13432                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13433
13434 2002-01-03 [melvin]     0.6.6claws36
13435         
13436         * src/prefs.[ch]
13437                 Added popup menu for common preferences and
13438                 account preferences (right click on tab displays
13439                                 a menu of all tabs.)
13440
13441 2002-01-02 [melvin]     0.6.6claws35
13442
13443         * src/gtkspell.[ch]
13444                 Made spelling code compatible with undo/redo feature.
13445                 Added creation of suggestion mode menu for the general
13446                         preferences.
13447         
13448         * src/prefs_common.[ch]
13449                 Added option menu for the speller's suggestion mode.
13450                 Added missing spaces in "..." buttons and made a "..."
13451                         button non translatable!
13452         
13453         * src/compose.c
13454                 Made speller use the default suggestion mode.
13455                 Hack to make it possible to choose 'CTRL-Enter' as a
13456                         shortcut for sending (and only for sending).
13457
13458         * src/prefs_folder_item.c
13459                 Changing subject simplification does not update cache 
13460                         anymore (because it is unnecessary).
13461                 Fixed bug where changing subject simplification updated the 
13462                         summaryview even when the viewed folder is not the
13463                         folder which properties are being changed. (E.g. 
13464                                         viewing folder A and changing
13465                                         the subject simplification of 
13466                                         folder B -not being viewed- updated the 
13467                                         summaryview of folder A with data of
13468                                         folder B). (Hope this is clear... )
13469
13470 2001-12-31 [alfons]     0.6.6claws34
13471         
13472         * src/ldif.c
13473         * src/mutt.c
13474                 fgetc() returns a signed integer which doesn't
13475                 fit in a char. so c truncates this to a char
13476                 but we may lose significant bits. i.e. we may
13477                 comparing 0xFF which may not be equal to -1
13478                 unless properly casted to signed char which
13479                 we won't do because fgetc() returns a signed
13480                 integer which doesn't fit in a char. so c 
13481                 truncates this to a char but we may lose 
13482                 significat bits. (you got the idea, thanks
13483                 to Gustavo Noronha Silva <kov@debian.org>
13484                 and the Debian folks!)
13485
13486 2001-12-30 [alfons]     0.6.6claws33
13487
13488         * src/prefs_common.c
13489                 add #ifdef USE_PSPELLs that Melvin forgot               
13490
13491 2001-12-30 [melvin]     0.6.6claws32
13492         
13493         * src/prefs_common.[ch]
13494                 Added configurable color for misspelled words.
13495
13496         * src/gtkspell.[ch]
13497                 Fixed bug of foreground text color (reported by David
13498                                 Mehrmann)
13499                 Added configurable color for misspelled words.
13500
13501 2001-12-30 [alfons]     0.6.6claws31
13502
13503         * src/folder.c
13504                 remove unnecessary things someone put there
13505
13506         * src/mh.c
13507         * src/folder.[ch]
13508                 make folder properties (like threading and sorting) persistent
13509                 (closes bug #497424 "rescan folder tree resets proprieties")
13510                 currently this is only for MH folders. 
13511
13512 2001-12-29 [melvin]     0.6.6claws30
13513
13514         * src/string_match.[ch]
13515                 Optimized a bit: regexp pattern buffer compiled only once, and
13516                   one subroutine call removed. Fixed ^ regexp search: Now, 
13517                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13518         
13519         * src/summaryview.c
13520                 Subject filtering changed to filter summary columns and
13521                   not directly the messages subject cache. The loss in 
13522                   performance is balanced by the improvement of string_match.
13523                 Added an alert panel if there is an error in the regexp.
13524
13525         * src/src/prefs_folder_item.h
13526                 Added a regexp pattern buffer.
13527
13528 2001-12-28 [alfons]     0.6.6claws29
13529
13530         * src/string_match.[ch]
13531                 clean up name space
13532                 allow compilation *BSD
13533
13534 2001-12-27 [alfons]     0.6.6claws28
13535
13536         * src/filter.c
13537                 sync the Hiro's bug fix for BSD
13538
13539 2001-12-27 [melvin]     0.6.6claws27
13540         
13541         * src/compose.c
13542                 Simplify focus to subject entry code.
13543
13544 2001-12-27 [darko]      0.6.6claws26
13545
13546         * src/filtering.c
13547         * src/mbox_folder.c
13548         * src/messageview.c
13549         * src/mh.c
13550         * src/procheader.[ch]
13551         * src/procmsg.h
13552         * src/stock_pixmap.[ch]
13553         * src/summaryview.c
13554                 Show key icon for encrypted mails in summary view
13555
13556         * src/pixmaps/clip.xpm
13557         * src/pixmaps/clipkey.xpm
13558         * src/pixmaps/key.xpm
13559                 New/modified icons for the above
13560
13561 2001-12-27 [melvin]     0.6.6claws25
13562
13563         * src/prefs_common.c
13564                 Put spell checker options in a separate tab to decrease
13565                 the Common Preferences window height.
13566
13567         * README.claws  
13568                 Update spell checker usage instruction about its options
13569                 location.
13570
13571 2001-12-27 [melvin]     0.6.6claws24
13572
13573         * src/compose.c
13574                 Changed subject entry widget position. Initial focus is
13575                 on the To header instead of the subject entry.
13576                 Creating a new header scrolls the header list to make the
13577                 created one visible. Nevertheless, when automatically filling
13578                 headers, the first one is shown.
13579                 A Tab key press in the last empty header entry zips the 
13580                 focus to the subject entry.
13581                 (I did not change the combo boxes, yet)
13582
13583 2001-12-26 [alfons]     0.6.6claws23
13584
13585         * src/prefs_account.c
13586         * src/inc.c
13587                 allow default inbox to reside in another mailbox (only
13588                 works for POP3 accounts)
13589
13590 2001-12-26 [alfons]     0.6.6claws22
13591         
13592         * src/textview.c
13593                 make reply-on-click work with the account of the selected folder
13594         * src/compose.c
13595                 put a fixme here to remind me to fix finding correct default
13596                 account for nested folders
13597
13598 2001-12-25 [alfons]     0.6.6claws21
13599
13600         * src/summaryview.c
13601                 make column headers display locked and mark pixmaps (idea by Melvin) 
13602                 fix bug by adding score and locked column type to sort array
13603
13604 2001-12-25 [alfons]     0.6.6claws20
13605         
13606         * src/summaryview.c
13607                 catch a *potentially* inadvertent write back of  
13608                 the message cache(s) introduced by 0.6.5claws37
13609
13610 2001-12-25 [christoph]  0.6.6claws19
13611
13612         * src/stock_pixmap.[ch]
13613         * src/summaryview.c
13614                 add ignore thread pixmap
13615                 (can someone draw a better icon for this?)
13616
13617 2001-12-24 [alfons]     0.6.6claws18
13618
13619         * src/prefs_folder_item.c
13620                 make address completion actually work for the
13621                 Default To address in the Folder Property dialog.
13622
13623 2001-12-24 [alfons]     0.6.6claws17
13624         
13625         * src/summaryview.c
13626                 use new style regexp for subject stripping 
13627                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13628
13629 2001-12-24 [darko]      0.6.6claws16
13630
13631         * src/pgptext.c
13632         * src/rfc2015.c
13633                 move GPG related informational messages to debug mode
13634
13635 2001-12-23 [alfons]     0.6.6claws15
13636
13637         * src/stock_pixmap.[ch]
13638         * src/summaryview.c
13639                 add the forgotten Claws' locked pixmap
13640
13641 2001-12-23 [alfons]     0.6.6claws14
13642
13643         * src/filesel.c
13644                 accept file name typed in entry in multi file
13645                 selector (patch submitted by Gustavo Noronha Silva 
13646                 <kov@debian.org>)
13647
13648 2001-12-23 [alfons]     0.6.6claws13
13649
13650         * src/prefs_filter.c
13651         * src/prefs_filtering.c
13652         * src/matcher.c
13653         * src/importmutt.c
13654                 clean up a little bit
13655         
13656         * src/string_match.c
13657                 validate input strings a little bit more
13658
13659 2001-12-23 [alfons]     0.6.6claws12
13660
13661         * src/Makefile.am
13662         * src/summaryview.c
13663         * src/string_match.[ch]         ** NEW **
13664         * src/folderview.[ch]
13665         * src/headerview.h
13666         * src/folder.[ch]
13667         * src/prefs_folder_item.[ch]
13668                 add subject simplification to strip out strings from
13669                 a subject line (esp. handy for mailing lists). 
13670                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13671                 but slightly changed things for better integration.)
13672
13673 2001-12-23 [alfons]     0.6.6claws11
13674
13675         * src/mainwindow.c
13676                 fix bug introduced by submission included in 0.6.5claws52.
13677                 ideally this submission should clean the trash if any trash
13678                 folder has a message. however, the hasTrash variable was
13679                 set to false whenever a trash folder was empty (discarding
13680                 a previously found *filled* trash folder.)
13681
13682                 also edited the code a little bit and made it more safe.
13683
13684 2001-12-22 [alfons]     0.6.6claws10
13685
13686         * src/imap.c
13687                 quick fix for Martin Pool's omission of an account
13688                 specific SSL setting
13689
13690 2001-12-22 [alfons]     0.6.6claws9
13691
13692         * src/compose.c
13693         * src/messageview.c
13694         * src/mimeview.c
13695         * src/pgptext.c
13696         * src/procmime.[ch]
13697                 better support for multipart/digest (submitted
13698                 by Fredrik <e98fo@efd.lth.se>)
13699
13700 2001-12-22 [alfons]     0.6.6claws8
13701
13702         * src/addressbook.c
13703                 correct function signature
13704         * src/socket.[ch]
13705         * src/imap.[ch]
13706         * src/prefs_account.[ch]
13707                 allow IMAP over SSH tunnel (patch submitted by 
13708                 Martin Pool <mbp@samba.org>)
13709
13710 2001-12-21 [alfons]     0.6.6claws7
13711
13712         * sync with sylpheed 0.6.6cvs4-9
13713                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13714
13715 2001-12-21 [christoph]  0.6.6claws6
13716
13717         * src/compose.c
13718         * src/prefs_folder_item.[ch]
13719                 implement saving of outgoing messages to current folder.
13720                 fix segfault when no default outbox is available
13721                 (closes bug #495683)
13722
13723 2001-12-21 [carsten]    0.6.6claws5
13724         * src/folderview.c
13725         * src/summaryview.c
13726                 pressing CTRL while DND does now the expected thing and
13727                 copies the mail (moving is still the default, as this
13728                 seam more appropriate for handling mails by DND)
13729
13730 2001-12-18 [paul]       0.6.6claws4
13731
13732         * sync with sylpheed 0.6.6cvs3
13733                 see ChangeLog entries 2001-12-18
13734
13735 2001-12-18 [hiro]       0.6.6claws3
13736
13737         * src/undo.c
13738                 fix for multibyte characters (obtain the number of letters
13739                 instead of bytes).
13740
13741 2001-12-17 [paul]       0.6.6claws2
13742
13743         * sync with sylpheed 0.6.6cvs1
13744                 see ChangeLog entry 2001-12-16
13745
13746 2000-12-17 [alfons]     0.6.6claws1
13747
13748         * src/filtering.c
13749                 clean up
13750
13751 2001-12-16 [paul]       0.6.6claws
13752 2001-12-15
13753
13754         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13755
13756         * src/mimeview.c
13757                 last minute sync with main 0.6.6
13758
13759         * po/es.po
13760                 updated by Ricardo Mones Lastra
13761                 update for last minute sync
13762         * po/fr.po
13763         * po/nl.po
13764                 update for last minute sync
13765         * po/de.po
13766                 updated by Jens Oberender
13767         * po/pt_BR.po
13768                 updated by Fabio Junior Beneditto
13769
13770         * src/prefs_common.[ch]
13771         * src/undo.c
13772                 number of undo levels is user configurable
13773                 (squeeze it into the release in the dying
13774                 moments) Submitted by Jens Oberender    
13775
13776 2001-12-15 [melvin]
13777
13778         * po/fr.po
13779                 updated french translation
13780
13781 2001-12-15 [paul]       0.6.5claws92
13782
13783         * sync with sylpheed 0.6.5cvs28
13784                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13785
13786         * po/nl.po
13787                 update to allow for sync
13788
13789 2001-12-15 [alfons]
13790         
13791         * po/nl.po
13792                 update dutch translation
13793
13794 2001-12-14 [carsten]    0.6.5claws91
13795         * src/summaryview.c
13796                 fixed bug #473785; also after changing the column order
13797                 the same message will be selected and displayed as before
13798                 the reordering
13799
13800 2001-12-14 [carsten]    0.6.5claws90
13801         * src/folderview.c
13802                 probably found the bug reported by wwb opening or closing
13803                 a folder tree just before dnd (found the solution in the
13804                 balsa source -- thanks to them)
13805
13806 2001-12-14 [carsten]    0.6.5claws89
13807         * src/gtkutils.c
13808         * src/account.c
13809                 moved gtk_clist_moveto to the right place, so that
13810                 only the accounts dialog is effected on opening
13811
13812 2001-12-14 [carsten]    0.6.5claws88
13813         * src/gtkutils.c
13814                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13815                 now, so that the focused row will be seen in any case
13816                 (reported by wwp on sf-claws-user)
13817
13818 2001-12-14 [darko]      0.6.5claws87
13819
13820         * src/compose.c
13821                 remove unnecessary line
13822
13823 2001-12-14 [paul]       0.6.5claws86
13824
13825         * sync with sylpheed 0.6.5cvs27
13826                 see ChangeLog entries 2001-12-14
13827
13828 2001-12-14 [carsten]    0.6.5claws85
13829         * src/mainwindow.c
13830                 following a suggestion of Melvin the rcoabm pops up
13831                 right under the button now and the button is reliefed
13832                 while the popup is open
13833
13834 2001-12-14 [darko]      0.6.5claws84
13835
13836         * src/compose.c
13837                 fix crash when wrapping long lines if linewrap quotation
13838                 is disabled and wrapper encounters a word spanning more
13839                 than one line
13840
13841 2001-12-13 [paul]       0.6.5claws83
13842
13843         * src/compose.c
13844                 prefer 'Reply-To' header over mailing list header when
13845                 replying to a message. Finally prevent all those confirmation 
13846                 messages being sent to the list itself.
13847
13848         * src/summaryview.c
13849                 remove unused summary_set_menu_sensitive() entry
13850
13851 2001-12-13 [paul]       0.6.5claws82
13852
13853         * src/folderview.c
13854         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13855         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13856         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13857                 improvements to 'Hide read messages': Inbox, Outbox,
13858                 Trash, Queue, and Draft icons now reveal presence of hidden 
13859                 messages
13860
13861 2001-12-12 [alfons]     0.6.5claws81
13862
13863         0.6.5claws80 was tagged as LAST_STABLE
13864
13865         * src/filtering.[ch]
13866         * src/matcher.[ch]
13867         * src/matcher_parser_lex.c
13868                 fix the filtering; my last attempt to get it right, 
13869                 if it does not work, it's Hoa's turn. ;-)
13870
13871                 for my honourable peers:
13872                 
13873                 the code now makes a clear distinction between
13874                 rules as they are displayed (probably escaped),
13875                 and as they are executed (probably unescaped). the
13876                 parser does *NOT* do any unescaping, this is
13877                 the task of the matcher.c (which breaks up a
13878                 rule into condition) and the filtering.c (which
13879                 breaks up the rule's action). to make this
13880                 run happily we provide an unescaped copy of
13881                 crucial strings to the MatcherProp and 
13882                 FilteringAction structures. note that the only
13883                 exception to this is any REGEXP string. those
13884                 are directly passed to regcomp() and regexp()
13885                 (who have much more powerful unescape functions).
13886                 
13887                 for everyone else:
13888         
13889                 you can escape tab (\t), carriage return (\r),
13890                 linefeed (\n), form feed (\f), quote (\"), 
13891                 single quote (\'), bell (\b) in all the entry
13892                 lines in the scoring & filtering dialogs.
13893                 as an added bonus this should not affect
13894                 existing filtering rules.
13895
13896 2001-12-12 [carsten]    0.6.5claws80
13897
13898         * src/summaryview.c
13899         * po/de.po
13900                 "item(s) selected" is now sensitive to 1 or more
13901                 than one selected (nice for language where simple
13902                 adding of a "s" is not possible as German (Eintrag
13903                 ->Eintr"age)
13904                 
13905                 the "forward as attachment" entry from the right
13906                 click menu removed, "forward" acts following the
13907                 prefs
13908         
13909         * src/textview.c
13910                 reverted my former changes; so compiler warning again
13911                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13912                 nevertheless
13913
13914         * src/messageview.c
13915                 "search in message" does now *not* only work in MVIEW_TEXT
13916                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13917                 message
13918
13919         * src/mainwindow.c
13920                 removed "/File/_Close" as it was the same as "/File/E_xit"
13921                 and we don't need it two times
13922
13923                 the separate folder view and message view now get a distinct
13924                 WMCLASS, just in case someone is using sawfish ;-)
13925
13926                 as the menu entries "/View/Message view" and "/View/Folder tree"
13927                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13928                 make them sensitive accordingly and as these two are "shown"
13929                 after startup anytime check this menuitem at startup
13930
13931 2001-12-12 [paul]       0.6.5claws79
13932
13933         * src/folderview.c
13934                 fix sensitivity of 'Search folder...', broken in
13935                 0.6.5claws75
13936
13937         * src/mainwindow.c
13938                 fix dodgy English
13939
13940 2001-12-11 [carsten]    0.6.5claws78
13941         * src/filtering.c
13942                 fixed two typos returning a wrong FALSE/TRUE
13943         * src/mainwindow.[ch]
13944                 extra menu for email/news button removed
13945
13946 2001-12-11 [alfons]     0.6.5claws77
13947         
13948         * src/matcher.c                 (1.3)
13949         * src/matcher_parser_lex.l      (1.28)
13950                 revert for another attempt
13951                 mark 0.6.5claws77 as LAST_STABLE
13952
13953 2001-12-11 [christoph]  0.6.5claws76
13954
13955         * po/de.po
13956                 fixed wrong translation for prev. unread msg
13957
13958 2001-12-11 [paul]       0.6.5claws75
13959
13960         * src/folder.[ch]
13961         * src/folderview.c
13962         * src/mainwindow.c
13963         * src/summaryview.[ch]
13964         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13965                 enable ability to hide read messages on per folder basis via 
13966                 '/Summary/Hide read messages'; when selected, a folder will 
13967                 have a red open folder icon, instead of a blue icon, if the 
13968                 folder contains hidden messges
13969                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13970
13971         * src/mainwindow.c
13972                 remove '/Message/Forward as attachment' from 
13973                 main_window_set_menu_sensitive() to prevent debug warning
13974
13975         * src/folderview.c
13976         * src/mainwindow.c
13977                 Clean up some of the English
13978
13979         * tools/newscache_clean.pl
13980                 allow for new 'hidereadmsgs' entry in folderlist.xml
13981
13982         * po/es.po
13983                 updated translation, submitted by Ricardo Mones Lastra
13984
13985 2001-12-11 [paul]       0.6.5claws74
13986
13987         * sync with sylpheed 0.6.5cvs25
13988                 see ChangeLog entry 2001-12-11
13989
13990 2001-12-10 [alfons]     0.6.5claws73
13991
13992         * src/matcher.c
13993                 add more control characters
13994         * src/matcher_parser_lex.l
13995                 make escaping / unescaping work again
13996
13997 2001-12-10 [alfons]     0.6.5claws72
13998
13999         * src/imap.c
14000                 clean up warnings "returning value for void function" 
14001         * src/prefs_filtering.c
14002                 make info button for execute action sensitive
14003
14004 2001-12-10 [paul]       0.6.5claws71
14005
14006         * src/compose.c
14007         * src/imap.[ch]
14008         * src/summaryview.c
14009                 fix: imap server now gets informed of MARKED, UNMARKED
14010                 and REPLY events. Now people can use different IMAP-Mail
14011                 clients and have the exact same information about MARKED,
14012                 UNMARKED and REPLY status with all of them. Especially
14013                 useful for imap servers with a web-frontend.
14014                 submitted by Tobias Sandhaas <medlor@web.de>
14015
14016 2001-12-09 [melvin]     0.6.5claws70
14017         
14018         * src/textview.[ch]
14019                 fixed bug #490076 (hunted down by Alfons who implemented
14020                 a workaround in 0.6.5claws65)
14021
14022 2001-12-09 [christoph]  0.6.5claws69
14023
14024         * src/summaryview.c
14025                 set pointer to string in LOCKED column to NULL
14026                 (might fix bug #490800)
14027
14028 2001-12-09 [carsten]    0.6.5claws68
14029
14030         * po/de.po
14031                 resolved some cluttered menu shortcuts 
14032                 ('creating new email' and 'creating news message'
14033                 hade the same)
14034         * src/compose.c
14035                 wmclass now distinc from main window
14036         * src/mainwindow.c
14037           src/mainwindow.h
14038                 email/news and forward button functionality similar
14039                 to the reply buttons; removed the ugly dropdown arrows
14040                 and use instead the right mouse button
14041
14042 2001-12-09 [paul]       0.6.5claws67
14043
14044         * src/imap.c
14045         * src/utils.h
14046                 allow spaces in imap folder names
14047                 submitted by Willem van Engen <wvengen@stack.nl>
14048
14049 2001-12-09 [paul]       0.6.5claws66
14050
14051         * sync with sylpheed 0.6.5cvs24
14052                 see ChangeLog entry 2001-12-09
14053
14054 2001-12-08 [alfons]     0.6.5claws65
14055
14056         * src/textview.c
14057                 prevent secondary selection claim after "add to sender" dialog
14058                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14059                 we trick GTK by simulating a click at (0, 0) in the textview.
14060
14061 2001-12-08 [hoa]        0.6.5claws64
14062
14063         * src/folder.c
14064                 fixed a bug about the .processing folder name while filtering
14065
14066 2001-12-08 [alfons]     0.6.5claws63
14067
14068         * src/folderview.c 
14069                 work around problem of not correctly updating folder stats
14070                 when deleting messages. there's some folder scanning evil
14071                 going so the folderview_update_msg_num() does not work
14072                 correctly. need to investigate this.
14073
14074 2001-12-08 [paul]       0.6.5claws62
14075
14076         * sync with sylpheed 0.6.5cvs23
14077                 see ChangeLog entry 2001-12-08
14078
14079 2001-12-07 [christoph]  0.6.5claws61
14080
14081         * src/compose.c
14082                 fix another header translation problem
14083
14084 2001-12-07 [alfons]     0.6.5claws60
14085
14086         * src/mbox.c
14087                 make filtering also work on local spool mbox
14088
14089 2001-12-07 [carsten]    0.6.5claws59
14090         * src/addressbook.c
14091                 addressbook window gets a wmclass distinct from the main
14092                 sylpheed window
14093         * src/compose.h
14094         * src/mainwindow.[ch]
14095                   forward menu item will use mode selected in prefs, forward 
14096                 as attatchment in menu removed (will be substituted in the
14097                 toolbar similar to reply buttons)
14098                   create news message menu entry and news button is now 
14099                 sensitive to the existance of a news account
14100         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14101         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14102         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14103                 these are removed because the toolbar buttons don't show
14104                 the quoting modus any longer
14105
14106 2001-12-07 [paul]
14107
14108         * tools/newscache_clean.pl      ** NEW FILE **
14109                 perl script to do some tidying up in the newscache directory 
14110                 
14111         * tools/sylpheed-switcher       ** NEW FILE **
14112                 perl script to enable easy switching between main and claws
14113                 
14114         * tools/README
14115                 added descriptions of the two new perl scripts          
14116
14117
14118 2001-12-07 [melvin]     0.6.5claws58
14119
14120         * src/messageview.c
14121                 fixed a warning during compilation introduced in 0.6.5claws56
14122
14123 2001-12-07 [paul]       0.6.5claws57
14124
14125         * src/mainwindow.[ch]
14126         * src/menu.[ch]
14127                 further usability enhancements to replying with or without 
14128                 quoting via the toolbar, use of Ctrl key is replaced by 
14129                 drop down menu 
14130                 Submitted by Carsten Schurig            
14131
14132 2001-12-07 [melvin]     0.6.5claws56
14133
14134         * src/messageview.c
14135                 hack to fix bug that prevented to make/paste selections
14136                 after switching between MVIEW_TEXT and MVIEW_MIME views
14137                 without deselecting the selection first.
14138
14139 2001-12-06 [alfons]     0.6.5claws55
14140
14141         * src/filtering.[ch]
14142         * src/inc.c
14143                 revise filtering a little bit more, and make sure
14144                 messages are delivered to the appropriate inbox
14145                 (perhaps set per account)
14146
14147 2001-12-06 [paul]       0.6.5claws54
14148
14149         * sync with sylpheed 0.6.5cvs22
14150                 see ChangeLog entry 2001-12-06
14151
14152 2001-12-05 [alfons]     0.6.5claws53
14153
14154         * src/inc.c
14155         * src/folder.[ch]
14156         * src/procmsg.c
14157         * src/filtering.c
14158                 more revisions of filtering system
14159                 (last stable version is marked as LAST_STABLE)
14160                 
14161                 | NOTE 1): the filtering system now uses a local folder called
14162                 | .processing. if filtering fails, check this directory
14163                 | for missing messages.
14164                 |
14165                 | NOTE 2): help us find the filtering actions still missing
14166
14167 2001-12-05 [paul]       0.6.5claws52
14168
14169         * src/mainwindow.c
14170                 fix bug where 'Empty Trash?' pop-up window appears even
14171                 when Trash is empty, submitted by Jesse Skinner         
14172
14173 2001-12-05 [melvin]     0.6.5claws51
14174
14175         * src/compose.c
14176                 fixed bug #486106 to select correct account when reediting 
14177                 a queued message
14178         
14179 2001-12-04 [alfons]     0.6.5claws50
14180
14181         * src/mh.c
14182                 declare markfile in appropriate functions when
14183                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14184                 for spotting this)
14185
14186 2001-12-04 [paul]       0.6.5claws49
14187
14188         * sync with sylpheed 0.6.5cvs21
14189                 see ChangeLog entry 2001-12-04
14190
14191 2001-12-03 [christoph]  0.6.5claws48
14192
14193         * po/de.po
14194                 changed translation of undo
14195         * src/account.c
14196         * src/folder.c
14197                 don't reinvent the wheel to traverse a GNode
14198         * src/compose.[ch]
14199                 seperate code to create the compose gui into functions
14200                 add "Others" page with folder selection for saving copy
14201                 of the message.
14202                 the folder identifier is saved to queue header
14203         * src/procmsg.c
14204                 save message to folder in queue header
14205
14206 2001-12-03 [paul]       0.6.5claws47
14207
14208         * sync with sylpheed 0.6.5cvs20
14209                 see ChangeLog entry 2001-12-03
14210
14211 2001-12-01 [paul]
14212
14213         * more sync with sylpheed 0.6.5cvs19
14214                 see ChangeLog entry 2001-11-29
14215
14216 2001-11-30 [paul]       0.6.5claws46
14217         
14218         * src/compose.c
14219                 remove conflicts introduced by Hoa's last commit
14220          
14221         * src/mainwindow.c
14222                 make 'Message/Bounce' sensitive
14223
14224 2001-11-30 [hoa]        0.6.5claws45
14225
14226         * src/compose.c
14227                 slightly change bounce function to add
14228                 information about the user that bounced the mail
14229                 in the From header line.
14230
14231         * src/folderview.c
14232                 permit the use of processing in outbox folder.
14233
14234 2001-11-29 [paul]       0.6.5claws44
14235
14236         * src/mainwindow.[ch]
14237         * src/prefs_common.c
14238         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14239         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14240         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14241                 usability enhancements to the quoting, implements
14242                 use of Ctrl key to toggle quoting settings
14243                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14244
14245 2001-11-29 [paul]       0.6.5claws43
14246         
14247         * sync with sylpheed 0.6.5cvs19
14248                 see ChangeLog entry 2001-11-28
14249
14250 2001-11-29 [melvin]     0.6.5claws42
14251         * src/Makefile.am
14252                 added enriched.[ch] to the list of files
14253
14254         * src/textview.c
14255         * src/mimeview.c
14256         * src/procmime.[ch]
14257         * src/enriched.[ch]
14258                 added support to view text/enriched
14259                 added support to show headers in message view for text/enriched and text/html
14260                         in non multipart messages
14261
14262 2001-11-28 [paul]       0.6.5claws41
14263
14264         * more sync with sylpheed 0.6.5cvs18
14265                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14266
14267 2001-11-27 [paul]       0.6.5claws40
14268         
14269         * po/pt_BR.po
14270                 updated translation, submitted by Fabio Junior Beneditto
14271                 
14272         * sync with sylpheed 0.6.5cvs18
14273                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14274                 2001-11-27
14275
14276
14277 2001-11-26 [paul]
14278
14279         * po/es.po
14280                 updated translation, submitted by Ricardo Mones Lastra
14281
14282 2001-11-26 [alfons]
14283
14284         * src/matcher.c
14285                 add more translatable strings
14286
14287 2001-11-26 [christoph]  0.6.5claws39
14288
14289         * po/de.po      
14290                 fixed one more umlaut
14291         * src/compose.c
14292                 fix translated header when it should not be translated
14293
14294 2001-11-26 [paul]       0.6.5claws38
14295
14296         * src/mainwindow.c
14297                 remove '/Message/Add Sender to address book' from 
14298                 main_window_set_menu_sensitive(), prevent debug warning
14299                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14300
14301 2001-11-26 [paul]       0.6.5claws37
14302
14303         * src/summaryview.c
14304                 fix 'recurring unread state' bug 
14305
14306         * tools/README 
14307         * tools/filter_conv.pl
14308                 read name of top level mailbox from folderlist.xml
14309                 and presume nothing about its name              
14310
14311 2001-11-26 [darko]      0.6.5claws36
14312
14313         * src/gtkstext.[ch]
14314                 removed functions that are now in gtkutils.c
14315                 use gtkut_text_is_uri_string() from gtkutils.c
14316         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14317
14318 2001-11-26 [paul]       0.6.5claws35
14319
14320         * sync with sylpheed 0.6.5cvs16
14321                 see ChangeLog entries 2001-11-25 and 2001-11-26
14322
14323 2001-11-25 [alfons]     0.6.5claws34
14324
14325         EXPERIMENTAL!!! Please checkout the last stable version using: 
14326           
14327         % cvs update -r LAST_STABLE -dRAP
14328
14329         (Or help us testing this stuff.)
14330
14331         * src/filtering.c               (1.14)
14332         * src/filtering.h               (1.6)
14333         * src/inc.c                     (1.28)
14334         * src/matcher.c                 (1.20)
14335         * src/mbox.c                    (1.9)
14336         * src/procmsg.h                 (1.14)
14337         * src/summaryview.c             (1.59)
14338         * src/summaryview.h             (dunno)
14339                 revert/merge/sync to as it was before commit 
14340                 on Thu, 19 Jul 2001 10:15:51 -0700.
14341
14342 2001-11-25 [hoa]        0.6.5claws33
14343
14344         * src/main.c
14345                 processing mails at startup
14346
14347         * src/folderview.c
14348         * src/summaryview.[ch]
14349                 processing mails when entering folder
14350
14351         * src/prefs_filtering.c
14352                 fixed some UI bugs
14353
14354 2001-11-24 [alfons]     0.6.5claws32
14355
14356         * src/summaryview.[ch]
14357                 make summary sort headers work, and also make
14358                 sure the sort type is stored
14359
14360 2001-11-23 [alfons]     0.6.5claws31
14361
14362         * src/summaryview.[ch]
14363                 make lock work like mark
14364                 disallow deleting messages marked as locked
14365
14366 2001-11-23 [alfons]     0.6.5claws30
14367
14368         * src/gtkstext.c
14369         * src/compose.[ch]
14370         * src/Makefile.am
14371         * src/undo.[ch]
14372                 merge undo patch submitted by Jens
14373
14374 2001-11-23 [christoph]  0.6.5claws29
14375
14376         * src/.cvsignore
14377                 added ylwrap
14378         * src/compose.c
14379                 fixed gpg signing and encoding
14380         * src/folder.[ch]
14381         * src/main.c
14382                 added --status option to get new, unread and total
14383                 message count from a running sylpheed
14384         * src/prefs_common.c
14385                 temporary fix for reply_with_quote problem
14386                 (don't call functions for non existing widget)
14387         * src/procmsg.c
14388                 one more check for ignored threads but still not
14389                 always working correctly. probably a recursive
14390                 check for all parents is needed
14391
14392 2001-11-23 [darko]      0.6.5claws28
14393
14394         * src/compose.c
14395                 wrapping on send improvements
14396         * src/gtkutils.[ch]
14397                 fix for GtkSText after last sync with main branch
14398                 GTK_TEXT -> GTK_STEXT
14399
14400 2001-11-23 [paul]       0.6.5claws27
14401
14402         * sync with sylpheed 0.6.5cvs14
14403                 see ChangeLog entries 2001-11-22 and 2001-11-23
14404                 
14405         * po/de.po
14406                 fixed the scrambled umlauts 
14407                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14408
14409 2001-11-21 [paul]       0.6.5claws26
14410
14411         * sync with sylpheed 0.6.5cvs12
14412                 see 2nd ChangeLog entry dated 2001-11-20
14413
14414 2001-11-20 [paul]       0.6.5claws25
14415
14416         * sync with sylpheed 0.6.5cvs11
14417                 see ChangeLog entry 2001-11-19 (src/utils.c)
14418
14419 2001-11-20 [hiro]
14420
14421         * src/compose.c
14422                 GTK_TEXT -> GTK_STEXT
14423                 fix for wrong comment
14424
14425 2001-11-20 [hiro]       0.6.5claws24
14426
14427         * src/compose.[ch]
14428                 more merges from main branch
14429                 removed fatal warnings (uninitialized variables etc.)
14430                 some coding style fix
14431         * src/gtkutils.h
14432                 fixed typo.
14433         * src/addressbook.c
14434           src/addrindex.c
14435                 V-Card -> vCard
14436
14437 2001-11-19 [hoa]        0.6.5claws23
14438
14439         * src/filtering.c
14440         * src/prefs_scoring.c
14441         * src/matcher.[ch]
14442         * src/scoring.c
14443                 cleaning code
14444
14445         * src/matcher_parser_parse.y
14446         * src/prefs_filtering.c
14447                 bouncing
14448
14449 2001-11-19 [alfons]     0.6.5claws22
14450
14451         more of my old things into claws
14452
14453         * src/Makefile.am
14454         * src/prefs_common.c
14455         * src/procmsg.h
14456         * src/summaryview.[ch]
14457         * src/prefs_summary_column.c
14458         * src/pixmaps/locked.xpm
14459                 add indicators for locking of message in summary view
14460                 (does not work yet, only visual indicator)
14461
14462 2001-11-19 [paul]       0.6.5claws21
14463
14464         * sync with sylpheed 0.6.5cvs10
14465                 see ChangeLog entry 2001-11-19
14466
14467 2001-11-18 [alfons]     0.6.5claws20
14468         
14469         * src/filtering.c
14470                 remove an inadvertent free I forgot in previous clean up 
14471
14472 2001-11-18 [alfons]     0.6.5claws19
14473
14474         * src/filtering.[ch]
14475                 clean up & plug leaks
14476
14477 2001-11-18 [paul]       0.6.5claws18
14478
14479         * sync with sylpheed 0.6.5cvs9
14480                 see ChangeLog entries 2001-11-17 and 2001-11-18
14481
14482 2001-11-16 [paul]       0.6.5claws17
14483
14484         * sync with sylpheed 0.6.5cvs8
14485                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14486
14487 2001-11-16 [paul]       0.6.5claws16
14488
14489         * sync with sylpheed 0.6.5cvs7
14490                 see ChangeLog entries 2001-11-15 and 2001-11-16
14491
14492 2001-11-15 [hoa]        0.6.5claws15
14493
14494         * src/compose.c
14495                 fix bounce, mails we received couln't be bounced to ourself.
14496
14497         * src/defs.h
14498         * src/filtering.[ch]
14499         * src/matcher.[ch]
14500         * src/matcher_parser.h
14501         * src/matcher_parser_lex.l
14502         * src/matcher_parser_parse.y
14503         * src/inc.c
14504         * src/main.c
14505         * src/mbox.c
14506         * src/prefs_filtering.[ch]
14507         * src/mainwindow.c
14508         * src/prefs_matcher.c
14509         * src/prefs_scoring.c
14510         * src/scoring.[ch]
14511         * src/summaryview.c
14512                 new matcher/filter/score configuration file parser
14513                 one unique configuration file => ~/.sylpheed/matcherrc
14514                 import in currently automatic, then save are made
14515                 in this new file.
14516                 one filter per folder and one global filter
14517                 (filter of a folder will be used as folder processing)
14518
14519         * src/folder.c
14520                 fix a bug in folder_item_get_identifier
14521                 
14522         * src/messageview.c
14523                 receive receipt return are fixed.
14524
14525 2001-11-14 [alfons]     0.6.5claws14
14526
14527         * src/session.h
14528                 add things from main branch to make claws compile
14529
14530 2001-11-14 [paul]       0.6.5claws13
14531
14532         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14533                 see ChangeLog entries 2001-11-08 to 2001-11-14
14534
14535 2001-11-14 [hoa] 0.6.5claws12
14536
14537         * src/compose.[ch]
14538         * src/mainwindow.c
14539         * src/summaryview.c
14540                 add "bounce mail" option
14541
14542 2001-11-13 [christoph]  0.6.5claws11
14543
14544         * src/compose.c
14545                 Cleanup a mess i add before commiting
14546
14547 2001-11-13 [hoa]        0.6.5claws10
14548
14549         * src/compose.c
14550                 some fixes when mail are sent or
14551                 for crossposts
14552
14553 2001-11-13 [christoph]  0.6.5claws9
14554
14555         * po/de.po
14556                 Changed two string with the same translation
14557         * src/compose.c
14558         * src/procmsg.[ch]
14559         * src/send.[ch]
14560                 New mailsending process:
14561                   - Always queue message before sending
14562                     (message will be saved if sylpheed crashed or
14563                      freezes while sending)
14564                   - Allow queuing of newspostings
14565                   - No copy in outbox before sending
14566                     (closes bug #469501)
14567                   - No more redundant code for send and send_later
14568         * src/summaryview.c
14569                 Applied wwp <subscript@free.fr>'s patch that fixes
14570                 marks for multiple forwarded messages (+compose.c)
14571
14572 2001-11-12 [alfons]
14573
14574         * README.claws
14575                 remove things that are now in main branch
14576         
14577         * po/nl.po
14578                 update Dutch translation
14579
14580 2001-11-12 [mhadasht]   0.6.5.claws8
14581
14582         * src/prefs_common.c
14583                 re-enabled account autoselection feature for forward
14584                 and reedit lost during the branch point for SYNC-B4-REL
14585         * src/gtkspell.c
14586                 gtkpspell_get_dict(): more readable code (even if function is
14587                 not used yet)
14588         * ChangeLog.claws
14589                 added version number info to 2001-11-12 [hiro] comment.
14590
14591 2001-11-12 [hiro]       0.6.5.claws7
14592
14593         * src/compose.c
14594                 compose_forward(): fixed a bug that forward quote mark
14595                 wasn't used.
14596                 removed unnecessary code.
14597         * src/template_select.[ch]: removed.
14598
14599 2001-11-11 [alfons]
14600
14601         * src/compose.c
14602                 :%s/GTK_TEXT/GTK_STEXT/g
14603         
14604         * src/compose.[ch]
14605         * src/undo.[ch]
14606         * src/Makefile.am
14607                 revert the undo stuff (this is 0.6.6claws stuff)
14608
14609 2001-11-11 [hoa]        0.6.5.claws6
14610
14611         * src/compose.[ch]
14612                 Insert signature at the end of the text.
14613                 Added undo patch but currently disabled
14614
14615         * src/procmsg.c
14616                 Threading by subject improved.
14617
14618         * added src/undo.[ch]
14619                 Undo module for compose dialog box.
14620
14621 2001-11-11 [alfons]     0.6.5.claws5
14622
14623         * src/procmsg.c
14624                 prevent threading by subject on nodes that have already been
14625                 threaded by in-reply-to (as in "circular references in a tree
14626                 result in a dead branch")
14627
14628 2001-11-09 [hoa]        0.6.5.claws4
14629         
14630         * src/folderview.c
14631                 allows creation of mbox folder item from any files.
14632
14633 2001-11-09 [alfons]     0.6.5.claws3
14634         
14635         * src/utils.c
14636         * src/procmsg.c
14637                 do what I mean and correct threading by subject so it really
14638                 ignores attracting lines without "Re: "
14639
14640 2001-11-07 [alfons]     0.6.5.claws2
14641
14642         * src/procmsg.c
14643         * src/utils.[ch]
14644                 only attract by subject if a subject line starts with a "Re: "
14645         * src/syldap.c
14646                 remove warning
14647
14648 2001-11-07 [paul]       0.6.5claws1
14649
14650         * sync with sylpheed 0.6.5. release
14651                 see ChangeLog entry 2001-11-07
14652
14653 2001-11-07 [paul]       0.6.4claws31
14654
14655         * sync with sylpheed 0.6.4cvs18
14656                 see ChangeLog entries 2001-10-30 to 2001-11-07
14657                 prefs_templates.[ch] renamed prefs_template.[ch]
14658
14659 2001-11-06 [alfons]
14660         
14661         * src/utils.h
14662                 add semicolon Hoa forgot ;-)
14663                 
14664
14665 2001-11-06 [hoa]        0.6.4claws30
14666         
14667         * src/procmsg.c
14668         * src/summaryview.c
14669         * src/utils.c
14670         * src/utils.h
14671                 threading by subject - empty subject are ignored
14672
14673 2001-11-06 [christoph]  0.6.4claws29
14674
14675         * src/socket.c
14676                 use SSL_peek for sock_gets
14677         * src/utils.c
14678                 removed unneeded pointer in extracting quoted
14679                 names implementation
14680
14681 2001-11-06 [melvin]     0.6.4claws28
14682
14683         * src/gtkspell.c
14684                 fixed bug #476792 Selection overtyping with spell checker
14685                 fixed bug which could cause a buffer overflow
14686                 fixed a memory leak
14687
14688 2001-11-06 [hoa]        0.6.4claws27
14689         
14690         * src/procmsg.c
14691         * src/summaryview.c
14692                 threading by subject
14693
14694 2001-11-05 [alfons]     0.6.4claws26
14695         
14696         * README.claws
14697                 Claws -> Sylpheed (vice versa)
14698
14699         * src/compose.c
14700                 :%s/gtk_text/gtk_stext/g
14701                 :%s/GTK_TEXT/GTK_STEXT/g
14702                 (thanks to Jonathan Ware for spotting this)
14703
14704 2001-11-04 [christoph]  0.6.4claws25
14705
14706         * src/summaryview.c
14707                 replace Xalloca + strdup with Xstrdup_a
14708         * src/utils.c
14709                 better implementation of extracting quoted names
14710                 from addresses (remove backlashes and ignore
14711                 quotes after them)
14712
14713 2001-11-04 [alfons]     0.6.4claws24
14714
14715         * src/utils.[ch]
14716                 edit to comply more with coding style
14717
14718         * src/textview.c
14719                 fix bug reported by Kim Schulz. introduced by the patch integrated
14720                 in 0.6.4claws15. the code did not check the return value of
14721                 the html parser.
14722
14723         * AUTHORS
14724                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14725
14726 2001-11-04 [christoph]  0.6.4claws23
14727
14728         * src/main.c
14729         * src/prefs_common.[ch]
14730                 init some pointers that possibly caused a segfault
14731                 reported in the claws-users ML
14732
14733 2001-11-04 [hoa]        0.6.4claws22
14734
14735         * src/grouplistdialog.c
14736                 change the names of the nodes in the tree
14737
14738         * src/compose.c
14739                 enhanced mailto syntax as described in
14740                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14741                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14742
14743         * src/utils.c
14744                 encode and decode URI (useful when opening URL into
14745                 netscape).
14746
14747 2001-11-03 [hoa]        0.6.4claws21
14748
14749         * src/grouplistdialog.c
14750                 a new newsgroups list selection dialog box
14751                 with a CTree instead of a CList
14752
14753 2001-11-03 [hoa]        0.6.4claws20
14754
14755         * src/folderview.c
14756                 enable property and scoring options when right
14757                 click on "inbox"
14758
14759         * src/summaryview.c
14760                 fixed bug when nickname were displayed using
14761                 the address book.
14762
14763 2001-11-02 [darko]      0.6.4claws19
14764
14765         * src/compose.c
14766                 new wrap quotation and URL/long words wrapping implementation
14767         * src/compose.c src/gtkstext.[ch]
14768                 move gtkstext_strncmp() to gtkstext.c
14769
14770 2001-11-01 [christoph]  0.6.4claws18
14771
14772         * src/prefs_account.c
14773                 fixed mess in account settings dialog
14774         * src/prefs_folder_item.c
14775                 added label with folder path to dialog
14776
14777 2001-10-31 [match]      0.6.4claws17
14778
14779         * src/vcard.c
14780                 fix memory leak.
14781         * src/addrbook.c
14782                 fix generation of spurious address book file names.
14783                 remove redundant functions.
14784         * po/POTFILES.in
14785                 added missing file names.
14786
14787 2001-10-30 [paul]       0.6.4claws16
14788
14789         * sync with sylpheed 0.6.4cvs6
14790                 see ChangeLog entries 2001-10-26 to 2001-10-30
14791
14792         * tools/filter_conv.pl
14793                 read folderlist.xml to discover whether the top-level
14794                 folder is called 'Mailbox' or 'Mail' 
14795
14796 2001-10-29 [paul]       0.6.4claws15
14797
14798         * src/html.c, src/textview.c
14799                 activate links in html mail and fix clickable parts
14800                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14801
14802 2001-10-29 [paul]
14803
14804         * po/de.po, po/es.po, po/pt_BR/po
14805                 updated translations, submitted by Jens Oberender,
14806                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14807
14808 2001-10-29 [darko]      0.6.4claws14
14809
14810         * src/compose.c
14811                 fix wrapping for good
14812
14813 2001-10-29 [darko]
14814
14815         * src/compose.c
14816                 undo previous change as it broke the smart wrapping
14817
14818 2001-10-29 [darko]      0.6.4claws13
14819
14820         * src/compose.c
14821                 fix infinite loop when long URL is quoted
14822                 (closes bug #475122.
14823
14824 2001-10-28 [match]
14825
14826         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14827                 import Mutt address book
14828         * src/ldif.[ch] src/importldif.h
14829                 modified import LDIF handle user attributes
14830
14831 2001-10-28 [christoph]  0.6.4claws12
14832
14833         * src/summaryview.c
14834                 fixed that filtering did not work if there
14835                 were no filter rules
14836                 (closes bug #472003 and better implementation
14837                  of patch #474644)
14838
14839 2001-10-27 [christoph]  0.6.4claws11
14840
14841         * src/compose.c
14842                 make the folder's default account to be used when
14843                 replying. (patch by wwp <subscript@free.fr>)
14844         * src/compose.c
14845                 code cleanup, nearly killed all of wwp's patch
14846                 for folder's default account in compose
14847         * src/folderview.c
14848                 error panel when a folder could not be created
14849                 (closes bug #471080 new folder name & already
14850                  existing file)
14851
14852 2001-10-26 [alfons]
14853
14854         * src/utils.h
14855                 change prototype of strstr2() that Christoph forgot about
14856
14857 2001-10-26 [christoph]  0.6.4claws10
14858
14859         * src/account.c
14860                 made search for accounts by email address not case
14861                 sensitive
14862         * src/folder.c
14863                 fixed memory leak in folder_item_get_identifier
14864         * src/gtkspell.c
14865         * src/utils.c
14866                 fixed wrong strstr2 (should work like strstr)
14867
14868 2001-10-26 [darko]      0.6.4claws9
14869
14870         * src/compose.c src/gtkstext.[ch]
14871         * src/gtkstext.c
14872                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14873
14874 2001-10-26 [paul]       0.6.4claws8
14875
14876         * src/html.c
14877                 ignore css and javascript tags in html mail
14878                 case-insensitive, with or without double-quoted
14879                 strings
14880
14881 2001-10-26 [paul]       0.6.4claws7
14882
14883         * sync with sylpheed 0.6.4cvs1
14884                 see ChangeLog entry 2001-10-26
14885
14886         * src/prefs_account.c, src/prefs_common.c,
14887           src/prefs_summary_column.c
14888                 minor improvements to the English
14889
14890 2001-10-25 [alfons]     0.6.4claws6
14891
14892         * src/gtkstext.c
14893         
14894                 make GtkSText follow style of GtkText (closes bug 
14895                 #469211 "text selection while writing message")
14896                 
14897                 do sync with GTK 1.2.10
14898
14899 2001-10-25 [paul]       0.6.4claws5
14900
14901         * src/html.c
14902                 ignore css tags in html mail
14903
14904 2001-10-25 [darko]      0.6.4claws4
14905
14906         * src/compose.c
14907                 don't declare is_url_string as static function since
14908                 we need it in gtkstext.c
14909         * src/gtkstext.c
14910                 remove unused variable
14911                 don't wrap long URLs while composing a message
14912
14913 2001-10-24 [christoph]  0.6.4claws3
14914
14915         * src/socket.c
14916                 fix ssl deadlock, when peer closes connection
14917
14918 2001-10-24 [paul]       0.6.4claws2
14919
14920         * src/prefs_common.c
14921                 gettextize the gpg ascii-armored warning message
14922
14923         * src/compose.c
14924                 insert a DOS/MAC file into the composed message
14925                 (improvements)
14926
14927         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14928
14929 2001-10-22 [paul]       0.6.4claws1
14930
14931         * sync with sylpheed 0.6.4 release
14932                 see ChangeLog entries 2001-10-21
14933
14934         * po/fr.po, po/pt_BR.po
14935                 updated by Melvin Hadasht and Fabio Junior Beneditto
14936
14937 2001-10-21 [paul]       0.6.3claws30
14938
14939         * src/compose.c
14940                 insert a DOS text file from the compose window
14941                 into the composed message text (removes CRs characters)
14942                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14943
14944         * tools/filter_conv.pl, tools/README
14945                 automatically use ~/.sylpheed as working directory
14946                 print out confirmation message on completion
14947
14948         * correct Hoa's last ChangeLog.claws entry
14949
14950 2001-10-20 [hoa]        0.6.3claws29
14951
14952         * src/grouplistdialog.c
14953                 bugfix (another ?) to give the right
14954                 newsgroups list for each news server.
14955
14956         * src/news.c
14957         * src/news.h
14958                 improve the newsgroups list cache
14959
14960 2001-10-20 [paul]       0.6.3claws28
14961
14962         * sync with sylpheed 0.6.3cvs9
14963                 see ChangeLog entry 2001-10-19
14964
14965         * correct Alfons' last ChangeLog.claws entry
14966
14967 2001-10-19 [alfons]
14968
14969         * src/pgptext.[ch]
14970                 fix compilation problems (part of bug #472895)
14971
14972 2001-10-18 [hoa]        0.6.3claws27
14973
14974         * src/grouplistdialog.c
14975                 bugfix when we refresh was clicked (bug 472701)
14976
14977 2001-10-19 [christoph]  0.6.3claws26
14978
14979         * src/compose.c
14980                 last header entry should default to "To:" or
14981                 "Newsgroups:" and not copy the last entry line
14982                 in a new compose window
14983                 (closes bug #472686, #470792)
14984
14985 2001-10-19 [paul]       0.6.3claws25
14986
14987         * sync with Sylpheed 0.6.3cvs8
14988                 see ChangeLog entries 2001-10-18 and 2001-10-19
14989
14990 2001-10-18 [christoph]  0.6.3claws24
14991
14992         * src/procmsg.c
14993                 reimplement ignore thread
14994         
14995 2001-10-18 [hoa]        0.6.3claws23
14996
14997         * src/folderview.c
14998         * src/grouplistdialog.[ch]
14999                 enhanced news subscription interface (feature 469113)
15000
15001         * src/news.c
15002         * src/news.h
15003                 enchanced newsgroup listing,
15004                 now, we can get groups informations
15005                 (NNTPGroupInfo)
15006
15007 2001-10-18 [paul]       0.6.3claws22
15008
15009         * src/summaryview.c
15010                 remove comment (sync with main branch)
15011         * src/mainwindow.c
15012                 fix 'Re-edit' bug in 'Message' menu
15013
15014 2001-10-17 [christoph]  0.6.3claws21
15015
15016         * src/compose.c
15017                 ignore empty or whitespace only header lines
15018
15019 2001-10-17 [paul]       0.6.3claws20
15020
15021         * sync with sylpheed 0.6.3cvs7
15022                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15023                 2001-10-17
15024
15025 2001-10-17 [darko]
15026
15027         * src/compose.c
15028                 wrap long lines without spaces
15029                 don't wrap URLs
15030
15031 2001-10-16 [paul]
15032
15033         * po/es.po, po/nl.po, po/pt_BR.po
15034                 updated by Ricardo Mones Lastra, Alfons,
15035                 and Fabio Junior Beneditto
15036
15037         * sylpheed-0.6.3claws released
15038
15039 2001-10-15 [melvin] 0.6.3claws18
15040
15041         * README.claws
15042                 added summary and detailed installation instructions
15043                 for spell checker
15044         * po/fr.po
15045                 Updated, corrected and completed french translation
15046
15047 2001-10-15 [hoa] 0.6.3claws17
15048         * src/grouplistdialog.c
15049                 we can choose the newsgroups to display with wildcards
15050
15051 2001-10-15 [christoph]  0.6.3claws16
15052
15053         * src/account.c
15054         * src/compose.c
15055         * src/prefs_folder_item.[ch]
15056                 applied wwp <subscript@free.fr>'s folder
15057                 default account patch
15058         * po/de.po
15059                 Fixed wrong translation
15060
15061 2001-10-13 [alfons, christoph, melvin]  
15062                         0.6.3claws15
15063
15064         solution #2 to solve MT-safety problems defers all GUI related calls
15065         to the main thread using a gtk_idle_add() callback. discussed on
15066         ircnet #sylpheed, with christoph spotting some issues with the
15067         original code, and melvin allowing us to lobotomize his sylpheed.
15068
15069         * src/syldap.[ch], src/main.c
15070                 fix race problem in ldap search thread by deferring GUI 
15071                 stuff to main thread using gtk_idle_add()
15072
15073 2001-10-13 [paul]       0.6.3claws14
15074
15075         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15076                 add Sergey's smtpcred.patch
15077                 adds separate username/password setting for SMTP Auth
15078                 needed by some servers
15079                 (closes feature request #471659)
15080
15081 2001-10-13 [paul]       0.6.3claws13
15082
15083         * src/pgptext.[ch] **NEW FILES**
15084         * src/Makefile.am, src/messageview.c, src/mimeview.c
15085                 decrypt ascii-armored gpg text embedded in
15086                 the message body.
15087                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15088
15089 2001-10-13 [christoph]  0.6.3claws12
15090
15091         * README.claws
15092                 some more details on default to and
15093                 feature requests
15094         * src/main.c
15095                 init glib threading when ldap is used
15096         * src/syldap.c
15097                 threading fixes
15098         * po/de.po
15099                 fixed a typo
15100
15101 2001-10-12 [paul]       0.6.3claws11
15102
15103         * src/prefs_common.[ch], src/rfc2015.c
15104                 enable ascii-armored gpg text to be embedded in the
15105                 message body, selectable through the 'Privacy'
15106                 preferences. Supports encrypting only.
15107                 Submitted by Ravemax <ravemax@dextrose.com>
15108
15109 2001-10-12 [paul]       0.6.3claws10
15110
15111         * sync with sylpheed 0.6.3cvs6
15112                 see ChangeLog entries 2001-10-11 and 2001-11-12
15113
15114         * src/folderview.c
15115                 incorporated mbox folders, scoring, and folder
15116                 properties into the sync
15117
15118 2001-10-12 [darko]      0.6.3claws9
15119
15120         * README.claws
15121                 describe quotation wrapping
15122         * src/compose.c
15123                 don't treat tab as space to calculate line length properly
15124
15125 2001-10-11 [alfons]
15126
15127         * README.claws
15128                 correct description of how to make new filtering system work,
15129                 add some other things
15130                 
15131         * src/syldap.c
15132                 remove sched_yield() (not necessary / unportable)
15133
15134 2001-10-11 [paul]       0.6.3claws8
15135
15136         * sync with sylpheed 0.6.3cvs3
15137                 see ChangeLog entry 2001-10-10
15138
15139 2001-10-10 [christoph]  0.6.3claws7
15140
15141         * .cvsignore
15142                 ignore 2 files created by newer autotools
15143         * src/prefs_folder_item.c
15144                 using table for widget alignment
15145                 fixed memory leak and broken octal display
15146         * src/filesel.c
15147                 fixed segfault caused by lost filename
15148                 workaround (closes bug #469551)
15149
15150 2001-10-10 [paul]       0.6.3claws6
15151
15152         * sync with sylpheed 0.6.3cvs2
15153                 see ChangeLog entries 2001-10-09 and 2001-10-10
15154
15155 2001-10-10 [darko]      0.6.3.claws5
15156
15157         * src/gtkstext.c
15158                 proper calculation of right margin if smart wrapping is enabled
15159         * src/compose.c
15160                 automatically wrap long lines if wrap quotation is enabled
15161
15162 2001-10-09 [alfons]     0.6.3.claws4
15163
15164         * src/summaryview.c
15165                 select correct row when deleting last row in the summary view (and
15166                 close bug "[ #469104 ] select second last in list when deleting")
15167
15168 2001-10-09 [paul]       0.6.3claws3
15169
15170         * sync with sylpheed 0.6.3cvs1
15171                 updated some autotool scripts
15172
15173 2001-10-09 [darko]      0.6.3claws2
15174
15175         * src/gtkstext.[ch]
15176                 new name and mark with Sylpheed comment
15177         * src/compose.c
15178                 smart quotation wrapping a-la VIM
15179
15180 2001-10-08 [paul]       0.6.3claws1
15181
15182         * sync with sylpheed 0.6.3 release
15183                 see ChangeLog entry 2001-10-08
15184
15185 2001-10-08 [paul]       0.6.2claws24
15186
15187         * src/summaryview.c
15188                 more sync with sylpheed 0.6.2cvs12
15189                 Fixed the bug that didn't select the last row correctly
15190
15191
15192 2001-10-07 [paul]       0.6.2claws23
15193
15194         * sync with sylpheed 0.6.2cvs12
15195                 see ChangeLog entry 2001-10-07
15196
15197 2001-10-06 [match]
15198         * src/jpilot.[ch]
15199                 enable jpilot to read unsynch'ed addresses.
15200
15201         * src/editldap_basedn.c
15202                 fix segfault when opening dialog.
15203
15204 2001-10-06 [alfons]     0.6.2.claws22
15205
15206         * src/summaryview.c
15207                 fix bug with summary view selecting last *inserted*
15208                 node instead of last *visible* node. remember we
15209                 work with a tree
15210
15211 2001-10-06 [paul]       0.6.2claws21
15212
15213         * po/pt_BR.po
15214                 updated translation, contains some fixes and new
15215                 translations, submitted by Gustavo Noronha Silva
15216                 <kov@debian.org>
15217
15218         * src/prefs_common.c
15219                 change 'each' to 'every' - fix dubious English
15220
15221         * sync with sylpheed 0.6.2cvs11
15222
15223 2001-10-05 [alfons]     0.6.2claws20
15224
15225         * src/mainwindow.[ch], src/folderview.c
15226                 make composite tool button switch between "Compose News"
15227                 and "Compose Mail" depending on selected folder
15228                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15229
15230 2001-10-05 [paul]       0.6.2claws19
15231
15232         * src/mainwindow.c, src/summaryview.c
15233                 fix 'Message/Reply to all', broken in last commit
15234
15235         * src/compose.c
15236                 fix X_BEENTHERE seg fault, thanks to Alfons
15237
15238 2001-10-04 [paul]       0.6.2claws18
15239
15240         * src/compose.[ch], src/mainwindow.c
15241                 make "Message/Reply" reply to mailing lists; matches
15242                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15243                 based on portions of the patch submitted by
15244                 Junichi Uekawa <dancer@netfort.gr.jp>
15245
15246 2001-10-04 [darko]      0.6.2claws17
15247
15248         * src/compose.c
15249                 better smart wrapping
15250         * src/gtkstext.[hc]
15251                 a function to make text buffer contiguous
15252
15253 2001-10-03 [paul]       0.6.2claws16
15254
15255         * sync with sylpheed 0.6.2cvs10
15256
15257 2001-10-02 [alfons]
15258
15259         * configure.in
15260         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15261                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15262                 references to chinese translations (hope someone picks up
15263                 this)
15264
15265 2001-10-02 [christoph]  0.6.2claws15
15266
15267         * src/compose.c
15268                 fixed non translated header bug
15269         * ChangeLog.claws
15270                 fixed wrong date in alfons last entry ;)
15271
15272 2001-10-02 [alfons]     0.6.2claws14
15273
15274         * src/compose.c, src/prefs_common.[ch]
15275                 add block cursor option
15276
15277 2001-10-02 [paul]       0.6.2claws13
15278
15279         * sync with sylpheed 0.6.2cvs9
15280
15281 2001-09-30 [paul]       0.6.2claws12
15282
15283         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15284                 updated translations
15285
15286         * po/POTFILES.in
15287                 add 'src/importldif.c'
15288
15289         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15290                 added eudora-to-vCard conversion tool
15291                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15292
15293         * sync with sylpheed 0.6.2cvs8
15294
15295 2001-09-30 [paul]
15296
15297         * sylpheed-0.6.2claws released
15298
15299 2001-09-27 [melvin]     0.6.2claws11
15300
15301         * src/gtkspell.c
15302                 fixed crash when using default path (introduced 
15303                 in 0.6.2claws10)
15304                 fixed tiny bug for initial suggestion mode
15305
15306 2001-09-27 [melvin]     0.6.2claws10
15307         
15308         * src/gtkspell.c
15309                 fixed bug where gtkpspell didn't set the path correctly
15310
15311         * README.claws
15312                 added a paragraph about spell checking
15313                 
15314
15315
15316 2001-09-27 [paul]       0.6.2claws9
15317
15318         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15319                 replace '// comments' with '/* comments */' to prevent
15320                 some compiler warnings 
15321
15322         * sync with sylpheed 0.6.2cvs6
15323
15324 2001-09-26 [alfons]     0.6.2claws8
15325
15326         * src/messageview.c
15327                 introduce return receipt request notification again,
15328                 which was lost because of other semantics in 
15329                 procheader_parse() (???)
15330
15331 2001-09-26 [christoph]  0.6.2claws7
15332
15333         * src/compose.c
15334                 replace comments for old code with #if 0
15335                 readded auto cc, bcc and reply-to
15336         * src/prefs_matcher.c
15337         * src/prefs_scoring.c
15338                 removed some definition (was moved to
15339                 prefs.h)
15340
15341 2001-09-26 [paul]       0.6.2claws6
15342
15343         * src/mainwindow.c
15344                 make 'Follow-up and reply to' sensitive
15345
15346         * more sync with sylpheed 0.6.2cvs5
15347
15348 2001-09-25 [melvin]
15349
15350         * 0.6.2claws5
15351
15352         * src/gtkspell.c
15353                 fixed bug for "US-ASCII" introduced by the encoding code
15354
15355 2001-09-25 [paul]
15356
15357         * 0.6.2claws4
15358
15359         * src/prefs_common.[ch], src/summaryview.c
15360                 'next unread msg' 'go to next folder?' dialog can be
15361                 given default behaviour, either always show dialog,
15362                 or assume 'yes', or assume 'no'
15363                 Submitted by wwp <subscript@free.fr>
15364
15365 2001-09-25 [melvin]
15366                 
15367         * src/compose.c src/gtkspell.[ch]
15368                 added support for different encodings
15369
15370 2001-09-25 [paul]
15371
15372         * more sync with sylpheed 0.6.2cvs5
15373
15374 2001-09-24 [alfons]
15375         
15376         * src/prefs_folder_item.c
15377                 add check for item->prefs->default_to string is NULL and
15378                 add another check when freeing this string
15379
15380 2001-09-24 [paul]
15381
15382         * configure.in
15383                 change to version 0.6.2claws3
15384
15385         * sync with sylpheed 0.6.2cvs5 
15386
15387 2001-09-24 [match]
15388         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15389                 import LDIF files.
15390         * src/addrcache.[ch], addrindex.[ch]
15391                 small update for future
15392         * src/addrbook.c
15393                 fix test XML file.
15394
15395 2001-09-24 [melvin]
15396         * src/gtkspell.[ch]
15397                 added 'Learn from mistakes' option
15398                 better handling of quotes in checked words
15399                 sorted dict list
15400         * po/fr.po
15401                 small update for spell checking stuff
15402
15403 2001-09-23 [alfons]
15404         
15405         * src/gtkspell.c
15406                 edit a little bit so it complies more with main coding style
15407
15408 2001-09-23 [alfons]
15409
15410         * src/folder.[ch], prefs_folder_item.c, compose.c
15411                 migrate "request return receipt" folder property
15412                 to folderlist.xml
15413
15414 2001-09-22 [alfons]
15415
15416         * README.claws **NEW**
15417                 (add things of interest for users of main branch 
15418                 and claws here)
15419
15420         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15421                 re-implement threading per folder option, but store 
15422                 the setting in folderlist.xml (where it belongs)
15423
15424 2001-09-21 [melvin]
15425
15426         * src/gtkspell.[ch]
15427                 fixed bug when compose window is under another window
15428         * src/prefs_common.[ch] src/compose.c
15429                 changed 'dictionary_path' to 'dictionary' to be consistent
15430                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15431         * ac/pspell.m4 src/Makefile.am 
15432                 dropped PSPELL_PATH macro
15433         * po/fr.po
15434                 updated translations
15435
15436 2001-09-21 [christoph]
15437
15438         * src/compose.c
15439                 added border around header fields
15440                 keep header type when new field is added
15441
15442 2001-09-20 [christoph]
15443
15444         * src/utils.[ch]
15445                 more portable debug_print with source filename
15446                 and linenumber
15447         * src/procmsg.c
15448                 more newlines after debug messages
15449
15450 2001-09-20 [paul]
15451
15452         * configure.in
15453                 change to version 0.6.2claws2
15454
15455         * sync with sylpheed 0.6.2cvs3
15456
15457 2001-09-19 [melvin]
15458
15459         * src/gtkspell.c
15460                 fixed the post-right-click focus pb
15461                 fixed crash when 'Spell check all' after dict change 
15462                         and when cursor is at the end of the text
15463                 shift-right-click pops up config menu even on misspelled words.
15464         * po/POTFILES.in
15465                 added gtkspell.c
15466
15467 2001-09-19 [melvin]
15468
15469         * src/about.c
15470                 added pspell to compiled-in features list
15471
15472 2001-09-18 [melvin]
15473
15474         * switched to pspell and dropped ispell
15475         * ac/pspell.m4
15476                 new file. autoconf macro for pspell
15477         * ac/Makefile.am 
15478         * configure.in acconfig.h
15479                 added pspell support
15480         * src/Makefile.am
15481         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15482         * src/prefs_common.[ch] 
15483                 added pspell support
15484
15485 2001-09-18 [christoph]
15486
15487         * src/addr_compl.c
15488         * src/template.[ch]
15489                 replace LOG_MESSAGE with debug_print
15490         * src/compose.[ch]
15491                 gui improvements
15492         * src/menu.c
15493                 added newline after debug message
15494         * src/utils.h
15495                 using __VA_ARGS__ for debug_print macro
15496         * tools/.cvsignore
15497                 ignore Makefile and Makefile.in
15498
15499 2001-09-18 [paul]
15500
15501         * configure.in
15502                 change to version 0.6.2claws1
15503         * sync with sylpheed 0.6.2cvs1
15504
15505         * src/matcher.c 
15506         * src/prefs_matcher.c
15507                 add 'score equal to' option, submitted by
15508                 Paul Evans <nerd@freeuk.com>
15509
15510 2001-09-15 [christoph]
15511
15512         * src/mainwindow.c
15513                 comment out menu entry not existing in claws
15514         * src/menu.c
15515                 add debug output for non existing menu entries
15516         * src/summaryview.c
15517                 fix next/prev unread message for ignored threads
15518         * src/utils.[ch]
15519                 add sourcefile and line number to debug output
15520                 otherwise it is sometimes hard to find the
15521                 source code part if debug messages are translated
15522
15523 2001-09-14 [darko]
15524         
15525         * src/folderview.c
15526                 refresh target folder style after colour is changed
15527
15528 2001-09-13 [paul]
15529
15530         * configure.in
15531                 change to version 0.6.1claws3
15532
15533         * sync with sylpheed 0.6.1cvs6
15534
15535 2001-09-13 [darko]
15536         
15537         * src/folderview.c
15538                 fix target folder colourization to use user selected colour
15539
15540 2001-09-12 [darko]
15541         
15542         * src/summaryview.c
15543                 fix crash when message that is marked for copy/move is unmarked
15544
15545 2001-09-09 [paul]
15546
15547         * configure.in
15548                 change to version 0.6.1claws2
15549
15550         * sync with sylpheed 0.6.1cvs3
15551
15552 2001-09-09 [alfons]
15553         
15554         * src/folderview.c
15555                 fix bug with default font used for trash folder text
15556
15557 2001-09-06 [paul]
15558
15559         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15560                 updated translations
15561
15562         * configure.in
15563                 change to version 0.6.1claws1
15564
15565         * sync with sylpheed 0.6.1cvs2
15566
15567 2001-09-03 [paul]
15568
15569         * po/POTFILES.in
15570                 add Match's new addressbook
15571
15572         * po/de.po
15573                 updated translation submitted by Jens Oberender
15574
15575 2001-09-02 [paul]
15576
15577         * configure.in
15578                 change to 0.6.1claws
15579         * sync with sylpheed 0.6.1 release
15580
15581 2001-09-02 [paul]
15582
15583         * configure.in
15584                 change to 0.6.0claws2
15585
15586         * sync with sylpheed 0.6.0cvs4
15587
15588         * po/pt_BR.po
15589                 updated translation submitted by Fabio Junior Beneditto
15590
15591 2001-09-01 [match]
15592         * pixmaps/
15593                 interface.xpm
15594                 book.xpm
15595                 address.xpm
15596         * src/
15597                 Makefile.am
15598                 a ton of new files
15599
15600 2001-08-31 [paul]
15601
15602         * configure.in
15603                 change to version 0.6.0claws1
15604
15605         * sync with sylpheed 0.6.0cvs1
15606
15607         * po/es.po
15608                 updated translation submitted by Ricardo Mones Lastra
15609
15610         * po/POTFILES.in
15611                 add 'src/prefs_templates.c'
15612
15613         * src/compose.c, src/summaryview.c
15614                 fix segfault on 'Re_edit'               
15615
15616 2001-08-30 [alfons]
15617
15618         * configure.in, Makefile.am
15619         * tools/Makefile.am
15620                 add tools directory to source distribution
15621
15622 2001-08-30 [paul]
15623
15624         * configure.in
15625                 change to version 0.6.0claws
15626
15627         * sync with sylpheed 0.6.0 release
15628
15629 2001-08-30 [christoph]
15630
15631         * configure.in
15632                 removed autoconf version check
15633
15634 2001-08-30 [paul]
15635
15636         * src/account.c, src/compose.c, src/prefs_common.[ch]
15637         * src/procheader.[ch] src/utils.[ch]
15638                 Enhanced automatic account selection on replies
15639                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15640
15641         * configure.in
15642                 add LDAP and JPilot to the configuration results output.
15643
15644 2001-08-29 [christoph]
15645
15646         * src/summeryview.c
15647                 no bold font for ignored threads
15648
15649 2001-08-29 [paul]
15650
15651         * configure.in
15652                 change to version 0.5.3claws6
15653
15654         * sync with sylpheed 0.5.3cvs10
15655                 src/stringtable.[ch]: New Files
15656
15657         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15658         * src/pixmaps/sylpheed.xpm
15659                 add mini-icons to windows (by Alfons)
15660
15661 2001-08-27 [paul]
15662
15663         * src/mainwindow.c
15664                 new functions: next_labeled_cb(), prev_labeled_cb()
15665
15666         * src/summaryview.c
15667                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15668                 summary_select_next_labeled(), summary_select_prev_labeled()
15669
15670         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15671                 give claws blue folders and a blue trash can
15672
15673 2001-08-27 [paul]
15674
15675         * configure.in
15676                 change to version 0.5.3claws5
15677
15678         * sync with sylpheed 0.5.3cvs9
15679                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15680
15681 2001-08-24 [christoph]
15682
15683         * src/filesel.c
15684                 keep filename when browsing directories
15685                 (not working for user entered filename, but
15686                  for default name and selected filename from
15687                  file list)
15688         * src/mainwindow.c
15689                 fixed wrong spelling "Folllow-up"
15690         * src/mbox_folder.c
15691         * src/procmsg.c
15692         * src/summaryview.c
15693                 fixed new/unread message count with ignored
15694                 threads (2 commits, first didn't notice no
15695                 longer needed decreasing)
15696         * src/inc.c
15697                 readded scrolling of progress dialog
15698                 (lost in sync)
15699
15700 2001-08-24 [paul]
15701
15702         * configure.in
15703                 change to 0.5.3claws4
15704
15705         * sync with sylpheed 0.5.3cvs7
15706
15707 2001-08-24 [christoph]
15708
15709         * src/compose.c
15710                 set request return receipt when replying
15711                 if it is set is the folder prefs of the
15712                 message
15713         * src/inc.c
15714                 disable final error popup if popups are
15715                 disabled in config (again)
15716
15717 2001-08-23 [paul]
15718
15719         * configure.in
15720                 Change version number to 0.5.3claws3
15721
15722         * sync with sylpheed 0.5.3cvs5
15723
15724         * src/mimeview.c
15725                 double quote '%s' in 'gedit %s' to fix bug when
15726                 opening attachment with spaces in the name
15727
15728 2001-08-22 [alte]
15729         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15730           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15731                 initial message templates support
15732
15733
15734 2001-08-22 [paul]
15735
15736         * configure.in
15737                 change version number to 0.5.3claws2
15738
15739         * sync with sylpheed 0.5.3cvs4
15740
15741         * src/procmsg.h src/summaryview.c
15742                 re-implement (un)ignore thread
15743
15744 2001-08-21 [paul]
15745
15746         * src/summaryview.c
15747                 remove unnecessary code
15748         * src/compose.c
15749                 enable 'dynamic' signatures (submitted by
15750                 Eric Limpens <eric@hscg-internet.nl>)
15751
15752 2001-08-21 [paul]
15753
15754         clean up after sync with sylpheed 0.5.3 release
15755
15756         * src/folderview.c
15757                 fix re-introduced font mess, see Christoph's
15758                 entry 2001-06-24
15759
15760         * src/summaryview.c
15761                 remove prev_msgnum
15762                 use sylpheed's small font instead of
15763                 gtk default font for summary view
15764
15765
15766 2001-08-17 [paul]
15767
15768         * configure.in
15769                 add pl to ALL_LINGUAS - sync with main branch
15770
15771         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15772                 Updated. Translations by Jens Oberender, Ricardo Mones
15773                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15774
15775         * po/pl.po  ** NEW FILE **
15776                 sync with the main branch
15777
15778         * src/folderview.c
15779                 fix target folder colorizing and refresh problem
15780
15781
15782 2001-08-17 [christoph]
15783
15784         * src/mainwindow.c
15785                 claws uses 4 colors for target folder coloring.
15786                 arrays were not long enough and destroyed the
15787                 stack causing a segfault.
15788                 target folder colorizing does not work anymore
15789                 for me
15790
15791 2001-08-16 [paul]
15792
15793         * configure.in
15794                 change to version 0.5.3claws1
15795
15796         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15797           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15798           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15799
15800                 sync with sylpheed 0.5.3 release, but keep claws method of
15801                 configuring/saving fonts
15802
15803         * src/addressbook.[ch]
15804                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15805                 in line with a similar change in Hiroyuki's branch
15806
15807         * src/mainwindow.[ch]
15808                 disable main_window_set_thread_option()
15809         * src/prefs_folder_item.c
15810                 comment out &tmps_prefs.enable_thread,
15811         * src/mbox_folder.c, src/procmsg.[ch]
15812                 comment out MSG_IS_IGNORE_THREAD
15813         * src/summaryview.c
15814                 comment out summary_ignore_thread() and summary_unignore_thread()
15815                 comment out MSG_IS_IGNORE_THREAD
15816
15817                 use Hiroyuki's threading instead.
15818
15819
15820
15821 2001-08-15 [paul]
15822
15823         * src/account.c
15824                 use Hiroyuki's 0.5.3 column scheme but also
15825                 include the enable/disable button.
15826         * src/pixmaps/mark.xpm
15827                 add Hiroyuki's amended pixmap
15828
15829 2001-08-13 [christoph]
15830
15831         * src/account.c
15832                 receive at get all column showed wrong state for APOP
15833                 button should only work for POP3 and APOP accounts
15834         * src/prefs_account.c
15835                 added missing preprocessor statement for SSL
15836
15837 2001-08-12 [paul]
15838
15839         * src/account.[ch]
15840                 add 'receive at get all' column and enable/disable
15841                 button.
15842
15843 2001-08-06 [christoph]
15844
15845         * src/account.c
15846                 show usage of SSL in protocol column
15847
15848         * src/imap.c
15849         * src/inc.c
15850                 renamed ssl options
15851
15852         * src/prefs_account.[ch]
15853                 moved ssl options to a new page
15854
15855         * src/send.c
15856         * src/smtp.c
15857         * src/ssl.[ch]
15858                 renamed ssl options
15859                 added support for SMTP STARTTLS command
15860
15861 2001-08-05 [christoph]
15862
15863         * configure.in
15864                 debian autoconf needs version check to find
15865                 correct autoconf version. if the file is
15866                 named configure.in 2.13 is used, which does
15867                 not work with this configure.in script.
15868                 other solution would be to rename the script
15869                 to configure.ac as suggested in the autoconf
15870                 manual.
15871
15872         * src/inc.c
15873                 disable final error popup if popups are
15874                 diabled in config
15875
15876         * src/socket.c
15877                 bugfix in ssl_gets
15878                 fixes IMAP over SSL problem
15879
15880 2001-08-03 [paul]
15881
15882         * configure.in
15883                 change to 0.5.2claws1
15884
15885         * sync with sylpheed 0.5.2cvs1
15886
15887 2001-08-02 [alfons]
15888
15889         * configure.in
15890                 quick fix for ispell detection...
15891
15892 2001-08-01 [paul]
15893
15894         * configure.in
15895                 change to 0.5.1claws4
15896
15897         * sync with sylpheed 0.5.1cvs7
15898
15899 2001-07-31 [alfons]
15900
15901         * src/prefs_common.c, src/prefs_common.h, 
15902           src/gtkspell.c, src/gtkspell.h
15903                 add global spelling checker settings (compose tab) +
15904                 selection of dictionary 
15905           
15906         * configure.in  
15907                 guess valid ispell location
15908
15909 2001-07-31 [paul]
15910
15911         * po/POTFILES.in
15912                 removal of 'src/quote_fmt_parse.c'
15913         * po/de.po
15914                 Updated de.po
15915                 (submitted by Jens Oberender <didge@suse.de>)
15916
15917 2001-07-31 [darko]
15918
15919         * src/folder.[ch]
15920         * src/folderview.[ch]
15921         * src/mainwindow.c
15922         * src/mh.c
15923         * src/prefs_common.[ch]
15924         * src/summaryview.c
15925                 target folder colourization
15926
15927 2001-07-30 [paul]
15928
15929         more sync with Sylpheed 0.5.1cvs6 
15930
15931 2001-07-30 [darko]
15932
15933         * src/mh.c
15934         * src/prefs_folder_item.[hc]
15935         * src/summaryview.c
15936                 shared folders support with a GUI
15937
15938 2001-07-29 [paul]
15939
15940         0.5.1claws3
15941
15942         * sync with Sylpheed 0.5.1cvs6
15943
15944 2001-07-29 [paul]
15945
15946         * po/pt_BR.po
15947                 updated
15948                 (submitted by Fabio Junior Beneditto)
15949
15950 2001-07-28 [paul]
15951
15952         * src/procmime.c
15953         * AUTHORS
15954                 patch to correct bad image mime headers
15955                 (submitted by Don Quijote <dq@searchlores.org>)
15956
15957 2001-07-28 [paul]
15958
15959         * tools/gif2xface.pl   **NEW FILE**
15960         * tools/README
15961                 script to convert file.gif to file.xface for
15962                 use in a custom header.
15963                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15964
15965 2001-07-27 [alfons]
15966         
15967         * configure.in
15968                 change macros for detecting JPilot and LDAP
15969
15970 2001-07-27 [christoph]
15971
15972         * src/filtering.c
15973                 code cleanup (MIN / MAX warning, needed casting)
15974
15975 2001-07-27 [alfons]
15976
15977         * procheader.c
15978                 disallow setting flags when detecting certain headers
15979                 (X-Status, Status, Seen, X-Seen). 
15980         
15981         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15982
15983 2001-07-27 [christoph]
15984
15985         * src/prefs_filter.c
15986         * src/prefs_filtering.c
15987         * src/prefs_matcher.c
15988         * src/prefs_scoring.c
15989                 scroll list when moving rows up or down
15990
15991         * src/imap.c
15992         * src/imap.h
15993         * src/prefs_account.c
15994         * src/prefs_account.h
15995         * src/send.c
15996                 SMTP over SSL (untested, feedback requested)
15997                 IMAP over SSL
15998
15999         * src/ssl.c
16000                 code cleanup
16001
16002 2001-07-26 [alfons]
16003         
16004         * configure.in, acconfig.h
16005                 define CLAWS (need this for main / claws detection)
16006
16007 2001-07-25 [alfons]
16008
16009         * configure.in
16010                 Sylpheed 0.5.1claws2
16011                 
16012         * sync with Sylpheed 0.5.1cvs4
16013
16014 2001-07-25 [christoph]
16015
16016         * src/scoring.c
16017                 fixed segfault
16018                 item->prefs == NULL (don't know why)
16019
16020 2001-07-25 [alfons]
16021
16022         * configure.in
16023                 Sylpheed 0.5.1claws1
16024
16025         * sync with Sylpheed 0.5.1cvs1-3
16026
16027 2001-07-24 [christoph]
16028
16029         * src/folderview.c
16030         * src/prefs_folder_item.[ch]
16031                 added folderitem preferences dialog with
16032                 default To: and auto request return receipt
16033
16034         * src/compose.[ch]
16035         * src/menu.[ch]
16036                 changes to handle new folderitem preferences
16037
16038         * src/mainwindow.c
16039         * src/summaryview.c
16040                 call compose new mail with current folderitem
16041
16042 2001-07-24 [alfons]
16043
16044         Release Sylpheed 0.5.1claws
16045
16046         * configure.in
16047                 change to release version 0.5.1claws
16048
16049 2001-07-24 [christoph]
16050
16051         * src/summaryview.c
16052                 fixed segfault that happend when the selected
16053                 message was removed while retrieving new messages.
16054
16055         * po/es.po
16056                 updated translation
16057                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16058
16059 2001-07-22 [alfons]
16060
16061         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16062         this is a work in progress, for more information: http://nlpagan.net/sylman 
16063         
16064         * configure.in, src/mainwindow.c, manual/Makefile.am
16065                 add support for English manual
16066
16067         * AUTHORS
16068                 add authors of user manuals
16069
16070         * manual/en/sylpheed*.html
16071                 add English documentation
16072
16073 2001-07-22 [christoph]
16074
16075         * po/POTFILES.in
16076                 added src/ssl.c
16077         * src/ssl.c
16078                 changed a wrong debug message
16079
16080 2001-07-22 [alfons]
16081
16082         * po/nl.po
16083                 update Dutch translation
16084
16085         * src/prefs_filtering.c, 
16086           src/prefs_matcher.c
16087                 add more translatable strings           
16088
16089 2001-07-21 [alfons]
16090
16091         0.5.0claws7
16092
16093         * configure.in
16094                 change version
16095
16096         * src/inc.c, src/summaryview.[ch]
16097                 prevent update of mark file when filtering has done, by
16098                 using a variable; this affects two functions:
16099                         inc.c::inc_finished()
16100                         summaryview.c::summary_show()
16101
16102 2001-07-20 [alfons]
16103
16104         * src/filtering.[ch], src/prefs_filtering.c, 
16105           src/matcher.[ch]
16106                 add filtering action for label coloring 
16107
16108         * po/POTFILES.in
16109                 add labelcolors.c
16110
16111         * added src/labelcolors.c
16112         * added src/labelcolors.h
16113         * src/Makefile.am, src/summaryview.c
16114                 rearrange label coloring code
16115
16116         * src/procmsg.h
16117                 add more parentheses so label colouring works correctly
16118
16119         * src/filtering.c
16120                 don't really delete message, but move it to Trash
16121
16122         * src/prefs_matcher.c
16123                 add quote options to info dialog
16124
16125 2001-07-20 [christoph]
16126
16127         * src/Makefile.am
16128         * src/inc.c
16129         * src/main.[ch]
16130         * src/socket.h
16131         * src/ssl.[ch] (new)
16132                 moved ssl stuff to a seperate file
16133
16134 2001-07-20 [darko]
16135
16136         * src/summaryview.c
16137                 fix show sender using address book with no e-mail
16138                 address in From: field
16139
16140 2001-07-19 [alfons]
16141
16142         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16143                 fix messy handling of escaping... now at least the
16144                 execute command is useful. escape char is '\', we
16145                 accept \n and \r too. 
16146
16147                 Real life example:
16148                 
16149                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16150                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16151
16152 2001-07-18 [alfons]
16153
16154         0.5.0claws6
16155
16156         * src/summaryview.c
16157                 clean up
16158
16159         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16160           src/procmsg.[ch]
16161                 revise filtering; currently move, copy, marking have
16162                 been tested. if you like bleeding edge stuff, you
16163                 should definitely go for this version :)
16164
16165         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16166
16167 2001-07-17 [christoph]
16168
16169         * src/utils.c
16170                 timestamp log
16171
16172 2001-07-17 [alfons]
16173
16174         0.5.0claws5
16175
16176         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16177           bits in the mark file, without affecting either branch. Lots of
16178           files changed, also in claws branch.
16179
16180           UNTESTED: use of mbox folders
16181
16182         * src/summaryview.c
16183                 added mark all read; however this was a quick hack used for
16184                 cleaning up mess after initial merge with Hiroyuki
16185
16186         * configure.in
16187                 change claws version number back to 0.5.0claws5 to clear up 
16188                 confusion & pretension (recent release was technically 
16189                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16190
16191 2001-07-16 [alfons]
16192
16193         sync with Hiroyuki's 0.5.0cvs4
16194
16195 2001-07-16 [alfons]
16196
16197         0.5.1claws3
16198
16199         * src/filtering.[ch]
16200                 remove invalid updating of mark files for 
16201                 filter actions MATCHING_ACTION_MOVE and 
16202                 MATCHING_ACTION_DELETE; this should fix the
16203                 folder update bug
16204                 
16205         * src/procmsg.c
16206                 revert Christoph's stab at fixing the folder 
16207                 update bug
16208
16209         * po/POTFILES.in
16210                 add missing files with translatable strings
16211
16212         * src/summaryview.c
16213                 remove debug print
16214
16215 2001-07-15 [alfons]
16216
16217         * src/addr_compl.[ch], src/prefs_filtering.c
16218                 make "filtering pref dialog's destination entry" an
16219                 "address completable entry", if filter destination is 
16220                 an email address
16221
16222         0.5.1claws2
16223         
16224         sync with Hiroyuki's 0.5.0cvs2-3
16225
16226 2001-07-15 [christoph]
16227
16228         * src/procmsg.c
16229                 fixed folder stats update after incorporation
16230
16231 2001-07-15 [alfons]
16232
16233         * src/summaryview.c
16234                 * finish label colouring stuff (for now)
16235                 * fix incorrect colour bug (off by one) 
16236
16237 2001-07-14 [alfons]
16238
16239         * src/mainwindow.c
16240                 change text labels for news and mail message so there's
16241                 plenty of toolbar estate left
16242
16243         * configure.in
16244                 0.5.1claws1
16245
16246         * src/folderview.c
16247           src/folder.[ch]
16248                 sync with Hiroyuki's 0.5.0cvs1
16249
16250         * src/summaryview.c
16251                 more rewrite label colouring
16252
16253 2001-07-14 [alfons]
16254
16255         * src/summaryview.[ch]
16256                 * start rewrite label colouring 
16257                 * fix proper location "Add Sender To Addressbook" menu item
16258
16259 2001-07-13
16260
16261         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16262         (actually this is 0.5.0claws4)
16263
16264 2001-07-13 [alfons]
16265
16266         * po/pt_BR.po
16267                 * fix duplicate message
16268                 * add updated Portugese / Brazilian translation
16269                   submitted by Fabio Junior Beneditto
16270
16271 2001-07-12 [alfons]
16272
16273         * AUTHORS
16274                 add Jens
16275
16276         * po/nl.po
16277                 add updated Dutch translation
16278
16279         * po/de.po
16280                 add updated German translation submitted by Jens
16281
16282 2001-07-11 [alfons]
16283
16284         Prerelease before 0.5.0claws. Please test.
16285         This version is temporarily tagged as VERSION_0_5_0_TEST
16286
16287         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16288           src/prefs_scoring.c, src/prefs_matcher.c, 
16289           src/prefs_filtering.c, src/mbox.c, 
16290           src/main.c, src/inc.c, src/filtering.[ch]
16291                 revert new Hoa's new matcher (does not work yet)
16292
16293         * src/Makefile.am
16294                 clean up
16295
16296 2001-07-10
16297
16298         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16299
16300
16301 2001-07-10 [alfons]
16302
16303         * Makefile.am
16304                 add ChangeLog.claws to EXTRA_DIST
16305         * src/Makefile.am
16306                 add matcher_parser_parse.h to EXTRA_DIST
16307
16308 2001-07-10 [christoph]
16309
16310         * src/inc.c
16311                 add destination folder to table of
16312                 folders that need to be updated after
16313                 incorporation
16314
16315 2001-07-10 [alfons]
16316
16317         * folder.[ch]
16318           folderview.c
16319                 make collapse state of folders and folder items persistent, i.e.
16320                 if you collapse a folder tree, the next time sylpheed-claws starts 
16321                 up the folder tree remains collapsed.  
16322                 
16323 2001-07-10 [christoph]
16324
16325         * acconfig.h
16326         * configure.in
16327                 added --enable-ssl
16328         * src/md5.[ch]
16329                 renamed MD5_CTX to MD5_CTX_syl
16330                 conflicts with a struct in openssl
16331         * src/inc.c
16332         * src/main.[ch]
16333         * src/prefs_account.[ch]
16334         * src/socket.[ch]
16335                 SSL support for POP
16336         * src/mainwindow.c
16337                 fixed compose with current account
16338                 broken by new compose button stuff
16339
16340 2001-07-09 [hoa]
16341
16342         * AUTHORS
16343                 changed my email address
16344
16345         * src/matcher_parser_parse.y
16346                 clean the parser to remove conflicts
16347
16348 2001-07-09 [alfons]
16349
16350         * AUTHORS
16351                 add Match Grun
16352
16353         * configure.in
16354                 fix incorrect description of --enable-ldap parameter
16355
16356         * src/prefs_common.[ch]
16357           src/compose.c
16358                 add experimental option "smart wrapping" which makes the
16359                 compose editor auto wrap.
16360                 
16361                 | TODO: the problem with the buggy cursor handling is caused |
16362                 | by the GtkText. when deleting / backspacing text its       |
16363                 | wrapping algorithm does not take in account the previous   |
16364                 | line. should find a way to hack this in.                   |
16365                 | or should perhaps combine this with the word wrapping      |
16366                 | patch i wrote in january.                                  |
16367
16368         * src/about.c
16369                 show build parameters for LDAP and JPilot
16370
16371         * src/summaryview.c
16372                 revert Christoph's bugfix for selecting next unread message, 
16373                 because folder stats aren't updated correctly
16374
16375 2001-07-08 [hoa]
16376
16377         * src/filtering.c
16378         * src/mainwindow.c
16379         * src/matcher.c
16380         * src/matcher_parser_lex.l
16381         * src/matcher_parser_parse.y
16382         * src/prefs_filtering.c
16383         * src/prefs_scoring.c
16384         * src/scoring.c
16385                 bugfix of the config file parser
16386
16387 2001-07-08 [alfons]
16388
16389         * src/Makefile.am
16390                 added generated matcher sources to BUILT_SOURCES
16391
16392 2001-07-08 [hoa]
16393
16394         * src/Makefile.am
16395         * src/.cvsignore
16396                 added new config file parser
16397
16398         * src/scoring.[ch]
16399         * src/filtering.[ch]
16400         * src/matcher.[ch]
16401         * src/prefs_filtering.c
16402         * src/prefs_matcher.c
16403         * src/prefs_scoring.c
16404         * added src/matcher_parser.h
16405         * added src/matcher_parser_lex.h
16406         * added src/matcher_parser_lex.l
16407         * added src/matcher_parser_parse.y
16408                 lex & yacc config file parser
16409
16410         * src/mbox.c
16411         * src/inc.c
16412         * src/main.c
16413                 changes prefs_filtering into global_filtering           
16414
16415         * src/summaryview.c
16416                 build threads with subjects only if "Re: " is at the
16417                 beginning of the subject
16418
16419 2001-07-07 [paul]
16420
16421         0.5.0claws
16422
16423         sync with sylpheed 0.5.0
16424                 change of version number only
16425
16426 2001-07-06 [paul]
16427
16428         0.5.0claws5
16429
16430         sync with sylpheed 0.5.0pre5
16431
16432 2001-07-05 [paul]
16433
16434         sync with sylpheed 0.5.0pre4 release
16435                 /po and /manual/ja not sync'ed
16436
16437 2001-07-04 [paul]
16438
16439         more sync with sylpheed 0.5.0pre4
16440
16441 2001-07-03 [christoph]
16442
16443         * src/addressbook.c
16444                 fixed address book broken by address book
16445                 for VCard, JPilot, LDAP
16446
16447 2001-07-03 [alfons]
16448
16449         * src/matcher.c
16450         * src/textview.c
16451                 stopped memory leaks
16452
16453 2001-07-03 [paul]
16454
16455         more sync with sylpheed 0.5.0pre4
16456
16457 2001-07-02 [match]
16458
16459         * included address book patch for VCard, JPilot, LDAP
16460         * pref_common.c - fixed Font options on Display tab (cosmetic)
16461         * alertpanel.c - fixed truncated message
16462
16463 2001-07-02 [christoph]
16464
16465         * src/mbox_folder.c
16466         * src/procmsg.[ch]
16467         * src/summaryview.c
16468                 mark threads for ignoring
16469
16470 2001-07-02 [paul]
16471
16472         0.5.0claws4
16473
16474         * sync with sylpheed 0.5.0pre4
16475                 updated gettext to 0.10.38.
16476
16477 2001-07-01 [paul]
16478
16479         * src/ mainwindow.c
16480         * src/procmsg.h
16481         * src/summaryview.[ch]
16482                 new right-click option: Label.
16483                 substitute for 'Mark-->Mark/Unmark', colours the line.
16484                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16485
16486 2001-07-01 [christoph]
16487
16488         * src/folderview.c
16489                 fixed font for trash
16490         * src/summaryview.c
16491                 move ctree to unread message
16492
16493 2001-07-01 [paul]
16494
16495         * sync with sylpheed 0.5.0pre3 release
16496
16497 2001-06-30 [alfons]
16498
16499         * src/filesel.[ch]
16500         * src/compose.c
16501                 allow inserting / attaching multiple files in
16502                 the composer window
16503
16504 2001-06-30 [paul]
16505
16506         * src/codeconv.c
16507                 small change to Alfons' previous stuff so that it
16508                 actually makes
16509
16510 2001-06-30 [alfons]
16511
16512         * lots of files changed; first attempt to merge the changes
16513           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16514
16515 2001-06-30 [paul]
16516
16517         * po/pt_BR.po
16518                 updated and completed, translations by Fabio
16519                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16520
16521 2001-06-29 [alfons]
16522
16523         * src/compose.c
16524         * src/mimeproc.[ch]
16525                 allow selecting an attached files' mime type from a 
16526                 list of types.
16527
16528 2001-06-29 [paul]
16529
16530         * more sync with sylpheed 0.5.0pre3
16531
16532 2001-06-29 [paul]
16533
16534         * po/pt_BR.po
16535                 merge with sylpheed.pot and pt_BR.po provided by
16536                 Fabio Junior Beneditto.
16537
16538 2001-06-29 [darko]
16539
16540         * src/procmime.c
16541                 make MIME types case insensitive
16542
16543 2001-06-28 [alfons]
16544
16545         * po/nl.po
16546                 merge with sylpheed.pot and old nl.po; translations added.
16547
16548 2001-06-28 [paul]
16549
16550         * more sync with sylpheed 0.5.0pre3
16551
16552 2001-06-27 [alfons]
16553
16554         * src/summaryview.c
16555                 don't crash when removing parent node of messages
16556                 attracted by subject. this was caused by not deleting
16557                 the parent node from the subject line hash table.
16558
16559 2001-06-27 [alfons]
16560
16561         * src/summaryview.c
16562         * src/compose.[ch]
16563         * src/mainwindow.c
16564                 if there are multiple messages selected, allow forwarding
16565                 them as attachments.
16566
16567 2001-06-27 [paul]
16568
16569         * more sync with sylpheed 0.5.0pre3
16570
16571 2001-06-26 [paul]
16572
16573         0.5.0claws3
16574
16575         * sync with sylpheed 0.5.0pre3
16576
16577 2001-06-25 [paul]
16578
16579         * src/mainwindow.c
16580                 fixed 'compose news article' bug
16581                 from icon-and-text toolbar
16582
16583 2001-06-25 [paul]
16584
16585         * sync with sylpheed 0.5.0pre2 release
16586
16587 2001-06-24 [christoph]
16588
16589         * src/prefs_common.c
16590                 bug fix in font selection
16591         * src/folderview.c
16592                 use sylpheed's normal font instead of
16593                 gtk default font for folders without
16594                 new messages
16595
16596 2001-06-24 [alfons]
16597
16598         * src/mainwindow.[ch]
16599                 added composite compose mail / news button (an idea by Leandro
16600                 Pereira <leandro@linuxmag.com.br>)
16601
16602 2001-06-24 [paul]
16603
16604         Added instructions for ldif-to-xml.py
16605
16606         * tools/README
16607
16608 2001-06-23 [alfons]
16609
16610         Some minor things.
16611
16612         * src/pixmaps/stock_news_compose.xpm
16613                 added pixmap by Leandro
16614         * src/prefs_common.c
16615                 tested built-in spelling checker of GCC 3.0 :)
16616         * po/nl.po
16617                 merged dutch translation of sylpheed-main with
16618                 sylpheed.pot
16619
16620 2001-06-23 [paul]
16621
16622         Added tools directory and files.
16623
16624         * tools/filter_conv.pl
16625                 converts old filter system to new filtering system
16626         * tools/ldif-to-xml.py
16627                 converts netscape addressbook to sylpheed addressbook
16628         * tools/README
16629                 descriptions/instructions for above two files
16630
16631 2001-06-23 [christoph]
16632
16633         * src/inc.c
16634         * src/manage_window.[ch]
16635         * src/prefs_common.[ch]
16636                 mail retrieval dialog can be enabled, disabled
16637                 or hidden if non of sylpheed's windows is active
16638
16639 2001-06-22 [paul]
16640
16641         0.5.0claws2
16642
16643         * sync with sylpheed 0.5.0pre2
16644
16645 2001-06-21 [christoph]
16646
16647         * src/summaryview.c
16648                 show recipient on 'from' for all accounts
16649                 
16650         * src/inc.c
16651         * src/prefs_common.[ch]
16652                 disable error popup on mail receive errors
16653
16654 2001-06-21 [alfons]
16655
16656         * src/compose.c
16657                 made the ruler correctly appear and disappear.
16658
16659         * src/Makefile.am
16660                 removed Hoa's work-in-progress-stuff (interesting!) so 
16661                 claws compiles ok.
16662
16663 2001-06-20 [christoph]
16664
16665         * src/inc.c
16666         * src/progressdialog.c
16667                 added scrolled window for list in progressdialog
16668
16669 2001-06-20 [paul]
16670
16671         sync with sylpheed 0.5.0pre1 release
16672
16673 2001-06-20 [christoph]
16674
16675         * src/summeryview.c
16676                 make building threads by subject work when
16677                 thread view is enabled
16678                 
16679         * src/compose.c
16680         * src/prefs_common.[ch]
16681                 automatically select account for mail replys
16682
16683 2001-06-19 [sergey]
16684
16685         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16686         they are filled in from the account settings.
16687
16688 2001-06-19 [paul]
16689
16690         * more sync with sylpheed 0.5.0pre1
16691
16692 2001-06-18 [alfons]
16693
16694         * src/Makefile.am,
16695           src/procmime.c
16696                 added --sysconfdir to CPPFLAGS for pointing to the correct
16697                 location of mime.types. 
16698
16699                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16700                 or ./configure!
16701
16702 2001-06-18 [hoa]
16703
16704         * src/summaryview.c
16705                 fixed some bug when building threads
16706
16707 2001-06-18 [pau]l
16708
16709         * src/prefs_account.c
16710                 UI stuff: More changes to the English
16711
16712 2001-06-18 [paul]
16713
16714         * src/pixmaps/stock_news_compose.xpm: new file
16715         * src/Makefile.am
16716         * src/mainwindow.c
16717         * src/summaryview.c
16718                 Added new icon for Hoa's 'compose a news
16719                 message', plus minor improvements to the
16720                 English
16721
16722         * po/ja.po
16723         * ChangeLog
16724         * ChangeLog.jp
16725                 more sync with sylpheed 0.5.0pre1
16726
16727 2001-06-18 [hoa]
16728
16729         * src/compose.[ch]
16730         * src/mainwindow.c
16731                 Follow-up and reply to
16732
16733         * src/summaryview.[ch]
16734                 Build threads also with subjects
16735
16736 2001-06-17 [hoa]
16737
16738         * src/compose.c
16739                 forwarding use the current account.
16740
16741         * src/mainwindow.c
16742                 the "compose message" button has been replaced with
16743                 "new mail" and "new news" buttons
16744
16745         * src/prefs_common.[ch]
16746                 added a configuration option to use the forward button
16747                 as "forward as attachment"
16748                 changed reply and forward format description
16749
16750         * src/quote_fmt_lex.l
16751         * src/quote_fmt_parse.y
16752                 added message with no signature in format for reply
16753                 and forward.
16754
16755 2001-06-17 [paul]
16756
16757         Minor UI stuff
16758
16759         * src/mainwindow.c
16760         * src/summaryview.c
16761                 Improvements to the English
16762
16763         * src/prefs_common.c
16764                 Improvements to the English and some
16765                 clarity/continuity improvements in the
16766                 description of Quote symbols.
16767
16768 2001-06-17 [paul]
16769
16770         0.5.0claws1
16771
16772         * sync with sylpheed 0.5.0pre1
16773
16774 2001-06-17 [hoa]
16775
16776         * src/compose.c
16777                 Better interface for compose, displayed fields
16778                 are updated whenever we change account.
16779                 Newsgroups field is automatically filled.
16780
16781         * src/mainwindow.c
16782                 Newsgroups field is automatically filled.
16783
16784         * src/prefs_account.c
16785                 Some interface stuff when fields appear and
16786                 disappear.
16787
16788 2001-06-16 [paul]
16789
16790         0.4.99claws
16791
16792         * sync with sylpheed 0.4.99
16793
16794 2001-06-16 [sergey]
16795
16796         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16797         base64_decoder_free, base64_decoder_decode): new object and
16798         functions for decoding base64 streams.
16799         * src/procmime.c (procmime_decode_content): modified to use the
16800         new base64 decoder.
16801
16802 2001-06-15 [paul]
16803
16804         0.4.99claws10
16805
16806         * sync with sylpheed 0.4.99cvs11
16807
16808 2001-06-13 [paul]
16809
16810         0.4.99claws9
16811
16812         * sync with sylpheed 0.4.99cvs9
16813
16814 2001-06-13 [hoa]
16815
16816         * src/compose.c
16817         * src/prefs_account.c
16818
16819                 SMTP server can be defined in the news account
16820                 mime type of attachment are kept.
16821
16822         * src/summaryview.c
16823
16824                 now choose the highest important score between default
16825                 and important score of folder.
16826
16827 2001-06-09 [alfons]
16828         
16829         * src/prefs_common.c: 
16830
16831                 (prefs_quote_description_create): corrected description of 
16832                 quote format characters
16833
16834 2001-06-09 [paul]
16835
16836         0.4.99claws8
16837
16838         * sync with sylpheed 0.4.99cvs8
16839
16840 2001-06-08 [sergey]
16841
16842         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16843         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16844
16845 2001-06-08 [paul]
16846
16847         0.4.99claws7
16848
16849         * sync with sylpheed 0.4.99cvs7
16850
16851 2001-06-06 [sergey]
16852
16853         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16854         clashes with autogenerated header).
16855         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16856         * src/Makefile.am: added quote_fmt.h.
16857         * src/.cvsignore: added lex/yacc autogenerated files
16858         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16859
16860 2001-06-06 [paul]
16861
16862         0.4.99claws6
16863
16864         * sync with sylpheed 0.4.99cvs6
16865
16866 2001-06-06 [hoa]
16867
16868         * added src/quote_fmt_parse.h
16869         * src/compose.c
16870                 removed warnings
16871
16872         * src/prefs.[ch]
16873                 don't modify readonly configuration files
16874
16875         * src/prefs_account.c
16876         * src/prefs_common.c
16877         * src/prefs_customheader.c
16878         * src/prefs_display_header.c
16879         * src/prefs_filter.c
16880         * src/prefs_filtering.c
16881         * src/prefs_scoring.c
16882                 don't open dialog box when configuration files
16883                 are readonly
16884
16885 2001-06-05 [sergey]
16886
16887         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16888
16889         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16890         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16891         BUILT_SOURCES to make all files rebuild properly.
16892
16893         * src/compose.c: removed #include "quote_fmt.tab.h".
16894
16895         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16896         CHARACTER value in yylval.
16897
16898         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16899         receive CHARACTER value by documented means (yylval).
16900
16901         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16902
16903 2001-06-05 [hoa]
16904
16905         * src/Makefile.am
16906                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16907
16908         * src/filtering.c
16909         * src/matcher.c
16910         * src/matcher.h
16911         * src/prefs_filtering.c
16912                 now keep the configuration for execute action
16913
16914         * src/mbox_folder.c
16915                 fixed a warning
16916
16917 2001-06-05 [paul]
16918
16919         * sync with sylpheed 0.4.99cvs5
16920
16921 2001-06-05 [hoa]
16922
16923         * src/Makefile.am
16924                 added quote_fmt.[ch]
16925
16926         * added src/quote_fmt.y
16927         * added src/quote_fmt.l
16928         * added src/quote_fmt.tab.h
16929         * added src/quote_fmt.tab.c
16930         * added src/lex.quote_fmt.c
16931                 parsing configuration for replying
16932                 and forwarding
16933
16934         * src/prefs_common.[ch]
16935                 added configuration UI for replying
16936                 and forwarding
16937
16938         * src/compose.c
16939                 using configuration for replying
16940                 and forwarding
16941
16942 2001-06-04 [hoa]
16943
16944         * src/filtering.c
16945         * src/matcher.c
16946         * src/matcher.h
16947         * src/prefs_filtering.c
16948         * src/prefs_matcher.c
16949         * src/prefs_matcher.h
16950                 action "run a command" for filtering
16951                 and matching with a command.
16952                 fixed the "whole message" matching
16953
16954         * src/mbox_folder.c
16955                 changed temporary filename for security
16956
16957         * src/messageview.c
16958                 queue the notification if it fails to send.
16959
16960         * src/prefs_common.c
16961         * src/prefs_folder_item.c
16962                 changed the default important score             
16963
16964         * src/prefs_scoring.c
16965         * src/scoring.c
16966                 hide kill score input when the folder is not
16967                 a newsgroup
16968
16969 2001-06-03 [alfons]
16970
16971         * src/prefs_common.c:
16972
16973                 (prefs_font_select): pass font name in font entry box to font
16974                 selection dialog.
16975
16976 2001-06-03 [sergey]
16977
16978         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16979
16980 2001-06-03 [paul]
16981
16982         * sync with sylpheed 0.4.99cvs4
16983
16984 2001-06-03 [alfons]
16985
16986         * src/headerwindow.c:
16987
16988                 (headerwindow_show_cb): use the selected summary view item, not
16989                 the displayed item.
16990
16991 2001-06-02 [alfons]
16992
16993         * src/headerwindow.c:
16994
16995                 (headerwindow_show_cb): always try to show msginfo
16996
16997 2001-06-02 [hoa]
16998
16999         * src/compose.c
17000                 keep attached parts when reediting or forwarding.
17001
17002 2001-06-01 [hoa]
17003
17004         * src/folderview.c
17005         * src/prefs_folder_item.[ch]
17006         * src/prefs_scoring.[ch]
17007         * src/scoring.[ch]
17008         * src/summaryview.[ch]
17009         * src/main.c
17010         * src/mainwindow.c
17011         * src/prefs_common.[ch]
17012                 support for folder scoring
17013                 kill score and important score for messages
17014         
17015         * src/prefs_account.c
17016                 some display bug fixed for local account
17017                 preferences
17018
17019 2001-05-31 [alfons]
17020
17021         * src/summaryview.c:
17022
17023                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17024                 sender to address book menu item is disabled.
17025
17026 2001-05-30 [hoa]
17027
17028         * src/filtering.[ch]
17029         * src/summaryview.c
17030                 handling summary menu / filter messages
17031
17032         * src/folder.[ch]
17033                 add some stuff
17034
17035         * src/foldersel.c
17036                 imap folders now appears in list
17037
17038         * src/mbox_folder.c
17039                 doesn't crash if destination mail is not writeable
17040
17041 2001-05-29 [hoa]
17042
17043         * src/compose.c
17044                 removed some warnings
17045
17046         * src/filtering.c
17047         * src/folder.[ch]
17048         * src/prefs_filtering.c
17049                 global string to identify any folders           
17050                 removed some debug info
17051                 filtering to mbox folders is now possible
17052
17053         * src/mainwindow.c
17054                 removed some warnings
17055
17056         * src/mbox_folder.c
17057                 permission on files are changed to read/write for user only,
17058                 nothing for other.
17059                 creation of subfolder is handled better.
17060
17061 2001-05-28 [alfons]
17062
17063         Verified the sync for src/prefs_common.[ch] and
17064         src/prefs_account.[ch]. I believe there were some
17065         minor indentation differences.
17066
17067 2001-05-28 [paul]
17068
17069         0.4.99claws3
17070
17071         * sync with 0.4.99cvs3
17072
17073 2001-05-28 [hoa]
17074
17075         * src/compose.c
17076                 handling flags for mbox format
17077
17078         * src/filtering.c
17079                 use of mark file only for MH format
17080                 handling flags for mbox format
17081                 filtering cannot yet move or copy mails to mbox folders.
17082
17083         * src/folder.[ch]
17084                 changed move_msg, copy_msg,
17085                 move_msgs_with_dest, copy_msgs_with_dest functions
17086                 uses only folder->copy_msg() function
17087                 uses folder->finished_copy() to handle the destination
17088                 folder at the end of the copy or move operation.
17089
17090         * src/foldersel.c
17091                 included mbox directories.
17092
17093         * src/folderview.[ch]
17094         * src/mainwindow.c
17095                 handle folders operation for mbox format
17096
17097         * src/mbox.c
17098                 disable conversion of "From " header
17099
17100         * src/mbox_folder.[ch]
17101                 completion of mbox format handling
17102
17103         * src/mh.c
17104                 changed mh_copy_msg() function and
17105                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17106                 mh_copy_msgs_with_dest()
17107
17108         * src/prefs_filtering.c
17109                 removed some warnings
17110
17111         * src/prefs_matcher.c
17112                 default boolean operation is AND
17113
17114         * src/procheader.c
17115                 handling flags for mbox format
17116                 handling of "From " header
17117
17118         * src/procmsg.[ch]
17119                 removed data field
17120                 added MSG_REALLY_DELETED flags to handle deletion of
17121                 messages in mbox format.
17122
17123         * src/summaryview.c
17124                 handling flags for mbox format
17125                 disable the MSG_DELETED flags when messages
17126                 are deleted in mbox format
17127
17128         * src/textview.c
17129                 "From " headers display fixed.
17130
17131 2001-05-27 [alfons]
17132
17133         * src/textview.c:
17134                 
17135                 (get_email_part): skip quoted email addresses, like in e.g.
17136                 "'alfons@proteus.demon.nl'".
17137
17138 2001-05-26 [alfons]
17139
17140         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17141         and fixing the persistence troubles when using separate windows.
17142
17143         * src/mainwindow.c:
17144         
17145             Added #define SEPARATE_ACTION used in the gtk item factory for 
17146             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17147                 use gtk_item_factory_get_widget_by_action() to get the items.
17148                 
17149             Removed separate_widget_cb from the gtk item factory data   
17150           
17151             (mainwindow_create): connect separate_widget_cb() to check
17152             menu item "toggled" signal. also passing a MainWindow pointer
17153                 as object data for both check menu items.
17154                 
17155             (separate_widget_cb): definition of separate_widget_cb() to match
17156             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17157                 window using gtk_object_get_data(). The type of window separation 
17158                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17159         
17160         * src/prefs_filtering.c,
17161           src/prefs_matcher.c: added horizontal scrollbars
17162
17163 2001-05-25 [darko]
17164
17165         * src/headerview.c
17166                 fix segfault with invalid bold font
17167         * src/summaryview.c
17168                 correctly display summary stats after row is marked
17169
17170 2001-05-23 [sergey]
17171
17172         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17173         encodings with libjconv.
17174
17175 2001-05-23 [hoa]
17176
17177         * src/Makefile.am
17178                 added mbox_folder.[ch]
17179         * src/defs.h
17180                 mbox temporary folder
17181         * src/folder.[ch]
17182         * added src/mbox_folder.[ch]
17183         * src/folderview.c
17184         * src/procheader.[ch]
17185                 added mbox support
17186         * src/mbox.c
17187                 bugfix for file incorporation filtering
17188         * src/imap.c
17189                 enable creation of MBOX
17190         * src/prefs_display_header.c
17191                 enable use of headers like "From "
17192                 something that should be fixed :
17193                         displaying of such headers add an extra space
17194         * src/prefs_folder_item.c
17195                 don't create folders because it is not necessary
17196         * src/procmsg.h
17197                 added data field to MsgInfo for mbox internal use
17198         * src/summaryview.c
17199                 added some support for mbox
17200         * src/utils.[ch]
17201                 added get_mbox_cache_dir() function
17202
17203 2001-05-23 [hiroyuki]
17204
17205         * src/headerwindow.c
17206           src/inc.c
17207           src/main.c
17208           src/mh.c
17209           src/nntp.c
17210           src/procmsg.h
17211           src/session.h
17212           src/socket.[ch]
17213           src/summaryview.c
17214           src/textview.c
17215           src/automaton.c
17216           src/folderview.c: more sync with 0.4.99cvs2.
17217
17218         * src/headerwindow.c: reverted.
17219
17220 2001-05-22 [paul]
17221
17222         0.4.99claws2
17223
17224         * sync with sylpheed 0.4.99cvs2
17225                 * src/news.[ch]
17226                 * src/nntp.[ch]
17227                 * INSTALL
17228                 * INSTALL.jp
17229
17230 2001-05-22 [alfons]
17231
17232         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17233
17234 2001-05-21 [alfons]
17235
17236         Minor things:
17237
17238         * configure.in: if gnome-config not found, "no" is displayed
17239         
17240         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17241
17242         * src/textview.c: now also possible to add mail addresses by right
17243           clicking in the text view
17244
17245         * src/codeconv.c: merged patch which fixes endless loop when encountering
17246           invalid wide characters; from Alte <010@imis.ru>  
17247
17248 2001-05-20 [alfons]
17249
17250         Added installation of gnome specific things:
17251
17252         * Makefile.am: gnome conditional
17253
17254         * configure.in: check for installed gnome
17255
17256         * added sylpheed.png, sylpheed.desktop
17257
17258 2001-05-20 [sergey]
17259
17260         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17261
17262         * src/mainwindow.h (main_window_toolbar_create): created a button
17263         for "Reply to all".
17264         (main_window_set_toolbar_sensitive): enable/disable the new button
17265         appropriately.
17266         (toolbar_reply_to_author_cb): handle the new button.
17267
17268         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17269         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17270         failure).
17271
17272 2001-05-19 [sergey]
17273
17274         * src/compose.h (ComposeReplyMode): new modes
17275         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17276         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17277
17278         * src/compose.c
17279         (compose_send): move some code into a new function:
17280         (compose_current_mail_account): new function.
17281         (compose_reply): new argument to_author, all callers changed; if
17282         to_author==TRUE and account->protocol==A_NNTP, find and use an
17283         appropriate mail account for replying.
17284         (compose_reply_set_entry): new argument to_author; ignore
17285         compose->replyto if to_author==TRUE.
17286
17287         * src/mainwindow.c: new command "Message/Reply to author".
17288         (main_window_set_menu_sensitive): enable/disable it.
17289         (reply_cb): handle it.
17290
17291         * src/summaryview.c: new command "Reply to author".
17292         (summary_set_menu_sensitive): enable/disable it.
17293         (summary_reply_cb): handle it.
17294
17295         * src/account.c (account_find_mail_from_address): new function.
17296
17297 2001-05-18 [paul]
17298
17299         0.4.99claws1
17300
17301         * sync with sylpheed 0.4.99cvs1
17302
17303 2001-05-18 [hoa]
17304
17305         * src/compose.[ch]
17306         * src/filtering.c
17307         * src/summaryview.c
17308                 new filtering action : forward and forward as attachment
17309
17310         * src/main.c
17311                 no need for $DISPLAY when we run sylpheed --help
17312                 call to parse_cmd_opt() is moved
17313
17314         * src/mainwindow.[ch]
17315                 execute button is hidden when immediate execute
17316                 is chosen
17317
17318         * src/mh.c
17319         * src/news.c
17320         * src/prefs_folder_item.c
17321         * src/procmsg.c
17322                 better handling of missing directories
17323
17324         * src/summaryview.c
17325                 reedit is enabled in outbox
17326                 reedit is enabled in queue
17327
17328 2001-05-17 [hoa]
17329
17330         * src/filtering.c
17331         * src/matcher.[ch]
17332         * src/prefs_filtering.c
17333                 changed attachement into attachment
17334
17335 2001-05-17 [alfons]
17336
17337         0.4.67claws4    
17338
17339         * sync with sylpheed 0.4.67cvs9
17340         * sync with sylpheed 0.4.67cvs7-8
17341
17342 2001-05-17 [hoa]
17343
17344         * src/Makefile.am
17345                 added prefs_filtering.c
17346
17347         * src/filtering.[ch]
17348         * src/matcher.[ch]
17349                 removed action : forward_news and forward_news_as_attachement
17350                 (forward and forward_as_attachement can be used instead)
17351
17352         * src/mainwindow.c
17353                 added menu option to access filtering configuration
17354
17355         * src/prefs_account.c
17356                 changed mail_command default to /usr/sbin/sendmail
17357
17358         * added src/prefs_filtering.[ch]
17359                 dialog box for filtering configuration
17360
17361         * src/prefs_matcher.c
17362                 added function prefs_matcher_get_criteria_from_matching()
17363
17364         * src/prefs_scoring.c
17365                 reset the dialog when register or substitute is clicked
17366
17367 2001-05-15 [hoa]
17368
17369         * src/Makefile.am
17370                 added filtering.[ch]
17371         * src/inc.c
17372                 using filering.[ch] instead of filter.[ch]
17373         * src/main.c
17374                 reading new filtering configuration
17375         * src/matcher.[ch]
17376                 added some filtering actions
17377                 and fixed a bug for headers and mail body matching
17378         * src/mbox.c
17379                 using filering.[ch] instead of filter.[ch]
17380         * src/mh.c
17381                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17382         * src/summaryview.c
17383                 some fixes for filtering
17384
17385 2001-05-14 [hiroyuki]
17386
17387         * src/send.c: fixed some weird indentations.
17388           send_message_with_command(): call pclose() only if p != NULL.
17389         * src/textview.c: get_email_part(): modified the code for readability.
17390
17391 2001-05-14 [hiroyuki]
17392
17393         * src/md5global.h
17394           src/md5ify.c
17395           src/md5ify.h: removed from the cvs.
17396
17397 2001-05-13 [sergey]
17398
17399         * src/main.c: include rfc2015.h to avoid compiler warnings.
17400         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17401         the panel is already on screen.
17402         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17403         closing the alert window by ESC as "No".
17404         * src/prefs_common.c (prefs_interface_create): moved return
17405         receipt check button to the correct place.
17406
17407 2001-03-13 [alfons]
17408
17409         * src/prefs_common.c: 
17410                 moved return receipt check button to the Send tab. (prefs_send_create)
17411                 removed the date format ui related globals. (prefs_display_create)
17412
17413         0.4.67claws3
17414         
17415         * sync with sylpheed 0.4.67cvs5-6
17416
17417 2001-05-13 [paul]
17418
17419         * added Alfons' font selection patch
17420
17421         * src/defs.h
17422         * src/headerwindow.c
17423         * src/prefs_common.c
17424         * src/prefs_common.h
17425
17426 2001-05-13 [hoa]
17427         * src/defs.h
17428                 changed version of cache
17429         * src/matcher.[ch]
17430         * src/prefs_matcher.c
17431                 added additionnal matching criteria
17432         * src/procheader.c
17433         * src/procmsg.[ch]
17434         * src/news.c
17435                 added references in MsgInfo
17436
17437 2001-05-12 [hoa]
17438
17439         * src/defs.h
17440                 prepared some things for new filtering
17441         * src/matcher.[ch]
17442                 added some matching properties
17443                 inreplyto need to be enhanced
17444                 prepared some things for new filtering
17445         * src/messageview.c
17446                 added Return-Receipt-To handling
17447         * src/prefs_folder_item.c
17448                 changed default value to TRUE
17449         * src/prefs_matcher.c
17450                 added some matching properties
17451         * src/prefs_scoring.[ch]
17452                 the scoring dialog is finished
17453         * src/procheader.c
17454                 added Return-Receipt-To handling
17455                 Reference need to be added
17456         * src/procmsg.[ch]
17457                 added Return-Receipt-To handling
17458                 added threadscore to get a better score sorting when
17459                 threads are enabled
17460         * src/summaryview.c
17461                 suppressed a bug when we sort the list
17462                 when no folder is opened.
17463                 better score sorting when threads are enabled
17464
17465 2001-05-12 [alfons]
17466
17467         * reverted previous patch because of potential errors 
17468
17469         0.4.67claws2
17470         
17471         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17472                 applied "toggle mail-retrieval dialog window" patch submitted 
17473                 by Eric Limpens <eric@qnt.net>
17474
17475         * sync with sylpheed 0.4.67cvs4
17476
17477 2001-05-12 [sergey]
17478
17479         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17480         some picky compilers.
17481         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17482         * src/grouplist_dialog.c: include alertpanel.h.
17483         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17484         fix compile warning.
17485         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17486         #include "defs.h" before others to prevent the warning of `MIN'
17487         and `MAX' redefinition.
17488
17489 2001-05-11 [hoa]
17490
17491         * src/main.c
17492         * src/messageview.c
17493         * src/prefs_account.c
17494         * src/prefs_display_header.c
17495                 removed warning
17496         * src/Makefile.am
17497                 added prefs_scoring.[ch]
17498         * src/grouplist_dialog.c
17499                 display an error dialog box if the group list
17500                 cannot be fetched.
17501         * src/mainwindow.[ch]
17502                 added main_window_set_thread_option() function
17503                 scoring dialog box enabled
17504         * src/matcher.[ch]
17505                 added flags matching unread /new / marked
17506                 / deleted / replied / forwarded
17507         * src/news.c
17508                 newsgroups are now finally in newscache
17509         * src/prefs_matcher.[ch]
17510                 finished preferences for matching dialog
17511         * added src/prefs_scoring.[ch]
17512                 scoring dialog box completed
17513         * src/scoring.[ch]
17514                 conversion to string : added scoringprop_to_string()
17515                 write config for preferences :
17516                 added prefs_scoring_write_config()
17517         * src/summaryview.c
17518                 threads can be enabled/disabled independently
17519                 for each folder
17520
17521 2001-05-10 [alfons]
17522
17523         0.4.67claws1
17524         
17525         * AUTHORS: 
17526                 thought it would be nice to have a list of all
17527                 contributors (used Changelog as a reference)
17528         
17529         * configure.in: 
17530                 messed up version numbering...
17531
17532         0.4.66claws1
17533
17534         * sync with sylpheed 0.4.67cvs1-3
17535
17536 2001-05-10 [darko]
17537
17538         * src/prefs_common.c:
17539                 better UI for strftime format, double clicking
17540                 on format now inserts the format in text entry
17541                 replaced close button with standard OK/Cancel
17542                 moved date format button to the right of the
17543                 text entry field
17544
17545 2001-05-09 [alfons]
17546
17547         * src/gtkstext.c:
17548                 Ctrl-Home / Ctrl-End have proper cursor navigation
17549
17550 2001-05-09 [hoa]
17551
17552         * src/prefs_matcher.c
17553                 finished UI to define matching properties
17554                 added ok and cancel button
17555         * src/prefs_filter.c
17556                 added ok and cancel button
17557         * src/news.c
17558                 fixed some bug in xhdr parsing
17559
17560 2001-05-08 [alfons]
17561
17562         * src/textview.c: 
17563                 fixed a bug in textview_show_header(), which displayed two colons (':');
17564                 cleaned up some warnings
17565
17566 2001-05-08 [hoa]
17567
17568         * src/Makefile.am
17569                 added prefs_matcher.[ch]
17570                 compilation with -W -Wall
17571         * src/alertpanel.c
17572                 ungrab the mouse events if grabbed - does it
17573                 fix the bug for disposition notification ?
17574         * src/mainwindow.c
17575                 added a menu option to open the matching dialog.
17576         * src/matcher.[ch]
17577                 added matcherprop_to_string() and matcherlist_to_string()
17578                 fixed some bugs, changed the name of some options
17579                 age_sup and age_inf becomes age_greater and age_lower,
17580                 body and messageheaders becomes body_part and headers_part,
17581                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17582         * src/prefs_display_header.c
17583         * src/prefs_headers.c
17584                 fixed a bug that accidentally destroyed dialogs
17585                 when closed them with delete_event
17586                 Added *_deleted() which handle delete_event signal correctly.
17587         * src/prefs_folder_item.[ch]
17588                 added "enable_thread" field for future customization
17589         * added src/prefs_matcher.[ch]
17590                 sample of the UI to define matching properties
17591         * src/procheader.c
17592                 using procheader_headername_equal instead of str*cmp functions
17593                 using procheader_parse_header() function
17594         * src/scoring.c
17595                 using MATCHING_XXX instead of SCORING_XXX
17596         * src/summaryview.c
17597                 display the sender of the news even if this is ourself
17598                 when this is a news message.
17599         * src/textview.c
17600                 using headername_equal() instead of str*cmp functions
17601
17602 2001-05-08 [alfons]
17603
17604         0.4.66claws
17605
17606         * sync with sylpheed 0.4.66
17607         * src/gtkstext.c: trace logs added 
17608
17609 2001-05-08 [sergey]
17610
17611         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17612         signature check popup.
17613         * src/rfc2015.c (check_signature): show signature check popup only
17614         if it is enabled in preferences.
17615
17616 2001-05-07 [alfons]
17617
17618         0.4.66claws4
17619         
17620         * sync with sylpheed 0.4.66cvs6
17621
17622 2001-05-07 [darko]
17623
17624         * src/prefs_common.[ch]: added option to enable/disable
17625           looking up sender name in address book for summary pane
17626         * src/summaryview.c: look up sender in the address book
17627           by using Alfons' address completion code
17628
17629 2001-05-07 [hiroyuki]
17630
17631         * src/inc.h
17632           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17633           member of Pop3State.
17634         * src/news.c: brought #include "defs.h" before #include <glib.h>
17635           to prevent the warning of `MIN' and `MAX' redefinition.
17636
17637 2001-05-06 [hoa]
17638
17639         * removed src/headers_display.[ch]
17640         * removed src/prefs_display_headers.[ch]
17641         * src/inc.c
17642                 use a temporary file in the user directory for mbox import
17643         * src/news.c
17644                 added XHDR support to get "To" and "Cc" headers
17645                 (in order to match news with to or cc field for
17646                 scoring)
17647                 added function news_parse_xhdr() to get XHDR response
17648         * src/nntp.[ch]
17649                 added function nntp_xhdr()
17650         * src/matcher.c
17651                 fetch the message if necessary
17652
17653 2001-05-06 [alfons]
17654
17655         0.4.66claws3
17656
17657         * sync with sylpheed 0.4.66cvs3-5
17658
17659 2001-05-06 [hoa]
17660
17661         * src/utils.[ch]
17662                 added function itos_buf() to enable use of several buffers
17663         * src/summaryview.c
17664                 use of itos_buf() instead of itos() in summary list
17665                 to fix the broken display of message number.
17666
17667 2001-05-06 [alfons]
17668
17669         * src/gtkstext.c: bug in cursor up navigation fixed,
17670                 fixed another unsigned / signed comparison (we're getting there :-)
17671
17672 2001-05-06 [hoa]
17673
17674         * src/Makefile.am
17675                 added scoring.c scoring.h
17676                 prefs_folder_item.c prefs_folder_item.h
17677                 matcher.c matcher.h
17678         * src/defs.h
17679                 added FOLDERITEM_RC SCORING_RC
17680         * src/folder.[ch]
17681                 added prefs field in FolderItem :
17682                 properties for each folder (PrefsFolderItem),
17683                 sorting type and mode were added as the first properties.
17684         * src/main.c
17685                 read config for scoring
17686         * added src/matcher.[ch]
17687                 gives functions to parse configuration file to do
17688                 matching on mails with a list of conditions.
17689         * src/mainwindow.c
17690                 add option to sort by score
17691         * src/prefs_common.[ch]
17692                 added preference option to show score and for
17693                 the score column size
17694         * added src/prefs_folder_item.[ch]
17695                 properties for each folder (PrefsFolderItem),
17696                 sorting type and mode were added as the first properties.
17697         * src/procheader.[ch]
17698                 added procheader_parse_header()
17699                 added procheader_header_free()
17700                 added procheader_headername_equal()
17701                 and made modification to use them.
17702         * src/procmsg.[ch]
17703                 added score field to MsgInfo structure
17704         * added src/scoring.[ch]
17705                 gives functions to parse configuration file to do
17706                 scoring on mails with a list of conditions.
17707         * src/summaryview.[ch]
17708                 save the sorting type and mode for the folder
17709                 added column to display the score of the mail
17710                 added function summary_score_clicked()
17711                 sorting type and mode are restored to the folder
17712                 when it is reopen
17713         * src/textview.c
17714                 use procheader_parse_header(), procheader_headername_equal()
17715                 removed memory leak in text_scan_header when freeing headers
17716         * src/filter.c
17717                 changed the function to match names of headers
17718                 using procheader_headername_equal()
17719
17720         Scoring functions are implemented, an interface is needed
17721         to configure that.
17722
17723 2001-05-04 [alfons]
17724
17725         * src/gtkstext.c: 
17726                 hopefully fixed the row up navigation bug,
17727                 removed adding back / forward lines to cache
17728
17729 2001-05-04 [sergey]
17730
17731         * src/prefs_display_headers.c: user interface changes:
17732         (prefs_display_headers_create): remove unused "Show" check button;
17733         allow reordering of headers by dragging.
17734         (prefs_display_headers_write_config): remove unused variables.
17735         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17736         of lists (not needed with the new UI).
17737         (prefs_display_headers_set_list): scan lists starting from row 0,
17738         not 1 (do not skip "(New)").
17739         (prefs_display_headers_find_header): new function.
17740         (prefs_display_headers_clist_set_row): do not allow duplicates.
17741         (prefs_display_headers_delete_cb): do not skip row 0; treat
17742         closing the alert window by ESC as "No".
17743         (prefs_display_headers_up): do not protect row 0.
17744         (prefs_display_headers_down): do not protect row 0.
17745
17746 2001-05-04 [sergey]
17747
17748         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17749         functions.
17750
17751         * src/summaryview.c
17752         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17753         summary_select_next_marked, summary_select_prev_marked): new
17754         functions.
17755
17756 2001-05-03 [sergey]
17757
17758         * src/news.c: fixed a bug when no article can be fetched after
17759         server timeout if the connection was restored by news_post():
17760         (news_select_group): new function.
17761         (news_fetch_msg): call news_select_group() before fetching
17762         article.
17763         (news_get_uncached_articles): set session->group after successful
17764         GROUP command.
17765
17766 2001-05-03 [hoa]
17767
17768         * src/defs.h
17769         * src/procmsg.[ch]
17770         * src/procheader.c
17771                  changed version of cache, added cc field
17772
17773         * src/prefs_display_headers.c
17774                 the interface was changed
17775
17776         * src/prefs_headers.c
17777                 added cancel button
17778
17779 2001-05-03 [alfons]
17780
17781         * completed sync of sylpheed cvs2
17782         * src/gtkstext.c: updated row up / down cursor navigation
17783         * src/textview.c: re-edited, prepared for fixing the email address
17784                 scanner.
17785
17786 2001-05-03 [darko]
17787
17788         * src/prefs_common.c: use alfons' strftime ui code
17789         entry_datefmt and datefmt_sample widgets have to be
17790         global in this module because of this change
17791
17792 2001-05-03 [hoa]
17793
17794         * src/messageview.c
17795         * src/prefs_common.[ch] added option to activate the return receipt
17796                 feature.
17797
17798 2001-05-02 [alfons]
17799
17800         * src/gtkstext.c: fix for row up/down cursor navigation. 
17801
17802         0.4.66claws2
17803         
17804         * sync with 0.4.66cvs2
17805
17806 2001-05-02 [paul]
17807
17808         added add-sender-to-addressbook patch
17809
17810         * src/addressbook.c
17811         * src/addressbook.h
17812         * src/summaryview.c
17813
17814 2001-05-02 [sergey]
17815
17816         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17817         G_ALERTDISABLE.
17818
17819         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17820         all existing callers changed to pass FALSE; create a check button
17821         to disable the message.
17822         (alertpanel_message_with_disable): new function.
17823         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17824         (alertpanel_button_toggled): new function.
17825         (alertpanel_button_clicked, alertpanel_close): set value using
17826         G_ALERT_VALUE_MASK.
17827
17828         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17829
17830         * src/prefs_common.c (prefs_privacy_create): new check button
17831         checkbtn_gpgme_warning.
17832
17833         * src/main.c (main): moved preferences reading before gpgme
17834         initialization; check prefs_common.gpgme_warning before giving the
17835         GnuPG warning and set it to FALSE if the user wants to disable the
17836         warning.
17837
17838 2001-05-02 [hiroyuki]
17839
17840         * src/prefs_display_headers.c: modified the layout and some labels.
17841
17842 2001-05-02 [sergey]
17843
17844         * src/prefs_account.c (prefs_account_fix_size): new function.
17845         (prefs_account_create): call prefs_account_fix_size(); use
17846         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17847         size when the window is shown for the first time).
17848         (prefs_account_basic_create): changed layout of serv_table; moved
17849         localmbox_entry above smtpserv_entry (logically it replaces
17850         POP3/IMAP server).
17851         (prefs_account_protocol_activated): set sensitivity of
17852         nntpauth_chkbtn according to the protocol (in addition to
17853         hide/show); commented out gtk_table_set_row_spacing() calls.
17854         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17855         not sensitive (fixes a bug with disabled username/password boxes
17856         when editing POP3 account after NNTP with authentication).
17857
17858 2001-05-02 [hoa]
17859
17860         * src/account.c
17861         * src/inc.c
17862         * src/prefs_account.[ch]
17863         * src/send.c
17864                 removed local account without SMTP server
17865                 added option to use mail command instead of a connexion
17866                 to SMTP server when a local account is used
17867         * src/prefs_headers.c
17868                 fixed a bug
17869         * src/news.c
17870                 fixed a bug when connexion immediately closed
17871
17872 2001-05-01 [alfons]
17873
17874         0.4.66claws1
17875         
17876         * sync with 0.4.65
17877
17878 2001-05-01 [sergey]
17879
17880         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17881         widget nntpauth_chkbtn.
17882         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17883         visibility.
17884         (prefs_account_nntpauth_toggled): new function.
17885
17886         * src/news.c (news_session_new_for_folder): use NNTP
17887         authentication only if ac->use_nntp_auth is set.
17888
17889 2001-05-01 [hoa]
17890
17891         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17892         * src/prefs_display_headers.c changed the UI
17893         * src/prefs_headers.c changed account_name to account_id
17894         * src/compose.c using customheader.h
17895
17896 2001-05-01 [hiroyuki]
17897
17898         * src/esmtp.c
17899           src/news.c
17900           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17901           unsynched.
17902
17903 2001-05-01 [hoa]
17904
17905         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17906         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17907                 for displaying of headers
17908         * src/grouplist_dialog.[ch] minor changes to remove warnings
17909         * src/prefs_display_headers.[ch] dialog to choose the
17910         headers to display in the mail viewer.
17911         * src/headers.h correction of #define
17912         * src/headers_display.[ch] configuration for displaying of headers.
17913         * src/main.c read config of displaying of headers
17914         * src/prefs_common.c add a button to access the config dialog
17915                 for displaying of headers
17916         * src/prefs_display_headers.[ch] dialog for configuration for
17917                 displaying of the headers.
17918         * src/prefs_headers.c cleaning of code
17919         * src/procheader.c comments added to code
17920         * src/textview.c changes to reorder the headers depending
17921                 on the config for displaying of headers
17922
17923 2001-04-30 [alfons]
17924
17925         0.4.65claws7
17926
17927         * sync with 0.4.65cvs12
17928
17929         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17930
17931 2001-04-30 [sergey]
17932
17933         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17934
17935         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17936         is set to force reconnection after authentication failure.
17937         (nntp_gen_command): set sock->auth_failed on authentication
17938         failure, or if sock->userid and sock->passwd are not set.
17939
17940         * src/news.c (news_session_new_for_folder): set userid=NULL if
17941         password dialog is cancelled.
17942
17943 2001-04-30 [sergey]
17944
17945         * src/nntp.h (NNTPSockInfo): new type.
17946
17947         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17948         SockInfo.
17949         (nntp_open_auth, nntp_close): new functions.
17950         (nntp_gen_command): new function to handle authentication; all
17951         NNTP command functions updated to use it.
17952         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17953         (nntp_list): removed old useless code.
17954
17955         * src/news.h (NNTPSession): new field nntp_sock.
17956
17957         * src/news.c: all functions updated to use NNTPSockInfo instead of
17958         SockInfo.
17959         (news_session_new): new arguments (userid, passwd); made static;
17960         use nntp_open_auth() if needed.
17961         (news_session_destroy): use nntp_close() instead of sock_close().
17962         (news_query_password): changed arguments.
17963         (news_session_new_for_folder): new function.
17964         (news_session_get): use news_session_new_for_folder().
17965         (news_authenticate): deleted.
17966         (news_get_uncached_articles): removed old authentication code.
17967
17968 2001-04-30 [sergey]
17969
17970         * src/news.c: reverted my previous changes (need to do NNTP
17971         authentication in a cleaner way).
17972         
17973 2001-04-29 [sergey]
17974
17975         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17976         news_nntp_post, news_nntp_mode): new functions (wrappers with
17977         authentication support).
17978         (news_get_article_cmd, news_get_article, news_get_header): new
17979         argument "folder"; all callers changed.
17980         (news_get_article_cmd): added authentication support.
17981         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17982         (news_post): use news_nntp_post() instead of nntp_post().
17983         (news_get_uncached_articles): use news_nntp_group() instead of
17984         nntp_group() and news_nntp_xover() instead of nntp_xover();
17985         removed old authentication code.
17986         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17987
17988         * src/nntp.c (nntp_list): return real error code instead of
17989         hardcoded NN_ERROR.
17990
17991 2001-04-29 [sergey]
17992
17993         * configure.in: fixed wint_t typedef detection again
17994
17995 2001-04-28 [hoa]
17996
17997         * src/prefs_account.[ch], added A_LOCAL_CMD
17998                 (send mail with mail command)
17999         * src/send.c added function send_message_with_command()
18000         * src/inc.c made a more secure get_spool() function with
18001                 mktemp() but maybe mkstemp() or something more
18002                 secure can be used.
18003
18004 2001-04-28 [alfons]
18005
18006         * src/textview.c, colorization of email addresses in headers
18007
18008         0.4.65claws6
18009
18010         * bug sync with sylpheed
18011         * prefs_common.c: created date format ui for darko
18012         * sync with 0.4.65cvs11
18013         * configure.in: corrected to have the new gpg checks
18014
18015 2001-04-27 [alfons]
18016
18017         * completed sync with 0.4.65cvs10
18018         * minor debug things added to gtkstext.c
18019
18020 2001-04-27 [darko]
18021
18022         * configure.in: remove check for availability of
18023           strftime() as advised by Hiroyuki
18024         * src/prefs_common.[ch], src/procheader.c:
18025           synch strftime() code with Hiroyki's main branch
18026
18027 2001-04-26 [sergey]
18028
18029         * src/news.c: news_query_password(), news_authenticate(): new
18030           functions.
18031           news_get_uncached_articles(): added NNTP authentication
18032           handling.
18033         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18034           new functions.
18035         * src/prefs_account.c: prefs_account_protocol_activated():
18036           enable userid and password fields for NNTP.
18037
18038 2001-04-26
18039
18040         * configure.in: check for availability of strftime()
18041           [darko]
18042         * src/prefs_common.[ch], src/procheader.c: use
18043           strftime() for displaying date in summary pane if it
18044           is available
18045
18046 2001-04-25
18047
18048         * more .cvsignore cleanups [alfons]
18049
18050 2001-04-25
18051
18052         * ac/sv-check-type.m4: new autoconf macro.
18053         * configure.in: fixed wint_t typedef detection (did not work
18054           with gcc-2.96).
18055
18056 2001-04-25
18057
18058         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18059           [hiroyuki]
18060
18061 2001-04-24
18062         * modified gtkstext.c : buggy cursor navigation fixed, 
18063           and font descent also taken in account when drawing
18064           cursor. [alfons]
18065
18066 2001-04-24 [hoa]
18067         * added comments in src/news.c src/nntp.c
18068         * added src/prefs_headers.[ch]
18069         * added src/headers.[ch]
18070         * modified compose.c to activate custom headers
18071                 added function is_in_custom_headers
18072         * modified prefs_account.[ch]
18073                 added function prefs_account_customhdr_edit
18074         * modified src/defs.h :
18075                 added HEADERS_RC : name of the config file
18076                 for the custom headers
18077
18078 2001-04-24
18079
18080     0.4.65claws5
18081
18082         * configure.in
18083           src/gtkstext.[ch]
18084           src/compose.c
18085           src/Makefile.am
18086           
18087           added gtkstext with configure.in patch by Hiroyuki which
18088           should fix the XIM detection [alfons]
18089
18090         * more clean up of cvs [alfons]
18091
18092                  * removed all Makefile.in files to attic.
18093
18094                  * updated all .cvsignores to really ignore things that could
18095                    be unintentionally committed by a recursive commit.
18096
18097 2001-04-23 [hoa]
18098         * added src/grouplist_dialog.[ch]
18099         * changed src/folderview.c to call grouplist_dialog instead
18100                 of inputdialog
18101         * src/news.c :
18102                 added functions news_reset_group_list
18103                 and news_get_group_list
18104         * src/nntp.c :
18105                 added function nntp_list
18106         * src/defs.h :
18107                 added GROUPLIST_FILE : name of the newsgroup list cache file
18108
18109 2001-04-21
18110
18111         * added option to warn about queued messages on exit [sergey]:
18112
18113           * src/compose.c: compose_queue(): call folder_item_scan()
18114             and folderview_update_item() after queueing.
18115           * src/folderview.c: folderview_update_node(): draw the queue
18116             folder in bold font if there are queued messages.
18117           * src/mainwindow.c: queued_messages(): new function.
18118             app_exit_cb(): display warning if there are queued messages
18119             if warn_queued_on_exit is set.
18120           * prefs_common.[ch]: add warn_queued_on_exit option.
18121
18122         * enhanced GnuPG key selection support [sergey]:
18123
18124           * src/select-keys.c: updated to newer version from Win32
18125             branch with support for selecting arbitrary keys.
18126           * src/prefs_account.c: added the Privacy tab to the account
18127             options window.
18128             prefs_account_privacy_create(),
18129             prefs_account_sign_key_set_data_from_radiobtn(),
18130             prefs_account_sign_key_set_radiobtn(): new functions.
18131           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18132           * src/rfc2015.c: set_signers(): new function.
18133             pgp_sign(): add the account parameter, call set_signers().
18134             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18135           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18136           * src/compose.c: pass the current account to rfc2015_sign().
18137
18138         * tag name claws added to prevent confusion with main branch [alfons]
18139
18140         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18141
18142         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18143
18144         * sync with recent sylpheed cvs. Untested though. [alfons]
18145