0cfdbb3174e54a3e003c989bf15a106a2ccd14d0
[claws.git] / ChangeLog.claws
1 2003-08-09 [alfons]     0.9.4claws15
2
3         * src/prefs_spelling.c
4                 no spell checking UI if not requested
5
6 2003-08-09 [alfons]     0.9.4claws14
7
8         * src/gtk/prefswindow.c
9                 make it compile
10
11 2003-08-09 [christoph]  0.9.4claws13
12
13         * src/prefs_spelling.c
14         * src/gtk/prefswindow.[ch]
15         * src/plugins/clamav/clamav_plugin_gtk.c
16         * src/plugins/spamassassin/spamassassin_gtk.c
17                 sort prefs pages by heighest weight in tree
18
19 2003-08-09 [paul]       0.9.4claws12
20
21         * sync with 0.9.4cvs6
22                 see ChangeLog 2003-08-07
23                 
24         * AUTHORS
25                 add Leandro and Luke to claws-branch section
26
27 2003-08-09 [christoph]  0.9.4claws11
28
29         * src/gtk/Makefile.am
30         * src/gtk/colorsel.[ch]                 ** NEW **
31                 create a color selection dialog that can be used as a simple
32                 function call with it's own gtk main loop like filesel.[ch]
33
34         * src/Makefile.am
35         * src/main.c
36         * src/prefs_common.c
37         * src/prefs_spelling.[ch]               ** NEW **
38         * src/prefs_spelling.glade              ** NEW **
39         * src/gtk/gtkutils.[ch]
40                 move "Spell Checker" prefs to new prefs dialog
41
42         * src/prefs_folder_item.c
43                 use new colorsel dialog
44
45 2003-08-08 [paul]       0.9.4claws10
46
47         * src/inc.c
48                 clear the progress bar unconditionally
49
50 2003-08-08 [paul]       0.9.4claws9
51
52         * sync with 0.9.4cvs4
53                 see ChangeLog 2003-07-31
54
55 2003-08-07 [christoph]  0.9.4claws8
56
57         * configure.ac
58                 fix bug in image viewer plugin part
59
60         * src/imap.c
61                 don't execute close command if the folder item is not selected
62
63 2003-08-07 [hoa]        0.9.4claws7
64
65         * src/filtering.[ch]
66         * src/matcher_parser.h
67         * src/matcher_parser_parse.y
68                 can define several actions for each filtering rule
69                 can import old versions of filtering rules
70
71         * src/prefs_filtering.c
72                 call to a new dialog box to define actions
73
74         * src/prefs_filtering_action.[ch]
75                 dialog box to define actions for filtering rules
76
77 2003-08-06 [christoph]  0.9.4claws6
78
79         * src/imap.c
80                 make sure source folder is selected when copying messages
81
82 2003-08-06 [christoph]  0.9.4claws5
83
84         * sync with 0.9.4cvs2
85                 see ChangeLog 2003-07-29                
86
87 2003-08-05 [paul]       0.9.4claws4
88
89         * sync with 0.9.4cvs3
90                 see ChangeLog 2003-07-30
91
92 2003-08-04 [match]      0.9.4claws3
93
94         * po/POTFILES.in
95                 export of LDIF files.
96
97 2003-08-04 [match]      0.9.4claws2
98
99         * src/ldif.[ch]
100                 support for export LDIF. documented.
101         * src/importldif.[ch]
102         * src/exportldif.[ch]
103                 add tooltips. documented.
104         * src/exphtmldlg.[ch]
105         * src/common/xmlprops.[ch]
106                 documented.
107         * src/exportldif.[ch]                   ** NEW **
108         * src/expldifdlg.[ch]                   ** NEW **
109         * src/addressbook.[ch]
110         * src/Makefile.am
111                 export of LDIF files.
112                 documented.
113
114 2003-08-04 [christoph]  0.9.4claws1
115
116         * .cvsignore
117         * Makefile.am
118         * configure.ac
119         * sylpheed-claws.pc.in                  ** NEW **
120         * src/Makefile.am
121         * src/common/Makefile.am
122         * src/gtk/Makefile.am
123                 install sylpheed header files in $(pkgincludedir) and create a
124                 pkg-config file to allow building a plugin without the source
125                 package
126
127 2003-08-04 [paul]       0.9.4claws
128
129         * version 0.9.4claws
130
131 2003-08-04 [paul]       0.9.3claws97
132
133         * po/es.po
134                 update Spanish translation. Submitted by Ricardo
135                 Mones Lastra.
136
137 2003-08-03 [paul]       0.9.3claws96
138
139         * po/hr.po
140           po/sr.po
141                 update Croatian and Serbian translations. Submitted by
142                 Dragan and Urke MMI respectively
143
144 2003-08-03 [alfons]     0.9.3claws95
145
146         * src/summaryview.c
147                 mark flag has precedence over important flag - seems
148                 to have been changed in sync of 0.9.3claws45. this fixes
149                 a regression where messages that were scored as important
150                 don't show their mark flags. (using the same column for
151                 both importance as mark flags is the real problem
152                 ofcourse)
153
154 2003-08-03 [melvin]     0.9.3claws94
155
156         * po/fr.po
157                 Updated French translations.
158
159 2003-08-03 [melvin]     0.9.3claws93
160
161         * src/Makefile.am
162                 Fixed typo introduced after 0.9.3claws92 
163                 that prevented compilation
164                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
165                 CPPFLAGS and YFLAGS to allow user setting these.
166         * src/common/Makefile.am
167         * src/gtk/Makefile.am
168         * src/plugins/clamav/Makefile.am
169         * src/plugins/demo/Makefile.am
170         * src/plugins/dillo_viewer/Makefile.am
171         * src/plugins/image_viewer/Makefile.am
172         * src/plugins/mathml_viewer/Makefile.am
173         * src/plugins/spamassassin/Makefile.am
174         * src/plugins/trayicon/Makefile.am
175         * src/plugins/trayicon/libeggtrayicon/Makefile.am
176                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
177                 CPPFLAGS and YFLAGS to allow user setting these.
178
179 2003-08-02 [christoph]  0.9.3claws92
180
181         * configure.ac
182                 o rearrange plugin tests
183                 o add test for clamav.h to ClamAV tests
184
185 2003-08-02 [luke]       0.9.3claws91
186
187         * src/mimeview.c
188                 o fixed appearance of icon list when toggling back from the 
189                   ctree
190                 o toggling of icons using the keyboard works correctly
191                 o fixed all other keyboard shortcuts to work when icons are
192                   active
193         
194         * src/messageview.c
195                 o fixed bug 4 - focus lost when changing messageview view type
196
197 2003-08-02 [christoph]  0.9.3claws90
198
199         * src/common/hooks.c
200                 fix crash when pointer stored in hash table could get invalid
201                 when a plugin is unloaded
202
203 2003-08-01 [christoph]  0.9.3claws89
204
205         * configure.ac
206                 o try to build all plugins (except spamassassin) by default
207                 o don't build a plugin if a dependency check fails
208
209         * src/common/hooks.c
210                 fix warning
211
212 2003-08-01 [match]      0.9.3claws88
213
214         * src/importldif.c
215                 allow single click field selection. document code.
216
217 2003-08-01 [christoph]  0.9.3claws87
218
219         * src/plugins/clamav/clamav_plugin.c
220         * src/plugins/clamav/clamav_plugin_gtk.c
221         * src/plugins/dillo_viewer/dillo_viewer.c
222         * src/plugins/image_viewer/plugin.c
223         * src/plugins/mathml_viewer/mathml_viewer.c
224         * src/plugins/spamassassin/spamassassin.c
225         * src/plugins/spamassassin/spamassassin_gtk.c
226         * src/plugins/trayicon/trayicon.c
227                 add version check to all plugins
228
229 2003-08-01 [hoa]        0.9.3claws86
230
231         * src/prefs_filtering.c
232                 fixed a cosmetic bug, during creation of dialog box,
233                 wrong widgets were shown after creation.
234
235 2003-08-01 [luke]       0.9.3claws85
236
237         * src/mainwindow.c
238                 o fixed visibility of icons/mimeview after toggling separate
239                   message/folder view (factored out some similar code too).
240
241
242 2003-07-31 [alfons]     0.9.3claws84
243
244         * src/mimeview.c
245                 tweak icon box UI a bit more, now allowing right-clicks actions
246                 getting the relevant mime data too; should fix #250, "Can't save 
247                 attachments sometimes".
248
249 2003-07-30 [alfons]     0.9.3claws83
250
251         * src/compose.c
252                 don't do auto-save-draft inside key press handler, but rather
253                 schedule it half of a second later; should fix #67, "autosave 
254                 make re-rediting message crazy"
255
256 2003-07-30 [christoph]  0.9.3claws82
257
258         * src/plugins/trayicon/trayicon.c
259                 process pending events before unloading the plugin
260
261         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
262
263 2003-07-30 [alfons]     0.9.3claws81
264
265         * src/common/hooks.c
266                 parameter 2 of g_hook_destroy() should really be a hook id
267
268 2003-07-30 [alfons]     0.9.3claws80
269
270         * src/common/plugin.c
271                 fix a possibly harmful function signature mismatch 
272                 for plugin_done
273
274 2003-07-30 [alfons]     0.9.3claws79
275
276         * src/common/hooks[.ch]
277                 const correctness
278
279 2003-07-30 [darko]      0.9.3claws78
280
281         * src/summaryview.c
282                 make it compile again
283
284 2003-07-30 [luke]       0.9.3claws77
285
286         * src/crash.c
287         * src/main.c
288                 o added/moved signal handlers for SIGTERM (normal kill command) 
289                   and SIGINT (ctl-c) to be used even without 
290                   --enable-crash-dialog, fixing bug 166
291
292         * src/summaryview.c
293                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
294                   bug 227
295
296         * src/mainwindow.c
297                 o changed sensitivity condition for 'Next new' and 'Next 
298                   unread', fixing bug 8
299
300 2003-07-29 [alfons]     0.9.3claws76
301
302         * src/common/utils.[ch]
303                 add generate_msgid()
304         * src/messageview.c
305                 save ack'ed RRR; fixes #205, "return receipt is not saved in
306                 sent folder".
307
308 2003-07-29 [alfons]     0.9.3claws75
309
310         * src/messageview.c
311                 fix a memleak (claws-only)
312
313 2003-07-29 [alfons]     0.9.3claws74
314
315         * src/mimeview.[ch]
316         * src/gtk/gtkvscrollbutton.[ch]
317                 fix UI glitch where mime icon toolbox' scroll position is not 
318                 reset after switching to another message
319                 
320
321 2003-07-29 [paul]       0.9.3claws73
322
323         * src/prefs_folder_item.c
324                 split the prefs into 2 separate pages
325
326 2003-07-29 [paul]       0.9.3claws72
327
328         * src/compose.c
329                 prepend "\n\n" to a signature without a separator too
330
331 2003-07-29 [paul]       0.9.3claws71
332
333         * src/compose.c
334                 fix bug where changing to an account without an auto-sig
335                 from an initial account without an auto-sig would insert 
336                 2 blank lines at the cursor point
337                 fix bug where changing to an account with an auto-sig
338                 from an initial account without an auto-sig would insert
339                 the sig at the cursor point
340
341 2003-07-29 [paul]       0.9.3claws70
342
343         * src/folderview.c
344                 use the colour from the folder pref unless the folder
345                 has new messages
346
347 2003-07-29 [alfons]     0.9.3claws69
348
349         * src/procmsg.[ch]
350         * src/messageview.c
351         * src/procheader.c
352                 rewrite return receipt request work a little bit (the former 
353                 implementation presumably depended too much on the UI setting
354                 flags). (we're losing the old pending flag.) 
355
356 2003-07-28 [christoph]  0.9.3claws68
357
358         * src/folder.c
359         * src/imap.c
360         * src/mh.c
361         * src/procmsg.[ch]
362                 fix copy to IMAP folder from other folder
363
364 2003-07-28 [christoph]  0.9.3claws67
365
366         * src/procmsg.c
367                 fix sync of procmsg_get_message_file_list
368
369 2003-07-28 [christoph]  0.9.3claws66
370
371         * sync with 0.9.3cvs14
372                 see ChangeLog 2003-07-18
373         * sync with 0.9.3cvs17
374                 see ChangeLog 2003-07-23
375
376         (closes Bug 234 segmentation fault after sending out mail via
377          smtp(auth))
378
379 2003-07-28 [paul]       0.9.3claws65
380
381         * po/es.po
382                 update Spanish translation, submitted by Ricardo Mones
383                 Lastra
384
385 2003-07-28 [christoph]  0.9.3claws64
386
387         * src/folder.[ch]
388         * src/imap.c
389         * src/mh.c
390                 return new message numbers as a GRelation instead of a GSList
391                 that has to be in the same order as the input list. A list
392                 would make it hard for IMAP to optimize oepration by sorting
393                 the input list. The returned list would have to be reordered
394                 to match the same order that input list has.
395
396         * src/gtk/gtkaspell.c
397                 fix missing return value, could cause a crash when garbage is
398                 on the stack that is used as the expected return value
399
400 2003-07-28 [paul]       0.9.3claws63
401
402         * sync with 0.9.4cvs1
403                 see ChangeLog 2003-07-28
404
405 2003-07-27 [alfons]     0.9.3claws62
406
407         * src/mimeview.c
408                 tweak it more to make icon list act like a check button group
409
410 2003-07-27 [christoph]  0.9.3claws61
411
412         * sync with 0.9.3cvs20
413                 see ChangeLog 2003-07-25
414
415 2003-07-27 [paul]       0.9.3claws60
416
417         * src/procmsg.c
418                 re-commit changes from 0.9.3claws58 -
419                 accidently removed in 0.9.3claws59
420
421 2003-07-27 [paul]       0.9.3claws59
422
423         * src/procmsg.[ch]
424                 a sync from 0.9.3cvs17
425                 see ChangeLog 2003-07-23
426
427 2003-07-27 [alfons]     0.9.3claws58
428
429         * src/procmsg.c
430                 add missing header members to MsgInfo; fixes the problem of 
431                 not displaying X-Faces, as noticed by Ricardo Mones
432
433 2003-07-26 [christoph]  0.9.3claws57
434
435         * sync with 0.9.3cvs18
436                 see ChangeLog 2003-07-24
437
438 2003-07-26 [christoph]  0.9.3claws56
439
440         * sync with 0.9.3cvs17
441                 see ChangeLog 2003-07-23
442
443 2003-07-26 [christoph]  0.9.3claws55
444
445         * src/folder.[ch]
446         * src/imap.c
447         * src/mbox_folder.c
448         * src/mh.c
449         * src/news.c
450                 add support for copy function that copy multiple messages
451                 (not implemented yet)
452
453         * src/summaryview.c
454                 add missing return value
455
456 2003-07-26 [paul]       0.9.3claws54
457
458         * tools/multiwebsearch.pl
459                 do whitespace substitution before passing the string
460                 to the browser. fixes bug with browsers that don't
461                 do whitespace conversion themselves.
462
463 2003-07-25 [christoph]  0.9.3claws53
464
465         * src/folder.[ch]
466         * src/imap.c
467         * src/mh.c
468                 rewrite adding of multiple messages to a folder for
469                 claws' folder system
470
471 2003-07-25 [luke]       0.9.3claws52
472
473         * src/mimeview.c
474                 o icon toggles set correctly on leaving ctree mimeview
475
476 2003-07-25 [paul]       0.9.3claws51
477
478         * partial sync with 0.9.3cvs21 [src/main.c]
479                 see ChangeLog 2003-07-25
480
481 2003-07-24 [paul]       0.9.3claws50
482
483         * tools/maildir2sylpheed.pl
484                 fix typo
485
486 2003-07-24 [paul]       0.9.3claws49
487
488         * src/mimeview.c
489                 increase the gutter size of paned so that the panes
490                 can be resized
491                 
492         * src/plugins/demo/demo.c
493                 squeeze in another typo fix
494
495 2003-07-24 [paul]       0.9.3claws48
496
497         * src/plugins/demo/demo.c
498           src/prefs_account.c
499                 small changes to the English
500                 
501         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
502           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
503           src/Makefile.am
504           src/stock_pixmap.c
505                 rename the misspelled icon
506
507 2003-07-23 [alfons]     0.9.3claws47
508
509         * src/mimeview.c
510                 make icon list look like a list of toggles
511
512 2003-07-23 [luke]       0.9.3claws46
513
514         * src/pixmaps/mimeview_gpg_expired.xpm
515         * src/pixmaps/mimeview_gpg_failed.xpm
516         * src/pixmaps/mimeview_gpg_passed.xpm
517         * src/pixmaps/mimeview_text_html.xpm
518         * src/pixmaps/mimeview_image.xpm
519                 o all icons the same size
520
521         * src/mimeview.[ch]
522                 o mimeview ctree arranged vertically above the viewer
523                 o icons changed to buttons
524                 o can use keyboard to select an icon (Enter)
525                 o resize icon list to width of icons
526
527         *  src/gtk/gtkvscrollbutton.c
528                 o sensitivity of buttons reacts to position
529
530 2003-07-23 [christoph]  0.9.3claws45
531
532         * sync with 0.9.3cvs14 (incomplete)
533                 see ChangeLog 2003-07-17
534
535 2003-07-23 [alfons]     0.9.3claws44
536
537         * src/folder.c
538         * src/procmsg.h
539                 sync with my local tree to restore some claws-only things
540
541 2003-07-23 [paul]       0.9.3claws43
542
543         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
544           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
545           src/Makefile.am
546           src/mimeview.c
547           src/procmime.h
548           src/rfc2015.c
549           src/stock_pixmap.[ch]
550                 indicate missing keys and expired sigs/keys
551                 in mime view column
552
553 2003-07-23 [paul]       0.9.3claws42
554
555         * src/compose.c
556                 Redirect fixes: enable automatic account selection and
557                 do not append signature to message on changing account
558                 fixes Bug[s] #248
559
560 2003-07-23 [paul]       0.9.3claws41
561
562         * sync with 0.9.3cvs16
563                 see ChangeLog 2003-07-23
564
565 2003-07-23 [alfons]     0.9.3claws40
566
567         * src/inc.c
568                 give progress dialog a main window, and give it the first 
569                 one (presumably the only one). fixes bug #247, "segfault on 
570                 pop-before-smtp" 
571
572 2003-07-22 [alfons]     0.9.3claws39
573
574         * src/summaryview.c
575                 shift-space scrolls up
576
577 2003-07-22 [paul]       0.9.3claws38
578
579         * sync with 0.9.3cvs15
580                 see ChangeLog 2003-07-22
581
582 2003-07-20 [alfons]     0.9.3claws37
583
584         * src/compose.c
585                 put menu inside #ifdef USE_ASPELL..#endif
586
587 2003-07-20 [christoph]  0.9.3claws36
588
589         * src/procmsg.c
590                 fix wrong flags in MsgInfo returned by
591                 procmsg_msginfo_get_full_info()
592
593         (closes Bug 221 Deleting messages from the Message View gives incorrect
594          new/unread message counts in the folder view)
595
596         * src/plugins/spamassassin/spamassassin_gtk.c
597                 add gettext macro for prefs page title
598
599 2003-07-20 [paul]       0.9.3claws35
600
601         * src/mimeview.c
602                 redraw icon list on signature check
603
604 2003-07-20 [christoph]  0.9.3claws34
605
606         * src/Makefile.am
607         * src/account.c
608         * src/folder.[ch]
609         * src/folder_item_prefs.[ch]            ** NEW **
610         * src/folderview.c
611         * src/mainwindow.c
612         * src/mh.c
613         * src/prefs_gtk.c
614         * src/prefs_scoring.c
615         * src/summaryview.c
616         * src/prefs_folder_item.[ch]
617                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
618                   Properties dialog
619                 o use prefswindow for folder properties
620
621         * src/gtk/prefswindow.[ch]
622                 change implementation to use an invisible notebook instead
623                 of unparenting widgets
624
625 2003-07-20 [christoph]  0.9.3claws33
626
627         * src/compose.h
628         * src/folder.c
629         * src/folderview.h
630         * src/headerview.h
631         * src/prefs_filtering.h
632         * src/prefs_folder_item.[ch]
633         * src/procmime.h
634         * src/procmsg.h
635         * src/summaryview.h
636                 clean up header mess
637                 (always use 1. typedefs, 2. #includes, 3. structures)
638
639         * src/common/version.h.in
640                 add casts for constants
641
642         * src/plugins/demo/demo.c
643                 fix typo
644
645         * src/plugins/spamassassin/spamassassin.c
646                 remove unused variable
647
648 2003-07-20 [alfons]     0.9.3claws32
649
650         * src/mimeview.c
651                 o make icon buttons respond on left click
652                 o minor cosmetic change
653
654 2003-07-19 [luke]       0.9.3claws31
655
656         * src/mimeview.[ch]
657         * src/gtk/gtkvscrollbutton.c
658         * src/messageview.c
659                 o improved mimeview behaviour when selecting a new message
660                 o plus code cleanups to remove compile warnings
661
662
663 2003-07-19 [alfons]     0.9.3claws30
664
665         * src/procmsg.c
666         * src/compose.c
667         * src/common/utils.[ch]
668                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
669
670 2003-07-19 [alfons]     0.9.3claws29
671
672         * src/prefs_folder_item.c
673                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
674                 string pointers
675
676 2003-07-19 [luke]       0.9.3claws28
677
678         * src/messageview.c
679         * src/mimeview.[ch]
680         * src/procmime.h
681         * src/rfc2015.c
682         * src/stock_pixmap.[ch]
683         * src/gtk/Makefile.am
684         * src/Makefile.am
685         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
686         * src/pixmaps/mime_*.xpm                ** NEW **
687                 o mimeview rearrangement with a new icon shortcut bar
688
689 2003-07-19 [alfons]     0.9.3claws27
690
691         * src/folderview.c
692                 o plug leaking nodes_to_recollapse
693                 o add folderview_recollapse_all_nodes() (not used yet)
694
695 2003-07-19 [alfons]     0.9.3claws26
696
697         * src/compose.c
698         * src/common/utils.c
699                 honour #240 "Better SUBJECT handling" by cleaning the prefix
700                 for both forwarding as replying
701
702 2003-07-18 [christoph]  0.9.3claws25
703
704         * configure.ac
705         * src/common/sylpheed.[ch]
706         * src/common/version.h.in
707                 add version in numeric form to allow easy comparison
708
709         * src/plugins/demo/demo.c
710                 add version check
711                 - sylpheed version > plugin version => never allowed, sylpheed
712                   could contain unknown API changes
713                 - sylpheed version < minimum version required => don't load,
714                   API required not available (if linking does not fail)
715
716 2003-07-18 [alfons]     0.9.3claws24
717         
718         * src/common/plugin.[ch]
719                 const correctness
720
721 2003-07-18 [christoph]  0.9.3claws23
722
723         * src/common/hooks.c
724                 fix crash when hooks where unregisted
725
726         * src/plugins/trayicon/trayicon.c
727                 unregister detroy signal before destroying the widget
728                 (still crashes when the plugin is unloaded)
729
730 2003-07-18 [alfons]     0.9.3claws22
731         
732         * src/folderview.c
733                 delay expanding folder tree during drags until timeout triggered
734                 (needs perhaps some tweaking, so testing is welcome)
735
736 2003-07-17 [alfons]     0.9.3claws21
737
738         * src/folderview.c
739                 clean up cruft
740
741 2003-07-17 [christoph]  0.9.3claws20
742
743         * src/common/session.c
744                 fix opening of SSL connections
745
746         * src/plugins/image_viewer/Makefile.am
747                 add OPENSSL_CFLAGS (we should find a better solution to remove
748                 this dependencies if they are not required)
749
750         * src/plugins/spamassassin/spamassassin.c
751                 remove setlocale workaround (fixed in libspamc)
752
753         (closes Bug Bug 184 Entering non-ascii character deletes previous char
754          if spell checking enabled)
755
756 2003-07-17 [alfons]     0.9.3claws19
757
758         * src/common/hooks.[ch]
759         * src/plugins/clamav/clamav_plugin.c
760         * src/plugins/spamassassin/spamassassin.c
761         * src/plugins/trayicon/trayicon.c
762                 fix signedness muck 
763
764 2003-07-17 [alfons]     0.9.3claws18
765
766         * src/procmime.c
767                 plug memleak
768
769 2003-07-17 [alfons]     0.9.3claws17
770
771         * src/inc.c
772                 plug memleak
773
774 2003-07-17 [paul]       0.9.3claws16
775
776         * src/common/defs.h
777           src/mainwindow.c
778           src/manual.[ch]
779                 add link to the Claws site's FAQ page, after the suggestion
780                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
781                 Move url strings to defs.h
782                 
783         * src/mainwindow.c
784                 fix typo to prevent "unknown menu entry" warnings
785
786 2003-07-17 [alfons]     0.9.3claws15
787
788         * src/folderview.[ch]
789         * src/summaryview.[ch]
790         * src/mimeview.[ch]
791                 plug DnD leaks 
792
793 2003-07-17 [paul]       0.9.3claws14
794
795         * src/inc.c
796                 remove two instances of 'GTK_EVENTS_FLUSH' because
797                 they are unnecessary and probably cause a stack overflow
798
799 2003-07-16 [christoph]  0.9.3claws13
800
801         * src/mimeview.[ch]
802                 use an invisible GTK notebook to switch between viewers
803                 instead of reparenting widgets
804
805 2003-07-16 [christoph]  0.9.3claws12
806
807         * src/folder.c
808                 move folder_item_update_freeze() to correct place in
809                 folder_item_scan_full()
810
811 2003-07-16 [paul]       0.9.3claws11
812
813         * sync with 0.9.3cvs12
814                 see ChangeLog 2003-07-14 and 2003-07-15
815
816 2003-07-16 [christoph]  0.9.3claws10
817
818         * src/imap.[ch]
819         * src/prefs_account.[ch]
820                 sync IMAP CRAM-MD5 authentication with sylpheed-main
821
822 2003-07-15 [alfons]     0.9.3claws9
823
824         * src/main.c
825                 make --config-dir do something useful
826
827 2003-07-15 [alfons]     0.9.3claws8
828
829         * src/procmsg.c
830                 o fix a bug where 'last' didn't really point to the last message
831                   in the top level list of children, but to the last threaded
832                   message. 
833                 
834                 o clean up and make it easier to sync
835
836 2003-07-15 [alfons]     0.9.3claws7
837
838         * src/mainwindow.c
839                 make correct menu items sensitive       
840
841 2003-07-14 [alfons]     0.9.3claws6
842
843         * src/procmsg.c
844                 tune the threader so it will not subject-thread any message
845                 without a subject prefix (this will not thread correctly if 
846                 a parent is delivered after their childs, but it looks 
847                 better right now)
848
849 2003-07-13 [christoph]  0.9.3claws5
850
851         * src/mainwindow.c
852                 group "Add mailbox *..." menu items in submenu
853
854 2003-07-13 [alfons]     0.9.3claws4
855
856         * src/summaryview.c
857                 correct summary_toggle_pressed() signature and make sure
858                 signal is not passed on
859
860 2003-07-13 [alfons]     0.9.3claws3
861
862         * src/summaryview.c
863                 o for now don't pass on keys when they we're handled by 
864                   ctree::key_press_event
865                 o clean up
866
867 2003-07-13 [alfons]     0.9.3claws2
868         
869         * src/main.c
870                 add command line option "--config-dir" to get the current 
871                 configuration dir
872
873 2003-07-12 [alfons]     0.9.3claws1
874
875         * src/matcher.[ch]
876         * src/matcher_parser_parse.y
877         * src/prefs_filtering.c
878         * src/filtering.c
879                 add "Lock" filter action to lock messages;
880
881         * src/filtering.c       
882                 remove debug_print()    
883         * src/prefs_filtering.c
884                 re-organize matcher part 9: 
885                 make action text entries easily extendible;
886                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
887                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
888
889 2003-07-12 [paul]
890
891         * tools/README
892                 update old information and add missing
893                 information
894
895 2003-07-12 [paul]       0.9.3claws
896
897         * 0.9.3claws released
898         
899 2003-07-12 [paul]       0.9.0claws103
900
901         * src/Makefile.am
902                 add addrquery.h
903
904 2003-07-12 [melvin]     0.9.0claws102
905
906         * src/messageview.c
907                 Fixed bug #215: Show MIME tab for single text/html messages. 
908                 
909 2003-07-12 [paul]       0.9.0claws101
910
911         * man/sylpheed.1
912                 updated
913
914 2003-07-12 [paul]       0.9.0claws100
915
916         * po/es.po
917           po/hr.po
918           po/pl.po
919           po/sr.po
920                 update Spanish, Croatian, Polish, Serbian translations.
921                 submitted by Ricardo Mones Lastra, Dragan, Witold
922                 Wladyslaw Wojciech Wilk, Urke MMI
923
924 2003-07-12 [melvin]     0.9.0claws99
925
926         * po/fr.po
927                 Updated French translations.
928
929 2003-07-12 [paul]       0.9.0claws98
930
931         * src/addressbook.c
932                 disable 'Lookup' button as it has no effect
933
934 2003-07-11 [alfons]     0.9.0claws97
935         
936         * src/summaryview.c
937                 summary_searchbar_pressed() should return TRUE to signal that
938                 event was handled. when returning void, the return value passed
939                 to GTK is actually random, but maybe FALSE, in which case the
940                 event is handled by parent
941                 
942 2003-07-10 [paul]       0.9.0claws96
943
944         * ac/missing/gettext.m4
945                 update to version 0.12
946
947 2003-07-10 [paul]       0.9.0claws95
948
949         * src/plugins/clamav/clamav_plugin.c
950                 fix bug where multipart/alternative messages
951                 would slip through without being scanned
952
953 2003-07-10 [christoph]  0.9.0claws94
954
955         * src/folder.c
956                 correct check if folder supports removing when a message is
957                 moved. if not the message is only copied.
958
959         (closes Bug 132 crash on startup in newsgroups folders)
960
961 2003-07-09 [alfons]     0.9.0claws93
962
963         * configure.ac
964         * src/common/defs.h
965                 --with-config-dir (default .sylpheed)
966
967 2003-07-09 [christoph]  0.9.0claws92
968
969         * configure.ac
970                 use PKG_CHECK_MODULES to check for gtkmathview
971                 (version 0.4.2 now required)
972
973 2003-07-08 [melvin]     0.9.0claws91
974
975         * src/action.c
976                 Implemented a progress bar that counts the number of completed
977                 tasks when the action runs more than one command.
978
979 2003-07-08 [alfons]     0.9.0claws90
980
981         * src/procmsg.c
982                 if queued message has an invalid Message-Id, don't try to
983                 find message it refers to (fixes #209 "crash when processing 
984                 in folder")
985
986 2003-07-08 [paul]       0.9.0claws89
987
988         * sync with 0.9.3cvs2
989                 see ChangeLog 2003-07-08
990
991 2003-07-08 [match]      0.9.0claws88
992
993         * src/ldapctrl.c
994                 extend LDAP search for first/last name by parsing search term.
995
996 2003-07-08 [alfons]     0.9.0claws87
997
998         * src/send_message.c
999                 fix bug #208 "Status message stuck when sending on POP3 account"
1000
1001 2003-07-07 [paul]       0.9.0claws86
1002
1003         * po/hr.po
1004                 new Croatian translation, submitted by
1005                 Dragan <drleskov@inet.hr>
1006
1007 2003-07-07 [paul]       0.9.0claws85
1008
1009         * sync with 0.9.3cvs1
1010                 see ChangeLog 2003-07-07
1011
1012 2003-07-05 [christoph]  0.9.0claws84
1013
1014         * src/Makefile.am
1015         * src/messageview.c
1016         * src/mimeview.[ch]
1017         * src/stock_pixmap.[ch]
1018         * src/pixmaps/messageview_text.xpm              ** NEW **
1019                 move mimeview tabs to the right side and use icons
1020                 instead of text to save some space
1021
1022         (patch by Luke Plant <lukeplant@softhome.net>)
1023
1024 2003-07-05 [christoph]  0.9.0claws83
1025
1026         * src/inc.c
1027                 add NULL pointer checks
1028
1029         (patch by Luke Plant <lukeplant@softhome.net>)
1030         (closes Bug 204 0.9.0 quits on authentication error?!)
1031
1032 2003-07-05 [alfons]     0.9.0claws82
1033
1034         * configure.ac
1035                 take the clue in bug #202 "./configure script - 
1036                 'if test' comparison failure" reported by John Kristoff. 
1037
1038 2003-07-04 [christoph]  0.9.0claws81
1039
1040         * src/plugins/spamassassin/spamassassin.c
1041                 set timeout for spam check
1042
1043 2003-07-04 [christoph]  0.9.0claws80
1044
1045         * src/main.c
1046                 destroy all FolderItems when shutting down to
1047                 allow folders to clean up
1048
1049 2003-07-04 [melvin]     0.9.0claws79
1050
1051         * src/gtk/gtkaspell.c
1052                 Fixed bug #184 "Entering non-ascii character deletes
1053                 previous char if spell checking enabled": this makes
1054                 the spell checking in multibytes (e.g. UTF-8)locales work.
1055                 (Patch by Luke Plant).
1056                 
1057 2003-07-04 [christoph]  0.9.0claws78
1058
1059         * sync with 0.9.2cvs1
1060                 see ChangeLog 2003-06-10
1061
1062 2003-07-04 [paul]       0.9.0claws77
1063
1064         * sync with 0.9.3 release
1065                 see ChangeLog 2003-07-04
1066
1067 2003-07-03 [christoph]  0.9.0claws76
1068
1069         * src/folder.[ch]
1070         * src/imap.c
1071         * src/mbox_folder.c
1072         * src/mh.c
1073         * src/news.c
1074                 move folder_item_get_path() stuff into a folder virtual function
1075
1076         * src/procmsg.c
1077                 use folder_item_fetch_msg() to get message and do not contruct
1078                 the filename from path and number
1079
1080 2003-07-03 [paul]       0.9.0claws75
1081
1082         * sync with 0.9.2cvs12
1083                 see ChangeLog 2003-07-03
1084
1085 2003-07-02 [paul]       0.9.0claws74
1086
1087         * src/messageview.c
1088                 fix text-selection for replying
1089
1090 2003-07-02 [paul]       0.9.0claws73
1091
1092         * sync with 0.9.2cvs11
1093                 see ChangeLog 2003-07-02
1094
1095 2003-07-02 [paul]       0.9.0claws72
1096
1097         * src/procmsg.c
1098                 revert last commit because it breaks more
1099                 than it fixes
1100
1101 2003-07-02 [paul]       0.9.0claws71
1102
1103         * src/procmsg.c
1104                 fix thread by subject/sort by date
1105
1106 2003-07-01 [paul]       0.9.0claws70
1107
1108         * sync with 0.9.2cvs10
1109                 see ChangeLog 2003-07-01
1110
1111 2003-06-30 [paul]       0.9.0claws69
1112
1113         * sync with 0.9.2cvs9
1114                 see ChangeLog 2003-06-30
1115
1116 2003-06-28 [match]      0.9.0claws68
1117
1118         * src/addressbook.c
1119                 fix null ptr.
1120
1121 2003-06-27 [paul]       0.9.0claws67
1122
1123         * sync with 0.9.2cvs7
1124                 see ChangeLog 2003-06-27
1125
1126 2003-06-26 [christoph]  0.9.0claws66
1127
1128         * src/folder.c
1129                 freeze folder updates while a folder is scanned
1130
1131         (closes Bug 185 New message counter)
1132
1133 2003-06-26 [darko]      0.9.0claws65
1134
1135         * src/ldapserver.c
1136                 fix infinite loop when adding a new LDAP server
1137
1138 2003-06-26 [paul]       0.9.0claws64
1139
1140         * sync with 0.9.2cvs6
1141                 see ChangeLog 2003-06-26
1142
1143 2003-06-26 [paul]       0.9.0claws63
1144
1145         * sync with 0.9.2cvs5
1146                 see ChangeLog 2003-06-25 and 2003-06-26
1147
1148 2003-06-25 [match]      0.9.0claws62
1149
1150         * src/addr_compl.c
1151                 Fixed tab/backtab for dropped-down completion list to
1152                 move next/previous field. (close bug 147)
1153
1154 2003-06-25 [christoph]  0.9.0claws61
1155
1156         * src/addr_compl.[ch]
1157         * src/addrindex.[ch]
1158         * src/folderview.c
1159         * src/inc.c
1160         * src/news.c
1161         * src/summaryview.c
1162         * src/toolbar.c
1163                 fix warnings
1164
1165 2003-06-25 [leandro]    0.9.0claws60
1166
1167         * src/compose.c
1168                 o cleanups
1169                 o gray out "Message/Remove references" menu item if not
1170                   replying to a message
1171
1172 2003-06-24 [leandro]    0.9.0claws59
1173
1174         * src/compose.[ch]
1175                 o removed "Message/Create new thread" menu item
1176                 o added "Message/Remove references" menu item
1177                   (it's off by default and will not check anymore
1178                    if the subject changed)
1179
1180 2003-06-23 [alfons]     0.9.0claws58
1181
1182         * src/procmsg.c
1183                 try better grouping messages threaded by subject based on their age.
1184                 still not perfect - because the message tree is not sorted by date.  
1185
1186 2003-06-23 [thorsten]   0.9.0claws57
1187
1188         * src/pop.[ch]
1189                 added mail_receive_hook to allow modifications
1190                 directly after retrieval (e.g. adding headers).
1191
1192 2003-06-23 [paul]       0.9.0claws56
1193
1194         * src/sourcewindow.c
1195                  enable the use of Ctrl+A to select all text in
1196                  the sourcewindow
1197                  Patch submitted by Ivan Francolin Martinez
1198                  <ivanfm@users.sourceforge.net>
1199
1200 2003-06-22 [christoph]  0.9.0claws55
1201
1202         * src/folder.[ch]
1203                 o add notification hook for folder tree changes
1204                 o invoke hooks after folder tree scanning
1205
1206         * src/folderview.[ch]
1207                 register hook for folder tree changes that
1208                 updates the ctree
1209
1210         (there are more places that should be updated, like add, remove 
1211          or move folder)
1212
1213         (closes Bug 164 Crash on rebuild folder tree)
1214         (closes Bug 190 Crash on 'rebuilding folder tree')
1215
1216 2003-06-21 [leandro]    0.9.0claws54
1217
1218         * src/compose.[ch]
1219                 create a new thread if subject changes
1220                 (it's on by default, can be disabled in Message menu)
1221
1222 2003-06-21 [alfons]     0.9.0claws53
1223
1224         * src/summaryview.c
1225                 quiet little compiler
1226
1227 2003-06-21 [christoph]  0.9.0claws52
1228
1229         update gettext stuff to version 0.12
1230
1231 2003-06-19 [alfons]     0.9.0claws51
1232
1233         * src/common/log.c
1234         * src/common/plugin.c
1235                 move defs.h before glib.h to prevent MIN/MAX redefs
1236
1237 2003-06-19 [alfons]
1238
1239         * src/addressbook.c
1240                 translatable
1241
1242 2003-06-19 [match]      0.9.0claws50
1243
1244         * src/addressbook.[ch]
1245         * src/addrindex.[ch]
1246         * src/addr_compl.[ch]
1247         * src/editldap.[ch]
1248         * src/editldap_basedn.[ch]
1249         * src/addritem.[ch]
1250         * src/ldapquery.h
1251                 re-implemented dynamic LDAP search. works without
1252                 slowdown on display sender with addressbook
1253                 option.
1254         * src/addrbook.c
1255                 documented code.
1256
1257 2003-06-19 [paul]       0.9.0claws49
1258
1259         * src/compose.c
1260                 fix Bug #136 'Nonprovided quotation marks crash claws'
1261                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1262
1263 2003-06-19 [alfons]     0.9.0claws48
1264
1265         * src/prefs_common.[ch]
1266         * src/procmsg.c
1267                 restrict threading by subject by checking thread for
1268                 age (prefs_common.thread_by_subject_max_age)
1269
1270 2003-06-18 [christoph]  0.9.0claws47
1271
1272         * src/imap.c
1273                 fix memory leak in imap_cmd_fetch()
1274
1275 2003-06-18 [christoph]  0.9.0claws46
1276
1277         * src/prefs_gtk.c
1278                 fix memory leak in prefs_set_default() when used multiple
1279                 times or after prefs have been read
1280
1281 2003-06-18 [christoph]  0.9.0claws45
1282
1283         * src/common/plugin.c
1284                 fix memory leak in plugin_unload()
1285
1286 2003-06-18 [christoph]  0.9.0claws44
1287
1288         * src/imap.c
1289                 fix memory leak in imap_cmd_ok()
1290
1291 2003-06-18 [christoph]  0.9.0claws43
1292
1293         * src/folder.c
1294                 stop messages that are downloaded from POP3 and added to
1295                 an IMAP inbox from being filtered twice (first by POP3
1296                 and again when IMAP folder is scaned to get the UID of
1297                 the APPEND operation when no UIDPLUS is available)
1298
1299 2003-06-18 [alfons]
1300
1301         * tools/Makefile.am
1302                 phoenix <- firebird     
1303
1304 2003-06-18 [paul]
1305
1306         * tools/launch_phoenix          ** REMOVED **
1307           tools/launch_firebird         ** NEW **
1308                 renamed and edited to reflect the browser's name change from
1309                 'phoenix' to 'firebird'
1310
1311 2003-06-18 [paul]       0.9.0claws42
1312
1313         * sync with 0.9.2cvs2
1314                 see ChangeLog 2003-06-16
1315
1316 2003-06-17 [alfons]     0.9.0claws41
1317
1318         * src/procmsg.c
1319                 prevent threading problems when a node is an ancestor (parent / great parent),
1320                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1321                 for finding an sample set of messages)
1322
1323 2003-06-16 [christoph]  0.9.0claws40
1324
1325         * src/main.c
1326                 don't popup main window on --receive or --receive-all
1327
1328         * src/mainwindow.[ch]
1329         * src/plugins/trayicon/trayicon.c
1330                 allow hiding of main window by clicking on the trayicon
1331                 (doesn't work correctly in seperate window mode and may
1332                  cause unexpected GTK problems I couldn't find yet)
1333
1334         * src/common/ssl.c
1335                 remove incorrect warning
1336
1337 2003-06-15 [alfons]     0.9.0claws39
1338
1339         * src/gtk/gtkstext.c
1340                 don't output debug text;
1341                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1342                 for pointing this out);
1343
1344 2003-06-14 [alfons]     0.9.0claws38
1345         
1346         * src/messageview.c
1347                 remove printf() and make one if..else comply with coding style
1348
1349 2003-06-14 [alfons]     0.9.0claws37
1350
1351         * AUTHORS
1352                 add Martin Wicke
1353         * src/action.c
1354         * src/messageview.[ch]
1355         * src/summaryview.c
1356                 apply patch #754162 "Quoting messages filtered by actions" submitted
1357                 by Martin Wicke, which allows quoting message body changed by an
1358                 action (Thanks!).
1359
1360 2003-06-13 [alfons]     0.9.0claws36
1361
1362         * src/utils.c
1363                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1364                 use case insensitive regexp (suggested by Ivan Martinez)
1365
1366 2003-06-13 [christoph]  0.9.0claws35
1367
1368         * configure.ac
1369         * src/plugins/trayicon/Makefile.am
1370         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1371         * src/plugins/trayicon/trayicon.c
1372         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1373         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1374         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1375         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1376         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1377         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1378                 replace my own EggTrayIcon backport with the backport
1379                 used by (l|x)mule and gabber.
1380
1381 2003-06-13 [alfons]     0.9.0claws34
1382
1383         * AUTHORS
1384         * src/common/utils.c
1385                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1386
1387 2003-06-13 [alfons]     0.9.0claws33
1388
1389         * src/compose.c
1390                 clean up a little bit
1391
1392 2003-06-12 [alfons]     0.9.0claws32
1393
1394         * src/compose.c
1395                 const correctness fix
1396
1397         * src/common/sylpheed.[ch]
1398                 () -> (void)
1399                 prevent redef MIN/MAX
1400                 
1401         * src/common/utils.[ch]
1402                 () -> (void)
1403
1404 2003-06-12 [melvin]     0.9.0claws31
1405
1406         * src/compose.c
1407                 Updated to take into accounts changes in GtkAspell.
1408
1409 2003-06-12 [alfons]     0.9.0claws30
1410
1411         * src/compose.c
1412         * src/procmsg.c
1413         * src/common/utils.[ch]
1414                 handle reply subject prefixes better (initial 
1415                 suggestion by Robert Story adapted and enhanced 
1416                 using regexps)
1417
1418 2003-06-12 [melvin]     0.9.0claws29
1419
1420         * src/compose.c
1421                 Use new gtkaspell_checkers_strerror() to get the speller's
1422                 error message instead of accessing the (now private)
1423                 checkers structure.
1424                 Minor code clean up
1425
1426         * src/main.c
1427                 Use #ifdef instead of #if for USE_ASPELL
1428                 Use the new spell checkers init/quit functions 
1429
1430         * src/gtk/gtkaspell.c
1431                 Use #ifdef instead of #if for USE_ASPELL
1432                 Moved in the majority of GtkAspell structures that were
1433                 exported before by gtkaspell.h
1434         
1435         * src/gtk/gktaspell.h
1436                 Made gtkaspell.h contain only the necessary data to be
1437                 publicized by moving many structures to gtkaspell.c.
1438                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1439                 gtkaspell_checkers_new(): replaced by...
1440                 gtkaspell_checkers_init(): new function for initialization
1441                 gtkaspell_checkers_delete(): replaced by...
1442                 gtkaspell_checkers_quit(): new function
1443                 gtkaspell_checkers_strerror(): new function that returns
1444                 the checker's last error message.
1445                 
1446 2003-06-11 [melvin]     0.9.0claws28
1447
1448         * po/POTFILES.in
1449                 Updated to take into account gtkaspell.c migration to
1450                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1451
1452 2003-06-10 [alfons]     0.9.0claws27
1453
1454         * src/filtering.[ch]
1455         * src/folder.c
1456         * src/matcher.c
1457         * src/scoring.[ch]
1458                 - try fixing bug #18 (any brave testers?)
1459                 - add more robustness by refusing previously 
1460                   unchecked NULL pointers 
1461
1462 2003-06-10 [alfons]     0.9.0claws26
1463
1464         * src/procmsg.c
1465                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1466
1467 2003-06-09 [alfons]     0.9.0claws25
1468
1469         * src/prefs_common.c
1470                 fix bug #163 "Icon switching doesnt work properly" by 
1471                 preventing early freeing of prefs_common.pixmap_theme_path.
1472
1473 2003-06-09 [christoph]  0.9.0claws24
1474
1475         * src/gtk/gtkaspell.c
1476                 revert Thorsten's fix and add forgotten g_strdup for
1477                 aspell path (it should not be possible to alter the path a
1478                 GtkASpell uses from outside)
1479
1480 2003-06-09 [thorsten]   0.9.0claws23
1481
1482         * src/gtk/gtkaspell.c
1483                 dont free prefs_common.aspell_path when closing compose
1484
1485 2003-06-08 [colin]      0.9.0claws22
1486
1487         * src/plugins/spamassassin/spamassassin.c
1488                 fix prefs types
1489
1490 2003-06-07 [christoph]  0.9.0claws21
1491
1492         * src/Makefile.am
1493         * src/compose.c
1494         * src/gtkaspell.[ch]            ** REMOVE **
1495         * src/gtk/Makefile.am
1496         * src/gtk/gtkaspell.[ch]        ** NEW **
1497                 o make gtkaspell independent from sylpheed's prefs
1498                 o move gtkaspell.[ch] to gtk directory
1499
1500 2003-06-07 [christoph]  0.9.0claws20
1501
1502         * src/Makefile.am
1503         * src/crash.c
1504         * src/export.c
1505         * src/filesel.[ch]              ** REMOVE **
1506         * src/folder.c
1507         * src/main.[ch]
1508         * src/common/sylpheed.[ch]
1509         * src/gtk/Makefile.am
1510         * src/gtk/filesel.[ch]          ** NEW **
1511         * src/gtk/pluginwindow.c
1512         * src/gtk/sslcertwindow.c
1513                 move filesel.[ch] to gtk directory
1514
1515 2003-06-07 [alfons]     0.9.0claws19
1516
1517         * src/filesel.c
1518                 make (multi) file selection dialog work again (Claws-only)
1519
1520 2003-06-07 [thorsten]   0.9.0claws18
1521
1522         * po/de.po
1523                 fix typos
1524
1525 2003-06-07 [alfons]     0.9.0claws17
1526
1527         * configure.ac
1528         * src/mimeview.c
1529                 detect apache mishap in which case don't include fnmatch.h
1530                 if regex.h is already included
1531
1532 2003-06-06 [christoph]  0.9.0claws16
1533
1534         * configure.ac
1535         * src/mimeview.h
1536                 add check for fnmatch.h and include it when available
1537
1538         * src/mimeview.[ch]
1539                 fix wrong case sensitivity of Content-Types
1540
1541         * src/gtk/Makefile.am
1542                 need the same include paths in gtk directory as in
1543                 common directory because .h files in common can
1544                 include files from these directories, when included
1545                 in gtk's .h or .c files
1546
1547 2003-06-06 [alfons]     0.9.0claws15
1548
1549         * src/mimeview.c
1550         * src/summaryview.c
1551                 make it compile again because of regex.h / fnmatch.h 
1552                 include problems (related to recent mime stuff, can
1553                 someone check this?)
1554
1555 2003-06-06 [thorsten]   0.9.0claws14
1556
1557         * src/folderview.c
1558                 possible use of uninitialized pointer while dragging
1559
1560 2003-06-06 [paul]       0.9.0claws13
1561
1562         * src/compose.c
1563                 fix bug where the insert sig button would be effective
1564                 only when auto_sig was set
1565
1566 2003-06-06 [paul]       0.9.0claws12
1567
1568         * sync with 0.9.2 release
1569
1570 2003-06-02 [paul]       0.9.0claws11
1571
1572         * sync with 0.9.1cvs1
1573                 see ChangeLog 2003-06-02
1574                 
1575         * po/de.po
1576                 update by Jens
1577
1578 2003-06-01 [christoph]  0.9.0claws10
1579
1580         * src/account.c
1581                 don't use substring search to find accounts by email address
1582
1583         (closes Bug 169 Overly loose matching of "From" address)
1584
1585 2003-05-31 [christoph]  0.9.0claws9
1586
1587         * doc-src/rfc2683.txt
1588         * src/imap.c
1589                 limit IMAP command length as recommended in RFC2683
1590                 (message number lists will be split into multiple imap
1591                 sets, the limit of 1000 octets is not a hard limit)
1592
1593         (closes Bug 161 sylpheed-claws exits with segfault when logging
1594          in to certain imap-servers)
1595
1596 2003-05-29 [alfons]     0.9.0claws8
1597
1598         * src/toolbar.[ch]
1599                 add print button (calling summary_print());
1600                 fine tune setting tooltip text;
1601                 (if someone needs other buttons, please take these 
1602                 commits as a guide, instead of bothering us - also
1603                 see 0.8.11claws150) 
1604
1605 2003-05-29 [darko]      0.9.0claws7
1606
1607         * src/compose.c
1608                 fix crash when word wrapping kicks in due to
1609                 changed text by spell checker
1610
1611 2003-05-29 [paul]       0.9.0claws6
1612
1613         * src/compose.c
1614                 fix bug where changing account would insert
1615                 sig even if auto_sig was FALSE
1616                 
1617         * ChangeLog
1618           ChangeLog.jp
1619           INSTALL
1620                 sync with 0.9.1 release
1621
1622 2003-05-28 [christoph]  0.9.0claws5
1623
1624         * src/imap.c
1625                 fix truncation of too long commands
1626
1627         (closes Bug 167 IMAP hangs trying to get envelope
1628          information in imap_get_uncached_messages)
1629
1630 2003-05-27 [paul]       0.9.0claws4
1631
1632         * tools/Makefile.am
1633           tools/maildir2sylpheed.pl     ** NEW FILE **
1634                 add kmail to sylpheed mailbox conversion script
1635
1636 2003-05-27 [paul]       0.9.0claws3
1637
1638         * sync with 0.9.0cvs10
1639                 see ChangeLog 2003-05-26
1640
1641 2003-05-26 [paul]       0.9.0claws2
1642
1643         * sync with 0.9.0cvs9
1644                 see ChangeLog 2003-05-26
1645
1646 2003-05-24 [paul]       0.9.0claws1
1647
1648         * sync with 0.9.0cvs8
1649                 see ChangeLog 2003-05-23
1650
1651 2003-05-24 [paul]       0.9.0claws
1652
1653         * version 0.9.0claws released
1654
1655 2003-05-24 [paul]       0.8.11claws177
1656
1657         * src/plugins/dillo-viewer/Makefile.am
1658           src/plugins/traycon/Makefile.am
1659                 add missing files
1660                 
1661         * po/bg.po
1662           po/en_GB.po
1663           po/es.po
1664           po/it.po
1665           po/pt_BR.po
1666           po/ru.po
1667           po/sr.po
1668                 update Bulgarian, British English, Spanish, Italian, 
1669                 Brazilian Portuguese, Russian, and Serbian translations, 
1670                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1671                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1672                 Ruslan N. Balkin, and Urke MMI
1673
1674 2003-05-23 [melvin]     0.8.11claws176
1675
1676         * po/fr.po
1677                 Updated French translations
1678
1679 2003-05-22 [paul]       0.8.11claws175
1680
1681         * src/Makefile.am
1682           src/addrbook.[ch]
1683           src/addrcache.[ch]
1684           src/addr_compl.[ch]
1685           src/adressbook.[ch]
1686           src/addrindex.[ch]
1687           src/addritem.[ch]
1688           src/editaddress.c
1689           src/editgroup.c
1690           src/editldap_basedn.c
1691           src/editldap.c
1692           src/jpilot.c
1693           src/vcard.c
1694                 revert to get ldap into it previous working state
1695                 
1696         * po/zh_TW.Big5.po
1697                 new Taiwanese translation,
1698                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1699
1700 2003-05-22 [christoph]  0.8.11claws174
1701
1702         * src/plugins/spamassassin/libspamc.[ch]
1703                 sync libspamc with SpamAssaain release 2.55
1704
1705 2003-05-22 [paul]       0.8.11claws173
1706
1707         * sync with 0.9.0cvs7
1708                 see ChangeLog 2003-05-22
1709                 
1710         * src/summaryview.c
1711                 revert change in 0.8.11claws172: follow
1712                 Hiroyuki's decision and that's the end of it.
1713
1714 2003-05-21 [paul]       0.8.11claws172
1715
1716         * src/summaryview.c
1717                 fix discrepency between open_unread_on_enter
1718                 and always_show_msg
1719
1720 2003-05-21 [paul]       0.8.11claws171
1721
1722         * sync with 0.9.0cvs6
1723                 see ChangeLog 2003-05-21
1724
1725 2003-05-21 [paul]       0.8.11claws170
1726
1727         * sync with 0.9.0cvs5
1728                 see ChangeLog 2003-05-21
1729
1730 2003-05-20 [paul]       0.8.11claws169
1731
1732         * sync with 0.9.0cvs4
1733                 see ChangeLog 2003-05-20
1734                 fixes bug #152, 'encoding of IMAP folders names'
1735
1736 2003-05-20 [paul]       0.8.11claws168
1737
1738         * sync with 0.9.0cvs3
1739                 see ChangeLog 2003-05-20
1740                 
1741         * src/tools/convert_mbox.pl
1742                 minor change in the comments, submitted by Fred Marton
1743
1744 2003-05-19 [paul]       0.8.11claws167
1745
1746         * src/plugins/clamav/Makefile.am
1747           configure.ac
1748                 link clamav_lib to the plugin and not to the main program
1749
1750 2003-05-19 [christoph]
1751
1752         * src/Makefile.am
1753                 add -export-dynamic for linking
1754
1755 2003-05-19 [paul]       0.8.11claws166
1756
1757         * sync with 0.9.0cvs1
1758                 see ChangeLog 2003-05-19
1759
1760 2003-05-19 [paul]       0.8.11claws165
1761
1762         * src/inc.c
1763                 fix 'pop before smtp' timeout
1764
1765 2003-05-18 [alfons]     0.8.11claws164
1766
1767         * src/prefs_matcher.c
1768                 put "execute" action command line ("expression") in edit box
1769
1770 2003-05-18 [christoph]  0.8.11claws163
1771
1772         * src/mimeview.[ch]
1773         * src/plugins/dillo_viewer/dillo_viewer.c
1774         * src/plugins/image_viewer/viewer.c
1775         * src/plugins/mathml_viewer/mathml_viewer.c
1776                 let a viewer have a list of Content-Types
1777
1778 2003-05-18 [paul]       0.8.11claws162
1779
1780         * src/prefs_filtering.c
1781                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1782                 and REDIRECT actions
1783
1784 2003-05-17 [christoph]
1785
1786         * README.claws
1787                 o remove dynamic signatures that was syned with main
1788                 o add infos about no longer "build in" image viewer
1789                 o update bugtracker URL
1790
1791 2003-05-17 [christoph]  0.8.11claws161
1792
1793         * src/folder.c
1794         * src/folderview.c
1795         * src/imap.c
1796                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1797                 for every folder after rebuilding the folder tree.
1798
1799         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1800          messages)
1801
1802 2003-05-17 [christoph]  0.8.11claws160
1803
1804         * src/imap.c
1805                 don't use STATUS command on current folder to check for
1806                 content changes. imap_cmd_ok() now tracks changes to
1807                 folder and number of existing messages.
1808
1809 2003-05-17 [paul]       0.8.11claws159
1810
1811         * src/plugins/clamav/clamav_plugin.c
1812                 remove unnecessary debug_print
1813
1814 2003-05-16 [thorsten]   0.8.11claws158
1815
1816         * src/plugins/demo.c
1817                 included missing intl.h
1818
1819 2003-05-16 [paul]       0.8.11claws157
1820
1821         * po/POTFILES.in
1822                 remove non-existant entries
1823         
1824         * src/plugins/clamav/clamav_plugin.c
1825           src/plugins/clamav/clamav_plugin_gtk.c
1826           src/plugins/dillo_viewer/dillo_prefs.c
1827           src/plugins/dillo_viewer/dillo_viewer.c
1828                 gettextise
1829
1830 2003-05-16 [christoph]  0.8.11claws156
1831
1832         * po/POTFILES.in
1833                 include plugin .c files for translation until I
1834                 find a better solution to have plugins have their
1835                 own textdomain
1836         * src/plugins/demo/demo.c
1837         * src/plugins/image_viewer/plugin.c
1838         * src/plugins/mathml_viewer/mathml_viewer.c
1839         * src/plugins/spamassassin/spamassassin.c
1840         * src/plugins/spamassassin/spamassassin_gtk.c
1841         * src/plugins/trayicon/trayicon.c
1842                 add gettext macros for plugin name and description
1843
1844 2003-05-16 [paul]
1845
1846         * sync with 0.9.0
1847
1848 2003-05-16 [paul]       0.8.11claws155
1849
1850         * sync with lastest 0.9.0pre1
1851                 see ChangeLog 2003-05-16
1852
1853 2003-05-15 [paul]       0.8.11claws154
1854
1855         * sync with latest 0.9.0pre1
1856                 see ChangeLog 2003-05-14 and 2003-05-15
1857
1858 2003-05-14 [christoph]  0.8.11claws153
1859
1860         * src/plugins/image_viewer/viewer.c
1861         * src/plugins/image_viewer/viewer.glade         ** NEW **
1862         * src/plugins/image_viewer/viewerprefs.c
1863                 make it possible to disable the autoload function in the
1864                 imageviewer again
1865
1866 2003-05-14 [christoph]  0.8.11claws152
1867
1868         * src/folder.c
1869                 fix folder update after adding a message
1870
1871 2003-05-13 [alfons]     0.8.11claws151
1872
1873         * src/common/session.c
1874                 remove debug traces
1875                 
1876         * src/addrcache.[ch]
1877         * src/filtering.[ch]
1878         * src/folder.[c]
1879         * src/gtkaspell.[ch]
1880         * src/imap.[ch]
1881         * src/mbox_folder.[ch]
1882         * src/mh.[ch]
1883         * src/mimeview.h
1884         * src/msgcache.[ch]
1885         * src/news.[ch]
1886         * src/passphrase.[ch]
1887         * src/prefs_common.[ch]
1888         * src/prefs_gtk.[ch]
1889         * src/procmsg.c
1890         * src/scoring.[ch]
1891                 be pedantic; (in prototypes () implies (int))
1892
1893 2003-05-13 [alfons]     0.8.11claws150
1894
1895         * src/prefs_toolbar.[ch]
1896         * src/summaryview.[ch]
1897         * src/toolbar.[ch]
1898                 change misleading text in toolbar prefs;
1899                 add toolbar action for ignore thread (toggles ignore thread flag);
1900                 clean up a little bit;
1901
1902 2003-05-12 [paul]
1903
1904         * tools/convert_mbox.pl
1905                 bug fixed by Fred Marton
1906
1907 2003-05-12 [paul]
1908
1909         * sync with 0.9.0pre1
1910
1911 2003-05-09 [paul]       0.8.11claws149
1912
1913         * sync with 0.8.11cvs43
1914                 see ChangeLog 2003-05-09
1915
1916 2003-05-08 [christoph]  0.8.11claws148
1917
1918         * src/imap.[ch]
1919                 o use CAPABILIY as first command and check for PREAUTH
1920                   information in the response to it
1921                 o rewrite all imap_cmd_* functions to use an IMAPSession
1922                   instead of a SockInfo as parameter
1923                 o do STARTTLS after fetching and checking the server
1924                   capabilities
1925
1926 2003-05-08 [paul]       0.8.11claws147
1927
1928         * tools/Makefile.am
1929           tools/README
1930           tools/convert_mbox.pl         ** NEW FILE **
1931                 add mbox conversion script. Submitted by 
1932                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1933
1934 2003-05-07 [christoph]
1935
1936         * doc-src/glade.txt
1937         * src/gtk/pluginwindow.glade
1938         * src/plugins/image_viewer/viewerprefs.glade
1939         * src/plugins/spamassassin/spamassassin_gtk.glade
1940                 add glade files for user interfaces and a description how
1941                 to use glade to create the sylpheed code
1942
1943 2003-05-07 [paul]       0.8.11claws146
1944
1945         * sync with 0.8.11cvs41
1946                 see ChangeLog 2003-05-07
1947
1948 2003-05-06 [christoph]  0.8.11claws145
1949
1950         * src/main.c
1951         * src/plugins/image_viewer/viewer.c
1952                 fix usage of imlib in imageviewer plugin
1953
1954         * src/gtk/prefswindow.c
1955                 handle window close event correctly
1956
1957 2003-05-06 [paul]       0.8.11claws144
1958
1959         * src/common/ssl.c
1960                 fix typo introduced in sync
1961
1962 2003-05-06 [paul]       0.8.11claws143
1963
1964         * sync with 0.8.11cvs39
1965                 see ChangeLog 2003-05-06
1966
1967 2003-05-06 [paul]       0.8.11claws142
1968
1969         * AUTHORS
1970           po/cs.po
1971                 updated Czech translation, submitted by 
1972                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1973                 
1974         * src/plugins/clamav/clamav_plugin_gtk.c
1975                 clean up
1976
1977 2003-05-03 [alfons]     0.8.11claws141
1978
1979         * src/compose.[ch]
1980                 make paste as quotation work even when the call to 
1981                 text_inserted() was deferred (fixes bug #140 "Paste 
1982                 as quotation does not work when using "external" 
1983                 clipboard")
1984
1985 2003-05-03 [thorsten]   0.8.11claws140
1986
1987         * src/addrquery.h
1988           src/ldapquery.h
1989           src/mainwindow.c
1990                 removed C++ comments
1991         * src/addr_compl.c
1992                 function with non-int retval/param used before
1993                 implementation/declaration
1994
1995 2003-05-02 [paul]       0.8.11claws139
1996
1997         * src/addr_compl.[ch]
1998           src/addressbook.[ch]
1999           src/addrindex.c
2000           src/summaryview.c
2001                 revert match's changes to (finally) remove the bug where
2002                 opening a folder causes massive slowdown when using the 
2003                 'Display sender using address book' option
2004
2005 2003-05-01 [melvin]     0.8.11claws138
2006
2007         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2008         * src/plugins/dillo_viewer/dillo_viewer.c
2009                 Fixed bug where "Cancel" button from prefs issued
2010                 warnings.
2011                 Comply a little more to coding style
2012
2013 2003-05-01 [paul]       0.8.11claws137
2014
2015         * sync with 0.8.11cvs38
2016                 see ChangeLog 2003-05-01
2017
2018 2003-05-01 [paul]       0.8.11claws136
2019
2020         * po/bg.po
2021                 updated by George Danchev
2022
2023 2003-04-30 [christoph]  0.8.11claws135
2024
2025         * src/plugins/dillo_viewer/dillo_prefs.c
2026         * src/plugins/image_viewer/viewerprefs.c
2027         * src/plugins/spamassassin/spamassassin_gtk.c
2028                 remove gtk_widget_ref() calls for widgets in
2029                 glade code
2030
2031 2003-04-30 [paul]       0.8.11claws134
2032
2033         * src/addrindex.c
2034                 ok, this time a better fix for the bug where opening folder
2035                 has massive slowdown when using the 'Display sender using 
2036                 address book' option
2037
2038 2003-04-30 [paul]       0.8.11claws133
2039
2040         * src/addrindex.c
2041                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2042         
2043 2003-04-30 [melvin]     0.8.11claws132
2044
2045         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2046
2047         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2048                 Preferences for the dillo plugin
2049         * src/plugins/dillo_viewer/dillo_viewer.c
2050                 Support for preferences
2051         * src/plugins/dillo_viewer/Makefile.am
2052                 Added dillo_prefs.[ch]
2053
2054 2003-04-30 [alfons]     0.8.11claws131
2055
2056         * src/common/plugin.[ch]
2057                 see? this ANSI C'fication immediately gives us type
2058                 checking for free.
2059
2060 2003-04-30 [alfons]     0.8.11claws130
2061
2062         * src/common/plugin.[ch]
2063         * src/plugins/clamav/clamav_plugin.[ch]
2064         * src/plugins/clamav/clamav_plugin_gtk.c
2065         * src/plugins/demo/demo.c
2066         * src/plugins/dillo_viewer/dillo_viewer.c
2067         * src/plugins/image_viewer/plugin.c
2068         * src/plugins/image_viewer/viewer.[ch]
2069         * src/plugins/image_viewer/viewerprefs.[ch]
2070         * src/plugins/mathml_viewer/mathml_viewer.c
2071         * src/plugins/spamassassin/spamassassin.[ch]
2072         * src/plugins/spamassassin/spamassassin_gtk.c
2073         * src/plugins/trayicon/trayicon.c
2074                 clean up
2075
2076 2003-04-30 [alfons]     0.8.11claws129
2077
2078         * src/common/utils.c
2079                 make is_ascii_str() fail gracefully when NULL pointer
2080                 is passed
2081
2082 2003-04-30 [paul]       0.8.11claws128
2083
2084         * src/addrindex.c
2085                 fix bug where opening folder has massive slowdown when
2086                 using the 'Display sender using address book' option
2087
2088 2003-04-30 [paul]       0.8.11claws127
2089
2090         * src/plugins/clamav/clamav_plugin.c
2091           src/plugins/clamav/clamav_plugin_gtk.c
2092           src/plugins/demo/demo.c
2093           src/plugins/dillo_viewer/dillo_viewer.c
2094           src/plugins/image_viewer/plugin.c
2095           src/plugins/mathml_viewer/mathml_viewer.c
2096           src/plugins/spamassassin/spamassassin.c
2097           src/plugins/spamassassin/spamassassin_gtk.c
2098           src/plugins/trayicon/trayicon.c
2099                 get rid of eye-hurting function signatures
2100
2101 2003-04-30 [paul]       0.8.11claws126
2102
2103         * src/plugins/trayicon/trayicon.c
2104                 add description
2105                 
2106         * src/mimeview.c
2107                 be more descriptive
2108
2109 2003-04-30 [paul]       0.8.11claws125
2110
2111         * configure.ac
2112                 arrange the plugins in reverse alphabetical order
2113                 
2114         * src/plugins/clamav/clamav_plugin.[ch]
2115           src/plugins/clamav/clamav_plugin_gtk.c
2116                 rename some params
2117                 resize max_size window
2118                 re-arrange the order of some gui elements
2119                 improve descriptions
2120         
2121         * src/plugins/image_viewer/plugin.c
2122           src/plugins/mathml_viewer/mathml_viewer.c
2123                 add descriptions
2124                 
2125         * src/plugins/spamassassin/spamassassin_gtk.c
2126                 resize max_size window
2127                 re-arrange the order of some gui elements
2128                 
2129         * src/messageview.c
2130           src/mimeview.c
2131                 correct typos
2132
2133 2003-04-30 [alfons]     0.8.11claws124
2134
2135         * src/imap.c
2136                 fix a leak found while browsing Martin Kluge's 
2137                 valgrind log (Claws only)
2138
2139 2003-04-29 [darko]      0.8.11claws123
2140
2141         * src/gtk/gtkstext.h
2142                 include wchar.h if it is available, fixes compilation
2143                 on HP-UX systems
2144
2145 2003-04-29 [melvin]     0.8.11claws122
2146
2147         * src/prefs_actions.c
2148                 Improved help text of Actions' syntax
2149
2150 2003-04-28 [paul]       0.8.11claws121
2151
2152         * src/action.c
2153                 a better fix for the crash when performing an action
2154                 on a mime part
2155
2156 2003-04-28 [paul]       0.8.11claws120
2157
2158         * src/action.c
2159                 fix crash when performing an action on a
2160                 mime part
2161
2162 2003-04-28 [paul]       0.8.11claws119
2163
2164         * sync with 0.8.11cvs36
2165                 see ChangeLog 2003-04-28
2166
2167 2003-04-27 [paul]       0.8.11claws118
2168
2169         * more sync with 0.8.11cvs35
2170                 see ChangeLog 2003-04-25
2171
2172 2003-04-26 [christoph]  0.8.11claws117
2173
2174         * src/folder.c
2175                 fix remove virtual check
2176
2177 2003-04-26 [paul]       0.8.11claws116
2178
2179         * src/messageview.c
2180                 fix return-receipt, make it work again
2181
2182 2003-04-26 [paul]       0.8.11claws115
2183
2184         * src/mimeview.c
2185                 restore double-clicking of the [application/pgp-signature 
2186                 (Select "Check signature" to check)] line in the message view,
2187                 broken in recent sync
2188
2189 2003-04-26 [christoph]  0.8.11claws114
2190
2191         * src/folder.c
2192                 check if remove virtual really exists before
2193                 calling the function
2194
2195 2003-04-25 [match]      0.8.11claws113
2196
2197         * src/addrindex.c
2198         * src/addrbook.c
2199         * src/ldapquery.[ch]
2200         * src/ldapctrl.[ch]
2201                 fix memleak.
2202         * src/ldapserver.[ch]
2203                 fix memleak. fix segfault.
2204                 plug a Claws memleak
2205
2206 2003-04-25 [alfons]     0.8.11claws112
2207
2208         * src/folder.c
2209                 plug a Claws memleak
2210
2211 2003-04-25 [alfons]     0.8.11claws111
2212
2213         * src/common/session.c
2214                 plug a memleak
2215
2216 2003-04-25 [paul]       0.8.11claws110
2217
2218         * sync with 0.8.11cvs35
2219                 see ChangeLog 2003-04-24 and 2003-04-25
2220                 
2221         * src/gtk/pluginwindow.c
2222                 correct another strange float value
2223
2224 2003-04-24 [christoph]  0.8.11claws109
2225
2226         * src/folder.c
2227                 freeze folder item updates when unsetting new flags
2228
2229         * src/gtk/pluginwindow.c
2230                 correct strange float value
2231
2232 2003-04-23 [paul]       0.8.11claws108
2233
2234         * sync with 0.8.11cvs33
2235                 see ChangeLog 2003-04-23
2236
2237 2003-04-22 [paul]       0.8.11claws107
2238
2239         * src/Makefile.am
2240           src/messageview.c
2241           src/mimeview.c
2242           src/pgptext.[ch]      ** REMOVED **
2243                 remove pgptext.[ch] as its not used any more
2244
2245 2003-04-22 [paul]       0.8.11claws106
2246
2247         * sync with 0.8.11cvs31
2248                 see ChangeLog 2003-04-21 and 2003-04-22
2249
2250 2003-04-21 [alfons]     0.8.11claws105
2251
2252         * src/main.c
2253                 No access to GTK structures if we're a spawned child
2254                 (and clean up code a little bit...) Should fix #126.
2255
2256 2003-04-21 [melvin]     0.8.11claws104
2257
2258         * src/plugins/dillo_viewer/README
2259                 Improved slightly the text.
2260
2261 2003-04-21 [melvin]     0.8.11claws103
2262
2263         * src/plugins/dillo_viewer/README *** NEW ***
2264                 Added a README file for the Dillo plugin
2265
2266 2003-04-20 [paul]
2267
2268         * tools/README
2269           tools/outlook2sylpheed.pl
2270                 updated and improved by Ricardo Mones Lastra
2271
2272 2003-04-18 [oliver]     0.8.11claws102
2273
2274         * src/inc.c 
2275         * src/prefs_account.h
2276                 remove Pop3SessionType (used by selective download)
2277         * src/prefs_toolbar.c
2278                 enable set Default Toolbar button
2279
2280 2003-04-18 [paul]       0.8.11claws101
2281
2282         * sync with 0.8.11cvs29
2283                 see ChangeLog 2003-04-18
2284
2285 2003-04-17 [paul]       0.8.11claws100
2286
2287         * src/prefs_common.[ch]
2288           src/summaryview.c
2289                 remove 'Open next message on deletion' option,
2290                 as the same effect can now be achieved via the
2291                 'Always open messages in summary when selected'
2292                 option.
2293
2294 2003-04-17 [paul]       0.8.11claws99
2295
2296         * sync with 0.8.11cvs28
2297                 see ChangeLog 2003-04-17
2298
2299 2003-04-17 [christoph]  0.8.11claws98
2300
2301         * ac/spamassassin.m4
2302         * src/plugins/spamassassin/libspamc.[ch]
2303         * src/plugins/spamassassin/utils.[ch]
2304                 sync libspamc with SpamAssassin project
2305
2306 2003-04-17 [christoph]  0.8.11claws97
2307
2308         * src/common/socket.h
2309         * src/gtk/sslcertwindow.h
2310                 rename old USE_SSL to USE_OPENSSL
2311
2312 2003-04-17 [paul]       0.8.11claws96
2313
2314         * src/prefs_common.h
2315                 use gulong for P_COLOR so that it compiles/runs on
2316                 64-bit systems. Patch submitted by James Noyes
2317                 <jnoyes-claws@retrogeeks.com>
2318                 
2319         * po/de.po
2320                 updated by Jens
2321
2322 2003-04-17 [paul]       0.8.11claws95
2323
2324         * sync with 0.8.11cvs27
2325                 see ChangeLog 2003-04-16
2326
2327 2003-04-15 [paul]       0.8.11claws94
2328
2329         * src/prefs_common.[ch]
2330                 rearrange to stop the window getting too long:
2331                         move Receive dialog stuff to Receive tab
2332                         move Send dialog to Send tab
2333                         remove Dialogs frame
2334                 rename 'Open messages in summary with cursor keys' to
2335                 'Always open messages in summary when selected', as its
2336                 more appropriate
2337
2338 2003-04-15 [paul]       0.8.11claws93
2339
2340         * src/prefs_common.[ch]
2341           src/summaryview.c
2342                 add new option '/Interface/Open next message on deletion'
2343
2344 2003-04-15 [paul]       0.8.11claws92
2345
2346         * src/summaryview.[ch]
2347                 add /Mark/Lock and /Mark/Unlock to the pop-up
2348                 menu. Patch submitted by Ivan Francolin Martinez
2349                 <ivanfm@users.sourceforge.net>
2350
2351 2003-04-15 [paul]       0.8.11claws91
2352
2353         * sync with 0.8.11cvs24
2354                 see ChangeLog 2003-04-15
2355
2356 2003-04-14 [jens]       0.8.11claws90
2357
2358         * updated German translation and some corrections from
2359                 Roland Bless <bless@tm.uka.de>
2360
2361 2003-04-14 [paul]       0.8.11claws89
2362
2363         * sync with 0.8.11cvs22
2364                 see ChangeLog 2003-04-14
2365
2366 2003-04-13 [paul]       0.8.11claws88
2367
2368         * src/plugins/clamav/clamav_plugin.c
2369                 fix memory leaks
2370                 clean up
2371
2372 2003-04-12 [paul]       0.8.11claws87
2373
2374         * src/plugins/clamav/clamav_plugin.c
2375                 activate enable/disable archive scanning option
2376                 
2377         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2378
2379 2003-04-12 [paul]       0.8.11claws86
2380
2381         * src/plugins/Makefile.am
2382           src/plugins/clamav/Makefile.am                ** NEW FILE **
2383           src/plugins/clamav/README                     ** NEW FILE ** 
2384           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2385           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2386                 add Clam AntiVirus plugin
2387
2388 2003-04-12 [paul]       0.8.11claws85
2389
2390         * sync with 0.8.11cvs21
2391                 see ChangeLog 2003-04-11
2392
2393 2003-04-11 [paul]       0.8.11claws84
2394
2395         * po/es.po
2396                 update Spanish translation. Submitted by Ricardo
2397                 Mones Lastra.
2398
2399 2003-04-10 [christoph]  0.8.11claws83
2400
2401         * src/mbox.c
2402                 fix typo that did not move unfiltered mails to destination
2403                 folder
2404
2405         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2406          when filtering from spool)
2407
2408 2003-04-10 [christoph]  0.8.11claws82
2409
2410         * src/imap.c
2411                 use BODY.PEEK instead of BODY in in message fetch operation
2412                 to make sure the IMAP server does not set the \Seen flag for
2413                 messages. Sylpheed does that later itself, when the message
2414                 is opened in sylpheed
2415
2416         (closes Bug 111 Claws destroys unread marks)
2417
2418 2003-04-09 [oliver]     0.8.11claws81
2419         
2420         * src/folder.c
2421                 fix crash in folder_destroy
2422         * README.claws
2423                 remove selective download
2424
2425 2003-04-09 [christoph]  0.8.11claws80
2426
2427         * src/imap.c
2428                 fix crash in imap_get_msginfo() when then fetched message
2429                 is not found
2430
2431         (closes Bug 110 Crash during mail composition)
2432
2433 2003-04-08 [christoph]  0.8.11claws79
2434
2435         * src/folder.c
2436         * src/prefs_account.c
2437                 Filter new messages that are found in an INBOX folder
2438                 when 'Filter messages on receiving' is enabled in the
2439                 Folder's AccountPrefs. This allows to use Sylpheed's
2440                 filtering engine for IMAP folders where messages are
2441                 added to the INBOX by a MTA
2442
2443 2003-04-08 [paul]       0.8.11claws78
2444
2445         * src/procmsg.h
2446                 clean up after last commit
2447
2448 2003-04-08 [paul]       0.8.11claws77
2449
2450         * sync with 0.8.11cvs20
2451                 see ChangeLog 2003-04-07 and 2003-04-08
2452
2453 2003-04-07 [christoph]  0.8.11claws76
2454
2455         * src/filtering.[ch]
2456         * src/inc.[ch]
2457         * src/mbox.c
2458         * src/procmsg.[ch]
2459                 add procmsg_msginfo_filter() to execute filtering actions
2460
2461 2003-04-06 [christoph]  0.8.11claws75
2462
2463         * src/imap.c
2464                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2465
2466 2003-04-06 [christoph]  0.8.11claws74
2467
2468         * src/common/utils.[ch]
2469                 add g_int_compare() function for slist sorting
2470
2471         * src/imap.c
2472                 fetch all MsgInfos with one command in imap_get_msginfos()
2473                 using an imap set with a list of ranges
2474
2475         * src/news.c
2476                 use new g_int_compare() function
2477
2478 2003-04-06 [thorsten]   0.8.11claws73
2479
2480         * src/mh.c
2481                 corrected implementation of mh_folder_destroy()
2482
2483 2003-04-05 [christoph]  0.8.11claws72
2484
2485         * src/account.c
2486         * src/folder.[ch]
2487         * src/folderview.c
2488         * src/imap.c
2489         * src/inc.c
2490         * src/main.c
2491         * src/mainwindow.c
2492         * src/mbox_folder.c
2493         * src/mh.c
2494         * src/mimeview.h
2495         * src/msgcache.[ch]
2496         * src/news.c
2497         * src/procmime.h
2498         * src/procmsg.[ch]
2499         * src/setup.c
2500         * src/gtk/gtkutils.c
2501                 o rename structure field names class and new to klass and
2502                   new_msgs, to allow including files in C++
2503                 o add 'extern "C"' block to some header files
2504                 o add MsgInfoList and MsgNumberList as alias for GSList for
2505                   developers to know what type of list is expected
2506
2507         * src/plugins/image_viewer/plugin.c
2508         * src/plugins/image_viewer/viewer.[ch]
2509         * src/plugins/image_viewer/viewerprefs.[ch]
2510                 rename function names to prevent conflicts
2511
2512 2003-04-05 [paul]       0.8.11claws71
2513
2514         * sync with 0.8.11cvs18
2515                 see ChangeLog 2003-04-03 and 2003-04-04
2516
2517 2003-04-02 [christoph]  0.8.11claws70
2518
2519         * src/folder.[ch]
2520         * src/imap.[ch]
2521         * src/mbox_folder.[ch]
2522         * src/mh.[ch]
2523         * src/news.[ch]
2524                 o Make all virtual folder functions private
2525                 o remove unused folder code
2526
2527         * src/common/socket.[ch]
2528         * src/summaryview.c
2529                 fix warnings
2530
2531 2003-03-30 [alfons]     0.8.11claws69
2532
2533         * src/send_message.c
2534                 remove two debug traces and see if people still report
2535                 errors
2536
2537 2003-03-30 [alfons]     0.8.11claws68
2538
2539         * src/send_message.c
2540         * src/commons/session.c
2541                 add more debug traces
2542
2543 2003-03-30 [christoph]  0.8.11claws67
2544
2545         * src/folder.c
2546                 change processing folder name from .processing to processing
2547
2548         * src/common/ssl.c
2549                 disable SSL certificate check because it causes Xlib error
2550                 when the child process want's to open an GTK window
2551
2552 2003-03-30 [christoph]  0.8.11claws66
2553
2554         * src/folder.c
2555                 don't use default folder for processing folder item because
2556                 it can be a non local folder
2557
2558         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2559
2560 2003-03-30 [alfons]     0.8.11claws65
2561
2562         * src/send_message.c
2563                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2564                 to generate bad code for 'send_send_data_progressive': When
2565                 called from 'send_send_data_finished', the 'data' pointer is
2566                 cleared just before the assignment to the dialog pointer
2567
2568 2003-03-29 [christoph]  0.8.11claws64
2569
2570         * src/common/prefs.h
2571         * src/plugins/image_viewer/Makefile.am
2572         * src/plugins/image_viewer/plugin.c
2573         * src/plugins/image_viewer/viewer.[ch]
2574         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2575                 add PrefsPage for ImageViewer
2576
2577 2003-03-28 [thorsten]   0.8.11claws63
2578
2579         * src/common/session.c
2580                 added some comments
2581
2582 2003-03-28 [paul]       0.8.11claws62
2583
2584         * sync with 0.8.11cvs16
2585                 see ChangeLog 2003-03-28
2586
2587 2003-03-28 [paul]       0.8.11claws61
2588
2589         * sync with 0.8.11cvs15
2590                 see ChangeLog 2003-03-28
2591
2592 2003-03-27 [christoph]  0.8.11claws60
2593
2594         * src/folder.c
2595         * src/imap.c
2596         * src/common/socket.[ch]
2597                 set socket state to DISCONNECTED when any operation
2598                 fails to allow reconnecting in IMAP code without
2599                 checking the return code of all calls to the command
2600                 functions
2601
2602         * src/folderview.c
2603         * src/summaryview.c
2604                 remove some more stuff that depends on specific
2605                 folder types
2606
2607 2003-03-27 [paul]       0.8.11claws59
2608
2609         * sync with 0.8.11cvs14
2610                 see ChangeLog 2003-03-27
2611                 
2612         * src/selective_download.[ch]   ** REMOVED **
2613                 really removed
2614
2615 2003-03-27 [christoph]  0.8.11claws58
2616
2617         * src/folder.c
2618                 fix handling of tmp_flags in flag copy function
2619
2620 2003-03-27 [paul]       0.8.11claws57
2621
2622         * sync with 0.8.11cvs13
2623                 see ChangeLog 2003-03-27
2624
2625 2003-03-27 [oliver]     0.8.11claws56
2626
2627         * src/maiwindow.c
2628                 remove sel_download_cb
2629
2630 2003-03-27 [oliver]     0.8.11claws55
2631         
2632         * src/inc.c
2633                 remove POP3_TOP
2634         
2635 2003-03-26 [oliver]     0.8.11claws54
2636
2637         *src/pop.h
2638                 remove POP3_TOP*
2639         * README.claws
2640                 remove selective donwload readme
2641
2642 2003-03-26 [oliver]     0.8.11claws53
2643         * src/matcher.[ch]
2644         * src/matcher_parser_parse.y 
2645         * src/pop.c 
2646         * src/prefs_account.[ch]
2647         * src/prefs_filtering.c
2648                 remove selective donwload
2649
2650 2003-03-26 [oliver]     0.8.11claws52
2651
2652         * src/inc.[ch] 
2653         * src/filtering.c 
2654         * src/mainwindow.c 
2655                 remove selective donwload
2656
2657 2003-03-26 [oliver]     0.8.11claws51
2658         
2659         * src/Makefile.am
2660         * src/selective_download.[ch]   ** REMOVE **    
2661
2662 2003-03-26 [christoph]  0.8.11claws50
2663
2664         * src/news.c
2665                 fix NEWS that got broken by a sync with sylpheed-main
2666
2667 2003-03-26 [christoph]  0.8.11claws49
2668
2669         * src/mimeview.c
2670                 fix mime type guessing when no mime type is found for a file
2671
2672 2003-03-25 [christoph]  0.8.11claws48
2673
2674         * src/mimeview.c
2675         * src/procmime.c
2676                 remove mime type guessing from mime parser and use
2677                 name based mime types in viewer lookup for mime type
2678                 application/octet-stream
2679
2680 2003-03-25 [christoph]  0.8.11claws47
2681
2682         * doc-src/readme.txt
2683         * doc-src/rfc2554.txt
2684                 add RFC about SMTP AUTH
2685
2686         * src/send_message.c
2687         * src/common/smtp.[ch]
2688                 add extra error code for authentication errors and
2689                 clear temporary password when this error occurs
2690
2691         (closes Bug 84 authentication failure while sending should
2692          prompt for password again)
2693
2694 2003-03-25 [christoph]  0.8.11claws46
2695
2696         * configure.ac
2697         * src/Makefile.am
2698         * src/imageview.[ch]                            ** REMOVE **
2699         * src/messageview.[ch]
2700         * src/mimeview.[ch]
2701         * src/prefs_common.[ch]
2702         * src/textview.c
2703         * src/plugins/Makefile.am
2704         * src/plugins/image_viewer/.cvsignore           ** NEW **
2705         * src/plugins/image_viewer/Makefile.am          ** NEW **
2706         * src/plugins/image_viewer/plugin.c             ** NEW **
2707         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2708                 move image viewer into a plugin (building is enabled by default)
2709                 [ToDo: Prefs for resize and autoview]
2710
2711 2003-03-25 [paul]       0.8.11claws45
2712
2713         * sync with 0.8.11cvs12
2714                 see ChangeLog 2003-03-26
2715
2716 2003-03-25 [paul]       0.8.11claws44
2717
2718         * sync with 0.8.11cvs11
2719                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2720                 
2721         Note: Selective Download is broken.
2722                 
2723 2003-03-22 [christoph]  0.8.11claws43
2724
2725         * src/folder.c
2726                 code cleanup for flags copying
2727
2728 2003-03-22 [christoph]  0.8.11claws42
2729
2730         * src/plugins/trayicon/trayicon.c
2731                 fix setting the transparent area when the window size
2732                 is forced by the system tray
2733
2734 2003-03-22 [christoph]  0.8.11claws41
2735
2736         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2737         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2738         * src/plugins/trayicon/newmail.xpm              ** NEW **
2739         * src/plugins/trayicon/nomail.xpm               ** NEW **
2740         * src/plugins/trayicon/trayicon.c
2741         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2742                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2743                 o add icon for unread mails
2744                 o set transparency for window
2745
2746 2003-03-22 [christoph]  0.8.11claws40
2747
2748         * src/news.c
2749                 init news session to prevent crash when session is closed
2750
2751 2003-03-22 [christoph]  0.8.11claws39
2752
2753         * src/imap.c
2754         * src/common/session.[ch]
2755                 Init session data to make sure we don't have invalid pointers
2756                 for read_ch and write_ch when new multi process sessions are
2757                 not used
2758
2759         * src/main.c
2760         * src/common/plugin.c
2761         * src/common/sylpheed.c
2762         * src/plugins/demo/demo.c
2763         * src/plugins/dillo_viewer/dillo_viewer.c
2764         * src/plugins/mathml_viewer/mathml_viewer.c
2765         * src/plugins/spamassassin/spamassassin.c
2766         * src/plugins/spamassassin/spamassassin_gtk.c
2767                 add plugin types to allow loading plugins at different times
2768                 (and maybe for different frontends), because it's not good to
2769                 load GTK-Plugins gefore gtk_init was called
2770
2771         * configure.ac
2772         * src/plugins/Makefile.am
2773         * src/plugins/trayicon/.cvsignore               ** NEW **
2774         * src/plugins/trayicon/Makefile.am              ** NEW **
2775         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2776         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2777         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2778         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2779         * src/plugins/trayicon/trayicon.c               ** NEW **
2780                 New Trayicon plugin that shows an icon in a systray that uses
2781                 XEMBED protocol like Gnome's systray. Icon shows if there
2782                 are new mails and a tooltip shows information about new,
2783                 unread and total messages.
2784
2785 2003-03-22 [paul]       0.8.11claws38
2786
2787         * src/common/smtp.c
2788                 fix ESMTP AUTH CRAM-MD5
2789                 [sync with main (still version 0.8.11cvs6), see
2790                  ChangeLog 2003-03-22]
2791
2792 2003-03-21 [colin]      0.8.11claws37
2793
2794         * src/send_message.c
2795                 Fix USE_SSL => USE_OPENSSL
2796
2797 2003-03-21 [colin]      0.8.11claws36
2798
2799         * src/folderview.c
2800                 Fix counts in drag and dropped subfolders
2801
2802 2003-03-21 [colin]      0.8.11claws35
2803
2804         * src/folder.c 
2805         * src/folderview.c
2806                 speed up a bit folder dnd
2807
2808 2003-03-20 [alfons]     0.8.11claws34
2809
2810         * src/main.c
2811         * src/toolbar.c
2812         * src/procmsg.c
2813                 don't send locked queue messages
2814                 (feature request "[ 705245 ] Locking message in outbox 
2815                  should prevent sending")
2816
2817 2003-03-20 [christoph]  0.8.11claws33
2818
2819         * src/folder.c
2820                 remove NEW and UNREAD flag in special folders when scanning
2821                 
2822         * src/common/smtp.c
2823                 fix ESMTP AUTH CRAM-MD5
2824
2825 2003-03-20 [paul]       0.8.11claws32
2826
2827         * src/prefs_account.c
2828                 Re-write 'Tunnel command to open connection' as
2829                 'Use command to communicate with server', and disable
2830                 it for all except IMAP accounts
2831
2832 2003-03-20 [paul]       0.8.11claws31
2833
2834         * sync with 0.8.11cvs6
2835                 see ChangeLog 2003-03-20
2836
2837 2003-03-19 [match]      0.8.11claws30
2838
2839         * src/addritem.[ch]
2840                 include documentation. minor refactoring.
2841         * src/addr_compl.[ch]
2842         * src/addrindex.[ch]
2843         * src/addresbook.[ch]
2844         * src/summaryview.c
2845                 re-enable address lookup (was disabled in
2846                 0.8.11claws20).
2847
2848 2003-03-19 [christoph]  0.8.11claws29
2849
2850         * src/procmsg.c
2851                 add temp flag handling, will make moving and copying
2852                 messages possible again
2853
2854         * src/folder.c
2855                 correct calulation of folder stats
2856
2857 2003-03-18 [match]      0.8.11claws28
2858
2859         * src/editgroup.h
2860                 remove case sensitive comparison (closes bug 80).
2861
2862 2003-03-18 [christoph]  0.8.11claws27
2863
2864         * src/imap.c
2865                 fix imap using a tunnel command
2866
2867         (closes bug 87)
2868
2869 2003-03-18 [christoph]  0.8.11claws26
2870
2871         * src/folder.[ch]
2872         * src/imap.c
2873         * src/procmsg.[ch]
2874                 rewrite flag handling for folders
2875
2876 2003-03-18 [christoph]  0.8.11claws25
2877
2878         * src/folder.c
2879         * src/procmsg.c
2880         * src/summaryview.c
2881                 unset NEW and UNREAD flags when message is ignored, to make
2882                 sure messages don't show up as unread on other IMAP clients,
2883                 because the IGNORE_THREAD flag can not be syncronized through
2884                 the IMAP folder
2885
2886 2003-03-17 [christoph]  0.8.11claws24
2887
2888         * src/imap.c
2889                 don't use recursion to fetch uids when the number of messages
2890                 does not match. Moved code into subfunction that is used
2891                 again when needed, to prevent an endless loop.
2892
2893 2003-03-17 [thorsten]   0.8.11claws23
2894
2895         * src/imageview.[ch]
2896                 export imageview_get_resized_size() (for plugins)
2897         * src/prefs_common.[ch]
2898                 added prefs_common_get() (for plugins)
2899
2900 2003-03-17 [christoph]  0.8.11claws22
2901
2902         * src/imap.c
2903                 o remove UID guessing from copy code
2904                 o support UIDPLUS extension for APPEND command
2905
2906 2003-03-17 [paul]       0.8.11claws21
2907
2908         * src/gtk/about.c
2909                 remove 'Compiled-plugins' section.
2910                 
2911         * src/plugins/dillo_viewer/dillo_viewer.c
2912                 slight change to description text
2913
2914 2003-03-16 [match]      0.8.11claws20
2915         * src/ldapserver.[ch]           ** NEW **
2916         * src/ldapctrl.[ch]             ** NEW **
2917         * src/ldapquery.[ch]            ** NEW **
2918         * src/ldaputil.[ch]             ** NEW **
2919         * src/addrcindex.[ch]           ** NEW **
2920         * src/addrquery.h               ** NEW **
2921         * src/addritem.[ch]
2922         * src/addrcache.[ch]
2923         * src/addrindex.[ch]
2924         * src/addr_compl.[ch]
2925         * src/addressbook.[ch]
2926         * src/addrbook.[ch]
2927         * src/editgroup.c
2928         * src/editaddress.c
2929         * src/editldap.c
2930         * src/editldap_basedn.c
2931         * src/vcard.c
2932         * src/jpilot.c
2933         * src/Makefile.am
2934                 included dynamic LDAP queries. improved address
2935                 completion.
2936
2937 2003-03-16 [paul]       0.8.11claws19
2938
2939         * tools/multiwebsearch.pl
2940                 fix a fatal typo
2941
2942 2003-03-16 [christoph]  0.8.11claws18
2943
2944         * src/mimeview.c
2945         * src/plugins/dillo_viewer/dillo_viewer.c
2946         * src/plugins/mathml_viewer/mathml_viewer.c
2947                 make unregistering of MimeViewerFactorys possible
2948
2949 2003-03-16 [alfons]     0.8.11claws17
2950
2951         * configure.ac
2952                 correct typo
2953
2954 2003-03-16 [melvin]     0.8.11claws16
2955
2956         * src/plugins/dillo_viewer.c
2957                 Fixed bug where it was not possible to view more than
2958                 one text/html attachment per message (bug discovered
2959                 by Christoph Hohmann).
2960
2961 2003-03-15 [melvin]     0.8.11claws15
2962
2963         * src/prefs_actions.c
2964                 Fixed compilation warnings.
2965
2966 2003-03-15 [melvin]     0.8.11claws14
2967
2968         * src/plugins/Makefile.am
2969         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2970         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2971         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2972                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2973                 newer (http://dillo.auriga.wearlab.de/).
2974
2975 2003-03-15 [christoph]  0.8.11claws13
2976
2977         * src/imap.c
2978                 don't query imap folder for attributes because we already
2979                 for them from imap_status
2980
2981         * src/mimeview.[ch]
2982                 add support for plugable MimeViewers (unloading Viewers
2983                 not yet complete)
2984
2985         * src/plugins/Makefile.am
2986         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2987         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2988         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2989                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2990                 widget from http://helm.cs.unibo.it/mml-widget/
2991
2992 2003-03-14 [christoph]  0.8.11claws12
2993
2994         * src/folder.[ch]
2995                 o error return code's should better be negative
2996                 o replace printf with debug_print
2997
2998         * src/imap.c
2999                 improve IMAP folder scan by checking UID-NEXT
3000
3001         * src/summaryview.c
3002                 remove check that are unnecessary in my opinion
3003
3004 2003-03-13 [christoph]  0.8.11claws11
3005
3006         * src/folder.[ch]
3007         * src/foldersel.c
3008         * src/folderview.c
3009         * src/imap.c
3010         * src/mbox_folder.c
3011         * src/mh.c
3012         * src/news.c
3013         * src/prefs_scoring.c
3014         * src/summaryview.c
3015                 use a common function to get a displayable name
3016                 for a FolderItem
3017
3018 2003-03-13 [paul]       0.8.11claws10
3019
3020         * tools/Makefile.am
3021           tools/README
3022           tools/multiwebsearch.conf     ** NEW FILE **
3023           tools/multiwebsearch.pl       ** NEW FILE **
3024                 add multiwebsearch Actions script
3025
3026 2003-03-13 [colin]      0.8.11claws9
3027
3028         * src/compose.c
3029                 Remove leading emtpy lines from quoted text
3030                 before quoting it
3031
3032 2003-03-13 [melvin]     0.8.11claws8
3033
3034         * src/prefs_actions.c
3035                 Fixed a memory leak
3036                 Code clean ups
3037                 Added Cancel and OK buttons
3038                 Corrected help text
3039
3040 2003-03-13 [christoph]  0.8.11claws7
3041
3042         * src/account.c
3043         * src/folder.[ch]
3044         * src/imap.c
3045         * src/mainwindow.c
3046         * src/mbox_folder.c
3047         * src/mh.c
3048         * src/news.c
3049         * src/setup.c
3050                 replace more folder type stuff with folder class stuff
3051
3052 2003-03-13 [melvin]     0.8.11claws6
3053
3054         * src/prefs_actions.c
3055                 Added new tokens:
3056                 %u: user provided argument
3057                 %h: user provided argument (hidden on input)
3058                 %s: current text selection in the message view 
3059
3060 2003-03-13 [paul]       0.8.11claws5
3061
3062         * sync with 0.8.11cvs5
3063                 see ChangeLog 2003-03-11, 2003-03-12
3064
3065 2003-03-12 [christoph]  0.8.11claws4
3066
3067         * src/folder.c
3068                 use folder class idstr when writing folderlist.xml
3069
3070         * src/folder.h
3071         * src/imap.c
3072         * src/news.c
3073                 replace folder type checks with folder class checks
3074
3075 2003-03-12 [christoph]  0.8.11claws3
3076
3077         * src/folder.[ch]
3078         * src/imap.[ch]
3079         * src/main.c
3080         * src/mbox_folder.[ch]
3081         * src/mh.[ch]
3082         * src/news.[ch]
3083                 o create a list of known folder classes in the folder system
3084                 o use folder class id strings for folder item identifiers
3085
3086 2003-03-12 [christoph]  0.8.11claws2
3087
3088         * src/imap.c
3089                 fix imap uid validity check
3090
3091 2003-03-12 [christoph]  0.8.11claws1
3092
3093         * src/account.c
3094         * src/folder.[ch]
3095         * src/foldersel.c
3096         * src/folderview.c
3097         * src/imap.c
3098         * src/mainwindow.c
3099         * src/mbox_folder.c
3100         * src/mh.c
3101         * src/news.c
3102         * src/prefs_scoring.c
3103         * src/procmsg.c
3104         * src/setup.c
3105         * src/summaryview.c
3106                 initial restructuring of folder system, seperating
3107                 folders and folder classes
3108
3109 2003-03-12 [paul]       0.8.11claws
3110
3111         0.8.11claws release
3112
3113 2003-03-12 [christoph]
3114
3115         * src/gtk/prefswindow.c
3116                 fix translation of "Page Index"
3117
3118 2003-03-12 [paul]       0.8.10claws110
3119
3120         a sync from 0.8.11cvs4 before the release
3121
3122         * src/common/utils.c
3123                 subject_compare_for_sort(): allow null strings (fixes
3124                 summary sorting).
3125
3126 2003-03-11 [paul]       0.8.10claws109
3127
3128         * po/es.po
3129                 update Spanish translation, submitted by
3130                 Ricardo Mones Lastra
3131
3132 2003-03-11 [melvin]     0.8.10claws108
3133
3134         * po/fr.po
3135                 Updated French translations
3136
3137 2003-03-11 [paul]       0.8.10claws107
3138
3139         * manual/en/Makefile.am
3140           manual/en/*.html
3141                 update English manual, add a new page
3142                 updated by Francois Barriere <fbarriere@atmel.fr>
3143                 
3144         * po/bg.po
3145           po/it.po
3146           po/sr.po
3147                 update Bulgarian, Italian, and Serbian translations
3148                 submitted by George Danchev, Alessandro Maestri, and
3149                 Urke MMI
3150
3151 2003-03-10 [paul]       0.8.10claws106
3152
3153         * src/gtk/about.c
3154           src/gtk/prefswindow.c
3155                 make some strings translatable
3156
3157 2003-03-10 [darko]      0.8.10claws105
3158
3159         * src/compose.c
3160                 code cleanup to make Hiro happy
3161
3162 2003-03-10 [paul]       0.8.10claws104
3163
3164         * sync with 0.8.11cvs2
3165                 see ChangeLog 2003-03-10
3166
3167 2003-03-09 [melvin]     0.8.10claws103
3168
3169         * src/textview.c
3170                 textview_set_font(): fix for message display in
3171                 UTF-8 locales (thanks to Sergey Vlasov).
3172                 (was unintentionnaly reverted in 0.8.6claws6)   
3173
3174 2003-03-08 [darko]      0.8.10claws102
3175
3176         * src/compose.c
3177                 fix infinite loop in wrapping as reported
3178                 by happycactus
3179                 obsoletes patch #696482
3180
3181 2003-03-08 [christoph]  0.8.10claws101
3182
3183         * src/imap.c
3184                 add workaround for IMAP servers that do not
3185                 support the "UID SEARCH UID" command
3186
3187 2003-03-07 [christoph]  0.8.10claws100
3188
3189         * src/plugins/spamassassin/spamassassin.[ch]
3190         * src/plugins/spamassassin/spamassassin_gtk.c
3191                 code cleanup
3192
3193 2003-03-07 [paul]       0.8.10claws99
3194
3195         * po/es.po
3196                 updated Spanish translation, submitted by
3197                 Ricardo Mones Lastra
3198
3199 2003-03-07 [christoph]  0.8.10claws98
3200
3201         * src/send.c
3202                 fix in 0.8.10claws94 was wrong
3203                 local delivery does not require escaping, remove escaping
3204                 code to make signatures of mails with "." lines valid
3205                 
3206                 NOTE: requires that sendmail is executed with "-i" option,
3207                       what is the default now, but has to be changed in all
3208                       exsiting accounts)
3209
3210 2003-03-07 [paul]       0.8.10claws97
3211
3212         * sync with 0.8.11 release
3213                 see ChangeLog 2003-03-07
3214
3215 2003-03-06 [paul]       0.8.10claws96
3216
3217         * src/compose.c
3218                 revert commit 0.8.10claws92
3219
3220 2003-03-06 [paul]       0.8.10claws95
3221
3222         * src/folderview.c
3223                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3224
3225         * src/gtkaspell.c
3226                 fix bug 74, 'Crash opening editor window with pseudo-color
3227                 display'
3228                 
3229         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3230
3231 2003-03-06 [christoph]  0.8.10claws94
3232
3233         * src/send.c
3234                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3235                 all lines starting with a period get an extra period
3236                 inserted
3237                 (found by Simon 'corecode' Schubert)
3238
3239 2003-03-06 [paul]       0.8.10claws93
3240
3241         * src/folderview.c
3242                 if configured font can't be loaded fall back to gtk
3243                 default. (with thanks to Christoph)
3244                 
3245                 closes long-standing bug 15 'Crashes on startup'
3246
3247 2003-03-06 [paul]       0.8.10claws92
3248
3249         * src/compose.c
3250                 freeze text before autosave and thaw afterwards
3251                 fixes bug 67 'autosave make re-rediting message crazy'
3252
3253 2003-03-06 [christoph]  0.8.10claws91
3254
3255         * src/compose.c
3256                 ignore address comment in dupe check for Cc-list
3257
3258         (closes reopened bug 47 Replying to message strips name part of
3259          e-mail addresses of Cc: lines)
3260
3261 2003-03-06 [paul]       0.8.10claws90
3262
3263         * src/Makefile.am
3264                 remove reference to gtkxtext.h as its no longer in
3265                 the repository
3266
3267 2003-03-06 [paul]       0.8.10claws89
3268
3269         * sync with 0.8.10cvs25
3270                 see ChangeLog 2003-03-06
3271
3272 2003-03-06 [oliver]     0.8.10claws88
3273         
3274         * src/messageview.c
3275                 remove include
3276
3277 2003-03-06 [oliver]     0.8.10claws87
3278         
3279         * src/folderview.c 
3280                 remove changes introduced inclaws74
3281         * src/messageview.c
3282                 another attempt to sanely delete and update
3283                 messages deleted in separate messageview
3284
3285 2003-03-05 [christoph]  0.8.10claws86
3286
3287         * src/summaryview.c
3288                 check if "From" matches any account's address if
3289                 addressbook completion of addresses is disabled too
3290
3291         (closes Bug 70 "Display recipient in from" doesn't check
3292          folder's default account)
3293
3294 2003-03-05 [christoph]  0.8.10claws85
3295
3296         * src/compose.c
3297         * src/common/utils.[ch]
3298                 don't strip address comments when building Cc lists
3299
3300         (closes Bug 47 Replying to message strips name part of e-mail addresses
3301          of Cc: lines)
3302
3303         * src/folder.c
3304                 fix return value of copy function
3305
3306 2003-03-05 [christoph]  0.8.10claws84
3307
3308         * src/imap.c
3309                 don't ask imap server for non rfc822 headers
3310
3311         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3312
3313         * src/imap.c
3314                 destroy session on socket error to allow reconnecting
3315
3316 2003-03-05 [christoph]  0.8.10claws83
3317
3318         * configure.ac
3319                 fix building with gnome when no prefix is set
3320
3321         (closes bug 66 Gnome directory is set to NONE)
3322
3323 2003-03-05 [paul]       0.8.10claws82
3324
3325         * sync with 0.8.10cvs23
3326                 see ChangeLog 2003-03-05
3327
3328 2003-03-04 [christoph]  0.8.10claws81
3329
3330         * src/folder.c
3331                 o fix moving and copying when folder returns 0 for new
3332                   message number
3333                 o remove some code for single message copy and move
3334                   operations and use functions for multiple messages
3335
3336         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3337
3338         * src/news.c
3339                 remove unused include
3340
3341 2003-03-04 [paul]       0.8.10claws80
3342
3343         * src/gtk/about.c
3344                 list 'Compiled plugins'
3345
3346 2003-03-03 [christoph]  0.8.10claws79
3347
3348         * src/news.[ch]
3349                 have to multiply the percentage of the current fetch with
3350                 the percentage that it has of the total fetch operation
3351                 for correct values
3352
3353 2003-03-03 [christoph]  0.8.10claws78
3354
3355         * src/news.c
3356                 fix calculation of expected lines for progress indicator
3357
3358 2003-03-03 [christoph]  0.8.10claws77
3359
3360         * src/summaryview.c
3361         * src/common/utils.c
3362                 fix segfault when opening the root news folder
3363
3364 2003-03-03 [christoph]  0.8.10claws76
3365
3366         * src/mainwindow.[ch]
3367         * src/common/Makefile.am
3368         * src/common/progressindicator.[ch]
3369                 add UI independent progress indicator handling
3370
3371         * src/news.[ch]
3372                 use new progress indicator for message info fetching
3373
3374         * src/common/hooks.h
3375                 code cleanup
3376
3377 2003-03-03 [oliver]     0.8.10claws75
3378
3379         * src/toolbar.c
3380         * src/compose.c
3381                 removed commented code
3382
3383 2003-03-03 [oliver]     0.8.10claws74
3384
3385         * src/toolbar.[ch]
3386                 cleanups and refactoring
3387         * src/compose.[ch]
3388                 compose_reply_mode reply & forwarding interface for
3389                 toolbar buttons
3390         * src/folderview.c
3391                 act on messages marked for deletion in folderview_selected
3392                 based on prefs_common.immediate_exec since a message might 
3393                 have been deleted by messageview in a folder we are changing 
3394                 to (does anybody understand what I'm on about ?)
3395
3396 2003-03-03 [oliver]     0.8.10claws73
3397         
3398         * src/messageview.[ch]
3399                 new functions
3400                 - messageview_delete: delete message shown in messagview
3401                 - messageview_update_view: update messageview to currently 
3402                   selected summaryview message
3403                 - add separate messageview to msgview_list in order to update 
3404                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3405         * src/summaryview.[ch]
3406                 summary_get_selection returns a list of selected msgs
3407                 in summaryview
3408         * src/mainwindow.c
3409                 toolbar reply refactoring
3410
3411 2003-03-03 [paul]       0.8.10claws72
3412
3413         * sync with 0.8.10cvs21
3414                 see ChangeLog 2003-03-03
3415
3416 2003-03-02 [christoph]  0.8.10claws71
3417
3418         * src/common/passcrypt.c
3419                 use POSIX includes
3420
3421 2003-03-02 [christoph]  0.8.10claws70
3422
3423         * configure.ac
3424         * src/prefs_account.c
3425         * src/prefs_gtk.[ch]
3426         * src/common/.cvsignore
3427         * src/common/Makefile.am
3428         * src/common/passcrypt.c                ** NEW **
3429         * src/common/passcrypt.h.in             ** NEW **
3430                 Implement password encryption in config files
3431                 using unix encrypt and setkey functions. The crypt
3432                 key can be set as a configure parameter. Old
3433                 passwords will be converted if they do not begin
3434                 with '!'
3435
3436 2003-03-02 [paul]       0.8.10claws69
3437
3438         * src/prefs_account.c
3439                 fix compile error
3440
3441 2003-03-01 [thorsten]   0.8.10claws68
3442
3443         * po/el.po
3444           po/hr.po
3445           po/it.po
3446           po/nl.po
3447           po/sr.po
3448           po/sv.po
3449                 corrected format strings
3450         * po/en_GB.po
3451                 corrected headers
3452                 (fix compile errors with GNU gettext-0.11.5)
3453
3454 2003-03-01 [oliver]     0.8.10claws67
3455
3456         * src/summaryview.c
3457                 menu callbacks call toolbar_menu_reply
3458
3459 2003-03-01 [oliver]     0.8.10claws66
3460
3461         * src/mainwindow.c
3462         * src/messageview.c
3463                 menu callbacks call toolbar_menu_reply
3464         * src/toolbar.[ch]
3465                 callbacks from menu handled by toolbar_menu_reply
3466
3467 2003-03-01 [paul]       0.8.10claws65
3468
3469         * src/addressbook.c
3470                 revert commit 0.8.10claws54 - breaks editing of
3471                 addressbook.
3472                 
3473         * po/bg.po
3474                 update Bulgarian translation, submitted by
3475                 George Danchev
3476
3477 2003-02-28 [christoph]  0.8.10claws64
3478
3479         * src/account.c
3480         * src/addressadd.c
3481         * src/compose.c
3482         * src/gtkaspell.c
3483         * src/gtkxtext.h                ** REMOVE **
3484         * src/imap.c
3485         * src/matcher.[ch]
3486         * src/mh.c
3487         * src/news.c
3488         * src/pine.c
3489         * src/prefs_common.c
3490         * src/prefs_matcher.c
3491         * src/procheader.[ch]
3492         * src/procmsg.[ch]
3493         * src/toolbar.c
3494         * src/common/ssl_certificate.c
3495         * src/gtk/colorlabel.c
3496         * src/gtk/menu.c
3497                 o fix warnings
3498                 o remove code obsoleted by new cache and folder system rework
3499
3500 2003-02-28 [oliver]     0.8.10claws63
3501         
3502         * src/toolbar.[ch]
3503                 * fix bug where reply in Messageview replied to 
3504                 Message displayed in summaryview
3505                 (reportedd via ML by chinatinte at gmx dot ch)
3506                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3507                 didn't work in separate MessageView Toolbar
3508                 (wondering if anybody uses this at all ?)
3509         * src/summaryview.[ch]
3510                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3511                 (generalize reply and forward code);
3512         * src/messageview.c 
3513                 remove focus_in event which updated summaryview to messageview
3514
3515 2003-02-28 [paul]       0.8.10claws62
3516
3517         * po/Makefile.in.in
3518                 add the --check option
3519                 Patch submitted by Ricardo Mones Lastra
3520
3521 2003-02-28 [paul]       0.8.10claws61
3522
3523         * src/prefs_account.c
3524                 re-order 'Signature' items
3525
3526 2003-02-28 [paul]       0.8.10claws60
3527
3528         * sync with 0.8.10cvs20
3529                 see ChangeLog 2003-02-28
3530
3531 2003-02-28 [paul]       0.8.10claws59
3532
3533         * po/POTFILES.in
3534                 update to reflect recent movement of files
3535
3536 2003-02-28 [paul]       0.8.10claws58
3537
3538         * sync with 0.8.10cvs19
3539                 see ChangeLog 2003-02-28
3540
3541 2003-02-27 [martin]     0.8.10claws57
3542
3543         * src/prefs_matcher.c 
3544                 fix segfault in prefs_matcher_ok() when the
3545                 last entry is deleted and prevents that the
3546                 message "entry not saved" comes up after deleting
3547                 an entry
3548
3549 2003-02-27 [martin]     0.8.10claws56
3550
3551         * src/prefs_filtering.c 
3552                 fix segfault in prefs_filtering_ok() when the
3553                 last entry is deleted and prevents that the
3554                 message "entry not saved" comes up after deleting
3555                 an entry
3556
3557 2003-02-27 [paul]       0.8.10claws55
3558
3559         * sync with 0.8.10cvs18
3560                 see ChangeLog 2003-02-27
3561
3562 2003-02-27 [paul]       0.8.10claws54
3563
3564         * src/addressbook.c
3565                 fix bug where the address book crashes with 
3566                 multiple lookups.
3567                 Patch [687729] submitted by David Frager 
3568                 <dbfrager@users.sourceforge.net>
3569
3570 2003-02-25 [christoph]  0.8.10claws53
3571
3572         * src/Makefile.am
3573         * src/colorlabel.[ch]           ** REMOVE **
3574         * src/gtk/Makefile.am
3575         * src/gtk/colorlabel.[ch]       ** NEW **
3576                 move colorlabel files to gtk directory
3577
3578         * src/esmtp.[ch]                ** REMOVE **
3579                 has been merged into smtp.[ch] in 0.7.5
3580
3581 2003-02-25 [christoph]  0.8.10claws52
3582
3583         * src/Makefile.am
3584         * src/about.[ch]                ** REMOVE **
3585         * src/gtk/Makefile.am
3586         * src/gtk/about.[ch]            ** NEW **
3587                 move about files to gtk directory
3588
3589 2003-02-25 [christoph]  0.8.10claws51
3590
3591         * src/folder.c
3592                 some code optimization of folder scanning code
3593
3594         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3595
3596 2003-02-25 [christoph]  0.8.10claws50
3597
3598         * src/main.c
3599         * src/common/sylpheed.c
3600                 add command line parameter parsing to common code
3601
3602 2003-02-24 [christoph]
3603
3604         * Makefile.am
3605         * configure.ac
3606                 fix gnome prefix problems, the configure script now removed
3607                 `gnome-config --prefix` from `gnome-config --datadir`
3608                 and adds $(prefix} instead
3609
3610         (closes Bug 24 Makefile does not respect prefix when installing
3611          GNOME data)
3612
3613 2003-02-24 [christoph]  0.8.10claws49
3614
3615         * src/news.c
3616                 check for valid session before trying to authenticate
3617
3618         (closes Bug 60 crash if "authenticate on logon" is activated
3619          and newsserver-hostname is not valid)
3620
3621 2003-02-24 [melvin]     0.8.10claws48
3622
3623         * src/prefs_actions.c
3624                 Make sure all user's input is sent to the action and then
3625                 close the socket..
3626
3627 2003-02-23 [alfons]     0.8.10claws46
3628
3629         * src/summaryview.c
3630                 also wait cursor when deleting files
3631
3632 2003-02-23 [paul]
3633
3634         * tools/freshmeat_search.pl
3635           tools/google_search.pl
3636                 scripts should now work for any browser/browser command line
3637
3638 2003-02-22 [christoph]  0.8.10claws45
3639
3640         * src/procmsg.c
3641                 fix IMAP flag setting, IMAP flag is not handled correctly
3642                 anymore by the folder system and information about the
3643                 folder should not be saved in the MsgInfo (in my opinion)
3644
3645         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3646
3647 2003-02-22 [christoph]  0.8.10claws44
3648
3649         * src/summaryview.c
3650                 fix spelling of "label" ;-)
3651
3652 2003-02-22 [thorsten]   0.8.10claws43
3653
3654         * src/mimeview.c
3655           src/prefs_common.[ch]
3656           src/procmime.[ch]
3657                 do not use description as attachment name
3658
3659 2003-02-22 [alfons]     0.8.10claws42
3660
3661         * src/summaryview.c
3662                 freeze/thaw folder item updates when changing color labels,
3663                 and put a wait cursors on
3664
3665 2003-02-22 [thorsten]   0.8.10claws41
3666
3667         * src/mimeview.c
3668                 save-all fixes: crash if invoked on multipart container,
3669                 mimeinfo access, pathseparators, error dialog
3670
3671 2003-02-21 [alfons]     0.8.10claws40
3672
3673         * src/prefs_gtk.c
3674                 remove unused var
3675
3676 2003-02-21 [colin]      0.8.10claws39
3677
3678         * src/send.c
3679                 Fix smtp logging
3680
3681 2003-02-21 [colin]      0.8.10claws38
3682
3683         * src/summaryview.c
3684                 Freeze/thaw folderItem updates when filtering messages 
3685                 via Tools/Filter messages
3686
3687 2003-02-21 [paul]       0.8.10claws37
3688
3689         * src/compose.c
3690                 revert commit 0.8.10claws26, there are ulterior motives
3691                 for users to set a Reply-To header when posting to
3692                 newsgroups
3693
3694 2003-02-21 [paul]       0.8.10claws36
3695
3696         * sync with 0.8.10cvs17
3697                 see ChangeLog 2003-02-21
3698
3699 2003-02-20 [christoph]  0.8.10claws35
3700
3701         * src/imap.c
3702                 IMAP UID fetch speedup using SEARCH
3703
3704         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3705
3706         * src/imap.c
3707                 fix problem with UIDs in IMAP UID cache that no longer existed
3708
3709 2003-02-20 [christoph]  0.8.10claws34
3710
3711         * src/imap.c
3712         * src/procheader.c
3713         * src/procheader.h
3714                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3715
3716         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3717
3718         * src/imap.c
3719                 Rewrite imap_cmd_gen_recv use sock_getline instead
3720                 of sock_gets to avoid problems with too long reply
3721                 lines
3722     
3723 2003-02-20 [colin]      0.8.10claws33
3724         
3725         * src/prefs_account.c
3726                 Better wording
3727
3728 2003-02-20 [colin]      0.8.10claws32
3729
3730         * src/compose.c
3731                 Remove useless '&& !to_sender' 
3732
3733 2003-02-20 [darko]
3734
3735         * AUTHORS
3736                 change my e-mail address
3737
3738 2003-02-19 [colin]      0.8.10claws31
3739
3740         * src/prefs_common.c
3741                 X11 style colors for every configurable color
3742
3743 2003-02-19 [alfons]     0.8.10claws30
3744
3745         * src/prefs_gtk.[ch]
3746         * src/prefs_common.c
3747                 for color_new accept both plain integers and X11 style color
3748                 names (as found in /usr/lib/X11/rgb.txt)
3749
3750 2003-02-19 [paul]       0.8.10claws29
3751
3752         * src/mainwindow.c
3753                 add tooltips to online/offline button and account selector
3754                 button
3755
3756 2003-02-19 [paul]       0.8.10claws28
3757
3758         * src/folder.c
3759           src/news.c
3760           src/prefs_account.[ch]
3761           src/prefs_common.[ch]
3762                 move 'Maximum number of articles to download' to
3763                 account prefs.
3764                 clean up account prefs gui a little by hiding entries
3765                 rather then greying out entries
3766
3767 2003-02-19 [hiro]       0.8.10claws27
3768
3769         * src/common/utils.c
3770                 fix bug #54 'yesterdays date is displayed in the message 
3771                 summary window'
3772
3773 2003-02-19 [paul]       0.8.10claws26
3774
3775         * src/compose.c
3776                 fix bug reported in Feature Request [688596] 
3777                 'Reply-to header in news'
3778
3779 2003-02-18 [paul]       0.8.10claws25
3780
3781         * src/select-keys.c
3782                 add a 'List all keys' button to key selection dialog
3783
3784 2003-02-18 [colin]      0.8.10claws24
3785         
3786         * src/stock_pixmap.c
3787                 fix compile error
3788
3789 2003-02-18 [colin]      0.8.10claws23
3790
3791         * src/common/smtp.[ch]
3792           src/prefs_account.c
3793                 Try to starttls if it seems to be the only
3794                 way to authenticate a user
3795
3796 2003-02-18 [paul]       0.8.10claws22
3797
3798         * src/Makefile.am
3799           src/folderview.c
3800           src/stock_pixmap.[ch]
3801           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3802           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3803                 as a Drafts folder is a special folder allow it to have
3804                 its own unique icons
3805
3806 2003-02-18 [colin]      0.8.10claws21
3807
3808         * src/imap.c
3809                 Fix port selection when using starttls
3810
3811 2003-02-18 [paul]       0.8.10claws20
3812
3813         * src/mainwindow.c
3814           src/prefs_common.[ch]
3815                 make blue the default new mail colour
3816
3817 2003-02-18 [paul]       0.8.10claws19
3818
3819         * sync with 0.8.10cvs14
3820                 see ChangeLog 2003-02-18
3821
3822 2003-02-17 [jens]       0.8.10claws18
3823
3824         * src/common/md5.c
3825                 fixed a compile problem with gcc 3.3
3826                 works on 2.95.3 too (testet on PPC as it is big endian)
3827
3828 2003-02-17 [paul]       0.8.10claws17
3829
3830         * sync with 0.8.10cvs13
3831                 see ChangeLog 2003-02-17
3832
3833 2003-02-17 [paul]       0.8.10claws16
3834
3835         * sync with 0.8.10cvs12
3836                 see ChangeLog 2003-02-17
3837
3838 2003-02-16 [match]      0.8.10claws15
3839
3840         * src/addressbook.c
3841                 Eliminates reloading of address data when items
3842                 deleted or added. Applied submitted by
3843                 Luke Plant <lukeplant@softhome.net>
3844
3845 2003-02-16 [paul]       0.8.10claws14
3846
3847         * src/news.c
3848                 when a 'protocol error' is encountered disconnect from
3849                 the server. This means that the user can carry on viewing
3850                 other articles and doesn't have to either wait until the
3851                 server timesout or quit sylpheed.
3852                 Fixes bug #53 'Unable to read messages in newsgroups, 
3853                 displayed message doesn't change'
3854
3855 2003-02-15 [christoph]  0.8.10claws13
3856
3857         * src/imap.c
3858                 fix bug that stopped scanning of folders when an
3859                 IMAP folder was empty
3860
3861         (closes bug 46 stop scan messages in folders after empty folder)
3862
3863 2003-02-15 [paul]
3864
3865         * tools/Makefile.am
3866           tools/README
3867           tools/freshmeat_search.pl     ** NEW FILE **
3868           tools/google_search.pl        ** NEW FILE **
3869                 Add 2 Actions scripts which search freshmeat/google
3870                 for the selected text using the browser configured
3871                 in sylpheedrc.
3872                 
3873         Note: These scripts are very dependent on the format of the
3874         browser command and may not work on every occasion. Testing
3875         is welcome. 
3876
3877 2003-02-14 [alfons]     0.8.10claws12
3878
3879         * src/compose.c
3880                 fix breakage because of uninitialized account pointer.
3881                 please verify.
3882
3883 2003-02-14 [paul]       0.8.10claws11
3884
3885         * src/compose.c
3886           src/prefs_account.[ch]
3887           src/prefs_common.[ch]
3888                 move signature settings to Account Prefs
3889
3890 2003-02-14 [paul]       0.8.10claws10
3891
3892         * sync with 0.8.10cvs11
3893                 see ChangeLog 2003-02-14
3894
3895 2003-02-13 [thorsten]   0.8.10claws9
3896
3897         * src/news.c
3898                 revert news progressbar (GUI separation)
3899
3900 2003-02-13 [paul]       0.8.10claws8
3901
3902         * src/compose.c
3903                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3904                 paragraph 1
3905
3906 2003-02-13 [paul]       0.8.10claws7
3907
3908         * src/compose.[ch]
3909           src/summaryview.c
3910                 fix 'Follow-up and Reply-to' so that it creates a reply to
3911                 the newsgroup and the sender. If the message has the keyword
3912                 'poster' in the Followup-To header, all replies go to the
3913                 sender, re: RFC 1036, Section 2.2.3
3914                 rename all instances of 'ignore_replyto' to 'to_sender', both
3915                 were previously used, now we use just one.
3916
3917 2003-02-13 [paul]       0.8.10claws6
3918
3919         * sync with 0.8.10cvs9
3920                 see ChangeLog 2003-02-13
3921
3922 2003-02-13 [paul]       0.8.10claws5
3923
3924         * configure.ac
3925                 show which plugins are configured in the configure
3926                 output.
3927
3928 2003-02-12 [thorsten]   0.8.10claws4
3929
3930         * src/news.c
3931                 show progress while fetching news headers
3932
3933 2003-02-12 [christoph]  0.8.10claws3
3934
3935         * configure.ac
3936         * src/plugins/Makefile.am
3937                 use AM_CONDITIONAL to enable plugins, automake correctly
3938                 manages this when creating distdir
3939
3940 2003-02-12 [christoph]  0.8.10claws2
3941
3942         * ac/spamassassin.m4
3943         * src/plugins/spamassassin/Makefile.am
3944                 fix building SpamAssassin plugin without OpenSSL
3945
3946 2003-02-12 [paul]       0.8.10claws1
3947
3948         * ac/Makefile.am
3949           src/Makefile.am
3950           src/plugins/Makefile.am
3951                 fix failure of 'make release'
3952
3953 2003-02-12 [paul]       0.8.10claws
3954
3955         * 0.8.10claws released
3956
3957 2003-02-12 [paul]       0.8.9claws56
3958
3959         * po/bg.po
3960           po/es.po
3961           po/it.po
3962           po/ru.po
3963           po/sr.po
3964                 updated translations by George Danchev, Ricardo Mones Lastra,
3965                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3966                 
3967         * sylpheed.spec.in
3968                 Allow the building of RPMs by a regular user. Submitted
3969                 by Sergei Astanin
3970
3971 2003-02-11 [alfons]     0.8.9claws55
3972
3973         * src/colorlabel.c
3974                 don't use pixmaps for label color rect but draw rectangles
3975                 so we can respect the color map of palette based visuals
3976                 (fixes the long time crashes on Suns - thanks to Andreas
3977                 Engel and Steve O'Hara-Smith for testing)
3978
3979 2003-02-11 [christoph]  0.8.9claws54
3980
3981         * src/matcher_parser_parse.y
3982                 correct bug where filering rules of not existing folders in
3983                 matcherrc were added to global filtering
3984                 
3985         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3986          main filter-rules after removing directory, http://bugs.debian.org/180253)
3987         
3988 2003-02-11 [paul]       0.8.9claws53
3989
3990         * sync with 0.8.10cvs7
3991                 see ChangeLog 2003-02-09
3992
3993 2003-02-11 [melvin]     0.8.9claws52
3994
3995         * po/fr.po
3996                 Updated French tranlsations
3997
3998 2003-02-10 [paul]       0.8.9claws51
3999
4000         * sylpheed.spec.in
4001                 correct --enable-openssl
4002                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4003
4004 2003-02-09 [martin]     0.8.9claws50
4005
4006         * src/prefs_matcher.c
4007                 fix segfault in prefs_matcher_substitute_cb() when
4008                 no row is selected
4009
4010 2003-02-09 [paul]       0.8.9claws49
4011
4012         * src/folderview.c
4013                 fix bug where a newsgroup folder's processing rules were
4014                 merged with the global filtering rules when the newsgroup
4015                 folder was deleted, causing some seriously bad results,
4016                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4017
4018 2003-02-08 [melvin]     0.8.9claws48
4019
4020         * src/compose.c
4021                 Corrected and modified an alert message.
4022
4023 2003-02-07 [paul]       0.8.9claws47
4024
4025         * src/folderview.c
4026                 fix bug where both an 'Account properties' window and a
4027                 'Folder properties' window were opened when clicking on
4028                 'Properties' in an NNTP or IMAP folder's popup menu.
4029
4030 2003-02-07 [paul]       0.8.9claws46
4031
4032         * sync with 0.8.10cvs6
4033                 see ChangeLog 2003-02-06
4034
4035 2003-02-06 [christoph]  0.8.9claws45
4036
4037         * src/mbox.c
4038                 freeze folder updates while importing mbox files
4039                 (closes bug 43 importing mbox took hours)
4040                 
4041         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4042
4043 2003-02-06 [thorsten]   0.8.9claws44
4044
4045         * po/de.po
4046                 Updated german translations
4047
4048 2003-02-06 [thorsten]   0.8.9claws43
4049
4050         * src/news.h
4051                 use guint for message numbers (fix count in grouplist dialog)
4052
4053 2003-02-05 [paul]       0.8.9claws42
4054
4055         * sync with 0.8.10cvs2
4056                 see ChangeLog 2003-02-05
4057
4058 2003-02-04 [colin]      0.8.9claws41
4059
4060         * src/prefs_common.[ch]
4061           src/procmsg.c
4062           src/summaryview.c
4063                 Add an option to disable threading by subject
4064
4065 2003-02-04 [christoph]  0.8.9claws40
4066
4067         * src/inc.c
4068                 only abort fetching mails from multiple accounts when the
4069                 error is fatal and does not allow to check any more accounts
4070                 (currently only disk full error)
4071
4072         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4073          receive mails for other accouts)
4074
4075 2003-02-04 [christoph]  0.8.9claws39
4076
4077         * src/folder.c
4078                 first add the new message to the cache, then
4079                 send the update notification
4080
4081         (closes bug 39 after sending message folderview doesnt get updated)
4082
4083 2003-02-04 [colin]      0.8.9claws38
4084
4085         * src/inc.c
4086                 _really_ fix this Connecting... status
4087
4088 2003-02-04 [paul]       0.8.9claws37
4089
4090         * sync with 0.8.10
4091                 see ChangeLog 2003-02-04
4092
4093 2003-02-04 [paul]       0.8.9claws36
4094
4095         * sync with 0.8.9cvs6
4096                 see ChangeLog 2003-02-03
4097
4098 2003-02-04 [paul]       0.8.9claws35
4099
4100         * po/pt_BR.po
4101                 updated by André Filipe de Assunção e Brito 
4102                 <bedecko@netsite.com.br>
4103
4104 2003-02-03 [thorsten]   0.8.9claws34
4105
4106         * po/de.po
4107                 Updated german translations
4108
4109 2003-02-02 [paul]       0.8.9claws33
4110
4111         * po/es.po
4112                 updated by Ricardo Mones Lastra
4113
4114 2003-02-02 [thorsten]   0.8.9claws32
4115
4116         * src/mh.c
4117                 Fix mh_get_msginfo() segfault if file is inaccessible
4118
4119 2003-01-31 [colin]      0.8.9claws31
4120
4121         * src/procheader.c
4122                 Fix last commit's bug
4123
4124 2003-01-31 [colin]      0.8.9claws30
4125
4126         * src/procheader.c
4127                 Missing a change for gpg-signed messages
4128
4129 2003-01-31 [paul]       0.8.9claws29
4130
4131         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4132           src/procheader.c
4133           src/stock_pixmap.[ch]
4134           src/summaryview.c
4135                 indicate GnuPG signed messages by displaying an icon
4136                 in the Attachment column.
4137
4138 2003-01-31 [paul]       0.8.9claws28
4139
4140         * sync with 0.8.9cvs4
4141                 see ChangeLog 2003-01-31
4142
4143 2003-01-31 [alfons]     0.8.9claws27
4144
4145         * src/textview.c
4146                 tune URI parser to accept mailto URLs with a '?'
4147                 (patch from Ruslan Balkin)
4148
4149 2003-01-31 [colin]      0.8.9claws26
4150
4151         * src/summaryview.c
4152                 Fix a leak introduced in claws24
4153
4154 2003-01-31 [colin]      0.8.9claws25
4155
4156         * src/summaryview.c
4157                 Freeze/Thaw folder updates when deleting dups
4158
4159 2003-01-31 [colin]      0.8.9claws24
4160         
4161         * src/addr_compl.c
4162           src/summaryview.c
4163           src/msgcache.c
4164                 little speed improvements
4165
4166 2003-01-31 [colin]      0.8.9claws23
4167
4168         * src/summaryview.c
4169                 Fix segfault when forwarding nothing
4170                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4171                 
4172 2003-01-30 [paul]       0.8.9claws22
4173
4174         * sync with 0.8.9cvs3
4175                 see ChangeLog 2003-01-30
4176
4177 2003-01-30 [paul]       0.8.9claws21
4178
4179         * sync with 0.8.9cvs2
4180                 see ChangeLog 2003-01-30
4181
4182 2003-01-29 [paul]       0.8.9claws20
4183
4184         * sync with 0.8.9cvs1
4185                 see ChangeLog 2003-01-29
4186
4187 2003-01-28 [paul]       0.8.9claws19
4188
4189         * po/POTFILES.in
4190                 update to reflect changes. 
4191                 thanks to Ricardo Mones Lastra
4192
4193 2003-01-27 [christoph]  0.8.9claws18
4194
4195         * ac/openssl.m4
4196         * ac/spamassassin.m4
4197         * src/plugins/spamassassin/README
4198         * src/plugins/spamassassin/libspamc.[ch]
4199         * src/plugins/spamassassin/utils.[ch]
4200                 updated to latest libspamc
4201
4202 2003-01-27 [christoph]  0.8.9claws17
4203
4204         * src/folder.c
4205                 fix wrong use of procheader_get_header_fields
4206
4207 2003-01-27 [christoph]  0.8.9claws16
4208
4209         * src/news.c
4210         * src/prefs_account.[ch]
4211         * src/common/nntp.[ch]
4212                 allow to force authentication for NNTP servers
4213
4214         Patch submitted by Florian Mickler <dmk@d-labs.de>
4215
4216 2003-01-26 [paul]       0.8.9claws15
4217
4218         * src/summaryview.c
4219                 speed up of marking messages as read
4220                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4221
4222 2003-01-26 [christoph]  0.8.9claws14
4223
4224         * src/Makefile.am
4225         * src/mgutils.[ch]              ** REMOVE **
4226         * src/xml.[ch]                  ** REMOVE **
4227         * src/xmlprops.[ch]             ** REMOVE **
4228         * src/common/Makefile.am
4229         * src/common/mgutils.[ch]       ** NEW **
4230         * src/common/xml.[ch]           ** NEW **
4231         * src/common/xmlprops.[ch]      ** NEW **
4232                 move xml files to common directory
4233
4234 2003-01-26 [christoph]  0.8.9claws13
4235
4236         * src/plugins/spamassassin/spamassassin_gtk.c
4237                 only set gtk entry text if string is available
4238
4239 2003-01-26 [melvin]     0.8.9claws12
4240
4241         * src/description_window.c
4242                 Allow resizing of the window
4243                 Allow automatic horizontal scroll bar
4244                 Do not vertically expand and fill
4245
4246 2003-01-26 [christoph]  0.8.9claws11
4247
4248         * src/Makefile.am
4249         * src/gtkutils.[ch]             ** REMOVE **
4250         * src/common/sylpheed.c
4251         * src/gtk/Makefile.am
4252         * src/gtk/description_window.c
4253         * src/gtk/gtkutils.[ch]         ** NEW **
4254         * src/gtk/prefswindow.c
4255                 move gtkutils to gtk directory
4256
4257 2003-01-26 [paul]       0.8.9claws10
4258
4259         * src/summaryview.c
4260                 rename summary_unread_clicked() to summary_status_clicked()
4261
4262 2003-01-26 [melvin]     0.8.9claws9
4263
4264         * src/prefs_actions.c
4265                 Cosmetical changes to the help text
4266
4267 2003-01-26 [paul]       0.8.9claws8
4268
4269         * src/folder.[ch]
4270           src/mainwindow.c
4271           src/prefs_common.c
4272           src/prefs_sumamry_column.c
4273           summaryview.[ch]
4274                 rename the 'Unread' column to 'Status'
4275
4276 2003-01-25 [match]      0.8.9claws7
4277
4278         * src/mgutils.[ch]
4279                 removed reference to LDAP constants. removed error2string.
4280                 included functions to support LDAP dynamic queries.
4281         * src/syldap.h
4282                 moved LDAP constants here.
4283         * src/addressbook.c
4284         * src/addrindex.c
4285         * src/importldif.c
4286                 removed references to LDAP constants and references to
4287                 error2string.
4288
4289 2003-01-25 [paul]       0.8.9claws6
4290
4291         * src/summaryview.c
4292                 summary_thread_build(), summary_thread_init(): remove 
4293                 unneeded reference to summaryview->folder_item
4294
4295 2003-01-25 [christoph]  0.8.9claws5
4296
4297         * src/gtk/description_window.c
4298                 o allow description texts to expand over multiple columns
4299                 o translate all columns
4300         * src/prefs_actions.c
4301                 change syntax description to use new multi column feature
4302
4303         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4304
4305 2003-01-25 [match]      0.8.9claws4
4306
4307         * src/vcard.c
4308                 fixed bug with Quoted-Printable
4309
4310 2003-01-25 [paul]       0.8.9claws3
4311
4312         * src/folder.[ch]
4313           src/summaryview.[ch]
4314                 implement per-folder collapsed/expanded threads setting
4315                 
4316         * src/prefs_common.c
4317                 remove global collapsed/expanded threads option
4318
4319 2003-01-25 [christoph]  0.8.9claws2
4320
4321         * po/POTFILES.in
4322                 add pluginwindow and prefswindow
4323         * src/compose.c
4324                 make send respond correctly to messages that could be added
4325                 to the queue folder, but the UID of the message is unknown
4326         * src/folder.c
4327         * src/imap.c
4328                 don't return guessed UIDs in imap_add_msg anymore. We return
4329                 0 to tell the folder system it was appened but the UID is
4330                 unknown. Folder system now get's the UID by scaning the folder
4331                 and searching the cache for the Message-ID
4332                 (closes bug #29 Messages queued, but not sent)
4333
4334 2003-01-25 [paul]       0.8.9claws1
4335
4336         * src/codeconv.c
4337                 conv_encode_header():  fix bug when long headers with 8-bit
4338                 characters are used, so that the encoded words are wrapped.
4339                 If the space in the original text falls on the wrap boundary,
4340                 it can be lost.
4341                 Patch by Sergey Vlasov.
4342                 
4343         * src/folderview.c
4344                  fix bug where a change to the sorting method or thread view
4345                  of a folder's messages is lost if simpify-subject is set and
4346                  toggled on or off.
4347                  Patch by Luke Plant.
4348
4349 2003-01-24 [paul]       0.8.9claws
4350
4351         * sylpheed-0.8.9claws released
4352         
4353         * Makefile.am
4354           sylpheed.spec.in
4355                 remove reference to 'INSTALL.jp'
4356
4357 2003-01-23 [paul]       0.8.8claws128
4358
4359         * po/es.po
4360           po/it.po
4361           po/ru.po
4362           po/sr.po
4363                 updated translations. submitted by Ricardo Mones Lastra,
4364                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4365
4366 2003-01-23 [colin]      0.8.8claws127
4367
4368         * src/compose.c
4369                 Fix drafted and queued news articles re-edition
4370
4371 2003-01-23 [melvin]     0.8.8claws126
4372
4373         * po/fr.po
4374                 Updated French translations
4375
4376 2003-01-23 [colin]      0.8.8claws125
4377
4378         * src/inc.c
4379                 Fix "Connecting to..." status message
4380
4381 2003-01-22 [paul]       0.8.8claws124
4382
4383         * po/bg.po
4384                 updated by George Danchev
4385                 
4386         * src/folder.c
4387                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4388                 and folder deletion
4389
4390 2003-01-21 [paul]       0.8.8claws123
4391
4392         * po/bg.po
4393                 updated by George Danchev
4394                 
4395         * src/about.c
4396                 its now 2003
4397                 
4398         * src/toolbar.c
4399                 don't translate 'Separator'
4400                 
4401         * src/plugins/spamassassin/Makefile.am
4402                 add aspell to CPPFLAGS
4403                 
4404         * src/plugins/spamassassin/spamassassin.c
4405           src/plugins/spamassassin/spamassassin_gtk.c
4406                 set correct default for spamassassin_receive_spam
4407                 slightly re-word descriptions and some
4408                 other minor changes
4409
4410 2003-01-19 [alfons]     0.8.8claws122
4411                 
4412         * src/mimeview.c
4413                 mimeview_save_as(): we might as well show the file name for
4414                 the single case "Save As" too
4415
4416 2003-01-19 [alfons]     0.8.8claws121
4417
4418         * src/crash.c
4419                 change bug tracker URL to bugzilla URL
4420
4421 2003-01-19 [alfons]     0.8.8claws120
4422
4423         * src/mimeview.c
4424                 mimeview_save_all(): display name of file before overwriting;
4425                 continue saving all, even when one overwrite was cancelled
4426
4427 2003-01-19 [christoph]  0.8.8claws119
4428
4429         * src/summaryview.c
4430         * src/procmsg.[ch]
4431                 fix wrong usage of procmsg_find_children in summaryview
4432                 by using procmsg_update_unread_children instead of
4433                 summaryview_update_unread_children
4434
4435 2003-01-19 [christoph]  0.8.8claws118
4436
4437         * src/procmsg.c
4438                 fix infinite loop in procmsg_find_children
4439                  (closes bug #25 sylpheed crashes on delete.)
4440
4441         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4442
4443 2003-01-19 [paul]       0.8.8claws117
4444
4445         * po/pt_BR.po
4446                 updated by Ivan Francolin Martinez
4447
4448 2003-01-18 [melvin]     0.8.8claws116
4449
4450         * src/prefs_actions.c
4451                 Removed syntax limitation of only one '&' at the end of command.
4452                         Now actions that contain '>/dev/null 2>&1' are possible.
4453
4454 2003-01-18 [melvin]     0.8.8claws115
4455
4456         * src/prefs_actions.c
4457                 Actions IO dialog: when the action ends
4458                 the "Close" button now has focus and [Escape] closes the
4459                 window.
4460
4461 2003-01-18 [christoph]  0.8.8claws114
4462
4463         * src/procmsg.c
4464                 o add debug output when MsgInfos are really freed
4465                 o free GSLists in procmsg_find_children and
4466                   procmsg_update_unread_children
4467
4468 2003-01-18 [christoph]  0.8.8claws113
4469
4470         * src/mainwindow.c
4471                 reorder Configuration menu
4472
4473 2003-01-18 [christoph]  0.8.8claws112
4474
4475         * src/compose.c
4476                 fix applying templates to forwarded messages
4477
4478         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4479
4480 2003-01-17 [christoph]  0.8.8claws111
4481
4482         * src/folder.c
4483                 destroy folder items, when a folder item is removed
4484
4485 2003-01-17 [christoph]  0.8.8claws110
4486
4487         * src/folder.c
4488                 fix wrong folder stats update when ignored message is
4489                 deleted
4490
4491 2003-01-17 [colin]      0.8.8claws109
4492         
4493         * src/mainwindow.c
4494         * src/summaryview.c
4495                 Quicksearch bugfixes: 
4496                 - hide help button at startup if not extended
4497                 - switch to extended when looking for replies
4498
4499 2003-01-17 [paul]
4500
4501         * sync with 0.8.9 release
4502
4503 2003-01-17 [paul]       0.8.8claws108
4504
4505         * sync with 0.8.8cvs11
4506                 see ChangeLog 2003-01-17
4507
4508 2003-01-16 [colin]      0.8.8claws107
4509
4510         * src/procmsg.c
4511                 Changed encryption test to re-ask passphrase
4512                 if an encrypted message hasn't been decrypted
4513                 Fixes bug #5
4514
4515 2003-01-16 [christoph]  0.8.8claws106
4516
4517         * src/prefs_gtk.c
4518         * src/prefs_toolbar.c
4519         * src/gtk/prefswindow.h
4520         * src/plugins/spamassassin/spamassassin_gtk.c
4521                 remove page destroy function that is not used anymore
4522
4523 2003-01-16 [paul]       0.8.8claws105
4524
4525         * sync with 0.8.8cvs9
4526                 see ChangeLog 2002-01-16
4527
4528 2003-01-16 [colin]      0.8.8claws104
4529
4530         * src/compose.[ch]
4531                 Fix bug with autosaved drafts for IMAP, when draft
4532                 folder is specified - fixes bugzilla bug #20
4533
4534 2003-01-15 [paul]       0.8.8claws103
4535
4536         * src/compose.[ch]
4537           src/procmsg.c
4538                 store folder and message-id of message forwarding
4539                 in queue header and set forward flag after sending
4540
4541 2003-01-15 [paul]       0.8.8claws102
4542
4543         * sync with 0.8.8cvs8
4544                 see ChangeLog 2002-01-15
4545
4546 2003-01-15 [colin]      0.8.8claws101
4547
4548         * src/Makefile.am
4549                 Fix linking with GNU libiconv
4550
4551 2003-01-15 [darko]      0.8.8claws100
4552
4553         * src/pine.c
4554                 fix crash when importing pine address book
4555                 entry with an empty name (reported by DY
4556                 <dybulk at tri8.net>)
4557
4558 2003-01-14 [paul]       0.8.8claws99
4559
4560         * configure.in  ** REMOVED **
4561           configure.ac  ** NEW FILE **
4562                 rename configure.in to configure.ac, as it is now
4563                 preferred
4564
4565 2003-01-14 [melvin]     0.8.8claws98
4566
4567         * src/folderview.c
4568                 folderview_check_new(): More precise function description
4569
4570 2003-01-14 [melvin]     0.8.8claws97
4571
4572         * src/folderview.c
4573                 folderview_check_new(): return the number of new messages 
4574                         since last check.
4575         * src/inc.c
4576                 inc_account_mail(): Disable counting of new messages for IMAP
4577                         and NNTP until bug [19] and [14] are fixed.
4578
4579 2003-01-14 [paul]       0.8.8claws96
4580
4581         * sync with 0.8.8cvs6
4582                 see ChangeLog 2003-01-14
4583
4584 2003-01-13 [alfons]     0.8.8claws95
4585
4586         * src/textview.c
4587                 tune email address validation (c. 0.8.8claws89): if . is 
4588                 just one char away from @, the address is invalid too 
4589                 (correctly rejects addresses like foo@.com)
4590
4591 2003-01-13 [paul]       0.8.8claws94
4592
4593         * src/messageview.c
4594           src/toolbar.c
4595                 fixes to the Message View toolbar and menu:
4596                 fix non-functioning Forward button
4597                 make Reply button consider default_reply_list
4598                 remove 'Follow-up...' menu entry
4599                 add 'Forward' and 'Redirect' menu entries
4600
4601 2003-01-13 [melvin]     0.8.8claws93
4602
4603         * src/inc.c
4604                 Fixed typo that could make new messages count incorrect.
4605
4606 2003-01-13 [melvin]     0.8.8claws92
4607
4608         * src/folderview.[ch]
4609                 folderview_check_new(): return the number of new messages.
4610         * src/inc.c
4611                 Should fix bug [14] where new mail notification worked 
4612                         incorrectly with IMAP accounts.
4613                 inc_spool_account(): return number of new msgs, or -1 on error
4614                 inc_all_spool(): return number of new msgs
4615                 
4616 2003-01-13 [melvin]     0.8.8claws91
4617
4618         * src/prefs_actions.c
4619                 Justify help text.
4620
4621 2003-01-12 [thorsten]   0.8.8claws90
4622
4623         * src/common/prefs.c
4624                 close file before rename
4625
4626 2003-01-12 [alfons]     0.8.8claws89
4627
4628         * AUTHORS
4629                 add Christian Mertes
4630         * src/common/utils.[ch]
4631                 g_stricase_hash(), g_stricase_equal(): functions for 
4632                 case insensitive hash tables
4633         * src/textview.c
4634                 use top level domain names to validate email address, based
4635                 on a patch by Christian Mertes (thanks!), but changed 
4636                 implementation to use a hash table 
4637
4638 2003-01-12 [paul]       0.8.8claws88
4639
4640         * po/bg.po
4641                 updated by George Danchev
4642
4643 2003-01-12 [alfons]     0.8.8claws87
4644
4645         * src/summaryview.c
4646                 delete / execute performance: use new style folder update
4647
4648 2003-01-12 [paul]       0.8.8claws86
4649
4650         * sync with 0.8.8cvs5
4651                 see ChangeLog 2003-01-13 (!)
4652
4653 2003-01-12 [alfons]     0.8.8claws85
4654
4655         * src/filtering.c
4656         * src/matcher_parser_parse.y
4657                 prepare change_score filtering action
4658         * src/matcher.[ch]
4659                 give up const-correctness on functions that call non-const-correct functions;
4660                 several casts to gpointer in g_free();
4661                 add change_score;
4662
4663 2003-01-12 [christoph]  0.8.8claws84
4664
4665         * src/compose.c
4666                 fix 2 warnings
4667
4668         * src/gtk/prefswindow.[ch]
4669         * src/plugins/spamassassin/spamassassin_gtk.c
4670                 changed the call of the widget create function
4671                 for PrefsPages, because sometimes the widget
4672                 create function needs a widget that already has
4673                 been attached to a window (to create GDK pixmaps
4674                 for exmaple). So we simply pass the GtkWindow as
4675                 the second parameter now.
4676
4677         * src/main.c
4678         * src/mainwindow.c
4679         * src/prefs_toolbar.[ch]
4680                 rewrite Toolbar Preferences using the new
4681                 prefs window
4682
4683 2003-01-11 [alfons]     0.8.8claws83
4684
4685         * src/addressadd.c
4686                 fix crash when adding sender to addressbook because status bar
4687                 isn't there (the status bar doesn't seem to be used though,
4688                 but I'll let Match decide what to do with it)
4689
4690 2003-01-11 [colin]      0.8.8claws82
4691
4692         * src/main.c
4693           src/toolbar.c
4694                 Two useless changes reversed
4695
4696 2003-01-11 [colin]      0.8.8claws81
4697
4698         * src/mainwindow.c
4699           src/mainwindow.h
4700                 Add mainwindow_get_mainwindow()
4701         * src/alertpanel.c
4702           src/alertpanel.h
4703                 Add alertpanel_error_log() 
4704         * src/compose.c
4705           src/inc.c
4706           src/messageview.c
4707           src/toolbar.c
4708           src/main.c
4709           src/procmsg.c
4710                 Network errors get a View Log button
4711
4712 2003-01-10 [alfons]     0.8.8claws80
4713
4714         * src/prefs_toolbar.c
4715         * src/toolbar.c
4716                 use the translatable string for "Separator" as file name for
4717                 separator toolbar items (probably make this uppercase?)
4718
4719 2003-01-10 [alfons]     0.8.8claws79
4720
4721         * src/prefs_toolbar.c
4722                 put right A_SEPARATOR description string in "displayed
4723                 toolbar items list" so manually added separators are
4724                 saved correctly (bug #10, "Adding a separator to the main 
4725                 toolbar fails, entry in xml file is wrong")
4726
4727 2003-01-10 [christoph]  0.8.8claws78
4728
4729         * src/imap.c
4730                 o fix warnings
4731                 o use CAPABILITY to check if NAMESPACE is available
4732
4733 2003-01-10 [christoph]  0.8.8claws77
4734
4735         * src/imap.[ch]
4736                 apply UIDPLUS IMAP extension support patch
4737
4738         Patch submitted by Simon 'corecode' Schubert
4739
4740 2003-01-10 [paul]       0.8.8claws76
4741
4742         * src/folderview.c
4743                 a sync from main which fixes the news account folders'
4744                 Properties bug
4745
4746 2003-01-10 [christoph]  0.8.8claws75
4747
4748         * src/folder.c
4749                 don't accept 0 as a valid uid returned by copy and move
4750                 functions. 0 means the message was copied or moved but the
4751                 new uid could not be fetched. It is not an error condition
4752                 for the copy or move operation.
4753
4754 2003-01-10 [paul]       0.8.8claws74
4755
4756         * src/prefs_filtering.c
4757                 change English used in Alert when entry is not
4758                 saved.
4759                 
4760         * sync with 0.8.8cvs4
4761                 see ChangeLog 2003-01-10
4762
4763 2003-01-10 [darko]      0.8.8claws73
4764
4765         * src/pine.c
4766                 fix crash when importing address book entry
4767                 without a valid address
4768
4769 2003-01-09 [alfons]     0.8.8claws72
4770
4771         * src/inc.c
4772                 filtering performance: use new style folder update
4773
4774 2003-01-09 [christoph]  0.8.8claws71
4775
4776         * src/compose.c
4777         * src/gtk/menu.[ch]
4778                 fix wrong selecting of mime encoding type, when
4779                 opening property dialog of attachments in the
4780                 compose window. 7bit was always selected and that
4781                 destoryed files with 8bit data.
4782                 (closes bug #9 Sylpheed-claws destroys attachments when
4783                  changing MIME-types)
4784
4785 2003-01-09 [paul]       0.8.8claws70
4786
4787         * sync with 0.8.8cvs3
4788                 see ChangeLog 2003-01-09
4789
4790 2003-01-08 [alfons]     0.8.8claws69
4791         
4792         * src/addressadd.c
4793                 apply patch by Kim Schulz to fix build breakage
4794                 because of missing variable
4795
4796 2003-01-08 [paul]       0.8.8claws68
4797
4798         * sync with 0.8.8cvs2
4799                 see ChangeLog 2002-01-08
4800
4801 2003-01-08 [paul]       0.8.8claws67
4802
4803         * po/it.po
4804                 updated by Alessandro Maestri
4805                 
4806         * src/addressadd.c
4807                 when using 'Add sender to addressbook' allow
4808                 name to be edited and remarks to be entered
4809                 Patch submitted by Luke Plant
4810
4811 2003-01-08 [darko]      0.8.8claws66
4812
4813         * README.claws, src/summaryview.c
4814                 fix description for marked messages
4815
4816 2003-01-08 [paul]
4817
4818         * tools/Makefile.am
4819           tools/launch_phoenix  ** NEW FILE **
4820                 add script that enables using Phoenix as the default
4821                 web browser. 
4822                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4823                 
4824         * tools/OOo2sylpheed.pl
4825                 remove full path to sylpheed executable, just 'sylpheed'
4826                 will do
4827                 
4828         * tools/README
4829                 add launch_phoenix informtion and re-arrange and compress
4830                 the data a little
4831
4832 2003-01-07 [christoph]  0.8.8claws65
4833
4834         * src/folder.c
4835                 fix update for source folder when moving messages
4836         * src/procmsg.[ch]
4837         * src/summaryview.c
4838                 use function to set to_folder for message infos and
4839                 automatically update the op_count for old and new
4840                 folder
4841
4842 2003-01-07 [melvin]     0.8.8claws64
4843
4844         * src/prefs_actions.c
4845                 Fixed bug where an '%p' Action on a displayed image crashed 
4846                         Sylpheed
4847                 Code clean up (get rid of duplicated code and removed unnecessary 
4848                                 structure member)
4849
4850 2003-01-07 [christoph]  0.8.8claws63
4851
4852         * src/compose.c
4853         * src/folder.[ch]
4854         * src/folderview.c
4855         * src/import.c
4856         * src/inc.c
4857         * src/main.c
4858         * src/mainwindow.c
4859         * src/messageview.c
4860         * src/prefs_folder_item.c
4861         * src/procmsg.c
4862         * src/summaryview.c
4863         * src/toolbar.c
4864                 o remove all folder update triggering from the UI code. The folder
4865                   system should know much better when a folder needs an update.
4866                 o to prevent multiple updates in a row the folder updates can be
4867                   frozen for some time.
4868
4869                 Note: - Please verify that no updates are missing
4870                       - Check where freeze/thaws should be added
4871
4872 2003-01-07 [christoph]  0.8.8claws62
4873
4874         * src/prefs_actions.c
4875                 don't translate empty strings
4876
4877         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4878
4879 2003-01-06 [christoph]  0.8.8claws61
4880
4881         * src/prefs_actions.c
4882                 mark strings for gettext
4883         * src/prefs_matcher.c
4884                 use new description window for Execute action and
4885                 match condition in Filtering
4886
4887         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4888
4889 2003-01-06 [alfons]     0.8.8claws60
4890
4891         keep myself inspired to re-organize matcher part 8; 
4892         yes, more to come (I need to move out the descriptive
4893         text for actions to matcher.c, or at least make it not
4894         depend on the wicked ordering)
4895
4896         * src/prefs_matcher.c
4897                 add documentation so others may comprehend the
4898                 UI part of the conditions
4899                 
4900 2003-01-06 [christoph]  0.8.8claws59
4901
4902         * src/prefs_actions.c
4903                 use new description window for syntax help
4904         * src/gtk/description_window.c
4905                 fix display of descriptions with column count != 2
4906
4907         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4908
4909 2003-01-06 [christoph]  0.8.8claws58
4910
4911         * src/quote_fmt.c
4912         * src/summaryview.[ch]
4913         * src/gtk/Makefile.am
4914         * src/gtk/description_window.[ch]       ** NEW **
4915                 use a generic window to display syntax descriptions
4916                 currently used in quote_fmt and summaryview (new description
4917                 for extended quick search)
4918
4919         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4920
4921 2003-01-06 [paul]       0.8.8claws57
4922
4923         * sync with 0.8.8cvs1
4924                 see ChangeLog 2003-01-06
4925
4926 2003-01-06 [christoph]  0.8.8claws56
4927
4928         * src/mainwindow.c
4929         * src/prefs_gtk.[ch]
4930         * src/gtk/prefswindow.[ch]
4931         * src/plugins/spamassassin/spamassassin_gtk.c
4932                 o remove page management from prefswindow, pages
4933                   will be an argument to prefswindow_open
4934                 o prefswindow_open gets a datapointer that is
4935                   passed to the widget_create function to allow
4936                   creation of prefswindow for specific items
4937
4938 2003-01-06 [colin]      0.8.8claws55
4939         
4940         * src/summaryview.c
4941                 We don't want regexp in the reply-finder, 
4942                 because MIDs can contain !,$,. and so on
4943
4944 2003-01-06 [jens]       0.8.8claws54
4945
4946         * src/jpilot.c
4947                 fixed a wrong free in jpilot_read_db_files
4948
4949 2003-01-06 [alfons]     0.8.8claws53
4950
4951         re-organize matcher part 8; more to come
4952        
4953         * src/matcher.c
4954                 matcherprop_to_string(): put g_free()s before the
4955                 switch-case break to fix memleaks                
4956
4957 2003-01-06 [colin]      0.8.8claws52
4958
4959         * src/summaryview.c
4960                 cleanup & reply-finder now displays the first 
4961                 matching message
4962
4963 2003-01-05 [alfons]     0.8.8claws51
4964
4965         re-organize matcher part 7; more to come
4966
4967         * src/matcher.[ch]
4968                 fixes for constant correctness;
4969                 more documentation;
4970
4971 2003-01-05 [alfons]     0.8.8claws50
4972
4973         re-organize matcher part 6; more to come
4974         
4975         * src/matcher.[ch]
4976                 fixes for constant correctness;
4977                 more documentation;
4978         * src/filtering.c
4979                 fix for constant correctness
4980
4981 2003-01-05 [colin]      0.8.8claws49
4982
4983         * src/account.[ch]
4984                 Add account_get_reply_account function
4985         * src/compose.c
4986                 Use account_get_reply_account function 
4987         * src/summaryview.c
4988                 Basic reply-finder - click on the replied
4989                 icon gets you to the outbox using quick-search
4990
4991 2003-01-05 [paul]       0.8.8claws48
4992
4993         * src/prefs_common.c
4994                 small change to English
4995                 
4996         * src/prefs_filtering.c
4997                 prefs_filtering_action_select(): improve logic and uniformity
4998                 of gui
4999
5000 2003-01-05 [alfons]     0.8.8claws47
5001
5002         fine tune solution to focus problems (bug #7)
5003
5004         * src/mainwindow.c
5005                 mainwindow_focus_in_event(): remove grab event check
5006         * src/summaryview.c
5007                 summary_button_pressed(): move selection on right-click
5008                 too. we can't possibly move the selection back after
5009                 canceling a dialog, because gtk's incomplete focus 
5010                 management. whether this is a good solution, only time
5011                 will tell.
5012
5013 2003-01-05 [christoph]  0.8.8claws46
5014
5015         * src/imap.c
5016                 fix crash when no imap connection could be established
5017
5018 2003-01-05 [paul]       0.8.8claws45
5019
5020         * src/mainwindow.c
5021           src/sumamryview.c
5022           src/gtk/menu.[ch]
5023                 fix bug 605957 'shortcuts in popup-menu'
5024                 make user-defined shortcuts work
5025                 show shortcuts that are already defined
5026                 in the main menu
5027                 Patch submitted by Luke Plant
5028
5029 2003-01-05 [alfons]     0.8.8claws44
5030
5031         * src/mainwindow.c
5032                 focus_in_event handler should not select summary view row 
5033                 when another window (menu, dialog) grabbed for events 
5034                 (bug #7, "[0.8.8claws42] Message summary focus") 
5035
5036 2003-01-04 [christoph]  0.8.8claws43
5037
5038         * src/procmsg.c
5039                 update save folder after adding the sent message
5040                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5041
5042 2003-01-02 [christoph]  0.8.8claws42
5043
5044         * src/common/plugin.c
5045                 fix unloading of all plugins and unload
5046                 plugins in reverse order
5047                 
5048         * src/gtk/pluginwindow.c
5049                 implement function of load and unload button
5050
5051         * src/gtk/prefswindow.c
5052         * src/gtk/prefswindow.h
5053                 rename register function and add new unregister
5054                 function
5055
5056         * src/plugins/spamassassin/spamassassin_gtk.c
5057                 unregister prefs page and update for changes in
5058                 src/gtk/prefswindow.c
5059
5060 2003-01-02 [paul]       0.8.8claws41
5061
5062         * po/es.po
5063                 updated by Ricardo Mones Lastra
5064
5065 2003-01-02 [paul]
5066
5067         * tools/tb2sylpheed
5068                 fixes and improvements by Urke MMI
5069
5070 2003-01-02 [thorsten]   0.8.8claws40
5071
5072         * src/procmsg.c
5073                 fixed wrong return value
5074
5075 2003-01-02 [thorsten]   0.8.8claws39
5076
5077         * src/prefs.c
5078                 fixed printing wrong variable
5079
5080 2003-01-02 [thorsten]   0.8.8claws38
5081
5082         * src/prefs.c
5083                 fixed acessing members of freed pfile struct
5084
5085 2003-01-02 [thorsten]   0.8.8claws37
5086
5087         * src/procmsg.c
5088                 detect loops across several messages
5089                 as suggested by Christoph Hohmann
5090
5091 2003-01-01 [match]      0.8.8claws36
5092
5093         * src/addrindex.c
5094                 fixed another memory leak.
5095
5096 2003-01-01 [match]      0.8.8claws35
5097
5098         * src/jpilot.[ch]
5099                 fixed memory leaks. applied Doxygen comments.
5100
5101 2003-01-01 [thorsten]   0.8.8claws34
5102
5103         * src/procmsg.c
5104                 inhibit endless loop if msg references itself
5105                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5106
5107 2003-01-01 [christoph]  0.8.8claws33
5108
5109         * src/mainwindow.c
5110         * src/gtk/Makefile.am
5111         * src/gtk/pluginwindow.c                ** NEW **
5112         * src/gtk/pluginwindow.h                ** NEW **
5113                 add plugin window
5114
5115         * src/plugins/demo/demo.c
5116         * src/plugins/spamassassin/spamassassin.c
5117         * src/plugins/spamassassin/spamassassin_gtk.c
5118                 write better plugin descriptions
5119
5120 2002-12-31 [christoph]  0.8.8claws32
5121
5122         * src/gtk/prefswindow.c
5123         * src/plugins/spamassassin/spamassassin_gtk.c
5124                 some small improvements to GTK code
5125
5126 2002-12-31 [christoph]  0.8.8claws31
5127
5128         * src/plugins/spamassassin/spamassassin_gtk.c
5129                 enable folder select button
5130
5131 2002-12-31 [christoph]  0.8.8claws30
5132
5133         * src/mainwindow.c
5134         * src/gtk/Makefile.am
5135         * src/gtk/prefswindow.c                         ** NEW **
5136         * src/gtk/prefswindow.h                         ** NEW **
5137                 add new prefs window
5138
5139         * src/common/plugin.c
5140                 don't try to load empty config lines
5141         
5142         * src/plugins/spamassassin/Makefile.am
5143         * src/plugins/spamassassin/spamassassin.c
5144         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5145         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5146                 GTK config for SpamAssassin Plugin using
5147                 the new prefs window
5148
5149 2002-12-31 [paul]       0.8.8claws29
5150
5151         * po/POTFILES.in
5152                 remove obsolete entry 'src/menu.c'
5153
5154 2002-12-31 [alfons]     0.8.8claws28
5155
5156         * src/matcher.[ch]
5157         * src/matcher_parser_parse.y
5158         * src/prefs_matcher.c
5159                 add "ignore_thread" and "~ignore_thread" condition so it's
5160                 possible to make the actions / scoring operate on the ignore
5161                 thread flag
5162
5163 2002-12-31 [christoph]  0.8.8claws27
5164
5165         * src/addrbook.c
5166         * src/addrindex.c
5167         * src/folder.c
5168         * src/matcher.c
5169         * src/prefs_account.c
5170         * src/prefs_actions.c
5171         * src/prefs_customheader.c
5172         * src/prefs_display_header.c
5173         * src/prefs_gtk.c
5174         * src/procmime.c
5175         * src/toolbar.c
5176         * src/xmlprops.c
5177         * src/common/prefs.[ch]
5178                 extend prefs file handling for reading and automatic handling
5179                 of blocks. When reading prefs_set_block_label will automatically
5180                 move on to the block. When writing it will copy all other blocks
5181                 automatically
5182
5183         * src/common/plugin.c
5184                 Now loading plugin filenames from [Plugins] block in
5185                 sylpheed rc file
5186
5187 2002-12-30 [christoph]  0.8.8claws26
5188
5189         * src/common/hooks.[ch]
5190                 return abort status to caller of hooks_invoke
5191                 
5192         * src/inc.[ch]
5193                 invoke message filtering hook and stop
5194                 default handling when filter returns abort
5195
5196         * src/common/plugin.[ch]
5197         * src/plugins/demo/demo.c
5198                 modify plugin loader, because resolving symbols for strings
5199                 does not work correctly
5200         
5201         * configure.in
5202         * ac/spamassassin.m4                            ** NEW **
5203         * src/plugins/spamassassin/.cvsignore           ** NEW **
5204         * src/plugins/spamassassin/Makefile.am          ** NEW **
5205         * src/plugins/spamassassin/README               ** NEW **
5206         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5207         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5208         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5209                 add spamassassin plugin, see src/plugins/spamassassin/README
5210                 for details
5211
5212 2002-12-29 [alfons]     0.8.8claws25
5213
5214         * src/mainwindow.c
5215                 when moving focus from a message view to the main 
5216                 window, don't forget to select the summary node
5217                 of the displayed message. should fix "[ 659103 ] 
5218                 focus-follows-mouse confuses sylpheed"
5219
5220 2002-12-29 [christoph]  0.8.8claws24
5221
5222         * src/Makefile.am
5223         * src/stringtable.[ch]          ** REMOVE **
5224         * src/common/Makefile.am
5225         * src/common/stringtable.[ch]   ** NEW **
5226                 move stringtable files to common directory
5227
5228 2002-12-29 [christoph]  0.8.8claws23
5229
5230         * src/Makefile.am
5231         * src/menu.[ch]                 ** REMOVE **
5232         * src/gtk/Makefile.am
5233         * src/gtk/menu.[ch]             ** NEW **
5234                 move menu files to gtk directory
5235
5236 2002-12-29 [match]      0.8.8claws22
5237
5238         * src/addressbook.c
5239         * src/syldap.c
5240                 moved UI specific code out of LDAP code into addressbook
5241                 UI code. fixed memory leak.
5242
5243 2002-12-29 [christoph]  0.8.8claws21
5244
5245         * src/folder.c
5246                 only check for IGNORED parent message when message is
5247                 not IGNORED itself
5248
5249 2002-12-29 [alfons]     0.8.8claws20
5250
5251         * src/summaryview.c
5252                 set gtksctree's anchor correct (immediate execute
5253                 changes the tree's layout, and anchor points at 
5254                 the incorrect row). fixes "[ 657233 ] multiple msg 
5255                 delete sometimes off by 1".
5256                 we probably have to look for more tree layout /
5257                 anchor glitches.
5258
5259 2002-12-29 [paul]       0.8.8claws19
5260
5261         * src/summaryview.c
5262                 fix bug [ 659054 ] incorrect sorting of 'From' column
5263                 when using 'display sender using address book'
5264                 thanks to Alfons and Luke Plant
5265
5266 2002-12-29 [christoph]  0.8.8claws18
5267
5268         * src/folder.c
5269         * src/procmsg.[ch]
5270                 check parent messages for IGNORE THREAD flag, when adding,
5271                 moving or copying messages to a folder
5272
5273 2002-12-27 [alfons]     0.8.8claws17
5274
5275         re-organize matcher part 5; more to come
5276
5277         * src/matcher.c
5278                 hash keywords in matchparser_tab 
5279
5280 2002-12-27 [alfons]     0.8.8claws16
5281
5282         re-organize matcher part 4; more to come
5283
5284         * src/matcher_parser.h
5285         * src/matcher_parser_lex.l
5286         * src/matcher_parser_parse.y
5287                 cleanup
5288
5289 2002-12-27 [alfons]     0.8.8claws15
5290
5291         re-organize matcher part 3; more to come
5292
5293         * src/matcher.[ch]
5294                 cleanup
5295
5296 2002-12-27 [alfons]     0.8.8claws14
5297
5298         re-organize matcher part 2; more to come but this should
5299         work. cc me if there are any regressions.
5300
5301         * src/matcher.h
5302                 add prototype for get_matchparser_tab_id()
5303         * src/matcher_parser_lex.l
5304                 look up keywords using matchparser_tab_id();
5305
5306 2002-12-27 [alfons]     0.8.8claws12
5307
5308         re-organize matcher part 1
5309
5310         * src/matcher.h
5311                 map yacc generated constants to sylpheed matcher constants
5312         * src/matcher.c
5313                 add function to find a matcher constant from a string
5314
5315 2002-12-27 [christoph]  0.8.8claws11
5316
5317         * src/compose.c
5318                 MENUITEM_ADD casts the 4th argument from integer to pointer
5319                 so it probably should not be a pointer, this means we
5320                 should use account id for it and not the account's pointer
5321
5322 2002-12-27 [paul]       0.8.8claws10
5323
5324         * src/mainwindow.c
5325                 remove unneeded 'GtkWidget *vbox'
5326                 
5327         * src/summaryview.c
5328                 further sync with 0.8.8 - make sort
5329                 by recipient work as expected
5330                 
5331         * NEWS
5332                 sync with 0.8.8
5333
5334 2002-12-27 [paul]       0.8.8claws9
5335
5336         * po/pt_BR.po
5337                 updated by Ivan F. Martinez
5338                 
5339 2002-12-27 [darko]      0.8.8claws8
5340
5341         * src/common/utils.c
5342                 added locked pattern to extended search
5343
5344 2002-12-27 [alfons]     0.8.8claws7
5345
5346         * src/prefs_matcher.[ch]
5347                 clean up
5348
5349 2002-12-26 [alfons]     0.8.8claws6
5350
5351         * src/matcher.[ch]
5352         * src/matcher_parser_lex.l
5353         * src/matcher_parser_parse.y
5354         * src/prefs_matcher.c
5355                 allow color label as a condition in the matcher
5356
5357 2002-12-26 [oliver]     0.8.8claws5
5358         
5359         * src/toolbar.c 
5360                 enable Addressbook for Main and Messageview
5361         * src/prefs_actions.c
5362                 enable actions in Messageview
5363
5364 2002-12-26 [christoph]  0.8.8claws4
5365
5366         * src/common/plugin.c
5367                 add a little debug output
5368         * configure.in
5369         * src/plugins/demo/Makefile.am
5370                 better use of automake
5371
5372 2002-12-26 [christoph]  0.8.8claws3
5373
5374         * src/Makefile.am
5375         * src/common/Makefile.am
5376                 fix "make distdir"
5377
5378 2002-12-26 [christoph]  0.8.8claws2
5379
5380         * configure.in
5381                 sort configure checks into common / gtk / plugins
5382         * po/POTFILES.in
5383                 add src/prefs_gtk.c
5384         * src/Makefile.am
5385                 add plugins SUBDIR
5386         * src/main.c
5387         * src/common/sylpheed.[ch]
5388                 added now sylpheed_done function for shutdown
5389         * src/common/Makefile.am
5390         * src/common/plugin.[ch]                ** NEW **
5391                 plugin loader and unloader
5392         * src/plugins/.cvsignore                ** NEW **
5393         * src/plugins/Makefile.am               ** NEW **
5394                 build plugins
5395         * src/plugins/demo/.cvsignore           ** NEW **
5396         * src/plugins/demo/Makefile.am          ** NEW **
5397         * src/plugins/demo/demo.c               ** NEW **
5398                 small demo plugin that installs a logtext hook and
5399                 outputs the log text to stdout
5400
5401 2002-12-26 [paul]       0.8.8claws1
5402
5403         * po/es.po
5404                 updated by Ricardo Mones Lastra
5405
5406 2002-12-26 [paul]       0.8.8claws
5407
5408         * 0.8.8claws released
5409
5410 2002-12-26 [paul]       0.8.7claws12
5411
5412         * po/bg.po
5413                 updated by George Danchev
5414
5415 2002-12-26 [paul]       0.8.7claws11
5416
5417         * po/POTFILES.in
5418                 remove unneeded 'src/prefs.c' entry 
5419
5420 2002-12-26 [paul]       0.8.7claws10
5421
5422         * src/codeconv.c
5423           src/mainwindow.c
5424                 sync with 0.8.8 release
5425         
5426         * src/folder.[ch]
5427           src/mh.c
5428           src/summaryview.c
5429                 partial sync with 0.8.8 release
5430         
5431
5432 2002-12-25 [alfons]     0.8.7claws9
5433
5434         * src/matcher.[ch]
5435         * src/matcher_parser_lex.l
5436         * src/matcher_parser_parse.y
5437         * src/prefs_matcher.c
5438                 add locked flag to possible filtering / matcher 
5439                 conditions (also a good example what should be
5440                 done to add a simple boolean condition)
5441
5442 2002-12-25 [christoph]  0.8.7claws8
5443
5444         * src/Makefile.am
5445         * src/account.[ch]
5446         * src/addrbook.c
5447         * src/addressbook.c
5448         * src/addrindex.c
5449         * src/filtering.c
5450         * src/folder.c
5451         * src/matcher.c
5452         * src/prefs.[ch]                ** REMOVE **
5453         * src/prefs_account.c
5454         * src/prefs_actions.c
5455         * src/prefs_common.c
5456         * src/prefs_customheader.c
5457         * src/prefs_display_header.c
5458         * src/prefs_filtering.c
5459         * src/prefs_folder_item.c
5460         * src/prefs_gtk.[ch]            ** NEW **
5461         * src/prefs_matcher.c
5462         * src/prefs_scoring.c
5463         * src/prefs_summary_column.c
5464         * src/procmime.c
5465         * src/selective_download.c
5466         * src/toolbar.c
5467         * src/common/Makefile.am
5468         * src/common/prefs.[ch]         ** NEW **
5469                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5470
5471 2002-12-24 [alfons]     0.8.7claws7
5472
5473         * src/summaryview.c
5474                 summary_thread_build(): fix real cause of the crash mentioned in
5475                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5476                 this way we get meaningful ctree nodes 
5477
5478 2002-12-24 [oliver]     0.8.7claws6
5479
5480         * src/mainwindow.[ch]
5481         * src/messageview.[ch]
5482         * src/compose.[ch]
5483         * src/inc.c
5484         * src/summaryview.c
5485                 changes to use updated toolbar handling
5486                 
5487 2002-12-24 [oliver]     0.8.7claws5
5488
5489         * src/toolbar.[ch]
5490                 generic toolbar handling
5491                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5492         * src/prefs_toolbar.[ch]
5493                 adjust to handling
5494         
5495 2002-12-24 [oliver]     0.8.7claws4
5496         
5497         * src/stock_pixmap.[ch]
5498                 move SYLPHEED_LOGO to end of list in order 
5499                 to remove it from Custom Toolbar`s Icon View
5500
5501 2002-12-24 [alfons]     0.8.7claws3
5502
5503         * src/summaryview.c
5504                 summary_thread_build(): fix crash because of focus != selection 
5505                 after threading. when deleting the selection, gtk tries but fails 
5506                 to find the correct focusable element. we now force the selection
5507                 to be focused. this should solve the infamous bug reported by 
5508                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5509                 a test case is available. 
5510
5511 2002-12-24 [darko]      0.8.7claws2
5512
5513         * src/summaryview.c
5514                 don't crash when unmarking message with unread children
5515
5516 2002-12-23 [christoph]  0.8.7claws1
5517
5518         * src/Makefile.am
5519         * src/common/Makefile.am
5520                 update Makefiles for moved intl.h, version.h and defs.h
5521         * src/imap.c
5522                 rewrite imap_session_get to avoid duplicate code
5523
5524 2002-12-23 [paul]       0.8.7claws
5525
5526         * Santa-Claws released
5527         
5528         * po/hu.po
5529           po/ru.po
5530                 squeeze in updated Hungarian and Russian translations.
5531                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5532
5533 2002-12-23 [paul]       0.8.6claws129
5534
5535         * po/pl.po
5536                 updated by Witold Wladyslaw Wojciech Wilk
5537
5538 2002-12-23 [paul]       0.8.6claws128
5539
5540         * src/quote_fmt_parse.y
5541                 fix typo and add licence header
5542
5543 2002-12-23 [paul]       0.8.6claws127
5544
5545         * po/en_GB.po
5546                 updated
5547
5548 2002-12-23 [paul]       0.8.6claws126
5549
5550         * po/it.po
5551                 updated translation, submitted by Alessandro Maestri
5552                 
5553 2002-12-23 [paul]       0.8.6claws125
5554
5555         * src/quote_fmt_parse.y
5556                 fix signature-stripping on replies bug. match
5557                 '-- \n' and not '-- '.
5558
5559 2002-12-22 [paul]       0.8.6claws124
5560
5561         * po/bg.po
5562           po/es.po
5563           po/sr.po
5564                 updated translations. submitted by George Danchev,
5565                 Ricardo Mones Lastra, and Urke MMI respectively
5566
5567 2002-12-21 [paul]       0.8.6claws123
5568
5569         * src/addrbook.c
5570                 fix coding style
5571
5572 2002-12-21 [paul]       0.8.6claws122
5573
5574         * src/addrbook.c
5575                 fix bug [643638] where if a person is in one or more
5576                 addressbook groups editing that person's email 
5577                 address results in removal from those groups.
5578                 Patch submitted by Luke Plant.
5579
5580 2002-12-20 [christoph]  0.8.6claws121
5581
5582         * src/common/utils.c
5583         * src/summaryview.c
5584                 reimplement expand_search_string using GString to
5585                 prevent crashs caused by miscalculated string
5586                 lengths reported by Paul
5587
5588 2002-12-20 [christoph]  0.8.6claws120
5589
5590         * src/summaryview.c
5591                 don't use "changed" to check if op_count has to be changed as it
5592                 is also set when the message has unread children
5593                 (closes bug [ 653221 ] crash while deleting duplicates)
5594
5595 2002-12-20 [paul]       0.8.6claws119
5596
5597         * sync with 0.8.6cvs27
5598                 see ChangeLog 2002-12-20
5599
5600 2002-12-20 [paul]       0.8.6claws118
5601
5602         * sync with 0.8.6cvs26
5603                 see ChangeLog 2002-12-19 and 2002-12-20
5604
5605 2002-12-19 [alfons]     0.8.6claws117
5606
5607         * src/textview.c
5608                 fix incorrect parsing of email addresses, submitted by 
5609                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5610                 name display if it contains @".
5611
5612 2002-12-18 [paul]       0.8.6claws116
5613
5614         * sync with 0.8.6cvs23
5615                 see ChangeLog 2002-12-18
5616
5617 2002-12-18 [paul]       0.8.6claws115
5618
5619         * src/Makefile.am
5620         * src/account.c
5621         * src/codeconv.c
5622         * src/gtkutils.[ch]
5623         * src/imap.c
5624                 sync with 0.8.6cvs22.
5625                 see ChangeLog 2002-12-17 and 2002-12-18
5626
5627 2002-12-17 [christoph]  0.8.6claws114
5628
5629         * src/imap.c
5630                 o don't create a session if imap greeting fails
5631                 o don't close socket when authentication fails
5632                   this is done by imap_session_destroy
5633
5634 2002-12-17 [thorsten]   0.8.6claws113
5635
5636         * tools/Makefile.am
5637           tools/README
5638           tools/google_msgid.pl ** NEW FILE **
5639                 Added "search for message-id" script and doc
5640
5641 2002-12-17 [thorsten]   0.8.6claws112
5642
5643         * po/hu.po
5644                 Updated hungarian translation
5645                 (updated by Gal Zoltan)
5646
5647 2002-12-16 [christoph]  0.8.6claws111
5648
5649         * src/addr_compl.c
5650                 remove stupid addressbook dump to debug output
5651         * src/mh.c
5652                 fix memory leak found by Hiro
5653
5654 2002-12-14 [paul]       0.8.6claws110
5655
5656         * src/compose.c
5657                 fix menubar sensitivity on send
5658                 
5659         * src/prefs_filtering.c
5660         * src/prefs_matcher.c
5661         * src/prefs_scoring.c
5662                 Fix english ;)
5663                 
5664         * src/common/quoted-printable.h
5665                 sync: fix typo
5666         
5667 2002-12-13 [christoph]  0.8.6claws109
5668
5669         * src/Makefile.am
5670         * src/manage_window.[ch]        ** REMOVE **
5671         * src/gtk/Makefile.am
5672         * src/gtk/manage_window.[ch]    ** NEW **
5673                 move manage_window files to gtk directory
5674
5675 2002-12-13 [christoph]  0.8.6claws108
5676
5677         * src/Makefile.am
5678         * src/gtkshruler.[ch]           ** REMOVE **
5679         * src/gtk/Makefile.am
5680         * src/gtk/gtkshruler.[ch]       ** NEW **
5681                 move gtkshruler files to gtk directory
5682
5683 2002-12-13 [christoph]  0.8.6claws107
5684
5685         * src/Makefile.am
5686         * src/compose.c
5687         * src/gtkstext.[ch]             ** REMOVE **
5688         * src/gtkutils.[ch]
5689         * src/textview.c
5690         * src/gtk/gtkstext.[ch]         ** NEW **
5691         * src/gtk/Makefile.am
5692                 o move stext functions to gtkstext.c to remove
5693                   dependency of gtkutils
5694                 o move gtkstext files to gtk directory
5695
5696         * src/gtk/Makefile.am
5697         * src/gtk/sslcertwindow.[ch]
5698                 UI stuff can always depend on common code so
5699                 it's ok to add ../common to include path
5700
5701 2002-12-13 [colin]      0.8.6claws106
5702
5703         * src/summaryview.c
5704                 Disconnect sighandlers for mainwindow when
5705                 quicksearch has the focus
5706                 Fix bug #653231
5707         * src/mainwindow.[ch]
5708                 Make key_pressed callback public, to be able
5709                 to disconnect it
5710
5711 2002-12-13 [christoph]  0.8.6claws105
5712
5713         * src/mh.c
5714                 create .mh_sequences file in new MH folders
5715                 (closes feature request [ 523162 ] MH folders should
5716                  get a .mh_sequences)
5717
5718 2002-12-13 [colin]      0.8.6claws104
5719
5720         * src/summaryview.c
5721                 Better handling of quicksearch show/hide
5722                 (basically the button stays under the mouse 
5723                  when toggled)
5724
5725 2002-12-13 [paul]       0.8.6claws103
5726
5727         * sync with 0.8.6cvs17
5728                 see ChangeLog 2002-12-13
5729
5730 2002-12-13 [paul]       0.8.6claws102
5731
5732         * po/es.po
5733                 updated by Ricardo Mones Lastra
5734
5735 2002-12-11 [colin]       0.8.6claws101
5736
5737         * src/folder.c
5738                 remove statusbar stuff
5739           src/folderview.c
5740                 set statusbar verbosity when moving folders
5741
5742 2002-12-11 [colin]       0.8.6claws100
5743         * src/prefs_filtering.c
5744         * src/prefs_matcher.c
5745         * src/prefs_scoring.c
5746                 Fix english ;)
5747
5748 2002-12-11 [colin]       0.8.6claws99
5749
5750         * src/prefs_common.[ch]
5751                 Add summary_quicksearch_type
5752         * src/summaryview.c
5753                 Save last used quicksearch type
5754
5755 2002-12-11 [jens]       0.8.6claws98
5756         * src/prefs_filtering.c
5757         * src/prefs_matcher.c
5758         * src/prefs_scoring.c
5759                 added dialog for incomplete rules in scoring, filtering and
5760                 matcher to ask wheather really close
5761
5762 2002-12-11 [colin]      0.8.6claws97
5763
5764         * src/folder.c
5765                 Fix folder dnd statusbar logging
5766
5767 2002-12-10 [christoph]  0.8.6claws96
5768
5769         * src/compose.c
5770         * src/folder.c
5771         * src/imap.c
5772         * src/inc.c
5773         * src/main.c
5774         * src/mainwindow.c
5775         * src/news.c
5776         * src/send.c
5777         * src/statusbar.[ch]
5778         * src/common/hooks.c
5779         * src/common/log.[ch]
5780                 o handle verbose logging in statusbar directly in statusbar code
5781                   and common code does not need any knowledge about a statusbar
5782                 o remove direct calls to statusbar_(puts|pop)_all functions
5783
5784 2002-12-10 [jens]       0.8.6claws95
5785
5786         * src/*.c
5787                 removed gettext from g_warnings
5788         * po/POTFILES.in
5789                 cleaned and updated
5790         * po/de.po
5791                 updated
5792
5793 2002-12-10 [colin]      0.8.6claws94
5794
5795         * src/main.c
5796                 finish crash dialog fix
5797
5798 2002-12-10 [colin]      0.8.6claws93
5799
5800         * src/main.c
5801                 "Fix" "sylpheed already running" instead of
5802                 crash dialog appearing after a crash
5803
5804 2002-12-10 [colin]      0.8.6claws92
5805
5806         * po/POTFILES.in
5807                 add src/gtk/sslcertwindow.c
5808
5809 2002-12-10 [paul]       0.8.6claws91
5810
5811         * po/POTFILES.in
5812                 updated to reflect recent changes
5813                 submitted by Alessandro Maestri
5814
5815 2002-12-09 [christoph]  0.8.6claws90
5816
5817         * src/Makefile.am
5818         * src/smtp.[ch]                 ** REMOVE **
5819         * src/common/Makefile.am
5820         * src/common/smtp.[ch]          ** NEW **
5821                 move smtp files to common directory
5822
5823 2002-12-09 [christoph]  0.8.6claws89
5824
5825         * src/Makefile.am
5826         * src/session.[ch]              ** REMOVE **
5827         * src/common/Makefile.am
5828         * src/common/session.[ch]       ** NEW **
5829                 move session files to common directory
5830
5831 2002-12-09 [paul]       0.8.6claws88
5832
5833         * src/account.c
5834                 fix bug [649746] edit accounts: move account reverted
5835                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5836
5837 2002-12-09 [colin]      0.8.6claws87
5838
5839         * src/ssl_certificate.c
5840                 cleanup
5841
5842 2002-12-09 [colin]      0.8.6claws86
5843
5844         * src/ssl.c
5845                 Try to open the cert.pem database and 
5846                 issue a warning if it isn't there
5847
5848 2002-12-09 [colin]      0.8.6claws85
5849
5850         * src/common/ssl_certificate.c
5851         * src/gtk/sslcertwindow.c
5852                 Warning fixes
5853
5854 2002-12-09 [colin]      0.8.6claws84
5855
5856         * src/ssl_certificate.[ch] ** REMOVED **
5857         * src/common/ssl_certificate.[ch] ** NEW **
5858         * src/Makefile.am
5859         * src/common/Makefile.am
5860                 Moved ssl_certificate.[ch] to common
5861         * src/common/ssl.c 
5862                 Put back needed include
5863         * src/gtk/sslcertwindow.[ch]
5864                 Changed ssl_certificate.h include
5865         
5866 2002-12-09 [colin]      0.8.6claws83
5867
5868         * src/gtk/sslcertwindow.[ch]
5869                 Implement hook for certificate acception
5870         * src/ssl_certificate.[ch]
5871                 Implement hook for certificate acception
5872         * src/common/ssl.c
5873                 Reenable certificate acception check
5874         * src/mainwindow.c
5875                 Register sslcertwindow's hook
5876         
5877 2002-12-08 [christoph]  0.8.6claws82
5878
5879         * src/about.c
5880         * src/addr_compl.c
5881         * src/codeconv.c
5882         * src/manual.c
5883         * src/undo.c
5884         * src/common/utils.c
5885                 o add missing includes
5886                 o fix warnings
5887         * src/.cvsignore
5888         * src/common/.cvsignore
5889         * src/common/version.h          ** REMOVE **
5890                 remove autogenerated file
5891
5892 2002-12-08 [paul]       0.8.6claws81
5893
5894         * src/stringtable.c
5895                 put back needed include
5896
5897 2002-12-08 [colin]      0.8.6claws80
5898         
5899         * src/gtk/sslcertwindow.c
5900                 Cleaner popups when asking
5901         * src/ssl_certificate.c
5902         * src/prefs_common.[ch]
5903                 remove ssl certificate pref
5904                 put back needed include
5905         * src/undo.c
5906                 put back needed include
5907
5908 2002-12-08 [christoph]  0.8.6claws79
5909
5910         * src/folderview.c
5911         * src/logwindow.c
5912         * src/statusbar.c
5913         * src/summaryview.c
5914                 only abort hook invokation if required data is missing not
5915                 if our own data pointer is NULL, update hookfunction for
5916                 log window
5917
5918 2002-12-08 [paul]       0.8.6claws78
5919
5920         * src/about.c
5921         * src/addrcache.c
5922         * src/addrclip.c
5923         * src/addr_compl.c
5924         * src/addrselect.c
5925         * src/codeconv.c
5926         * src/colorlabel.c
5927         * src/enriched.c
5928         * src/esmtp.c
5929         * src/exporthtml.c
5930         * src/headerview.c
5931         * src/imageview.c
5932         * src/manual.c
5933         * src/noticeview.c
5934         * src/pgptext.c
5935         * src/scoring.c
5936         * src/sourcewindow.c
5937         * src/stringtable.c
5938         * src/undo.c
5939                 clean up: remove unneccesary includes
5940
5941 2002-12-08 [christoph]  0.8.6claws77
5942
5943         * src/folderview.c
5944         * src/statusbar.c
5945         * src/summaryview.c
5946         * src/common/hooks.[ch]
5947                 hook functions now have a gboolean return value, if a hook
5948                 returns TRUE it will stop executing of any more hooks in
5949                 the same hooklist for this invokation
5950
5951 2002-12-08 [colin]      0.8.6claws76
5952         
5953         * src/main.c
5954                 put back argv0 for CRASH_DIALOG
5955
5956 2002-12-08 [christoph]  0.8.6claws75
5957
5958         * src/Makefile.am
5959         * src/about.c
5960         * src/account.c
5961         * src/crash.c
5962         * src/esmtp.h
5963         * src/imap.[ch]
5964         * src/inc.c
5965         * src/main.c
5966         * src/mainwindow.c
5967         * src/news.c
5968         * src/pop.[ch]
5969         * src/prefs_account.[ch]
5970         * src/prefs_common.[ch]
5971         * src/send.[ch]
5972         * src/smtp.[ch]
5973         * src/ssl_certificate.[ch]
5974         * src/ssl_manager.[ch]
5975         * src/common/Makefile.am
5976         * src/common/log.c
5977         * src/common/nntp.[ch]
5978         * src/common/socket.[ch]
5979         * src/common/ssl.[ch]
5980         * src/gtk/sslcertwindow.[ch]
5981         * ac/openssl.m4
5982                 use new autoconf script to detect OpenSSL with extra parameters
5983                 to specify the location of libs and includes, also remove USE_SSL
5984                 to USE_OPENSSL
5985
5986         * src/common/sylpheed.[ch]
5987         * src/common/version.h.in
5988                 start seperation of common code initialization seperated from gui
5989
5990         * src/summaryview.c
5991                 The function that is called when a color label changes
5992                 should not change the color lable again
5993
5994 2002-12-08 [colin]      0.8.6claws74
5995
5996         * src/gtk/sslcertwindow.c
5997                 warning fixes
5998
5999 2002-12-08 [colin]      0.8.6claws73
6000
6001         * src/statusbar.c
6002           src/common/log.h
6003                 Register a hook for statusbar_puts_all
6004         * src/common/log.c
6005                 invoke statusbar_puts_all's hook
6006         
6007 2002-12-08 [colin]      0.8.6claws72
6008
6009         * src/ssl_certificate.c
6010                 Put back a badly-removed include
6011
6012 2002-12-08 [colin]      0.8.6claws71
6013
6014         * src/gtk/sslcertwindow.[ch]    ** NEW **
6015                 new certificate presentation
6016         * src/gtk/Makefile.am
6017                 add new files
6018         * src/ssl_certificate.[ch]
6019                 gtk cleanup, made utility functions public
6020         * src/ssl_manager.c
6021                 use new cert presentation
6022
6023 2002-12-07 [christoph]  0.8.6claws70
6024
6025         * src/Makefile.am
6026         * src/nntp.[ch]                 ** REMOVE **
6027         * src/common/Makefile.am
6028         * src/common/nntp.[ch]          ** NEW **
6029                 move nntp files to common directory
6030
6031 2002-12-07 [christoph]  0.8.6claws69
6032
6033         * src/procmsg.[ch]
6034         * src/summaryview.c
6035                 implement msginfo update callback using sylpheed's new
6036                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6037
6038 2002-12-06 [christoph]  0.8.6claws68
6039
6040         * src/editgroup.c
6041                 This patch changes the 'Edit Group Details' dialog to
6042                 allow extended selections in either pane, so that
6043                 addresses can be added or removed from a group more
6044                 quickly and easily. (it actually is a net decrease in
6045                 file size, as some unnecessary functions have been
6046                 removed). 
6047                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6048
6049 2002-12-06 [christoph]  0.8.6claws67
6050
6051         * src/Makefile.am
6052         * src/template.[ch]             ** REMOVE **
6053         * src/common/Makefile.am
6054         * src/common/template.[ch]      ** NEW **
6055                 move template files to common directory
6056
6057         * src/nntp.c
6058                 add missing log.h include
6059
6060 2002-12-06 [melvin]     0.8.6claws66
6061
6062         * src/prefs_actions.c
6063                 Added the trailing ">" syntax to insert command's output
6064                 without replacing old text (in contrast to trailing "|").
6065
6066 2002-12-05 [colin]      0.8.6claws65
6067         
6068         * src/common/utils.c
6069                 Don't modify original search_string or it'll change
6070                 the next iterations in the for()
6071
6072 2002-12-05 [darko]      0.8.6claws64
6073
6074         * src/common/utils.c
6075                 proper check for filtering commands, found by Colin
6076
6077 2002-12-05 [darko]      0.8.6claws63
6078
6079         * src/common/utils.c
6080                 check proper string for NULL pointer, found by Colin
6081
6082 2002-12-05 [darko]      0.8.6claws62
6083
6084         * src/common/utils.[ch]
6085                 expand_search_string(): new function
6086                 converts Mutt-like patterns to Sylpheed's
6087                 filtering engine
6088         * src/summaryview.c
6089                 use expand_search_string() to allow Mutt-like
6090                 patterns in extended search
6091         * README.claws
6092                 document extended option in quick search
6093
6094 2002-12-05 [paul]       0.8.6claws61
6095
6096         * sync with 0.8.6cvs16
6097                 see ChangeLog 2002-12-05
6098                 
6099         * po/POTFILES.in
6100                 clean up
6101
6102 2002-12-04 [christoph]  0.8.6claws60
6103
6104         * src/imap.[ch]
6105                 put imap authentication code into a new function and
6106                 remove it from imap_session_new that will allow to
6107                 send other commands before authentication
6108
6109 2002-12-04 [christoph]  0.8.6claws59
6110
6111         * src/imap.[ch]
6112                 use already existing method to prevent unneeded IMAP
6113                 folder selects. Set imap_select parameters to NULL
6114                 in some functions if the values are not required.
6115
6116         * src/xml.h
6117                 remove no longer required include
6118
6119 2002-12-04 [paul]       0.8.6claws58
6120
6121         * po/es.po
6122                 updated by Ricardo Mones Lastra
6123                 
6124         * configure.in
6125           po/hu.po      ** NEW FILE **
6126                 initial Hungarian translation, submitted
6127                 by Gál Zoltán <galzoli@hu.inter.net>
6128
6129 2002-12-03 [christoph]  0.8.6claws57
6130
6131         * src/Makefile.am
6132         * src/gtksctree.[ch]            ** REMOVE **
6133         * src/gtk/Makefile.am
6134         * src/gtk/gtksctree.[ch]        ** NEW **
6135                 move gtksctree files to gtk directory
6136
6137 2002-12-03 [christoph]  0.8.6claws56
6138
6139         * src/Makefile.am
6140         * src/md5.[ch]                  ** REMOVE **
6141         * srm/common/Makefile.am
6142         * src/common/md5.[ch]           ** NEW **
6143                 move md5 files to common directory
6144
6145         * src/gtkstext.c
6146                 remove not required #include
6147
6148 2002-12-03 [sergey]     0.8.6claws55
6149
6150         * src/gtkutils.c
6151         * src/gtkutils.h
6152                 gtkut_window_popup(): new function.
6153         * src/mainwindow.c
6154                 main_window_popup(): use gtkut_window_popup() to raise
6155                 window without changing its position.
6156                 (see sylpheed-main ML message [sylpheed:17247])
6157
6158 2002-12-03 [sergey]     0.8.6claws54
6159
6160         * src/send.c
6161                 send_message_local(): removed first-dot escaping
6162                 (SMTP-only, not needed for sending through pipe)
6163
6164 2002-12-03 [paul]       0.8.6claws53
6165
6166         * po/POTFILES.in
6167                 update to reflect recent changes (thanks
6168                 to Ricardo Mones Lastra)
6169                 
6170         * tools/filter_conv.pl
6171                  fix problem with quoted strings. Patch submitted
6172                  by Luke Plant <lukeplant@softhome.net>
6173
6174 2002-12-03 [paul]       0.8.6claws52
6175
6176         * sync with 0.8.6cvs15
6177                 see ChangeLog 2002-12-03
6178
6179 2002-12-02 [christoph]  0.8.6claws51
6180
6181         * src/logwindow.[ch]
6182         * src/common/log.[ch]
6183                 implement logging using a hook function
6184
6185         * src/folderview.c
6186         * src/folder.[ch]
6187                 define hooklist name in header file to avoid
6188                 errors caused by wrong spelling of hooklist names
6189
6190         * src/toolbar.c
6191                 fix warnings
6192
6193 2002-12-02 [christoph]  0.8.6claws50
6194
6195         * src/common/Makefile.am
6196                 add src/common/hooks.[ch]
6197
6198         * src/common/hooks.[ch]
6199                 implement a simple hook system using glib's hook functions
6200
6201         * src/folder.[ch]
6202         * src/folderview.c
6203                 use new hook system for folder item updates
6204
6205 2002-12-02 [christoph]  0.8.6claws49
6206
6207         * doc-src/ui_seperation.txt     ** NEW **
6208                 information for ui seperation
6209
6210         * src/Makefile.am
6211                 remove files that were moved to common
6212                 include common directory by default for the header files
6213
6214         * src/inc.c
6215         * src/common/socket.c
6216         * src/automaton.[ch]
6217                 implement automaton using g_io_*-functions instead of
6218                 gdk_input_add to make it ui independent
6219
6220         * src/codeconv.c
6221         * src/compose.c
6222         * src/ldif.c
6223         * src/pgptext.c
6224         * src/procmime.c
6225         * src/rfc2015.c
6226         * src/smtp.c
6227         * src/unmime.c
6228                 remove common/ prefix because directory is now in
6229                 include path
6230
6231         * src/compose.c
6232         * src/folder.c
6233         * src/folderview.c
6234         * src/mainwindow.c
6235         * src/messageview.c
6236         * src/prefs_common.c
6237         * src/procmsg.c
6238         * src/rfc2015.c
6239                 fix warnings
6240
6241         * src/imap.c
6242         * src/inc.c
6243         * src/news.c
6244         * src/pop.c
6245         * src/send.c
6246         * src/smtp.c
6247         * src/ssl_certificate.c
6248                 add log.h header file for logging functions
6249
6250         * src/main.c
6251         * src/common/utils.c
6252         * src/summaryview.c
6253         * src/xml.c
6254                 o move debug_mode to common/utils.c
6255                 o add functions to set and get debug_mode
6256
6257         * src/defs.h                    ** REMOVE **
6258         * src/intl.h                    ** REMOVE **
6259         * src/socket.[ch]               ** REMOVE **
6260         * src/ssl.[ch]                  ** REMOVE **
6261         * src/utils.[ch]                ** REMOVE **
6262                 replaced by new files in src/common/
6263         
6264         * src/common/Makefile.am
6265                 add new files in src/common/
6266
6267         * src/common/defs.h             ** NEW **
6268         * src/common/intl.h             ** NEW **
6269         * src/common/log.[ch]           ** NEW **
6270         * src/common/socket.[ch]        ** NEW **
6271         * src/common/ssl.[ch]           ** NEW **
6272         * src/common/utils.[ch]         ** NEW **
6273                 replacement for files in src/
6274
6275 2002-12-02 [colin]      0.8.6claws48
6276
6277         * src/folderview.c
6278                 Scroll folderview if necessary during dnd
6279
6280 2002-12-02 [colin]      0.8.6claws47
6281
6282         * src/folder.[ch]
6283                 Add check to verify a move is within a single mailbox
6284         * src/folderview.c
6285                 Add specific error string for this check
6286
6287 2002-12-02 [colin]      0.8.6claws46
6288
6289         * src/folder.c
6290                 Add a test to folder moving, remove a statusbar_print
6291         * src/folderview.c
6292                 Add Move folder... context-menu item
6293                 Factorize folder moving code
6294                 Enable folder DND for mbox
6295
6296 2002-12-01 [christoph]  0.8.6claws45
6297
6298         * ac/aspell.m4
6299                 remove conf.aspelltest if the version check fails
6300
6301 2002-11-30 [christoph]  0.8.6claws44
6302
6303         * autogen.sh
6304                 run libtoolize --force in autogen to create missing
6305                 libtool scripts
6306
6307 2002-11-30 [christoph]  0.8.6claws43
6308
6309         * src/Makefile.am
6310         * src/pgptext.c
6311         * src/procmime.c
6312         * src/rfc2015.c
6313         * src/uuencode.[ch]             ** REMOVED **
6314         * src/common/Makefile.am
6315         * src/common/uuencode.[ch]      ** NEW **
6316                 move uuen/decoder to common directory
6317
6318 2002-11-30 [christoph]  0.8.6claws42
6319
6320         * src/Makefile.am
6321         * src/base64.[ch]               ** REMOVED **
6322         * src/codeconv.c
6323         * src/compose.c
6324         * src/ldif.c
6325         * src/pgptext.c
6326         * src/procmime.c
6327         * src/rfc2015.c
6328         * src/smtp.c
6329         * src/unmime.c
6330         * src/common/Makefile.am
6331         * src/common/base64.[ch]        ** NEW **
6332                 move base64 en/decoder to common directory
6333
6334 2002-11-30 [christoph]  0.8.6claws41
6335
6336         * src/common                    ** NEW **
6337                 new directory for UI independent code
6338         * src/gtk                       ** NEW **
6339                 new directory for GTK frontend
6340         * src/common/.cvsignore         ** NEW **
6341         * src/gtk/.cvsignore            ** NEW **
6342                 ignore build files
6343         * src/common/Makefile.am        ** NEW **
6344         * src/gtk/Makefile.am           ** NEW **
6345                 automake files to build new seperated stuff
6346         * src/Makefile.am
6347                 the binary will currently still be build with the
6348                 files in src, so we include the code from the
6349                 subdirs for now after building the libs there
6350
6351 2002-11-30 [paul]       0.8.6claws40
6352
6353         * src/compose.c
6354                 fix bug [642731] 'Wrong selected account with drafted mail'
6355
6356 2002-11-29 [oliver]     0.8.6claws39
6357         
6358         * src/messageview.c
6359                 o update summaryview when switching between different
6360                   messageviews          
6361         * src/toolbar.c  
6362                 o check if messageview holds already removed msg
6363                   from summaryview
6364                 
6365
6366 2002-11-29 [oliver]     0.8.6claws38
6367
6368         * src/toolbar.c 
6369                 remove not needed variables and includes
6370                 make messageview stay opened and move to next when msgs are deleted 
6371
6372 2002-11-29 [oliver]     0.8.6claws37
6373         
6374         * src/toolbar.c 
6375                 disable compose button (messageview toolbar) by default
6376                 deleted msgs are moved to trash
6377         
6378 2002-11-29 [melvin]     0.8.6claws36
6379
6380         * configure.in
6381                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6382                 and to detect signatures expirations (gpgme 0.3.6)
6383
6384         * src/main.c
6385                 Use non obsolescent function for Gpgme engine checking.
6386
6387         * src/rfc2015.c
6388                 Inform about expired signatures or signatures which key
6389                 has expired. Expiration date is displayed.
6390
6391         * src/sigstatus.c
6392                 Inform about expired signatures or signatures which key
6393                 has expired.
6394
6395 2002-11-28 [paul]       0.8.6claws35
6396
6397         * src/folderview.c
6398                 re-instate 'Check for new messages' in Newsgroup
6399                 folders right-click menu, after a suggestion from
6400                 Tim Mann <timmann@users.sourceforge.net>
6401
6402         * src/main.c
6403                 after a crash check only local folders for new
6404                 messages
6405
6406 2002-11-28 [paul]       0.8.6claws34
6407
6408         * configure.in
6409                 apply patch that fixes the checking of GTK with XIM 
6410                 support on different OSs, such as FreeBSD. Patch 
6411                 submitted by Topia <topia@users.sourceforge.net>
6412                 
6413 2002-11-28 [paul]       0.8.6claws33
6414
6415         * src/mainwindow.c
6416           src/prefs_common.c
6417           src/prefs_toolbar.c
6418                 more changes to the English
6419
6420 2002-11-28 [paul]       0.8.6claws32
6421
6422         * sync with 0.8.6cvs13
6423                 see ChangeLog 2002-11-28 (no sync needed
6424                 for src/compose.c)
6425
6426 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6427         
6428         * src/mainwindow.[ch]
6429                 add patch by Ivan F. Martinez introducing messageview Toolbar
6430                 some changes and committed by oliver    
6431
6432 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6433
6434         * src/messageview.[ch]
6435                 add patch by Ivan F. Martinez introducing messageview Toolbar
6436                 some changes and committed by oliver    
6437
6438 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6439
6440         * src/compose.[ch]
6441                 add patch by Ivan F. Martinez introducing messageview Toolbar
6442                 some changes and committed by oliver    
6443
6444 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6445         
6446         * src/toolbar.[ch]
6447                 add patch by Ivan F. Martinez introducing messageview Toolbar
6448                 some changes and committed by oliver
6449
6450 2002-11-28 [oliver]     0.8.6claws27
6451         
6452         * src/prefs_toolbar.[ch]
6453                 getting ready for messageview toolbar
6454                 free mem allocated by gettext
6455                 change prefs_toolbar to prefs_toolbar_open
6456  
6457 2002-11-28 [thorsten]   0.8.6claws26
6458
6459         * src/imageview.[ch]
6460                 cleaned up conflicting declarations of
6461                 imageview_show_image()
6462
6463 2002-11-28 [paul]       0.8.6claws25
6464
6465         * src/grouplistdialog.c
6466           src/prefs_common.c
6467           src/prefs_summary_column.c
6468                 a few more improvements to the English
6469
6470 2002-11-28 [colin]      0.8.6claws24
6471
6472         * man/sylpheed.1
6473                 A few updates to command-line parameters
6474
6475 2002-11-28 [colin]      0.8.6claws23
6476
6477         * src/prefs_filtering.c
6478                 Fix problems with prefs_filtering_delete_path:
6479                 a) if the first rule is removed, original pointers
6480                    weren't updated (leading to segfaults)
6481                 b) it was always global_processing updated in case
6482                    of removed path was parent of rule path
6483
6484 2002-11-27 [paul]       0.8.6claws22
6485
6486         * src/mainwindow.c
6487           src/prefs_account.c
6488           src/prefs_actions.c
6489           src/prefs_common.c
6490           src/prefs_customheader.c
6491           src/prefs_display_header.c
6492           src/prefs_filtering.c
6493           src/prefs_folder_item.c
6494           src/prefs_matcher.c
6495           src/prefs_scoring.c
6496           src/prefs_summary_column.c
6497           src/prefs_template.c
6498           src/prefs_toolbar.c
6499                  improve the English in the GUI
6500
6501 2002-11-27 [colin]      0.8.6claws21
6502
6503         * src/folder.c
6504                 Fix processing renaming problems happening after
6505                 last commit
6506
6507 2002-11-27 [colin]      0.8.6claws20
6508
6509         * src/folder.c
6510                 recursive move now deletes src each subfolder after 
6511                 having moved it
6512         * src/folderview.c
6513                 Use identifier instead of path during dnd (enables
6514                 IMAP folder dnd)
6515
6516 2002-11-27 [paul]       0.8.6claws19
6517
6518         * src/main.c
6519                 apply patch that does command-line processing 
6520                 BEFORE gtk_init, allowing claws to run from 
6521                 shell-scripts in non-X environment (e.g. crontab 
6522                 or ip-up, ip-down scripts). Patch submitted by
6523                 Ruslan N. Balkin <baron@dartel.ru>
6524                 
6525         * po/it.po
6526                 updated by Alessandro Maestri
6527
6528 2002-11-27 [paul]       0.8.6claws18
6529
6530         * sync with 0.8.6cvs12
6531           src/prefs_common.c
6532                 Differences are that main uses a 'Receive dialog'
6533                 frame on the Interface tab, whereas claws groups all 
6534                 the dialogs together in a 'Dialogs' frame.
6535
6536 2002-11-27 [colin]      0.8.6claws17
6537
6538         * src/prefs_matcher.c
6539                 Fix Execute criteria's NOT flag
6540
6541
6542 2002-11-26 [christoph]  0.8.6claws16
6543
6544         * src/ssl.c
6545                 rewrite the ssl code a little bit, only use one
6546                 SSL context, set default certificates' file/path
6547
6548 2002-11-26 [thorsten]   0.8.6claws15
6549
6550         * src/compose.c
6551                 default-reply-to didn't work for ml-reply
6552
6553 2002-11-26 [melvin]     0.8.6claws14
6554
6555         * src/prefs_actions.c
6556                 Made pipe-actions ignore short headers in message view
6557                 Made trailing-pipe-actions write in the message view with
6558                 the same font as the original message
6559
6560 2002-11-26 [paul]       0.8.6claws13
6561
6562         * src/compose.c
6563                 this time commit the correct file
6564
6565 2002-11-26 [paul]       0.8.6claws12
6566
6567         * sync with 0.8.6cvs11
6568           src/quote_fmt_parse.y  
6569                 no sync needed
6570           src/account.[ch]       
6571                 not sync'ed
6572           src/compose.c
6573                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6574                 on draft mode.
6575                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6576                 header
6577                 
6578         see ChangeLog 2002-11-25 and 2002-11-26
6579
6580 2002-11-26 [colin]      0.8.6claws11
6581
6582         * src/folderview.c
6583                 Fix collapsed folder not auto-expanding during
6584                 mail dnd, if it was the source folder.
6585
6586 2002-11-25 [colin]      0.8.6claws10
6587
6588         * src/folderview.[ch]
6589                 Variable renaming and cleaning (slist of nodes 
6590                 to be re-collapsed is stored in FolderView)
6591
6592 2002-11-25 [paul]       0.8.6claws9
6593
6594         * src/prefs_common.[ch]
6595                 fix breakage caused by last commit
6596
6597 2002-11-25 [paul]       0.8.6claws8
6598
6599         * sync with 0.8.6cvs4
6600                 see ChangeLog 2002-11-21
6601
6602 2002-11-25 [paul]       0.8.6claws7
6603
6604         * sync with 0.8.6cvs4
6605                 see ChangeLog 2002-11-20
6606
6607 2002-11-25 [paul]       0.8.6claws6
6608
6609         * sync with 0.8.6cvs3
6610                 see ChangeLog 2002-11-18
6611
6612 2002-11-25 [colin]      0.8.6claws5
6613
6614         * src/gtkutils.[ch]
6615                 Add gtkut_ctree_node_is_parent()
6616         * src/folderview.c
6617                 Spring-loaded folders
6618
6619 2002-11-25 [colin]      0.8.6claws4
6620
6621         * src/utils.[ch]
6622                 Add slist_concat_unique(), function to merge
6623                 two GSList filtering dups
6624         * src/folder.[ch]
6625         * src/summaryview.[ch]
6626         * src/folderview.c
6627         * src/main.c
6628                 Add detection/update/display of unread answers
6629                 to marked mails
6630         * src/procmsg.[ch]
6631                 Add procmsg_find_children()
6632                 Add procmsg_msg_has_marked_parent()
6633
6634 2002-11-25 [colin]      0.8.6claws3
6635
6636         * src/ssl_certificate.[ch]
6637                 Allow checking a certificate without a DNS
6638                 lookup
6639                 Allow to forget a cert (by deleting it)
6640                 Make ssl_certificate_destroy_public
6641         * src/ssl_manager.[ch] ** NEW FILES **
6642                 Gui to manage (display/remove) certificates
6643         * src/prefs_common.[ch]
6644                 Add a pref to allow silent acceptation of
6645                 trusted certificates or not (based on the
6646                 "I want to know what's going on" principle)
6647         * src/mainwindow.c
6648                 Add SSL manager in Tools menu
6649         * src/Makefile.am
6650                 Add the new files to the build
6651         * po/POTFILES.in
6652                 Add ssl_manager.c to translations
6653
6654 2002-11-25 [colin]      0.8.6claws2
6655
6656         * src/summaryview.[ch]
6657                 Add S_SEARCH_EXTENDED to the quick search, which 
6658                 allows to search using filtering syntax.
6659
6660 2002-11-25 [colin]      0.8.6claws1
6661
6662         * src/summaryview.c
6663                 Deletion of duplicates now prefer deleting
6664                 the unread dup (fixes feature-request 638989).
6665
6666 2002-11-24 [paul]       0.8.6claws
6667
6668         * po/es.po
6669           po/pl.po
6670           po/ru.po
6671           po/sr.po
6672                 updated by Ricardo Mones Lastra,
6673                 Witold Wladyslaw Wojciech Wilk,
6674                 Ruslan N. Balkin, and  Urke MMI 
6675                 respectively
6676
6677 2002-11-24 [paul]       0.8.5claws182
6678
6679         * po/bg.po
6680                 updated by George Danchev
6681
6682 2002-11-23 [alfons]     0.8.5claws181
6683
6684         * src/imap.c
6685                 tiny memory leak found by browsing Dimitar's 
6686                 valgrind report
6687
6688 2002-11-23 [paul]       0.8.5claws180
6689
6690         * po/it.po
6691                 updated by Alessandro Maestri
6692
6693 2002-11-22 [christoph]  0.8.5claws179
6694
6695         * src/compose.c
6696         * src/inc.c
6697         * src/prefs_filtering.c
6698         * src/summaryview.c
6699                 more warning fixes
6700
6701 2002-11-22 [alfons]     0.8.5claws178
6702
6703         * src/summaryview.c
6704                 summary_execute_delete_func(): if message is deleted, make 
6705                 sure to also remove its entry in the subject hash table. 
6706                 fixes a corner case bug.
6707
6708 2002-11-22 [paul]       0.8.5claws177
6709
6710         * .cvsignore
6711                 add 'autom4te.cache'
6712                 
6713         * ltconfig      ** REMOVED **
6714                 not needed
6715
6716 2002-11-22 [paul]       0.8.5claws176
6717
6718         * src/textview.c
6719                 textview_set_font(): fix for message display in
6720                 UTF-8 locales (thanks to Sergey Vlasov).
6721                 
6722         * AUTHORS
6723                 add new team members and contributors
6724
6725
6726 2002-11-21 [colin]      0.8.5claws175
6727
6728         * src/procmsg.[ch]
6729                 Add procmsg_remove_special_headers()
6730         * src/mh.c
6731                 Use procmsg_remove_special_headers() for 
6732                 previous fix
6733
6734 2002-11-21 [colin]      0.8.5claws174
6735
6736         * src/mh.c
6737                 Fix moving/copying from queue/draft folders
6738                 for MH folders
6739
6740 2002-11-21 [christoph]  0.8.5claws173
6741
6742         * src/crash.c
6743         * src/filtering.c
6744         * src/logwindow.c
6745         * src/main.c
6746         * src/matcher_parser_lex.[hl]
6747         * src/mbox.c
6748         * src/mbox_folder.[ch]
6749         * src/prefs_filtering.c
6750         * src/procheader.c
6751         * src/quote_fmt_lex.l
6752         * src/ssl.c
6753                 fix all warnings except the warnings in lex and yacc files
6754
6755 2002-11-20 [christoph]  0.8.5claws172
6756
6757         * src/imap.c
6758                 fix MsgInfo retrieval for IMAP draft and queue folders
6759                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6760
6761 2002-11-19 [christoph]  0.8.5claws171
6762
6763         * src/compose.c
6764                 fix segfault, when draft saving does not get
6765                 the MsgInfo of the new message
6766                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6767
6768 2002-11-19 [christoph]  0.8.5claws170
6769
6770         * src/procmsg.c
6771                 add parameter check for flag setting function
6772                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6773
6774 2002-11-18 [paul]       0.8.5claws169
6775
6776         * src/compose.c
6777                 more sensitivity fixes to redirect mode:
6778                 * disable toolbar draft button
6779                 * allow only Address book in the Tools menu
6780                 * disable editing of message by the spell
6781                   checker
6782
6783 2002-11-18 [paul]       0.8.5claws168
6784
6785         * src/compose.c
6786                 fix sensitivity of menu items in compose_redirect():
6787                 allow only the necessary items 
6788
6789 2002-11-18 [paul]       0.8.5claws167
6790
6791         * src/compose.c
6792                 fix bug [ 603259 ] 'attachment got lost on bounce'
6793
6794 2002-11-18 [paul]       0.8.5claws166
6795
6796         * po/ru.po
6797                 updated by Ruslan N. Balkin <baron@dartel.ru>
6798
6799 2002-11-18 [colin]      0.8.5claws165
6800
6801         * src/main.c
6802           src/defs.h
6803                 Remove old filtering stuff
6804
6805
6806 2002-11-17 [oliver]     0.8.5claws164
6807
6808         * src/toolbar.h
6809                 remove not needed typedef 
6810
6811 2002-11-17 [oliver]     0.8.5claws163
6812
6813         * src/toolbar.c
6814                 make toolbar's on click events translatable
6815
6816 2002-11-15 [colin]      0.8.5claws162
6817
6818         * src/summaryview.c
6819                 Revert too-soon integration of a feature
6820
6821 2002-11-15 [christoph]  0.8.5claws161
6822
6823         * src/imap.c
6824                 use main's implementation of imap_get_msginfo
6825
6826 2002-11-15 [christoph]  0.8.5claws160
6827
6828         * src/compose.c
6829         * src/folder.[ch]
6830         * src/imap.c
6831         * src/mbox_folder.c
6832         * src/mh.c
6833         * src/news.c
6834         * src/procmsg.c
6835         * src/summaryview.c
6836                 replace claws' fetch_msginfo with main's get_msginfo
6837                 (use main's implementation where possible)
6838
6839 2002-11-15 [colin]      0.8.5claws159
6840
6841         * src/ssl_certificate.c
6842                 Missed a check
6843
6844 2002-11-16 [melvin]     0.8.5claws158
6845
6846         * po/fr.po
6847                 Updated French translations.
6848
6849 2002-11-16 [colin]      0.8.5claws157
6850
6851         * src/ssl_certificate.c
6852                 Check for missing parts in the certificates
6853
6854 2002-11-15 [colin]      0.8.5claws156
6855
6856         * src/folderview.c
6857                 Preventive fix (missing check) found by
6858                 Alfons
6859
6860 2002-11-15 [paul]
6861
6862         * NEWS
6863                 sync with 0.8.6 release
6864
6865 2002-11-15 [colin]      0.8.5claws155
6866
6867         * src/folder.[ch]
6868           src/folderview.c
6869                 Fix error handling of folder_item_move_to()
6870                 (thanks to Alfons!)
6871
6872 2002-11-15 [colin]      0.8.5claws154
6873
6874         * src/folder.[ch]
6875           src/folderview.c
6876                 folder_item_move_to() sets an error message instead
6877                 of having GUI stuff in folder.c
6878
6879 2002-11-15 [colin]      0.8.5claws153
6880
6881         * src/procmsg.[ch]
6882                 Implemented a callback for MsgInfo updates, 
6883                 heavily copy/pasted from Christoph's folder 
6884                 callback system
6885         * src/summaryview.[ch]
6886                 Register summary_update_msg as callback
6887
6888 2002-11-14 [colin]      0.8.5claws152
6889         
6890         * src/procmsg.c
6891                 Update the FolderItem after sending (fixes 617593)
6892
6893 2002-11-14 [christoph]  0.8.5claws151
6894
6895         * src/folder.c
6896                 fix wrong position of NULL pointer check found
6897                 by Sergey
6898
6899 2002-11-14 [christoph]  0.8.5claws150
6900
6901         * src/folder.c
6902                 fix segfault when deleting messages from IMAP folders
6903                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6904
6905 2002-11-14 [colin]      0.8.5claws149
6906
6907         * src/compose.c
6908                 Forwarding was also ignoring the folder's default account.
6909
6910 2002-11-14 [colin]      0.8.5claws148
6911
6912         * src/compose.c
6913                 Fix sent folder not set to folder properties when 
6914                 forwarding.
6915
6916 2002-11-14 [thorsten]   0.8.5claws147
6917
6918         * src/inc.c
6919                 inc_start(): Files were not moved from .processing to inbox,
6920                 if no global processing rule existed
6921
6922 2002-11-14 [colin]      0.8.5claws146
6923
6924         * src/ssl_certificate
6925                 Fix file operations
6926
6927 2002-11-14 [paul]       0.8.5claws145
6928
6929         * po/it.po
6930                 updated by Alessandro Maestri
6931
6932 2002-11-13 [alfons]     0.8.5claws144
6933
6934         * src/folder.c
6935                 folder_item_close(): only mark messages unread
6936                 when a folder has new messages 
6937
6938 2002-11-13 [keith]      0.8.5claws143
6939
6940         * src/imap.c
6941                 Fix problem moving or copying between
6942                 IMAP folders
6943
6944 2002-11-13 [colin]      0.8.5claws142
6945
6946         * src/matcher_parser_parse.y
6947                 Fix rule problem when " don't match
6948
6949 2002-11-13 [christoph]  0.8.5claws141
6950
6951         * src/folder.c
6952         * src/folderview.c
6953                 moved cache saving to folder_item_close
6954                 the folderview should not have to deal with
6955                 this things
6956
6957 2002-11-13 [christoph]  0.8.5claws140
6958
6959         * src/summaryview.c
6960                 moved setting of important score to
6961                 summary_set_prefs_from_folderitem
6962
6963 2002-11-13 [colin]      0.8.5claws139
6964
6965         * src/matcher_parser_parse.y
6966                 Fix a segfault in the parser (happening when
6967                 a good expression had been tested and a bad 
6968                 one arrives)
6969
6970 2002-11-13 [paul]       0.8.5claws138
6971
6972         * sync with 0.8.5cvs24
6973                 see ChangeLog 2002-11-13
6974                 
6975         * po/pt_BR.po
6976                 updated by Fabio Jr. Beneditto
6977
6978 2002-11-13 [colin]      0.8.5claws137
6979         
6980         * src/msgcache.c
6981           src/defs.h
6982           src/procmsg.[ch]
6983                 Revert last commit, problem
6984
6985 2002-11-13 [colin]      0.8.5claws136
6986
6987         * src/msgcache.c
6988                 Remove duplicated code
6989         * src/defs.h
6990                 Bumped CACHE_VERSION and MARK_VERSION
6991         * src/procmsg.[ch]
6992                 Network endian for cache and mark files
6993
6994 2002-11-12 [colin]      0.8.5claws135
6995
6996         * src/inc.c
6997                 Fix the "socket error" dialog which disappeared
6998
6999 2002-11-12 [colin]      0.8.5claws134
7000
7001         * src/msgcache.c
7002                 Reverse last commit which had performance 
7003                 problems, but still reverse the list
7004
7005 2002-11-12 [colin]      0.8.5claws133
7006
7007         * src/msgcache.c
7008                 Reverse list order
7009
7010 2002-11-12 [melvin]     0.8.5claws132
7011
7012         * src/compose.c
7013                 Added a check for a NULL prefs_common.dictionary
7014
7015 2002-11-12 [colin]      0.8.5claws131
7016
7017         * src/ssl_certificate.[ch]
7018                 Use FQDN hostname
7019
7020 2002-11-12 [colin]      0.8.5claws130
7021
7022         * src/ssl_certificate.[ch]
7023                 Take connection port into account for 
7024                 checking certificates (a single hostname
7025                 could have multiple servers with multiple
7026                 certificates)
7027         * src/ssl.c
7028                 Pass the port to ssl_certificate_check
7029
7030 2002-11-12 [paul]       0.8.5claws129
7031
7032         * src/folder.c
7033                 fix a typo in last commit
7034
7035 2002-11-12 [paul]       0.8.5claws128
7036
7037         * sync with 0.8.5cvs23
7038                 see ChangeLog entry 2002-11-12
7039
7040 2002-11-11 [colin]      0.8.5claws127
7041
7042         * src/ssl_certificate.c
7043                 Cleaner messages
7044                 Don't popup, instead log error, if the 
7045                 corresponding pref is checked
7046         * src/ssl_certificate.h
7047                 include <openssl/objects/h>
7048
7049 2002-11-11 [colin]      0.8.5claws126
7050
7051         * src/ssl_certificate.h
7052                 _Really_ clean it
7053
7054 2002-11-11 [colin]      0.8.5claws125
7055         
7056         * src/ssl_certificate.c
7057                 Fixed leak
7058
7059 2002-11-11 [colin]      0.8.5claws124
7060
7061         * src/ssl.c
7062                 Cleaned a bit
7063         * src/ssl_certificate.[ch]
7064                 Cleaned a bit (better use of SSL API)
7065                 (This will cause non-recognition of saved 
7066                  certificates of claws12[23]...)
7067
7068 2002-11-11 [paul]       0.8.5claws123
7069         
7070         * po/es.po
7071                 updated by Ricardo Mones Lastra
7072
7073 2002-11-11 [colin]      0.8.5claws122
7074
7075         * src/ssl.c
7076                 Fix a typo
7077
7078 2002-11-11 [colin]      0.8.5claws121
7079
7080         * src/ssl_certificate.[ch] ** NEW FILES **
7081         * src/ssl.[ch]
7082                 Check SSL certificates presented to us
7083         * src/Makefile.am
7084                 Add ssl_certificate.[ch]
7085         * po/POTFILES.in
7086                 Add ssl_certificate.c
7087
7088 2002-11-11 [paul]       0.8.5claws120
7089
7090         * sync with 0.8.5cvs22
7091                 see ChangeLog 2002-11-11
7092
7093 2002-11-11 [paul]       0.8.5claws119
7094
7095         * sync with 0.8.5cvs21
7096                 see ChangeLog 2002-11-11
7097
7098 2002-11-10 [jens]       0.8.5claws118
7099
7100         * src/folder.c
7101         * src/folderview.c
7102                 corrected some typing
7103         * po/de.po
7104                 updated german translation
7105         * sylpheed.spec.in
7106                 cleaned up specfile and adjusted it for claws
7107
7108 2002-11-10 [colin]      0.8.5claws117
7109
7110         * src/summaryview.c
7111                 a STATUSBAR_PUSH/POP fix
7112
7113 2002-11-10 [colin]      0.8.5claws116
7114
7115         * src/prefs_folder_item.c
7116                 Fix hanging after opening folder properties
7117
7118 2002-11-10 [hoa]        0.8.5claws115
7119
7120         * src/matcher_parser_lex.l
7121         * src/matcher_parser_parse.y
7122                 config file for scoring and filtering is no more trashed
7123                 when there is a syntax error in a filtering rule when
7124                 editing it in a dialog.
7125
7126 2002-11-09 [colin]      0.8.5claws114
7127
7128         * src/mbox_folder.c
7129                 Added missing initialisation of folder->destroy()
7130
7131 2002-11-09 [colin]      0.8.5claws113
7132
7133         * src/folder.c
7134           src/folderview.c
7135                 Fix the status bar messages
7136
7137 2002-11-09 [colin]      0.8.5claws112
7138
7139         * src/folderview.c
7140                 Fix hangs after folder dnd, happening after 
7141                 claws109.
7142
7143 2002-11-09 [christoph]  0.8.5claws111
7144
7145         * src/folderview.c
7146                 just changed order of calls (reverse order of
7147                 associated calls)
7148         * src/inc.c
7149                 lock inc when checking only one account, otherwise
7150                 inc all could be executed at the same time
7151
7152 2002-11-09 [christoph]  0.8.5claws110
7153
7154         * src/folderview.c
7155                 better unlock the mouse cursor before calling
7156                 summary_show because it changes the cursor too
7157
7158 2002-11-09 [christoph]  0.8.5claws109
7159
7160         * src/folder.[ch]
7161         * src/folderview.c
7162                 add functions to open and close a folder
7163                 o opending will execute scanning for remote folders
7164                   and processing
7165                 o closing will unset new flag for messages
7166
7167 2002-11-09 [colin]      0.8.5claws108
7168
7169         * src/folder.c
7170                 Add a call to prefs_matcher_write_config to 
7171                 avoid non-leaf folders filtering settings to be
7172                 lost
7173
7174 2002-11-09 [paul]       0.8.5claws107
7175
7176         * src/prefs_account.c
7177                 re-word a label
7178
7179 2002-11-09 [colin]      0.8.5claws106
7180
7181         * src/folderview.c
7182                 Minor esthetic fix
7183
7184 2002-11-09 [colin]      0.8.5claws105
7185
7186         * src/folderview.c
7187                 Fix prefs_filtering deletion for MH folders (same
7188                 reason as below)
7189         * src/prefs_filtering.c
7190                 Fix prefs_filtering renaming and deletion for 
7191                 folder-based processing rules.  
7192
7193 2002-11-09 [christoph]  0.8.5claws104
7194
7195         * src/compose.c
7196         * src/folder.[ch]
7197         * src/folderview.[ch]
7198         * src/import.c
7199         * src/inc.c
7200         * src/main.c
7201         * src/mainwindow.c
7202         * src/messageview.c
7203         * src/prefs_folder_item.c
7204         * src/procmsg.c
7205         * src/summaryview.c
7206                 implement a callback system for folder item updates
7207
7208 2002-11-09 [colin]      0.8.5claws103
7209
7210         * src/folderview.c
7211                 Fix prefs_filtering renaming for MH folders (we
7212                 shouldn't rename by path as another folder could
7213                 have the same hierarchy).
7214
7215 2002-11-09 [colin]      0.8.5claws102
7216
7217         * src/folder.c
7218                 Fix a leak found by Christoph, use better variable
7219                 names
7220
7221 2002-11-09 [colin]      0.8.5claws101
7222
7223         * src/folder.c
7224                 One more fix for processing rules
7225
7226 2002-11-08 [colin]      0.8.5claws100
7227         
7228         * src/matcher.c
7229                 Don't copy the compiled regexp (will be reevaluated)
7230         * src/folderview.c
7231                 Lock folderview while moving
7232         * src/folder.c
7233                 Provide info on what's happening to the user
7234
7235 2002-11-08 [colin]      0.8.5claws99
7236
7237         * src/folderview.c
7238                 Fix folder reordering after a move if parent is 
7239                 root
7240         * src/scoring.[ch]
7241                 Add function to copy a ScoringProp
7242         * src/prefs_folder_item.c
7243                 Copy scoring rules when copying a folder prefs
7244
7245 2002-11-08 [colin]      0.8.5claws98
7246
7247         * src/folderview.c
7248                 Fixes in case of failure
7249         * src/filtering.[ch]    
7250                 Add function to duplicate a FilteringProp
7251         * src/matcher.[ch]
7252                 Add function to duplicate a MatcherProp
7253         * src/prefs_folder_item.c
7254                 Save folder's processing rules when copying 
7255                 its prefs
7256
7257 2002-11-08 [colin]      0.8.5claws97
7258         
7259         * src/folderview.c
7260                 Sort after move
7261         * src/folder.c 
7262                 Change a printf to debug_print
7263
7264 2002-11-08 [colin]      0.8.5claws96
7265
7266         * src/folder.c
7267           src/folderview.c
7268                 Fix segfaults, call me stupido
7269         
7270
7271 2002-11-08 [colin]      0.8.5claws95
7272
7273         *src/folder.c
7274                 Added forgotten prefs to save when moving folders
7275
7276 2002-11-08 [colin]      0.8.5claws94
7277
7278         * src/folder.c
7279                 Fixes to folder DND (prefs copy)
7280         * src/folderview.c
7281                 Optimization for folder DND (don't rescan whole tree)
7282                 Added folderview_create_folder_node() for this 
7283                 optimization, so de-duped a bit the code
7284         * src/prefs_folder_item.[ch]
7285                 Added prefs_folder_item_copy_prefs()    
7286           
7287 2002-11-08 [paul]       0.8.5claws93
7288
7289         * src/prefs_account.c
7290           tools/README
7291           tools/kmail2sylpheed_v2.pl
7292                 correct some typos
7293
7294 2002-11-08 [paul]       0.8.5claws92
7295
7296         * src/compose.c
7297           src/prefs_account.[ch]
7298                 remove account options 'clearsign' and 'ascii_armored',
7299                 replace with 'default_gnupg_mode' to prevent mixed-mode
7300                 Privacy settings
7301
7302 2002-11-08 [paul]       0.8.5claws91
7303
7304         * src/compose.[ch]
7305                 re-implement GnuPG 'on-the-fly' mode selection,
7306                 disallow mixed-mode
7307
7308 2002-11-08 [colin]      0.8.5claws90
7309
7310         * src/folderview.c
7311           src/prefs_folder_item.c
7312                 Change "Property" to "Properties"
7313
7314 2002-11-07 [colin]      0.8.5claws89
7315
7316         * src/folderview.c
7317           src/folder.c
7318                 Allow folder dropping to a root folder
7319
7320 2002-11-07 [paul]       0.8.5claws88
7321
7322         * src/compose.c
7323                 revert last commit
7324
7325 2002-11-07 [paul]       0.8.5claws87
7326
7327         * src/compose.c
7328                 fix reply-to-list bug. closes bug report
7329                 "[633382] reply-to-list broken in recent cvs"
7330
7331 2002-11-07 [paul]       0.8.5claws86
7332
7333         * src/compose.c
7334                 add a forgotten '#if USE_GPGME ... #endif'
7335
7336 2002-11-07 [paul]       0.8.5claws85
7337
7338         * sync with 0.8.5cvs20
7339                 see ChangeLog 2002-11-07
7340
7341 2002-11-07 [colin]      0.8.5claws84
7342
7343         * src/folder.[ch]
7344                 Change folder_item_move_to to return the newly 
7345                 created folderitem.
7346         * src/folderview.c
7347                 Select the new folderitem after moving.
7348
7349 2002-11-07 [colin]      0.8.5claws83
7350
7351         * src/prefs_filtering.c
7352                 Fix rule rewriting when moving a leaf folder to a 
7353                 shorter path
7354
7355 2002-11-07 [colin]      0.8.5claws82
7356
7357         * src/prefs_filtering.c
7358                 fix a leak
7359
7360 2002-11-07 [colin]      0.8.5claws81
7361
7362         * src/folder.[ch]
7363                 Add folder_item_move_to() function to move a 
7364                 folderitem into another one (updates matcher etc)
7365         * src/folderview.c
7366                 Add folder drag'n drop (context menu to come)
7367                 [Should be dataloss free, but Please backup before 
7368                  trying !]
7369
7370 2002-11-06 [colin]      0.8.5claws80
7371
7372         * src/mh.c
7373                 mh_create_folder() returns NULL if can't create
7374                 directory hierarchy
7375
7376 2002-11-06 [paul]       0.8.5claws79
7377
7378         * src/compose.[ch]
7379                 allow 'on-the-fly' changing of the type of encryption 
7380                 and/or signing used (mime/ascii) via the compose window
7381
7382 2002-11-06 [paul]       0.8.5claws78
7383
7384         * sync with 0.8.5cvs19
7385                 see ChangeLog 2002-11-06 for src/account.c: 
7386                 account_get_special_folder()
7387                 
7388 2002-11-05 [alfons]     0.8.5claws77
7389
7390         * src/crash.c
7391                 very minor cleanups: nothing to see here, move on. :-)
7392
7393 2002-11-05 [colin]      0.8.5claws76
7394
7395         * src/main.c
7396                 Changes choices if compose windows are opened to
7397                 Discard, Draft, Don't quit
7398
7399 2002-11-05 [thorsten]   0.8.5claws75
7400
7401         * src/compose.c
7402                 reenabled default_reply_to folder option
7403
7404 2002-11-05 [colin]      0.8.5claws74
7405
7406         * src/compose.[ch] 
7407                 add compose_draft()
7408         * src/crash.c
7409                 add SIGTERM handler
7410         * src/main.[ch]
7411                 add clean_quit() for the SIGTERM handler
7412
7413 2002-11-05 [paul]       0.8.5claws73
7414         
7415         * po/es.po
7416                 updated by Ricardo Mones Lastra
7417
7418 2002-11-05 [melvin]     0.8.5claws72
7419
7420         * src/logwindow.c
7421                 Fixed log-clipping bug #616795.
7422                 To stop logging in the log window use 0 length.
7423         * src/prefs_common.c
7424                 Added a label to inform about the 0 log length behaviour.
7425
7426 2002-11-05 [paul]       0.8.5claws71
7427
7428         * sync with 0.8.5cvs17
7429                 see ChangeLog 2002-11-05
7430
7431 2002-11-04 [paul]       0.8.5claws70
7432
7433         * sylpheed-128x128.png
7434           sylpheed-64x64.png
7435           sylpheed.png
7436                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7437                 <nikai@users.sourceforge.net>
7438                 
7439         * po/bg.po
7440                 updated by George Danchev
7441
7442 2002-11-03 [thorsten]   0.8.5claws69
7443
7444         * src/main.c
7445           src/mimeview.c
7446           src/rfc2015.h
7447                 add check if gpg is active
7448
7449 2002-11-03 [thorsten]   0.8.5claws68
7450
7451         * src/toolbar.h
7452                 removed GSList declaration causing trouble on MacOS-X
7453                 (submitted by alfons, reported by xfesty)
7454
7455 2002-11-01 [paul]       0.8.5claws67
7456
7457         * src/mainwindow.c
7458                 remove last remnants of main's filter code
7459
7460 2002-11-01 [paul]       0.8.5claws66
7461
7462         * tools/filter_conv.pl
7463                 fix bug where user-defined headers were ignored
7464
7465 2002-11-01 [paul]       0.8.5claws65
7466
7467         * src/logwindow.c
7468                 make a debug_print() not translatable
7469
7470 2002-10-31 [melvin]     0.8.5claws64
7471
7472         * ac/aspell.m4
7473                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7474                 not run any GNU/aspell test.  The dictionary path will
7475                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7476                 was given, in which case, it will be $prefix/lib/aspell/
7477         * configure.in
7478                 Fixed typo in commentary (Aspell code).
7479
7480 2002-10-31 [paul]       0.8.5claws63
7481
7482         * po/POTFILES.in
7483                 remove src/filter.c and src/prefs_filter.c
7484                 thanks to Ricardo for reminding me
7485
7486 2002-10-31 [colin]      0.8.5claws62
7487
7488         * src/mbox_folder.c
7489                 Plug some leaks
7490
7491 2002-10-31 [paul]       0.8.5claws61
7492
7493         * src/prefs_filter.[ch] ** REMOVED **
7494           src/filter.[ch]       ** REMOVED **
7495           
7496         * src/Makefile.am
7497           src/folderview.c
7498           src/inc.c
7499           src/main.c
7500           src/mainwindow.c
7501           src/mbox.c
7502           src/prefs_common.c
7503           src/prefs_filtering.c
7504           src/summaryview.[ch]
7505                 remove main's 'filter' code
7506                 
7507         README.claws
7508                 update to reflect removal of main's filter
7509
7510 2002-10-31 [paul]       0.8.5claws60
7511
7512         * src/summaryview.c
7513                 remove check for global_processing in summary_filter_open(). 
7514                 This fixes the bug where if the user uses the right-click 
7515                 'Create filter rule...' and doesn't have any filter rules 
7516                 already defined in claws' advanced filtering, the newly 
7517                 created filter rule goes to main's filtering which is 
7518                 inaccessible through the gui. Now the filter rule gets added
7519                 to claws' filtering by default.
7520
7521 2002-10-28 [melvin]     0.8.5claws59
7522
7523         * src/prefs_actions.c
7524                 Fixed bug #627322 where MIME parts were not always
7525                 correctly passed to a %p action
7526                 Display an error dialog when message filename is not found.
7527
7528 2002-10-28 [melvin]     0.8.5claws58
7529
7530         * src/prefs_common.c
7531                 Readded a missing function declaration lost in 0.8.3claws34
7532
7533 2002-10-28 [paul]       0.8.5claws57
7534
7535         * sync with 0.8.5cvs15
7536                 see ChangeLog 2002-10-28 and 2002-10-25
7537                 
7538         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7539
7540 2002-10-27 [oliver]     0.8.5claws56
7541
7542         * src/pop.c
7543                 plug leak in pop3_top_recv
7544
7545 2002-10-26 [christoph]  0.8.5claws55
7546
7547         * src/folder.c
7548                 set need_update folder flag when messages are added
7549                 (closes bug [ 626922 ] folder not updated after receiving)
7550
7551 2002-10-25 [melvin]     0.8.5claws54
7552
7553         * src/imageview.c
7554                 Fixed a memleak introduced in the scaling code.
7555
7556 2002-10-24 [alfons]     0.8.5claws53
7557
7558         * src/filtering.c
7559                 make filtering's forward message action forward from the 
7560                 correct account
7561                 (closes bug [628089 ] Filter -> Forward from address problem
7562                 reported by Oktay)
7563
7564 2002-10-24 [christoph]  0.8.5claws52
7565
7566         * src/mainwindow.c
7567         * src/manual.[ch]
7568                 o use manual of current locale or english if current
7569                   locale is not available (and english is available)
7570                 o also link to sylpheed doc project manuals
7571
7572 2002-10-23 [paul]       0.8.5claws51
7573
7574         * tools/README
7575           tools/kmail2sylpheed_v2.pl
7576                 add new version of kmail addressbook importer script.
7577                 works with newer versions of Kmail/KAddressBook which
7578                 have new and rearranged data.
7579
7580 2002-10-23 [martin]     0.8.5claws50
7581
7582         * src/folderview.c
7583         * src/summaryview.c
7584         * src/utils.h
7585         * src/utils.c
7586                 added length parameter to get_abbrev_newsgroup_name()
7587                 changed this function so that it abbreviates the newsgroup
7588                 names only so long it is smaller than the length parameter
7589                 (for better reading of some newsgroup names and space efficiency)
7590
7591 2002-10-22 [colin]      0.8.5claws49
7592
7593         *src/foldersel.c
7594                 Revert Alfons' last modification (after voting ;-))
7595
7596 2002-10-21 [alfons]     0.8.5claws48
7597
7598         * src/foldersel.c
7599                 folder view in folder selection dialog reflects state of
7600                 folder view in main window
7601
7602 2002-10-18 [alfons]     0.8.5claws47
7603
7604         * src/mbox.c
7605                 drop imported messages in folder selected by user,
7606                 and not in the inbox
7607                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7608
7609 2002-10-18 [alfons]     0.8.5claws46
7610
7611         * src/compose.c
7612                 make automagic reply work correctly for email accounts 
7613                 (whether it's viable to do a full sync with Hiro's 
7614                 compose.c is still under discussion)
7615
7616 2002-10-18 [melvin]     0.8.5claws45
7617
7618         * src/prefs_actions.c
7619                 Fixed bug #622275 where asynchroneous actions left 
7620                 zombies processes
7621                 Made (synchroneous) actions' input be displayed live.
7622
7623 2002-10-18 [christoph]  0.8.5claws44
7624
7625         * src/textview.c
7626                 don't add a newline in the textview in front of the
7627                 first textpart if header display is disabled
7628                 (closes bug [ 603385 ] disabled header display leaves blank
7629                  lin)
7630
7631 2002-10-18 [christoph]  0.8.5claws43
7632
7633         * src/folder.[ch]
7634         * src/imap.c
7635         * src/mbox_folder.c
7636         * src/mh.c
7637         * src/news.c
7638                 folder->get_num_list now returns an error code
7639                 (closes bug [ 609424 ] News cache cleared on failure)
7640                 
7641 2002-10-17 [colin]      0.8.5claws42
7642         
7643         * src/news.c
7644                 Changed a printf by debug_print
7645
7646 2002-10-16 [paul]       
7647
7648         * tools/OOo2sylpheed.pl
7649                 allow for spaces in the name of the
7650                 file to be attached.
7651
7652 2002-10-16 [colin]      0.8.5claws41
7653
7654         * src/main.c
7655                 Use a tristate to change online mode
7656
7657 2002-10-16 [paul]       0.8.5claws40
7658
7659         * po/es.po
7660                 updated by Ricardo Mones Lastra
7661
7662 2002-10-16 [colin]      0.8.5claws39
7663
7664         * src/main.c
7665           src/mainwindow.[ch]
7666                 Added --online and --offline command-line
7667                 switches
7668
7669 2002-10-15 [christoph]  0.8.5claws38
7670
7671         * src/procmime.c
7672                 set mimeinfo->name to NULL after g_free to
7673                 avoid double freeing with g_free
7674
7675 2002-10-14 [christoph]  0.8.5claws37
7676
7677         * src/compose.c
7678         * src/filtering.c
7679         * src/summaryview.c
7680                 remove calls to folder->change_flags that are now
7681                 done by procmsg flag functions (seems it is not
7682                 used by any foldertype anyway)
7683         * src/folder.c
7684                 init folder->change_flags with NULL
7685
7686 2002-10-14 [christoph]  0.8.5claws36
7687
7688         * src/folder.[ch]
7689         * src/imap.[ch]
7690                 use virtual functions for folder item new and destroy
7691                 functions
7692
7693 2002-10-14 [melvin]     0.8.5claws35
7694
7695         * src/compose.c
7696                 Added a test to not run the spell checker if no default
7697                 dictionary is available. No dialog is displayed though.
7698
7699 2002-10-14 [melvin]     0.8.5claws34
7700
7701         * src/gtkaspell.c
7702                 Fixed bug in dictionary list context menu where
7703                 "More..." pointed to an emtpy submenu if the
7704                 number of dictionaries is a multiple of 15
7705                 Removed unneeded code in suggestions list creation
7706
7707 2002-10-14 [paul]       0.8.5claws33
7708
7709         * po/bg.po
7710                 updated by George Danchev
7711
7712 2002-10-13 [hoa]        0.8.5claws32
7713
7714         * src/matcher.[ch]
7715           src/matcher_parser_parser.y
7716                 removed the escaped string from internal structure
7717                 of matcher.
7718
7719 2002-10-12 [colin]      0.8.5claws31
7720
7721         * src/gtksctree.[ch]
7722           src/summaryview.c
7723                 Removed useless function gtksctree_reanchor
7724
7725 2002-10-12 [alfons]     0.8.5claws30
7726         
7727         * sync with remaining main changes 2002-10-09 - 2002-10-11
7728         - drop changes to src/compose.c (requires claws specific changes)
7729         
7730 2002-10-12 [alfons]     0.8.5claws29
7731         
7732         * sync with main changes of 2002-10-08
7733         - drop changes to src/compose.c (requires claws specific changes)
7734         - drop changes to src/summaryview.c (requires changes to compose.c)     
7735
7736 2002-10-12 [alfons]     0.8.5claws28
7737         
7738         * sync with main changes of 2002-10-07
7739
7740 2002-10-12 [alfons]     0.8.5claws27
7741
7742         * sync with main changes of 2002-10-04
7743         - drop changes to src/compose.c (requires claws specific changes)
7744         - drop changes to src/prefs_folder_item.c (claws implementation
7745           seems to be working)
7746
7747 2002-10-12 [colin]      0.8.5claws26
7748
7749         * src/mainwindow.c
7750                 Fix folder-flicker when space-reading, introduced 
7751                 in claws22.
7752
7753 2002-10-12 [colin]      0.8.5claws25
7754
7755         * src/compose.c
7756                 Save account address when saving as draft.
7757                 (closes bug 621838)
7758
7759 2002-10-12 [colin]      0.8.5claws24
7760
7761         * src/summaryview.c
7762                 Fix the problem consisting of no message selected
7763                 after the last message in a folder has been moved.
7764
7765 2002-10-12 [paul]       0.8.5claws23
7766
7767         * src/compose.c
7768           src/prefs_template.c
7769           src/template.[ch]
7770                 add Cc and Bcc to templates. Patch submitted by
7771                 John L. Males.
7772
7773 2002-10-12 [colin]      0.8.5claws22
7774
7775         * src/folderview.c
7776                 Fix a bug after "Check for new messages":
7777                 If a folder was opened, it was still selected at
7778                 the end of the check, but displayed empty.
7779         * src/mainwindow.c
7780                 Remove unnecessary check
7781
7782 2002-10-12 [paul]
7783
7784         * tools/README
7785                 be more verbose in the description of
7786                 OOo2sylpheed.pl
7787                 
7788
7789 2002-10-11 [colin]      0.8.5claws21
7790
7791         * src/mainwindow.c
7792                 Make space work (better) when no mail is selected
7793
7794 2002-10-11 [colin]      0.8.5claws20
7795
7796         * src/inc.c
7797           src/news.c
7798                 fix warnings
7799
7800 2002-10-11 [colin]      0.8.5claws19
7801
7802         * src/mainwindow.c
7803                 revert 0.8.5claws6 changes as i couldn't get to
7804                 anything satisfying
7805
7806 2002-10-11 [melvin]     0.8.5claws18
7807
7808         * src/compose.c
7809                 Removed buggy and unused macro (should have been committed in
7810                 0.8.5claws17)
7811
7812 2002-10-11 [melvin]     0.8.5claws17
7813
7814         * src/compose.c
7815                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7816
7817 2002-10-11 [thorsten]   0.8.5claws16 
7818
7819         * src/folderview.c
7820                 remove rescan warning
7821
7822 2002-10-11 [colin]      0.8.5claws15 
7823
7824         * src/procheader.c
7825                 fix a segfault that happens if conv_unmime_header
7826                 fails (should be better to find out why it fails)
7827
7828 2002-10-11 [christoph]  0.8.5claws14
7829
7830         * src/summaryview.c
7831                 update folderview stats after ignore/unignore thread
7832
7833 2002-10-11 [hoa]        0.8.5claws13
7834
7835         * src/quote_fmt_parse.y
7836                 Fixed a yacc/bison syntax error
7837         * src/matcher.c
7838                 Escaping of string is fixed.
7839
7840 2002-10-11 [colin]      0.8.5claws12
7841
7842         * src/imageview.c
7843                 Resize images to fit
7844
7845 2002-10-11 [paul]       0.8.5claws11
7846
7847         * po/es.po
7848                 updated by Ricardo Mones Lastra
7849
7850 2002-10-10 [alfons]     0.8.5claws10
7851
7852         * src/compose.c
7853                 allow dropping files by "moving" files from a file manager,
7854                 not only by the more cumbersome "copying". the latter 
7855                 mostly implies holding down the Control button
7856
7857 2002-10-10 [christoph]  0.8.5claws9
7858
7859         * src/summaryview.c
7860                 update folders after thread building for ignored threads
7861
7862 2002-10-10 [christoph]  0.8.5claws8
7863
7864         * config/.cvsignore
7865                 added Makefile
7866         * src/filtering.[ch]
7867         * src/folder.[ch]
7868         * src/folderview.[ch]
7869         * src/import.c
7870         * src/inc.[ch]
7871         * src/mbox.[ch]
7872         * src/procmsg.c
7873         * src/summaryview.[ch]
7874                 o added new flag need_update to FolderItem
7875                 o removed folder_table from various functions from tracking
7876                   folder updates
7877                 o set need_update flags in folder.c's move, copy and delete
7878                   functions and procmsg's flags functions
7879                 o added function folderview_update_items_when_required that
7880                   updates all folders with need_update set
7881                 o call folderview_update_items_when_required instead of
7882                   folderview_update_item_foreach
7883
7884 2002-10-09 [sergey]     0.8.5claws7
7885
7886         * src/compose.c
7887                 Strip CRs whel loading the text into editor in reedit mode.
7888
7889 2002-10-09 [colin]      0.8.5claws6
7890
7891         * src/mainwindow.c
7892                 Make Space work when no mail is selected
7893
7894 2002-10-09 [colin]      0.8.5claws5
7895
7896         * src/gtksctree.[ch]
7897                 Fix range_select
7898                 Add gtk_sctree_reanchor() 
7899         * src/summaryview.c
7900                 Use gtk_sctree_reanchor() - better fix for 
7901                 bug 60413
7902
7903 2002-10-09 [colin]      0.8.5claws4
7904
7905         * src/summaryview.c
7906                 Fix shift-click select after delete problem
7907                 (closes bug 60413)
7908
7909 2002-10-08 [thorsten]   0.8.5claws3
7910
7911         * src/summaryview.c
7912                 exclude current msg from -hide read messages-
7913
7914 2002-10-08 [colin]      0.8.5claws2
7915
7916         * src/inc.[ch]
7917           src/pop.c
7918           src/recv.c
7919                 Differentiate socket errors from disk full
7920                 errors
7921
7922 2002-10-08 [christoph]  0.8.5claws1
7923
7924         * Makefile.am
7925         * configure.in
7926                 modifications for new config directory
7927
7928         * config.guess  ** REMOVED **
7929         * config.sub    ** REMOVED **
7930         * install-sh    ** REMOVED **
7931         * ltmain.sh     ** REMOVED **
7932         * missing       ** REMOVED **
7933         * mkinstalldirs ** REMOVED **
7934                 these files are autogenerated by automake
7935                 when you run autogen.sh
7936
7937         * config/.cvsignore     ** NEW FILE **
7938         * config/Makefile.am    ** NEW FILE **
7939                 ignore autogenerated files
7940                 create a Makefile in this directory
7941
7942 2002-10-08 [paul]       0.8.5claws
7943
7944         * 0.8.5claws release
7945         
7946         * src/compose.c
7947           src/procheader.c
7948           src/procmsg.c
7949                 fix quote reply format for newsgroups reply bug
7950                 (thanks to Hoa)
7951                 
7952         * po/en_GB.po
7953           po/pl.po
7954                 updated by me and Witold Wladyslaw Wojciech Wilk
7955                 repectively
7956
7957 2002-10-07 [paul]       0.8.3claws53
7958
7959         * po/it.po
7960           po/pt_BR.po
7961           po/sr.po
7962                 updated messages catalogs, submitted by
7963                 Alessandro Maestri, Fabio Jr.Beneditto 
7964                 and Urke MMI, respectively.
7965
7966 2002-10-07 [christoph]  0.8.3claws52
7967
7968         * src/folder.[ch]
7969         * src/folderview.c
7970         * src/mainwindow.c
7971                 fix new folder ghost message bug
7972                 (closes bug [ 619722 ] wrong count for newly created folders)
7973
7974 2002-10-07 [christoph]  0.8.3claws51
7975
7976         * src/compose.c
7977                 fix news posting problem
7978
7979 2002-10-07 [melvin]     0.8.3claws50
7980
7981         * po/fr.po
7982                 Updated French translation
7983
7984 2002-10-05 [christoph]  0.8.3claws49
7985
7986         * src/gtkstext.c
7987                 check if line_start_cache is set in gtk_stext_update_text
7988                 (closes bug [ 618119 ] crash while doing search in folder)
7989
7990 2002-10-05 [christoph]  0.8.3claws48
7991
7992         * src/imap.c
7993         * src/news.c
7994         * src/utils.c
7995         * src/utils.h
7996                 implement cache cleanups for claws' folder system
7997                 (closes bug [ 595916 ] imapcache not cleaned up)
7998
7999 2002-10-05 [melvin]     0.8.3claws47
8000
8001         * src/prefs_actions.c
8002                 Made the help text more clear for the %p token
8003
8004 2002-10-04 [paul]       0.8.3claws46
8005
8006         * sync with 0.8.5
8007                 see ChangeLog 2002-10-02 and 2002-10-03
8008
8009 2002-10-04 [christoph]  0.8.3claws45
8010
8011         * src/inc.c
8012                 fix segfault caused by pop before smtp
8013                 call to inc_account_mail with NULL
8014                 pointer for mainwin
8015
8016 2002-10-04 [paul]       0.8.3claws44
8017
8018         * configure.in
8019                 sync the LDAP detection from 0.8.5cvs1
8020
8021 2002-10-02 [christoph]  0.8.3claws43
8022
8023         * po/de.po
8024                 fix small spelling error
8025
8026 2002-10-02 [melvin]     0.8.3claws42
8027
8028         * ac/aspell.m4
8029                 Behave better and say "no" when test program cannot be run.
8030
8031 2002-10-02 [paul]       0.8.3claws41
8032
8033         * sync with 0.8.4cvs1
8034                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8035                 
8036         * src/summaryview.c
8037                 toggle the behavior of Reply menuitem between
8038                 normal reply and reply-to-list
8039
8040 2002-10-01 [sergey]     0.8.3claws40
8041
8042         * src/compose.c
8043                 Convert newlines in the message text to the canonical form
8044                 before base64 encoding (RFC2045 compliance, fixes some
8045                 interoperability issues with Evolution 1.0.3)
8046
8047 2002-09-29 [colin]      0.8.3claws39
8048
8049         * src/summaryview.c
8050                 Fix an unwanted copy/paste
8051
8052 2002-09-29 [colin]      0.8.3claws38
8053
8054         * src/mainwindow.c
8055                 Renamed "Custom toolbar" to "Customize toolbar"
8056                 Renamed "Show all header" to "Show all headers"
8057                 Renamed "Set diplay item" to "Set displayed items"
8058         * src/prefs_common.c
8059                 Renamed "Show all header" to "Show all headers"
8060         * src/prefs_summary_column.c
8061                 Renamed "diplay item" to "displayed items"
8062
8063 2002-09-29 [colin]      0.8.3claws37
8064
8065         * src/mainwindow.[ch]
8066                 online/offline status pixmaps follow theme
8067                 changes
8068         * src/summaryview.[ch]
8069                 quicksearch pixmap follows theme changes
8070
8071 2002-09-29 [thorsten]   0.8.3claws36
8072
8073         * src/compose.c
8074           src/prefs_folder_item.[ch]
8075                 add default_reply_to folder option (closes patch 581044)
8076
8077 2002-09-29 [christoph]  0.8.3claws35
8078
8079         * acconfig.h    ** REMOVED **
8080         * configure.in
8081         * ac/aspell.m4
8082         * ac/check-type.m4
8083         * ac/gnupg-check-typedef.m4
8084                 fix autoheader 2.50 warning
8085
8086 2002-09-29 [christoph]  0.8.3claws34
8087
8088         * major code cleanup (part 2)
8089         
8090                 - unused variables removed
8091                 - unused functions removed
8092                 - uninitialized variables checked
8093                 - missing return statements added
8094                 - missing function return types added
8095                 - added parentheses around assignment
8096                   when suggested by gcc
8097
8098 2002-09-29 [alfons]     0.8.3claws33
8099
8100         * src/logwindow.c
8101                 log_window_clear(): only bracket gtk_text_forward_delete() 
8102                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8103                 works around GTK text bug)
8104
8105 2002-09-29 [paul]       0.8.3claws32
8106
8107         * po/bg.po
8108           po/sr.po
8109                 updated by George Danchev and Urke MMI
8110                 respectively
8111
8112 2002-09-27 [christoph]  0.8.3claws31
8113
8114         * doc-src/readme.txt
8115         * doc-src/rfc1806.txt   ** REMOVED **
8116         * doc-src/rfc2183.txt   ** NEW FILE **
8117         * doc-src/rfc2980.txt   ** NEW FILE **
8118                 update rfcs
8119
8120 2002-09-27 [melvin]     0.8.3claws30
8121
8122         * ac/aspell.m4
8123                 Fixed typo which could break linking
8124
8125 2002-09-27 [melvin]     0.8.3claws29
8126
8127         * ac/aspell.m4
8128                 Improved GNU/aspell checking. 
8129                 Fixed bug #614490
8130
8131 2002-09-27 [paul]       0.8.3claws28
8132
8133         * sync with 0.8.3cvs8
8134                 see ChangeLog 2002-09-27
8135
8136 2002-09-26 [colin]      0.8.3claws27
8137
8138         * src/toolbar.[ch]
8139           src/mainwindow.[ch]
8140                 Add "Reply to Mailing-list" to the toolbar
8141
8142 2002-09-26 [christoph]  0.8.3claws26
8143
8144         * src/summaryview.c
8145                 Fix wrong message counts in summaryview status
8146
8147 2002-09-26 [paul]       0.8.3claws25
8148
8149         * sync with 0.8.3cvs7
8150                 see ChangeLog 2002-09-26
8151
8152 2002-09-26 [paul]       0.8.3claws24
8153
8154         * sync with 0.8.3cvs6
8155                 see ChangeLog 2002-09-25
8156
8157 2002-09-25 [christoph]  0.8.3claws23
8158
8159         * src/prefs_common.c
8160         * src/prefs_folder_item.c
8161         * src/prefs_scoring.c
8162                 Renamed "kill score" to "hide score" in GUI
8163                 and prefs files
8164
8165 2002-09-25 [paul]       0.8.3claws22
8166
8167         * sync with 0.8.3cvs5
8168                 see ChangeLog 2002-09-24
8169
8170 2002-09-24 [alfons]     0.8.3claws21
8171
8172         patch by Satoshi Nagayasu: allows appending / saving multiple 
8173         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8174         'Save as ...'")
8175
8176         * AUTHORS
8177                 add Satoshi Nagayasu
8178         * src/summaryview.c
8179                 summary_save_as(): allow saving selected files to
8180                 one file
8181                 summary_set_menu_sensitive: enable "Save As..." when
8182                 multiple files are selected
8183         * src/utils.[ch]
8184                 append_file(): new function
8185
8186 2002-09-24 [colin]      0.8.3claws20
8187
8188         * src/procmime.c
8189                 Fix segfault when mimeinfo doesn't have a 
8190                 content_type. 
8191
8192 2002-09-24 [colin]      0.8.3claws19
8193
8194         * src/prefs_common.[ch]
8195                 Add a preference to display send dialog or not
8196         * src/send.c
8197                 Display send dialog according to preference
8198
8199 2002-09-24 [colin]      0.8.3claws18
8200
8201         * src/compose.[ch]
8202                 Disable user actions when sending
8203
8204 2002-09-24 [colin]      0.8.3claws17
8205
8206         * src/procmime.c
8207                 Do not display name or filename for attachments
8208                 with an application/pgp-signature type
8209                 (security flaw, see bug 537413)
8210
8211 2002-09-23 [colin]      0.8.3claws16
8212
8213         * src/editaddress.c
8214                 Initialize entry_email, entry_alias and 
8215                 entry_remarks to first email address of the list
8216
8217 2002-09-23 [colin]      0.83claws15
8218
8219         * src/compose.c
8220                 Drop pgp-signature when reediting a signed queued
8221                 message
8222
8223 2002-09-23 [melvin]     0.8.3claws14
8224
8225         * po/fr.po
8226                 Updated French translation
8227
8228 2002-09-23 [melvin]     0.8.3claws13
8229
8230         * src/mainwindow.c
8231                 Made custom toolbar menu labels more consistent
8232         * src/prefs_toolbar.c
8233                 Made custom toolbar window title more consistent
8234
8235 2002-09-22 [colin]      0.8.3claws12
8236
8237         * src/inc.c
8238                 Initialize session type to normal before getting 
8239                 mail (fixes strange Get behaviour)
8240         * src/prefs_account.h
8241                 Move STYPE_POP_BEFORE_SMTP to last position to 
8242                 avoid other side-effects
8243
8244 2002-09-22 [colin]      0.8.3claws11
8245
8246         * src/prefs_account.c
8247                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8248                 from pop3 to apop or vice-versa
8249
8250 2002-09-22 [colin]      0.8.3claws10
8251         
8252         * src/prefs_account.[ch]
8253                 Add an option for the POP before SMTP timeout
8254         * src/inc.c
8255                 Remember time of last POP connection
8256         * src/send.c
8257                 Do POP before SMTP only if timeout reached
8258
8259 2002-09-22 [oliver]     0.8.3claws9
8260         
8261         * README.claws
8262                 explain custom toolbar
8263
8264 2002-09-22 [oliver]     0.8.3claws8
8265
8266         * src/prefs_actions.[ch]
8267         custom toolbar for compose      
8268                 actions callback from compose toolbar
8269         * src/folderview.c
8270                 remove include toolbar.h
8271
8272 2002-09-22 [oliver]     0.8.3claws7
8273         
8274         * src/prefs_toolbar.[ch]
8275                 custom toolbar for compose
8276                 - generic prefs_toolbar handles both
8277                   Mainwin's toolbar as well as Compose toolbar          
8278
8279 2002-09-22 [oliver]     0.8.3claws6
8280         
8281         * src/toolbar.[ch]
8282                 custom toolbar for compose
8283                 restructure toolbar.[ch]
8284
8285 2002-09-22 [oliver]     0.8.3claws5
8286
8287         * src/compose.[ch]
8288                 custom toolbar for compose
8289
8290 2002-09-22 [oliver]     0.8.3claws4
8291         
8292         * src/mainwindow.[ch]
8293                 custom toolbar for compose 
8294                 move mainwin toolbar back to mainwindow
8295
8296 2002-09-22 [alfons]     0.8.3claws3
8297
8298         * src/procmsg.c
8299                 :%sno/if(/if (/gc
8300                 :%sno/for(/for (/gc
8301                 (beautify)
8302
8303 2002-09-22 [alfons]     0.8.3claws2
8304         
8305         * src/procmsg.c
8306                 procmsg_save_to_outbox(): don't unlink message file from queue;
8307                 callers should do it using folder_item_remove_msg()
8308
8309 2002-09-22 [colin]      0.8.3claws1
8310
8311         * src/mimeview.[ch]
8312                 Made mimeview_check_signature() public
8313         * src/textview.c
8314                 Made GPG signatures verifiable by clicking
8315                 the [application/pgp-signature] in the Text
8316                 view
8317
8318 2002-09-22 [paul]       0.8.3claws
8319
8320         * po/bg.po
8321           po/en_GB.po
8322           po/es.po
8323           po/it.po
8324           po/pl.po
8325           po/pt_BR.po
8326           po/sr.po
8327                 updated translations, submitted by George Danchev,
8328                 me, Ricardo Mones Lastra, Alessandro Maestri,
8329                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8330                 and Urke MMI, respectively.     
8331
8332 2002-09-22 [alfons]     0.8.2claws65
8333
8334         * src/procmsg.c
8335         * src/pgptext.c
8336                 no furry valgrinds have been used to plug these memleaks
8337
8338 2002-09-20 [paul]       0.8.2claws64
8339
8340         * sync with 0.8.3cvs4
8341                 'Select thread' re-implemented 
8342                 see ChangeLog 2002-09-20
8343
8344 2002-09-21 [alfons]     0.8.2claws63
8345
8346         * src/compose.c
8347                 compose_send(): plug unnoticed memleak
8348
8349 2002-09-20 [alfons]     0.8.2claws62
8350
8351         * src/addr_compl.c
8352                 replace_address_in_edit(): strict check for NULL address to
8353                 fix "[ 607348 ] Segfault in address completion". My guess is
8354                 that this happens with an empty address book, but it's good
8355                 to have this check here anyway
8356                 
8357                 completion_window_button_press(): free string returned 
8358                 from the internal cache
8359
8360 2002-09-20 [christoph]  0.8.2claws61
8361
8362         * src/procmime.h
8363                 added ENC_BINARY to EncodingType
8364         * src/procmime.c
8365                 the string returned by procmime_get_encoding_str
8366                 should not depend on the order of values in the
8367                 EncodingType definition
8368         * doc-src/rfc1806.txt   ** NEW FILE **
8369                 Added rfc1806 about MIME Content-Disposition
8370                 Extension
8371
8372 2002-09-19 [paul]       0.8.2claws60
8373
8374         * sync with 0.8.2cvs3
8375                 see ChangeLog 2002-09-19
8376
8377 2002-09-19 [paul]       0.8.2claws59
8378
8379         * src/prefs_folder_item.c
8380                 revert to Darko's original alignment of colour
8381                 selector button
8382                 add a colon to folder_color label
8383                 
8384         * src/compose.c
8385                 add Colin's patch (with Hiro's modifications) to 
8386                 force BASE64 encoding for 8-bit text when signing
8387                 (sync with 0.8.3cvs2)
8388
8389 2002-09-18 [alfons]     0.8.2claws58
8390
8391         * src/compose.c
8392                 :%sno/if(/if (/gc
8393                 :%sno/for(/for (/gc
8394                 (beautify a little bit)
8395
8396 2002-09-18 [christoph]  0.8.2claws57
8397
8398         * src/pine.c
8399                 fix handling of fgetc return value
8400
8401 2002-09-17 [alfons]     0.8.2claws56
8402         
8403         * src/summaryview.c
8404                 summary_sort(): check non-NULL summaryview->folder_item when no 
8405                 folder is selected at all
8406                 (closes "[ 610344 ] sort label make syl Crash")
8407
8408 2002-09-17 [alfons]     0.8.2claws55
8409         
8410         * src/compose.c
8411                 beautify a little bit
8412
8413 2002-09-17 [christoph]  0.8.2claws54
8414
8415         * src/folder.c
8416                 initialize max values for cache and folder
8417                 when cache or folder is empty
8418
8419 2002-09-15 [colin]      0.8.2claws53
8420
8421         * src/compose.c
8422                 Fix a leak (thanks Alfons!) and cleaned
8423                 variables names for custom headers
8424
8425 2002-09-15 [colin]      0.8.2claws52
8426
8427         * src/compose.c
8428                 Fix custom headers recognition when
8429                 prefs_common.trans_hdr is on
8430
8431 2002-09-15 [colin]      0.8.2claws51
8432
8433         * src/compose.c
8434                 Allow dynamically-added custom headers
8435                 Yet not reparsed if reedited
8436
8437 2002-09-15 [alfons]     0.8.2claws50
8438
8439         * src/prefs_account.c
8440                 fix warnings
8441
8442 2002-09-15 [colin]      0.8.2claws49
8443         
8444         * src/prefs_account.c
8445                 fix pop_before_smtp sensitivity
8446
8447 2002-09-15 [colin]      0.8.2claws48
8448
8449         * src/inc.[ch]
8450                 add inc_pop_before_smtp()
8451                 allow MainWindow to be undefined in 
8452                 inc_account_mail() and inc_start()
8453         * src/pop.c
8454           src/prefs_account.h
8455                 add STYPE_POP_BEFORE_SMTP session type
8456         * src/prefs_account.c
8457                 activated pop before smtp option
8458         * src/send.c
8459                 do pop before smtp if the relevant option 
8460                 is set
8461
8462 2002-09-15 [paul]       0.8.2claws47
8463
8464         * sync with 0.8.3
8465                 see ChangeLog 2002-09-15
8466
8467 2002-09-14 [paul]       0.8.2claws46
8468
8469         * po/bg.po
8470                 updated Bulgarian translation, submitted by
8471                 George Danchev
8472
8473 2002-09-13 [paul]       0.8.2claws45
8474
8475         * src/compose.c
8476                 merge claws' select_account() with main's
8477                 (new) compose_select_account(). [sync with
8478                 0.8.2cvs15, see ChangeLog 2002-09-11]
8479
8480 2002-09-12 [christoph]  0.8.2claws44
8481
8482         * src/filter.c
8483                 allocate 1 elements of FolderItem not 0
8484
8485 2002-09-12 [colin]      0.8.2claws43
8486
8487         * src/compose.c
8488                 Fix bug #590825 (obey Follow-up: poster)
8489
8490 2002-09-12 [colin]      0.8.2claws42
8491
8492         * src/procmime.c
8493                 Fix bug #557009 (wrong headers for messages 
8494                 forwarded as attachments)
8495
8496 2002-09-11 [colin]      0.8.2claws41
8497         
8498         * src/compose.c
8499                 Put SCF: pseudo-header on top of message
8500                 Set draft tmp_flag when saved as draft
8501
8502         * src/procmsg.c
8503           src/procheader.c
8504                 Skip after first \n\n for beginning of real message
8505                 for drafts too
8506
8507 2002-09-11 [christoph]  0.8.2claws40
8508
8509         * src/filtering.c
8510                 use procmsg flag functions in filtering or processing
8511                 will cause incorrect folder message counts
8512
8513 2002-09-11 [colin]      0.8.2claws39
8514
8515         * src/compose.c
8516                 Fix bug #550175 - wrong save folder when reediting
8517                 drafts
8518
8519 2002-09-11 [paul]       0.8.2claws38
8520
8521         * sync with 0.8.2cvs14
8522                 see ChangeLog 2002-09-11
8523
8524 2002-09-11 [colin]      0.8.2claws37
8525
8526         * src/folder.c
8527                 Fix a typo (seeming to cause new/unread status to
8528                 be lost)
8529
8530 2002-09-10 [christoph]  0.8.2claws36
8531
8532         * src/compose.c
8533                 compose_redirect should not use compose_generic_new
8534                 because that does more stuff than expected including
8535                 opening the external editor
8536                 (closes bug "[ 526608 ] bounced messages appear blank
8537                  in editor")
8538
8539 2002-09-10 [christoph]  0.8.2claws35
8540
8541         * src/folder.c
8542                 fix problem with too large message number range
8543                 causing a crash in folder_item_scan
8544
8545 2002-09-10 [paul]       0.8.2claws34
8546
8547         * sync with 0.8.2cvs13
8548                 see ChangeLog 2002-09-10
8549
8550 2002-09-10 [christoph]  0.8.2claws33
8551
8552         * src/msgcache.c
8553                 set MsgInfo TmpFlags for queue and draft folders
8554                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8555
8556 2002-09-10 [paul]       0.8.2claws32
8557
8558         * AUTHORS
8559           po/bg.po      ** NEW FILE **
8560                 new Bulgarian translation submitted by
8561                 George Danchev <danchev@spnet.net>
8562                 
8563         * tools/Makefile.am
8564           tools/README
8565           tools/tb2sylpheed     ** NEW FILE **
8566                 add script that converts an addressbook exported
8567                 from The Bat! into a Sylpheed addressbook. Submitted
8568                 by Urke MMI <urke-kg@eunet.yu>
8569
8570 2002-09-10 [paul]       0.8.2claws31
8571
8572         * sync with 0.8.2cvs12
8573                 see ChangeLog 2002-09-10
8574
8575 2002-09-06 [paul]       0.8.2claws30
8576
8577         * src/prefs_common.c
8578                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8579                 
8580         * tools/Makefile.am
8581           tools/README
8582           tools/ldif-to-xml.py  ** REMOVED **
8583                 remove obsolete python script
8584
8585 2002-09-06 [paul]       0.8.2claws29
8586
8587         * sync with 0.8.2cvs10
8588                 see ChangeLog 2002-09-06
8589
8590 2002-09-04 [paul]       0.8.2claws28
8591
8592         * sync with 0.8.2cvs9
8593                 see ChangeLog 2002-08-04
8594
8595 2002-09-04 [colin]      0.8.2claws27 
8596
8597         * src/prefs_common.[ch]
8598                 Added signature color configuration
8599         * src/textview.c
8600                 Use user-specified signature color
8601
8602 2002-09-03 [colin]      0.8.2claws26
8603
8604         * src/prefs_common.[ch]
8605                 Added autosave and autosave_length prefs
8606         * src/compose.c
8607                 Added compose_remove_draft()
8608                 Auto-save drafts according to the prefs
8609         * src/main.c
8610                 Added a crash-indicator file, allowing to check
8611                 for new messages on startup if Sylpheed crashed
8612                 (makes saved drafts "reappear")
8613
8614 2002-09-03 [colin]      0.8.2claws25
8615
8616         * src/textview.[ch]
8617                 Grey the signature
8618
8619 2002-09-03 [paul]       0.8.2claws24
8620
8621         * sync with 0.8.2cvs8
8622                 see ChangeLog 2002-09-02 and 2002-09-03
8623
8624 2002-09-03 [darko]      0.8.2claws23
8625
8626         * src/folderview.c
8627                 use normal style when creating new folder to pick
8628                 proper font size 
8629
8630 2002-09-02 [melvin]     0.8.2claws22
8631
8632         * src/gtkaspell.m4
8633                 removed some obsolete code
8634
8635 2002-09-02 [melvin]     0.8.2claws21
8636
8637         * ac/aspell.m4
8638                 fixed test's equality sign (== to =)
8639
8640 2002-09-02 [alfons]     0.8.2claws20
8641
8642         * src/folder.c
8643         * src/mh.c
8644                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8645                 as folder->destroy virtual as suggested by Hiro
8646                 (the mh.c code seems to have been lost around mh.c.1.21)
8647
8648 2002-09-02 [paul]       0.8.2claws19
8649
8650         * po/pt_BR.po
8651                 updated by Fabio Jr. Beneditto
8652                 
8653         * src/defs.h
8654                 use 'http://claws.sylpheed.org' for homepage link. 
8655                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8656
8657 2002-09-01 [alfons]     0.8.2claws18
8658
8659         * src/mh.c
8660                 plug memleak related to one Martin Kluge found
8661
8662 2002-08-31 [paul]       0.8.2claws17
8663
8664         * sync with 0.8.2cvs6
8665                 see ChangeLog 2002-08-30
8666
8667 2002-08-31 [alfons]     0.8.2claws16
8668
8669         * src/folder.c
8670                 folder_destroy(): remove mailbox from folderlist even if it has
8671                 no destroy virtual
8672
8673 2002-08-31 [alfons]     0.8.2claws15
8674
8675         * src/folder.c
8676                 :%sno/if(/if (/gc
8677                 :%sno/for(/for (/gc
8678                 (being pedantic I know)
8679
8680 2002-08-31 [alfons]     0.8.2claws14
8681
8682         * src/folder.c
8683                 check for NULL pointers returned from folder->fetch_msginfo virtual
8684                 (should solve some reported crashes)
8685
8686 2002-08-30 [alfons]     0.8.2claws13
8687
8688         * acconfig.h
8689         * configure.in
8690         * src/crash.c
8691                 enable crash dialog on compilation time
8692                 (--enable-crash-dialog configure option)
8693
8694 2002-08-30 [alfons]     0.8.2claws12
8695
8696         * AUTHORS
8697                 add Martin Kluge
8698         * src/mh.c
8699                 apply memory leak plug patch by Martin Kluge
8700                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8701                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8702                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8703
8704 2002-08-30 [darko]      0.8.2claws11
8705
8706         * src/folderview.c
8707                 copy Gtk style from normal style to match
8708                 font size for coloured folders
8709
8710 2002-08-29 [alfons]     0.8.2claws10
8711
8712         * sylpheed.desktop
8713                 Type=Internet <- Type=Application
8714                 (reported by Michael Schwendt, see:
8715                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8716                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8717
8718 2002-08-29 [paul]       0.8.2claws9
8719
8720         * sync with 0.8.2cvs5
8721                 see ChangeLog 2002-08-29
8722
8723 2002-08-29 [colin]      0.8.2claws8
8724
8725         * src/summaryview.c
8726                 Added a sanity check in summary_select_thread
8727                 Should fix bug 601605
8728
8729 2002-08-29 [colin]      0.8.2claws7
8730
8731         * src/main.c
8732                 Revert claws6 changes regarding bug #591676
8733
8734 2002-08-28 [colin]      0.8.2claws6
8735         
8736         * src/main.c
8737                 Ignore cache for queue folderitems
8738                 Fix bug #591676
8739
8740 2002-08-28 [melvin]     0.8.2claws5
8741
8742         * README.claws
8743                 Fixed typos.
8744
8745 2002-08-28 [melvin]     0.8.2claws4
8746
8747         * README.claws
8748                 Updated a bit the text concerning the spell checker
8749
8750 2002-08-28 [melvin]     0.8.2claws3
8751
8752         Merged the GNU_aspell_branch:
8753                 Support of new GNU/aspell is now included and the old pspell
8754                 is not supported anymore.
8755                 See README.claws
8756
8757         * README.claws
8758                 Updated spell checker text to reflect the switch to GNU/aspell
8759
8760         * ac/aspell.m4          *** NEW ***
8761         * src/gtkaspell.[ch]    *** NEW *** 
8762         * ac/pspell.m4          *** DELETED *** 
8763         * src/gtkspell.[ch]     *** DELETED ***
8764
8765         * ac/Makefile.am
8766                 Updated for GNU/aspell support
8767
8768         * po/POTFILES.in
8769                 Replaced gtkspell.c by gtkaspell.c
8770
8771         * acconfig.h
8772         * src/Makefile.am
8773         * src/about.c
8774         * src/compose.[ch]
8775         * src/crash.c
8776         * src/main.c
8777         * src/prefs_common.[ch]
8778                 Updated for GNU/aspell support
8779
8780 2002-08-28 [paul]       0.8.2claws2
8781
8782         * sync with 0.8.2cvs4
8783                 see ChangeLog 2002-08-27 and 2002-08-28
8784
8785 2002-08-28 [colin]      0.8.2claws1
8786
8787         * src/summary_search.c
8788                 Added "AND search"
8789
8790 2002-08-28 [jens]       0.8.2claws
8791
8792         *po/de.po
8793                 Updated German translations
8794
8795 2002-08-27 [melvin]     0.8.2claws
8796
8797         * po/fr.po
8798                 Updated French translations
8799
8800 2002-08-27 [paul]       0.8.2claws
8801
8802         * sync with 0.8.2 main release
8803
8804         * po/en_GB.po
8805           po/es.po
8806           po/it.po
8807           po/pl.po
8808           po/pt_BR.po
8809           po/sr.po
8810                 updated message catalogs submitted by
8811                 Ricardo Mones Lastra, Alessandro Maestri,
8812                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8813                 Beneditto and Urke MMI  
8814
8815 2002-08-27 [hoa]        0.8.1claws123
8816
8817         * src/mainwindow.[ch]
8818         * src/summaryview.[ch]
8819                 removed the "filter setting" menu option.
8820                 add a "cancel a news message" menu option.
8821
8822 2002-08-26 [martin]     0.8.1claws122
8823
8824         * ChangeLog.claws
8825                 changed string under 0.8.1claws79 changed by myself
8826                 i'm sorry alfons :(
8827
8828 2002-08-26 [martin]     0.8.1claws121
8829
8830         * src/crash.c
8831                 added kill command to debuggerrc to start crash dialog
8832
8833 2002-08-26 [paul]       0.8.1claws120
8834
8835         * sync with 0.8.1cvs31
8836                 see ChangeLog 2002-08-26
8837
8838 2002-08-25 [alfons]     0.8.1claws119
8839
8840         * src/procmsg.c
8841                 fix bug that didn't send out correct headers to news server
8842                 when sending news article and email from queue (bug reported
8843                 and patch provided by Tim Mann; closes bug 
8844                 "[ 583196 ] 0.7.8claws can't post news")
8845
8846 2002-08-25 [alfons]     0.8.1claws118
8847
8848         * src/selective_download.c
8849                 mark two strings as translatable
8850                 (thanks to Urke MMI for pointing this out)
8851
8852 2002-08-25 [alfons]     0.8.1claws117
8853
8854         * src/summaryview.c
8855                 treat sent boxes as special and allow sorting them by addressee
8856                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8857                 submitted by Steve Lamb)
8858
8859 2002-08-24 [alfons]     0.8.1claws116
8860
8861         * src/matcher.c
8862                 fix memleak reported by Martin Kluge
8863                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8864
8865 2002-08-24 [oliver]     0.8.1claws115
8866
8867         * src/prefs_toolbar.c
8868                 o code cleanup as suggested by Alfons
8869                 o memleak fix
8870
8871 2002-08-24 [alfons]     0.8.1claws114
8872
8873         * src/summaryview.c
8874                 o fix another memory leak reported by Martin Kluge
8875                   (see "[ 599568 ] Small Memory Leak")
8876                 o remove 'from' variable from 'summary_set_header()'; we can
8877                   do with just 'to' 
8878
8879 2002-08-24 [paul]       0.8.1claws113
8880
8881         * sync with 0.8.1cvs30
8882                 see ChangeLog 2002-08-23
8883
8884 2002-08-24 [alfons]     0.8.1claws112
8885
8886         * src/summaryview.c
8887                 remove unnecessary allocations for search bar fixing leaks
8888                 reported by Martin Kluge
8889                 (see "[ 599451 ] Further memory leaks?")
8890
8891 2002-08-24 [alfons]     0.8.1claws111
8892
8893         * src/main.c
8894                 make get_socket_name() public for crash.c
8895         * src/crash.c
8896                 o make report bug button work (goes to claws' 
8897                   bug tracker at sf.net)
8898                 o introduce function for doing important stuff just
8899                   before claws goes down
8900                 o clean up code 
8901
8902 2002-08-24 [alfons]     0.8.1claws110
8903
8904         * src/compose.c
8905                 move cursor to "To" entry when forwarding as attachment
8906                 (reported and solved by Steve Lamb, closes bug report
8907                 "[ 592880 ] Forward as attachment; cursor not in to")
8908
8909 2002-08-24 [colin]      0.8.1claws109
8910
8911         * src/mainwindow.c
8912                 fix quick search visibility after GUI (de)separations.
8913
8914 2002-08-23 [colin]      0.8.1claws108
8915
8916         * src/mainwindow.c
8917                 fix header pane visibility after folderview or
8918                 messageview (de)separation
8919
8920 2002-08-23 [paul]       0.8.1claws107
8921
8922         * src/mainwindow.[ch]
8923           src/toolbar.c
8924                 give full control of display or non-display 
8925                 of the Execute icon to Custom toolbar settings.
8926                 add new sensitivity condition to maninwindow.h: 
8927                 M_DELAY_EXEC
8928
8929         * ChangeLog
8930           ChangeLog.jp
8931           NEWS
8932                 more sync with 0.8.1cvs29
8933
8934 2002-08-23 [melvin]     0.8.1claws106
8935
8936         * src/alertpanel.c
8937                 Readded support for custom widget in alertpanel lost in last
8938                 sync.
8939
8940 2002-08-23 [paul]       0.8.1claws105
8941
8942         * sync with 0.8.1cvs29
8943                 see ChangeLog 2002-08-23
8944
8945 2002-08-23 [colin]      0.8.1claws104
8946
8947         * src/summaryview.c
8948                 Fix folder and search pixmaps exchanging positions
8949                 after theme or toolbar changes. Thank to Oliver for 
8950                 reporting this.
8951
8952 2002-08-23 [colin]      0.8.1claws103
8953
8954         * src/mainwindow.c
8955           src/messageview.[ch]
8956           src/noticeview.[ch]
8957           src/summaryview.c
8958                 Changed messageview_create() and noticeview_create()
8959                 to avoid the last gdk_warning
8960
8961 2002-08-22 [colin]      0.8.1claws102
8962
8963         * src/summaryview.c
8964                 Fix my new `Creating pixmap from xpm' warning
8965
8966 2002-08-22 [colin]      0.8.1claws101
8967
8968         * src/mainwindow.c
8969                 Fix some of the gdk warnings
8970
8971 2002-08-22 [colin]      0.8.1claws100
8972
8973         * src/Makefile.am
8974         * src/stock_pixmap.c
8975         * src/stock_pixmap.h
8976         * src/pixmaps/quicksearch.xpm *ADDED*
8977                 Add the quicksearch pixmap
8978         * src/mainwindow.c
8979         * src/summaryview.c
8980         * src/summaryview.h
8981                 Make quicksearch bar visible/hidden via a button
8982
8983 2002-08-22 [christoph]  0.8.1claws99
8984
8985         * src/folder.c
8986                 fix folder update for newsgroups with message
8987                 numbers below minimum number of articles to fetch
8988                 (closes bug #598445)
8989
8990 2002-08-22 [paul]       0.8.1claws98
8991
8992         * sync with 0.8.1cvs28
8993                 see ChangeLog 2002-08-22
8994
8995 2002-08-21 [alfons]     0.8.1claws97
8996
8997         * src/crash.c
8998                 use bt instead of bt full which seems to work 
8999                 better, and bt full doesn't give a great deal 
9000                 of information anyway
9001
9002 2002-08-21 [colin]      0.8.1claws96
9003
9004         * src/summaryview.c
9005                 fix summaryview_searchtype_changed prototype
9006
9007 2002-08-21 [christoph]  0.8.1claws95
9008
9009         * src/mainwindow.c
9010                 o fix broken menu update for sorting type, we have to
9011                   get this info from the summaryview now
9012                 o removed setting of threaded state in menu callback
9013         * src/summaryview.[ch]
9014                 more summaryview/folderitem seperation for
9015                 threading option
9016         * configure.in
9017                 removed not required --with-compiler-flags option
9018
9019 2002-08-21 [oliver]     0.8.1claws94
9020         
9021         * src/toolbar.h 
9022                 o rename toolbar.xml to toolbar_main.xml
9023                   since toolbar_compose.xml might come up 
9024                   any time soon
9025         * README.claws
9026                 add custom toolbar              
9027
9028 2002-08-21 [darko]      0.8.1claws93
9029
9030         * src/procmsg.c
9031                 don't reset tmp flags for messages copied
9032                 to sent folder
9033
9034 2002-08-21 [colin]      0.8.1claws92
9035         
9036         * src/prefs_filtering.c
9037                 fix renaming rules on folder rename 
9038                 when folder is not a leaf folder
9039
9040 2002-08-21 [paul]       0.8.1claws91
9041
9042         * src/prefs_folder_item.c
9043                 fix alignment of colour selector
9044
9045 2002-08-21 [paul]       0.8.1claws90
9046
9047         * sync with 0.8.1cvs27
9048                 see ChangeLog 2002-08-21
9049
9050 2002-08-21 [paul]       0.8.1claws89
9051
9052         * src/summaryview.c
9053                 fix crash when changing field type in
9054                 Quick search bar
9055
9056 2002-08-21 [colin]      0.8.1claws88
9057
9058         * src/summaryview.c
9059                 Made quick search case-insensitive
9060
9061 2002-08-21 [paul]       0.8.1claws87
9062
9063         * sync with 0.8.1cvs26
9064                 see ChangeLog 2002-08-21
9065
9066 2002-08-20 [christoph]  0.8.1claws86
9067
9068         * src/folderview.c
9069         * src/main.c
9070         * src/summaryview.[ch]
9071                 more summaryview/folderitem seperation for
9072                 sort_key and sort_type
9073         * src/procmsg.c
9074                 added missing return statement
9075
9076 2002-08-20 [colin]      0.8.1claws85
9077
9078         * src/summaryview.[ch]
9079                 Added a quick search box
9080         * src/mainwindow.c
9081         * src/prefs_common.[ch]
9082                 Added a show/hide option for the quick search
9083
9084 2002-08-20 [oliver]     0.8.1claws84
9085         
9086         * src/mainwindow.c
9087                 remove toolbar_create_popups
9088         * src/toolbar.[ch]
9089                 o remove toolbar_create_popups
9090                 o fix toolbar_set_sensitive 
9091                   (Bug reports #596834 and #596832)     
9092         * src/prefs_toolbar.c
9093                 o add "Set default" button
9094                 o align label and text + combo widgets
9095
9096 2002-08-20 [hoa]        0.8.1claws83bis
9097
9098         * src/imap.c
9099                 fixed a bug in imap_fetch_msginfo() in case there is no
9100                 current folder.
9101
9102 2002-08-20 [darko]      0.8.1claws83
9103
9104         * src/folderview.c
9105                 copy the color style of folder view so it
9106                 works with GTK themes
9107
9108 2002-08-20 [darko]      0.8.1claws82
9109
9110         * src/folder.h
9111         * src/folderview.c
9112         * src/prefs_folder_item.[hc]
9113                 don't use UI stuff in folder.h
9114
9115 2002-08-20 [darko]      0.8.1claws81
9116
9117         * src/folder.h
9118         * src/prefs_folder_item.h
9119         * src/folderview.c
9120         * src/prefs_folder_item.c
9121                 ability to set folder color in folderview
9122
9123 2002-08-19 [alfons]     0.8.1claws80
9124
9125         * src/summaryview.c
9126                 fix one of the earlier memleaks reported by Martin Kluge
9127
9128 2002-08-19 [alfons]     0.8.1claws79
9129
9130         * src/mainwindow.c
9131                 hide notice view when selecting seperate folder
9132                 view (reported by Urke MMI)
9133
9134 2002-08-19 [christoph]  0.8.1claws78
9135
9136         * src/folderview.c
9137         * src/prefs_folder_item.h
9138         * src/summaryview.[ch]
9139                 o add summary_set_prefs_from_folderitem to set
9140                   summaryview prefs (first step to remove all
9141                   references to the folderitem in summaryview)
9142                 o moved compiled regex stuff from folderitem prefs
9143                   to summaryview code
9144
9145 2002-08-19 [paul]       0.8.1claws77
9146
9147         * src/compose.c
9148                 add check for '.' to QUOTE_IF_REQUIRED
9149
9150 2002-08-19 [paul]       0.8.1claws76
9151
9152         * src/inc.c
9153                 sync with 0.8.1cvs25 (plug memory leak)
9154
9155         * src/prefs_toolbar.c
9156                 re-order prefs_toolbar_cancel()
9157
9158 2002-08-18 [alfons]     0.8.1claws75
9159
9160         * src/inc.c
9161         * src/matcher.c
9162                 plug other memleaks reported by Martin Kluge
9163
9164 2002-08-18 [paul]       0.8.1claws74
9165
9166         * po/pt_BR.po
9167                 updated by Fabio Jr. Beneditto
9168
9169 2002-08-18 [paul]       0.8.1claws73
9170
9171         * src/toolbar.[ch]
9172                 fix bug where tooltips were displayed untranslated              
9173
9174         * src/prefs_toolbar.c
9175                 fix bug where clicking 'Cancel' creates an icon & text
9176                 toolbar regardless of prefs
9177         
9178
9179 2002-08-17 [oliver]     0.8.1claws72
9180
9181         * src/prefs_toolbar.c
9182                 update toolbar on CANCEL
9183                 bug reported by Martin Kluge
9184         * src/toolbar.c
9185                 toolbar_destroy memleak fixed           
9186
9187 2002-08-17 [alfons]     0.8.1claws71
9188
9189         * src/toolbar.c
9190                 plug another memleak reported by Martin Kluge
9191
9192 2002-08-16 [alfons]     0.8.1claws70
9193
9194         * src/crash.c
9195                 use execvp() correctly (suggested by wwp; thanks!)
9196
9197 2002-08-16 [alfons]     0.8.1claws69
9198
9199         * src/gtksctree.c
9200                 plug memory leak reported by Kim Schultz & Martin Kluge
9201
9202 2002-08-16 [paul]       0.8.1claws68
9203
9204         * po/es.po
9205                 updated by Ricardo Mones Lastra
9206
9207 2002-08-16 [paul]       0.8.1claws67
9208
9209         * src/toolbar.h
9210                 fix bug where 'Compose News' icon showed wrong
9211                 tooltip
9212
9213 2002-08-16 [paul]       0.8.1claws66
9214
9215         * sync with 0.8.1cvs24
9216                 see ChangeLog 2002-08-16
9217
9218         * po/it.po
9219                 updated by Alessandro Maestri
9220
9221 2002-08-15 [paul]       0.8.1claws65
9222
9223         * po/sr.po
9224                 updated by Urke MMI
9225
9226 2002-08-15 [paul]       0.8.1claws64
9227
9228         * src/*.c
9229                 don't translate debug info
9230
9231         * src/matcher.[ch]
9232                 add copyright info
9233
9234 2002-08-15 [paul]       0.8.1claws63
9235
9236         * src/prefs_toolbar.c
9237                 fix bug where clicking 'OK' creates an icon & text
9238                 toolbar regardless of prefs
9239
9240 2002-08-14 [alfons]     0.8.1claws62
9241
9242         * src/main.c
9243                 add global var that has the full argv[0]
9244         * src/crash.c
9245                 o execvp the correct sylpheed by using argv0
9246                   and setting the correct work dir
9247                 o other tweaks  
9248
9249 2002-08-14 [oliver]     0.8.1claws61
9250         
9251         * enable/disable Toolbar Action Buttons 
9252         * code cleanups
9253         * src/mainwindow.c
9254         * src/toolbar.[ch]      
9255         * src/prefs_toolbar.c   
9256
9257 2002-08-14 [melvin]     0.8.1claws60
9258
9259         * po/fr.po
9260                 Updated French translations
9261
9262 2002-08-14 [melvin]     0.8.1claws59
9263
9264         * src/crash.c
9265                 Made bug report not translatable
9266         * src/exporthtml.c
9267                 Fixed exporthtml_build_filespec() return value
9268         * src/foldersel.c
9269                 Fixed incorrect include file
9270         * src/gtkspell.c
9271         * src/prefs_actions.c
9272         * src/prefs_toolbar.c
9273                 Made debug info not translatable
9274         * src/mutt.c
9275         * src/quote_fmt.c
9276                 Added missing includes
9277         * src/prefs_common.c
9278                 Fixed typo
9279
9280 2002-08-14 [paul]       0.8.1claws58
9281
9282         * faq/es/sylpheed-faq.html
9283           faq/es/sylpheed-faq-[1-3].html
9284           faq/es/sylpheed-faq-4.html     **NEW FILE **
9285                 update Spanish FAQ
9286
9287 2002-08-13 [christoph]  0.8.1claws57
9288
9289         * src/procmsg.c
9290                 ignore thread fix that did not mark all
9291                 child nodes of a ignored thread as
9292                 ignored. Does not work perfectly yet,
9293                 but it is better now
9294
9295 2002-08-13 [alfons]     0.8.1claws56
9296
9297         * src/crash.c
9298                 o implement 'save crash log'
9299                 o some tweaks
9300
9301 2002-08-13 [melvin]     0.8.1claws55
9302
9303         * src/main.c
9304                 removed unrequired "execinfo.h" header
9305
9306 2002-08-12 [paul]       0.8.1claws54
9307
9308         * faq/en/sylpheed-faq.html
9309           faq/en/sylpheed-faq-[1-3].html
9310           faq/en/sylpheed-faq-4.html     **NEW FILE **
9311                 update English FAQ
9312
9313 2002-08-12 [alfons]     0.8.1claws53
9314
9315         * po/POTFILES.in
9316                 add crash.c to translatables
9317         * src/crash.c
9318                 bring in Leandro's crash dialog
9319
9320 2002-08-11 [alfons]     0.8.1claws52
9321
9322         * src/crash.c
9323                 clean up some warnings
9324
9325 2002-08-11 [alfons]     0.8.1claws51
9326
9327         * acconfig.h
9328         * configure.in
9329         * src/crash.[ch]        ** NEW FILES **
9330         * src/main.c            
9331                 initial gdb crash handler
9332
9333 2002-08-11 [paul]       0.8.1claws50
9334
9335         * src/prefs_toolbar.c
9336                 replace Up/Down arrow pixmaps with text to be
9337                 consistent across icon themes
9338
9339 2002-08-11 [paul]       0.8.1claws49
9340
9341         * src/prefs_common.c
9342           src/prefs_toolbar.c
9343                 rename 'Pixmap' -> 'Icon'
9344
9345         * src/toolbar.[ch]
9346                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9347
9348 2002-08-10 [paul]       0.8.1claws48
9349
9350         * src/prefs_toolbar.c
9351                 re-work the UI
9352
9353 2002-08-10 [paul]       0.8.1claws47
9354
9355         * src/main.c
9356                 don't write Processing progress to status bar
9357                 patch submitted by Alexander Evseev
9358
9359         * src/prefs_toolbar.c
9360                 re-position and resize window
9361                 make window assume correct size on first call
9362
9363 2002-08-10 [paul]       0.8.1claws46
9364
9365         * src/mainwindow.c
9366           src/prefs_toolbar.c
9367           src/toolbar.c
9368           src/toolbar.h
9369                 obey coding style
9370                 follow UI text conventions
9371
9372 2002-08-10 [alfons]     0.8.1claws45
9373
9374         * src/toolbar.c
9375                 correct pixmap for delete action
9376
9377 2002-08-10 [paul]       0.8.1claws44
9378
9379         * po/pt_BR.po
9380                 updated by Fabio Jr. Beneditto
9381
9382 2002-08-10 [paul]       0.8.1claws43
9383
9384         * po/POTFILES.in
9385                 add custom toolbar files
9386
9387 2002-08-10 [paul]       0.8.1claws42
9388
9389         * sync with 0.8.1cvs22
9390                 see ChangeLog 2002-08-09
9391
9392 2002-08-09 [paul]       0.8.1claws41
9393
9394         * tools/Makefile.am
9395           tools/README
9396           tools/outlook2sylpheed.pl     ** NEW FILE **
9397                 add script to convert exported Outlook
9398                 contacts list to a Sylpheed addressbook.
9399                 Submitted by Ricardo Mones Lastra.
9400
9401 2002-08-09 [paul]       0.8.1claws40
9402
9403         * AUTHORS
9404           configure.in
9405           po/sr.po      ** NEW FILE **
9406                 add Serbian message catalog. Submitted by
9407                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9408
9409 2002-08-09 [paul]       0.8.1claws39
9410
9411         * sync with 0.8.1cvs21
9412                 see ChangeLog 2002-08-08
9413
9414 2002-08-08 [oliver]     0.8.1claws38
9415
9416         * src/mainwindow.c
9417                 move Custom Toolbar to Configuration menu
9418
9419 2002-08-08 [oliver]     0.8.1claws37
9420
9421         * src/prefs_toolbar.c
9422                 fix substitute pixmap bug
9423
9424 2002-08-08 [paul]       0.8.1claws36
9425
9426         * sync with 0.8.1cvs19
9427                 see ChangeLog 2002-08-08
9428
9429 2002-08-07 [christoph]  0.8.1claws35
9430
9431         * src/utils.c
9432                 fixed a memory leak in new canonicalize_file_replace
9433
9434 2002-08-07 [christoph]  0.8.1claws34
9435
9436         * src/utils.[ch]
9437                 o canonicalize_file_replace should create the temporary
9438                   file in the same directory as the original file.
9439                 o added get_tmpfile_in_dir that creates a temorary file
9440                   in a specified directory.
9441
9442 2002-08-07 [melvin]     0.8.1claws33
9443
9444         * src/toolbar.c
9445                 fixed bug where 'Article' button acted as 'Email' button.
9446
9447 2002-08-07 [paul]       0.8.1claws32
9448
9449         * sync with 0.8.1.cvs17
9450                 see ChangeLog 2002-08-07
9451
9452 2002-08-07 [colin]      0.8.1claws31
9453         
9454         * src/news.c
9455                 fix mass-cancel problem
9456
9457 2002-08-07 [thorsten]   0.8.1claws30
9458
9459         * src/prefs_toolbar.c
9460                 fix: crash on replace or add new button
9461         * src/toolbar.c
9462                 fix: close xmlfile after reading
9463         * src/utils.c
9464                 fix: unlink() file before rename()
9465
9466 2002-08-06 [paul]       0.8.1claws29
9467
9468         * sync with 0.8.cvs15
9469                 see ChangeLog 2002-08-06
9470
9471 2002-08-06 [oliver]     0.8.1claws28
9472
9473         * src/toolbar.c
9474         * src/prefs_toolbar.c
9475                 fixed empty toolbar issue
9476
9477 2002-08-06 [oliver]     0.8.1claws27
9478
9479         * Custom Toolbar Final 
9480         * src/folderview.c
9481         * src/inc.c
9482         * src/summaryview.c
9483                 o toolbar stuff now lives in src/toolbar.[ch]
9484                 o main_window_toolbar_* functions are renamed to
9485                   toolbar_* reflecting their new source file
9486         * src/mainwindow.[ch]
9487                 o remove toolbar stuff  
9488
9489 2002-08-06 [oliver]     0.8.1claws26
9490         
9491         * src/Makefile.am
9492         * src/prefs_toolbar.[ch]        **New File**
9493         * src/toolbar.[ch]              **New File**
9494                 o prefs_toolbar.[ch] custom toolbar frontend
9495                 o toolbar.[ch]       backend 
9496
9497 2002-08-06 [oliver]     0.8.1claws25
9498
9499         * src/prefs_actions.[ch]
9500                 o new exported function actions_execute
9501
9502 2002-08-06 [paul]       0.8.1claws24
9503
9504         * sync with 0.8.1cvs4
9505                 see ChangeLog 2002-08-06
9506
9507 2002-08-06 [paul]       0.8.1claws23
9508
9509         * sync with 0.8.1cvs13
9510                 see ChangeLog 2002-08-06
9511
9512 2002-08-06 [paul]       0.8.1claws22
9513
9514         * sync with 0.8.1cvs12
9515                 see ChangeLog 2002-08-05 and 2002-08-06
9516
9517 2002-08-06 [match]      0.8.1claws21
9518
9519         * src/addrclip.c
9520                 improvements to cut/copy/paste address
9521
9522 2002-08-05 [match]      0.8.1claws20
9523
9524         * src/addritem.[ch]
9525         * src/addrcache.c
9526         * src/addrbook.c
9527         * src/editaddress.c
9528         * src/addressbook.c
9529                 fixes to improve cut/copy/paste
9530
9531 2002-08-06 [melvin]     0.8.1claws19
9532
9533         * src/account.[ch]
9534                 account_find_all_from_address(): new function that returns the
9535                 list of all accounts that are matched in an address.
9536         * src/alertpanel.[ch]
9537                 alertpanel() now accepts a custom widget
9538                 alertpanel_with_widget(): new function that pops up a panel with
9539                 a custom widget in it 
9540         * src/gtkutils.[ch]
9541                 gtkut_account_menu_new(): new function that allows the selection
9542                 of an account from a list of accounts.
9543         * src/messageview.c
9544                 Extended Return Receipt notification to select the correct 
9545                 account and to make a security test on the Delivery-Notification
9546                 address which should be the same as the Return-Path.
9547
9548 2002-08-06 [thorsten]   0.8.1claws18
9549
9550         * src/mimeview.c
9551                 attach_all: save unnamed as "noname.%d",
9552                 dont free static dirname
9553
9554 2002-08-05 [alfons]     0.8.1claws17
9555
9556         * configure.in
9557                 detect XIM by trying to link rather than compile a XIM program
9558
9559 2002-08-05 [oliver]     0.8.1claws16
9560                 
9561         * src/stock_pixmap.[ch]
9562                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9563                 o new func to retrieve pixmaps
9564
9565 2002-08-05 [paul]       0.8.1claws15
9566
9567         * sync with 0.8.1cvs10
9568                 see ChangeLog 2002-08-05
9569
9570 2002-08-04 [alfons]     0.8.1claws14
9571
9572         * src/textview.c
9573                 see if this plugs memleak
9574
9575 2002-08-04 [melvin]     0.8.1claws13
9576
9577         * src/gtkspell.c
9578                 fixed bug that could crash Sylpheed when highlighting
9579                 all misspelled words.
9580
9581 2002-08-03 [melvin]     0.8.1claws12
9582
9583         * src/prefs_actions.c
9584                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9585         * src/messageview.c
9586                 fixed bug where the Return Receipt was sent to
9587                 Delivery-Notification-To address even if it was not present
9588
9589 2002-08-02 [alfons]     0.8.1claws11
9590
9591         * src/prefs_actions.c
9592                 o more check for NULLs
9593                 o put create_io_dialog() in right conditional block
9594
9595 2002-08-02 [paul]       0.8.1claws10
9596
9597         * po/es.po
9598                 updated by Ricardo Mones Lastra
9599
9600 2002-08-01 [christoph]  0.8.1claws9
9601
9602         * src/folder.c
9603                 don't free the cache of the opened
9604                 folder in the summaryview
9605         * src/summaryview.c
9606                 don't unset flags, if it is not required
9607
9608 2002-08-01 [paul]       0.8.1claws8
9609
9610         * sync with 0.8.1cvs8
9611                 see ChangeLog entry 2002-08-01
9612
9613 2002-08-01 [paul]       0.8.1claws7
9614
9615         * sync with 0.8.1cvs7
9616                 see ChangeLog 2002-07-31 and 2002-08-01
9617
9618 2002-07-31 [christoph]  0.8.1claws6
9619
9620         * src/mainwindow.c
9621                 forgot to update menu sensitivity
9622                 function for new menu entry
9623
9624 2002-07-31 [alfons]     0.8.1claws5
9625
9626         * src/main.c
9627                 check folder item and its path for NULL on
9628                 initial processing
9629
9630 2002-07-31 [christoph]  0.8.1claws4
9631
9632         * src/folder.c
9633                 check if folder_item_get_msginfo in
9634                 folder_item_remove_msg returned NULL
9635         * src/imap.c
9636                 better clear the uid cache in the
9637                 uid validity check function and delete
9638                 cached messages
9639
9640 2002-07-31 [paul]       0.8.1claws3
9641
9642         * man/sylpheed.1
9643                 add the '--attach' option and a few other
9644                 minor changes
9645
9646 2002-07-31 [paul]       0.8.1claws2
9647
9648         * sync with 0.8.1cvs5
9649                 see ChangeLog 2002-07-31
9650
9651 2002-07-31 [christoph]  0.8.1claws1
9652
9653         * src/folderview.[ch]
9654         * src/mainwindow.c
9655                 replace "Rescan all folders..." with
9656                 "Check all folders for new messages..."
9657
9658 2002-07-30 [paul]       0.8.1claws
9659
9660         * version 0.8.1claws released
9661
9662 2002-07-30 [paul]       0.8.0claws29
9663
9664         * tools/OOo2sylpheed.pl ** NEW FILE **
9665           tools/README
9666                 add script to enable sending documents as
9667                 attachments from OpenOffice.org
9668
9669 2002-07-30 [melvin]     0.8.0claws28
9670
9671         * src/prefs_actions.c
9672                 Made the actions' input/output dialog display
9673                 without delay.
9674
9675 2002-07-30 [christoph]  0.8.0claws27
9676
9677         * src/procmsg.c
9678                 check if folder_item_get_msginfo in
9679                 procmsg_save_to_outbox returned NULL
9680
9681 2002-07-30 [paul]       0.8.0claws26
9682
9683         * sync with 0.8.1cvs4
9684                 see ChangeLog 2002-07-29
9685
9686 2002-07-29 [thorsten]   0.8.0claws25
9687
9688         * README.claws
9689                 added selective download, delete on server
9690
9691 2002-07-29 [paul]       0.8.0claws24
9692
9693         * sync with 0.8.1cvs3
9694                 see ChangeLog 2002-07-29
9695
9696 2002-07-27 [christoph]  0.8.0claws23
9697
9698         * src/folder.c
9699                 add extra check if fetching the msginfo
9700                 returned NULL
9701
9702 2002-07-27 [paul]       0.8.0claws22
9703
9704         * sync with 0.8.1cvs2
9705                 see ChangeLog 2002-07-26
9706
9707 2002-07-27 [christoph]  0.8.0claws21
9708
9709         * src/imap.c
9710                 add another check if a valid msginfo
9711                 was returned
9712
9713 2002-07-26 [hoa]        0.8.0claws20
9714
9715         * src/folder.c
9716                 Fixed a condition in folder_item_destroy()
9717
9718         * src/imap.c
9719                 Fixed an error in IMAP protocol
9720
9721 2002-07-26 [alfons]     0.8.0claws19
9722
9723         * src/folder.c
9724                 ofcourse compare with identifier, not the path
9725
9726 2002-07-26 [alfons]     0.8.0claws18
9727
9728         * src/folder.c
9729                 use folder item identifier for saving / restoring
9730                 preferences because folder->path might not be unique
9731
9732 2002-07-26 [melvin]     0.8.0claws17
9733
9734         * src/logwindow.c
9735                 Fixed a crash introduced in 0.8.0claws5 when log is 
9736                 cut under 80 characters.
9737
9738 2002-07-26 [paul]       0.8.0claws16
9739
9740         * sync with 0.8.1cvs1
9741                 see ChangeLog 2002-07-26
9742
9743 2002-07-26 [christoph]  0.8.0claws15
9744
9745         * src/imap.[ch]
9746                 imap folder now remembers the last selected
9747                 folder and imap_fetch_msginfo skips selecting
9748                 the folder if it is already selected
9749
9750 2002-07-26 [christoph]  0.8.0claws14
9751
9752         * src/folder.c
9753         * src/folderview.c
9754         * src/imap.c
9755                 fix imap folder rescanning
9756
9757 2002-07-25 [christoph]  0.8.0claws13
9758
9759         * src/filter.c
9760         * src/folder.[ch]
9761         * src/folderview.c
9762         * src/imap.[ch]
9763         * src/mainwindow.c
9764         * src/mbox_folder.c
9765         * src/mh.c
9766         * src/news.c
9767                 implement imap uid cache and uid validity check
9768
9769 2002-07-25 [alfons]     0.8.0claws12
9770
9771         * src/summaryview.c
9772                 fix a brown paper bag bug, and also add some more
9773                 checks
9774
9775 2002-07-25 [christoph]  0.8.0claws11
9776
9777         * src/folder.c
9778                 don't mix copy, fetch_msginfo and remove
9779                 operations in folder item copy and move
9780                 operations
9781
9782 2002-07-25 [christoph]  0.8.0claws10
9783
9784         * src/folderview.c
9785         * src/mainwindow.c
9786         * src/prefs_folder_item.c
9787         * src/summaryview.[ch]
9788                 remove no longer required parameter update_cache from
9789                 summary_show
9790
9791 2002-07-25 [paul]       0.8.0claws9
9792
9793         * sync with 0.8.1
9794         
9795         * AUTHORS
9796                 a few corrections
9797
9798 2002-07-24 [alfons]     0.8.0claws8
9799
9800         * src/summaryview.c
9801                 sort correctly when using simplified subject line
9802                 (closes feature request "[ 585141 ] applying regexp to subject 
9803                 before sort" submitted by Alexandra Walford)
9804
9805 2002-07-24 [paul]       0.8.0claws7
9806
9807         * sync with 0.8.0cvs3
9808                 see ChangeLog 2002-07-24
9809
9810 2002-07-23 [christoph]  0.8.0claws6
9811
9812         * src/folder.c
9813         * src/folder.h
9814         * src/summaryview.c
9815         * src/summaryview.h
9816         * src/main.c
9817                 o separate processing and summaryview
9818                 o removed summary_write_cache from summaryview
9819                 o removed summaryview->killed_messages, because we don't have
9820                   to keep a list of killed messages anymore. New cache will
9821                   keep the hidden messages in cache anyway
9822         * src/folderview.c
9823         * src/inc.c
9824         * src/selective_download.c
9825                 o removed unnecessary summary_write_cache calls
9826         * src/procmsg.c
9827                 o don't set ignore thread flag in procmsg_get_thread_tree
9828                   if it is already set
9829         * src/mainwindow.c
9830         * src/statusbar.h
9831                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9832                   they are used in different files
9833
9834 2002-07-23 [melvin]     0.8.0claws5
9835
9836         * src/addressbook.c
9837         * src/addrgather.c
9838         * src/editaddress.c
9839         * src/editgroup.c
9840         * src/editldap_basedn.c
9841         * src/importldif.c
9842         * src/prefs_common.c
9843                 Fixed few memory leak (gtk_editable_get_chars returns
9844                 an allocated string)
9845         * src/logwindow.c
9846                 Fixed few memory leak (gtk_editable_get_chars returns
9847                 an allocated string) and modified a little the log cutting
9848                 loop.
9849         * src/compose.c
9850                 Replaced a call to an obsolete function gtk_entry_get_text()
9851                 by gtk_editable_get_chars()
9852         * src/send.c
9853                 Removed a debug printf
9854
9855 2002-07-23 [christoph]  0.8.0claws4
9856
9857         * src/filesel.c
9858                 fix another g_dirname memory leak
9859
9860 2002-07-23 [christoph]  0.8.0claws3
9861
9862         * src/mh.c
9863                 fixed a memory leak in mh_fetch_msginfo
9864                 fixed crash when message header could not be
9865                 parsed
9866
9867 2002-07-23 [paul]       0.8.0claws2
9868
9869         * sync with 0.8.0cvs2
9870                 see ChangeLog 2002-07-23
9871
9872 2002-07-23 [paul]       0.8.0claws1
9873
9874         * sync with 0.8.0cvs1
9875                 see ChangeLog 2002-07-23
9876
9877 2002-07-23 [paul]       0.8.0claws
9878
9879         * release of 0.8.0claws
9880
9881 2002-07-23 [paul]       0.7.8claws99
9882
9883         * po/ru.po
9884                 new Russian translation, submitted by
9885                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9886
9887 2002-07-22 [jens]       0.7.8claws98
9888
9889         * po/de.po
9890                 Updated German translations.
9891
9892 2002-07-22 [paul]       0.7.8claws97
9893
9894         * po/es.po
9895           po/it.po
9896           po/nl.po
9897           po/pt_BR.po
9898                 updated translations by Ricardo Mones Lastra,
9899                 Alessandro Maestri, Wilbert Berendsen and 
9900                 Fabio Jr. Beneditto respectively
9901
9902 2002-07-22 [christoph]  0.7.8claws96
9903
9904         * src/mimeview.c
9905                 fix memory leak caused by wrong g_dirname usage
9906
9907 2002-07-22 [christoph]  0.7.8claws95
9908
9909         * src/summaryview.c
9910                 update new and unread message counts for summaryview
9911                 summaryview does not get it from the folder anymore
9912                 and has to update the values itself
9913
9914 2002-07-22 [melvin]     0.7.8claws94
9915
9916         * po/fr.po
9917                 Updated French translations.
9918
9919 2002-07-22 [christoph]  0.7.8claws93
9920
9921         * src/matcher.c
9922                 set prop->preg pointer to NULL or following check
9923                 will not fail and regexec will be called with
9924                 invalid pointer
9925
9926 2002-07-21 [alfons]     0.7.8claws92
9927         
9928         * src/prefs_common.[ch]
9929                 remove option "Send return receipt on request"
9930
9931 2002-07-21 [thorsten]   0.7.8claws91
9932
9933         * src/mimeview.c
9934                 fixed memleaks, coding style as pointed out by alfons
9935
9936 2002-07-21 [alfons]     0.7.8claws90
9937
9938         * src/messageview.c
9939         * src/noticeview.[ch]
9940                 o fix bug notice view being displayed when going to empty folder 
9941                   (noticed by Christoph)
9942                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9943                   (noticed by Thorsten)
9944
9945 2002-07-21 [thorsten]   0.7.8claws89
9946
9947         * src/mimeview.c
9948                 Included save_all patch from Xaview FACQ
9949                 added support for pathnames
9950
9951 2002-07-21 [alfons]     0.7.8claws88
9952
9953         * po/POTFILES.in
9954         * src/Makefile.am
9955         * src/mainwindow.c
9956         * src/messageview.[ch]
9957         * src/noticeview.c      ** NEW FILE **
9958         * src/noticeview.h      ** NEW FILE **
9959                 make return receipts work again
9960                 (UI idea by Leandro Pereira)
9961
9962 2002-07-21 [paul]       0.7.8claws87
9963
9964         * src/summaryview.c
9965                 fix sensitivity of 'Select thread'
9966
9967 2002-07-21 [paul]       0.7.8claws86
9968
9969         * src/prefs_common.c
9970                 add browser command line for Galeon
9971
9972 2002-07-21 [paul]       0.7.8claws85
9973
9974         * Makefile.am
9975                 fix 'EXTRA_DIST': remove README.README, add TODO
9976                 and TODO.claws
9977
9978 2002-07-21 [alfons]     0.7.8claws84
9979
9980         * src/gtkstext.c
9981                 make enter clear selection
9982                 (closes "[ 579888 ] Editor selection/entry error"
9983                 reported by Steve Lamb)
9984
9985 2002-07-21 [alfons]     0.7.8claws83
9986         
9987         * src/summaryview.c
9988                 sort message list when selecting unthread messages
9989                 (closes "[ 501593 ] switching threaded view doesn't sort"
9990                 reported by Simon Schubert)
9991
9992 2002-07-20 [alfons]     0.7.8claws82
9993         
9994         * src/matcher.c
9995                 const-correctness
9996
9997 2002-07-20 [thorsten]   0.7.8claws81
9998
9999         * src/matcher.c
10000                 Fixed expansion of empty fields in matchactions
10001
10002 2002-07-19 [melvin]     0.7.8claws80
10003
10004         * src/gtkspell.c
10005                 Removed a duplicate menu entry (fast mode) introduced during
10006                 the new cache merge
10007                 Added a menu separator between 'Use alternate' and 'Fast mode'
10008
10009 2002-07-19 [paul]       0.7.8claws79
10010
10011         * tools/Makefile.am
10012           tools/README
10013                 correct typos
10014
10015 2002-07-19 [thorsten]   0.7.8claws78
10016
10017         * tools/calypso_convert.pl      ** NEW FILE **
10018           tools/README
10019           tools/Makefile.am
10020                 script to import mbox files exported
10021                 by calypso
10022                 o generates folder structure
10023                 o includes attachments
10024
10025 2002-07-19 [melvin]     0.7.8claws77
10026
10027         * src/selective_download.[ch]
10028                 Fixed bug where closing the dialog with the window manager's
10029                 close button will not unlock the summary
10030                 Corrected some function declarations that missed a return value
10031                 Made the source code comply better with coding style.
10032         * src/prefs_common.c
10033                 Added new browser command line for Mozilla.
10034
10035 2002-07-18 [paul]       0.7.8claws76
10036
10037         * src/mainwindow.c
10038           src/selective_download.[ch]
10039                 reflect theme changes, fix Gdk Warning when creating 
10040                 pixmap from NULL window, and minor clean up.
10041                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10042
10043         * po/en_GB.po
10044                 updated
10045
10046 2002-07-17 [paul]       0.7.8claws75
10047
10048         * INSTALL[.jp]
10049                 sync with 0.8.0
10050         
10051         * po/en_GB.po
10052                 updated
10053
10054 2002-07-16 [paul]       0.7.8claws74
10055
10056         * tools/filter_conv.pl
10057           tools/README
10058                 replace conversion script with reimplemented version, 
10059                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10060
10061 2002-07-16 [colin]      0.7.8claws73
10062
10063         * src/summaryview.c
10064                 remove forgotten debug messages - sorry ;-)
10065
10066 2002-07-16 [colin]      0.7.8claws72
10067
10068         * src/mimeview.c
10069           src/summaryview.c
10070           src/textview.c
10071           src/textview.h
10072                 add the ability to select part of a text mime-part 
10073                 to reply.
10074
10075 2002-07-15 [christoph]  0.7.8claws71
10076
10077         * src/folder.c
10078                 fix folder message count for folders without
10079                 msg_is_changed (includes news folders)
10080
10081 2002-07-15 [martin]     0.7.8claws70
10082
10083         * src/summaryview.c
10084                 option "display recipient on 'From'..." now works
10085                 without the need of enabling the option
10086                 "display  sender  using  address  book".
10087
10088 2002-07-15 [christoph]  0.7.8claws69
10089
10090         * src/summaryview.c
10091                 removed setting folder status from summaryview.
10092                 folder.c should update all message counts correctly.
10093
10094 2002-07-15 [paul]       0.7.8claws68
10095
10096         * po/pt_BR.po
10097                 updated by Fabio Junior Beneditto
10098
10099 2002-07-15 [darko]      0.7.8claws67
10100
10101         * src/mh.c
10102                 Fixed target folder colorization, don't decrease op
10103                 number twice
10104
10105 2002-07-14 [paul]       0.7.8claws66
10106
10107         * sync with main 0.8.0
10108                 see ChangeLog 2002-07-14
10109
10110 2002-07-13 [melvin]     0.7.8claws65
10111         
10112         * src/addrbook.c
10113         * src/addressbook.c
10114         * src/addrindex.c
10115                 Replaced sprintf by g_snprintf to prevent possible buffer
10116                 overflow.
10117         * src/news.c
10118                 Corrected a log message output format.
10119                 Added a missing "done" debug output.
10120         * src/compose.c
10121                 Added keyboard accelerator for Priority menu items
10122                 Added missing \n in debug output
10123         * src/logwindow.c
10124         * src/gtkspell.c
10125         * src/rfc2015.c
10126                 Added missing \n in debug output
10127
10128 2002-07-13 [paul]       0.7.8claws64
10129
10130         * man/sylpheed.1
10131                 change Sergey's email address to the sf address
10132
10133         * src/textview.c
10134                 increase show_url_timeout (more useful for long
10135                 urls)
10136
10137 2002-07-12 [sergey]     0.7.8claws63
10138
10139         * src/rfc2015.c
10140                 applied (with some modifications) patch to set the
10141                 micalg parameter for signatures
10142                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10143
10144 2002-07-12 [sergey]     0.7.8claws62
10145
10146         * man/Makefile.am
10147         * configure.in
10148                 fixed man page installation
10149
10150 2002-07-12 [paul]       0.7.8claws61
10151
10152         * sync with 0.7.8cvs26
10153                 see ChangeLog 2002-07-11 and 2002-07-12
10154
10155 2002-07-11 [christoph]  0.7.8claws60
10156
10157         * src/compose.c
10158         * src/procmsg.c
10159                 first use the message number to find the message
10160                 to mark with a reply flag but check the
10161                 message-id if we got the correct message, if not
10162                 try to find it by message-id.
10163                 use new string seperator that is not allowed
10164                 in message-ids.
10165
10166 2002-07-11 [paul]       0.7.8claws59
10167
10168         * sync with 0.7.8cvs23
10169                 see ChangeLog 2002-07-10
10170
10171 2002-07-10 [christoph]  0.7.8claws58
10172
10173         * src/folder.[ch]
10174         * src/msgcache.[ch]
10175                 Added message-id table to the cache in memory
10176                 and functions to msgcache.c and folder.c to
10177                 fetch MsgInfos by message id
10178         * src/compose.c
10179         * src/procmsg.c
10180                 store folder and message-id of message replying
10181                 to in queue header and set reply flag after sending
10182                 (Closes bug #469498)
10183
10184 2002-07-10 [paul]       0.7.8claws57
10185
10186         * AUTHORS
10187           man/sylpheed.1.gz
10188                 add Martin to the list of authors
10189
10190 2002-07-09 [martin]     0.7.8claws56
10191         * src/gtksctree.c
10192                 Added gtk_ctree_last_visible(), tree_update_level(),
10193                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10194                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10195                 from gtk+ to gtksctree.c for the new sorting code
10196                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10197                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10198         * src/gtksctree.h
10199                 Added declaration for gtk_sctree_sort_recursive() and
10200                 gtk_sctree_sort_node
10201         * src/addressbook.c
10202         * src/foldersel.c
10203         * src/folderview.c
10204         * src/summaryview.c
10205                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10206                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10207
10208 2002-07-08 [paul]       0.7.8claws55
10209
10210         * more sync with 0.7.8cvs21
10211                 see ChangeLog 2002-07-08
10212
10213 2002-07-08 [paul]       0.7.8claws54
10214
10215         * sync with 0.7.8cvs21
10216                 see ChangeLog 2002-07-08
10217
10218 2002-07-07 [alfons]     0.7.8claws53
10219
10220         * src/Makefile.am
10221         * src/stock_pixmap.[ch]
10222         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10223         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10224         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10225                 add new pixmaps for upcoming notice pane
10226
10227 2002-07-06 [melvin]     0.7.8claws52
10228
10229         * src/gtkspell.[ch]
10230                 Made them a bit closer to Sylpheed's coding style.
10231                 Removed old code.
10232                 Removed possible memory leaks when some errors occurs.
10233
10234 2002-07-06 [melvin]     0.7.8claws51
10235
10236         * po/Makefile.in.in
10237                 Removed --no-location in xgettext command line to help
10238                 translators that use Emacs' po-mode
10239         * src/quote_fmt.c
10240                 Removed unnecessary comments that messed up sylpheed.pot
10241
10242 2002-07-06 [paul]       0.7.8claws50
10243
10244         * sync with 0.7.8cvs19
10245                 see ChangeLog 2002-07-05
10246
10247 2002-07-06 [christoph]  0.7.8claws49
10248
10249         * src/folder.c
10250         * src/mainwindow.c
10251                 fix folder_item_remove_all_msg and folderview
10252                 status for trash folders after emptying trash
10253
10254 2002-07-05 [paul]       0.7.8claws48
10255
10256         * sync with 0.7.8cvs16
10257                 see ChangeLog 2002-07-04 and 2002-07-05
10258
10259 2002-07-04 [paul]       0.7.8claws47
10260
10261         * sync with 0.7.8cvs14
10262                 see  ChangeLog 2002-07-04
10263
10264 2002-07-03 [alfons]     0.7.8claws46
10265
10266         * src/folder.c
10267                 dupe folder item's path because it's being reallocated
10268                 by new folder scanning code
10269
10270 2002-07-03 [christoph]  0.7.8claws45
10271
10272         * src/imap.c
10273                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10274         * src/msgcache.c
10275                 add missing return in msgcache_write
10276
10277 2002-07-02 [thorsten]   0.7.8claws44
10278
10279         * src/jpilot.c
10280         * src/msgcache.c
10281         * src/rfc2015.c
10282                 use binary mode for file access
10283
10284 2002-07-02 [christoph]  0.7.8claws43
10285
10286         * major code cleanup (part 1)
10287         
10288                 - unused variables removed
10289                 - unused functions removed
10290                 - uninitialized variables checked
10291                 - missing return statements added
10292                 - missing function return types added
10293                 - added parentheses around assignment and
10294                   && in || when suggested by gcc
10295               
10296         * src/mh.c
10297         * src/folder.c
10298                 replaced direct calls to folder->scan_tree
10299                 with folder_scan_tree and restore folder
10300                 prefs in this function. The folder should
10301                 not have to deal with them.
10302                 ( Should now work for all folder types )
10303
10304 2002-07-02 [paul]       0.7.8claws42
10305
10306         * sync with 0.7.8cvs13
10307                 see ChangeLog 2002-07-01 and 2002-07-02
10308
10309 2002-07-01 [christoph]  0.7.8claws41
10310
10311         * src/summaryview.c
10312                 fix "goto next/prev unread message" with
10313                 ignored threads
10314
10315 2002-07-01 [paul]       0.7.8claws40
10316
10317         * po/es.po
10318                 updated by Ricardo Mones Lastra
10319
10320 2002-06-30 [match]      0.7.8claws39
10321
10322         * src/jpilot.c
10323                 applied variation of leonerd's patch (566661) to
10324                 allow multiple email addresses per JPilot entry.
10325                 addresses may be separated by space, comma, pipe,
10326                 semi-colon, new-line.
10327
10328 2002-06-30 [alfons]     0.7.8claws38
10329
10330         * src/procmsg.c
10331                 simple fix for putting older nodes before
10332                 newer nodes when threading by subject
10333
10334 2002-06-30 [christoph]  0.7.8claws37
10335
10336         * src/folder.c
10337         * src/folderview.c
10338         * src/mh.c
10339         * src/news.c
10340         * src/procmsg.c
10341                 fix broken folder tree rescaning
10342                 and don't use procmsg_get_mark_sum
10343                 anymore
10344
10345 2002-06-30 [christoph]  0.7.8claws36
10346
10347         * merge new cache branch
10348         * src/imap.c
10349                 fix new cache imap copy bug
10350         * src/folder.c
10351                 improved folder_item_scan
10352                 it should now always set the correct
10353                 new, unread and total message counts
10354
10355 2002-06-29 [paul]       0.7.8claws35
10356
10357         * configure.in
10358                 correct syntax error
10359
10360 2002-06-29 [paul]       0.7.8claws34
10361
10362         * configure.in
10363           Makefile.am
10364           man/Makefile.am       ** NEW FILE **
10365           man/sylpheed.1.gz     ** NEW FILE **
10366                 add Sylpheed man page
10367
10368 2002-06-29 [paul]       0.7.8claws33
10369
10370         * po/pt_BR.po
10371                 updated by Fabio Junior Beneditto
10372
10373 2002-06-28 [jens]       0.7.8claws32
10374
10375         * po/de.po
10376                 translation updated
10377
10378         * src/selective_download.c
10379                 removed gettext for space " "
10380
10381         * src/imap.c
10382                 removed wrong space
10383
10384 2002-06-28 [paul]       0.7.8claws31
10385
10386         * sync with 0.7.8cvs11
10387                 see ChangeLog 2002-06-28
10388
10389 2002-06-28 [paul]       0.7.8claws30
10390
10391         * sync with 0.7.8cvs10
10392                 see ChangeLog 2002-06-27 and 2002-06-28
10393
10394 2002-06-26 [paul]       0.7.8claws29
10395
10396         * src/addrgather.c
10397           src/selective_download.c
10398                 don't gettextise empty strings.
10399                 reserved by gettext. gettext("") returns 
10400                 the header entry with meta information, 
10401                 not the empty string
10402
10403         * po/en_GB.po
10404                 updated
10405
10406 2002-06-26 [paul]       0.7.8claws28
10407
10408         * sync with 0.7.8cvs7
10409                 see ChangeLog 2002-06-25
10410
10411         * src/prefs_common.c
10412                 ...and in the process, tweak the gui a little
10413
10414 2002-06-25 [alfons]     0.7.8claws27
10415         
10416         * configure.in
10417         * src/Makefile.am
10418                 fine tune ldap library detection
10419
10420 2002-06-25 [alfons]     0.7.8claws26
10421
10422         * src/compose.c
10423                 don't allow return receipts when composing a news article
10424
10425 2002-06-25 [paul]       0.7.8claws25
10426
10427         * Makefile.am
10428                 add '$(AMTAR)' to 'release' section to allow for
10429                 new and older autotools
10430
10431 2002-06-25 [paul]       0.7.8claws24
10432
10433         * src/summaryview.c
10434                 fix "No more unread messages" persistant pop-up
10435                 window bug
10436
10437 2002-06-25 [paul]       0.7.8claws23
10438
10439         * po/it.po
10440                 updated by Alessandro Maestri
10441
10442 2002-06-25 [paul]       0.7.8claws22
10443
10444         * sync with 0.7.8cvs6
10445                 see ChangeLog 2002-06-25
10446
10447 2002-06-24 [paul]       0.7.8claws21
10448
10449         * tools/update-po
10450                 add GPL copyright information
10451
10452 2002-06-24 [paul]       0.7.8claws20
10453
10454         * tools/Makefile.am
10455           tools/README
10456           tools/update-po       ** NEW FILE **
10457                 add script that eases the creation of *.po files
10458                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10459
10460 2002-06-23 [alfons]     0.7.8claws19
10461
10462         * src/messageview.c
10463                 make notification_convert_header obey const correctness
10464                 (next step will be fixing the broken return receipt)
10465
10466 2002-06-23 [paul]       0.7.8claws18
10467
10468         * src/messageview.c
10469                 fix bug introduced in last commit:
10470                 removed too much code in last commit - put back what's
10471                 needed
10472
10473 2002-06-23 [paul]       0.7.8claws17
10474
10475         * src/messageview.[ch]
10476                 remove code committed in error from locally patched
10477                 source
10478
10479 2002-06-23 [colin]      0.7.8claws16
10480
10481         * src/compose.[ch]
10482                 add compose_entry_select(), used to select the default_to
10483                 email address - hopefully avoiding people sending mails to
10484                 wrong recipients.
10485
10486 2002-06-22 [alfons]     0.7.8claws15
10487
10488         * AUTHORS
10489                 add Bram Metsch & Stanislav Karchebny
10490         * src/smtp.[ch]
10491         * src/prefs_account.[ch]
10492         * src/send.c
10493                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10494                   options.  (see <http://sourceforge.net/tracker/index.php
10495                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10496
10497                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10498                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10499
10500 2002-06-22 [paul]       0.7.8claws14
10501
10502         * sync with 0.7.8cvs5
10503                 see ChangeLog 2002-06-19 and 2002-06-20
10504
10505 2002-06-22 [alfons]     0.7.8claws13
10506
10507         * src/selective_download.c
10508                 fix a stupid mistake I made
10509
10510 2002-06-22 [alfons]     0.7.8claws12
10511
10512         * src/selective_download.[ch]
10513                 fix another unnoticed leak; cleanup code
10514
10515 2002-06-21 [alfons]
10516
10517         * tools/Makefile.am
10518                 gpg-sign <-- gpg-sign-syl
10519
10520 2002-06-21 [alfons]     0.7.8claws11
10521
10522         * src/selective_download.c
10523         * src/selective_download.h
10524                 fix assorted mix of allocation errors (should solve
10525                 problem reported by Philippe Gramoullé, see:
10526                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10527
10528 2002-06-20 [melvin]     0.7.8claws10
10529
10530         * tools/gpg-sign *REMOVED*
10531           tools/gpg-sign-syl *ADDED*
10532                 Replaced the gpg clearsigning script with the version using
10533                 xterm instead of ssh-askpass and changed its name.
10534
10535         * README.claws
10536                 Updated actions example to reflect the renaming of the
10537                 gpg clearsigning script.
10538
10539 2002-06-19 [paul]       0.7.8claws9
10540
10541         * sync with 0.7.8claws9
10542                 see ChangeLog 2002-06-18 and 2002-06-19
10543
10544 2002-06-19 [paul]       0.7.8claws8
10545
10546         * sync with 0.7.8cvs1
10547                 see ChangeLog 2002-06-18
10548
10549 2002-06-18 [alfons]     0.7.8claws7
10550
10551         * src/mainwindow.h
10552                 add omitted prototype
10553
10554 2002-06-17 [paul]       0.7.8claws6
10555
10556         * src/mainwindow.c
10557                 fix hiding of exec_btn
10558
10559 2002-06-17 [paul]       0.7.8claws5
10560
10561         * src/pop.c
10562                 remove unneeded code: should_delete() 
10563                 and Pop3State::uidl_todelete_list
10564
10565 2002-06-17 [paul]       0.7.8claws4
10566
10567         * sync with 0.7.8
10568                 see ChangeLog 2002-06-11 and 2002-06-13
10569
10570 2002-06-16 [alfons]     0.7.8claws3
10571         
10572         * src/folder.c
10573                 make sure lock sort mode (claws specific) is
10574                 also persists after a tree rescan
10575
10576 2002-06-16 [alfons]     0.7.8claws2
10577
10578         * src/prefs_folder_item.c
10579         * src/folder.[ch]
10580                 fix persistence of folder sort mode (broken
10581                 by adapting Hiro's new folder persistence code)
10582
10583 2002-06-16 [alfons]     0.7.8claws1
10584
10585         * AUTHORS
10586         * src/logwindow.c
10587         * src/prefscommon.[ch]
10588                 control size of log text in log window; 
10589                 closes patch #569155 submitted by Mitko Haralanov.
10590
10591 2002-06-15 [paul]       0.7.8claws
10592
10593         * release of 0.7.8claws
10594
10595 2002-06-15 [paul]       0.7.7claws
10596
10597         * po/pt_BR.po
10598                 updated by Fabio Junior Beneditto
10599
10600 2002-06-14 [paul]       0.7.6claws49
10601
10602         * po/es.po
10603                 updated by Ricardo Mones Lastra
10604
10605 2002-06-14 [paul]       0.7.6claws48
10606
10607         * po/nl.po
10608                 updated translation by Wilbert Berendsen
10609
10610 2002-06-14 [melvin]     0.7.6claws47
10611
10612         * po/fr.po
10613                 Updated French translation
10614
10615 2002-06-13 [paul]       0.7.6claws46
10616
10617         * src/filesel.c
10618                 allow filename to be typed in, rather than just
10619                 selected by the mouse. Patch by Gustavo Noronha Silva.
10620
10621 2002-06-13 [alfons]     0.7.6claws45
10622
10623         * src/mainwindow.[ch]
10624                 more cleanups (removing unnecessary menu items Expand 
10625                 summary / message view)
10626
10627 2002-06-13 [melvin]     0.7.6claws44
10628
10629         * po/POTFILES.in
10630                 Added src/string_match.c
10631         * src/string_match.c
10632                 Fixed possible buffer overflow.
10633                 Corrected typo.
10634                 Added missing config.h header.
10635         * src/prefs_common.c
10636           src/prefs_matcher.c
10637           src/prefs_scoring.c
10638                 Made some strings translatable (missing _(..)).
10639
10640 2002-06-13 [melvin]     0.7.6claws43
10641
10642         * README.claws
10643                 Corrected action example (verifying clearsigned mail).
10644         * src/prefs_account.c
10645                 Corrected typo.
10646         * src/prefs_common.c
10647                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10648
10649 2002-06-12 [alfons]     0.7.6claws42
10650
10651         * src/summaryview.c
10652                 add init of score column lost in 0.7.6claws42
10653
10654 2002-06-12 [paul]       0.7.6claws41
10655
10656         * src/prefs_account.c
10657                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10658                 behavior of the radio buttons, (from 0.7.7cvs2)
10659
10660 2002-06-11 [alfons]     0.7.6claws40
10661
10662         * src/messageview.[ch]
10663         * src/summaryview.[ch]
10664         * src/summary_search.c
10665         * src/mainwindow.c
10666                 perform a sync to bring in Hiro's separate view implementation 
10667
10668                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10669
10670 2002-06-11 [paul]       0.7.6claws39
10671         
10672         * src/prefs_account.c
10673                 correct a typo on the Receive tab
10674
10675 2002-06-10 [match]      0.7.6claws38
10676
10677         * src/addressbook.c
10678                 Included address completion patch from Gustavo Noronha.
10679
10680 2002-06-10 [paul]       0.7.6claws37
10681
10682         * src/inc.[ch]
10683           src/pop.c
10684           src/prefs_account.[ch]
10685           src/selective_download.[ch]
10686                 apply PATCH #561712
10687                  NEW:
10688                 - check if POP Account
10689                 - Receive Button renamed to Preview
10690                 - Preview Button Popup: preview new/all messages
10691                 - Download Button
10692                 - Account Preferences-->Receive tab checkbutton if you
10693                   want to remove Mail after Download
10694                 -: default YES
10695                 - Account Preferences-->Receive tab checkbutton use
10696                   filtering rules on preview
10697                   (think of delete_on_server)
10698                 -: default YES
10699                 - Account selectable from SD dialog
10700                 - checkbutton to show already downloaded messages if
10701                   all messages are previewed
10702                 - new clist column showing Date
10703                 - ESC KEY close
10704                 FIXES:
10705                 - play ball with UIDL
10706                 - fault tolerant (?) 
10707                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10708
10709 2002-06-10 [melvin]     0.7.6claws36
10710
10711         * README.claws
10712                 Added a hint to ac/README in cvs instructions.
10713
10714         * src/prefs_actions.c
10715                 Made it possible to use a more elaborate command line
10716                 for asynchronous actions, too.
10717
10718 2002-06-10 [melvin]     0.7.6claws35
10719         
10720         * src/prefs_actions.c
10721                 Make it possible to use a more elaborate command line
10722                 (e.g. |foo|bar|cat>there;echo Done|)
10723                 Corrected error message when calling %f, %F and %p commands
10724                 from the compose window.
10725
10726 2002-06-09 [colin]      0.7.6claws34
10727
10728         * src/summaryview.c
10729                 Automatically find unread messages in current folder
10730                 before annoying the user.
10731
10732 2002-06-08 [alfons]     0.7.6claws33
10733
10734         * po/it.po
10735                 remove bad formatting string in it.po translation
10736                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10737
10738 2002-06-08 [paul]       0.7.6claws32
10739
10740         * sync with 0.7.6cvs25
10741                 see ChangeLog 2002-06-07
10742
10743 2002-06-05 [paul]       0.7.6claws31
10744
10745         * src/mainwindow.c
10746                 add 'Sort by locked' and 'Sort by score'
10747
10748 2002-06-05 [paul]       0.7.6claws30
10749
10750         * sync with 0.7.6cvs24
10751                 see ChangeLog 2002-06-04
10752
10753 2002-06-04 [paul]       0.7.6claws29
10754
10755         * po/pt_BR.po
10756                 updated by Fabio Junior Beneditto
10757
10758 2002-06-03 [thorsten]   0.7.6claws28
10759
10760         * src/matcher.c
10761                 fclose() matcherrc after reading
10762
10763 2002-06-03 [paul]       0.7.6claws27
10764
10765         * sync with 0.7.6cvs21
10766                 see ChangeLog 2002-05-31
10767
10768 2002-05-31 [paul]       0.7.6claws26
10769
10770         * sync with 0.7.6cvs20
10771                 see ChangeLog 2002-05-29 and 2002-05-30
10772
10773 2002-05-31 [paul]       0.7.6claws25
10774
10775         * src/imap.c
10776                 hopefully fix last buggy sync
10777
10778         * README.claws
10779                 correct typo in 'Actions' examples
10780
10781 2002-05-29 [paul]       0.7.6claws24
10782
10783         * sync with 0.7.6cvs18
10784                 see ChangeLog 2002-05-28 and 2002-05-29
10785
10786         * src/news.c
10787           src/nntp.[ch]
10788                 sync with above 
10789
10790 2002-05-28 [paul]       0.7.6claws23
10791
10792         * sync with 0.7.6cvs16
10793                 see ChangeLog 2002-05-28
10794
10795 2002-05-27 [thorsten]   0.7.6claws22 
10796
10797         * faq/it/sylpheed-faq-1.html
10798           faq/it/sylpheed-faq-2.html
10799           faq/it/sylpheed-faq-3.html
10800           faq/it/sylpheed-faq.html
10801                 corrected DOS lineendings
10802         * faq/de/sylpheed-faq-1.html
10803           faq/de/sylpheed-faq-2.html
10804           faq/en/sylpheed-faq-1.html
10805           faq/en/sylpheed-faq-2.html
10806           faq/en/sylpheed-faq-3.html
10807           faq/es/sylpheed-faq-1.html
10808           faq/es/sylpheed-faq-2.html
10809           faq/es/sylpheed-faq-3.html
10810           faq/fr/sylpheed-faq-1.html
10811           faq/it/sylpheed-faq-1.html
10812           faq/it/sylpheed-faq-2.html
10813           faq/it/sylpheed-faq-3.html
10814           faq/it/sylpheed-faq.html
10815                 changed ">" to &quot;
10816
10817 2002-05-27 [paul]       0.7.6claws21
10818         
10819         * sync with 0.7.6cvs15
10820                 see ChangeLog 2002-05-27
10821
10822 2002-05-27 [paul]       0.7.6claws20
10823
10824         * src/prefs_account.c
10825                 correct a typo
10826
10827 2002-05-26 [paul]       0.7.6claws19
10828
10829         * tools/README
10830                 correct a typo
10831
10832 2002-05-25 [paul]       0.7.6claws18
10833
10834         * tools/README
10835                 add description of kmail2sylpheed.pl
10836
10837 2002-05-25 [paul]       0.7.6claws17
10838
10839         * tools/kmail2sylpheed.pl       ** NEW FILE **
10840                 perl script that converts an exported Kmail address
10841                 book, converts it to sylpheed addressbook file,
10842                 writes the file to .sylpheed, and updates
10843                 addrbook--index.xml 
10844
10845 2002-05-25 [paul]       0.7.6claws16
10846
10847         * sync with 0.7.6cvs14
10848                 see ChangeLog 2002-05-23
10849
10850 2002-05-24 [paul]       0.7.6claws15
10851
10852         * README.claws
10853                 make a correction and add some more info
10854
10855 2002-05-24 [paul]       0.7.6claws14
10856
10857         * src/compose.c
10858                 fix memory leak in 
10859                 compose_redirect_write_headers_from_headerlist()
10860                 add Subject and Resent-Message-ID to
10861                 compose_redirect_write_headers()
10862                 Received, Subject, and X-UIDL are filtered out in 
10863                 compose_redirect_write_to_file()
10864
10865 2002-05-23 [paul]       0.7.6claws13
10866
10867         * src/compose.[ch]
10868           src/filtering.c
10869           src/mainwindow.c
10870           src/matcher.[ch]
10871           src/matcher_parser_lex.l
10872           src/matcher_parser_parse.y
10873           src/prefs_common.[ch]
10874           src/prefs_filtering.c
10875           src/summaryview.c
10876                 rename 'Bounce' to 'Redirect'
10877
10878 2002-05-23 [paul]       0.7.6claws12
10879
10880         * more sync with 0.7.6cvs13
10881           src/compose.c
10882                 see ChangeLog 2002-05-22
10883
10884 2002-05-22 [paul]       0.7.6claws11
10885
10886         * sync with 0.7.6cvs13
10887           src/codeconv.c
10888                 see ChangeLog 2002-05-20
10889           src/prefs_common.c
10890                 see ChangeLog 2002-05-22
10891
10892 2002-05-21 [melvin]     0.7.6claws10
10893
10894         * src/folderview.c
10895                 Added missing filtering and scoring headers
10896                 Fixed bad function call that showed garbage 
10897                 in Folder->Processing
10898
10899 2002-05-21 [paul]       0.7.6claws9
10900
10901         * tools/Makefile.am
10902                 make all tools executable, (patch by Alfons).
10903
10904 2002-05-20 [alfons]     0.7.6claws8
10905
10906         * src/procheader.c
10907                 don't forget to call mktime() so we have a valid week 
10908                 and year day
10909                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10910
10911 2002-05-20 [paul]       0.7.6claws7
10912
10913         * src/html.c
10914                 fix broken parsing of urls
10915         * src/textview.c
10916                 fix displaying of urls
10917
10918                 both fixes from the patch [547855] by Eugene 
10919                 Brevdo (zonem)
10920
10921 2002-05-19 [alfons]     0.7.6claws6
10922
10923         * configure.in
10924                 make sylpheed configure correctly with the latest
10925                 and greatest of automake / autoconf / gettext
10926
10927 2002-05-19 [alfons]     0.7.6claws5
10928
10929         * src/procheader.c
10930         * src/procheader.h
10931                 add function for returning ime zone offset
10932         * src/quote_fmt.c
10933         * src/quote_fmt_parse.y
10934                 better quotation formatting - does not convert
10935                 to local time, but uses the original date string.
10936                 
10937                 Note: %z inserts the timezone offset (should 
10938                 work also on platforms where strftime does not
10939                 support %z).
10940
10941 2002-05-18 [christoph]  0.7.6claws4
10942
10943         * src/summaryview.c
10944                 fix indentation of some code
10945         * tools/Makefile.am
10946                 fix spaces after \
10947         * src/Makefile.am
10948                 add missing \
10949                 correct path for ignorethread.xpm
10950                 incorrect filename for sylpheed_logo.xpm
10951                 add missing include matcher_parser_parse.h
10952
10953 2002-05-18 [paul]       0.7.6claws3
10954
10955         * sync with 0.7.6cvs8
10956                 see ChangeLog 2002-05-16 and 2002-05-17
10957
10958 2002-05-18 [melvin]     0.7.6claws2
10959
10960         * README.claws
10961                 Corrected an action's definition and fixed some misspellings.
10962
10963 2002-05-18 [paul]       0.7.6claws1
10964
10965         * tools/Makefile.am
10966           tools/gpg-sign        ** new file **
10967           tools/uudec           ** new file **
10968                 add Melvin's Actions scripts
10969
10970         * README.claws
10971                 add Melvin's descriptions for Actions
10972
10973 2002-05-18 [paul]       0.7.6claws
10974
10975         * Version 0.7.6claws released
10976
10977 2002-05-17 [paul]       0.7.5claws32
10978
10979         * po/es.po
10980                 updated by Ricardo Mones Lastra
10981
10982 2002-05-17 [paul]       0.7.5claws31
10983
10984         * src/compose.c
10985                 fix Account prefs default folder for sent/draft/deleted
10986                 messages bug
10987
10988         * po/it.po
10989           po/nl.po
10990                 updated translation by Alessandro Maestri and
10991                 Wilbert Berendsen
10992
10993 2002-05-17 [melvin]     0.7.5claws30
10994
10995         * src/prefs_actions.c
10996                 Fixed bug where using %F not at the end of the command 
10997                 resulted in an additional empty argument being created.
10998                 Thanks to Darko Koruga for reporting the bug.
10999
11000 2002-05-17 [melvin]     0.7.5claws29
11001
11002         * po/fr.po
11003                 Updated French translations.
11004
11005 2002-05-15 [paul]       0.7.5claws28
11006         
11007         * po/es.po
11008                 updated by Ricardo Mones Lastra
11009
11010 2002-05-15 [paul]       0.7.5claws27
11011
11012         * sync with 0.7.6cvs4
11013                 see ChangeLog 2002-05-14 and 2002-05-15
11014
11015 2002-05-14 [paul]       0.7.5claws26
11016
11017         * sync with 0.7.6cvs1
11018                 see ChangeLog 2002-05-13
11019
11020 2002-05-13 [thorsten]   0.7.5claws25
11021
11022         * src/messageview.c
11023                 fix select_all and copy in multipart messages
11024         * src/mainwindow.c
11025                 fix select_all and copy in multipart messages
11026
11027 2002-05-12 [paul]       0.7.5claws24
11028
11029         * src/summaryview.c
11030                 reverse last commit, bug already fixed in 0.7.5claws3
11031
11032 2002-05-12 [netztorte]  0.7.5claws23
11033
11034         * src/summaryview.c
11035                 dont parse empty addressbook (checked in before claws20)
11036
11037 2002-05-12 [melvin]     0.7.5claws22
11038
11039         * src/procmsg.[ch]
11040                 Removed unneeded priority code introduced by the previous 
11041                 commit.
11042
11043 2002-05-12 [melvin]     0.7.5claws21
11044
11045         * src/compose.[ch]
11046                 Added possibility to set message's priority.
11047         * src/procmsg.[ch]
11048                 Added possibility to set message's priority.
11049                 Added missing headers
11050
11051 2002-05-12 [melvin]     0.7.5claws20
11052
11053         * src/prefs_actions.c
11054                 Removed implicitely added quotes around the name
11055                 of the temporary files of mime parts.
11056
11057 2002-05-12 [paul]       0.7.5claws19
11058
11059         * sync with 0.7.5cvs20
11060                 see ChangeLog 2002-05-11
11061
11062 2002-05-12 [alfons]     0.7.5claws18
11063
11064         * src/quote_fmt_lex.l
11065         * src/quote_fmt_parse.y
11066                 allow quote / reply date & time format to be set using
11067                 %D{format}. format is a format string you'd pass to
11068                 strftime() (see man strftime, or the Display tab |
11069                 Date format setting).
11070
11071                 Currently %D converts the date to local time. 
11072
11073 2002-05-11 [paul]       0.7.5claws17
11074
11075         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11076                 see ChangeLog 2002-05-10 and 2002-05-11
11077
11078 2002-05-10 [paul]       0.7.5claws16
11079
11080         * sync with 0.7.5cvs16
11081                 see ChangeLog entries 2002-05-09 and 
11082                 2002-05-10
11083
11084 2002-05-10 [colin]      0.7.5claws15
11085
11086         * src/textview.c
11087                 Corrected a bug that prevented sylpheed to open
11088                 double-clicked URIs.
11089
11090 2002-05-09 [paul]       0.7.5claws14
11091
11092         * sync with 0.7.5cvs14
11093                 see ChangeLog 2002-05-08 and 2002-05-09
11094
11095 2002-05-08 [paul]       0.7.5claws13
11096
11097         * sync with 0.7.5cvs11
11098                 see ChangeLog entry 2002-05-08
11099
11100 2002-05-08 [paul]       0.7.5claws12
11101
11102         * src/mainwindow.c
11103           src/textview.[ch]
11104                 fix segfault on View->Open in new window
11105                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11106
11107 2002-05-07 [paul]       0.7.5claws11
11108
11109         * sync with 0.7.5cvs9
11110                 see ChangeLog entry 2002-05-07
11111
11112 2002-05-06 [paul]       0.7.5claws10
11113
11114         * src/messageview.c
11115           src/textview.c
11116                 display url in statusbar on single-click
11117                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11118
11119 2002-05-06 [match]      0.7.5claws9
11120
11121         * src/addritem.[ch]
11122                 new functions.
11123         * src/addrcache.c
11124                 tidy up.
11125         * src/xmlprops.[ch]
11126                 XML implementation of properties file.
11127         * src/exporthtml.[ch]
11128         * src/expthtmldlg.[ch]
11129         * src/addressbook.c
11130                 export to HTML.
11131
11132 2002-05-02 [sergey]     0.7.5claws8
11133
11134         * src/mainwindow.c (mainwin_entries),
11135           src/prefs_common.c (prefs_send_create()),
11136           src/codeconv.c (locale_table):
11137                 use charset name "Windows-1251" instead of "CP1251".
11138
11139 2002-05-02 [colin]      0.7.5claws7
11140         
11141         * src/compose.c
11142           src/prefs_common.c
11143           src/prefs_folder_item.c
11144                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11145
11146 2002-05-02 [hiro]       0.7.5claws6
11147
11148         * src/imap.c
11149                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11150
11151 2002-05-02 [paul]       0.7.5claws5
11152
11153         * src/compose.c
11154                 more sync with 0.7.5cvs7, see ChangeLog entry
11155                 2002-05-02
11156
11157 2002-05-02 [hiro]       0.7.5claws4
11158
11159         * src/compose.c
11160                 compose_queue_sub():
11161                 check if queue folder exists (closes #550397).
11162                 removed directory creation since it should be handled
11163                 transparently.
11164         * src/imap.c
11165                 imap_add_msg(): return UID for appended message
11166                 (closes #548842).
11167
11168 2002-04-30 [paul]       0.7.5claws3
11169
11170         * src/summaryview.c
11171                 fix account_find_from_address() bug
11172
11173 2002-04-28 [colin]      0.7.5claws2
11174
11175         * src/compose.c
11176           src/textview.c
11177           src/prefs_common.[ch]
11178           src/utils.[ch]
11179                 Added user-definable quotation characters recognition.
11180
11181 2002-04-28 [paul]       0.7.5claws1
11182
11183         * sync with 0.7.5cvs4
11184                 see ChangeLog entry  2002-04-25
11185
11186 2002-04-28 [paul]       0.7.5claws
11187
11188         * po/es.po
11189           po/nl.po
11190           po/pt_BR.po
11191                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11192                 Fabio Junior Beneditto
11193
11194 2002-04-27 [jens]       0.7.4claws103
11195
11196         * po/de.po
11197                 updated German translation.
11198
11199 2002-04-27 [hiro]       0.7.4claws102
11200
11201         * src/summaryview.c
11202                 summary_write_cache(): fixed the mark loss of hidden messages.
11203
11204 2002-04-26 [melvin]     0.7.4claws101
11205
11206         * src/procmsg.c
11207                 fixed a second typo (same one)
11208         * po/fr.po
11209           po/it.po
11210           po/pt_BR.po
11211                 fixed the type again...
11212
11213 2002-04-26 [melvin]     0.7.4claws100
11214
11215         * src/procmsg.c
11216                 fixed a typo in an alert message ("temorary").
11217         * po/it.po
11218         * po/pt_BR.po
11219                 corrected the typo  described above.
11220         * po/fr.po
11221                 updated French translation.
11222
11223 2002-04-26 [darko]      0.7.4claws99
11224
11225         * src/summaryview.c
11226                 fix target folder colorization
11227
11228 2002-04-25 [paul]       0.7.4claws98
11229
11230         * po/it.po
11231                 updated by Alessandro Maestri
11232
11233 2002-04-24 [colin]      0.7.4claws97
11234         
11235         * src/compose.c
11236                 Fixed double "subject is empty" question.
11237
11238 2002-04-23 [colin]      0.7.4claws96
11239         
11240         * src/mimeview.c
11241                 Corrected issue when "automatically display images" was
11242                 not set : first image remained after selecting second.
11243
11244 2002-04-23 [melvin]     0.7.4claws95
11245
11246         * src/prefs_actions.c
11247                 Don't display in/out dialog if there is nothing to show.
11248
11249 2002-04-23 [paul]       0.7.4claws94
11250
11251         * sync with 0.7.5cvs3
11252                 bug fixes: see ChangeLog entry 2002-04-23
11253
11254 2002-04-22 [darko]      0.7.4claws93
11255
11256         * src/compose.c
11257                 fix previous check-in which changed code after
11258                 merge from main
11259
11260 2002-04-22 [paul]       0.7.4claws92
11261
11262         * faq/de/*
11263                 add German FAQ
11264         * faq/en/*
11265           faq/es/*
11266           faq/fr/*
11267                 update English, Spanish and French FAQs
11268         * manual/de/*
11269           manual/es/*
11270                 add German and Spanish manuals
11271         * manual/en/*
11272           manual/fr/*
11273                 update English and French manuals
11274
11275         * src/Makefile.am
11276                 add to and re-arrange the pixmap entries
11277
11278 2002-04-22 [darko]      0.7.4claws91
11279
11280         * src/compose.c
11281                 fix sender initials recognition to only allow
11282                 '>' after the initials
11283
11284 2002-04-21 [paul]       0.7.4claws90
11285
11286         * sync with 0.7.5 release
11287                 see ChangeLog entry 2002-04-21
11288
11289 2002-04-21 [alfons]
11290
11291         * src/Makefile.am
11292                 add colin's new pixmaps to EXTRA_DIST
11293
11294 2002-04-21 [colin]      0.7.4claws89
11295         * src/compose.c
11296         * src/inc.c
11297         * src/mainwindow.[ch]
11298         * src/prefs_common.[ch]
11299         * src/stock_pixmap.[ch]
11300                 Added "Work offline" ability.
11301
11302 2002-04-21 [colin]      0.7.4claws88
11303         
11304         * src/mimeview.c
11305         * src/prefs_common.c
11306         * src/prefs_common.h
11307         * src/textview.c : Added an option to common preferences -> display
11308           to allow user not to automatically display images.
11309
11310 2002-04-21 [paul]       0.7.4claws87
11311
11312         * sync with 0.7.4cvs52
11313                 see ChangeLog entry 2002-04-21 (src/imap.c)
11314
11315 2002-04-21 [paul]       0.7.4claws86
11316
11317         * sync with 0.7.4cvs51
11318                 see ChangeLog entry 2002-04-21
11319
11320 2002-04-21 [paul]       0.7.4claws85
11321
11322         * sync with 0.7.4cvs49
11323                 see ChangeLog entries 2002-04-20 and 2002-04-21
11324
11325         * src/Makefile.am
11326                 clean up: remove old 'stock_' element from xpm 
11327                 filenames.
11328
11329 2002-04-21 [alfons]     0.7.4claws84
11330
11331         apply sync patch from Paul
11332
11333         * src/folderview.c
11334                 use old claws prefs_folder_item_create() for now
11335
11336 2002-04-19 [match]      0.7.4claws83
11337
11338         * src/addressbook.[ch]
11339         * src/addrharvest.[ch]
11340         * src/addrgather.[ch]
11341                 recurse folders.
11342         * src/mainwindow.c
11343         * src/summaryview.[ch]
11344                 change menu option.
11345
11346 2002-04-19 [paul]       0.7.4claws82
11347
11348         * po/pt_BR.po
11349                 updated by Fabio Junior Beneditto
11350
11351 2002-04-14 [alfons]     0.7.4claws81
11352
11353         * src/passphrase.c
11354                 add #include <sys/types.h> for mode_t and off_t 
11355
11356 2002-04-13 [paul]       0.7.4claws80
11357         
11358         * src/main.c
11359           src/passphrase.[ch]
11360           src/pgptext.c
11361           src/prefs_common.[ch]
11362           src/rfc2015.c
11363                 enable storing of GnuPG passphrase for the whole 
11364                 session or a user-defined number of minutes. patch 
11365                 submitted by Ravemax <ravemax@dextrose.com>
11366
11367 2002-04-13 [alfons]     0.7.4claws79
11368
11369         * src/textview.c
11370                 make email parser also stop scanning when encountering separators
11371                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11372
11373 2002-04-13 [paul]       0.7.4claws78
11374
11375         * sync with 0.7.4cvs39
11376                 see ChangeLog entry 2002-04-12
11377
11378 2002-04-11 [paul]       0.7.4claws77
11379
11380         * sync with 0.7.4cvs37
11381                 see ChangeLog entry 2002-04-11
11382
11383 2002-04-11 [paul]       0.7.4claws76
11384
11385         * COPYING 
11386                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11387                 the clause for OpenSSL). sync with sylpheed main
11388
11389 2002-04-09 [melvin]     0.7.4claws75
11390
11391         * src/compose.c
11392                 Made 'Ctrl-Enter' on send ignore some modifiers 
11393                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11394                 to bind other *-Enter (but not Alt-Enter).
11395
11396 2002-04-09 [paul]       0.7.4claws74
11397
11398         * sync with 0.7.4cvs35
11399                 see ChangeLog entries 2002-04-09
11400
11401 2002-04-08 [paul]       0.7.4claws73
11402
11403         * sync with 0.7.4cvs33
11404                 see ChangeLog entry 200-04-08
11405
11406 2002-04-07 [match]      0.7.4claws72
11407
11408         * src/addrharvest.[ch]
11409                 fixed to read all addresses in header, regardless
11410                 of header size. improved name parsing. accommodate
11411                 harvest from folders and selected message.
11412         * src/addritem.[ch]
11413                 included new address parsing function.
11414         * src/addrgather.[ch]
11415         * src/addressbook.[ch]
11416         * src/summaryview.[ch]
11417         * src/mainwindow.c
11418                 allow address harvest of folder as well as selected
11419                 messages.
11420
11421 2002-04-07 [paul]       0.7.4claws71
11422
11423         * src/esmtp.[ch]
11424           src/smtp.c
11425                 don't try to authenticate with CRAM-MD5 in SMTP when 
11426                 SMTP-AUTH enabled if MTA doesn't issue this 
11427                 auth-method in it's ehlo-response. bug item #531364,
11428                 patch item #938910. patch submitted by Colin Leroy 
11429                 <colin@colino.net>
11430
11431 2002-04-07 [paul]       0.7.4claws70
11432
11433         * src/nntp.c
11434                 fix missing MODE_READER bug. patch submitted by
11435                 Colin Leroy <colin@colino.net>
11436
11437 2002-04-07 [alfons]     0.7.4claws69
11438
11439         * src/matcher.[ch]
11440         * src/prefs_filtering.c
11441         * src/summaryview.c
11442                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11443                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11444
11445 2002-04-07 [paul]       0.7.4claws68
11446
11447         * sync with 0.7.4cvs32
11448                 see ChangeLog entry 2002-04-06
11449
11450         * tools/filter_conv.pl
11451                 more bug fixes
11452
11453 2002-04-06 [paul]       0.7.4claws67
11454
11455         * tools/filter_conv.pl
11456                 modify to be able to find the name of the first
11457                 mailbox and use that. main's filter does not
11458                 record the full path to the mailbox and therefore
11459                 can only filter to the first mailbox.
11460
11461 2002-04-05 [paul]       0.7.4claws66
11462
11463         * tools/filter_conv.pl
11464                 attempt to make the script all-encompassing and
11465                 be able to convert any main 'filter' rule thrown
11466                 at it
11467
11468 2002-04-05 [paul]       0.7.4claws65
11469
11470         * tools/filter_conv.pl
11471                 allow for collapsed folder trees
11472
11473 2002-04-05 [paul]       0.7.4claws64
11474
11475         * sync with 0.7.4cvs31
11476                 see ChangeLog entries 2002-04-05
11477
11478 2002-04-03 [paul]       0.7.4claws63
11479
11480         * sync with 0.7.4cvs29
11481                 see ChangeLog entries 2002-04-02 and 2002-04-03
11482
11483 2002-04-02 [paul]       0.7.4claws62
11484
11485         * sync with 0.7.4cvs26
11486                 see ChangeLog entry 2002-04-01
11487
11488 2002-04-02 [match]      0.7.4claws61
11489
11490         * src/pine.[ch]
11491         * src/importpine.[ch]
11492         * src/addressbook.c
11493                 import Pine address book.
11494
11495 2002-04-02 [match]      0.7.4claws60
11496
11497         * src/addrharvest.[ch]
11498                 improve address parsing of funky addresses.
11499
11500 2002-04-02 [darko]      0.7.4claws59
11501
11502         * src/compose.c
11503                 wrap on send improvements, it now recognizes quoted
11504                 initials as part of the quotation string, and it
11505                 does not join lines separated by CR
11506
11507 2002-04-01 [match]      0.7.4claws58
11508
11509         * src/mgutils.[ch]
11510                 added new functions.
11511         * src/mutt.[ch]
11512                 remove excessive duplicate address generation
11513                 on import.
11514
11515 2002-04-01 [alfons]     0.7.4claws57
11516         
11517         * src/summaryview.c
11518                 put back g_free() 
11519
11520 2002-04-01 [paul]       0.7.4claws56
11521
11522         * sync with 0.7.4cvs25
11523                 see ChangeLog entry 2002-04-01
11524
11525 2002-04-01 [alfons]     0.7.4aprilfool55
11526
11527         * src/summaryview.c
11528                 honour feature request item #537427 to allow for
11529                 displaying names from address book for sent mail also
11530
11531 2002-03-29 [paul]       0.7.4claws54
11532
11533         * src/mainwindow.c
11534           src/prefs_filtering.[ch]
11535           src/prefs_matcher.c
11536           src/summaryview.c
11537                 add 'fast filter' for claws' filtering,
11538                 /Tools/Create filter rule/... patch submitted
11539                 by Neill Miller <neillm@thecodefactory.org>
11540
11541 2002-03-29 [paul]       0.7.4claws53
11542
11543         * sync with 0.7.4cvs24
11544                 see ChangeLog entry 2002-03-29
11545
11546 2002-03-28 [paul]       0.7.4claws52
11547
11548         * sync with 0.7.4cvs23
11549                 see ChangeLog entry 2002-03-28
11550
11551 2002-03-27 [melvin]     0.7.4claws51
11552
11553         * src/prefs_actions.c
11554                 Added support to pass only one message part (as a
11555                 file) to the command using '%p'. No quotes are needed
11556                 because doubles quotes are automatically added.
11557                 Fixed bug where Sylpheed could block when waiting for
11558                 a child process to finish.
11559                 Changed the help menu to remove quotes around symbols to 
11560                 avoid misinterpretation (they must not be used).
11561
11562 2002-03-27 [melvin]     0.7.4claws50
11563
11564         * src/inc.c
11565                 Made the new mail notification command always 
11566                 execute asynchronously.
11567
11568 2002-03-27 [paul]       0.7.4claws49
11569
11570         * src/compose.c
11571                 fix bug introduced in last commit
11572
11573 2002-03-27 [paul]       0.7.4claws48
11574
11575         * sync with 0.7.4cvs21
11576                 see ChangeLog 2002-03-26 and 2002-03-27
11577
11578 2002-03-26 [hoa]        0.7.4claws47
11579
11580         * src/prefs_folder_item.c
11581                 really fixed the bug #516442 with folder rescan.
11582
11583 2002-03-26 [paul]       0.7.4claws46
11584
11585         * sync with 0.7.4cvs19
11586                 see ChangeLog entries 2002-03-25 and 2002-03-26
11587
11588 2002-03-25 [hoa]        0.7.4claws45
11589
11590         * src/matcher.c
11591         * src/mh.c
11592                 fix the bug #516442 with folder rescan.
11593
11594         * src/prefs_common.[ch]
11595         * src/compose.c
11596                 added an option to enable two different behaviours
11597                 for bounce.
11598
11599
11600 2002-03-25 [paul]       0.7.4claws44
11601
11602         * src/mainwindow.c
11603           src/selective_download.c
11604                 correct a few menuitem labels
11605
11606 2002-03-25 [christoph]  0.7.4claws43
11607
11608         * src/procmsg.c
11609                 fix non deleted tmp message in
11610                 procmsg_save_to_outbox
11611                 fix problems caused by sync with
11612                 main branch's procmsg_send_queue
11613
11614 2002-03-25 [paul]       0.7.4claws42
11615
11616         * src/quote_fmt.c
11617           src/quote_fmt_lex.l
11618           src/quote_fmt_parse.y
11619                 add Last name (%L) placeholder for quoting. 
11620                 patch submitted by Thorsten Thielen 
11621                 <thth@users.sourceforge.net>
11622
11623 2002-03-25 [paul]       0.7.4claws41
11624
11625         * src/utils.c
11626                 get full hostname. patch submitted by
11627                 Bob Woodside <rwoodside1@comcast.net>
11628
11629 2002-03-25 [paul]       0.7.4claws40
11630
11631         * src/account.c
11632           src/news.c
11633           src/nntp.[ch]
11634           src/prefs_account.[ch]
11635                 enable NNTP over SSL. patch submitted by
11636                 Pascal Jermini <pascal@infinity.hn.org>
11637
11638 2002-03-24 [paul]       0.7.4claws39
11639
11640         * src/prefs_common.c
11641                 make the arrangement of the Compose tab more
11642                 coherent
11643
11644         * src/mainwindow.c
11645                 fix some irregularities of style
11646
11647         * po/de.po
11648                 updated by Kilian Krause
11649
11650 2002-03-23 [paul]       0.7.4claws38
11651
11652         * po/pt_BR.po
11653                 updated by Fabio Junior Beneditto
11654
11655 2002-03-23 [paul]       0.7.4claws37
11656
11657         * src/mainwindow.c
11658                 move 'Gather addresses' to 'Tools' menu
11659                 make 'Selective download' sensitive
11660
11661 2002-03-23 [paul]       0.7.4claws36
11662
11663         * sync with 0.7.4cvs16
11664                 see ChangeLog entries 2002-03-23
11665
11666 2002-03-22 [christoph]  0.7.4claws35
11667
11668         * src/quote_fmt_parse.y
11669                 fix include program output
11670
11671 2002-03-22 [alfons]     0.7.4claws34
11672
11673         * src/pop.c
11674                 initialize GDate stack variable correctly (sorry!)
11675
11676 2002-03-22 [paul]       0.7.4claws33
11677
11678         * src/compose.c
11679           src/mainwindow.c
11680           src/prefs_actions.c
11681           src/prefs_common.c
11682                 rename 'Tool' to 'Tools'
11683
11684         * src/mainwindow.c
11685                 move 'Delete duplicated messages' from
11686                 'Message/' to 'Tools/'
11687                 re-arrange the order of 'Tools/' items
11688
11689 2002-03-22 [paul]       0.7.4claws32
11690
11691         * src/addr_compl.c
11692           src/addressbook.[ch]
11693                 auto-address completion now also matches on
11694                 Nickname. patch submitted by Bob Forsman 
11695                 <hammor@users.sourceforge.net>
11696
11697         * src/editaddress.c
11698                 correct a spelling mistake
11699
11700 2002-03-22 [alfons]     0.7.4claws31
11701
11702         * src/pop.c
11703                 fix getting uidl from incorrect string 
11704                 (spotted by Colin)
11705
11706 2002-03-21 [alfons]     0.7.4claws30
11707
11708         * src/pop.c
11709                 more code refactoring
11710                 plug mem leak introduced by delete on server
11711
11712 2002-03-21 [paul]       0.7.4claws29
11713
11714         * sync with 0.7.4cvs11
11715                 see ChangeLog entries 2002-03-20
11716
11717 2002-03-20 [alfons]     0.7.4claws28
11718
11719         * src/inc.c
11720                 apply Colin's patch and refactor
11721
11722 2002-03-20 [paul]       0.7.4claws27
11723
11724         * sync with sylpheed 0.7.4cvs9
11725                 see ChangeLog entry 2002-03-20
11726
11727 2002-03-19 [christoph]  0.7.4claws26
11728
11729         * src/mh.c
11730         * src/procmsg.[ch]
11731         * src/summaryview.c
11732                 revert changes for flag updates
11733                 (does not work correctly and no time to debug)
11734
11735 2002-03-20 [alfons]     0.7.4claws25
11736
11737         * src/pop.c
11738                 refactor should_delete() a little bit 
11739
11740 2002-03-19 [paul]       0.7.4claws24
11741
11742         * src/inc.[ch]
11743           src/pop.c
11744           src/prefs_account.[ch]
11745                 allow the user to leave downloaded mail on the 
11746                 server for n days. Patch submitted by Colin Leroy 
11747                 <colin@colino.net>
11748
11749 2002-02-19 [paul]       0.7.4claws23
11750
11751         * sync with sylpheed 0.7.4cvs8
11752                 see ChangeLog entries 2002-03-19
11753
11754 2002-03-18 [paul]       0.7.4claws22
11755
11756         * sync with sylpheed 0.7.4cvs6
11757                 see ChangeLog entry 2002-03-18
11758
11759 2002-03-18 [paul]       0.7.4claws21
11760
11761         * po/en_GB.po
11762                 add en_GB message catalogue
11763
11764         * src/mbox_folder.c
11765           src/prefs_account.c
11766           src/prefs_actions.c
11767                 correct a few spelling mistakes
11768
11769 2002-03-17 [alfons]     0.7.4claws20
11770
11771         * src/matcher.c
11772                 more stringent checks for NULL params when writing
11773                 filtering actions to a file
11774                 
11775 2002-03-17 [hoa]        0.7.3claws20
11776
11777         * src/news.c
11778                 fixed the count of new messages
11779
11780         * src/compose.c
11781                 fixed the "attachment properties" window
11782
11783 2002-03-17 [paul]       0.7.4claws19
11784
11785         * src/defs.h
11786           src/folder.h
11787           src/news.c
11788           src/prefs_account.[ch]
11789           src/procmsg.[ch]
11790           src/summaryview.c
11791                 automatically mark cross-posted messages as read 
11792                 and (optionally) give them a colour label
11793                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11794                 
11795
11796 2002-03-17 [paul]       0.7.4claws18
11797
11798         * sync with sylpheed 0.7.4cvs5
11799                 see ChangeLog entry 2002-03-17
11800
11801 2002-03-17 [melvin]     0.7.4claws17
11802         
11803         * src/textview.c
11804                 Worked around a gtktext 'bug': when searching for 
11805                 a text in a long message it was scrolling slowly
11806                 line by line until it hit the searched text.
11807         * po/fr.po
11808                 Updated French translation
11809
11810 2002-03-17 [melvin]     0.7.4claws16
11811
11812         * src/mainwindow.c
11813         * src/compose.c
11814         * src/prefs_actions.c
11815                 Moved "Edit/Actions" to "Tool/Actions"
11816                 Made mainwindow/compose window sensitive as soon as
11817                 no child process is running anymore even if the io dialog
11818                 is open.
11819                 Fixed a struct being initialized with a non constant char*
11820
11821 2002-03-16 [christoph]  0.7.4claws15
11822
11823         * configure.in
11824                 add --with-compiler-flags option
11825                 (only for developer hacking)
11826         * src/mh.c
11827         * src/procmsg.[ch]
11828         * src/summaryview.c
11829                 try to make folder-stats and flag handling more
11830                 independent from the summaryview. msgcounts
11831                 are only set when the folder is opened and
11832                 procmsg_msginfo_(un)set_flags will handle it
11833                 later and summaryview will get the values
11834                 from the folder.
11835
11836 2002-03-16 [paul]       0.7.4claws14
11837
11838         * src/messageview.c
11839                 fix Return-receipt. Patch submitted by Bob
11840                 Woodside <rwoodside1@comcast.net>
11841
11842 2002-03-16 [paul]       0.7.4claws13
11843
11844         * src/compose.c
11845                 fix 'dynamic' signatures, make it work again
11846                 broken during sync on 2002-03-14 (0.7.4claws2)
11847
11848 2002-03-15 [match]      0.7.4claws12
11849
11850         * src/addrharvest.[ch]
11851         * src/addrgather.[ch]
11852         * src/addressbook.[ch]
11853         * src/mainwindow.c
11854                 included address harvester feature. still some
11855                 issues with address parsing that I will fix.
11856
11857 2002-03-15 [match]      0.7.4claws11
11858
11859         * src/addrbook.[ch]
11860         * src/addrcache.[ch]
11861         * src/addressbook.[ch]
11862         * src/addrindex.c
11863         * src/editbook.c
11864         * src/importldif.c
11865         * src/importmutt.c
11866         * src/jpilot.[ch]
11867         * src/main.c
11868         * src/syldap.[ch]
11869         * src/vcard.[ch]
11870                 tidy up. fix memory leaks. moved attribs and methods
11871                 from individual interfaces to addrcache object. prep
11872                 for new stuff to come in.
11873
11874 2002-03-15 [alfons]     0.7.4claws10
11875
11876         * src/matcher.[ch]
11877         * src/matcher_parser_parse.y
11878         * src/matcher_parser_lex.l
11879         * src/prefs_matcher.c
11880                 add filtering conditions message greater than, smaller 
11881                 than, and exactly matching a size in bytes
11882                 (does not work with delete from POP3 server yet)
11883
11884                 this should also give others an idea what you should
11885                 do to add new criterions to claws filtering system
11886                 
11887
11888 2002-03-15 [paul]       0.7.4claws9
11889
11890         * tools/filter_conv.pl
11891                 exit if there are no filter rules to convert
11892                 rename filterrc to filterrc.old after completion
11893
11894 2002-03-15 [paul]       0.7.4claws8
11895
11896         * sync with sylpheed 0.7.4cvs3
11897                 see ChangeLog entry 2002-03-14
11898
11899 2002-03-14 [paul]       0.7.4claws7
11900
11901         * src/compose.c
11902                 clean up the last commit (ahem)
11903
11904 2002-03-14 [paul]       0.7.4claws6
11905
11906         * src/compose.c
11907                 fix bug #515655. honour account preferences
11908                 regarding gpg default signing/encryption when 
11909                 changing account from the compose window.
11910
11911 2002-03-14 [paul]       0.7.4claws5
11912
11913         * src/folderview.c
11914                 remove unnecessary curly brackets
11915
11916 2002-03-14 [paul]       0.7.4claws4
11917
11918         * src/folderview.c
11919           src/prefs_filtering.[ch]
11920                 add filter rename on folder rename and filter
11921                 delete on folder delete. Patch submitted by
11922                 Neill Miller <neillm@thecodefactory.org> 
11923
11924 2002-03-14 [christoph]  0.7.4claws3
11925
11926         * src/procmsg.c
11927         * src/send.c
11928                 fix local delivery
11929                 (patch submitted by "Simon 'corecode' Schubert")
11930         * src/prefs_common.c
11931         * src/procmsg.c
11932                 fix gcc 3.0 warning
11933
11934 2002-03-14 [paul]       0.7.4claws2
11935
11936         * sync with sylpheed 0.7.4cvs2
11937                 see ChangeLog entry 2002-03-13
11938
11939 2002-03-12 [darko]      0.7.4claws1
11940
11941         * src/mainwindow.c
11942                 fix what seems to be a copy and paste error
11943                 when setting color for important messages
11944                 (reported by wwp)
11945
11946 2002-03-11 [paul]       version 0.7.4claws released
11947
11948 2002-03-11 [paul]       0.7.4claws
11949
11950         * po/es.po
11951           po/it.po
11952           po/nl.po
11953           po/pt_BR.po
11954                 update message catalogs. Submitted by Ricardo Mones 
11955                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11956                 Fabio Junior Beneditto
11957
11958         * configure.in
11959           faq/Makefile.am
11960           faq/it/Makefile
11961           faq/it/sylpheed-faq*
11962           src/mainwindow.c
11963           src/manual.[ch]
11964                 add FAQ in Italian
11965         
11966
11967 2002-03-11 [jens]       0.7.3claws7
11968
11969         * po/de.po
11970                 updated German translation
11971
11972 2002-03-11 [melvin]     0.7.3claws6
11973
11974         * po/fr.po
11975                 updated and corrected French translation
11976
11977 2002-03-10 [hoa]        0.7.3claws5
11978
11979         * src/account.c
11980         * src/inc.c
11981         * src/prefs_account.c
11982         * src/procmsg.c
11983         * src/send.[ch]
11984                 fixed the local account.
11985                 you have to change the default "/usr/sbin/sendmail"
11986                 to "/usr/sbin/sendmail -t" in the preferences of
11987                 the local account.
11988
11989         * src/procmime.c
11990                 removed some debug display for renderer
11991
11992 2002-03-10 [paul]       0.7.3claws4
11993
11994         * faq/en/sylpheed-faq-1.html
11995           faq/en/sylpheed-faq-2.html
11996                 update
11997
11998 2002-03-09 [paul]       0.7.3claws3
11999
12000         * sync with sylpheed 0.7.4
12001                 see ChangeLog entry 2002-03-09
12002
12003 2002-03-08 [paul]       0.7.3claws2
12004
12005         * faq/en/sylpheed-faq*
12006           faq/es/sylpheed-faq*
12007           faq/fr/sylpheed-faq*
12008                 update the FAQs
12009
12010         * manual/fr/.cvsignore
12011           manual/fr/Makefilea.am
12012           manual/fr/sylpheed*
12013           src/mainwindow.c
12014           src/manual.[ch]
12015                 add the French manual
12016
12017 2002-03-07 [paul]       0.7.3claws1
12018
12019         * sync with sylpheed 0.7.3cvs4
12020                 see ChangeLog entries  2002-03-06 and 2002-03-07
12021         
12022         * po/nl.po
12023                 updated by Wilbert Berendsen
12024
12025 2002-03-07 [melvin]     0.7.2claws34
12026
12027         * src/selective_download.c
12028                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12029
12030 2002-03-06 [paul]       0.7.2claws33
12031
12032         * sync with sylpheed 0.7.3cvs1
12033                 bug fix, see ChangeLog entry 2002-03-05
12034
12035 2002-03-05 [paul]       0.7.2claws32
12036
12037         * src/mimeview.c
12038           src/pgptext.[ch]
12039           src/procmsg.c
12040                 reverse the pgp ascii-armored code implemented in 
12041                 0.7.2claws16. removal of this code until it matures.
12042                 this means that verifying ascii-armored pgp sigs and
12043                 automatic decryption of ascii-armored encrypted
12044                 messages no longer works.
12045
12046 2002-03-05 [paul]       0.7.2claws31
12047
12048         * configure.in
12049           Makefile.am
12050         * faq/Makefile.am
12051         * faq/en/Makefile.am
12052           faq/en/sylpheed-faq.html
12053           faq/en/sylpheed-faq-1.html
12054           faq/en/sylpheed-faq-2.html
12055           faq/en/sylpheed-faq-3.html
12056         * faq/es/Makefile.am
12057           faq/es/sylpheed-faq.html
12058           faq/es/sylpheed-faq-1.html
12059           faq/es/sylpheed-faq-2.html
12060           faq/es/sylpheed-faq-3.html
12061           faq/es/sylpheed-faq-4.html
12062         * faq/fr/Makefile.am
12063           faq/fr/sylpheed-faq.html
12064           faq/fr/sylpheed-faq-1.html
12065           faq/fr/sylpheed-faq-2.html
12066           faq/fr/sylpheed-faq-3.html
12067         * src/Makefile.am
12068           src/defs.h
12069           src/mainwindow.c
12070           src/manual.[ch]
12071                 add FAQs in English, Spanish and French
12072
12073
12074 2002-03-05 [paul]       0.7.2claws30
12075
12076         * manual/en/sylpheed.html
12077           manual/en/sylpheed-XX.html
12078                 updated the English manual
12079
12080 2002-03-05 [hoa]        
12081
12082         * src/summaryview.c
12083                 dialog box pops up if the article can't be deleted.
12084
12085 2002-03-04 [paul]       
12086         
12087         * po/pt_BR.po
12088                 updated by Fabio Junior Benedito
12089
12090 2002-03-04 [hoa]
12091
12092         * removed ac/gpgme.m4
12093                 to avoid autogen common problem
12094                 developers have to install gpgme development package now
12095
12096         * src/compose.c
12097                 encoding to 7bit or 8bit is enabled.
12098
12099 2002-03-03 [alfons]     0.7.2claws29
12100
12101         * src/pop.c
12102                 merge fix by Oliver Haertel for selective
12103                 download buglet
12104
12105 2002-03-03 [paul]       0.7.2claws28
12106         
12107         * sync with sylpheed 0.7.3
12108
12109 2002-03-03 [paul]       0.7.2claws27
12110
12111         * sync with sylpheed 0.7.2cvs24
12112                 see ChangeLog entries 2002-03-02 and 2002-03-03
12113
12114 2002-03-02 [melvin]     0.7.2claws26
12115
12116         * src/inc.[ch]
12117         * src/main.c
12118         * src/mainwindow.c
12119         * src/prefs_common.[ch]
12120                 Added user definable notification on new mail arrival.
12121                 Removed unused variables in spell checker prefs code.
12122
12123 2002-03-02 [melvin]     0.7.2claws25
12124
12125         * src/quote_fmt.c
12126                 Removed unnecessary escape sequences.
12127                 Changed 'Initial...' to 'Initials of Sender'
12128
12129 2002-03-02 [paul]       0.7.2claws24
12130
12131         * sync with sylpheed 0.7.2cvs22
12132                 see ChangeLog entry 2002-03-01
12133
12134 2002-03-01 [hoa]        0.7.2claws23
12135
12136         * src/mainwindow.c
12137                 Set sensitivity of delete actions to active
12138                 even if the folder is a newsgroup.
12139
12140         * src/summaryview.c
12141                 - Set sensitivity of delete actions
12142                 - Added function check_permission() that will check if the
12143                   user is authorized to delete a message. For news, it
12144                   will check if the author is the same.
12145                 - Enabled deletion when there is no trash folder.
12146
12147         * src/news.[ch]
12148                 - Added news_cancel_article() to cancel articles
12149                 - Implemented news_remove_message() (public function)
12150
12151 2002-03-01 [paul]       0.7.2claws22
12152
12153         * src/gtkutils.c
12154           src/textview.c
12155                 recognise urls that that don't include 'http://' and
12156                 simply begin 'www.' 
12157
12158         * AUTHORS
12159                 remove duplicated name
12160
12161 2002-02-28 [paul]       0.7.2claws21
12162
12163         * src/mainwindow.c
12164           src/summaryview.[ch]
12165                 add ability to 'Select thread'
12166                 combines Melvin's "Select thread's head" patch (#510907)
12167                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12168                 patch (#518514) 
12169
12170 2002-02-28 [paul]       0.7.2claws20
12171
12172         * src/mimeview.c
12173                 hopefully fix segfault on right-clicking a mime part
12174                 that some people have experienced.      
12175                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12176
12177 2002-02-28 [paul]       0.7.2claws19
12178
12179         * sync with sylpheed 0.7.2cvs21
12180                 see ChangeLog entries 2002-02-27 and 2002-02-28
12181
12182 2002-02-27 [paul]       0.7.2claws18
12183
12184         * sync with sylpheed 0.7.2cvs18
12185                 see ChangeLog entries 2002-02-26 and 2002-02-27
12186
12187 2002-02-26 [alfons]     0.7.2claws17
12188
12189         * src/procheader.c
12190                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12191                 (spotted by Chris Hessman <idatech@gmx.net>)
12192
12193 2002-02-26 [paul]       0.7.2claws16
12194
12195         * src/mimeview.c
12196           src/pgptext.[ch]
12197           src/procmsg.c
12198                 make decryption of ascii-armored pgp encrypted messages
12199                 and verification of ascii-armored signatures work again.
12200                 slightly altered from the patch by Jens Jahnke 
12201                 <jan0sch@gmx.net>
12202
12203                 ##FIX ME##
12204                 * the checking of plaintext signatures always comes up in 
12205                   a popup box
12206                 * it doesn't work for multipart messages 
12207                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12208                   including the msg headers and these 2 line themselves, are 
12209                   not displayed
12210
12211         * src/mainwindow.c
12212                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12213                 "View/Message View" becomes "View/Separate Message View"
12214                 because its less ambiguous.
12215
12216         * po/es.po
12217                 updated by Ricardo Mones Lastra
12218
12219 2002-02-26 [paul]       0.7.2claws15
12220
12221         * sync with sylpheed 0.7.2cvs17
12222                 see ChangeLog entries 2002-02-25 and 2002-02-26
12223
12224 2002-02-25 [christoph]  0.7.2claws14
12225
12226         * src/filtering.[ch]
12227         * src/inc.c
12228                 do filtering stuff after all messages have been received
12229                   1. drop all messages to .processing
12230                   2. scan processing folder for messages
12231                   3. filter messages or move to inbox
12232                 this will also find old messages left in processing after
12233                 a crash or something like that and we get a real msginfo
12234                 from folder->get_msg_list and do not have to create our
12235                 own in filter_message
12236         * src/matcher_parser_parse.y
12237                 remove MIX/MAX warning (reordered includes)
12238
12239 2002-02-25 [paul]       0.7.2claws13
12240
12241         * sync with sylpheed 0.7.2cvs15
12242                 see ChangeLog entry 2002-02-24
12243
12244 2002-02-24 [alfons]     0.7.2claws12
12245
12246         * src/filtering.c
12247                 clear old color flags first when applying a new color to
12248                 a message info. 
12249                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12250
12251 2002-02-24 [alfons]     0.7.2.claws11
12252         
12253         * AUTHORS
12254         * src/prefs_common.c
12255                 add presets for Opera and Konqueror, closes patch #517261,
12256                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12257
12258 2002-02-24 [alfons]     0.7.2.claws10
12259
12260         * AUTHORS
12261         * src/summaryview.c
12262                 fix threading for null message ids, closes patch #521601,
12263                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12264
12265 2002-02-24 [alfons]     0.7.2claws9
12266
12267         * src/summaryview.c
12268         * src/filtering.c
12269                 make Tool | Filter Message work with filtering system so
12270                 setting flags also works
12271
12272                 TODO:
12273
12274                 - Processing uses the same function as Tool | Filter
12275                   Message, but doesn't use the same update proc yet
12276
12277 2002-02-23 [paul]       0.7.2claws8
12278
12279         * sync with sylpheed 0.7.2cvs14
12280                 see ChangeLog entries 2002-02-22 and 2002-02-23
12281
12282 2002-02-22 [christoph]  0.7.2claws7
12283
12284         * src/quote_fmt.c
12285                 Add column space to table
12286         * src/quote_fmt_parse.y
12287                 Close files
12288
12289 2002-02-22 [paul]       0.7.2claws6
12290
12291         * src/Makefile.am
12292           src/defs.h
12293           src/filtering.c
12294           src/inc.[ch]
12295           src/mainwindow.c
12296           src/matcher.[ch]
12297           src/matcher_parser_lex.l
12298           src/matcher_parser_parse.y
12299           src/pop.[ch]
12300           src/prefs_account.h
12301           src/prefs_filtering.c
12302           src/selective_download.[ch]   *** NEW FILES ***
12303           src/utils.[ch]
12304           po/POTFILES.in
12305                 Selective Download added to 'Tool' menu. 
12306                 Retrieves email headers of the currently selected pop3 
12307                 account and allows the user to mark emails for deletion 
12308                 right on the pop3 server. Patch submitted by Oliver Haertel 
12309                 <oha@users.sourceforge.net>.
12310         
12311         * po/POTFILES.in
12312                 add 'src/quote_fmt.c'           
12313
12314 2002-02-22 [christoph]  0.7.2claws5
12315
12316         * src/Makefile.am
12317                 added quote_fmt.c
12318         * src/prefs_common.[ch]
12319         * src/prefs_template.c
12320         * src/quote_fmt.c               *** NEW FILE ***
12321         * src/quote_fmt.h
12322                 move quote format symbol description code
12323                 to it's own file because it is used from
12324                 differnent code parts
12325                 Rewrote symbol description GUI
12326                   + use table
12327                   + add separators
12328                   + get data from array (no more long constant strings)
12329         * src/quote_fmt_lex.l
12330         * src/quote_fmt_parse.y
12331                 Symbol for Literal % changed to \% instead of %%
12332                 (More logical as \ is used for quoting for other symbols)
12333                 Add |f and |p to include files and program output
12334                 Examples:
12335                     |f{/home/.../.signature}
12336                     |p{date}
12337         * po/de.po
12338                 Correct wrong spelling for "Referenzen"
12339
12340 2002-02-21 [paul]       0.7.2claws4
12341
12342         * src/procmsg.c
12343                 forgotten during sync
12344
12345 2002-02-21 [paul]       0.7.2claws3
12346
12347         * sync with sylpheed 0.7.2cvs11
12348                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12349                 2002-02-20 and 2002-02-21
12350
12351 2002-02-20 [melvin]     0.7.2claws2
12352
12353         * src/prefs_actions.c
12354                 Added error report when child cannot fork or when execvp 
12355                 returns with an error.
12356
12357 2002-02-19 [christoph]  0.7.2claws1
12358
12359         * src/codeconv.c
12360                 return unconverted text if conde conversion is not possible
12361                 when libjconv is used.
12362                 (patch submitted by "Simon 'corecode' Schubert")
12363
12364 2002-02-19 [paul]       
12365
12366         * version 0.7.2claws release
12367
12368 2002-02-19 [paul]       0.7.2claws
12369
12370         * po/nl.po
12371                 updated by Wilbert Berendsen
12372
12373
12374 2002-02-18 [alfons]     0.7.1claws13
12375
12376         * src/syldap.c
12377         * src/jpilot.c
12378                 remove references to dlfcn and explicitly loading functions
12379                 from dynalink libs, because libs linked anyway, and functions
12380                 are loaded explicitly
12381
12382 2002-02-17 [melvin]     0.7.1claws12
12383
12384         * src/prefs_actions.c
12385                 Replaced children wait loop with double fork technique.
12386                 Now, input/output window updated at each new output.
12387                 free_children(): Fixed a memory leak.
12388                 Made input/output window non closable if running children
12389                 still exist.
12390                 Added missing <unistd.h> include.
12391                 Added some --debug outputs.
12392
12393 2002-02-17 [melvin]     0.7.1claws11
12394
12395         * src/summaryview.c
12396                 Fixed bug where descending sort order did not select top
12397                 message.
12398
12399 2002-02-17 [melvin]     0.7.1claws10
12400
12401         * acconfig.h
12402                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12403         * src/prefs_common.c
12404                 Pspell data package directory no more hard coded but
12405                 set during configuration (PSPELL_PATH). (Thanks to 
12406                                 Gustavo Noronha Silva.)
12407
12408 2002-02-17 [melvin]     0.7.1claws9
12409
12410         * configure.in
12411                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12412         * src/gtkspell.c
12413                 Fixed compile-time warnings.
12414
12415 2002-02-16 [alfons]     0.7.1claws8
12416
12417         * src/filesel.c
12418                 fix inadvertent free of NULL pointer which caused
12419                 sylpheed to crash when closing the save-as dialog
12420                 using the window close button
12421
12422 2002-02-16 [carsten]    0.7.1claws7
12423         * src/mainwindow.[ch]
12424           src/summaryview.c
12425           src/prefs_common.c
12426                 fixes for pixmap theming code:
12427                         - recently changed mail attributes shouldn't get
12428                           lost any longer
12429                         - theme is only reloaded iff another theme was
12430                           selected
12431
12432 2002-02-16 [paul]       0.7.1claws6
12433
12434         * sync with sylpheed 0.7.2 release
12435                 see ChangeLog entry 2002-02-15 and 2002-02-16
12436
12437 2002-02-15 [paul]       0.7.1claws5
12438
12439         * sync with sylpheed 0.7.1cvs9
12440                 see ChangeLog entry 2002-02-15
12441
12442         * po/POTFILES.in
12443                 remove unneeded headerwindow.c entry
12444
12445 2002-02-14 [carsten]    0.7.1claws4
12446         * src/summaryview.c
12447                 fixed a bug for "Go to next unread message": there was
12448                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12449                 in the prefs, because of doing "Search again" instead
12450                 "No"
12451
12452 2002-02-14 [carsten]    0.7.1claws3
12453         * src/stock_pixmap.c
12454                 removed 2 more mem leaks; following memprof,
12455                 this code is "leak free" now :)
12456
12457 2002-02-14 [carsten]    0.7.1claws2
12458         * src/stock_pixmap.c
12459                 used opendir/readdir/closedir instead of scandir
12460                 -> code should work now on Solaris
12461
12462 2002-02-14 [paul]       0.7.1claws1
12463
12464         * sync with sylpheed 0.7.1cvs8
12465                 see ChangeLog entries 2002-02-13 and 2002-02-14
12466
12467         * README.claws
12468                 add some description of Actions and Pixmap Themes
12469
12470 2002-02-13 [paul]       
12471
12472         * version 0.7.1claws release
12473
12474 2002-02-13 [paul]       0.7.1claws
12475
12476         * po/es.po
12477           po/it.po
12478           po/pt_BR.po
12479                 updated translations, submitted by Ricardo Mones Lastra,
12480                 Alessandro Maestri and Fabio Junior Beneditto
12481
12482 2002-02-13 [melvin]     0.7.0claws75
12483
12484         * src/prefs_actions.c
12485                 Added missing "signal.h" include
12486
12487 2002-02-13 [melvin]     0.7.0claws74
12488
12489         * src/prefs_folder_item.c
12490                 Added missing "config.h" include
12491         * po/fr.po
12492                 Updated French translation for folder propriety.
12493
12494 2002-02-13 [jens]       0.7.0claws73
12495
12496         * po/POTFILES.in
12497                 Added missing src/prefs_folder_item.c [log added by melvin]
12498         * po/de.po
12499                 Updated German translation.
12500
12501 2002-02-13 [melvin]     0.7.0claws72
12502
12503         * po/fr.po
12504                 Updated French translation.
12505
12506 2002-02-13 [melvin]     0.7.0claws71
12507
12508         * src/gtkutils.c
12509                 Made gtkut_editable_get_selection return NULL if selection
12510                 is of length zero.
12511                 This fixes a bug where selecting part of message A then
12512                 switching to message B and replying to it will not
12513                 quote the message's body.
12514
12515 2002-02-12 [paul]       0.7.0claws70
12516
12517         * src/mainwindow.c
12518                 cosmetic, relating to pixmap themes: on toolbar make 
12519                 updating of 'Exec' and 'Compose news/Compose email'
12520                 icons faster.
12521
12522 2002-02-12 [carsten]    0.7.0claws69
12523         * src/folderview.c
12524           src/mainwindow.[ch]
12525           src/stock_pixmap.c
12526           src/summaryview.c
12527           src/prefs_common.c
12528                 - refreshing after changing pixmap theme better
12529                   now (thanks Paul)
12530                 - wanted to remove some mem leaks, but alfons was
12531                   faster (and had the better solution ;)
12532
12533 2002-02-12 [alfons]     0.7.0claws68
12534
12535         * src/prefs_common.c
12536         * src/stock_pixmap.[ch]
12537                 plug mem leaks, refactor code a little bit
12538
12539
12540 2002-02-12 [sergey]     0.7.0claws67
12541
12542         * src/imap.c
12543                 Fixed problem with copying messages to IMAP folders when the
12544                 server uses something other than '/' as a namespace separator
12545                 (cyrus-imapd uses '.').
12546
12547 2002-02-12 [jens]       0.7.0claws66
12548
12549         * po/de.po
12550                 Updated German Translation
12551
12552 2002-02-12 [paul]       0.7.0claws65
12553
12554         * sync with sylpheed 0.7.1cvs1
12555                 see ChangeLog entry 2002-02-12
12556
12557 2002-02-12 [melvin]     0.7.0claws64
12558
12559         * src/prefs_actions.c
12560                 Fixed "feature" where children's output was duplicated 
12561                 instead of refreshed while monitoring.
12562                 Removed some debug code.
12563
12564 2002-02-12 [christoph]  0.7.0claws63
12565
12566         * src/compose.c
12567                 always delete message from queue after sending/send error
12568                 (closes bug #509601)
12569
12570 2002-02-12 [melvin]     0.7.0claws62
12571
12572         * src/prefs_actions.c
12573                 Children wait loop is now triggered with a timeout of 1s
12574                 Added %F which is replaced with the list of filenames 
12575                 of all selected messages (as suggested by Ricardo Mones Lestra)
12576                 Pipe syntax changed. Prefix with | to send selection, postfix
12577                 with | to retrieve output. Prefix with > or * to send
12578                 user definable input to the command (*: input is hidden)
12579                 Old pipe action should now be postfixed with |, too.
12580
12581 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12582         * src/stock_pixmap.c
12583                 fixed a bug: if there's no theme directory don't
12584                 throw an error, just do "nothing" (thanks Alfons)
12585
12586 2002-02-12 [carsten]    0.7.0claws60
12587         * src/folderview.c
12588           src/summaryview.c
12589                 had to write the cache twice (nasty!); some marks would 
12590                 get lost if not
12591
12592 2002-02-11 [carsten]    0.7.0claws59
12593         * acconfig.h
12594           configure.in
12595           doc-src/maintainer_guide.txt
12596           src/compose.[ch]
12597           src/defs.h
12598           src/folderview.[ch]
12599           src/gtkutils.[ch]
12600           src/mainwindow.[ch]
12601           src/prefs_common.[ch]
12602           src/stock_pixmap.[ch]
12603           src/summaryview.[ch]
12604                 pixmap theming and related work on pixmap
12605                 handling on some other places
12606                 (e.g. hrm features for all folder)
12607           src/pixmap/stock_*.xpm -> the stock_ was removed
12608         
12609 2002-02-11 [paul]       0.7.0claws58
12610
12611         * sync with sylpheed 0.7.1 release
12612                 see ChangeLog entries 2002-02-11
12613
12614 2002-02-08 [paul]       0.7.0claws57
12615
12616         * sync with sylpheed 0.7.0cvs39
12617                 see ChangeLog entry 2002-02-07 (last entry) 
12618
12619         * src/prefs_actions.c
12620           src/prefs_filtering.c
12621           src/prefs_matcher.c
12622           src/prefs_scoring.c
12623                 sync: made it compile with C compilers other than gcc
12624
12625 2002-02-07 [paul]       0.7.0claws56
12626
12627         * sync with sylpheed 0.7.0cvs38
12628                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12629                 2002-02-07
12630
12631 2002-02-07 [darko]      0.7.0claws55
12632
12633         * src/gtkutils.[ch]
12634         * src/summaryview.c
12635                 Fix const gchar */gchar * issue (thanks Hiro)
12636
12637 2002-02-07 [darko]      0.7.0claws54
12638
12639         * src/compose.[ch]
12640         * src/filtering.c
12641         * src/gtkutils.[ch]
12642         * src/prefs_template.c
12643         * src/quote_fmt.h
12644         * src/quote_fmt_parse.y
12645         * src/summaryview.c
12646         * src/utils.[ch]
12647                 When replying or forwarding an email don't quote the entire
12648                 mail body but use the part of the message text that is selected
12649
12650 2002-02-06 [melvin]     0.7.0claws53
12651
12652         * src/prefs_common.[ch]
12653         * src/gtkspell.[ch]
12654         * src/compose.c
12655                 Made possible to switch quickly to last used dictionary
12656                 which makes checking bilingual documents easier.
12657
12658 2002-02-06 [melvin]     0.7.0claws52
12659         
12660         * po/POTFILES.in
12661                 Added forgotten new file src/prefs_actions.c
12662
12663 2002-02-06 [melvin]     0.7.0claws51
12664
12665         * src/prefs_actions.c   ** NEW FILE **
12666         * src/prefs_actions.h   ** NEW FILE **
12667                 Added actions to execute on message text view, or on the
12668                         message's file.
12669         * src/Makefile.am
12670                 Added src/prefs_actions.[ch]
12671         * src/compose.c
12672                 Added new menu "Edit/Actions"
12673         * src/defs.h
12674                 Added new actionsrc file.
12675         * src/main.c
12676                 Added actionsrc reading.
12677         * src/mainwindow.c
12678                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12679         * src/prefs_common.h
12680                 Added new element actionslst element to prefs_common.
12681
12682 2002-02-06 [paul]       0.7.0claws50
12683
12684         * sync with sylpheed 0.7.0cvs36
12685                 see ChangeLog entry 2002-02-06
12686
12687 2002-02-05 [paul]
12688
12689         * po/es.po
12690                 updated by Ricardo Mones Lastra
12691
12692 2002-02-05 [paul]       0.7.0claws49
12693
12694         * sync with sylpheed 0.7.0cvs33
12695                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12696
12697 2002-02-05 [paul]       0.7.0claws48
12698
12699         * src/compose.c
12700                 re-add 'Edit/Advanced/Delete entire line', previously named
12701                 'Delete Line+'
12702
12703 2002-02-04 [paul]       0.7.0claws47
12704
12705         * src/compose.c
12706           src/summaryview.c
12707                 fix bug #494993 (Reply All not taking Reply-To into consi)
12708                 eliminate differences in behaviour of right-click 'Reply to all' 
12709                 in summary view and 'Reply to all' on the toolbar. 
12710                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12711                 view and From gets ignored by 'Reply to all' on toolbar.
12712                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12713                 From when no Reply-To header is present.
12714
12715 2002-02-04 [paul]       0.7.0claws46
12716
12717         * sync with sylpheed 0.7.0cvs30
12718                 see ChangeLog entries 2002-02-03 and 2002-02-04
12719
12720 2002-02-03 [melvin]     0.7.0claws45
12721
12722         * src/gtkspell.[ch]
12723                 Readded function to highlight all misspelled words.
12724                 Fixed bug where user-provided-words did not replace
12725                         correctly the misspelled word when using the mouse.
12726                 Fixed bug where checking a region selected from right to left did
12727                         not check the region at all.
12728                 Fixed bug where 'Check backwards' may not check at all. 
12729                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12730                 Fixed possible buffer overflow when checking for long strings (>1k).
12731                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12732                 Accelerators code uses now gtk_widget_add_accel.
12733                 Removed and disabled obsolete and unfinished code.
12734                 Cleaning up.
12735
12736         * src/compose.c
12737                 Added menu item to Highlight all misspelled words.
12738
12739 2002-02-01 [paul]       0.7.0claws44
12740
12741         * src/mainwindow.c
12742                 fix '/View/Hide read messages' sensitivity when all
12743                 messages in a folder are hidden
12744
12745 2002-02-01 [paul]       0.7.0claws43
12746
12747         * src/main.c
12748                 add --send option to command line interface, sends all
12749                 queued mail. Patch submitted by Ricardo Mones Lastra.
12750
12751 2002-01-31 [paul]       0.7.0claws42
12752
12753         * src/mainwindow.c
12754                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12755
12756 2002-01-31 [paul]       0.7.0claws41
12757
12758         * sync with sylpheed 0.7.0cvs27
12759                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12760                 and 2002-01-31
12761
12762         * src/textview.c
12763                 comment out elements of textview_show_part() as temporary
12764                 workaround for attachment 'Display as text' bug 
12765
12766         * po/pt_BR.po
12767                 updated by Fabio Junior Beneditto
12768
12769 2002-01-30 [paul]       0.7.0claws40
12770
12771         * sync with sylpheed 0.7.0cvs24
12772                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12773                 and 2002-01-30
12774
12775         * src/compose.c
12776                 add {N_("/_Spelling"), ... "<Branch>"} to 
12777                 GtkItemFactoryEntry compose_entries[]
12778
12779         * src/prefs_common.c
12780                 add claws menu items to prefs_keybind_apply_clicked()
12781                 and remove non-claws menu items
12782
12783 2002-01-29 [paul]       0.7.0claws39
12784
12785         * sync with sylpheed 0.7.0cvs22
12786                 see ChangeLog entries 2002-01-28 and 2002-01-29
12787
12788 2002-01-28 [melvin]     0.7.0claws38
12789
12790         * src/compose.c
12791                 Added the declartion of compose_send_control_enter.
12792
12793         * src/compose.c
12794         * src/gtkspell.[ch]
12795                 Added in a 'Spelling' menu which includes the configuration menu. 
12796                 Added a real 'Check all' and got rid from the old one which only
12797                 highlited misspelled word.
12798                 Made 'Check while typing' a disableable option.
12799                 Added a dialog when there are no more misspelled word.
12800                 Added a dialog if error occurs when switching to a dictionary.
12801         
12802         * src/prefs_common.[ch]
12803                 Added option for the default 'Check while typing' option.
12804
12805
12806 2002-01-28 [alfons]     0.7.0claws37
12807
12808         * src/compose.c
12809                 fix buglet and make code comply with sylpheed code style
12810
12811 2002-01-28 [paul]       0.7.0claws36
12812
12813         * sync with sylpheed 0.7.0cvs19
12814                 see ChangeLog entries for 2002-01-28
12815
12816 2002-01-28 [hoa]        0.7.0claws35
12817
12818         * src/defs.h
12819                 added rendererrc
12820
12821         * src/main.c
12822                 read the renderer config
12823
12824         * src/procmime.[ch]
12825                 use the renderer config to convert mime attachments
12826
12827         * src/textview.c
12828                 don't use textview_show_html/ertf,
12829                 use get_text_content instead
12830
12831 2002-01-27 [alfons]     0.7.0claws34
12832         
12833         * src/news.c
12834                 make sylpheed believe it can delete a news message...
12835                 (messages are NOT deleted, maybe we should remove
12836                 processing from the folder properties after all.)
12837
12838 2002-01-27 [alfons]     0.7.0claws33
12839
12840         * src/folder.c
12841                 add extra checks
12842         * src/news.c
12843                 implement remove_msg() 
12844
12845 2002-01-27 [alfons]     0.7.0claws32
12846
12847         * src/procmsg.h
12848         * src/procheader.c
12849         * src/messageview.c
12850                 fix return receipt / disposition notification again. this
12851                 stuff seems to break on _every_ major summary UI change, so
12852                 it's now implemented using a flag which is saved in the
12853                 marks cache
12854                 
12855 2002-01-26 [alfons]     0.7.0claws31
12856
12857         * src/import.c
12858                 let import dialog show the destination folder identifier
12859
12860 2002-01-26 [melvin]     0.7.0claws30
12861
12862         * src/folderview.c
12863         * src/summaryview.c
12864                 Readded 'Mark all read' into summary view popup menu
12865                 Added 'Mark all read' in folder view popup menu for IMAP
12866                 and NNTP.
12867                 Made it insensitive if the selected folder is not the shown
12868                 one to avoid 'Mark all read' on the wrong folder.
12869                 
12870 2002-01-26 [paul]       0.7.0claws29
12871
12872         * src/folderview.c
12873           src/summaryview.c
12874                 move 'Mark all read' from summary view to folder view
12875                 menu. (adapted from) patch submitted by Jeremy Andrews,
12876                 <lists@kerneltrap.com>
12877
12878 2002-01-25 [alfons]     0.7.0claws28
12879
12880         * src/gtkstext.c
12881                 put the gtk class name back so GtkSText adapts the 
12882                 settings of GtkText
12883
12884 2002-01-25 [alfons]     0.7.0claws27
12885
12886         * src/folderview.c 
12887                 assimilate Ricardo's patch that shows pixmaps instead of
12888                 plain "new" and "unread" texts in the folder view column
12889                 headers 
12890
12891 2002-01-25 [paul]       0.7.0claws26
12892
12893         * src/Makefile.am
12894                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12895                 be found in non-standard locations. 
12896                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12897
12898 2002-01-25 [paul]       0.7.0claws25
12899
12900         * sync with sylpheed 0.7.0cvs16
12901                 see ChangeLog entry 2002-01-25
12902
12903 2002-01-24 [paul]       0.7.0claws24
12904
12905         * more sync with sylpheed 0.7.0cvs15
12906                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12907
12908 2002-01-23 [sergey]     0.7.0claws23
12909
12910         * src/importldif.c
12911                 Fixed segfault when closing LDIF import wizard with
12912                 the window manager.
12913         * src/imageview.c
12914         * src/imageview.h
12915         * src/messageview.c
12916         * src/mimeview.c
12917                 Fixed wrong scrolling position after switching between
12918                 text and image parts.
12919
12920 2002-01-23 [paul]       0.7.0claws22
12921
12922         * sync with sylpheed 0.7.0cvs15
12923                 see ChangeLog entries 2002-01-22 and 2002-01-23
12924
12925 2002-01-21 [melvin]     0.7.0claws21
12926
12927         * src/prefs_scoring.c
12928         * src/prefs_filtering.c
12929                 Fixed bug where scoring and filtering windows stopped
12930                 autochecking.
12931
12932 2002-01-21 [paul]       0.7.0claws20
12933
12934         * sync with sylpheed 0.7.0cvs12
12935                 see ChangeLog entries 2002-01-20 and 2002-01-21
12936
12937 2002-01-21 [carsten]    0.7.0claws19
12938         * src/mainwindow.c
12939         * src/menu.[ch]
12940         * src/messageview.[ch]
12941         * src/summaryview.[ch]
12942                 changes to shortcuts handling again:
12943                         + "Q" now controled by mainwin
12944                         + v/V are now customizable and have slightly
12945                           different meanings
12946                 the "button" to minimize the messageview (and maximize
12947                 the summary view) is a real button now
12948         * src/compose.c
12949                 "Delete Line+" added to Edit/Advanced (this will also
12950                 delete the '\n')
12951
12952 2002-01-20 [melvin] 0.7.0claws18
12953
12954         * src/addressbook.c
12955                 Made "Bcc" sensitive when addressbook is called from
12956                 compose window (it was a Claws only bug).
12957
12958 2002-01-19 [alfons] 0.7.0claws17
12959
12960         * src/inc.c
12961                 prevent unnecessary updates when currently selected folder has
12962                 no new messages 
12963
12964 2002-01-19 [alfons] 0.7.0claws16
12965         
12966         * src/summaryview.c
12967                 prevent writing the cache based on current message list in summary 
12968                 view when filtering also put messages in currently selected folder
12969
12970 2002-01-19 [paul]
12971
12972         * po/it.po
12973                 Italian translation submitted by Alessandro Maestri
12974                 <a.maestri@cs.tin.it>
12975
12976 2002-01-18 [melvin]     0.7.0claws15
12977
12978         * src/prefs_filters.c
12979                 fixed bug where 'cancel' from 'filters' window stops autochecking
12980                 if the timer timed out  when the window was open.
12981
12982 2002-01-18 [match]      0.7.0claws14
12983
12984         * src/addrclip.[ch]     ** NEW FILE **
12985         * src/addrselect.[ch]   ** NEW FILE **
12986         * src/adbookbase.h      ** NEW FILE **
12987                 addressbook cut, copy and paste
12988         * src/addrbook.[ch]
12989         * src/addrcache.[ch]
12990         * src/addressitem.h
12991         * src/addrindex.[ch]
12992         * src/addritem.[ch]
12993         * src/importldif.c
12994         * src/importmutt.c
12995         * src/jpilot.[ch]
12996         * src/syldap.[ch]
12997         * src/vcard.[ch]
12998         * src/jpilot.[ch]
12999         * src/editbook.c
13000         * src/editjpilot.c
13001         * src/editldap.c
13002         * src/editvcard.c
13003                 support for copy/paste
13004         * src/addressbook.c
13005                 support for copy/paste
13006                 tidy up menu option processing
13007                 correct address list function arguments
13008         * src/editaddress.c
13009                 sort user attributes
13010         * src/ldif.h
13011         * src/mutt.h
13012                 tidy up
13013
13014         * src/addrbook.[ch]
13015         * src/addrbook.[ch]
13016         * src/addrbook.[ch]
13017                 
13018
13019 2002-01-18 [paul]       0.7.0claws13
13020
13021         * sync with sylpheed 0.7.0cvs8
13022                 configure.in: support Mac OS X (Darwin)
13023
13024 2002-01-18 [carsten]    0.7.0claws12
13025         * src/html.c
13026                 small hack to fix a segfault with an empty href
13027                 (reported by Alexandra Walford <deeni@altern.org>)
13028         * src/mainwindow.c
13029         * src/summaryview.c
13030                 the shortcuts for Mark und Mark as unread are hardcoded
13031                 again
13032         * src/compose.c
13033         * src/gtkstext.[ch]
13034                 readded the shortcuts in gtkstext but made them
13035                 customizeable (simply by adding a menu plus a wrapper
13036                 to compose.c)
13037
13038 2002-01-17 [melvin]     0.7.0claws11
13039
13040         * src/gtkspell.c
13041                 fix default dictionary not being saved.
13042
13043 2002-01-16 [darko]      0.7.0claws10
13044
13045         * src/compose.c
13046                 fix wrapping crash with URL longer than wrapping margin
13047
13048 2002-12-08 [hoa]        0.7.0claws10
13049
13050         * src/matcher_parser_parse.y
13051                 fixed some bugs
13052
13053         * src/prefs_filtering.c
13054                 now, we can use bounce action in the dialog box.
13055
13056 2002-01-16 [carsten]    0.7.0claws9
13057         * src/gtkstext.c
13058                 removed the <control> and <alt> shortcuts because they're
13059                 not needed and interefered with the "normal" shortcuts
13060         * src/mainwindow.c
13061         * src/summaryview.c
13062                 removed most of the hardcoded shortcuts and assigned
13063                 them to menu entries making them easy customizable by
13064                 that
13065
13066 2002-01-16 |melvin]     0.7.0claws8
13067
13068         * src/gtkspell.c
13069                 fixed bug where using the mouse and when the compose
13070                 window is not on top may result in a crash.
13071
13072 2002-01-16 [melvin]     0.7.0claws7
13073
13074         * src/compose.c
13075                 fixed a long standingspell checker bug which could 
13076                 cause a crash after sending a message.
13077
13078 2002-01-16 [paul]       0.7.0claws6
13079
13080         * sync with sylpheed 0.7.0cvs7
13081                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13082                 2002-01-15, and 2002-01-16
13083
13084 2002-01-16 [melvin]     0.7.0claws5
13085
13086         * README.claws
13087         * src/compose.c
13088         * src/gtkspell.[ch]
13089         * src/main.c
13090                 Heavily modified spell checker code to work around
13091                 ispell bug, to add keyboard shortcuts and for future
13092                 enhancements. See README.claws for usage information.
13093
13094 2002-01-15 [alfons]     0.7.0claws4
13095         
13096         * src/summaryview.c
13097                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13098                 so sorting within threads reflects sort mode
13099
13100 2002-01-15 [christoph]  0.7.0claws3
13101
13102         * src/procmsg.c
13103                 added alertpanel if mail sending failed
13104
13105 2002-01-15 [alfons]     0.7.0claws2
13106         
13107         * src/prefs_filtering.c
13108                 don't stop timer when prefs filtering dialog is opened
13109
13110 2002-01-14 [alfons]     0.7.0claws1
13111
13112         * src/addr_compl.c
13113         * src/prefs.c
13114                 remove debug_print()s for privacy reasons
13115
13116 2002-01-14 [darko]      0.7.0claws
13117
13118         * README.claws
13119                 quotation wrapping is now also in the main branch
13120
13121 2002-01-14 [paul]
13122
13123         * tools/filter_conv.pl
13124                 allow for Boolean Op and case-sensitivity
13125                 this file is included in the release and tagged
13126                 'rel_0_7_0'
13127
13128 2002-01-13 [paul]       0.7.0claws
13129
13130         * release 0.7.0, with cvs tag 'rel_0_7_0'
13131
13132 2002-01-13 [paul]
13133
13134         * tools/filter_conv.pl
13135         * tools/README
13136                 rewritten to output to matcherrc instead of filteringrc
13137
13138         * po/es.po
13139                 updated Spanish translation by Ricardo Mones Lastra
13140
13141 2002-01-13 [alfons]
13142
13143         * po/nl.po
13144                 update dutch translation
13145
13146 2002-01-13 [paul]
13147
13148         * po/pt_BR.po
13149                 Updated by Fabio Junior Beneditto 
13150
13151 2002-01-13 [melvin]     0.6.6claws53
13152
13153         * po/fr.po
13154                 Updated french translation
13155
13156 2002-01-12 [alfons]     0.6.6claws52
13157
13158         * src/filtering.c
13159                 plug mem leak that has been sitting there for ages              
13160
13161 2002-01-12 [alfons]     0.6.6claws51
13162
13163         * src/summaryview.c
13164                 undo melvin's changes from 0.6.6claws48 because summary
13165                 view now refuses to select first unread message when
13166                 selecting a folder 
13167
13168 2002-01-11 [alfons]     0.6.6claws50
13169
13170         * src/import.c
13171                 use claws' semantics for getting folder item when
13172                 importing an mbox file into a folder 
13173                 (submitted by Dale P. Smith)
13174
13175 2002-01-11 [christoph]  0.6.6claws49
13176
13177         * src/prefs.h
13178                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13179                 toggle widget, because non static prefs can not use
13180                 prefs_set_* functions
13181         * src/prefs_account.c
13182                 toggle smtp auth password field sensitivity if
13183                 user id is empty and add descrition of usage for
13184                 these fields
13185         * src/prefs_folder_item.c
13186                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13187                 callbacks
13188
13189 2002-01-11 [melvin]     0.6.6claws48
13190
13191         * src/compose.c
13192                 fix the 'Ctrl-Enter' feature for sending and test really
13193                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13194                 editables which was not documented in Gtk)
13195
13196         * src/summaryview.c
13197                 Made summaryview refresh after sorting and not before.
13198
13199 2002-01-11 [christoph]  0.6.6claws47
13200
13201         * src/compose.c
13202                 select account from account ids if possible and
13203                 correctly set save folder for copy in reedit
13204
13205 2002-01-10 [paul]       0.6.6claws46
13206
13207         * sync with sylpheed 0.7.0 release
13208                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13209                 2002-01-09
13210
13211 2002-01-09 [alfons]
13212
13213         * src/summaryview.c
13214                 remove more dirt traces...
13215
13216 2002-01-09 [alfons]
13217         
13218         * src/summaryview.c
13219                 clean up some traces of my debugging stuff
13220
13221 2002-01-09 [alfons]     0.6.6claws45
13222
13223         * src/filtering.c
13224                 break up filteringprop_apply() in three separate pieces
13225                 so we can drop messages that failed processing in the
13226                 inbox
13227
13228         * src/summaryview.c
13229                 fix bug #469598 "no refresh of inbox after filter" which 
13230                 was introduced by the new summary view locking, and which 
13231                 prevented the summary view to update after a manual filter 
13232                 message. claw's filter message requires a summary_show().
13233                 (aargh, summary_show() again! :-)
13234                 
13235 2002-01-07 [alfons]     0.6.6claws44
13236
13237         * src/headerwindow.c
13238         * src/logwindow.c
13239         * src/messageview.c
13240         * src/sourcewindow.c
13241                 bring in Hiro's last 0.7.0 wm class fixes
13242
13243         * tools/sylprint.pl
13244                 bring in Ricardo's fix for sylprint script
13245
13246         * AUTHORS       
13247         * src/rfc2015.[ch]
13248         * src/prefs_common.[ch]
13249         * src/prefs_account.[ch]
13250         * src/compose.c
13251                 clean up account preference poison in rfc2015,
13252                 and preparation to fix double sign bug 
13253                 (patch submitted by Simon 'corecode' Schubert)
13254
13255 2002-01-07 [christoph]  0.6.6claws43
13256
13257         * src/mh.c
13258                 search for free message number, do not only rely
13259                 on last_num
13260         * src/send.c
13261                 fix smtp auth and use extra account information
13262                 if available, if not use pop3 data instead
13263                 (closes bug #500341)            
13264         * src/ssl.[ch]
13265                 match coding style
13266
13267 2002-01-06 [alfons]     0.6.6claws42
13268
13269         * src/mainwindow.c
13270                 try making the separate windows work again...
13271
13272 2002-01-06 [alfons]     0.6.6claws41
13273
13274         * src/mainwindow.c
13275                 adapt Hiro's separate window menu (to get rid of the funny
13276                 duplicate menu items), and make it work again
13277
13278 2002-01-06 [alfons]     0.6.6claws40
13279
13280         * tools/Makefile.am
13281         * tools/sylprint.rc
13282         * tools/sylprint.pl
13283         * tools/README.sylprint
13284                 add sylprint script for printing mails from Sylpheed
13285                 (contributed by Ricardo Mones Lastra)
13286
13287         * src/acount.c
13288                 clean up
13289
13290 2002-01-06 [melvin]     0.6.6claws39
13291
13292         * src/mainwindow.c
13293         * src/summaryview.c
13294                 Fixed crash introduced in 0.6.6claws38 by the menu
13295                 reorganisation (Hide read messages)
13296         
13297         * ChangeLog.claws 
13298                 Fixed typo (we are now in 2002, alfons ;) )
13299
13300 2002-01-05 [alfons]     0.6.6claws38
13301
13302         * sync with sylpheed 0.6.6cvs10-17
13303                 (last stuff marked as LAST_STABLE)
13304
13305 2002-01-04 [melvin]     0.6.6claws37
13306
13307         * src/account.c
13308                 Made account selection code use strcasestr again instead of
13309                 g_strcasecmp (fixes bug where reediting queued messages
13310                 did not select proper account reported by T. Link).
13311         
13312         * src/folderview.c
13313                 Fix bug where folder icons are not shown when 'hide read messages'
13314                 is on.
13315         
13316         * src/stock_pixmaps.[ch]
13317                 Added folder icons for 'hide read messages'.
13318         
13319         * src/compose.c
13320                 Fixed bug where 'Enter' in a header entry will send the message 
13321                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13322
13323 2002-01-03 [melvin]     0.6.6claws36
13324         
13325         * src/prefs.[ch]
13326                 Added popup menu for common preferences and
13327                 account preferences (right click on tab displays
13328                                 a menu of all tabs.)
13329
13330 2002-01-02 [melvin]     0.6.6claws35
13331
13332         * src/gtkspell.[ch]
13333                 Made spelling code compatible with undo/redo feature.
13334                 Added creation of suggestion mode menu for the general
13335                         preferences.
13336         
13337         * src/prefs_common.[ch]
13338                 Added option menu for the speller's suggestion mode.
13339                 Added missing spaces in "..." buttons and made a "..."
13340                         button non translatable!
13341         
13342         * src/compose.c
13343                 Made speller use the default suggestion mode.
13344                 Hack to make it possible to choose 'CTRL-Enter' as a
13345                         shortcut for sending (and only for sending).
13346
13347         * src/prefs_folder_item.c
13348                 Changing subject simplification does not update cache 
13349                         anymore (because it is unnecessary).
13350                 Fixed bug where changing subject simplification updated the 
13351                         summaryview even when the viewed folder is not the
13352                         folder which properties are being changed. (E.g. 
13353                                         viewing folder A and changing
13354                                         the subject simplification of 
13355                                         folder B -not being viewed- updated the 
13356                                         summaryview of folder A with data of
13357                                         folder B). (Hope this is clear... )
13358
13359 2001-12-31 [alfons]     0.6.6claws34
13360         
13361         * src/ldif.c
13362         * src/mutt.c
13363                 fgetc() returns a signed integer which doesn't
13364                 fit in a char. so c truncates this to a char
13365                 but we may lose significant bits. i.e. we may
13366                 comparing 0xFF which may not be equal to -1
13367                 unless properly casted to signed char which
13368                 we won't do because fgetc() returns a signed
13369                 integer which doesn't fit in a char. so c 
13370                 truncates this to a char but we may lose 
13371                 significat bits. (you got the idea, thanks
13372                 to Gustavo Noronha Silva <kov@debian.org>
13373                 and the Debian folks!)
13374
13375 2001-12-30 [alfons]     0.6.6claws33
13376
13377         * src/prefs_common.c
13378                 add #ifdef USE_PSPELLs that Melvin forgot               
13379
13380 2001-12-30 [melvin]     0.6.6claws32
13381         
13382         * src/prefs_common.[ch]
13383                 Added configurable color for misspelled words.
13384
13385         * src/gtkspell.[ch]
13386                 Fixed bug of foreground text color (reported by David
13387                                 Mehrmann)
13388                 Added configurable color for misspelled words.
13389
13390 2001-12-30 [alfons]     0.6.6claws31
13391
13392         * src/folder.c
13393                 remove unnecessary things someone put there
13394
13395         * src/mh.c
13396         * src/folder.[ch]
13397                 make folder properties (like threading and sorting) persistent
13398                 (closes bug #497424 "rescan folder tree resets proprieties")
13399                 currently this is only for MH folders. 
13400
13401 2001-12-29 [melvin]     0.6.6claws30
13402
13403         * src/string_match.[ch]
13404                 Optimized a bit: regexp pattern buffer compiled only once, and
13405                   one subroutine call removed. Fixed ^ regexp search: Now, 
13406                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13407         
13408         * src/summaryview.c
13409                 Subject filtering changed to filter summary columns and
13410                   not directly the messages subject cache. The loss in 
13411                   performance is balanced by the improvement of string_match.
13412                 Added an alert panel if there is an error in the regexp.
13413
13414         * src/src/prefs_folder_item.h
13415                 Added a regexp pattern buffer.
13416
13417 2001-12-28 [alfons]     0.6.6claws29
13418
13419         * src/string_match.[ch]
13420                 clean up name space
13421                 allow compilation *BSD
13422
13423 2001-12-27 [alfons]     0.6.6claws28
13424
13425         * src/filter.c
13426                 sync the Hiro's bug fix for BSD
13427
13428 2001-12-27 [melvin]     0.6.6claws27
13429         
13430         * src/compose.c
13431                 Simplify focus to subject entry code.
13432
13433 2001-12-27 [darko]      0.6.6claws26
13434
13435         * src/filtering.c
13436         * src/mbox_folder.c
13437         * src/messageview.c
13438         * src/mh.c
13439         * src/procheader.[ch]
13440         * src/procmsg.h
13441         * src/stock_pixmap.[ch]
13442         * src/summaryview.c
13443                 Show key icon for encrypted mails in summary view
13444
13445         * src/pixmaps/clip.xpm
13446         * src/pixmaps/clipkey.xpm
13447         * src/pixmaps/key.xpm
13448                 New/modified icons for the above
13449
13450 2001-12-27 [melvin]     0.6.6claws25
13451
13452         * src/prefs_common.c
13453                 Put spell checker options in a separate tab to decrease
13454                 the Common Preferences window height.
13455
13456         * README.claws  
13457                 Update spell checker usage instruction about its options
13458                 location.
13459
13460 2001-12-27 [melvin]     0.6.6claws24
13461
13462         * src/compose.c
13463                 Changed subject entry widget position. Initial focus is
13464                 on the To header instead of the subject entry.
13465                 Creating a new header scrolls the header list to make the
13466                 created one visible. Nevertheless, when automatically filling
13467                 headers, the first one is shown.
13468                 A Tab key press in the last empty header entry zips the 
13469                 focus to the subject entry.
13470                 (I did not change the combo boxes, yet)
13471
13472 2001-12-26 [alfons]     0.6.6claws23
13473
13474         * src/prefs_account.c
13475         * src/inc.c
13476                 allow default inbox to reside in another mailbox (only
13477                 works for POP3 accounts)
13478
13479 2001-12-26 [alfons]     0.6.6claws22
13480         
13481         * src/textview.c
13482                 make reply-on-click work with the account of the selected folder
13483         * src/compose.c
13484                 put a fixme here to remind me to fix finding correct default
13485                 account for nested folders
13486
13487 2001-12-25 [alfons]     0.6.6claws21
13488
13489         * src/summaryview.c
13490                 make column headers display locked and mark pixmaps (idea by Melvin) 
13491                 fix bug by adding score and locked column type to sort array
13492
13493 2001-12-25 [alfons]     0.6.6claws20
13494         
13495         * src/summaryview.c
13496                 catch a *potentially* inadvertent write back of  
13497                 the message cache(s) introduced by 0.6.5claws37
13498
13499 2001-12-25 [christoph]  0.6.6claws19
13500
13501         * src/stock_pixmap.[ch]
13502         * src/summaryview.c
13503                 add ignore thread pixmap
13504                 (can someone draw a better icon for this?)
13505
13506 2001-12-24 [alfons]     0.6.6claws18
13507
13508         * src/prefs_folder_item.c
13509                 make address completion actually work for the
13510                 Default To address in the Folder Property dialog.
13511
13512 2001-12-24 [alfons]     0.6.6claws17
13513         
13514         * src/summaryview.c
13515                 use new style regexp for subject stripping 
13516                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13517
13518 2001-12-24 [darko]      0.6.6claws16
13519
13520         * src/pgptext.c
13521         * src/rfc2015.c
13522                 move GPG related informational messages to debug mode
13523
13524 2001-12-23 [alfons]     0.6.6claws15
13525
13526         * src/stock_pixmap.[ch]
13527         * src/summaryview.c
13528                 add the forgotten Claws' locked pixmap
13529
13530 2001-12-23 [alfons]     0.6.6claws14
13531
13532         * src/filesel.c
13533                 accept file name typed in entry in multi file
13534                 selector (patch submitted by Gustavo Noronha Silva 
13535                 <kov@debian.org>)
13536
13537 2001-12-23 [alfons]     0.6.6claws13
13538
13539         * src/prefs_filter.c
13540         * src/prefs_filtering.c
13541         * src/matcher.c
13542         * src/importmutt.c
13543                 clean up a little bit
13544         
13545         * src/string_match.c
13546                 validate input strings a little bit more
13547
13548 2001-12-23 [alfons]     0.6.6claws12
13549
13550         * src/Makefile.am
13551         * src/summaryview.c
13552         * src/string_match.[ch]         ** NEW **
13553         * src/folderview.[ch]
13554         * src/headerview.h
13555         * src/folder.[ch]
13556         * src/prefs_folder_item.[ch]
13557                 add subject simplification to strip out strings from
13558                 a subject line (esp. handy for mailing lists). 
13559                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13560                 but slightly changed things for better integration.)
13561
13562 2001-12-23 [alfons]     0.6.6claws11
13563
13564         * src/mainwindow.c
13565                 fix bug introduced by submission included in 0.6.5claws52.
13566                 ideally this submission should clean the trash if any trash
13567                 folder has a message. however, the hasTrash variable was
13568                 set to false whenever a trash folder was empty (discarding
13569                 a previously found *filled* trash folder.)
13570
13571                 also edited the code a little bit and made it more safe.
13572
13573 2001-12-22 [alfons]     0.6.6claws10
13574
13575         * src/imap.c
13576                 quick fix for Martin Pool's omission of an account
13577                 specific SSL setting
13578
13579 2001-12-22 [alfons]     0.6.6claws9
13580
13581         * src/compose.c
13582         * src/messageview.c
13583         * src/mimeview.c
13584         * src/pgptext.c
13585         * src/procmime.[ch]
13586                 better support for multipart/digest (submitted
13587                 by Fredrik <e98fo@efd.lth.se>)
13588
13589 2001-12-22 [alfons]     0.6.6claws8
13590
13591         * src/addressbook.c
13592                 correct function signature
13593         * src/socket.[ch]
13594         * src/imap.[ch]
13595         * src/prefs_account.[ch]
13596                 allow IMAP over SSH tunnel (patch submitted by 
13597                 Martin Pool <mbp@samba.org>)
13598
13599 2001-12-21 [alfons]     0.6.6claws7
13600
13601         * sync with sylpheed 0.6.6cvs4-9
13602                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13603
13604 2001-12-21 [christoph]  0.6.6claws6
13605
13606         * src/compose.c
13607         * src/prefs_folder_item.[ch]
13608                 implement saving of outgoing messages to current folder.
13609                 fix segfault when no default outbox is available
13610                 (closes bug #495683)
13611
13612 2001-12-21 [carsten]    0.6.6claws5
13613         * src/folderview.c
13614         * src/summaryview.c
13615                 pressing CTRL while DND does now the expected thing and
13616                 copies the mail (moving is still the default, as this
13617                 seam more appropriate for handling mails by DND)
13618
13619 2001-12-18 [paul]       0.6.6claws4
13620
13621         * sync with sylpheed 0.6.6cvs3
13622                 see ChangeLog entries 2001-12-18
13623
13624 2001-12-18 [hiro]       0.6.6claws3
13625
13626         * src/undo.c
13627                 fix for multibyte characters (obtain the number of letters
13628                 instead of bytes).
13629
13630 2001-12-17 [paul]       0.6.6claws2
13631
13632         * sync with sylpheed 0.6.6cvs1
13633                 see ChangeLog entry 2001-12-16
13634
13635 2000-12-17 [alfons]     0.6.6claws1
13636
13637         * src/filtering.c
13638                 clean up
13639
13640 2001-12-16 [paul]       0.6.6claws
13641 2001-12-15
13642
13643         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13644
13645         * src/mimeview.c
13646                 last minute sync with main 0.6.6
13647
13648         * po/es.po
13649                 updated by Ricardo Mones Lastra
13650                 update for last minute sync
13651         * po/fr.po
13652         * po/nl.po
13653                 update for last minute sync
13654         * po/de.po
13655                 updated by Jens Oberender
13656         * po/pt_BR.po
13657                 updated by Fabio Junior Beneditto
13658
13659         * src/prefs_common.[ch]
13660         * src/undo.c
13661                 number of undo levels is user configurable
13662                 (squeeze it into the release in the dying
13663                 moments) Submitted by Jens Oberender    
13664
13665 2001-12-15 [melvin]
13666
13667         * po/fr.po
13668                 updated french translation
13669
13670 2001-12-15 [paul]       0.6.5claws92
13671
13672         * sync with sylpheed 0.6.5cvs28
13673                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13674
13675         * po/nl.po
13676                 update to allow for sync
13677
13678 2001-12-15 [alfons]
13679         
13680         * po/nl.po
13681                 update dutch translation
13682
13683 2001-12-14 [carsten]    0.6.5claws91
13684         * src/summaryview.c
13685                 fixed bug #473785; also after changing the column order
13686                 the same message will be selected and displayed as before
13687                 the reordering
13688
13689 2001-12-14 [carsten]    0.6.5claws90
13690         * src/folderview.c
13691                 probably found the bug reported by wwb opening or closing
13692                 a folder tree just before dnd (found the solution in the
13693                 balsa source -- thanks to them)
13694
13695 2001-12-14 [carsten]    0.6.5claws89
13696         * src/gtkutils.c
13697         * src/account.c
13698                 moved gtk_clist_moveto to the right place, so that
13699                 only the accounts dialog is effected on opening
13700
13701 2001-12-14 [carsten]    0.6.5claws88
13702         * src/gtkutils.c
13703                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13704                 now, so that the focused row will be seen in any case
13705                 (reported by wwp on sf-claws-user)
13706
13707 2001-12-14 [darko]      0.6.5claws87
13708
13709         * src/compose.c
13710                 remove unnecessary line
13711
13712 2001-12-14 [paul]       0.6.5claws86
13713
13714         * sync with sylpheed 0.6.5cvs27
13715                 see ChangeLog entries 2001-12-14
13716
13717 2001-12-14 [carsten]    0.6.5claws85
13718         * src/mainwindow.c
13719                 following a suggestion of Melvin the rcoabm pops up
13720                 right under the button now and the button is reliefed
13721                 while the popup is open
13722
13723 2001-12-14 [darko]      0.6.5claws84
13724
13725         * src/compose.c
13726                 fix crash when wrapping long lines if linewrap quotation
13727                 is disabled and wrapper encounters a word spanning more
13728                 than one line
13729
13730 2001-12-13 [paul]       0.6.5claws83
13731
13732         * src/compose.c
13733                 prefer 'Reply-To' header over mailing list header when
13734                 replying to a message. Finally prevent all those confirmation 
13735                 messages being sent to the list itself.
13736
13737         * src/summaryview.c
13738                 remove unused summary_set_menu_sensitive() entry
13739
13740 2001-12-13 [paul]       0.6.5claws82
13741
13742         * src/folderview.c
13743         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13744         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13745         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13746                 improvements to 'Hide read messages': Inbox, Outbox,
13747                 Trash, Queue, and Draft icons now reveal presence of hidden 
13748                 messages
13749
13750 2001-12-12 [alfons]     0.6.5claws81
13751
13752         0.6.5claws80 was tagged as LAST_STABLE
13753
13754         * src/filtering.[ch]
13755         * src/matcher.[ch]
13756         * src/matcher_parser_lex.c
13757                 fix the filtering; my last attempt to get it right, 
13758                 if it does not work, it's Hoa's turn. ;-)
13759
13760                 for my honourable peers:
13761                 
13762                 the code now makes a clear distinction between
13763                 rules as they are displayed (probably escaped),
13764                 and as they are executed (probably unescaped). the
13765                 parser does *NOT* do any unescaping, this is
13766                 the task of the matcher.c (which breaks up a
13767                 rule into condition) and the filtering.c (which
13768                 breaks up the rule's action). to make this
13769                 run happily we provide an unescaped copy of
13770                 crucial strings to the MatcherProp and 
13771                 FilteringAction structures. note that the only
13772                 exception to this is any REGEXP string. those
13773                 are directly passed to regcomp() and regexp()
13774                 (who have much more powerful unescape functions).
13775                 
13776                 for everyone else:
13777         
13778                 you can escape tab (\t), carriage return (\r),
13779                 linefeed (\n), form feed (\f), quote (\"), 
13780                 single quote (\'), bell (\b) in all the entry
13781                 lines in the scoring & filtering dialogs.
13782                 as an added bonus this should not affect
13783                 existing filtering rules.
13784
13785 2001-12-12 [carsten]    0.6.5claws80
13786
13787         * src/summaryview.c
13788         * po/de.po
13789                 "item(s) selected" is now sensitive to 1 or more
13790                 than one selected (nice for language where simple
13791                 adding of a "s" is not possible as German (Eintrag
13792                 ->Eintr"age)
13793                 
13794                 the "forward as attachment" entry from the right
13795                 click menu removed, "forward" acts following the
13796                 prefs
13797         
13798         * src/textview.c
13799                 reverted my former changes; so compiler warning again
13800                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13801                 nevertheless
13802
13803         * src/messageview.c
13804                 "search in message" does now *not* only work in MVIEW_TEXT
13805                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13806                 message
13807
13808         * src/mainwindow.c
13809                 removed "/File/_Close" as it was the same as "/File/E_xit"
13810                 and we don't need it two times
13811
13812                 the separate folder view and message view now get a distinct
13813                 WMCLASS, just in case someone is using sawfish ;-)
13814
13815                 as the menu entries "/View/Message view" and "/View/Folder tree"
13816                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13817                 make them sensitive accordingly and as these two are "shown"
13818                 after startup anytime check this menuitem at startup
13819
13820 2001-12-12 [paul]       0.6.5claws79
13821
13822         * src/folderview.c
13823                 fix sensitivity of 'Search folder...', broken in
13824                 0.6.5claws75
13825
13826         * src/mainwindow.c
13827                 fix dodgy English
13828
13829 2001-12-11 [carsten]    0.6.5claws78
13830         * src/filtering.c
13831                 fixed two typos returning a wrong FALSE/TRUE
13832         * src/mainwindow.[ch]
13833                 extra menu for email/news button removed
13834
13835 2001-12-11 [alfons]     0.6.5claws77
13836         
13837         * src/matcher.c                 (1.3)
13838         * src/matcher_parser_lex.l      (1.28)
13839                 revert for another attempt
13840                 mark 0.6.5claws77 as LAST_STABLE
13841
13842 2001-12-11 [christoph]  0.6.5claws76
13843
13844         * po/de.po
13845                 fixed wrong translation for prev. unread msg
13846
13847 2001-12-11 [paul]       0.6.5claws75
13848
13849         * src/folder.[ch]
13850         * src/folderview.c
13851         * src/mainwindow.c
13852         * src/summaryview.[ch]
13853         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13854                 enable ability to hide read messages on per folder basis via 
13855                 '/Summary/Hide read messages'; when selected, a folder will 
13856                 have a red open folder icon, instead of a blue icon, if the 
13857                 folder contains hidden messges
13858                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13859
13860         * src/mainwindow.c
13861                 remove '/Message/Forward as attachment' from 
13862                 main_window_set_menu_sensitive() to prevent debug warning
13863
13864         * src/folderview.c
13865         * src/mainwindow.c
13866                 Clean up some of the English
13867
13868         * tools/newscache_clean.pl
13869                 allow for new 'hidereadmsgs' entry in folderlist.xml
13870
13871         * po/es.po
13872                 updated translation, submitted by Ricardo Mones Lastra
13873
13874 2001-12-11 [paul]       0.6.5claws74
13875
13876         * sync with sylpheed 0.6.5cvs25
13877                 see ChangeLog entry 2001-12-11
13878
13879 2001-12-10 [alfons]     0.6.5claws73
13880
13881         * src/matcher.c
13882                 add more control characters
13883         * src/matcher_parser_lex.l
13884                 make escaping / unescaping work again
13885
13886 2001-12-10 [alfons]     0.6.5claws72
13887
13888         * src/imap.c
13889                 clean up warnings "returning value for void function" 
13890         * src/prefs_filtering.c
13891                 make info button for execute action sensitive
13892
13893 2001-12-10 [paul]       0.6.5claws71
13894
13895         * src/compose.c
13896         * src/imap.[ch]
13897         * src/summaryview.c
13898                 fix: imap server now gets informed of MARKED, UNMARKED
13899                 and REPLY events. Now people can use different IMAP-Mail
13900                 clients and have the exact same information about MARKED,
13901                 UNMARKED and REPLY status with all of them. Especially
13902                 useful for imap servers with a web-frontend.
13903                 submitted by Tobias Sandhaas <medlor@web.de>
13904
13905 2001-12-09 [melvin]     0.6.5claws70
13906         
13907         * src/textview.[ch]
13908                 fixed bug #490076 (hunted down by Alfons who implemented
13909                 a workaround in 0.6.5claws65)
13910
13911 2001-12-09 [christoph]  0.6.5claws69
13912
13913         * src/summaryview.c
13914                 set pointer to string in LOCKED column to NULL
13915                 (might fix bug #490800)
13916
13917 2001-12-09 [carsten]    0.6.5claws68
13918
13919         * po/de.po
13920                 resolved some cluttered menu shortcuts 
13921                 ('creating new email' and 'creating news message'
13922                 hade the same)
13923         * src/compose.c
13924                 wmclass now distinc from main window
13925         * src/mainwindow.c
13926           src/mainwindow.h
13927                 email/news and forward button functionality similar
13928                 to the reply buttons; removed the ugly dropdown arrows
13929                 and use instead the right mouse button
13930
13931 2001-12-09 [paul]       0.6.5claws67
13932
13933         * src/imap.c
13934         * src/utils.h
13935                 allow spaces in imap folder names
13936                 submitted by Willem van Engen <wvengen@stack.nl>
13937
13938 2001-12-09 [paul]       0.6.5claws66
13939
13940         * sync with sylpheed 0.6.5cvs24
13941                 see ChangeLog entry 2001-12-09
13942
13943 2001-12-08 [alfons]     0.6.5claws65
13944
13945         * src/textview.c
13946                 prevent secondary selection claim after "add to sender" dialog
13947                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13948                 we trick GTK by simulating a click at (0, 0) in the textview.
13949
13950 2001-12-08 [hoa]        0.6.5claws64
13951
13952         * src/folder.c
13953                 fixed a bug about the .processing folder name while filtering
13954
13955 2001-12-08 [alfons]     0.6.5claws63
13956
13957         * src/folderview.c 
13958                 work around problem of not correctly updating folder stats
13959                 when deleting messages. there's some folder scanning evil
13960                 going so the folderview_update_msg_num() does not work
13961                 correctly. need to investigate this.
13962
13963 2001-12-08 [paul]       0.6.5claws62
13964
13965         * sync with sylpheed 0.6.5cvs23
13966                 see ChangeLog entry 2001-12-08
13967
13968 2001-12-07 [christoph]  0.6.5claws61
13969
13970         * src/compose.c
13971                 fix another header translation problem
13972
13973 2001-12-07 [alfons]     0.6.5claws60
13974
13975         * src/mbox.c
13976                 make filtering also work on local spool mbox
13977
13978 2001-12-07 [carsten]    0.6.5claws59
13979         * src/addressbook.c
13980                 addressbook window gets a wmclass distinct from the main
13981                 sylpheed window
13982         * src/compose.h
13983         * src/mainwindow.[ch]
13984                   forward menu item will use mode selected in prefs, forward 
13985                 as attatchment in menu removed (will be substituted in the
13986                 toolbar similar to reply buttons)
13987                   create news message menu entry and news button is now 
13988                 sensitive to the existance of a news account
13989         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13990         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13991         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13992                 these are removed because the toolbar buttons don't show
13993                 the quoting modus any longer
13994
13995 2001-12-07 [paul]
13996
13997         * tools/newscache_clean.pl      ** NEW FILE **
13998                 perl script to do some tidying up in the newscache directory 
13999                 
14000         * tools/sylpheed-switcher       ** NEW FILE **
14001                 perl script to enable easy switching between main and claws
14002                 
14003         * tools/README
14004                 added descriptions of the two new perl scripts          
14005
14006
14007 2001-12-07 [melvin]     0.6.5claws58
14008
14009         * src/messageview.c
14010                 fixed a warning during compilation introduced in 0.6.5claws56
14011
14012 2001-12-07 [paul]       0.6.5claws57
14013
14014         * src/mainwindow.[ch]
14015         * src/menu.[ch]
14016                 further usability enhancements to replying with or without 
14017                 quoting via the toolbar, use of Ctrl key is replaced by 
14018                 drop down menu 
14019                 Submitted by Carsten Schurig            
14020
14021 2001-12-07 [melvin]     0.6.5claws56
14022
14023         * src/messageview.c
14024                 hack to fix bug that prevented to make/paste selections
14025                 after switching between MVIEW_TEXT and MVIEW_MIME views
14026                 without deselecting the selection first.
14027
14028 2001-12-06 [alfons]     0.6.5claws55
14029
14030         * src/filtering.[ch]
14031         * src/inc.c
14032                 revise filtering a little bit more, and make sure
14033                 messages are delivered to the appropriate inbox
14034                 (perhaps set per account)
14035
14036 2001-12-06 [paul]       0.6.5claws54
14037
14038         * sync with sylpheed 0.6.5cvs22
14039                 see ChangeLog entry 2001-12-06
14040
14041 2001-12-05 [alfons]     0.6.5claws53
14042
14043         * src/inc.c
14044         * src/folder.[ch]
14045         * src/procmsg.c
14046         * src/filtering.c
14047                 more revisions of filtering system
14048                 (last stable version is marked as LAST_STABLE)
14049                 
14050                 | NOTE 1): the filtering system now uses a local folder called
14051                 | .processing. if filtering fails, check this directory
14052                 | for missing messages.
14053                 |
14054                 | NOTE 2): help us find the filtering actions still missing
14055
14056 2001-12-05 [paul]       0.6.5claws52
14057
14058         * src/mainwindow.c
14059                 fix bug where 'Empty Trash?' pop-up window appears even
14060                 when Trash is empty, submitted by Jesse Skinner         
14061
14062 2001-12-05 [melvin]     0.6.5claws51
14063
14064         * src/compose.c
14065                 fixed bug #486106 to select correct account when reediting 
14066                 a queued message
14067         
14068 2001-12-04 [alfons]     0.6.5claws50
14069
14070         * src/mh.c
14071                 declare markfile in appropriate functions when
14072                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14073                 for spotting this)
14074
14075 2001-12-04 [paul]       0.6.5claws49
14076
14077         * sync with sylpheed 0.6.5cvs21
14078                 see ChangeLog entry 2001-12-04
14079
14080 2001-12-03 [christoph]  0.6.5claws48
14081
14082         * po/de.po
14083                 changed translation of undo
14084         * src/account.c
14085         * src/folder.c
14086                 don't reinvent the wheel to traverse a GNode
14087         * src/compose.[ch]
14088                 seperate code to create the compose gui into functions
14089                 add "Others" page with folder selection for saving copy
14090                 of the message.
14091                 the folder identifier is saved to queue header
14092         * src/procmsg.c
14093                 save message to folder in queue header
14094
14095 2001-12-03 [paul]       0.6.5claws47
14096
14097         * sync with sylpheed 0.6.5cvs20
14098                 see ChangeLog entry 2001-12-03
14099
14100 2001-12-01 [paul]
14101
14102         * more sync with sylpheed 0.6.5cvs19
14103                 see ChangeLog entry 2001-11-29
14104
14105 2001-11-30 [paul]       0.6.5claws46
14106         
14107         * src/compose.c
14108                 remove conflicts introduced by Hoa's last commit
14109          
14110         * src/mainwindow.c
14111                 make 'Message/Bounce' sensitive
14112
14113 2001-11-30 [hoa]        0.6.5claws45
14114
14115         * src/compose.c
14116                 slightly change bounce function to add
14117                 information about the user that bounced the mail
14118                 in the From header line.
14119
14120         * src/folderview.c
14121                 permit the use of processing in outbox folder.
14122
14123 2001-11-29 [paul]       0.6.5claws44
14124
14125         * src/mainwindow.[ch]
14126         * src/prefs_common.c
14127         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14128         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14129         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14130                 usability enhancements to the quoting, implements
14131                 use of Ctrl key to toggle quoting settings
14132                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14133
14134 2001-11-29 [paul]       0.6.5claws43
14135         
14136         * sync with sylpheed 0.6.5cvs19
14137                 see ChangeLog entry 2001-11-28
14138
14139 2001-11-29 [melvin]     0.6.5claws42
14140         * src/Makefile.am
14141                 added enriched.[ch] to the list of files
14142
14143         * src/textview.c
14144         * src/mimeview.c
14145         * src/procmime.[ch]
14146         * src/enriched.[ch]
14147                 added support to view text/enriched
14148                 added support to show headers in message view for text/enriched and text/html
14149                         in non multipart messages
14150
14151 2001-11-28 [paul]       0.6.5claws41
14152
14153         * more sync with sylpheed 0.6.5cvs18
14154                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14155
14156 2001-11-27 [paul]       0.6.5claws40
14157         
14158         * po/pt_BR.po
14159                 updated translation, submitted by Fabio Junior Beneditto
14160                 
14161         * sync with sylpheed 0.6.5cvs18
14162                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14163                 2001-11-27
14164
14165
14166 2001-11-26 [paul]
14167
14168         * po/es.po
14169                 updated translation, submitted by Ricardo Mones Lastra
14170
14171 2001-11-26 [alfons]
14172
14173         * src/matcher.c
14174                 add more translatable strings
14175
14176 2001-11-26 [christoph]  0.6.5claws39
14177
14178         * po/de.po      
14179                 fixed one more umlaut
14180         * src/compose.c
14181                 fix translated header when it should not be translated
14182
14183 2001-11-26 [paul]       0.6.5claws38
14184
14185         * src/mainwindow.c
14186                 remove '/Message/Add Sender to address book' from 
14187                 main_window_set_menu_sensitive(), prevent debug warning
14188                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14189
14190 2001-11-26 [paul]       0.6.5claws37
14191
14192         * src/summaryview.c
14193                 fix 'recurring unread state' bug 
14194
14195         * tools/README 
14196         * tools/filter_conv.pl
14197                 read name of top level mailbox from folderlist.xml
14198                 and presume nothing about its name              
14199
14200 2001-11-26 [darko]      0.6.5claws36
14201
14202         * src/gtkstext.[ch]
14203                 removed functions that are now in gtkutils.c
14204                 use gtkut_text_is_uri_string() from gtkutils.c
14205         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14206
14207 2001-11-26 [paul]       0.6.5claws35
14208
14209         * sync with sylpheed 0.6.5cvs16
14210                 see ChangeLog entries 2001-11-25 and 2001-11-26
14211
14212 2001-11-25 [alfons]     0.6.5claws34
14213
14214         EXPERIMENTAL!!! Please checkout the last stable version using: 
14215           
14216         % cvs update -r LAST_STABLE -dRAP
14217
14218         (Or help us testing this stuff.)
14219
14220         * src/filtering.c               (1.14)
14221         * src/filtering.h               (1.6)
14222         * src/inc.c                     (1.28)
14223         * src/matcher.c                 (1.20)
14224         * src/mbox.c                    (1.9)
14225         * src/procmsg.h                 (1.14)
14226         * src/summaryview.c             (1.59)
14227         * src/summaryview.h             (dunno)
14228                 revert/merge/sync to as it was before commit 
14229                 on Thu, 19 Jul 2001 10:15:51 -0700.
14230
14231 2001-11-25 [hoa]        0.6.5claws33
14232
14233         * src/main.c
14234                 processing mails at startup
14235
14236         * src/folderview.c
14237         * src/summaryview.[ch]
14238                 processing mails when entering folder
14239
14240         * src/prefs_filtering.c
14241                 fixed some UI bugs
14242
14243 2001-11-24 [alfons]     0.6.5claws32
14244
14245         * src/summaryview.[ch]
14246                 make summary sort headers work, and also make
14247                 sure the sort type is stored
14248
14249 2001-11-23 [alfons]     0.6.5claws31
14250
14251         * src/summaryview.[ch]
14252                 make lock work like mark
14253                 disallow deleting messages marked as locked
14254
14255 2001-11-23 [alfons]     0.6.5claws30
14256
14257         * src/gtkstext.c
14258         * src/compose.[ch]
14259         * src/Makefile.am
14260         * src/undo.[ch]
14261                 merge undo patch submitted by Jens
14262
14263 2001-11-23 [christoph]  0.6.5claws29
14264
14265         * src/.cvsignore
14266                 added ylwrap
14267         * src/compose.c
14268                 fixed gpg signing and encoding
14269         * src/folder.[ch]
14270         * src/main.c
14271                 added --status option to get new, unread and total
14272                 message count from a running sylpheed
14273         * src/prefs_common.c
14274                 temporary fix for reply_with_quote problem
14275                 (don't call functions for non existing widget)
14276         * src/procmsg.c
14277                 one more check for ignored threads but still not
14278                 always working correctly. probably a recursive
14279                 check for all parents is needed
14280
14281 2001-11-23 [darko]      0.6.5claws28
14282
14283         * src/compose.c
14284                 wrapping on send improvements
14285         * src/gtkutils.[ch]
14286                 fix for GtkSText after last sync with main branch
14287                 GTK_TEXT -> GTK_STEXT
14288
14289 2001-11-23 [paul]       0.6.5claws27
14290
14291         * sync with sylpheed 0.6.5cvs14
14292                 see ChangeLog entries 2001-11-22 and 2001-11-23
14293                 
14294         * po/de.po
14295                 fixed the scrambled umlauts 
14296                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14297
14298 2001-11-21 [paul]       0.6.5claws26
14299
14300         * sync with sylpheed 0.6.5cvs12
14301                 see 2nd ChangeLog entry dated 2001-11-20
14302
14303 2001-11-20 [paul]       0.6.5claws25
14304
14305         * sync with sylpheed 0.6.5cvs11
14306                 see ChangeLog entry 2001-11-19 (src/utils.c)
14307
14308 2001-11-20 [hiro]
14309
14310         * src/compose.c
14311                 GTK_TEXT -> GTK_STEXT
14312                 fix for wrong comment
14313
14314 2001-11-20 [hiro]       0.6.5claws24
14315
14316         * src/compose.[ch]
14317                 more merges from main branch
14318                 removed fatal warnings (uninitialized variables etc.)
14319                 some coding style fix
14320         * src/gtkutils.h
14321                 fixed typo.
14322         * src/addressbook.c
14323           src/addrindex.c
14324                 V-Card -> vCard
14325
14326 2001-11-19 [hoa]        0.6.5claws23
14327
14328         * src/filtering.c
14329         * src/prefs_scoring.c
14330         * src/matcher.[ch]
14331         * src/scoring.c
14332                 cleaning code
14333
14334         * src/matcher_parser_parse.y
14335         * src/prefs_filtering.c
14336                 bouncing
14337
14338 2001-11-19 [alfons]     0.6.5claws22
14339
14340         more of my old things into claws
14341
14342         * src/Makefile.am
14343         * src/prefs_common.c
14344         * src/procmsg.h
14345         * src/summaryview.[ch]
14346         * src/prefs_summary_column.c
14347         * src/pixmaps/locked.xpm
14348                 add indicators for locking of message in summary view
14349                 (does not work yet, only visual indicator)
14350
14351 2001-11-19 [paul]       0.6.5claws21
14352
14353         * sync with sylpheed 0.6.5cvs10
14354                 see ChangeLog entry 2001-11-19
14355
14356 2001-11-18 [alfons]     0.6.5claws20
14357         
14358         * src/filtering.c
14359                 remove an inadvertent free I forgot in previous clean up 
14360
14361 2001-11-18 [alfons]     0.6.5claws19
14362
14363         * src/filtering.[ch]
14364                 clean up & plug leaks
14365
14366 2001-11-18 [paul]       0.6.5claws18
14367
14368         * sync with sylpheed 0.6.5cvs9
14369                 see ChangeLog entries 2001-11-17 and 2001-11-18
14370
14371 2001-11-16 [paul]       0.6.5claws17
14372
14373         * sync with sylpheed 0.6.5cvs8
14374                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14375
14376 2001-11-16 [paul]       0.6.5claws16
14377
14378         * sync with sylpheed 0.6.5cvs7
14379                 see ChangeLog entries 2001-11-15 and 2001-11-16
14380
14381 2001-11-15 [hoa]        0.6.5claws15
14382
14383         * src/compose.c
14384                 fix bounce, mails we received couln't be bounced to ourself.
14385
14386         * src/defs.h
14387         * src/filtering.[ch]
14388         * src/matcher.[ch]
14389         * src/matcher_parser.h
14390         * src/matcher_parser_lex.l
14391         * src/matcher_parser_parse.y
14392         * src/inc.c
14393         * src/main.c
14394         * src/mbox.c
14395         * src/prefs_filtering.[ch]
14396         * src/mainwindow.c
14397         * src/prefs_matcher.c
14398         * src/prefs_scoring.c
14399         * src/scoring.[ch]
14400         * src/summaryview.c
14401                 new matcher/filter/score configuration file parser
14402                 one unique configuration file => ~/.sylpheed/matcherrc
14403                 import in currently automatic, then save are made
14404                 in this new file.
14405                 one filter per folder and one global filter
14406                 (filter of a folder will be used as folder processing)
14407
14408         * src/folder.c
14409                 fix a bug in folder_item_get_identifier
14410                 
14411         * src/messageview.c
14412                 receive receipt return are fixed.
14413
14414 2001-11-14 [alfons]     0.6.5claws14
14415
14416         * src/session.h
14417                 add things from main branch to make claws compile
14418
14419 2001-11-14 [paul]       0.6.5claws13
14420
14421         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14422                 see ChangeLog entries 2001-11-08 to 2001-11-14
14423
14424 2001-11-14 [hoa] 0.6.5claws12
14425
14426         * src/compose.[ch]
14427         * src/mainwindow.c
14428         * src/summaryview.c
14429                 add "bounce mail" option
14430
14431 2001-11-13 [christoph]  0.6.5claws11
14432
14433         * src/compose.c
14434                 Cleanup a mess i add before commiting
14435
14436 2001-11-13 [hoa]        0.6.5claws10
14437
14438         * src/compose.c
14439                 some fixes when mail are sent or
14440                 for crossposts
14441
14442 2001-11-13 [christoph]  0.6.5claws9
14443
14444         * po/de.po
14445                 Changed two string with the same translation
14446         * src/compose.c
14447         * src/procmsg.[ch]
14448         * src/send.[ch]
14449                 New mailsending process:
14450                   - Always queue message before sending
14451                     (message will be saved if sylpheed crashed or
14452                      freezes while sending)
14453                   - Allow queuing of newspostings
14454                   - No copy in outbox before sending
14455                     (closes bug #469501)
14456                   - No more redundant code for send and send_later
14457         * src/summaryview.c
14458                 Applied wwp <subscript@free.fr>'s patch that fixes
14459                 marks for multiple forwarded messages (+compose.c)
14460
14461 2001-11-12 [alfons]
14462
14463         * README.claws
14464                 remove things that are now in main branch
14465         
14466         * po/nl.po
14467                 update Dutch translation
14468
14469 2001-11-12 [mhadasht]   0.6.5.claws8
14470
14471         * src/prefs_common.c
14472                 re-enabled account autoselection feature for forward
14473                 and reedit lost during the branch point for SYNC-B4-REL
14474         * src/gtkspell.c
14475                 gtkpspell_get_dict(): more readable code (even if function is
14476                 not used yet)
14477         * ChangeLog.claws
14478                 added version number info to 2001-11-12 [hiro] comment.
14479
14480 2001-11-12 [hiro]       0.6.5.claws7
14481
14482         * src/compose.c
14483                 compose_forward(): fixed a bug that forward quote mark
14484                 wasn't used.
14485                 removed unnecessary code.
14486         * src/template_select.[ch]: removed.
14487
14488 2001-11-11 [alfons]
14489
14490         * src/compose.c
14491                 :%s/GTK_TEXT/GTK_STEXT/g
14492         
14493         * src/compose.[ch]
14494         * src/undo.[ch]
14495         * src/Makefile.am
14496                 revert the undo stuff (this is 0.6.6claws stuff)
14497
14498 2001-11-11 [hoa]        0.6.5.claws6
14499
14500         * src/compose.[ch]
14501                 Insert signature at the end of the text.
14502                 Added undo patch but currently disabled
14503
14504         * src/procmsg.c
14505                 Threading by subject improved.
14506
14507         * added src/undo.[ch]
14508                 Undo module for compose dialog box.
14509
14510 2001-11-11 [alfons]     0.6.5.claws5
14511
14512         * src/procmsg.c
14513                 prevent threading by subject on nodes that have already been
14514                 threaded by in-reply-to (as in "circular references in a tree
14515                 result in a dead branch")
14516
14517 2001-11-09 [hoa]        0.6.5.claws4
14518         
14519         * src/folderview.c
14520                 allows creation of mbox folder item from any files.
14521
14522 2001-11-09 [alfons]     0.6.5.claws3
14523         
14524         * src/utils.c
14525         * src/procmsg.c
14526                 do what I mean and correct threading by subject so it really
14527                 ignores attracting lines without "Re: "
14528
14529 2001-11-07 [alfons]     0.6.5.claws2
14530
14531         * src/procmsg.c
14532         * src/utils.[ch]
14533                 only attract by subject if a subject line starts with a "Re: "
14534         * src/syldap.c
14535                 remove warning
14536
14537 2001-11-07 [paul]       0.6.5claws1
14538
14539         * sync with sylpheed 0.6.5. release
14540                 see ChangeLog entry 2001-11-07
14541
14542 2001-11-07 [paul]       0.6.4claws31
14543
14544         * sync with sylpheed 0.6.4cvs18
14545                 see ChangeLog entries 2001-10-30 to 2001-11-07
14546                 prefs_templates.[ch] renamed prefs_template.[ch]
14547
14548 2001-11-06 [alfons]
14549         
14550         * src/utils.h
14551                 add semicolon Hoa forgot ;-)
14552                 
14553
14554 2001-11-06 [hoa]        0.6.4claws30
14555         
14556         * src/procmsg.c
14557         * src/summaryview.c
14558         * src/utils.c
14559         * src/utils.h
14560                 threading by subject - empty subject are ignored
14561
14562 2001-11-06 [christoph]  0.6.4claws29
14563
14564         * src/socket.c
14565                 use SSL_peek for sock_gets
14566         * src/utils.c
14567                 removed unneeded pointer in extracting quoted
14568                 names implementation
14569
14570 2001-11-06 [melvin]     0.6.4claws28
14571
14572         * src/gtkspell.c
14573                 fixed bug #476792 Selection overtyping with spell checker
14574                 fixed bug which could cause a buffer overflow
14575                 fixed a memory leak
14576
14577 2001-11-06 [hoa]        0.6.4claws27
14578         
14579         * src/procmsg.c
14580         * src/summaryview.c
14581                 threading by subject
14582
14583 2001-11-05 [alfons]     0.6.4claws26
14584         
14585         * README.claws
14586                 Claws -> Sylpheed (vice versa)
14587
14588         * src/compose.c
14589                 :%s/gtk_text/gtk_stext/g
14590                 :%s/GTK_TEXT/GTK_STEXT/g
14591                 (thanks to Jonathan Ware for spotting this)
14592
14593 2001-11-04 [christoph]  0.6.4claws25
14594
14595         * src/summaryview.c
14596                 replace Xalloca + strdup with Xstrdup_a
14597         * src/utils.c
14598                 better implementation of extracting quoted names
14599                 from addresses (remove backlashes and ignore
14600                 quotes after them)
14601
14602 2001-11-04 [alfons]     0.6.4claws24
14603
14604         * src/utils.[ch]
14605                 edit to comply more with coding style
14606
14607         * src/textview.c
14608                 fix bug reported by Kim Schulz. introduced by the patch integrated
14609                 in 0.6.4claws15. the code did not check the return value of
14610                 the html parser.
14611
14612         * AUTHORS
14613                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14614
14615 2001-11-04 [christoph]  0.6.4claws23
14616
14617         * src/main.c
14618         * src/prefs_common.[ch]
14619                 init some pointers that possibly caused a segfault
14620                 reported in the claws-users ML
14621
14622 2001-11-04 [hoa]        0.6.4claws22
14623
14624         * src/grouplistdialog.c
14625                 change the names of the nodes in the tree
14626
14627         * src/compose.c
14628                 enhanced mailto syntax as described in
14629                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14630                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14631
14632         * src/utils.c
14633                 encode and decode URI (useful when opening URL into
14634                 netscape).
14635
14636 2001-11-03 [hoa]        0.6.4claws21
14637
14638         * src/grouplistdialog.c
14639                 a new newsgroups list selection dialog box
14640                 with a CTree instead of a CList
14641
14642 2001-11-03 [hoa]        0.6.4claws20
14643
14644         * src/folderview.c
14645                 enable property and scoring options when right
14646                 click on "inbox"
14647
14648         * src/summaryview.c
14649                 fixed bug when nickname were displayed using
14650                 the address book.
14651
14652 2001-11-02 [darko]      0.6.4claws19
14653
14654         * src/compose.c
14655                 new wrap quotation and URL/long words wrapping implementation
14656         * src/compose.c src/gtkstext.[ch]
14657                 move gtkstext_strncmp() to gtkstext.c
14658
14659 2001-11-01 [christoph]  0.6.4claws18
14660
14661         * src/prefs_account.c
14662                 fixed mess in account settings dialog
14663         * src/prefs_folder_item.c
14664                 added label with folder path to dialog
14665
14666 2001-10-31 [match]      0.6.4claws17
14667
14668         * src/vcard.c
14669                 fix memory leak.
14670         * src/addrbook.c
14671                 fix generation of spurious address book file names.
14672                 remove redundant functions.
14673         * po/POTFILES.in
14674                 added missing file names.
14675
14676 2001-10-30 [paul]       0.6.4claws16
14677
14678         * sync with sylpheed 0.6.4cvs6
14679                 see ChangeLog entries 2001-10-26 to 2001-10-30
14680
14681         * tools/filter_conv.pl
14682                 read folderlist.xml to discover whether the top-level
14683                 folder is called 'Mailbox' or 'Mail' 
14684
14685 2001-10-29 [paul]       0.6.4claws15
14686
14687         * src/html.c, src/textview.c
14688                 activate links in html mail and fix clickable parts
14689                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14690
14691 2001-10-29 [paul]
14692
14693         * po/de.po, po/es.po, po/pt_BR/po
14694                 updated translations, submitted by Jens Oberender,
14695                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14696
14697 2001-10-29 [darko]      0.6.4claws14
14698
14699         * src/compose.c
14700                 fix wrapping for good
14701
14702 2001-10-29 [darko]
14703
14704         * src/compose.c
14705                 undo previous change as it broke the smart wrapping
14706
14707 2001-10-29 [darko]      0.6.4claws13
14708
14709         * src/compose.c
14710                 fix infinite loop when long URL is quoted
14711                 (closes bug #475122.
14712
14713 2001-10-28 [match]
14714
14715         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14716                 import Mutt address book
14717         * src/ldif.[ch] src/importldif.h
14718                 modified import LDIF handle user attributes
14719
14720 2001-10-28 [christoph]  0.6.4claws12
14721
14722         * src/summaryview.c
14723                 fixed that filtering did not work if there
14724                 were no filter rules
14725                 (closes bug #472003 and better implementation
14726                  of patch #474644)
14727
14728 2001-10-27 [christoph]  0.6.4claws11
14729
14730         * src/compose.c
14731                 make the folder's default account to be used when
14732                 replying. (patch by wwp <subscript@free.fr>)
14733         * src/compose.c
14734                 code cleanup, nearly killed all of wwp's patch
14735                 for folder's default account in compose
14736         * src/folderview.c
14737                 error panel when a folder could not be created
14738                 (closes bug #471080 new folder name & already
14739                  existing file)
14740
14741 2001-10-26 [alfons]
14742
14743         * src/utils.h
14744                 change prototype of strstr2() that Christoph forgot about
14745
14746 2001-10-26 [christoph]  0.6.4claws10
14747
14748         * src/account.c
14749                 made search for accounts by email address not case
14750                 sensitive
14751         * src/folder.c
14752                 fixed memory leak in folder_item_get_identifier
14753         * src/gtkspell.c
14754         * src/utils.c
14755                 fixed wrong strstr2 (should work like strstr)
14756
14757 2001-10-26 [darko]      0.6.4claws9
14758
14759         * src/compose.c src/gtkstext.[ch]
14760         * src/gtkstext.c
14761                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14762
14763 2001-10-26 [paul]       0.6.4claws8
14764
14765         * src/html.c
14766                 ignore css and javascript tags in html mail
14767                 case-insensitive, with or without double-quoted
14768                 strings
14769
14770 2001-10-26 [paul]       0.6.4claws7
14771
14772         * sync with sylpheed 0.6.4cvs1
14773                 see ChangeLog entry 2001-10-26
14774
14775         * src/prefs_account.c, src/prefs_common.c,
14776           src/prefs_summary_column.c
14777                 minor improvements to the English
14778
14779 2001-10-25 [alfons]     0.6.4claws6
14780
14781         * src/gtkstext.c
14782         
14783                 make GtkSText follow style of GtkText (closes bug 
14784                 #469211 "text selection while writing message")
14785                 
14786                 do sync with GTK 1.2.10
14787
14788 2001-10-25 [paul]       0.6.4claws5
14789
14790         * src/html.c
14791                 ignore css tags in html mail
14792
14793 2001-10-25 [darko]      0.6.4claws4
14794
14795         * src/compose.c
14796                 don't declare is_url_string as static function since
14797                 we need it in gtkstext.c
14798         * src/gtkstext.c
14799                 remove unused variable
14800                 don't wrap long URLs while composing a message
14801
14802 2001-10-24 [christoph]  0.6.4claws3
14803
14804         * src/socket.c
14805                 fix ssl deadlock, when peer closes connection
14806
14807 2001-10-24 [paul]       0.6.4claws2
14808
14809         * src/prefs_common.c
14810                 gettextize the gpg ascii-armored warning message
14811
14812         * src/compose.c
14813                 insert a DOS/MAC file into the composed message
14814                 (improvements)
14815
14816         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14817
14818 2001-10-22 [paul]       0.6.4claws1
14819
14820         * sync with sylpheed 0.6.4 release
14821                 see ChangeLog entries 2001-10-21
14822
14823         * po/fr.po, po/pt_BR.po
14824                 updated by Melvin Hadasht and Fabio Junior Beneditto
14825
14826 2001-10-21 [paul]       0.6.3claws30
14827
14828         * src/compose.c
14829                 insert a DOS text file from the compose window
14830                 into the composed message text (removes CRs characters)
14831                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14832
14833         * tools/filter_conv.pl, tools/README
14834                 automatically use ~/.sylpheed as working directory
14835                 print out confirmation message on completion
14836
14837         * correct Hoa's last ChangeLog.claws entry
14838
14839 2001-10-20 [hoa]        0.6.3claws29
14840
14841         * src/grouplistdialog.c
14842                 bugfix (another ?) to give the right
14843                 newsgroups list for each news server.
14844
14845         * src/news.c
14846         * src/news.h
14847                 improve the newsgroups list cache
14848
14849 2001-10-20 [paul]       0.6.3claws28
14850
14851         * sync with sylpheed 0.6.3cvs9
14852                 see ChangeLog entry 2001-10-19
14853
14854         * correct Alfons' last ChangeLog.claws entry
14855
14856 2001-10-19 [alfons]
14857
14858         * src/pgptext.[ch]
14859                 fix compilation problems (part of bug #472895)
14860
14861 2001-10-18 [hoa]        0.6.3claws27
14862
14863         * src/grouplistdialog.c
14864                 bugfix when we refresh was clicked (bug 472701)
14865
14866 2001-10-19 [christoph]  0.6.3claws26
14867
14868         * src/compose.c
14869                 last header entry should default to "To:" or
14870                 "Newsgroups:" and not copy the last entry line
14871                 in a new compose window
14872                 (closes bug #472686, #470792)
14873
14874 2001-10-19 [paul]       0.6.3claws25
14875
14876         * sync with Sylpheed 0.6.3cvs8
14877                 see ChangeLog entries 2001-10-18 and 2001-10-19
14878
14879 2001-10-18 [christoph]  0.6.3claws24
14880
14881         * src/procmsg.c
14882                 reimplement ignore thread
14883         
14884 2001-10-18 [hoa]        0.6.3claws23
14885
14886         * src/folderview.c
14887         * src/grouplistdialog.[ch]
14888                 enhanced news subscription interface (feature 469113)
14889
14890         * src/news.c
14891         * src/news.h
14892                 enchanced newsgroup listing,
14893                 now, we can get groups informations
14894                 (NNTPGroupInfo)
14895
14896 2001-10-18 [paul]       0.6.3claws22
14897
14898         * src/summaryview.c
14899                 remove comment (sync with main branch)
14900         * src/mainwindow.c
14901                 fix 'Re-edit' bug in 'Message' menu
14902
14903 2001-10-17 [christoph]  0.6.3claws21
14904
14905         * src/compose.c
14906                 ignore empty or whitespace only header lines
14907
14908 2001-10-17 [paul]       0.6.3claws20
14909
14910         * sync with sylpheed 0.6.3cvs7
14911                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14912                 2001-10-17
14913
14914 2001-10-17 [darko]
14915
14916         * src/compose.c
14917                 wrap long lines without spaces
14918                 don't wrap URLs
14919
14920 2001-10-16 [paul]
14921
14922         * po/es.po, po/nl.po, po/pt_BR.po
14923                 updated by Ricardo Mones Lastra, Alfons,
14924                 and Fabio Junior Beneditto
14925
14926         * sylpheed-0.6.3claws released
14927
14928 2001-10-15 [melvin] 0.6.3claws18
14929
14930         * README.claws
14931                 added summary and detailed installation instructions
14932                 for spell checker
14933         * po/fr.po
14934                 Updated, corrected and completed french translation
14935
14936 2001-10-15 [hoa] 0.6.3claws17
14937         * src/grouplistdialog.c
14938                 we can choose the newsgroups to display with wildcards
14939
14940 2001-10-15 [christoph]  0.6.3claws16
14941
14942         * src/account.c
14943         * src/compose.c
14944         * src/prefs_folder_item.[ch]
14945                 applied wwp <subscript@free.fr>'s folder
14946                 default account patch
14947         * po/de.po
14948                 Fixed wrong translation
14949
14950 2001-10-13 [alfons, christoph, melvin]  
14951                         0.6.3claws15
14952
14953         solution #2 to solve MT-safety problems defers all GUI related calls
14954         to the main thread using a gtk_idle_add() callback. discussed on
14955         ircnet #sylpheed, with christoph spotting some issues with the
14956         original code, and melvin allowing us to lobotomize his sylpheed.
14957
14958         * src/syldap.[ch], src/main.c
14959                 fix race problem in ldap search thread by deferring GUI 
14960                 stuff to main thread using gtk_idle_add()
14961
14962 2001-10-13 [paul]       0.6.3claws14
14963
14964         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14965                 add Sergey's smtpcred.patch
14966                 adds separate username/password setting for SMTP Auth
14967                 needed by some servers
14968                 (closes feature request #471659)
14969
14970 2001-10-13 [paul]       0.6.3claws13
14971
14972         * src/pgptext.[ch] **NEW FILES**
14973         * src/Makefile.am, src/messageview.c, src/mimeview.c
14974                 decrypt ascii-armored gpg text embedded in
14975                 the message body.
14976                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14977
14978 2001-10-13 [christoph]  0.6.3claws12
14979
14980         * README.claws
14981                 some more details on default to and
14982                 feature requests
14983         * src/main.c
14984                 init glib threading when ldap is used
14985         * src/syldap.c
14986                 threading fixes
14987         * po/de.po
14988                 fixed a typo
14989
14990 2001-10-12 [paul]       0.6.3claws11
14991
14992         * src/prefs_common.[ch], src/rfc2015.c
14993                 enable ascii-armored gpg text to be embedded in the
14994                 message body, selectable through the 'Privacy'
14995                 preferences. Supports encrypting only.
14996                 Submitted by Ravemax <ravemax@dextrose.com>
14997
14998 2001-10-12 [paul]       0.6.3claws10
14999
15000         * sync with sylpheed 0.6.3cvs6
15001                 see ChangeLog entries 2001-10-11 and 2001-11-12
15002
15003         * src/folderview.c
15004                 incorporated mbox folders, scoring, and folder
15005                 properties into the sync
15006
15007 2001-10-12 [darko]      0.6.3claws9
15008
15009         * README.claws
15010                 describe quotation wrapping
15011         * src/compose.c
15012                 don't treat tab as space to calculate line length properly
15013
15014 2001-10-11 [alfons]
15015
15016         * README.claws
15017                 correct description of how to make new filtering system work,
15018                 add some other things
15019                 
15020         * src/syldap.c
15021                 remove sched_yield() (not necessary / unportable)
15022
15023 2001-10-11 [paul]       0.6.3claws8
15024
15025         * sync with sylpheed 0.6.3cvs3
15026                 see ChangeLog entry 2001-10-10
15027
15028 2001-10-10 [christoph]  0.6.3claws7
15029
15030         * .cvsignore
15031                 ignore 2 files created by newer autotools
15032         * src/prefs_folder_item.c
15033                 using table for widget alignment
15034                 fixed memory leak and broken octal display
15035         * src/filesel.c
15036                 fixed segfault caused by lost filename
15037                 workaround (closes bug #469551)
15038
15039 2001-10-10 [paul]       0.6.3claws6
15040
15041         * sync with sylpheed 0.6.3cvs2
15042                 see ChangeLog entries 2001-10-09 and 2001-10-10
15043
15044 2001-10-10 [darko]      0.6.3.claws5
15045
15046         * src/gtkstext.c
15047                 proper calculation of right margin if smart wrapping is enabled
15048         * src/compose.c
15049                 automatically wrap long lines if wrap quotation is enabled
15050
15051 2001-10-09 [alfons]     0.6.3.claws4
15052
15053         * src/summaryview.c
15054                 select correct row when deleting last row in the summary view (and
15055                 close bug "[ #469104 ] select second last in list when deleting")
15056
15057 2001-10-09 [paul]       0.6.3claws3
15058
15059         * sync with sylpheed 0.6.3cvs1
15060                 updated some autotool scripts
15061
15062 2001-10-09 [darko]      0.6.3claws2
15063
15064         * src/gtkstext.[ch]
15065                 new name and mark with Sylpheed comment
15066         * src/compose.c
15067                 smart quotation wrapping a-la VIM
15068
15069 2001-10-08 [paul]       0.6.3claws1
15070
15071         * sync with sylpheed 0.6.3 release
15072                 see ChangeLog entry 2001-10-08
15073
15074 2001-10-08 [paul]       0.6.2claws24
15075
15076         * src/summaryview.c
15077                 more sync with sylpheed 0.6.2cvs12
15078                 Fixed the bug that didn't select the last row correctly
15079
15080
15081 2001-10-07 [paul]       0.6.2claws23
15082
15083         * sync with sylpheed 0.6.2cvs12
15084                 see ChangeLog entry 2001-10-07
15085
15086 2001-10-06 [match]
15087         * src/jpilot.[ch]
15088                 enable jpilot to read unsynch'ed addresses.
15089
15090         * src/editldap_basedn.c
15091                 fix segfault when opening dialog.
15092
15093 2001-10-06 [alfons]     0.6.2.claws22
15094
15095         * src/summaryview.c
15096                 fix bug with summary view selecting last *inserted*
15097                 node instead of last *visible* node. remember we
15098                 work with a tree
15099
15100 2001-10-06 [paul]       0.6.2claws21
15101
15102         * po/pt_BR.po
15103                 updated translation, contains some fixes and new
15104                 translations, submitted by Gustavo Noronha Silva
15105                 <kov@debian.org>
15106
15107         * src/prefs_common.c
15108                 change 'each' to 'every' - fix dubious English
15109
15110         * sync with sylpheed 0.6.2cvs11
15111
15112 2001-10-05 [alfons]     0.6.2claws20
15113
15114         * src/mainwindow.[ch], src/folderview.c
15115                 make composite tool button switch between "Compose News"
15116                 and "Compose Mail" depending on selected folder
15117                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15118
15119 2001-10-05 [paul]       0.6.2claws19
15120
15121         * src/mainwindow.c, src/summaryview.c
15122                 fix 'Message/Reply to all', broken in last commit
15123
15124         * src/compose.c
15125                 fix X_BEENTHERE seg fault, thanks to Alfons
15126
15127 2001-10-04 [paul]       0.6.2claws18
15128
15129         * src/compose.[ch], src/mainwindow.c
15130                 make "Message/Reply" reply to mailing lists; matches
15131                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15132                 based on portions of the patch submitted by
15133                 Junichi Uekawa <dancer@netfort.gr.jp>
15134
15135 2001-10-04 [darko]      0.6.2claws17
15136
15137         * src/compose.c
15138                 better smart wrapping
15139         * src/gtkstext.[hc]
15140                 a function to make text buffer contiguous
15141
15142 2001-10-03 [paul]       0.6.2claws16
15143
15144         * sync with sylpheed 0.6.2cvs10
15145
15146 2001-10-02 [alfons]
15147
15148         * configure.in
15149         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15150                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15151                 references to chinese translations (hope someone picks up
15152                 this)
15153
15154 2001-10-02 [christoph]  0.6.2claws15
15155
15156         * src/compose.c
15157                 fixed non translated header bug
15158         * ChangeLog.claws
15159                 fixed wrong date in alfons last entry ;)
15160
15161 2001-10-02 [alfons]     0.6.2claws14
15162
15163         * src/compose.c, src/prefs_common.[ch]
15164                 add block cursor option
15165
15166 2001-10-02 [paul]       0.6.2claws13
15167
15168         * sync with sylpheed 0.6.2cvs9
15169
15170 2001-09-30 [paul]       0.6.2claws12
15171
15172         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15173                 updated translations
15174
15175         * po/POTFILES.in
15176                 add 'src/importldif.c'
15177
15178         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15179                 added eudora-to-vCard conversion tool
15180                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15181
15182         * sync with sylpheed 0.6.2cvs8
15183
15184 2001-09-30 [paul]
15185
15186         * sylpheed-0.6.2claws released
15187
15188 2001-09-27 [melvin]     0.6.2claws11
15189
15190         * src/gtkspell.c
15191                 fixed crash when using default path (introduced 
15192                 in 0.6.2claws10)
15193                 fixed tiny bug for initial suggestion mode
15194
15195 2001-09-27 [melvin]     0.6.2claws10
15196         
15197         * src/gtkspell.c
15198                 fixed bug where gtkpspell didn't set the path correctly
15199
15200         * README.claws
15201                 added a paragraph about spell checking
15202                 
15203
15204
15205 2001-09-27 [paul]       0.6.2claws9
15206
15207         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15208                 replace '// comments' with '/* comments */' to prevent
15209                 some compiler warnings 
15210
15211         * sync with sylpheed 0.6.2cvs6
15212
15213 2001-09-26 [alfons]     0.6.2claws8
15214
15215         * src/messageview.c
15216                 introduce return receipt request notification again,
15217                 which was lost because of other semantics in 
15218                 procheader_parse() (???)
15219
15220 2001-09-26 [christoph]  0.6.2claws7
15221
15222         * src/compose.c
15223                 replace comments for old code with #if 0
15224                 readded auto cc, bcc and reply-to
15225         * src/prefs_matcher.c
15226         * src/prefs_scoring.c
15227                 removed some definition (was moved to
15228                 prefs.h)
15229
15230 2001-09-26 [paul]       0.6.2claws6
15231
15232         * src/mainwindow.c
15233                 make 'Follow-up and reply to' sensitive
15234
15235         * more sync with sylpheed 0.6.2cvs5
15236
15237 2001-09-25 [melvin]
15238
15239         * 0.6.2claws5
15240
15241         * src/gtkspell.c
15242                 fixed bug for "US-ASCII" introduced by the encoding code
15243
15244 2001-09-25 [paul]
15245
15246         * 0.6.2claws4
15247
15248         * src/prefs_common.[ch], src/summaryview.c
15249                 'next unread msg' 'go to next folder?' dialog can be
15250                 given default behaviour, either always show dialog,
15251                 or assume 'yes', or assume 'no'
15252                 Submitted by wwp <subscript@free.fr>
15253
15254 2001-09-25 [melvin]
15255                 
15256         * src/compose.c src/gtkspell.[ch]
15257                 added support for different encodings
15258
15259 2001-09-25 [paul]
15260
15261         * more sync with sylpheed 0.6.2cvs5
15262
15263 2001-09-24 [alfons]
15264         
15265         * src/prefs_folder_item.c
15266                 add check for item->prefs->default_to string is NULL and
15267                 add another check when freeing this string
15268
15269 2001-09-24 [paul]
15270
15271         * configure.in
15272                 change to version 0.6.2claws3
15273
15274         * sync with sylpheed 0.6.2cvs5 
15275
15276 2001-09-24 [match]
15277         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15278                 import LDIF files.
15279         * src/addrcache.[ch], addrindex.[ch]
15280                 small update for future
15281         * src/addrbook.c
15282                 fix test XML file.
15283
15284 2001-09-24 [melvin]
15285         * src/gtkspell.[ch]
15286                 added 'Learn from mistakes' option
15287                 better handling of quotes in checked words
15288                 sorted dict list
15289         * po/fr.po
15290                 small update for spell checking stuff
15291
15292 2001-09-23 [alfons]
15293         
15294         * src/gtkspell.c
15295                 edit a little bit so it complies more with main coding style
15296
15297 2001-09-23 [alfons]
15298
15299         * src/folder.[ch], prefs_folder_item.c, compose.c
15300                 migrate "request return receipt" folder property
15301                 to folderlist.xml
15302
15303 2001-09-22 [alfons]
15304
15305         * README.claws **NEW**
15306                 (add things of interest for users of main branch 
15307                 and claws here)
15308
15309         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15310                 re-implement threading per folder option, but store 
15311                 the setting in folderlist.xml (where it belongs)
15312
15313 2001-09-21 [melvin]
15314
15315         * src/gtkspell.[ch]
15316                 fixed bug when compose window is under another window
15317         * src/prefs_common.[ch] src/compose.c
15318                 changed 'dictionary_path' to 'dictionary' to be consistent
15319                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15320         * ac/pspell.m4 src/Makefile.am 
15321                 dropped PSPELL_PATH macro
15322         * po/fr.po
15323                 updated translations
15324
15325 2001-09-21 [christoph]
15326
15327         * src/compose.c
15328                 added border around header fields
15329                 keep header type when new field is added
15330
15331 2001-09-20 [christoph]
15332
15333         * src/utils.[ch]
15334                 more portable debug_print with source filename
15335                 and linenumber
15336         * src/procmsg.c
15337                 more newlines after debug messages
15338
15339 2001-09-20 [paul]
15340
15341         * configure.in
15342                 change to version 0.6.2claws2
15343
15344         * sync with sylpheed 0.6.2cvs3
15345
15346 2001-09-19 [melvin]
15347
15348         * src/gtkspell.c
15349                 fixed the post-right-click focus pb
15350                 fixed crash when 'Spell check all' after dict change 
15351                         and when cursor is at the end of the text
15352                 shift-right-click pops up config menu even on misspelled words.
15353         * po/POTFILES.in
15354                 added gtkspell.c
15355
15356 2001-09-19 [melvin]
15357
15358         * src/about.c
15359                 added pspell to compiled-in features list
15360
15361 2001-09-18 [melvin]
15362
15363         * switched to pspell and dropped ispell
15364         * ac/pspell.m4
15365                 new file. autoconf macro for pspell
15366         * ac/Makefile.am 
15367         * configure.in acconfig.h
15368                 added pspell support
15369         * src/Makefile.am
15370         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15371         * src/prefs_common.[ch] 
15372                 added pspell support
15373
15374 2001-09-18 [christoph]
15375
15376         * src/addr_compl.c
15377         * src/template.[ch]
15378                 replace LOG_MESSAGE with debug_print
15379         * src/compose.[ch]
15380                 gui improvements
15381         * src/menu.c
15382                 added newline after debug message
15383         * src/utils.h
15384                 using __VA_ARGS__ for debug_print macro
15385         * tools/.cvsignore
15386                 ignore Makefile and Makefile.in
15387
15388 2001-09-18 [paul]
15389
15390         * configure.in
15391                 change to version 0.6.2claws1
15392         * sync with sylpheed 0.6.2cvs1
15393
15394         * src/matcher.c 
15395         * src/prefs_matcher.c
15396                 add 'score equal to' option, submitted by
15397                 Paul Evans <nerd@freeuk.com>
15398
15399 2001-09-15 [christoph]
15400
15401         * src/mainwindow.c
15402                 comment out menu entry not existing in claws
15403         * src/menu.c
15404                 add debug output for non existing menu entries
15405         * src/summaryview.c
15406                 fix next/prev unread message for ignored threads
15407         * src/utils.[ch]
15408                 add sourcefile and line number to debug output
15409                 otherwise it is sometimes hard to find the
15410                 source code part if debug messages are translated
15411
15412 2001-09-14 [darko]
15413         
15414         * src/folderview.c
15415                 refresh target folder style after colour is changed
15416
15417 2001-09-13 [paul]
15418
15419         * configure.in
15420                 change to version 0.6.1claws3
15421
15422         * sync with sylpheed 0.6.1cvs6
15423
15424 2001-09-13 [darko]
15425         
15426         * src/folderview.c
15427                 fix target folder colourization to use user selected colour
15428
15429 2001-09-12 [darko]
15430         
15431         * src/summaryview.c
15432                 fix crash when message that is marked for copy/move is unmarked
15433
15434 2001-09-09 [paul]
15435
15436         * configure.in
15437                 change to version 0.6.1claws2
15438
15439         * sync with sylpheed 0.6.1cvs3
15440
15441 2001-09-09 [alfons]
15442         
15443         * src/folderview.c
15444                 fix bug with default font used for trash folder text
15445
15446 2001-09-06 [paul]
15447
15448         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15449                 updated translations
15450
15451         * configure.in
15452                 change to version 0.6.1claws1
15453
15454         * sync with sylpheed 0.6.1cvs2
15455
15456 2001-09-03 [paul]
15457
15458         * po/POTFILES.in
15459                 add Match's new addressbook
15460
15461         * po/de.po
15462                 updated translation submitted by Jens Oberender
15463
15464 2001-09-02 [paul]
15465
15466         * configure.in
15467                 change to 0.6.1claws
15468         * sync with sylpheed 0.6.1 release
15469
15470 2001-09-02 [paul]
15471
15472         * configure.in
15473                 change to 0.6.0claws2
15474
15475         * sync with sylpheed 0.6.0cvs4
15476
15477         * po/pt_BR.po
15478                 updated translation submitted by Fabio Junior Beneditto
15479
15480 2001-09-01 [match]
15481         * pixmaps/
15482                 interface.xpm
15483                 book.xpm
15484                 address.xpm
15485         * src/
15486                 Makefile.am
15487                 a ton of new files
15488
15489 2001-08-31 [paul]
15490
15491         * configure.in
15492                 change to version 0.6.0claws1
15493
15494         * sync with sylpheed 0.6.0cvs1
15495
15496         * po/es.po
15497                 updated translation submitted by Ricardo Mones Lastra
15498
15499         * po/POTFILES.in
15500                 add 'src/prefs_templates.c'
15501
15502         * src/compose.c, src/summaryview.c
15503                 fix segfault on 'Re_edit'               
15504
15505 2001-08-30 [alfons]
15506
15507         * configure.in, Makefile.am
15508         * tools/Makefile.am
15509                 add tools directory to source distribution
15510
15511 2001-08-30 [paul]
15512
15513         * configure.in
15514                 change to version 0.6.0claws
15515
15516         * sync with sylpheed 0.6.0 release
15517
15518 2001-08-30 [christoph]
15519
15520         * configure.in
15521                 removed autoconf version check
15522
15523 2001-08-30 [paul]
15524
15525         * src/account.c, src/compose.c, src/prefs_common.[ch]
15526         * src/procheader.[ch] src/utils.[ch]
15527                 Enhanced automatic account selection on replies
15528                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15529
15530         * configure.in
15531                 add LDAP and JPilot to the configuration results output.
15532
15533 2001-08-29 [christoph]
15534
15535         * src/summeryview.c
15536                 no bold font for ignored threads
15537
15538 2001-08-29 [paul]
15539
15540         * configure.in
15541                 change to version 0.5.3claws6
15542
15543         * sync with sylpheed 0.5.3cvs10
15544                 src/stringtable.[ch]: New Files
15545
15546         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15547         * src/pixmaps/sylpheed.xpm
15548                 add mini-icons to windows (by Alfons)
15549
15550 2001-08-27 [paul]
15551
15552         * src/mainwindow.c
15553                 new functions: next_labeled_cb(), prev_labeled_cb()
15554
15555         * src/summaryview.c
15556                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15557                 summary_select_next_labeled(), summary_select_prev_labeled()
15558
15559         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15560                 give claws blue folders and a blue trash can
15561
15562 2001-08-27 [paul]
15563
15564         * configure.in
15565                 change to version 0.5.3claws5
15566
15567         * sync with sylpheed 0.5.3cvs9
15568                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15569
15570 2001-08-24 [christoph]
15571
15572         * src/filesel.c
15573                 keep filename when browsing directories
15574                 (not working for user entered filename, but
15575                  for default name and selected filename from
15576                  file list)
15577         * src/mainwindow.c
15578                 fixed wrong spelling "Folllow-up"
15579         * src/mbox_folder.c
15580         * src/procmsg.c
15581         * src/summaryview.c
15582                 fixed new/unread message count with ignored
15583                 threads (2 commits, first didn't notice no
15584                 longer needed decreasing)
15585         * src/inc.c
15586                 readded scrolling of progress dialog
15587                 (lost in sync)
15588
15589 2001-08-24 [paul]
15590
15591         * configure.in
15592                 change to 0.5.3claws4
15593
15594         * sync with sylpheed 0.5.3cvs7
15595
15596 2001-08-24 [christoph]
15597
15598         * src/compose.c
15599                 set request return receipt when replying
15600                 if it is set is the folder prefs of the
15601                 message
15602         * src/inc.c
15603                 disable final error popup if popups are
15604                 disabled in config (again)
15605
15606 2001-08-23 [paul]
15607
15608         * configure.in
15609                 Change version number to 0.5.3claws3
15610
15611         * sync with sylpheed 0.5.3cvs5
15612
15613         * src/mimeview.c
15614                 double quote '%s' in 'gedit %s' to fix bug when
15615                 opening attachment with spaces in the name
15616
15617 2001-08-22 [alte]
15618         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15619           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15620                 initial message templates support
15621
15622
15623 2001-08-22 [paul]
15624
15625         * configure.in
15626                 change version number to 0.5.3claws2
15627
15628         * sync with sylpheed 0.5.3cvs4
15629
15630         * src/procmsg.h src/summaryview.c
15631                 re-implement (un)ignore thread
15632
15633 2001-08-21 [paul]
15634
15635         * src/summaryview.c
15636                 remove unnecessary code
15637         * src/compose.c
15638                 enable 'dynamic' signatures (submitted by
15639                 Eric Limpens <eric@hscg-internet.nl>)
15640
15641 2001-08-21 [paul]
15642
15643         clean up after sync with sylpheed 0.5.3 release
15644
15645         * src/folderview.c
15646                 fix re-introduced font mess, see Christoph's
15647                 entry 2001-06-24
15648
15649         * src/summaryview.c
15650                 remove prev_msgnum
15651                 use sylpheed's small font instead of
15652                 gtk default font for summary view
15653
15654
15655 2001-08-17 [paul]
15656
15657         * configure.in
15658                 add pl to ALL_LINGUAS - sync with main branch
15659
15660         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15661                 Updated. Translations by Jens Oberender, Ricardo Mones
15662                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15663
15664         * po/pl.po  ** NEW FILE **
15665                 sync with the main branch
15666
15667         * src/folderview.c
15668                 fix target folder colorizing and refresh problem
15669
15670
15671 2001-08-17 [christoph]
15672
15673         * src/mainwindow.c
15674                 claws uses 4 colors for target folder coloring.
15675                 arrays were not long enough and destroyed the
15676                 stack causing a segfault.
15677                 target folder colorizing does not work anymore
15678                 for me
15679
15680 2001-08-16 [paul]
15681
15682         * configure.in
15683                 change to version 0.5.3claws1
15684
15685         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15686           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15687           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15688
15689                 sync with sylpheed 0.5.3 release, but keep claws method of
15690                 configuring/saving fonts
15691
15692         * src/addressbook.[ch]
15693                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15694                 in line with a similar change in Hiroyuki's branch
15695
15696         * src/mainwindow.[ch]
15697                 disable main_window_set_thread_option()
15698         * src/prefs_folder_item.c
15699                 comment out &tmps_prefs.enable_thread,
15700         * src/mbox_folder.c, src/procmsg.[ch]
15701                 comment out MSG_IS_IGNORE_THREAD
15702         * src/summaryview.c
15703                 comment out summary_ignore_thread() and summary_unignore_thread()
15704                 comment out MSG_IS_IGNORE_THREAD
15705
15706                 use Hiroyuki's threading instead.
15707
15708
15709
15710 2001-08-15 [paul]
15711
15712         * src/account.c
15713                 use Hiroyuki's 0.5.3 column scheme but also
15714                 include the enable/disable button.
15715         * src/pixmaps/mark.xpm
15716                 add Hiroyuki's amended pixmap
15717
15718 2001-08-13 [christoph]
15719
15720         * src/account.c
15721                 receive at get all column showed wrong state for APOP
15722                 button should only work for POP3 and APOP accounts
15723         * src/prefs_account.c
15724                 added missing preprocessor statement for SSL
15725
15726 2001-08-12 [paul]
15727
15728         * src/account.[ch]
15729                 add 'receive at get all' column and enable/disable
15730                 button.
15731
15732 2001-08-06 [christoph]
15733
15734         * src/account.c
15735                 show usage of SSL in protocol column
15736
15737         * src/imap.c
15738         * src/inc.c
15739                 renamed ssl options
15740
15741         * src/prefs_account.[ch]
15742                 moved ssl options to a new page
15743
15744         * src/send.c
15745         * src/smtp.c
15746         * src/ssl.[ch]
15747                 renamed ssl options
15748                 added support for SMTP STARTTLS command
15749
15750 2001-08-05 [christoph]
15751
15752         * configure.in
15753                 debian autoconf needs version check to find
15754                 correct autoconf version. if the file is
15755                 named configure.in 2.13 is used, which does
15756                 not work with this configure.in script.
15757                 other solution would be to rename the script
15758                 to configure.ac as suggested in the autoconf
15759                 manual.
15760
15761         * src/inc.c
15762                 disable final error popup if popups are
15763                 diabled in config
15764
15765         * src/socket.c
15766                 bugfix in ssl_gets
15767                 fixes IMAP over SSL problem
15768
15769 2001-08-03 [paul]
15770
15771         * configure.in
15772                 change to 0.5.2claws1
15773
15774         * sync with sylpheed 0.5.2cvs1
15775
15776 2001-08-02 [alfons]
15777
15778         * configure.in
15779                 quick fix for ispell detection...
15780
15781 2001-08-01 [paul]
15782
15783         * configure.in
15784                 change to 0.5.1claws4
15785
15786         * sync with sylpheed 0.5.1cvs7
15787
15788 2001-07-31 [alfons]
15789
15790         * src/prefs_common.c, src/prefs_common.h, 
15791           src/gtkspell.c, src/gtkspell.h
15792                 add global spelling checker settings (compose tab) +
15793                 selection of dictionary 
15794           
15795         * configure.in  
15796                 guess valid ispell location
15797
15798 2001-07-31 [paul]
15799
15800         * po/POTFILES.in
15801                 removal of 'src/quote_fmt_parse.c'
15802         * po/de.po
15803                 Updated de.po
15804                 (submitted by Jens Oberender <didge@suse.de>)
15805
15806 2001-07-31 [darko]
15807
15808         * src/folder.[ch]
15809         * src/folderview.[ch]
15810         * src/mainwindow.c
15811         * src/mh.c
15812         * src/prefs_common.[ch]
15813         * src/summaryview.c
15814                 target folder colourization
15815
15816 2001-07-30 [paul]
15817
15818         more sync with Sylpheed 0.5.1cvs6 
15819
15820 2001-07-30 [darko]
15821
15822         * src/mh.c
15823         * src/prefs_folder_item.[hc]
15824         * src/summaryview.c
15825                 shared folders support with a GUI
15826
15827 2001-07-29 [paul]
15828
15829         0.5.1claws3
15830
15831         * sync with Sylpheed 0.5.1cvs6
15832
15833 2001-07-29 [paul]
15834
15835         * po/pt_BR.po
15836                 updated
15837                 (submitted by Fabio Junior Beneditto)
15838
15839 2001-07-28 [paul]
15840
15841         * src/procmime.c
15842         * AUTHORS
15843                 patch to correct bad image mime headers
15844                 (submitted by Don Quijote <dq@searchlores.org>)
15845
15846 2001-07-28 [paul]
15847
15848         * tools/gif2xface.pl   **NEW FILE**
15849         * tools/README
15850                 script to convert file.gif to file.xface for
15851                 use in a custom header.
15852                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15853
15854 2001-07-27 [alfons]
15855         
15856         * configure.in
15857                 change macros for detecting JPilot and LDAP
15858
15859 2001-07-27 [christoph]
15860
15861         * src/filtering.c
15862                 code cleanup (MIN / MAX warning, needed casting)
15863
15864 2001-07-27 [alfons]
15865
15866         * procheader.c
15867                 disallow setting flags when detecting certain headers
15868                 (X-Status, Status, Seen, X-Seen). 
15869         
15870         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15871
15872 2001-07-27 [christoph]
15873
15874         * src/prefs_filter.c
15875         * src/prefs_filtering.c
15876         * src/prefs_matcher.c
15877         * src/prefs_scoring.c
15878                 scroll list when moving rows up or down
15879
15880         * src/imap.c
15881         * src/imap.h
15882         * src/prefs_account.c
15883         * src/prefs_account.h
15884         * src/send.c
15885                 SMTP over SSL (untested, feedback requested)
15886                 IMAP over SSL
15887
15888         * src/ssl.c
15889                 code cleanup
15890
15891 2001-07-26 [alfons]
15892         
15893         * configure.in, acconfig.h
15894                 define CLAWS (need this for main / claws detection)
15895
15896 2001-07-25 [alfons]
15897
15898         * configure.in
15899                 Sylpheed 0.5.1claws2
15900                 
15901         * sync with Sylpheed 0.5.1cvs4
15902
15903 2001-07-25 [christoph]
15904
15905         * src/scoring.c
15906                 fixed segfault
15907                 item->prefs == NULL (don't know why)
15908
15909 2001-07-25 [alfons]
15910
15911         * configure.in
15912                 Sylpheed 0.5.1claws1
15913
15914         * sync with Sylpheed 0.5.1cvs1-3
15915
15916 2001-07-24 [christoph]
15917
15918         * src/folderview.c
15919         * src/prefs_folder_item.[ch]
15920                 added folderitem preferences dialog with
15921                 default To: and auto request return receipt
15922
15923         * src/compose.[ch]
15924         * src/menu.[ch]
15925                 changes to handle new folderitem preferences
15926
15927         * src/mainwindow.c
15928         * src/summaryview.c
15929                 call compose new mail with current folderitem
15930
15931 2001-07-24 [alfons]
15932
15933         Release Sylpheed 0.5.1claws
15934
15935         * configure.in
15936                 change to release version 0.5.1claws
15937
15938 2001-07-24 [christoph]
15939
15940         * src/summaryview.c
15941                 fixed segfault that happend when the selected
15942                 message was removed while retrieving new messages.
15943
15944         * po/es.po
15945                 updated translation
15946                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15947
15948 2001-07-22 [alfons]
15949
15950         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15951         this is a work in progress, for more information: http://nlpagan.net/sylman 
15952         
15953         * configure.in, src/mainwindow.c, manual/Makefile.am
15954                 add support for English manual
15955
15956         * AUTHORS
15957                 add authors of user manuals
15958
15959         * manual/en/sylpheed*.html
15960                 add English documentation
15961
15962 2001-07-22 [christoph]
15963
15964         * po/POTFILES.in
15965                 added src/ssl.c
15966         * src/ssl.c
15967                 changed a wrong debug message
15968
15969 2001-07-22 [alfons]
15970
15971         * po/nl.po
15972                 update Dutch translation
15973
15974         * src/prefs_filtering.c, 
15975           src/prefs_matcher.c
15976                 add more translatable strings           
15977
15978 2001-07-21 [alfons]
15979
15980         0.5.0claws7
15981
15982         * configure.in
15983                 change version
15984
15985         * src/inc.c, src/summaryview.[ch]
15986                 prevent update of mark file when filtering has done, by
15987                 using a variable; this affects two functions:
15988                         inc.c::inc_finished()
15989                         summaryview.c::summary_show()
15990
15991 2001-07-20 [alfons]
15992
15993         * src/filtering.[ch], src/prefs_filtering.c, 
15994           src/matcher.[ch]
15995                 add filtering action for label coloring 
15996
15997         * po/POTFILES.in
15998                 add labelcolors.c
15999
16000         * added src/labelcolors.c
16001         * added src/labelcolors.h
16002         * src/Makefile.am, src/summaryview.c
16003                 rearrange label coloring code
16004
16005         * src/procmsg.h
16006                 add more parentheses so label colouring works correctly
16007
16008         * src/filtering.c
16009                 don't really delete message, but move it to Trash
16010
16011         * src/prefs_matcher.c
16012                 add quote options to info dialog
16013
16014 2001-07-20 [christoph]
16015
16016         * src/Makefile.am
16017         * src/inc.c
16018         * src/main.[ch]
16019         * src/socket.h
16020         * src/ssl.[ch] (new)
16021                 moved ssl stuff to a seperate file
16022
16023 2001-07-20 [darko]
16024
16025         * src/summaryview.c
16026                 fix show sender using address book with no e-mail
16027                 address in From: field
16028
16029 2001-07-19 [alfons]
16030
16031         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16032                 fix messy handling of escaping... now at least the
16033                 execute command is useful. escape char is '\', we
16034                 accept \n and \r too. 
16035
16036                 Real life example:
16037                 
16038                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16039                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16040
16041 2001-07-18 [alfons]
16042
16043         0.5.0claws6
16044
16045         * src/summaryview.c
16046                 clean up
16047
16048         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16049           src/procmsg.[ch]
16050                 revise filtering; currently move, copy, marking have
16051                 been tested. if you like bleeding edge stuff, you
16052                 should definitely go for this version :)
16053
16054         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16055
16056 2001-07-17 [christoph]
16057
16058         * src/utils.c
16059                 timestamp log
16060
16061 2001-07-17 [alfons]
16062
16063         0.5.0claws5
16064
16065         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16066           bits in the mark file, without affecting either branch. Lots of
16067           files changed, also in claws branch.
16068
16069           UNTESTED: use of mbox folders
16070
16071         * src/summaryview.c
16072                 added mark all read; however this was a quick hack used for
16073                 cleaning up mess after initial merge with Hiroyuki
16074
16075         * configure.in
16076                 change claws version number back to 0.5.0claws5 to clear up 
16077                 confusion & pretension (recent release was technically 
16078                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16079
16080 2001-07-16 [alfons]
16081
16082         sync with Hiroyuki's 0.5.0cvs4
16083
16084 2001-07-16 [alfons]
16085
16086         0.5.1claws3
16087
16088         * src/filtering.[ch]
16089                 remove invalid updating of mark files for 
16090                 filter actions MATCHING_ACTION_MOVE and 
16091                 MATCHING_ACTION_DELETE; this should fix the
16092                 folder update bug
16093                 
16094         * src/procmsg.c
16095                 revert Christoph's stab at fixing the folder 
16096                 update bug
16097
16098         * po/POTFILES.in
16099                 add missing files with translatable strings
16100
16101         * src/summaryview.c
16102                 remove debug print
16103
16104 2001-07-15 [alfons]
16105
16106         * src/addr_compl.[ch], src/prefs_filtering.c
16107                 make "filtering pref dialog's destination entry" an
16108                 "address completable entry", if filter destination is 
16109                 an email address
16110
16111         0.5.1claws2
16112         
16113         sync with Hiroyuki's 0.5.0cvs2-3
16114
16115 2001-07-15 [christoph]
16116
16117         * src/procmsg.c
16118                 fixed folder stats update after incorporation
16119
16120 2001-07-15 [alfons]
16121
16122         * src/summaryview.c
16123                 * finish label colouring stuff (for now)
16124                 * fix incorrect colour bug (off by one) 
16125
16126 2001-07-14 [alfons]
16127
16128         * src/mainwindow.c
16129                 change text labels for news and mail message so there's
16130                 plenty of toolbar estate left
16131
16132         * configure.in
16133                 0.5.1claws1
16134
16135         * src/folderview.c
16136           src/folder.[ch]
16137                 sync with Hiroyuki's 0.5.0cvs1
16138
16139         * src/summaryview.c
16140                 more rewrite label colouring
16141
16142 2001-07-14 [alfons]
16143
16144         * src/summaryview.[ch]
16145                 * start rewrite label colouring 
16146                 * fix proper location "Add Sender To Addressbook" menu item
16147
16148 2001-07-13
16149
16150         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16151         (actually this is 0.5.0claws4)
16152
16153 2001-07-13 [alfons]
16154
16155         * po/pt_BR.po
16156                 * fix duplicate message
16157                 * add updated Portugese / Brazilian translation
16158                   submitted by Fabio Junior Beneditto
16159
16160 2001-07-12 [alfons]
16161
16162         * AUTHORS
16163                 add Jens
16164
16165         * po/nl.po
16166                 add updated Dutch translation
16167
16168         * po/de.po
16169                 add updated German translation submitted by Jens
16170
16171 2001-07-11 [alfons]
16172
16173         Prerelease before 0.5.0claws. Please test.
16174         This version is temporarily tagged as VERSION_0_5_0_TEST
16175
16176         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16177           src/prefs_scoring.c, src/prefs_matcher.c, 
16178           src/prefs_filtering.c, src/mbox.c, 
16179           src/main.c, src/inc.c, src/filtering.[ch]
16180                 revert new Hoa's new matcher (does not work yet)
16181
16182         * src/Makefile.am
16183                 clean up
16184
16185 2001-07-10
16186
16187         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16188
16189
16190 2001-07-10 [alfons]
16191
16192         * Makefile.am
16193                 add ChangeLog.claws to EXTRA_DIST
16194         * src/Makefile.am
16195                 add matcher_parser_parse.h to EXTRA_DIST
16196
16197 2001-07-10 [christoph]
16198
16199         * src/inc.c
16200                 add destination folder to table of
16201                 folders that need to be updated after
16202                 incorporation
16203
16204 2001-07-10 [alfons]
16205
16206         * folder.[ch]
16207           folderview.c
16208                 make collapse state of folders and folder items persistent, i.e.
16209                 if you collapse a folder tree, the next time sylpheed-claws starts 
16210                 up the folder tree remains collapsed.  
16211                 
16212 2001-07-10 [christoph]
16213
16214         * acconfig.h
16215         * configure.in
16216                 added --enable-ssl
16217         * src/md5.[ch]
16218                 renamed MD5_CTX to MD5_CTX_syl
16219                 conflicts with a struct in openssl
16220         * src/inc.c
16221         * src/main.[ch]
16222         * src/prefs_account.[ch]
16223         * src/socket.[ch]
16224                 SSL support for POP
16225         * src/mainwindow.c
16226                 fixed compose with current account
16227                 broken by new compose button stuff
16228
16229 2001-07-09 [hoa]
16230
16231         * AUTHORS
16232                 changed my email address
16233
16234         * src/matcher_parser_parse.y
16235                 clean the parser to remove conflicts
16236
16237 2001-07-09 [alfons]
16238
16239         * AUTHORS
16240                 add Match Grun
16241
16242         * configure.in
16243                 fix incorrect description of --enable-ldap parameter
16244
16245         * src/prefs_common.[ch]
16246           src/compose.c
16247                 add experimental option "smart wrapping" which makes the
16248                 compose editor auto wrap.
16249                 
16250                 | TODO: the problem with the buggy cursor handling is caused |
16251                 | by the GtkText. when deleting / backspacing text its       |
16252                 | wrapping algorithm does not take in account the previous   |
16253                 | line. should find a way to hack this in.                   |
16254                 | or should perhaps combine this with the word wrapping      |
16255                 | patch i wrote in january.                                  |
16256
16257         * src/about.c
16258                 show build parameters for LDAP and JPilot
16259
16260         * src/summaryview.c
16261                 revert Christoph's bugfix for selecting next unread message, 
16262                 because folder stats aren't updated correctly
16263
16264 2001-07-08 [hoa]
16265
16266         * src/filtering.c
16267         * src/mainwindow.c
16268         * src/matcher.c
16269         * src/matcher_parser_lex.l
16270         * src/matcher_parser_parse.y
16271         * src/prefs_filtering.c
16272         * src/prefs_scoring.c
16273         * src/scoring.c
16274                 bugfix of the config file parser
16275
16276 2001-07-08 [alfons]
16277
16278         * src/Makefile.am
16279                 added generated matcher sources to BUILT_SOURCES
16280
16281 2001-07-08 [hoa]
16282
16283         * src/Makefile.am
16284         * src/.cvsignore
16285                 added new config file parser
16286
16287         * src/scoring.[ch]
16288         * src/filtering.[ch]
16289         * src/matcher.[ch]
16290         * src/prefs_filtering.c
16291         * src/prefs_matcher.c
16292         * src/prefs_scoring.c
16293         * added src/matcher_parser.h
16294         * added src/matcher_parser_lex.h
16295         * added src/matcher_parser_lex.l
16296         * added src/matcher_parser_parse.y
16297                 lex & yacc config file parser
16298
16299         * src/mbox.c
16300         * src/inc.c
16301         * src/main.c
16302                 changes prefs_filtering into global_filtering           
16303
16304         * src/summaryview.c
16305                 build threads with subjects only if "Re: " is at the
16306                 beginning of the subject
16307
16308 2001-07-07 [paul]
16309
16310         0.5.0claws
16311
16312         sync with sylpheed 0.5.0
16313                 change of version number only
16314
16315 2001-07-06 [paul]
16316
16317         0.5.0claws5
16318
16319         sync with sylpheed 0.5.0pre5
16320
16321 2001-07-05 [paul]
16322
16323         sync with sylpheed 0.5.0pre4 release
16324                 /po and /manual/ja not sync'ed
16325
16326 2001-07-04 [paul]
16327
16328         more sync with sylpheed 0.5.0pre4
16329
16330 2001-07-03 [christoph]
16331
16332         * src/addressbook.c
16333                 fixed address book broken by address book
16334                 for VCard, JPilot, LDAP
16335
16336 2001-07-03 [alfons]
16337
16338         * src/matcher.c
16339         * src/textview.c
16340                 stopped memory leaks
16341
16342 2001-07-03 [paul]
16343
16344         more sync with sylpheed 0.5.0pre4
16345
16346 2001-07-02 [match]
16347
16348         * included address book patch for VCard, JPilot, LDAP
16349         * pref_common.c - fixed Font options on Display tab (cosmetic)
16350         * alertpanel.c - fixed truncated message
16351
16352 2001-07-02 [christoph]
16353
16354         * src/mbox_folder.c
16355         * src/procmsg.[ch]
16356         * src/summaryview.c
16357                 mark threads for ignoring
16358
16359 2001-07-02 [paul]
16360
16361         0.5.0claws4
16362
16363         * sync with sylpheed 0.5.0pre4
16364                 updated gettext to 0.10.38.
16365
16366 2001-07-01 [paul]
16367
16368         * src/ mainwindow.c
16369         * src/procmsg.h
16370         * src/summaryview.[ch]
16371                 new right-click option: Label.
16372                 substitute for 'Mark-->Mark/Unmark', colours the line.
16373                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16374
16375 2001-07-01 [christoph]
16376
16377         * src/folderview.c
16378                 fixed font for trash
16379         * src/summaryview.c
16380                 move ctree to unread message
16381
16382 2001-07-01 [paul]
16383
16384         * sync with sylpheed 0.5.0pre3 release
16385
16386 2001-06-30 [alfons]
16387
16388         * src/filesel.[ch]
16389         * src/compose.c
16390                 allow inserting / attaching multiple files in
16391                 the composer window
16392
16393 2001-06-30 [paul]
16394
16395         * src/codeconv.c
16396                 small change to Alfons' previous stuff so that it
16397                 actually makes
16398
16399 2001-06-30 [alfons]
16400
16401         * lots of files changed; first attempt to merge the changes
16402           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16403
16404 2001-06-30 [paul]
16405
16406         * po/pt_BR.po
16407                 updated and completed, translations by Fabio
16408                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16409
16410 2001-06-29 [alfons]
16411
16412         * src/compose.c
16413         * src/mimeproc.[ch]
16414                 allow selecting an attached files' mime type from a 
16415                 list of types.
16416
16417 2001-06-29 [paul]
16418
16419         * more sync with sylpheed 0.5.0pre3
16420
16421 2001-06-29 [paul]
16422
16423         * po/pt_BR.po
16424                 merge with sylpheed.pot and pt_BR.po provided by
16425                 Fabio Junior Beneditto.
16426
16427 2001-06-29 [darko]
16428
16429         * src/procmime.c
16430                 make MIME types case insensitive
16431
16432 2001-06-28 [alfons]
16433
16434         * po/nl.po
16435                 merge with sylpheed.pot and old nl.po; translations added.
16436
16437 2001-06-28 [paul]
16438
16439         * more sync with sylpheed 0.5.0pre3
16440
16441 2001-06-27 [alfons]
16442
16443         * src/summaryview.c
16444                 don't crash when removing parent node of messages
16445                 attracted by subject. this was caused by not deleting
16446                 the parent node from the subject line hash table.
16447
16448 2001-06-27 [alfons]
16449
16450         * src/summaryview.c
16451         * src/compose.[ch]
16452         * src/mainwindow.c
16453                 if there are multiple messages selected, allow forwarding
16454                 them as attachments.
16455
16456 2001-06-27 [paul]
16457
16458         * more sync with sylpheed 0.5.0pre3
16459
16460 2001-06-26 [paul]
16461
16462         0.5.0claws3
16463
16464         * sync with sylpheed 0.5.0pre3
16465
16466 2001-06-25 [paul]
16467
16468         * src/mainwindow.c
16469                 fixed 'compose news article' bug
16470                 from icon-and-text toolbar
16471
16472 2001-06-25 [paul]
16473
16474         * sync with sylpheed 0.5.0pre2 release
16475
16476 2001-06-24 [christoph]
16477
16478         * src/prefs_common.c
16479                 bug fix in font selection
16480         * src/folderview.c
16481                 use sylpheed's normal font instead of
16482                 gtk default font for folders without
16483                 new messages
16484
16485 2001-06-24 [alfons]
16486
16487         * src/mainwindow.[ch]
16488                 added composite compose mail / news button (an idea by Leandro
16489                 Pereira <leandro@linuxmag.com.br>)
16490
16491 2001-06-24 [paul]
16492
16493         Added instructions for ldif-to-xml.py
16494
16495         * tools/README
16496
16497 2001-06-23 [alfons]
16498
16499         Some minor things.
16500
16501         * src/pixmaps/stock_news_compose.xpm
16502                 added pixmap by Leandro
16503         * src/prefs_common.c
16504                 tested built-in spelling checker of GCC 3.0 :)
16505         * po/nl.po
16506                 merged dutch translation of sylpheed-main with
16507                 sylpheed.pot
16508
16509 2001-06-23 [paul]
16510
16511         Added tools directory and files.
16512
16513         * tools/filter_conv.pl
16514                 converts old filter system to new filtering system
16515         * tools/ldif-to-xml.py
16516                 converts netscape addressbook to sylpheed addressbook
16517         * tools/README
16518                 descriptions/instructions for above two files
16519
16520 2001-06-23 [christoph]
16521
16522         * src/inc.c
16523         * src/manage_window.[ch]
16524         * src/prefs_common.[ch]
16525                 mail retrieval dialog can be enabled, disabled
16526                 or hidden if non of sylpheed's windows is active
16527
16528 2001-06-22 [paul]
16529
16530         0.5.0claws2
16531
16532         * sync with sylpheed 0.5.0pre2
16533
16534 2001-06-21 [christoph]
16535
16536         * src/summaryview.c
16537                 show recipient on 'from' for all accounts
16538                 
16539         * src/inc.c
16540         * src/prefs_common.[ch]
16541                 disable error popup on mail receive errors
16542
16543 2001-06-21 [alfons]
16544
16545         * src/compose.c
16546                 made the ruler correctly appear and disappear.
16547
16548         * src/Makefile.am
16549                 removed Hoa's work-in-progress-stuff (interesting!) so 
16550                 claws compiles ok.
16551
16552 2001-06-20 [christoph]
16553
16554         * src/inc.c
16555         * src/progressdialog.c
16556                 added scrolled window for list in progressdialog
16557
16558 2001-06-20 [paul]
16559
16560         sync with sylpheed 0.5.0pre1 release
16561
16562 2001-06-20 [christoph]
16563
16564         * src/summeryview.c
16565                 make building threads by subject work when
16566                 thread view is enabled
16567                 
16568         * src/compose.c
16569         * src/prefs_common.[ch]
16570                 automatically select account for mail replys
16571
16572 2001-06-19 [sergey]
16573
16574         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16575         they are filled in from the account settings.
16576
16577 2001-06-19 [paul]
16578
16579         * more sync with sylpheed 0.5.0pre1
16580
16581 2001-06-18 [alfons]
16582
16583         * src/Makefile.am,
16584           src/procmime.c
16585                 added --sysconfdir to CPPFLAGS for pointing to the correct
16586                 location of mime.types. 
16587
16588                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16589                 or ./configure!
16590
16591 2001-06-18 [hoa]
16592
16593         * src/summaryview.c
16594                 fixed some bug when building threads
16595
16596 2001-06-18 [pau]l
16597
16598         * src/prefs_account.c
16599                 UI stuff: More changes to the English
16600
16601 2001-06-18 [paul]
16602
16603         * src/pixmaps/stock_news_compose.xpm: new file
16604         * src/Makefile.am
16605         * src/mainwindow.c
16606         * src/summaryview.c
16607                 Added new icon for Hoa's 'compose a news
16608                 message', plus minor improvements to the
16609                 English
16610
16611         * po/ja.po
16612         * ChangeLog
16613         * ChangeLog.jp
16614                 more sync with sylpheed 0.5.0pre1
16615
16616 2001-06-18 [hoa]
16617
16618         * src/compose.[ch]
16619         * src/mainwindow.c
16620                 Follow-up and reply to
16621
16622         * src/summaryview.[ch]
16623                 Build threads also with subjects
16624
16625 2001-06-17 [hoa]
16626
16627         * src/compose.c
16628                 forwarding use the current account.
16629
16630         * src/mainwindow.c
16631                 the "compose message" button has been replaced with
16632                 "new mail" and "new news" buttons
16633
16634         * src/prefs_common.[ch]
16635                 added a configuration option to use the forward button
16636                 as "forward as attachment"
16637                 changed reply and forward format description
16638
16639         * src/quote_fmt_lex.l
16640         * src/quote_fmt_parse.y
16641                 added message with no signature in format for reply
16642                 and forward.
16643
16644 2001-06-17 [paul]
16645
16646         Minor UI stuff
16647
16648         * src/mainwindow.c
16649         * src/summaryview.c
16650                 Improvements to the English
16651
16652         * src/prefs_common.c
16653                 Improvements to the English and some
16654                 clarity/continuity improvements in the
16655                 description of Quote symbols.
16656
16657 2001-06-17 [paul]
16658
16659         0.5.0claws1
16660
16661         * sync with sylpheed 0.5.0pre1
16662
16663 2001-06-17 [hoa]
16664
16665         * src/compose.c
16666                 Better interface for compose, displayed fields
16667                 are updated whenever we change account.
16668                 Newsgroups field is automatically filled.
16669
16670         * src/mainwindow.c
16671                 Newsgroups field is automatically filled.
16672
16673         * src/prefs_account.c
16674                 Some interface stuff when fields appear and
16675                 disappear.
16676
16677 2001-06-16 [paul]
16678
16679         0.4.99claws
16680
16681         * sync with sylpheed 0.4.99
16682
16683 2001-06-16 [sergey]
16684
16685         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16686         base64_decoder_free, base64_decoder_decode): new object and
16687         functions for decoding base64 streams.
16688         * src/procmime.c (procmime_decode_content): modified to use the
16689         new base64 decoder.
16690
16691 2001-06-15 [paul]
16692
16693         0.4.99claws10
16694
16695         * sync with sylpheed 0.4.99cvs11
16696
16697 2001-06-13 [paul]
16698
16699         0.4.99claws9
16700
16701         * sync with sylpheed 0.4.99cvs9
16702
16703 2001-06-13 [hoa]
16704
16705         * src/compose.c
16706         * src/prefs_account.c
16707
16708                 SMTP server can be defined in the news account
16709                 mime type of attachment are kept.
16710
16711         * src/summaryview.c
16712
16713                 now choose the highest important score between default
16714                 and important score of folder.
16715
16716 2001-06-09 [alfons]
16717         
16718         * src/prefs_common.c: 
16719
16720                 (prefs_quote_description_create): corrected description of 
16721                 quote format characters
16722
16723 2001-06-09 [paul]
16724
16725         0.4.99claws8
16726
16727         * sync with sylpheed 0.4.99cvs8
16728
16729 2001-06-08 [sergey]
16730
16731         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16732         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16733
16734 2001-06-08 [paul]
16735
16736         0.4.99claws7
16737
16738         * sync with sylpheed 0.4.99cvs7
16739
16740 2001-06-06 [sergey]
16741
16742         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16743         clashes with autogenerated header).
16744         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16745         * src/Makefile.am: added quote_fmt.h.
16746         * src/.cvsignore: added lex/yacc autogenerated files
16747         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16748
16749 2001-06-06 [paul]
16750
16751         0.4.99claws6
16752
16753         * sync with sylpheed 0.4.99cvs6
16754
16755 2001-06-06 [hoa]
16756
16757         * added src/quote_fmt_parse.h
16758         * src/compose.c
16759                 removed warnings
16760
16761         * src/prefs.[ch]
16762                 don't modify readonly configuration files
16763
16764         * src/prefs_account.c
16765         * src/prefs_common.c
16766         * src/prefs_customheader.c
16767         * src/prefs_display_header.c
16768         * src/prefs_filter.c
16769         * src/prefs_filtering.c
16770         * src/prefs_scoring.c
16771                 don't open dialog box when configuration files
16772                 are readonly
16773
16774 2001-06-05 [sergey]
16775
16776         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16777
16778         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16779         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16780         BUILT_SOURCES to make all files rebuild properly.
16781
16782         * src/compose.c: removed #include "quote_fmt.tab.h".
16783
16784         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16785         CHARACTER value in yylval.
16786
16787         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16788         receive CHARACTER value by documented means (yylval).
16789
16790         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16791
16792 2001-06-05 [hoa]
16793
16794         * src/Makefile.am
16795                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16796
16797         * src/filtering.c
16798         * src/matcher.c
16799         * src/matcher.h
16800         * src/prefs_filtering.c
16801                 now keep the configuration for execute action
16802
16803         * src/mbox_folder.c
16804                 fixed a warning
16805
16806 2001-06-05 [paul]
16807
16808         * sync with sylpheed 0.4.99cvs5
16809
16810 2001-06-05 [hoa]
16811
16812         * src/Makefile.am
16813                 added quote_fmt.[ch]
16814
16815         * added src/quote_fmt.y
16816         * added src/quote_fmt.l
16817         * added src/quote_fmt.tab.h
16818         * added src/quote_fmt.tab.c
16819         * added src/lex.quote_fmt.c
16820                 parsing configuration for replying
16821                 and forwarding
16822
16823         * src/prefs_common.[ch]
16824                 added configuration UI for replying
16825                 and forwarding
16826
16827         * src/compose.c
16828                 using configuration for replying
16829                 and forwarding
16830
16831 2001-06-04 [hoa]
16832
16833         * src/filtering.c
16834         * src/matcher.c
16835         * src/matcher.h
16836         * src/prefs_filtering.c
16837         * src/prefs_matcher.c
16838         * src/prefs_matcher.h
16839                 action "run a command" for filtering
16840                 and matching with a command.
16841                 fixed the "whole message" matching
16842
16843         * src/mbox_folder.c
16844                 changed temporary filename for security
16845
16846         * src/messageview.c
16847                 queue the notification if it fails to send.
16848
16849         * src/prefs_common.c
16850         * src/prefs_folder_item.c
16851                 changed the default important score             
16852
16853         * src/prefs_scoring.c
16854         * src/scoring.c
16855                 hide kill score input when the folder is not
16856                 a newsgroup
16857
16858 2001-06-03 [alfons]
16859
16860         * src/prefs_common.c:
16861
16862                 (prefs_font_select): pass font name in font entry box to font
16863                 selection dialog.
16864
16865 2001-06-03 [sergey]
16866
16867         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16868
16869 2001-06-03 [paul]
16870
16871         * sync with sylpheed 0.4.99cvs4
16872
16873 2001-06-03 [alfons]
16874
16875         * src/headerwindow.c:
16876
16877                 (headerwindow_show_cb): use the selected summary view item, not
16878                 the displayed item.
16879
16880 2001-06-02 [alfons]
16881
16882         * src/headerwindow.c:
16883
16884                 (headerwindow_show_cb): always try to show msginfo
16885
16886 2001-06-02 [hoa]
16887
16888         * src/compose.c
16889                 keep attached parts when reediting or forwarding.
16890
16891 2001-06-01 [hoa]
16892
16893         * src/folderview.c
16894         * src/prefs_folder_item.[ch]
16895         * src/prefs_scoring.[ch]
16896         * src/scoring.[ch]
16897         * src/summaryview.[ch]
16898         * src/main.c
16899         * src/mainwindow.c
16900         * src/prefs_common.[ch]
16901                 support for folder scoring
16902                 kill score and important score for messages
16903         
16904         * src/prefs_account.c
16905                 some display bug fixed for local account
16906                 preferences
16907
16908 2001-05-31 [alfons]
16909
16910         * src/summaryview.c:
16911
16912                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16913                 sender to address book menu item is disabled.
16914
16915 2001-05-30 [hoa]
16916
16917         * src/filtering.[ch]
16918         * src/summaryview.c
16919                 handling summary menu / filter messages
16920
16921         * src/folder.[ch]
16922                 add some stuff
16923
16924         * src/foldersel.c
16925                 imap folders now appears in list
16926
16927         * src/mbox_folder.c
16928                 doesn't crash if destination mail is not writeable
16929
16930 2001-05-29 [hoa]
16931
16932         * src/compose.c
16933                 removed some warnings
16934
16935         * src/filtering.c
16936         * src/folder.[ch]
16937         * src/prefs_filtering.c
16938                 global string to identify any folders           
16939                 removed some debug info
16940                 filtering to mbox folders is now possible
16941
16942         * src/mainwindow.c
16943                 removed some warnings
16944
16945         * src/mbox_folder.c
16946                 permission on files are changed to read/write for user only,
16947                 nothing for other.
16948                 creation of subfolder is handled better.
16949
16950 2001-05-28 [alfons]
16951
16952         Verified the sync for src/prefs_common.[ch] and
16953         src/prefs_account.[ch]. I believe there were some
16954         minor indentation differences.
16955
16956 2001-05-28 [paul]
16957
16958         0.4.99claws3
16959
16960         * sync with 0.4.99cvs3
16961
16962 2001-05-28 [hoa]
16963
16964         * src/compose.c
16965                 handling flags for mbox format
16966
16967         * src/filtering.c
16968                 use of mark file only for MH format
16969                 handling flags for mbox format
16970                 filtering cannot yet move or copy mails to mbox folders.
16971
16972         * src/folder.[ch]
16973                 changed move_msg, copy_msg,
16974                 move_msgs_with_dest, copy_msgs_with_dest functions
16975                 uses only folder->copy_msg() function
16976                 uses folder->finished_copy() to handle the destination
16977                 folder at the end of the copy or move operation.
16978
16979         * src/foldersel.c
16980                 included mbox directories.
16981
16982         * src/folderview.[ch]
16983         * src/mainwindow.c
16984                 handle folders operation for mbox format
16985
16986         * src/mbox.c
16987                 disable conversion of "From " header
16988
16989         * src/mbox_folder.[ch]
16990                 completion of mbox format handling
16991
16992         * src/mh.c
16993                 changed mh_copy_msg() function and
16994                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16995                 mh_copy_msgs_with_dest()
16996
16997         * src/prefs_filtering.c
16998                 removed some warnings
16999
17000         * src/prefs_matcher.c
17001                 default boolean operation is AND
17002
17003         * src/procheader.c
17004                 handling flags for mbox format
17005                 handling of "From " header
17006
17007         * src/procmsg.[ch]
17008                 removed data field
17009                 added MSG_REALLY_DELETED flags to handle deletion of
17010                 messages in mbox format.
17011
17012         * src/summaryview.c
17013                 handling flags for mbox format
17014                 disable the MSG_DELETED flags when messages
17015                 are deleted in mbox format
17016
17017         * src/textview.c
17018                 "From " headers display fixed.
17019
17020 2001-05-27 [alfons]
17021
17022         * src/textview.c:
17023                 
17024                 (get_email_part): skip quoted email addresses, like in e.g.
17025                 "'alfons@proteus.demon.nl'".
17026
17027 2001-05-26 [alfons]
17028
17029         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17030         and fixing the persistence troubles when using separate windows.
17031
17032         * src/mainwindow.c:
17033         
17034             Added #define SEPARATE_ACTION used in the gtk item factory for 
17035             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17036                 use gtk_item_factory_get_widget_by_action() to get the items.
17037                 
17038             Removed separate_widget_cb from the gtk item factory data   
17039           
17040             (mainwindow_create): connect separate_widget_cb() to check
17041             menu item "toggled" signal. also passing a MainWindow pointer
17042                 as object data for both check menu items.
17043                 
17044             (separate_widget_cb): definition of separate_widget_cb() to match
17045             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17046                 window using gtk_object_get_data(). The type of window separation 
17047                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17048         
17049         * src/prefs_filtering.c,
17050           src/prefs_matcher.c: added horizontal scrollbars
17051
17052 2001-05-25 [darko]
17053
17054         * src/headerview.c
17055                 fix segfault with invalid bold font
17056         * src/summaryview.c
17057                 correctly display summary stats after row is marked
17058
17059 2001-05-23 [sergey]
17060
17061         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17062         encodings with libjconv.
17063
17064 2001-05-23 [hoa]
17065
17066         * src/Makefile.am
17067                 added mbox_folder.[ch]
17068         * src/defs.h
17069                 mbox temporary folder
17070         * src/folder.[ch]
17071         * added src/mbox_folder.[ch]
17072         * src/folderview.c
17073         * src/procheader.[ch]
17074                 added mbox support
17075         * src/mbox.c
17076                 bugfix for file incorporation filtering
17077         * src/imap.c
17078                 enable creation of MBOX
17079         * src/prefs_display_header.c
17080                 enable use of headers like "From "
17081                 something that should be fixed :
17082                         displaying of such headers add an extra space
17083         * src/prefs_folder_item.c
17084                 don't create folders because it is not necessary
17085         * src/procmsg.h
17086                 added data field to MsgInfo for mbox internal use
17087         * src/summaryview.c
17088                 added some support for mbox
17089         * src/utils.[ch]
17090                 added get_mbox_cache_dir() function
17091
17092 2001-05-23 [hiroyuki]
17093
17094         * src/headerwindow.c
17095           src/inc.c
17096           src/main.c
17097           src/mh.c
17098           src/nntp.c
17099           src/procmsg.h
17100           src/session.h
17101           src/socket.[ch]
17102           src/summaryview.c
17103           src/textview.c
17104           src/automaton.c
17105           src/folderview.c: more sync with 0.4.99cvs2.
17106
17107         * src/headerwindow.c: reverted.
17108
17109 2001-05-22 [paul]
17110
17111         0.4.99claws2
17112
17113         * sync with sylpheed 0.4.99cvs2
17114                 * src/news.[ch]
17115                 * src/nntp.[ch]
17116                 * INSTALL
17117                 * INSTALL.jp
17118
17119 2001-05-22 [alfons]
17120
17121         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17122
17123 2001-05-21 [alfons]
17124
17125         Minor things:
17126
17127         * configure.in: if gnome-config not found, "no" is displayed
17128         
17129         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17130
17131         * src/textview.c: now also possible to add mail addresses by right
17132           clicking in the text view
17133
17134         * src/codeconv.c: merged patch which fixes endless loop when encountering
17135           invalid wide characters; from Alte <010@imis.ru>  
17136
17137 2001-05-20 [alfons]
17138
17139         Added installation of gnome specific things:
17140
17141         * Makefile.am: gnome conditional
17142
17143         * configure.in: check for installed gnome
17144
17145         * added sylpheed.png, sylpheed.desktop
17146
17147 2001-05-20 [sergey]
17148
17149         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17150
17151         * src/mainwindow.h (main_window_toolbar_create): created a button
17152         for "Reply to all".
17153         (main_window_set_toolbar_sensitive): enable/disable the new button
17154         appropriately.
17155         (toolbar_reply_to_author_cb): handle the new button.
17156
17157         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17158         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17159         failure).
17160
17161 2001-05-19 [sergey]
17162
17163         * src/compose.h (ComposeReplyMode): new modes
17164         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17165         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17166
17167         * src/compose.c
17168         (compose_send): move some code into a new function:
17169         (compose_current_mail_account): new function.
17170         (compose_reply): new argument to_author, all callers changed; if
17171         to_author==TRUE and account->protocol==A_NNTP, find and use an
17172         appropriate mail account for replying.
17173         (compose_reply_set_entry): new argument to_author; ignore
17174         compose->replyto if to_author==TRUE.
17175
17176         * src/mainwindow.c: new command "Message/Reply to author".
17177         (main_window_set_menu_sensitive): enable/disable it.
17178         (reply_cb): handle it.
17179
17180         * src/summaryview.c: new command "Reply to author".
17181         (summary_set_menu_sensitive): enable/disable it.
17182         (summary_reply_cb): handle it.
17183
17184         * src/account.c (account_find_mail_from_address): new function.
17185
17186 2001-05-18 [paul]
17187
17188         0.4.99claws1
17189
17190         * sync with sylpheed 0.4.99cvs1
17191
17192 2001-05-18 [hoa]
17193
17194         * src/compose.[ch]
17195         * src/filtering.c
17196         * src/summaryview.c
17197                 new filtering action : forward and forward as attachment
17198
17199         * src/main.c
17200                 no need for $DISPLAY when we run sylpheed --help
17201                 call to parse_cmd_opt() is moved
17202
17203         * src/mainwindow.[ch]
17204                 execute button is hidden when immediate execute
17205                 is chosen
17206
17207         * src/mh.c
17208         * src/news.c
17209         * src/prefs_folder_item.c
17210         * src/procmsg.c
17211                 better handling of missing directories
17212
17213         * src/summaryview.c
17214                 reedit is enabled in outbox
17215                 reedit is enabled in queue
17216
17217 2001-05-17 [hoa]
17218
17219         * src/filtering.c
17220         * src/matcher.[ch]
17221         * src/prefs_filtering.c
17222                 changed attachement into attachment
17223
17224 2001-05-17 [alfons]
17225
17226         0.4.67claws4    
17227
17228         * sync with sylpheed 0.4.67cvs9
17229         * sync with sylpheed 0.4.67cvs7-8
17230
17231 2001-05-17 [hoa]
17232
17233         * src/Makefile.am
17234                 added prefs_filtering.c
17235
17236         * src/filtering.[ch]
17237         * src/matcher.[ch]
17238                 removed action : forward_news and forward_news_as_attachement
17239                 (forward and forward_as_attachement can be used instead)
17240
17241         * src/mainwindow.c
17242                 added menu option to access filtering configuration
17243
17244         * src/prefs_account.c
17245                 changed mail_command default to /usr/sbin/sendmail
17246
17247         * added src/prefs_filtering.[ch]
17248                 dialog box for filtering configuration
17249
17250         * src/prefs_matcher.c
17251                 added function prefs_matcher_get_criteria_from_matching()
17252
17253         * src/prefs_scoring.c
17254                 reset the dialog when register or substitute is clicked
17255
17256 2001-05-15 [hoa]
17257
17258         * src/Makefile.am
17259                 added filtering.[ch]
17260         * src/inc.c
17261                 using filering.[ch] instead of filter.[ch]
17262         * src/main.c
17263                 reading new filtering configuration
17264         * src/matcher.[ch]
17265                 added some filtering actions
17266                 and fixed a bug for headers and mail body matching
17267         * src/mbox.c
17268                 using filering.[ch] instead of filter.[ch]
17269         * src/mh.c
17270                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17271         * src/summaryview.c
17272                 some fixes for filtering
17273
17274 2001-05-14 [hiroyuki]
17275
17276         * src/send.c: fixed some weird indentations.
17277           send_message_with_command(): call pclose() only if p != NULL.
17278         * src/textview.c: get_email_part(): modified the code for readability.
17279
17280 2001-05-14 [hiroyuki]
17281
17282         * src/md5global.h
17283           src/md5ify.c
17284           src/md5ify.h: removed from the cvs.
17285
17286 2001-05-13 [sergey]
17287
17288         * src/main.c: include rfc2015.h to avoid compiler warnings.
17289         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17290         the panel is already on screen.
17291         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17292         closing the alert window by ESC as "No".
17293         * src/prefs_common.c (prefs_interface_create): moved return
17294         receipt check button to the correct place.
17295
17296 2001-03-13 [alfons]
17297
17298         * src/prefs_common.c: 
17299                 moved return receipt check button to the Send tab. (prefs_send_create)
17300                 removed the date format ui related globals. (prefs_display_create)
17301
17302         0.4.67claws3
17303         
17304         * sync with sylpheed 0.4.67cvs5-6
17305
17306 2001-05-13 [paul]
17307
17308         * added Alfons' font selection patch
17309
17310         * src/defs.h
17311         * src/headerwindow.c
17312         * src/prefs_common.c
17313         * src/prefs_common.h
17314
17315 2001-05-13 [hoa]
17316         * src/defs.h
17317                 changed version of cache
17318         * src/matcher.[ch]
17319         * src/prefs_matcher.c
17320                 added additionnal matching criteria
17321         * src/procheader.c
17322         * src/procmsg.[ch]
17323         * src/news.c
17324                 added references in MsgInfo
17325
17326 2001-05-12 [hoa]
17327
17328         * src/defs.h
17329                 prepared some things for new filtering
17330         * src/matcher.[ch]
17331                 added some matching properties
17332                 inreplyto need to be enhanced
17333                 prepared some things for new filtering
17334         * src/messageview.c
17335                 added Return-Receipt-To handling
17336         * src/prefs_folder_item.c
17337                 changed default value to TRUE
17338         * src/prefs_matcher.c
17339                 added some matching properties
17340         * src/prefs_scoring.[ch]
17341                 the scoring dialog is finished
17342         * src/procheader.c
17343                 added Return-Receipt-To handling
17344                 Reference need to be added
17345         * src/procmsg.[ch]
17346                 added Return-Receipt-To handling
17347                 added threadscore to get a better score sorting when
17348                 threads are enabled
17349         * src/summaryview.c
17350                 suppressed a bug when we sort the list
17351                 when no folder is opened.
17352                 better score sorting when threads are enabled
17353
17354 2001-05-12 [alfons]
17355
17356         * reverted previous patch because of potential errors 
17357
17358         0.4.67claws2
17359         
17360         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17361                 applied "toggle mail-retrieval dialog window" patch submitted 
17362                 by Eric Limpens <eric@qnt.net>
17363
17364         * sync with sylpheed 0.4.67cvs4
17365
17366 2001-05-12 [sergey]
17367
17368         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17369         some picky compilers.
17370         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17371         * src/grouplist_dialog.c: include alertpanel.h.
17372         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17373         fix compile warning.
17374         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17375         #include "defs.h" before others to prevent the warning of `MIN'
17376         and `MAX' redefinition.
17377
17378 2001-05-11 [hoa]
17379
17380         * src/main.c
17381         * src/messageview.c
17382         * src/prefs_account.c
17383         * src/prefs_display_header.c
17384                 removed warning
17385         * src/Makefile.am
17386                 added prefs_scoring.[ch]
17387         * src/grouplist_dialog.c
17388                 display an error dialog box if the group list
17389                 cannot be fetched.
17390         * src/mainwindow.[ch]
17391                 added main_window_set_thread_option() function
17392                 scoring dialog box enabled
17393         * src/matcher.[ch]
17394                 added flags matching unread /new / marked
17395                 / deleted / replied / forwarded
17396         * src/news.c
17397                 newsgroups are now finally in newscache
17398         * src/prefs_matcher.[ch]
17399                 finished preferences for matching dialog
17400         * added src/prefs_scoring.[ch]
17401                 scoring dialog box completed
17402         * src/scoring.[ch]
17403                 conversion to string : added scoringprop_to_string()
17404                 write config for preferences :
17405                 added prefs_scoring_write_config()
17406         * src/summaryview.c
17407                 threads can be enabled/disabled independently
17408                 for each folder
17409
17410 2001-05-10 [alfons]
17411
17412         0.4.67claws1
17413         
17414         * AUTHORS: 
17415                 thought it would be nice to have a list of all
17416                 contributors (used Changelog as a reference)
17417         
17418         * configure.in: 
17419                 messed up version numbering...
17420
17421         0.4.66claws1
17422
17423         * sync with sylpheed 0.4.67cvs1-3
17424
17425 2001-05-10 [darko]
17426
17427         * src/prefs_common.c:
17428                 better UI for strftime format, double clicking
17429                 on format now inserts the format in text entry
17430                 replaced close button with standard OK/Cancel
17431                 moved date format button to the right of the
17432                 text entry field
17433
17434 2001-05-09 [alfons]
17435
17436         * src/gtkstext.c:
17437                 Ctrl-Home / Ctrl-End have proper cursor navigation
17438
17439 2001-05-09 [hoa]
17440
17441         * src/prefs_matcher.c
17442                 finished UI to define matching properties
17443                 added ok and cancel button
17444         * src/prefs_filter.c
17445                 added ok and cancel button
17446         * src/news.c
17447                 fixed some bug in xhdr parsing
17448
17449 2001-05-08 [alfons]
17450
17451         * src/textview.c: 
17452                 fixed a bug in textview_show_header(), which displayed two colons (':');
17453                 cleaned up some warnings
17454
17455 2001-05-08 [hoa]
17456
17457         * src/Makefile.am
17458                 added prefs_matcher.[ch]
17459                 compilation with -W -Wall
17460         * src/alertpanel.c
17461                 ungrab the mouse events if grabbed - does it
17462                 fix the bug for disposition notification ?
17463         * src/mainwindow.c
17464                 added a menu option to open the matching dialog.
17465         * src/matcher.[ch]
17466                 added matcherprop_to_string() and matcherlist_to_string()
17467                 fixed some bugs, changed the name of some options
17468                 age_sup and age_inf becomes age_greater and age_lower,
17469                 body and messageheaders becomes body_part and headers_part,
17470                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17471         * src/prefs_display_header.c
17472         * src/prefs_headers.c
17473                 fixed a bug that accidentally destroyed dialogs
17474                 when closed them with delete_event
17475                 Added *_deleted() which handle delete_event signal correctly.
17476         * src/prefs_folder_item.[ch]
17477                 added "enable_thread" field for future customization
17478         * added src/prefs_matcher.[ch]
17479                 sample of the UI to define matching properties
17480         * src/procheader.c
17481                 using procheader_headername_equal instead of str*cmp functions
17482                 using procheader_parse_header() function
17483         * src/scoring.c
17484                 using MATCHING_XXX instead of SCORING_XXX
17485         * src/summaryview.c
17486                 display the sender of the news even if this is ourself
17487                 when this is a news message.
17488         * src/textview.c
17489                 using headername_equal() instead of str*cmp functions
17490
17491 2001-05-08 [alfons]
17492
17493         0.4.66claws
17494
17495         * sync with sylpheed 0.4.66
17496         * src/gtkstext.c: trace logs added 
17497
17498 2001-05-08 [sergey]
17499
17500         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17501         signature check popup.
17502         * src/rfc2015.c (check_signature): show signature check popup only
17503         if it is enabled in preferences.
17504
17505 2001-05-07 [alfons]
17506
17507         0.4.66claws4
17508         
17509         * sync with sylpheed 0.4.66cvs6
17510
17511 2001-05-07 [darko]
17512
17513         * src/prefs_common.[ch]: added option to enable/disable
17514           looking up sender name in address book for summary pane
17515         * src/summaryview.c: look up sender in the address book
17516           by using Alfons' address completion code
17517
17518 2001-05-07 [hiroyuki]
17519
17520         * src/inc.h
17521           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17522           member of Pop3State.
17523         * src/news.c: brought #include "defs.h" before #include <glib.h>
17524           to prevent the warning of `MIN' and `MAX' redefinition.
17525
17526 2001-05-06 [hoa]
17527
17528         * removed src/headers_display.[ch]
17529         * removed src/prefs_display_headers.[ch]
17530         * src/inc.c
17531                 use a temporary file in the user directory for mbox import
17532         * src/news.c
17533                 added XHDR support to get "To" and "Cc" headers
17534                 (in order to match news with to or cc field for
17535                 scoring)
17536                 added function news_parse_xhdr() to get XHDR response
17537         * src/nntp.[ch]
17538                 added function nntp_xhdr()
17539         * src/matcher.c
17540                 fetch the message if necessary
17541
17542 2001-05-06 [alfons]
17543
17544         0.4.66claws3
17545
17546         * sync with sylpheed 0.4.66cvs3-5
17547
17548 2001-05-06 [hoa]
17549
17550         * src/utils.[ch]
17551                 added function itos_buf() to enable use of several buffers
17552         * src/summaryview.c
17553                 use of itos_buf() instead of itos() in summary list
17554                 to fix the broken display of message number.
17555
17556 2001-05-06 [alfons]
17557
17558         * src/gtkstext.c: bug in cursor up navigation fixed,
17559                 fixed another unsigned / signed comparison (we're getting there :-)
17560
17561 2001-05-06 [hoa]
17562
17563         * src/Makefile.am
17564                 added scoring.c scoring.h
17565                 prefs_folder_item.c prefs_folder_item.h
17566                 matcher.c matcher.h
17567         * src/defs.h
17568                 added FOLDERITEM_RC SCORING_RC
17569         * src/folder.[ch]
17570                 added prefs field in FolderItem :
17571                 properties for each folder (PrefsFolderItem),
17572                 sorting type and mode were added as the first properties.
17573         * src/main.c
17574                 read config for scoring
17575         * added src/matcher.[ch]
17576                 gives functions to parse configuration file to do
17577                 matching on mails with a list of conditions.
17578         * src/mainwindow.c
17579                 add option to sort by score
17580         * src/prefs_common.[ch]
17581                 added preference option to show score and for
17582                 the score column size
17583         * added src/prefs_folder_item.[ch]
17584                 properties for each folder (PrefsFolderItem),
17585                 sorting type and mode were added as the first properties.
17586         * src/procheader.[ch]
17587                 added procheader_parse_header()
17588                 added procheader_header_free()
17589                 added procheader_headername_equal()
17590                 and made modification to use them.
17591         * src/procmsg.[ch]
17592                 added score field to MsgInfo structure
17593         * added src/scoring.[ch]
17594                 gives functions to parse configuration file to do
17595                 scoring on mails with a list of conditions.
17596         * src/summaryview.[ch]
17597                 save the sorting type and mode for the folder
17598                 added column to display the score of the mail
17599                 added function summary_score_clicked()
17600                 sorting type and mode are restored to the folder
17601                 when it is reopen
17602         * src/textview.c
17603                 use procheader_parse_header(), procheader_headername_equal()
17604                 removed memory leak in text_scan_header when freeing headers
17605         * src/filter.c
17606                 changed the function to match names of headers
17607                 using procheader_headername_equal()
17608
17609         Scoring functions are implemented, an interface is needed
17610         to configure that.
17611
17612 2001-05-04 [alfons]
17613
17614         * src/gtkstext.c: 
17615                 hopefully fixed the row up navigation bug,
17616                 removed adding back / forward lines to cache
17617
17618 2001-05-04 [sergey]
17619
17620         * src/prefs_display_headers.c: user interface changes:
17621         (prefs_display_headers_create): remove unused "Show" check button;
17622         allow reordering of headers by dragging.
17623         (prefs_display_headers_write_config): remove unused variables.
17624         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17625         of lists (not needed with the new UI).
17626         (prefs_display_headers_set_list): scan lists starting from row 0,
17627         not 1 (do not skip "(New)").
17628         (prefs_display_headers_find_header): new function.
17629         (prefs_display_headers_clist_set_row): do not allow duplicates.
17630         (prefs_display_headers_delete_cb): do not skip row 0; treat
17631         closing the alert window by ESC as "No".
17632         (prefs_display_headers_up): do not protect row 0.
17633         (prefs_display_headers_down): do not protect row 0.
17634
17635 2001-05-04 [sergey]
17636
17637         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17638         functions.
17639
17640         * src/summaryview.c
17641         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17642         summary_select_next_marked, summary_select_prev_marked): new
17643         functions.
17644
17645 2001-05-03 [sergey]
17646
17647         * src/news.c: fixed a bug when no article can be fetched after
17648         server timeout if the connection was restored by news_post():
17649         (news_select_group): new function.
17650         (news_fetch_msg): call news_select_group() before fetching
17651         article.
17652         (news_get_uncached_articles): set session->group after successful
17653         GROUP command.
17654
17655 2001-05-03 [hoa]
17656
17657         * src/defs.h
17658         * src/procmsg.[ch]
17659         * src/procheader.c
17660                  changed version of cache, added cc field
17661
17662         * src/prefs_display_headers.c
17663                 the interface was changed
17664
17665         * src/prefs_headers.c
17666                 added cancel button
17667
17668 2001-05-03 [alfons]
17669
17670         * completed sync of sylpheed cvs2
17671         * src/gtkstext.c: updated row up / down cursor navigation
17672         * src/textview.c: re-edited, prepared for fixing the email address
17673                 scanner.
17674
17675 2001-05-03 [darko]
17676
17677         * src/prefs_common.c: use alfons' strftime ui code
17678         entry_datefmt and datefmt_sample widgets have to be
17679         global in this module because of this change
17680
17681 2001-05-03 [hoa]
17682
17683         * src/messageview.c
17684         * src/prefs_common.[ch] added option to activate the return receipt
17685                 feature.
17686
17687 2001-05-02 [alfons]
17688
17689         * src/gtkstext.c: fix for row up/down cursor navigation. 
17690
17691         0.4.66claws2
17692         
17693         * sync with 0.4.66cvs2
17694
17695 2001-05-02 [paul]
17696
17697         added add-sender-to-addressbook patch
17698
17699         * src/addressbook.c
17700         * src/addressbook.h
17701         * src/summaryview.c
17702
17703 2001-05-02 [sergey]
17704
17705         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17706         G_ALERTDISABLE.
17707
17708         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17709         all existing callers changed to pass FALSE; create a check button
17710         to disable the message.
17711         (alertpanel_message_with_disable): new function.
17712         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17713         (alertpanel_button_toggled): new function.
17714         (alertpanel_button_clicked, alertpanel_close): set value using
17715         G_ALERT_VALUE_MASK.
17716
17717         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17718
17719         * src/prefs_common.c (prefs_privacy_create): new check button
17720         checkbtn_gpgme_warning.
17721
17722         * src/main.c (main): moved preferences reading before gpgme
17723         initialization; check prefs_common.gpgme_warning before giving the
17724         GnuPG warning and set it to FALSE if the user wants to disable the
17725         warning.
17726
17727 2001-05-02 [hiroyuki]
17728
17729         * src/prefs_display_headers.c: modified the layout and some labels.
17730
17731 2001-05-02 [sergey]
17732
17733         * src/prefs_account.c (prefs_account_fix_size): new function.
17734         (prefs_account_create): call prefs_account_fix_size(); use
17735         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17736         size when the window is shown for the first time).
17737         (prefs_account_basic_create): changed layout of serv_table; moved
17738         localmbox_entry above smtpserv_entry (logically it replaces
17739         POP3/IMAP server).
17740         (prefs_account_protocol_activated): set sensitivity of
17741         nntpauth_chkbtn according to the protocol (in addition to
17742         hide/show); commented out gtk_table_set_row_spacing() calls.
17743         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17744         not sensitive (fixes a bug with disabled username/password boxes
17745         when editing POP3 account after NNTP with authentication).
17746
17747 2001-05-02 [hoa]
17748
17749         * src/account.c
17750         * src/inc.c
17751         * src/prefs_account.[ch]
17752         * src/send.c
17753                 removed local account without SMTP server
17754                 added option to use mail command instead of a connexion
17755                 to SMTP server when a local account is used
17756         * src/prefs_headers.c
17757                 fixed a bug
17758         * src/news.c
17759                 fixed a bug when connexion immediately closed
17760
17761 2001-05-01 [alfons]
17762
17763         0.4.66claws1
17764         
17765         * sync with 0.4.65
17766
17767 2001-05-01 [sergey]
17768
17769         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17770         widget nntpauth_chkbtn.
17771         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17772         visibility.
17773         (prefs_account_nntpauth_toggled): new function.
17774
17775         * src/news.c (news_session_new_for_folder): use NNTP
17776         authentication only if ac->use_nntp_auth is set.
17777
17778 2001-05-01 [hoa]
17779
17780         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17781         * src/prefs_display_headers.c changed the UI
17782         * src/prefs_headers.c changed account_name to account_id
17783         * src/compose.c using customheader.h
17784
17785 2001-05-01 [hiroyuki]
17786
17787         * src/esmtp.c
17788           src/news.c
17789           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17790           unsynched.
17791
17792 2001-05-01 [hoa]
17793
17794         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17795         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17796                 for displaying of headers
17797         * src/grouplist_dialog.[ch] minor changes to remove warnings
17798         * src/prefs_display_headers.[ch] dialog to choose the
17799         headers to display in the mail viewer.
17800         * src/headers.h correction of #define
17801         * src/headers_display.[ch] configuration for displaying of headers.
17802         * src/main.c read config of displaying of headers
17803         * src/prefs_common.c add a button to access the config dialog
17804                 for displaying of headers
17805         * src/prefs_display_headers.[ch] dialog for configuration for
17806                 displaying of the headers.
17807         * src/prefs_headers.c cleaning of code
17808         * src/procheader.c comments added to code
17809         * src/textview.c changes to reorder the headers depending
17810                 on the config for displaying of headers
17811
17812 2001-04-30 [alfons]
17813
17814         0.4.65claws7
17815
17816         * sync with 0.4.65cvs12
17817
17818         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17819
17820 2001-04-30 [sergey]
17821
17822         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17823
17824         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17825         is set to force reconnection after authentication failure.
17826         (nntp_gen_command): set sock->auth_failed on authentication
17827         failure, or if sock->userid and sock->passwd are not set.
17828
17829         * src/news.c (news_session_new_for_folder): set userid=NULL if
17830         password dialog is cancelled.
17831
17832 2001-04-30 [sergey]
17833
17834         * src/nntp.h (NNTPSockInfo): new type.
17835
17836         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17837         SockInfo.
17838         (nntp_open_auth, nntp_close): new functions.
17839         (nntp_gen_command): new function to handle authentication; all
17840         NNTP command functions updated to use it.
17841         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17842         (nntp_list): removed old useless code.
17843
17844         * src/news.h (NNTPSession): new field nntp_sock.
17845
17846         * src/news.c: all functions updated to use NNTPSockInfo instead of
17847         SockInfo.
17848         (news_session_new): new arguments (userid, passwd); made static;
17849         use nntp_open_auth() if needed.
17850         (news_session_destroy): use nntp_close() instead of sock_close().
17851         (news_query_password): changed arguments.
17852         (news_session_new_for_folder): new function.
17853         (news_session_get): use news_session_new_for_folder().
17854         (news_authenticate): deleted.
17855         (news_get_uncached_articles): removed old authentication code.
17856
17857 2001-04-30 [sergey]
17858
17859         * src/news.c: reverted my previous changes (need to do NNTP
17860         authentication in a cleaner way).
17861         
17862 2001-04-29 [sergey]
17863
17864         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17865         news_nntp_post, news_nntp_mode): new functions (wrappers with
17866         authentication support).
17867         (news_get_article_cmd, news_get_article, news_get_header): new
17868         argument "folder"; all callers changed.
17869         (news_get_article_cmd): added authentication support.
17870         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17871         (news_post): use news_nntp_post() instead of nntp_post().
17872         (news_get_uncached_articles): use news_nntp_group() instead of
17873         nntp_group() and news_nntp_xover() instead of nntp_xover();
17874         removed old authentication code.
17875         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17876
17877         * src/nntp.c (nntp_list): return real error code instead of
17878         hardcoded NN_ERROR.
17879
17880 2001-04-29 [sergey]
17881
17882         * configure.in: fixed wint_t typedef detection again
17883
17884 2001-04-28 [hoa]
17885
17886         * src/prefs_account.[ch], added A_LOCAL_CMD
17887                 (send mail with mail command)
17888         * src/send.c added function send_message_with_command()
17889         * src/inc.c made a more secure get_spool() function with
17890                 mktemp() but maybe mkstemp() or something more
17891                 secure can be used.
17892
17893 2001-04-28 [alfons]
17894
17895         * src/textview.c, colorization of email addresses in headers
17896
17897         0.4.65claws6
17898
17899         * bug sync with sylpheed
17900         * prefs_common.c: created date format ui for darko
17901         * sync with 0.4.65cvs11
17902         * configure.in: corrected to have the new gpg checks
17903
17904 2001-04-27 [alfons]
17905
17906         * completed sync with 0.4.65cvs10
17907         * minor debug things added to gtkstext.c
17908
17909 2001-04-27 [darko]
17910
17911         * configure.in: remove check for availability of
17912           strftime() as advised by Hiroyuki
17913         * src/prefs_common.[ch], src/procheader.c:
17914           synch strftime() code with Hiroyki's main branch
17915
17916 2001-04-26 [sergey]
17917
17918         * src/news.c: news_query_password(), news_authenticate(): new
17919           functions.
17920           news_get_uncached_articles(): added NNTP authentication
17921           handling.
17922         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17923           new functions.
17924         * src/prefs_account.c: prefs_account_protocol_activated():
17925           enable userid and password fields for NNTP.
17926
17927 2001-04-26
17928
17929         * configure.in: check for availability of strftime()
17930           [darko]
17931         * src/prefs_common.[ch], src/procheader.c: use
17932           strftime() for displaying date in summary pane if it
17933           is available
17934
17935 2001-04-25
17936
17937         * more .cvsignore cleanups [alfons]
17938
17939 2001-04-25
17940
17941         * ac/sv-check-type.m4: new autoconf macro.
17942         * configure.in: fixed wint_t typedef detection (did not work
17943           with gcc-2.96).
17944
17945 2001-04-25
17946
17947         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17948           [hiroyuki]
17949
17950 2001-04-24
17951         * modified gtkstext.c : buggy cursor navigation fixed, 
17952           and font descent also taken in account when drawing
17953           cursor. [alfons]
17954
17955 2001-04-24 [hoa]
17956         * added comments in src/news.c src/nntp.c
17957         * added src/prefs_headers.[ch]
17958         * added src/headers.[ch]
17959         * modified compose.c to activate custom headers
17960                 added function is_in_custom_headers
17961         * modified prefs_account.[ch]
17962                 added function prefs_account_customhdr_edit
17963         * modified src/defs.h :
17964                 added HEADERS_RC : name of the config file
17965                 for the custom headers
17966
17967 2001-04-24
17968
17969     0.4.65claws5
17970
17971         * configure.in
17972           src/gtkstext.[ch]
17973           src/compose.c
17974           src/Makefile.am
17975           
17976           added gtkstext with configure.in patch by Hiroyuki which
17977           should fix the XIM detection [alfons]
17978
17979         * more clean up of cvs [alfons]
17980
17981                  * removed all Makefile.in files to attic.
17982
17983                  * updated all .cvsignores to really ignore things that could
17984                    be unintentionally committed by a recursive commit.
17985
17986 2001-04-23 [hoa]
17987         * added src/grouplist_dialog.[ch]
17988         * changed src/folderview.c to call grouplist_dialog instead
17989                 of inputdialog
17990         * src/news.c :
17991                 added functions news_reset_group_list
17992                 and news_get_group_list
17993         * src/nntp.c :
17994                 added function nntp_list
17995         * src/defs.h :
17996                 added GROUPLIST_FILE : name of the newsgroup list cache file
17997
17998 2001-04-21
17999
18000         * added option to warn about queued messages on exit [sergey]:
18001
18002           * src/compose.c: compose_queue(): call folder_item_scan()
18003             and folderview_update_item() after queueing.
18004           * src/folderview.c: folderview_update_node(): draw the queue
18005             folder in bold font if there are queued messages.
18006           * src/mainwindow.c: queued_messages(): new function.
18007             app_exit_cb(): display warning if there are queued messages
18008             if warn_queued_on_exit is set.
18009           * prefs_common.[ch]: add warn_queued_on_exit option.
18010
18011         * enhanced GnuPG key selection support [sergey]:
18012
18013           * src/select-keys.c: updated to newer version from Win32
18014             branch with support for selecting arbitrary keys.
18015           * src/prefs_account.c: added the Privacy tab to the account
18016             options window.
18017             prefs_account_privacy_create(),
18018             prefs_account_sign_key_set_data_from_radiobtn(),
18019             prefs_account_sign_key_set_radiobtn(): new functions.
18020           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18021           * src/rfc2015.c: set_signers(): new function.
18022             pgp_sign(): add the account parameter, call set_signers().
18023             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18024           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18025           * src/compose.c: pass the current account to rfc2015_sign().
18026
18027         * tag name claws added to prevent confusion with main branch [alfons]
18028
18029         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18030
18031         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18032
18033         * sync with recent sylpheed cvs. Untested though. [alfons]
18034