f8e63eecb9cdf08a6c8c4e69eaac6ac35faa4374
[claws.git] / ChangeLog.claws
1 2003-08-16 [paul]       0.9.4claws25
2
3         * src/plugins/clamav/clamav_plugin.c
4                 reword a debug_print
5                 
6         * src/plugins/dillo_viewer/dillo_prefs.c
7                 cosmetic: change the labels' text, add tooltips, and
8                 left-align the hint
9
10 2003-08-15 [christoph]  0.9.4claws24
11
12         * src/news.c
13                 complete last change (forgot some changes)
14
15 2003-08-15 [christoph]  0.9.4claws23
16
17         * src/news.c
18                 o check number of messages and don't return a 0 message
19                   when no messages are available
20                 o don't parse xref header anymore
21
22         (closes Bug 203 I'm not getting any news)
23
24 2003-08-15 [paul]       0.9.4claws22
25
26         * src/common/defs.h
27           src/crash.c
28                 update and define claws bugzilla location
29
30 2003-08-15 [paul]       0.9.4claws21
31
32         * po/ru.po
33                 update submitted by Ruslan N. Balkin
34
35 2003-08-14 [christoph]  0.9.4claws20
36
37         * src/procmsg.c
38                 fix search for oldest node in subject threading
39
40 2003-08-14 [christoph]  0.9.4claws19
41
42         * src/procmsg.c
43         * src/common/utils.h
44                 add possibility to check all nodes with the same subject for
45                 subject threading, not only the oldest node. Should not break
46                 threads anymore if the oldest node is thread_by_subject_max_age
47                 days older then parent, because it can now find a child of
48                 oldest node as new parent.
49
50 2003-08-11 [christoph]  0.9.4claws18
51
52         * src/plugins/spamassassin/spamassassin.c
53                 run spam check in background process
54
55 2003-08-10 [alfons]     0.9.4claws17
56
57         * src/summaryview.c
58                 make `Select All' sensitive too
59
60 2003-08-10 [christoph]  0.9.4claws16
61
62         * src/imap.c
63                 add more checks in imap_close
64
65 2003-08-09 [alfons]     0.9.4claws15
66
67         * src/prefs_spelling.c
68                 no spell checking UI if not requested
69
70 2003-08-09 [alfons]     0.9.4claws14
71
72         * src/gtk/prefswindow.c
73                 make it compile
74
75 2003-08-09 [christoph]  0.9.4claws13
76
77         * src/prefs_spelling.c
78         * src/gtk/prefswindow.[ch]
79         * src/plugins/clamav/clamav_plugin_gtk.c
80         * src/plugins/spamassassin/spamassassin_gtk.c
81                 sort prefs pages by heighest weight in tree
82
83 2003-08-09 [paul]       0.9.4claws12
84
85         * sync with 0.9.4cvs6
86                 see ChangeLog 2003-08-07
87                 
88         * AUTHORS
89                 add Leandro and Luke to claws-branch section
90
91 2003-08-09 [christoph]  0.9.4claws11
92
93         * src/gtk/Makefile.am
94         * src/gtk/colorsel.[ch]                 ** NEW **
95                 create a color selection dialog that can be used as a simple
96                 function call with it's own gtk main loop like filesel.[ch]
97
98         * src/Makefile.am
99         * src/main.c
100         * src/prefs_common.c
101         * src/prefs_spelling.[ch]               ** NEW **
102         * src/prefs_spelling.glade              ** NEW **
103         * src/gtk/gtkutils.[ch]
104                 move "Spell Checker" prefs to new prefs dialog
105
106         * src/prefs_folder_item.c
107                 use new colorsel dialog
108
109 2003-08-08 [paul]       0.9.4claws10
110
111         * src/inc.c
112                 clear the progress bar unconditionally
113
114 2003-08-08 [paul]       0.9.4claws9
115
116         * sync with 0.9.4cvs4
117                 see ChangeLog 2003-07-31
118
119 2003-08-07 [christoph]  0.9.4claws8
120
121         * configure.ac
122                 fix bug in image viewer plugin part
123
124         * src/imap.c
125                 don't execute close command if the folder item is not selected
126
127 2003-08-07 [hoa]        0.9.4claws7
128
129         * src/filtering.[ch]
130         * src/matcher_parser.h
131         * src/matcher_parser_parse.y
132                 can define several actions for each filtering rule
133                 can import old versions of filtering rules
134
135         * src/prefs_filtering.c
136                 call to a new dialog box to define actions
137
138         * src/prefs_filtering_action.[ch]
139                 dialog box to define actions for filtering rules
140
141 2003-08-06 [christoph]  0.9.4claws6
142
143         * src/imap.c
144                 make sure source folder is selected when copying messages
145
146 2003-08-06 [christoph]  0.9.4claws5
147
148         * sync with 0.9.4cvs2
149                 see ChangeLog 2003-07-29                
150
151 2003-08-05 [paul]       0.9.4claws4
152
153         * sync with 0.9.4cvs3
154                 see ChangeLog 2003-07-30
155
156 2003-08-04 [match]      0.9.4claws3
157
158         * po/POTFILES.in
159                 export of LDIF files.
160
161 2003-08-04 [match]      0.9.4claws2
162
163         * src/ldif.[ch]
164                 support for export LDIF. documented.
165         * src/importldif.[ch]
166         * src/exportldif.[ch]
167                 add tooltips. documented.
168         * src/exphtmldlg.[ch]
169         * src/common/xmlprops.[ch]
170                 documented.
171         * src/exportldif.[ch]                   ** NEW **
172         * src/expldifdlg.[ch]                   ** NEW **
173         * src/addressbook.[ch]
174         * src/Makefile.am
175                 export of LDIF files.
176                 documented.
177
178 2003-08-04 [christoph]  0.9.4claws1
179
180         * .cvsignore
181         * Makefile.am
182         * configure.ac
183         * sylpheed-claws.pc.in                  ** NEW **
184         * src/Makefile.am
185         * src/common/Makefile.am
186         * src/gtk/Makefile.am
187                 install sylpheed header files in $(pkgincludedir) and create a
188                 pkg-config file to allow building a plugin without the source
189                 package
190
191 2003-08-04 [paul]       0.9.4claws
192
193         * version 0.9.4claws
194
195 2003-08-04 [paul]       0.9.3claws97
196
197         * po/es.po
198                 update Spanish translation. Submitted by Ricardo
199                 Mones Lastra.
200
201 2003-08-03 [paul]       0.9.3claws96
202
203         * po/hr.po
204           po/sr.po
205                 update Croatian and Serbian translations. Submitted by
206                 Dragan and Urke MMI respectively
207
208 2003-08-03 [alfons]     0.9.3claws95
209
210         * src/summaryview.c
211                 mark flag has precedence over important flag - seems
212                 to have been changed in sync of 0.9.3claws45. this fixes
213                 a regression where messages that were scored as important
214                 don't show their mark flags. (using the same column for
215                 both importance as mark flags is the real problem
216                 ofcourse)
217
218 2003-08-03 [melvin]     0.9.3claws94
219
220         * po/fr.po
221                 Updated French translations.
222
223 2003-08-03 [melvin]     0.9.3claws93
224
225         * src/Makefile.am
226                 Fixed typo introduced after 0.9.3claws92 
227                 that prevented compilation
228                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
229                 CPPFLAGS and YFLAGS to allow user setting these.
230         * src/common/Makefile.am
231         * src/gtk/Makefile.am
232         * src/plugins/clamav/Makefile.am
233         * src/plugins/demo/Makefile.am
234         * src/plugins/dillo_viewer/Makefile.am
235         * src/plugins/image_viewer/Makefile.am
236         * src/plugins/mathml_viewer/Makefile.am
237         * src/plugins/spamassassin/Makefile.am
238         * src/plugins/trayicon/Makefile.am
239         * src/plugins/trayicon/libeggtrayicon/Makefile.am
240                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
241                 CPPFLAGS and YFLAGS to allow user setting these.
242
243 2003-08-02 [christoph]  0.9.3claws92
244
245         * configure.ac
246                 o rearrange plugin tests
247                 o add test for clamav.h to ClamAV tests
248
249 2003-08-02 [luke]       0.9.3claws91
250
251         * src/mimeview.c
252                 o fixed appearance of icon list when toggling back from the 
253                   ctree
254                 o toggling of icons using the keyboard works correctly
255                 o fixed all other keyboard shortcuts to work when icons are
256                   active
257         
258         * src/messageview.c
259                 o fixed bug 4 - focus lost when changing messageview view type
260
261 2003-08-02 [christoph]  0.9.3claws90
262
263         * src/common/hooks.c
264                 fix crash when pointer stored in hash table could get invalid
265                 when a plugin is unloaded
266
267 2003-08-01 [christoph]  0.9.3claws89
268
269         * configure.ac
270                 o try to build all plugins (except spamassassin) by default
271                 o don't build a plugin if a dependency check fails
272
273         * src/common/hooks.c
274                 fix warning
275
276 2003-08-01 [match]      0.9.3claws88
277
278         * src/importldif.c
279                 allow single click field selection. document code.
280
281 2003-08-01 [christoph]  0.9.3claws87
282
283         * src/plugins/clamav/clamav_plugin.c
284         * src/plugins/clamav/clamav_plugin_gtk.c
285         * src/plugins/dillo_viewer/dillo_viewer.c
286         * src/plugins/image_viewer/plugin.c
287         * src/plugins/mathml_viewer/mathml_viewer.c
288         * src/plugins/spamassassin/spamassassin.c
289         * src/plugins/spamassassin/spamassassin_gtk.c
290         * src/plugins/trayicon/trayicon.c
291                 add version check to all plugins
292
293 2003-08-01 [hoa]        0.9.3claws86
294
295         * src/prefs_filtering.c
296                 fixed a cosmetic bug, during creation of dialog box,
297                 wrong widgets were shown after creation.
298
299 2003-08-01 [luke]       0.9.3claws85
300
301         * src/mainwindow.c
302                 o fixed visibility of icons/mimeview after toggling separate
303                   message/folder view (factored out some similar code too).
304
305
306 2003-07-31 [alfons]     0.9.3claws84
307
308         * src/mimeview.c
309                 tweak icon box UI a bit more, now allowing right-clicks actions
310                 getting the relevant mime data too; should fix #250, "Can't save 
311                 attachments sometimes".
312
313 2003-07-30 [alfons]     0.9.3claws83
314
315         * src/compose.c
316                 don't do auto-save-draft inside key press handler, but rather
317                 schedule it half of a second later; should fix #67, "autosave 
318                 make re-rediting message crazy"
319
320 2003-07-30 [christoph]  0.9.3claws82
321
322         * src/plugins/trayicon/trayicon.c
323                 process pending events before unloading the plugin
324
325         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
326
327 2003-07-30 [alfons]     0.9.3claws81
328
329         * src/common/hooks.c
330                 parameter 2 of g_hook_destroy() should really be a hook id
331
332 2003-07-30 [alfons]     0.9.3claws80
333
334         * src/common/plugin.c
335                 fix a possibly harmful function signature mismatch 
336                 for plugin_done
337
338 2003-07-30 [alfons]     0.9.3claws79
339
340         * src/common/hooks[.ch]
341                 const correctness
342
343 2003-07-30 [darko]      0.9.3claws78
344
345         * src/summaryview.c
346                 make it compile again
347
348 2003-07-30 [luke]       0.9.3claws77
349
350         * src/crash.c
351         * src/main.c
352                 o added/moved signal handlers for SIGTERM (normal kill command) 
353                   and SIGINT (ctl-c) to be used even without 
354                   --enable-crash-dialog, fixing bug 166
355
356         * src/summaryview.c
357                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
358                   bug 227
359
360         * src/mainwindow.c
361                 o changed sensitivity condition for 'Next new' and 'Next 
362                   unread', fixing bug 8
363
364 2003-07-29 [alfons]     0.9.3claws76
365
366         * src/common/utils.[ch]
367                 add generate_msgid()
368         * src/messageview.c
369                 save ack'ed RRR; fixes #205, "return receipt is not saved in
370                 sent folder".
371
372 2003-07-29 [alfons]     0.9.3claws75
373
374         * src/messageview.c
375                 fix a memleak (claws-only)
376
377 2003-07-29 [alfons]     0.9.3claws74
378
379         * src/mimeview.[ch]
380         * src/gtk/gtkvscrollbutton.[ch]
381                 fix UI glitch where mime icon toolbox' scroll position is not 
382                 reset after switching to another message
383                 
384
385 2003-07-29 [paul]       0.9.3claws73
386
387         * src/prefs_folder_item.c
388                 split the prefs into 2 separate pages
389
390 2003-07-29 [paul]       0.9.3claws72
391
392         * src/compose.c
393                 prepend "\n\n" to a signature without a separator too
394
395 2003-07-29 [paul]       0.9.3claws71
396
397         * src/compose.c
398                 fix bug where changing to an account without an auto-sig
399                 from an initial account without an auto-sig would insert 
400                 2 blank lines at the cursor point
401                 fix bug where changing to an account with an auto-sig
402                 from an initial account without an auto-sig would insert
403                 the sig at the cursor point
404
405 2003-07-29 [paul]       0.9.3claws70
406
407         * src/folderview.c
408                 use the colour from the folder pref unless the folder
409                 has new messages
410
411 2003-07-29 [alfons]     0.9.3claws69
412
413         * src/procmsg.[ch]
414         * src/messageview.c
415         * src/procheader.c
416                 rewrite return receipt request work a little bit (the former 
417                 implementation presumably depended too much on the UI setting
418                 flags). (we're losing the old pending flag.) 
419
420 2003-07-28 [christoph]  0.9.3claws68
421
422         * src/folder.c
423         * src/imap.c
424         * src/mh.c
425         * src/procmsg.[ch]
426                 fix copy to IMAP folder from other folder
427
428 2003-07-28 [christoph]  0.9.3claws67
429
430         * src/procmsg.c
431                 fix sync of procmsg_get_message_file_list
432
433 2003-07-28 [christoph]  0.9.3claws66
434
435         * sync with 0.9.3cvs14
436                 see ChangeLog 2003-07-18
437         * sync with 0.9.3cvs17
438                 see ChangeLog 2003-07-23
439
440         (closes Bug 234 segmentation fault after sending out mail via
441          smtp(auth))
442
443 2003-07-28 [paul]       0.9.3claws65
444
445         * po/es.po
446                 update Spanish translation, submitted by Ricardo Mones
447                 Lastra
448
449 2003-07-28 [christoph]  0.9.3claws64
450
451         * src/folder.[ch]
452         * src/imap.c
453         * src/mh.c
454                 return new message numbers as a GRelation instead of a GSList
455                 that has to be in the same order as the input list. A list
456                 would make it hard for IMAP to optimize oepration by sorting
457                 the input list. The returned list would have to be reordered
458                 to match the same order that input list has.
459
460         * src/gtk/gtkaspell.c
461                 fix missing return value, could cause a crash when garbage is
462                 on the stack that is used as the expected return value
463
464 2003-07-28 [paul]       0.9.3claws63
465
466         * sync with 0.9.4cvs1
467                 see ChangeLog 2003-07-28
468
469 2003-07-27 [alfons]     0.9.3claws62
470
471         * src/mimeview.c
472                 tweak it more to make icon list act like a check button group
473
474 2003-07-27 [christoph]  0.9.3claws61
475
476         * sync with 0.9.3cvs20
477                 see ChangeLog 2003-07-25
478
479 2003-07-27 [paul]       0.9.3claws60
480
481         * src/procmsg.c
482                 re-commit changes from 0.9.3claws58 -
483                 accidently removed in 0.9.3claws59
484
485 2003-07-27 [paul]       0.9.3claws59
486
487         * src/procmsg.[ch]
488                 a sync from 0.9.3cvs17
489                 see ChangeLog 2003-07-23
490
491 2003-07-27 [alfons]     0.9.3claws58
492
493         * src/procmsg.c
494                 add missing header members to MsgInfo; fixes the problem of 
495                 not displaying X-Faces, as noticed by Ricardo Mones
496
497 2003-07-26 [christoph]  0.9.3claws57
498
499         * sync with 0.9.3cvs18
500                 see ChangeLog 2003-07-24
501
502 2003-07-26 [christoph]  0.9.3claws56
503
504         * sync with 0.9.3cvs17
505                 see ChangeLog 2003-07-23
506
507 2003-07-26 [christoph]  0.9.3claws55
508
509         * src/folder.[ch]
510         * src/imap.c
511         * src/mbox_folder.c
512         * src/mh.c
513         * src/news.c
514                 add support for copy function that copy multiple messages
515                 (not implemented yet)
516
517         * src/summaryview.c
518                 add missing return value
519
520 2003-07-26 [paul]       0.9.3claws54
521
522         * tools/multiwebsearch.pl
523                 do whitespace substitution before passing the string
524                 to the browser. fixes bug with browsers that don't
525                 do whitespace conversion themselves.
526
527 2003-07-25 [christoph]  0.9.3claws53
528
529         * src/folder.[ch]
530         * src/imap.c
531         * src/mh.c
532                 rewrite adding of multiple messages to a folder for
533                 claws' folder system
534
535 2003-07-25 [luke]       0.9.3claws52
536
537         * src/mimeview.c
538                 o icon toggles set correctly on leaving ctree mimeview
539
540 2003-07-25 [paul]       0.9.3claws51
541
542         * partial sync with 0.9.3cvs21 [src/main.c]
543                 see ChangeLog 2003-07-25
544
545 2003-07-24 [paul]       0.9.3claws50
546
547         * tools/maildir2sylpheed.pl
548                 fix typo
549
550 2003-07-24 [paul]       0.9.3claws49
551
552         * src/mimeview.c
553                 increase the gutter size of paned so that the panes
554                 can be resized
555                 
556         * src/plugins/demo/demo.c
557                 squeeze in another typo fix
558
559 2003-07-24 [paul]       0.9.3claws48
560
561         * src/plugins/demo/demo.c
562           src/prefs_account.c
563                 small changes to the English
564                 
565         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
566           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
567           src/Makefile.am
568           src/stock_pixmap.c
569                 rename the misspelled icon
570
571 2003-07-23 [alfons]     0.9.3claws47
572
573         * src/mimeview.c
574                 make icon list look like a list of toggles
575
576 2003-07-23 [luke]       0.9.3claws46
577
578         * src/pixmaps/mimeview_gpg_expired.xpm
579         * src/pixmaps/mimeview_gpg_failed.xpm
580         * src/pixmaps/mimeview_gpg_passed.xpm
581         * src/pixmaps/mimeview_text_html.xpm
582         * src/pixmaps/mimeview_image.xpm
583                 o all icons the same size
584
585         * src/mimeview.[ch]
586                 o mimeview ctree arranged vertically above the viewer
587                 o icons changed to buttons
588                 o can use keyboard to select an icon (Enter)
589                 o resize icon list to width of icons
590
591         *  src/gtk/gtkvscrollbutton.c
592                 o sensitivity of buttons reacts to position
593
594 2003-07-23 [christoph]  0.9.3claws45
595
596         * sync with 0.9.3cvs14 (incomplete)
597                 see ChangeLog 2003-07-17
598
599 2003-07-23 [alfons]     0.9.3claws44
600
601         * src/folder.c
602         * src/procmsg.h
603                 sync with my local tree to restore some claws-only things
604
605 2003-07-23 [paul]       0.9.3claws43
606
607         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
608           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
609           src/Makefile.am
610           src/mimeview.c
611           src/procmime.h
612           src/rfc2015.c
613           src/stock_pixmap.[ch]
614                 indicate missing keys and expired sigs/keys
615                 in mime view column
616
617 2003-07-23 [paul]       0.9.3claws42
618
619         * src/compose.c
620                 Redirect fixes: enable automatic account selection and
621                 do not append signature to message on changing account
622                 fixes Bug[s] #248
623
624 2003-07-23 [paul]       0.9.3claws41
625
626         * sync with 0.9.3cvs16
627                 see ChangeLog 2003-07-23
628
629 2003-07-23 [alfons]     0.9.3claws40
630
631         * src/inc.c
632                 give progress dialog a main window, and give it the first 
633                 one (presumably the only one). fixes bug #247, "segfault on 
634                 pop-before-smtp" 
635
636 2003-07-22 [alfons]     0.9.3claws39
637
638         * src/summaryview.c
639                 shift-space scrolls up
640
641 2003-07-22 [paul]       0.9.3claws38
642
643         * sync with 0.9.3cvs15
644                 see ChangeLog 2003-07-22
645
646 2003-07-20 [alfons]     0.9.3claws37
647
648         * src/compose.c
649                 put menu inside #ifdef USE_ASPELL..#endif
650
651 2003-07-20 [christoph]  0.9.3claws36
652
653         * src/procmsg.c
654                 fix wrong flags in MsgInfo returned by
655                 procmsg_msginfo_get_full_info()
656
657         (closes Bug 221 Deleting messages from the Message View gives incorrect
658          new/unread message counts in the folder view)
659
660         * src/plugins/spamassassin/spamassassin_gtk.c
661                 add gettext macro for prefs page title
662
663 2003-07-20 [paul]       0.9.3claws35
664
665         * src/mimeview.c
666                 redraw icon list on signature check
667
668 2003-07-20 [christoph]  0.9.3claws34
669
670         * src/Makefile.am
671         * src/account.c
672         * src/folder.[ch]
673         * src/folder_item_prefs.[ch]            ** NEW **
674         * src/folderview.c
675         * src/mainwindow.c
676         * src/mh.c
677         * src/prefs_gtk.c
678         * src/prefs_scoring.c
679         * src/summaryview.c
680         * src/prefs_folder_item.[ch]
681                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
682                   Properties dialog
683                 o use prefswindow for folder properties
684
685         * src/gtk/prefswindow.[ch]
686                 change implementation to use an invisible notebook instead
687                 of unparenting widgets
688
689 2003-07-20 [christoph]  0.9.3claws33
690
691         * src/compose.h
692         * src/folder.c
693         * src/folderview.h
694         * src/headerview.h
695         * src/prefs_filtering.h
696         * src/prefs_folder_item.[ch]
697         * src/procmime.h
698         * src/procmsg.h
699         * src/summaryview.h
700                 clean up header mess
701                 (always use 1. typedefs, 2. #includes, 3. structures)
702
703         * src/common/version.h.in
704                 add casts for constants
705
706         * src/plugins/demo/demo.c
707                 fix typo
708
709         * src/plugins/spamassassin/spamassassin.c
710                 remove unused variable
711
712 2003-07-20 [alfons]     0.9.3claws32
713
714         * src/mimeview.c
715                 o make icon buttons respond on left click
716                 o minor cosmetic change
717
718 2003-07-19 [luke]       0.9.3claws31
719
720         * src/mimeview.[ch]
721         * src/gtk/gtkvscrollbutton.c
722         * src/messageview.c
723                 o improved mimeview behaviour when selecting a new message
724                 o plus code cleanups to remove compile warnings
725
726
727 2003-07-19 [alfons]     0.9.3claws30
728
729         * src/procmsg.c
730         * src/compose.c
731         * src/common/utils.[ch]
732                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
733
734 2003-07-19 [alfons]     0.9.3claws29
735
736         * src/prefs_folder_item.c
737                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
738                 string pointers
739
740 2003-07-19 [luke]       0.9.3claws28
741
742         * src/messageview.c
743         * src/mimeview.[ch]
744         * src/procmime.h
745         * src/rfc2015.c
746         * src/stock_pixmap.[ch]
747         * src/gtk/Makefile.am
748         * src/Makefile.am
749         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
750         * src/pixmaps/mime_*.xpm                ** NEW **
751                 o mimeview rearrangement with a new icon shortcut bar
752
753 2003-07-19 [alfons]     0.9.3claws27
754
755         * src/folderview.c
756                 o plug leaking nodes_to_recollapse
757                 o add folderview_recollapse_all_nodes() (not used yet)
758
759 2003-07-19 [alfons]     0.9.3claws26
760
761         * src/compose.c
762         * src/common/utils.c
763                 honour #240 "Better SUBJECT handling" by cleaning the prefix
764                 for both forwarding as replying
765
766 2003-07-18 [christoph]  0.9.3claws25
767
768         * configure.ac
769         * src/common/sylpheed.[ch]
770         * src/common/version.h.in
771                 add version in numeric form to allow easy comparison
772
773         * src/plugins/demo/demo.c
774                 add version check
775                 - sylpheed version > plugin version => never allowed, sylpheed
776                   could contain unknown API changes
777                 - sylpheed version < minimum version required => don't load,
778                   API required not available (if linking does not fail)
779
780 2003-07-18 [alfons]     0.9.3claws24
781         
782         * src/common/plugin.[ch]
783                 const correctness
784
785 2003-07-18 [christoph]  0.9.3claws23
786
787         * src/common/hooks.c
788                 fix crash when hooks where unregisted
789
790         * src/plugins/trayicon/trayicon.c
791                 unregister detroy signal before destroying the widget
792                 (still crashes when the plugin is unloaded)
793
794 2003-07-18 [alfons]     0.9.3claws22
795         
796         * src/folderview.c
797                 delay expanding folder tree during drags until timeout triggered
798                 (needs perhaps some tweaking, so testing is welcome)
799
800 2003-07-17 [alfons]     0.9.3claws21
801
802         * src/folderview.c
803                 clean up cruft
804
805 2003-07-17 [christoph]  0.9.3claws20
806
807         * src/common/session.c
808                 fix opening of SSL connections
809
810         * src/plugins/image_viewer/Makefile.am
811                 add OPENSSL_CFLAGS (we should find a better solution to remove
812                 this dependencies if they are not required)
813
814         * src/plugins/spamassassin/spamassassin.c
815                 remove setlocale workaround (fixed in libspamc)
816
817         (closes Bug Bug 184 Entering non-ascii character deletes previous char
818          if spell checking enabled)
819
820 2003-07-17 [alfons]     0.9.3claws19
821
822         * src/common/hooks.[ch]
823         * src/plugins/clamav/clamav_plugin.c
824         * src/plugins/spamassassin/spamassassin.c
825         * src/plugins/trayicon/trayicon.c
826                 fix signedness muck 
827
828 2003-07-17 [alfons]     0.9.3claws18
829
830         * src/procmime.c
831                 plug memleak
832
833 2003-07-17 [alfons]     0.9.3claws17
834
835         * src/inc.c
836                 plug memleak
837
838 2003-07-17 [paul]       0.9.3claws16
839
840         * src/common/defs.h
841           src/mainwindow.c
842           src/manual.[ch]
843                 add link to the Claws site's FAQ page, after the suggestion
844                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
845                 Move url strings to defs.h
846                 
847         * src/mainwindow.c
848                 fix typo to prevent "unknown menu entry" warnings
849
850 2003-07-17 [alfons]     0.9.3claws15
851
852         * src/folderview.[ch]
853         * src/summaryview.[ch]
854         * src/mimeview.[ch]
855                 plug DnD leaks 
856
857 2003-07-17 [paul]       0.9.3claws14
858
859         * src/inc.c
860                 remove two instances of 'GTK_EVENTS_FLUSH' because
861                 they are unnecessary and probably cause a stack overflow
862
863 2003-07-16 [christoph]  0.9.3claws13
864
865         * src/mimeview.[ch]
866                 use an invisible GTK notebook to switch between viewers
867                 instead of reparenting widgets
868
869 2003-07-16 [christoph]  0.9.3claws12
870
871         * src/folder.c
872                 move folder_item_update_freeze() to correct place in
873                 folder_item_scan_full()
874
875 2003-07-16 [paul]       0.9.3claws11
876
877         * sync with 0.9.3cvs12
878                 see ChangeLog 2003-07-14 and 2003-07-15
879
880 2003-07-16 [christoph]  0.9.3claws10
881
882         * src/imap.[ch]
883         * src/prefs_account.[ch]
884                 sync IMAP CRAM-MD5 authentication with sylpheed-main
885
886 2003-07-15 [alfons]     0.9.3claws9
887
888         * src/main.c
889                 make --config-dir do something useful
890
891 2003-07-15 [alfons]     0.9.3claws8
892
893         * src/procmsg.c
894                 o fix a bug where 'last' didn't really point to the last message
895                   in the top level list of children, but to the last threaded
896                   message. 
897                 
898                 o clean up and make it easier to sync
899
900 2003-07-15 [alfons]     0.9.3claws7
901
902         * src/mainwindow.c
903                 make correct menu items sensitive       
904
905 2003-07-14 [alfons]     0.9.3claws6
906
907         * src/procmsg.c
908                 tune the threader so it will not subject-thread any message
909                 without a subject prefix (this will not thread correctly if 
910                 a parent is delivered after their childs, but it looks 
911                 better right now)
912
913 2003-07-13 [christoph]  0.9.3claws5
914
915         * src/mainwindow.c
916                 group "Add mailbox *..." menu items in submenu
917
918 2003-07-13 [alfons]     0.9.3claws4
919
920         * src/summaryview.c
921                 correct summary_toggle_pressed() signature and make sure
922                 signal is not passed on
923
924 2003-07-13 [alfons]     0.9.3claws3
925
926         * src/summaryview.c
927                 o for now don't pass on keys when they we're handled by 
928                   ctree::key_press_event
929                 o clean up
930
931 2003-07-13 [alfons]     0.9.3claws2
932         
933         * src/main.c
934                 add command line option "--config-dir" to get the current 
935                 configuration dir
936
937 2003-07-12 [alfons]     0.9.3claws1
938
939         * src/matcher.[ch]
940         * src/matcher_parser_parse.y
941         * src/prefs_filtering.c
942         * src/filtering.c
943                 add "Lock" filter action to lock messages;
944
945         * src/filtering.c       
946                 remove debug_print()    
947         * src/prefs_filtering.c
948                 re-organize matcher part 9: 
949                 make action text entries easily extendible;
950                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
951                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
952
953 2003-07-12 [paul]
954
955         * tools/README
956                 update old information and add missing
957                 information
958
959 2003-07-12 [paul]       0.9.3claws
960
961         * 0.9.3claws released
962         
963 2003-07-12 [paul]       0.9.0claws103
964
965         * src/Makefile.am
966                 add addrquery.h
967
968 2003-07-12 [melvin]     0.9.0claws102
969
970         * src/messageview.c
971                 Fixed bug #215: Show MIME tab for single text/html messages. 
972                 
973 2003-07-12 [paul]       0.9.0claws101
974
975         * man/sylpheed.1
976                 updated
977
978 2003-07-12 [paul]       0.9.0claws100
979
980         * po/es.po
981           po/hr.po
982           po/pl.po
983           po/sr.po
984                 update Spanish, Croatian, Polish, Serbian translations.
985                 submitted by Ricardo Mones Lastra, Dragan, Witold
986                 Wladyslaw Wojciech Wilk, Urke MMI
987
988 2003-07-12 [melvin]     0.9.0claws99
989
990         * po/fr.po
991                 Updated French translations.
992
993 2003-07-12 [paul]       0.9.0claws98
994
995         * src/addressbook.c
996                 disable 'Lookup' button as it has no effect
997
998 2003-07-11 [alfons]     0.9.0claws97
999         
1000         * src/summaryview.c
1001                 summary_searchbar_pressed() should return TRUE to signal that
1002                 event was handled. when returning void, the return value passed
1003                 to GTK is actually random, but maybe FALSE, in which case the
1004                 event is handled by parent
1005                 
1006 2003-07-10 [paul]       0.9.0claws96
1007
1008         * ac/missing/gettext.m4
1009                 update to version 0.12
1010
1011 2003-07-10 [paul]       0.9.0claws95
1012
1013         * src/plugins/clamav/clamav_plugin.c
1014                 fix bug where multipart/alternative messages
1015                 would slip through without being scanned
1016
1017 2003-07-10 [christoph]  0.9.0claws94
1018
1019         * src/folder.c
1020                 correct check if folder supports removing when a message is
1021                 moved. if not the message is only copied.
1022
1023         (closes Bug 132 crash on startup in newsgroups folders)
1024
1025 2003-07-09 [alfons]     0.9.0claws93
1026
1027         * configure.ac
1028         * src/common/defs.h
1029                 --with-config-dir (default .sylpheed)
1030
1031 2003-07-09 [christoph]  0.9.0claws92
1032
1033         * configure.ac
1034                 use PKG_CHECK_MODULES to check for gtkmathview
1035                 (version 0.4.2 now required)
1036
1037 2003-07-08 [melvin]     0.9.0claws91
1038
1039         * src/action.c
1040                 Implemented a progress bar that counts the number of completed
1041                 tasks when the action runs more than one command.
1042
1043 2003-07-08 [alfons]     0.9.0claws90
1044
1045         * src/procmsg.c
1046                 if queued message has an invalid Message-Id, don't try to
1047                 find message it refers to (fixes #209 "crash when processing 
1048                 in folder")
1049
1050 2003-07-08 [paul]       0.9.0claws89
1051
1052         * sync with 0.9.3cvs2
1053                 see ChangeLog 2003-07-08
1054
1055 2003-07-08 [match]      0.9.0claws88
1056
1057         * src/ldapctrl.c
1058                 extend LDAP search for first/last name by parsing search term.
1059
1060 2003-07-08 [alfons]     0.9.0claws87
1061
1062         * src/send_message.c
1063                 fix bug #208 "Status message stuck when sending on POP3 account"
1064
1065 2003-07-07 [paul]       0.9.0claws86
1066
1067         * po/hr.po
1068                 new Croatian translation, submitted by
1069                 Dragan <drleskov@inet.hr>
1070
1071 2003-07-07 [paul]       0.9.0claws85
1072
1073         * sync with 0.9.3cvs1
1074                 see ChangeLog 2003-07-07
1075
1076 2003-07-05 [christoph]  0.9.0claws84
1077
1078         * src/Makefile.am
1079         * src/messageview.c
1080         * src/mimeview.[ch]
1081         * src/stock_pixmap.[ch]
1082         * src/pixmaps/messageview_text.xpm              ** NEW **
1083                 move mimeview tabs to the right side and use icons
1084                 instead of text to save some space
1085
1086         (patch by Luke Plant <lukeplant@softhome.net>)
1087
1088 2003-07-05 [christoph]  0.9.0claws83
1089
1090         * src/inc.c
1091                 add NULL pointer checks
1092
1093         (patch by Luke Plant <lukeplant@softhome.net>)
1094         (closes Bug 204 0.9.0 quits on authentication error?!)
1095
1096 2003-07-05 [alfons]     0.9.0claws82
1097
1098         * configure.ac
1099                 take the clue in bug #202 "./configure script - 
1100                 'if test' comparison failure" reported by John Kristoff. 
1101
1102 2003-07-04 [christoph]  0.9.0claws81
1103
1104         * src/plugins/spamassassin/spamassassin.c
1105                 set timeout for spam check
1106
1107 2003-07-04 [christoph]  0.9.0claws80
1108
1109         * src/main.c
1110                 destroy all FolderItems when shutting down to
1111                 allow folders to clean up
1112
1113 2003-07-04 [melvin]     0.9.0claws79
1114
1115         * src/gtk/gtkaspell.c
1116                 Fixed bug #184 "Entering non-ascii character deletes
1117                 previous char if spell checking enabled": this makes
1118                 the spell checking in multibytes (e.g. UTF-8)locales work.
1119                 (Patch by Luke Plant).
1120                 
1121 2003-07-04 [christoph]  0.9.0claws78
1122
1123         * sync with 0.9.2cvs1
1124                 see ChangeLog 2003-06-10
1125
1126 2003-07-04 [paul]       0.9.0claws77
1127
1128         * sync with 0.9.3 release
1129                 see ChangeLog 2003-07-04
1130
1131 2003-07-03 [christoph]  0.9.0claws76
1132
1133         * src/folder.[ch]
1134         * src/imap.c
1135         * src/mbox_folder.c
1136         * src/mh.c
1137         * src/news.c
1138                 move folder_item_get_path() stuff into a folder virtual function
1139
1140         * src/procmsg.c
1141                 use folder_item_fetch_msg() to get message and do not contruct
1142                 the filename from path and number
1143
1144 2003-07-03 [paul]       0.9.0claws75
1145
1146         * sync with 0.9.2cvs12
1147                 see ChangeLog 2003-07-03
1148
1149 2003-07-02 [paul]       0.9.0claws74
1150
1151         * src/messageview.c
1152                 fix text-selection for replying
1153
1154 2003-07-02 [paul]       0.9.0claws73
1155
1156         * sync with 0.9.2cvs11
1157                 see ChangeLog 2003-07-02
1158
1159 2003-07-02 [paul]       0.9.0claws72
1160
1161         * src/procmsg.c
1162                 revert last commit because it breaks more
1163                 than it fixes
1164
1165 2003-07-02 [paul]       0.9.0claws71
1166
1167         * src/procmsg.c
1168                 fix thread by subject/sort by date
1169
1170 2003-07-01 [paul]       0.9.0claws70
1171
1172         * sync with 0.9.2cvs10
1173                 see ChangeLog 2003-07-01
1174
1175 2003-06-30 [paul]       0.9.0claws69
1176
1177         * sync with 0.9.2cvs9
1178                 see ChangeLog 2003-06-30
1179
1180 2003-06-28 [match]      0.9.0claws68
1181
1182         * src/addressbook.c
1183                 fix null ptr.
1184
1185 2003-06-27 [paul]       0.9.0claws67
1186
1187         * sync with 0.9.2cvs7
1188                 see ChangeLog 2003-06-27
1189
1190 2003-06-26 [christoph]  0.9.0claws66
1191
1192         * src/folder.c
1193                 freeze folder updates while a folder is scanned
1194
1195         (closes Bug 185 New message counter)
1196
1197 2003-06-26 [darko]      0.9.0claws65
1198
1199         * src/ldapserver.c
1200                 fix infinite loop when adding a new LDAP server
1201
1202 2003-06-26 [paul]       0.9.0claws64
1203
1204         * sync with 0.9.2cvs6
1205                 see ChangeLog 2003-06-26
1206
1207 2003-06-26 [paul]       0.9.0claws63
1208
1209         * sync with 0.9.2cvs5
1210                 see ChangeLog 2003-06-25 and 2003-06-26
1211
1212 2003-06-25 [match]      0.9.0claws62
1213
1214         * src/addr_compl.c
1215                 Fixed tab/backtab for dropped-down completion list to
1216                 move next/previous field. (close bug 147)
1217
1218 2003-06-25 [christoph]  0.9.0claws61
1219
1220         * src/addr_compl.[ch]
1221         * src/addrindex.[ch]
1222         * src/folderview.c
1223         * src/inc.c
1224         * src/news.c
1225         * src/summaryview.c
1226         * src/toolbar.c
1227                 fix warnings
1228
1229 2003-06-25 [leandro]    0.9.0claws60
1230
1231         * src/compose.c
1232                 o cleanups
1233                 o gray out "Message/Remove references" menu item if not
1234                   replying to a message
1235
1236 2003-06-24 [leandro]    0.9.0claws59
1237
1238         * src/compose.[ch]
1239                 o removed "Message/Create new thread" menu item
1240                 o added "Message/Remove references" menu item
1241                   (it's off by default and will not check anymore
1242                    if the subject changed)
1243
1244 2003-06-23 [alfons]     0.9.0claws58
1245
1246         * src/procmsg.c
1247                 try better grouping messages threaded by subject based on their age.
1248                 still not perfect - because the message tree is not sorted by date.  
1249
1250 2003-06-23 [thorsten]   0.9.0claws57
1251
1252         * src/pop.[ch]
1253                 added mail_receive_hook to allow modifications
1254                 directly after retrieval (e.g. adding headers).
1255
1256 2003-06-23 [paul]       0.9.0claws56
1257
1258         * src/sourcewindow.c
1259                  enable the use of Ctrl+A to select all text in
1260                  the sourcewindow
1261                  Patch submitted by Ivan Francolin Martinez
1262                  <ivanfm@users.sourceforge.net>
1263
1264 2003-06-22 [christoph]  0.9.0claws55
1265
1266         * src/folder.[ch]
1267                 o add notification hook for folder tree changes
1268                 o invoke hooks after folder tree scanning
1269
1270         * src/folderview.[ch]
1271                 register hook for folder tree changes that
1272                 updates the ctree
1273
1274         (there are more places that should be updated, like add, remove 
1275          or move folder)
1276
1277         (closes Bug 164 Crash on rebuild folder tree)
1278         (closes Bug 190 Crash on 'rebuilding folder tree')
1279
1280 2003-06-21 [leandro]    0.9.0claws54
1281
1282         * src/compose.[ch]
1283                 create a new thread if subject changes
1284                 (it's on by default, can be disabled in Message menu)
1285
1286 2003-06-21 [alfons]     0.9.0claws53
1287
1288         * src/summaryview.c
1289                 quiet little compiler
1290
1291 2003-06-21 [christoph]  0.9.0claws52
1292
1293         update gettext stuff to version 0.12
1294
1295 2003-06-19 [alfons]     0.9.0claws51
1296
1297         * src/common/log.c
1298         * src/common/plugin.c
1299                 move defs.h before glib.h to prevent MIN/MAX redefs
1300
1301 2003-06-19 [alfons]
1302
1303         * src/addressbook.c
1304                 translatable
1305
1306 2003-06-19 [match]      0.9.0claws50
1307
1308         * src/addressbook.[ch]
1309         * src/addrindex.[ch]
1310         * src/addr_compl.[ch]
1311         * src/editldap.[ch]
1312         * src/editldap_basedn.[ch]
1313         * src/addritem.[ch]
1314         * src/ldapquery.h
1315                 re-implemented dynamic LDAP search. works without
1316                 slowdown on display sender with addressbook
1317                 option.
1318         * src/addrbook.c
1319                 documented code.
1320
1321 2003-06-19 [paul]       0.9.0claws49
1322
1323         * src/compose.c
1324                 fix Bug #136 'Nonprovided quotation marks crash claws'
1325                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1326
1327 2003-06-19 [alfons]     0.9.0claws48
1328
1329         * src/prefs_common.[ch]
1330         * src/procmsg.c
1331                 restrict threading by subject by checking thread for
1332                 age (prefs_common.thread_by_subject_max_age)
1333
1334 2003-06-18 [christoph]  0.9.0claws47
1335
1336         * src/imap.c
1337                 fix memory leak in imap_cmd_fetch()
1338
1339 2003-06-18 [christoph]  0.9.0claws46
1340
1341         * src/prefs_gtk.c
1342                 fix memory leak in prefs_set_default() when used multiple
1343                 times or after prefs have been read
1344
1345 2003-06-18 [christoph]  0.9.0claws45
1346
1347         * src/common/plugin.c
1348                 fix memory leak in plugin_unload()
1349
1350 2003-06-18 [christoph]  0.9.0claws44
1351
1352         * src/imap.c
1353                 fix memory leak in imap_cmd_ok()
1354
1355 2003-06-18 [christoph]  0.9.0claws43
1356
1357         * src/folder.c
1358                 stop messages that are downloaded from POP3 and added to
1359                 an IMAP inbox from being filtered twice (first by POP3
1360                 and again when IMAP folder is scaned to get the UID of
1361                 the APPEND operation when no UIDPLUS is available)
1362
1363 2003-06-18 [alfons]
1364
1365         * tools/Makefile.am
1366                 phoenix <- firebird     
1367
1368 2003-06-18 [paul]
1369
1370         * tools/launch_phoenix          ** REMOVED **
1371           tools/launch_firebird         ** NEW **
1372                 renamed and edited to reflect the browser's name change from
1373                 'phoenix' to 'firebird'
1374
1375 2003-06-18 [paul]       0.9.0claws42
1376
1377         * sync with 0.9.2cvs2
1378                 see ChangeLog 2003-06-16
1379
1380 2003-06-17 [alfons]     0.9.0claws41
1381
1382         * src/procmsg.c
1383                 prevent threading problems when a node is an ancestor (parent / great parent),
1384                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1385                 for finding an sample set of messages)
1386
1387 2003-06-16 [christoph]  0.9.0claws40
1388
1389         * src/main.c
1390                 don't popup main window on --receive or --receive-all
1391
1392         * src/mainwindow.[ch]
1393         * src/plugins/trayicon/trayicon.c
1394                 allow hiding of main window by clicking on the trayicon
1395                 (doesn't work correctly in seperate window mode and may
1396                  cause unexpected GTK problems I couldn't find yet)
1397
1398         * src/common/ssl.c
1399                 remove incorrect warning
1400
1401 2003-06-15 [alfons]     0.9.0claws39
1402
1403         * src/gtk/gtkstext.c
1404                 don't output debug text;
1405                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1406                 for pointing this out);
1407
1408 2003-06-14 [alfons]     0.9.0claws38
1409         
1410         * src/messageview.c
1411                 remove printf() and make one if..else comply with coding style
1412
1413 2003-06-14 [alfons]     0.9.0claws37
1414
1415         * AUTHORS
1416                 add Martin Wicke
1417         * src/action.c
1418         * src/messageview.[ch]
1419         * src/summaryview.c
1420                 apply patch #754162 "Quoting messages filtered by actions" submitted
1421                 by Martin Wicke, which allows quoting message body changed by an
1422                 action (Thanks!).
1423
1424 2003-06-13 [alfons]     0.9.0claws36
1425
1426         * src/utils.c
1427                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1428                 use case insensitive regexp (suggested by Ivan Martinez)
1429
1430 2003-06-13 [christoph]  0.9.0claws35
1431
1432         * configure.ac
1433         * src/plugins/trayicon/Makefile.am
1434         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1435         * src/plugins/trayicon/trayicon.c
1436         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1437         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1438         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1439         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1440         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1441         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1442                 replace my own EggTrayIcon backport with the backport
1443                 used by (l|x)mule and gabber.
1444
1445 2003-06-13 [alfons]     0.9.0claws34
1446
1447         * AUTHORS
1448         * src/common/utils.c
1449                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1450
1451 2003-06-13 [alfons]     0.9.0claws33
1452
1453         * src/compose.c
1454                 clean up a little bit
1455
1456 2003-06-12 [alfons]     0.9.0claws32
1457
1458         * src/compose.c
1459                 const correctness fix
1460
1461         * src/common/sylpheed.[ch]
1462                 () -> (void)
1463                 prevent redef MIN/MAX
1464                 
1465         * src/common/utils.[ch]
1466                 () -> (void)
1467
1468 2003-06-12 [melvin]     0.9.0claws31
1469
1470         * src/compose.c
1471                 Updated to take into accounts changes in GtkAspell.
1472
1473 2003-06-12 [alfons]     0.9.0claws30
1474
1475         * src/compose.c
1476         * src/procmsg.c
1477         * src/common/utils.[ch]
1478                 handle reply subject prefixes better (initial 
1479                 suggestion by Robert Story adapted and enhanced 
1480                 using regexps)
1481
1482 2003-06-12 [melvin]     0.9.0claws29
1483
1484         * src/compose.c
1485                 Use new gtkaspell_checkers_strerror() to get the speller's
1486                 error message instead of accessing the (now private)
1487                 checkers structure.
1488                 Minor code clean up
1489
1490         * src/main.c
1491                 Use #ifdef instead of #if for USE_ASPELL
1492                 Use the new spell checkers init/quit functions 
1493
1494         * src/gtk/gtkaspell.c
1495                 Use #ifdef instead of #if for USE_ASPELL
1496                 Moved in the majority of GtkAspell structures that were
1497                 exported before by gtkaspell.h
1498         
1499         * src/gtk/gktaspell.h
1500                 Made gtkaspell.h contain only the necessary data to be
1501                 publicized by moving many structures to gtkaspell.c.
1502                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1503                 gtkaspell_checkers_new(): replaced by...
1504                 gtkaspell_checkers_init(): new function for initialization
1505                 gtkaspell_checkers_delete(): replaced by...
1506                 gtkaspell_checkers_quit(): new function
1507                 gtkaspell_checkers_strerror(): new function that returns
1508                 the checker's last error message.
1509                 
1510 2003-06-11 [melvin]     0.9.0claws28
1511
1512         * po/POTFILES.in
1513                 Updated to take into account gtkaspell.c migration to
1514                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1515
1516 2003-06-10 [alfons]     0.9.0claws27
1517
1518         * src/filtering.[ch]
1519         * src/folder.c
1520         * src/matcher.c
1521         * src/scoring.[ch]
1522                 - try fixing bug #18 (any brave testers?)
1523                 - add more robustness by refusing previously 
1524                   unchecked NULL pointers 
1525
1526 2003-06-10 [alfons]     0.9.0claws26
1527
1528         * src/procmsg.c
1529                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1530
1531 2003-06-09 [alfons]     0.9.0claws25
1532
1533         * src/prefs_common.c
1534                 fix bug #163 "Icon switching doesnt work properly" by 
1535                 preventing early freeing of prefs_common.pixmap_theme_path.
1536
1537 2003-06-09 [christoph]  0.9.0claws24
1538
1539         * src/gtk/gtkaspell.c
1540                 revert Thorsten's fix and add forgotten g_strdup for
1541                 aspell path (it should not be possible to alter the path a
1542                 GtkASpell uses from outside)
1543
1544 2003-06-09 [thorsten]   0.9.0claws23
1545
1546         * src/gtk/gtkaspell.c
1547                 dont free prefs_common.aspell_path when closing compose
1548
1549 2003-06-08 [colin]      0.9.0claws22
1550
1551         * src/plugins/spamassassin/spamassassin.c
1552                 fix prefs types
1553
1554 2003-06-07 [christoph]  0.9.0claws21
1555
1556         * src/Makefile.am
1557         * src/compose.c
1558         * src/gtkaspell.[ch]            ** REMOVE **
1559         * src/gtk/Makefile.am
1560         * src/gtk/gtkaspell.[ch]        ** NEW **
1561                 o make gtkaspell independent from sylpheed's prefs
1562                 o move gtkaspell.[ch] to gtk directory
1563
1564 2003-06-07 [christoph]  0.9.0claws20
1565
1566         * src/Makefile.am
1567         * src/crash.c
1568         * src/export.c
1569         * src/filesel.[ch]              ** REMOVE **
1570         * src/folder.c
1571         * src/main.[ch]
1572         * src/common/sylpheed.[ch]
1573         * src/gtk/Makefile.am
1574         * src/gtk/filesel.[ch]          ** NEW **
1575         * src/gtk/pluginwindow.c
1576         * src/gtk/sslcertwindow.c
1577                 move filesel.[ch] to gtk directory
1578
1579 2003-06-07 [alfons]     0.9.0claws19
1580
1581         * src/filesel.c
1582                 make (multi) file selection dialog work again (Claws-only)
1583
1584 2003-06-07 [thorsten]   0.9.0claws18
1585
1586         * po/de.po
1587                 fix typos
1588
1589 2003-06-07 [alfons]     0.9.0claws17
1590
1591         * configure.ac
1592         * src/mimeview.c
1593                 detect apache mishap in which case don't include fnmatch.h
1594                 if regex.h is already included
1595
1596 2003-06-06 [christoph]  0.9.0claws16
1597
1598         * configure.ac
1599         * src/mimeview.h
1600                 add check for fnmatch.h and include it when available
1601
1602         * src/mimeview.[ch]
1603                 fix wrong case sensitivity of Content-Types
1604
1605         * src/gtk/Makefile.am
1606                 need the same include paths in gtk directory as in
1607                 common directory because .h files in common can
1608                 include files from these directories, when included
1609                 in gtk's .h or .c files
1610
1611 2003-06-06 [alfons]     0.9.0claws15
1612
1613         * src/mimeview.c
1614         * src/summaryview.c
1615                 make it compile again because of regex.h / fnmatch.h 
1616                 include problems (related to recent mime stuff, can
1617                 someone check this?)
1618
1619 2003-06-06 [thorsten]   0.9.0claws14
1620
1621         * src/folderview.c
1622                 possible use of uninitialized pointer while dragging
1623
1624 2003-06-06 [paul]       0.9.0claws13
1625
1626         * src/compose.c
1627                 fix bug where the insert sig button would be effective
1628                 only when auto_sig was set
1629
1630 2003-06-06 [paul]       0.9.0claws12
1631
1632         * sync with 0.9.2 release
1633
1634 2003-06-02 [paul]       0.9.0claws11
1635
1636         * sync with 0.9.1cvs1
1637                 see ChangeLog 2003-06-02
1638                 
1639         * po/de.po
1640                 update by Jens
1641
1642 2003-06-01 [christoph]  0.9.0claws10
1643
1644         * src/account.c
1645                 don't use substring search to find accounts by email address
1646
1647         (closes Bug 169 Overly loose matching of "From" address)
1648
1649 2003-05-31 [christoph]  0.9.0claws9
1650
1651         * doc-src/rfc2683.txt
1652         * src/imap.c
1653                 limit IMAP command length as recommended in RFC2683
1654                 (message number lists will be split into multiple imap
1655                 sets, the limit of 1000 octets is not a hard limit)
1656
1657         (closes Bug 161 sylpheed-claws exits with segfault when logging
1658          in to certain imap-servers)
1659
1660 2003-05-29 [alfons]     0.9.0claws8
1661
1662         * src/toolbar.[ch]
1663                 add print button (calling summary_print());
1664                 fine tune setting tooltip text;
1665                 (if someone needs other buttons, please take these 
1666                 commits as a guide, instead of bothering us - also
1667                 see 0.8.11claws150) 
1668
1669 2003-05-29 [darko]      0.9.0claws7
1670
1671         * src/compose.c
1672                 fix crash when word wrapping kicks in due to
1673                 changed text by spell checker
1674
1675 2003-05-29 [paul]       0.9.0claws6
1676
1677         * src/compose.c
1678                 fix bug where changing account would insert
1679                 sig even if auto_sig was FALSE
1680                 
1681         * ChangeLog
1682           ChangeLog.jp
1683           INSTALL
1684                 sync with 0.9.1 release
1685
1686 2003-05-28 [christoph]  0.9.0claws5
1687
1688         * src/imap.c
1689                 fix truncation of too long commands
1690
1691         (closes Bug 167 IMAP hangs trying to get envelope
1692          information in imap_get_uncached_messages)
1693
1694 2003-05-27 [paul]       0.9.0claws4
1695
1696         * tools/Makefile.am
1697           tools/maildir2sylpheed.pl     ** NEW FILE **
1698                 add kmail to sylpheed mailbox conversion script
1699
1700 2003-05-27 [paul]       0.9.0claws3
1701
1702         * sync with 0.9.0cvs10
1703                 see ChangeLog 2003-05-26
1704
1705 2003-05-26 [paul]       0.9.0claws2
1706
1707         * sync with 0.9.0cvs9
1708                 see ChangeLog 2003-05-26
1709
1710 2003-05-24 [paul]       0.9.0claws1
1711
1712         * sync with 0.9.0cvs8
1713                 see ChangeLog 2003-05-23
1714
1715 2003-05-24 [paul]       0.9.0claws
1716
1717         * version 0.9.0claws released
1718
1719 2003-05-24 [paul]       0.8.11claws177
1720
1721         * src/plugins/dillo-viewer/Makefile.am
1722           src/plugins/traycon/Makefile.am
1723                 add missing files
1724                 
1725         * po/bg.po
1726           po/en_GB.po
1727           po/es.po
1728           po/it.po
1729           po/pt_BR.po
1730           po/ru.po
1731           po/sr.po
1732                 update Bulgarian, British English, Spanish, Italian, 
1733                 Brazilian Portuguese, Russian, and Serbian translations, 
1734                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1735                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1736                 Ruslan N. Balkin, and Urke MMI
1737
1738 2003-05-23 [melvin]     0.8.11claws176
1739
1740         * po/fr.po
1741                 Updated French translations
1742
1743 2003-05-22 [paul]       0.8.11claws175
1744
1745         * src/Makefile.am
1746           src/addrbook.[ch]
1747           src/addrcache.[ch]
1748           src/addr_compl.[ch]
1749           src/adressbook.[ch]
1750           src/addrindex.[ch]
1751           src/addritem.[ch]
1752           src/editaddress.c
1753           src/editgroup.c
1754           src/editldap_basedn.c
1755           src/editldap.c
1756           src/jpilot.c
1757           src/vcard.c
1758                 revert to get ldap into it previous working state
1759                 
1760         * po/zh_TW.Big5.po
1761                 new Taiwanese translation,
1762                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1763
1764 2003-05-22 [christoph]  0.8.11claws174
1765
1766         * src/plugins/spamassassin/libspamc.[ch]
1767                 sync libspamc with SpamAssaain release 2.55
1768
1769 2003-05-22 [paul]       0.8.11claws173
1770
1771         * sync with 0.9.0cvs7
1772                 see ChangeLog 2003-05-22
1773                 
1774         * src/summaryview.c
1775                 revert change in 0.8.11claws172: follow
1776                 Hiroyuki's decision and that's the end of it.
1777
1778 2003-05-21 [paul]       0.8.11claws172
1779
1780         * src/summaryview.c
1781                 fix discrepency between open_unread_on_enter
1782                 and always_show_msg
1783
1784 2003-05-21 [paul]       0.8.11claws171
1785
1786         * sync with 0.9.0cvs6
1787                 see ChangeLog 2003-05-21
1788
1789 2003-05-21 [paul]       0.8.11claws170
1790
1791         * sync with 0.9.0cvs5
1792                 see ChangeLog 2003-05-21
1793
1794 2003-05-20 [paul]       0.8.11claws169
1795
1796         * sync with 0.9.0cvs4
1797                 see ChangeLog 2003-05-20
1798                 fixes bug #152, 'encoding of IMAP folders names'
1799
1800 2003-05-20 [paul]       0.8.11claws168
1801
1802         * sync with 0.9.0cvs3
1803                 see ChangeLog 2003-05-20
1804                 
1805         * src/tools/convert_mbox.pl
1806                 minor change in the comments, submitted by Fred Marton
1807
1808 2003-05-19 [paul]       0.8.11claws167
1809
1810         * src/plugins/clamav/Makefile.am
1811           configure.ac
1812                 link clamav_lib to the plugin and not to the main program
1813
1814 2003-05-19 [christoph]
1815
1816         * src/Makefile.am
1817                 add -export-dynamic for linking
1818
1819 2003-05-19 [paul]       0.8.11claws166
1820
1821         * sync with 0.9.0cvs1
1822                 see ChangeLog 2003-05-19
1823
1824 2003-05-19 [paul]       0.8.11claws165
1825
1826         * src/inc.c
1827                 fix 'pop before smtp' timeout
1828
1829 2003-05-18 [alfons]     0.8.11claws164
1830
1831         * src/prefs_matcher.c
1832                 put "execute" action command line ("expression") in edit box
1833
1834 2003-05-18 [christoph]  0.8.11claws163
1835
1836         * src/mimeview.[ch]
1837         * src/plugins/dillo_viewer/dillo_viewer.c
1838         * src/plugins/image_viewer/viewer.c
1839         * src/plugins/mathml_viewer/mathml_viewer.c
1840                 let a viewer have a list of Content-Types
1841
1842 2003-05-18 [paul]       0.8.11claws162
1843
1844         * src/prefs_filtering.c
1845                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1846                 and REDIRECT actions
1847
1848 2003-05-17 [christoph]
1849
1850         * README.claws
1851                 o remove dynamic signatures that was syned with main
1852                 o add infos about no longer "build in" image viewer
1853                 o update bugtracker URL
1854
1855 2003-05-17 [christoph]  0.8.11claws161
1856
1857         * src/folder.c
1858         * src/folderview.c
1859         * src/imap.c
1860                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1861                 for every folder after rebuilding the folder tree.
1862
1863         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1864          messages)
1865
1866 2003-05-17 [christoph]  0.8.11claws160
1867
1868         * src/imap.c
1869                 don't use STATUS command on current folder to check for
1870                 content changes. imap_cmd_ok() now tracks changes to
1871                 folder and number of existing messages.
1872
1873 2003-05-17 [paul]       0.8.11claws159
1874
1875         * src/plugins/clamav/clamav_plugin.c
1876                 remove unnecessary debug_print
1877
1878 2003-05-16 [thorsten]   0.8.11claws158
1879
1880         * src/plugins/demo.c
1881                 included missing intl.h
1882
1883 2003-05-16 [paul]       0.8.11claws157
1884
1885         * po/POTFILES.in
1886                 remove non-existant entries
1887         
1888         * src/plugins/clamav/clamav_plugin.c
1889           src/plugins/clamav/clamav_plugin_gtk.c
1890           src/plugins/dillo_viewer/dillo_prefs.c
1891           src/plugins/dillo_viewer/dillo_viewer.c
1892                 gettextise
1893
1894 2003-05-16 [christoph]  0.8.11claws156
1895
1896         * po/POTFILES.in
1897                 include plugin .c files for translation until I
1898                 find a better solution to have plugins have their
1899                 own textdomain
1900         * src/plugins/demo/demo.c
1901         * src/plugins/image_viewer/plugin.c
1902         * src/plugins/mathml_viewer/mathml_viewer.c
1903         * src/plugins/spamassassin/spamassassin.c
1904         * src/plugins/spamassassin/spamassassin_gtk.c
1905         * src/plugins/trayicon/trayicon.c
1906                 add gettext macros for plugin name and description
1907
1908 2003-05-16 [paul]
1909
1910         * sync with 0.9.0
1911
1912 2003-05-16 [paul]       0.8.11claws155
1913
1914         * sync with lastest 0.9.0pre1
1915                 see ChangeLog 2003-05-16
1916
1917 2003-05-15 [paul]       0.8.11claws154
1918
1919         * sync with latest 0.9.0pre1
1920                 see ChangeLog 2003-05-14 and 2003-05-15
1921
1922 2003-05-14 [christoph]  0.8.11claws153
1923
1924         * src/plugins/image_viewer/viewer.c
1925         * src/plugins/image_viewer/viewer.glade         ** NEW **
1926         * src/plugins/image_viewer/viewerprefs.c
1927                 make it possible to disable the autoload function in the
1928                 imageviewer again
1929
1930 2003-05-14 [christoph]  0.8.11claws152
1931
1932         * src/folder.c
1933                 fix folder update after adding a message
1934
1935 2003-05-13 [alfons]     0.8.11claws151
1936
1937         * src/common/session.c
1938                 remove debug traces
1939                 
1940         * src/addrcache.[ch]
1941         * src/filtering.[ch]
1942         * src/folder.[c]
1943         * src/gtkaspell.[ch]
1944         * src/imap.[ch]
1945         * src/mbox_folder.[ch]
1946         * src/mh.[ch]
1947         * src/mimeview.h
1948         * src/msgcache.[ch]
1949         * src/news.[ch]
1950         * src/passphrase.[ch]
1951         * src/prefs_common.[ch]
1952         * src/prefs_gtk.[ch]
1953         * src/procmsg.c
1954         * src/scoring.[ch]
1955                 be pedantic; (in prototypes () implies (int))
1956
1957 2003-05-13 [alfons]     0.8.11claws150
1958
1959         * src/prefs_toolbar.[ch]
1960         * src/summaryview.[ch]
1961         * src/toolbar.[ch]
1962                 change misleading text in toolbar prefs;
1963                 add toolbar action for ignore thread (toggles ignore thread flag);
1964                 clean up a little bit;
1965
1966 2003-05-12 [paul]
1967
1968         * tools/convert_mbox.pl
1969                 bug fixed by Fred Marton
1970
1971 2003-05-12 [paul]
1972
1973         * sync with 0.9.0pre1
1974
1975 2003-05-09 [paul]       0.8.11claws149
1976
1977         * sync with 0.8.11cvs43
1978                 see ChangeLog 2003-05-09
1979
1980 2003-05-08 [christoph]  0.8.11claws148
1981
1982         * src/imap.[ch]
1983                 o use CAPABILIY as first command and check for PREAUTH
1984                   information in the response to it
1985                 o rewrite all imap_cmd_* functions to use an IMAPSession
1986                   instead of a SockInfo as parameter
1987                 o do STARTTLS after fetching and checking the server
1988                   capabilities
1989
1990 2003-05-08 [paul]       0.8.11claws147
1991
1992         * tools/Makefile.am
1993           tools/README
1994           tools/convert_mbox.pl         ** NEW FILE **
1995                 add mbox conversion script. Submitted by 
1996                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1997
1998 2003-05-07 [christoph]
1999
2000         * doc-src/glade.txt
2001         * src/gtk/pluginwindow.glade
2002         * src/plugins/image_viewer/viewerprefs.glade
2003         * src/plugins/spamassassin/spamassassin_gtk.glade
2004                 add glade files for user interfaces and a description how
2005                 to use glade to create the sylpheed code
2006
2007 2003-05-07 [paul]       0.8.11claws146
2008
2009         * sync with 0.8.11cvs41
2010                 see ChangeLog 2003-05-07
2011
2012 2003-05-06 [christoph]  0.8.11claws145
2013
2014         * src/main.c
2015         * src/plugins/image_viewer/viewer.c
2016                 fix usage of imlib in imageviewer plugin
2017
2018         * src/gtk/prefswindow.c
2019                 handle window close event correctly
2020
2021 2003-05-06 [paul]       0.8.11claws144
2022
2023         * src/common/ssl.c
2024                 fix typo introduced in sync
2025
2026 2003-05-06 [paul]       0.8.11claws143
2027
2028         * sync with 0.8.11cvs39
2029                 see ChangeLog 2003-05-06
2030
2031 2003-05-06 [paul]       0.8.11claws142
2032
2033         * AUTHORS
2034           po/cs.po
2035                 updated Czech translation, submitted by 
2036                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2037                 
2038         * src/plugins/clamav/clamav_plugin_gtk.c
2039                 clean up
2040
2041 2003-05-03 [alfons]     0.8.11claws141
2042
2043         * src/compose.[ch]
2044                 make paste as quotation work even when the call to 
2045                 text_inserted() was deferred (fixes bug #140 "Paste 
2046                 as quotation does not work when using "external" 
2047                 clipboard")
2048
2049 2003-05-03 [thorsten]   0.8.11claws140
2050
2051         * src/addrquery.h
2052           src/ldapquery.h
2053           src/mainwindow.c
2054                 removed C++ comments
2055         * src/addr_compl.c
2056                 function with non-int retval/param used before
2057                 implementation/declaration
2058
2059 2003-05-02 [paul]       0.8.11claws139
2060
2061         * src/addr_compl.[ch]
2062           src/addressbook.[ch]
2063           src/addrindex.c
2064           src/summaryview.c
2065                 revert match's changes to (finally) remove the bug where
2066                 opening a folder causes massive slowdown when using the 
2067                 'Display sender using address book' option
2068
2069 2003-05-01 [melvin]     0.8.11claws138
2070
2071         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2072         * src/plugins/dillo_viewer/dillo_viewer.c
2073                 Fixed bug where "Cancel" button from prefs issued
2074                 warnings.
2075                 Comply a little more to coding style
2076
2077 2003-05-01 [paul]       0.8.11claws137
2078
2079         * sync with 0.8.11cvs38
2080                 see ChangeLog 2003-05-01
2081
2082 2003-05-01 [paul]       0.8.11claws136
2083
2084         * po/bg.po
2085                 updated by George Danchev
2086
2087 2003-04-30 [christoph]  0.8.11claws135
2088
2089         * src/plugins/dillo_viewer/dillo_prefs.c
2090         * src/plugins/image_viewer/viewerprefs.c
2091         * src/plugins/spamassassin/spamassassin_gtk.c
2092                 remove gtk_widget_ref() calls for widgets in
2093                 glade code
2094
2095 2003-04-30 [paul]       0.8.11claws134
2096
2097         * src/addrindex.c
2098                 ok, this time a better fix for the bug where opening folder
2099                 has massive slowdown when using the 'Display sender using 
2100                 address book' option
2101
2102 2003-04-30 [paul]       0.8.11claws133
2103
2104         * src/addrindex.c
2105                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2106         
2107 2003-04-30 [melvin]     0.8.11claws132
2108
2109         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2110
2111         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2112                 Preferences for the dillo plugin
2113         * src/plugins/dillo_viewer/dillo_viewer.c
2114                 Support for preferences
2115         * src/plugins/dillo_viewer/Makefile.am
2116                 Added dillo_prefs.[ch]
2117
2118 2003-04-30 [alfons]     0.8.11claws131
2119
2120         * src/common/plugin.[ch]
2121                 see? this ANSI C'fication immediately gives us type
2122                 checking for free.
2123
2124 2003-04-30 [alfons]     0.8.11claws130
2125
2126         * src/common/plugin.[ch]
2127         * src/plugins/clamav/clamav_plugin.[ch]
2128         * src/plugins/clamav/clamav_plugin_gtk.c
2129         * src/plugins/demo/demo.c
2130         * src/plugins/dillo_viewer/dillo_viewer.c
2131         * src/plugins/image_viewer/plugin.c
2132         * src/plugins/image_viewer/viewer.[ch]
2133         * src/plugins/image_viewer/viewerprefs.[ch]
2134         * src/plugins/mathml_viewer/mathml_viewer.c
2135         * src/plugins/spamassassin/spamassassin.[ch]
2136         * src/plugins/spamassassin/spamassassin_gtk.c
2137         * src/plugins/trayicon/trayicon.c
2138                 clean up
2139
2140 2003-04-30 [alfons]     0.8.11claws129
2141
2142         * src/common/utils.c
2143                 make is_ascii_str() fail gracefully when NULL pointer
2144                 is passed
2145
2146 2003-04-30 [paul]       0.8.11claws128
2147
2148         * src/addrindex.c
2149                 fix bug where opening folder has massive slowdown when
2150                 using the 'Display sender using address book' option
2151
2152 2003-04-30 [paul]       0.8.11claws127
2153
2154         * src/plugins/clamav/clamav_plugin.c
2155           src/plugins/clamav/clamav_plugin_gtk.c
2156           src/plugins/demo/demo.c
2157           src/plugins/dillo_viewer/dillo_viewer.c
2158           src/plugins/image_viewer/plugin.c
2159           src/plugins/mathml_viewer/mathml_viewer.c
2160           src/plugins/spamassassin/spamassassin.c
2161           src/plugins/spamassassin/spamassassin_gtk.c
2162           src/plugins/trayicon/trayicon.c
2163                 get rid of eye-hurting function signatures
2164
2165 2003-04-30 [paul]       0.8.11claws126
2166
2167         * src/plugins/trayicon/trayicon.c
2168                 add description
2169                 
2170         * src/mimeview.c
2171                 be more descriptive
2172
2173 2003-04-30 [paul]       0.8.11claws125
2174
2175         * configure.ac
2176                 arrange the plugins in reverse alphabetical order
2177                 
2178         * src/plugins/clamav/clamav_plugin.[ch]
2179           src/plugins/clamav/clamav_plugin_gtk.c
2180                 rename some params
2181                 resize max_size window
2182                 re-arrange the order of some gui elements
2183                 improve descriptions
2184         
2185         * src/plugins/image_viewer/plugin.c
2186           src/plugins/mathml_viewer/mathml_viewer.c
2187                 add descriptions
2188                 
2189         * src/plugins/spamassassin/spamassassin_gtk.c
2190                 resize max_size window
2191                 re-arrange the order of some gui elements
2192                 
2193         * src/messageview.c
2194           src/mimeview.c
2195                 correct typos
2196
2197 2003-04-30 [alfons]     0.8.11claws124
2198
2199         * src/imap.c
2200                 fix a leak found while browsing Martin Kluge's 
2201                 valgrind log (Claws only)
2202
2203 2003-04-29 [darko]      0.8.11claws123
2204
2205         * src/gtk/gtkstext.h
2206                 include wchar.h if it is available, fixes compilation
2207                 on HP-UX systems
2208
2209 2003-04-29 [melvin]     0.8.11claws122
2210
2211         * src/prefs_actions.c
2212                 Improved help text of Actions' syntax
2213
2214 2003-04-28 [paul]       0.8.11claws121
2215
2216         * src/action.c
2217                 a better fix for the crash when performing an action
2218                 on a mime part
2219
2220 2003-04-28 [paul]       0.8.11claws120
2221
2222         * src/action.c
2223                 fix crash when performing an action on a
2224                 mime part
2225
2226 2003-04-28 [paul]       0.8.11claws119
2227
2228         * sync with 0.8.11cvs36
2229                 see ChangeLog 2003-04-28
2230
2231 2003-04-27 [paul]       0.8.11claws118
2232
2233         * more sync with 0.8.11cvs35
2234                 see ChangeLog 2003-04-25
2235
2236 2003-04-26 [christoph]  0.8.11claws117
2237
2238         * src/folder.c
2239                 fix remove virtual check
2240
2241 2003-04-26 [paul]       0.8.11claws116
2242
2243         * src/messageview.c
2244                 fix return-receipt, make it work again
2245
2246 2003-04-26 [paul]       0.8.11claws115
2247
2248         * src/mimeview.c
2249                 restore double-clicking of the [application/pgp-signature 
2250                 (Select "Check signature" to check)] line in the message view,
2251                 broken in recent sync
2252
2253 2003-04-26 [christoph]  0.8.11claws114
2254
2255         * src/folder.c
2256                 check if remove virtual really exists before
2257                 calling the function
2258
2259 2003-04-25 [match]      0.8.11claws113
2260
2261         * src/addrindex.c
2262         * src/addrbook.c
2263         * src/ldapquery.[ch]
2264         * src/ldapctrl.[ch]
2265                 fix memleak.
2266         * src/ldapserver.[ch]
2267                 fix memleak. fix segfault.
2268                 plug a Claws memleak
2269
2270 2003-04-25 [alfons]     0.8.11claws112
2271
2272         * src/folder.c
2273                 plug a Claws memleak
2274
2275 2003-04-25 [alfons]     0.8.11claws111
2276
2277         * src/common/session.c
2278                 plug a memleak
2279
2280 2003-04-25 [paul]       0.8.11claws110
2281
2282         * sync with 0.8.11cvs35
2283                 see ChangeLog 2003-04-24 and 2003-04-25
2284                 
2285         * src/gtk/pluginwindow.c
2286                 correct another strange float value
2287
2288 2003-04-24 [christoph]  0.8.11claws109
2289
2290         * src/folder.c
2291                 freeze folder item updates when unsetting new flags
2292
2293         * src/gtk/pluginwindow.c
2294                 correct strange float value
2295
2296 2003-04-23 [paul]       0.8.11claws108
2297
2298         * sync with 0.8.11cvs33
2299                 see ChangeLog 2003-04-23
2300
2301 2003-04-22 [paul]       0.8.11claws107
2302
2303         * src/Makefile.am
2304           src/messageview.c
2305           src/mimeview.c
2306           src/pgptext.[ch]      ** REMOVED **
2307                 remove pgptext.[ch] as its not used any more
2308
2309 2003-04-22 [paul]       0.8.11claws106
2310
2311         * sync with 0.8.11cvs31
2312                 see ChangeLog 2003-04-21 and 2003-04-22
2313
2314 2003-04-21 [alfons]     0.8.11claws105
2315
2316         * src/main.c
2317                 No access to GTK structures if we're a spawned child
2318                 (and clean up code a little bit...) Should fix #126.
2319
2320 2003-04-21 [melvin]     0.8.11claws104
2321
2322         * src/plugins/dillo_viewer/README
2323                 Improved slightly the text.
2324
2325 2003-04-21 [melvin]     0.8.11claws103
2326
2327         * src/plugins/dillo_viewer/README *** NEW ***
2328                 Added a README file for the Dillo plugin
2329
2330 2003-04-20 [paul]
2331
2332         * tools/README
2333           tools/outlook2sylpheed.pl
2334                 updated and improved by Ricardo Mones Lastra
2335
2336 2003-04-18 [oliver]     0.8.11claws102
2337
2338         * src/inc.c 
2339         * src/prefs_account.h
2340                 remove Pop3SessionType (used by selective download)
2341         * src/prefs_toolbar.c
2342                 enable set Default Toolbar button
2343
2344 2003-04-18 [paul]       0.8.11claws101
2345
2346         * sync with 0.8.11cvs29
2347                 see ChangeLog 2003-04-18
2348
2349 2003-04-17 [paul]       0.8.11claws100
2350
2351         * src/prefs_common.[ch]
2352           src/summaryview.c
2353                 remove 'Open next message on deletion' option,
2354                 as the same effect can now be achieved via the
2355                 'Always open messages in summary when selected'
2356                 option.
2357
2358 2003-04-17 [paul]       0.8.11claws99
2359
2360         * sync with 0.8.11cvs28
2361                 see ChangeLog 2003-04-17
2362
2363 2003-04-17 [christoph]  0.8.11claws98
2364
2365         * ac/spamassassin.m4
2366         * src/plugins/spamassassin/libspamc.[ch]
2367         * src/plugins/spamassassin/utils.[ch]
2368                 sync libspamc with SpamAssassin project
2369
2370 2003-04-17 [christoph]  0.8.11claws97
2371
2372         * src/common/socket.h
2373         * src/gtk/sslcertwindow.h
2374                 rename old USE_SSL to USE_OPENSSL
2375
2376 2003-04-17 [paul]       0.8.11claws96
2377
2378         * src/prefs_common.h
2379                 use gulong for P_COLOR so that it compiles/runs on
2380                 64-bit systems. Patch submitted by James Noyes
2381                 <jnoyes-claws@retrogeeks.com>
2382                 
2383         * po/de.po
2384                 updated by Jens
2385
2386 2003-04-17 [paul]       0.8.11claws95
2387
2388         * sync with 0.8.11cvs27
2389                 see ChangeLog 2003-04-16
2390
2391 2003-04-15 [paul]       0.8.11claws94
2392
2393         * src/prefs_common.[ch]
2394                 rearrange to stop the window getting too long:
2395                         move Receive dialog stuff to Receive tab
2396                         move Send dialog to Send tab
2397                         remove Dialogs frame
2398                 rename 'Open messages in summary with cursor keys' to
2399                 'Always open messages in summary when selected', as its
2400                 more appropriate
2401
2402 2003-04-15 [paul]       0.8.11claws93
2403
2404         * src/prefs_common.[ch]
2405           src/summaryview.c
2406                 add new option '/Interface/Open next message on deletion'
2407
2408 2003-04-15 [paul]       0.8.11claws92
2409
2410         * src/summaryview.[ch]
2411                 add /Mark/Lock and /Mark/Unlock to the pop-up
2412                 menu. Patch submitted by Ivan Francolin Martinez
2413                 <ivanfm@users.sourceforge.net>
2414
2415 2003-04-15 [paul]       0.8.11claws91
2416
2417         * sync with 0.8.11cvs24
2418                 see ChangeLog 2003-04-15
2419
2420 2003-04-14 [jens]       0.8.11claws90
2421
2422         * updated German translation and some corrections from
2423                 Roland Bless <bless@tm.uka.de>
2424
2425 2003-04-14 [paul]       0.8.11claws89
2426
2427         * sync with 0.8.11cvs22
2428                 see ChangeLog 2003-04-14
2429
2430 2003-04-13 [paul]       0.8.11claws88
2431
2432         * src/plugins/clamav/clamav_plugin.c
2433                 fix memory leaks
2434                 clean up
2435
2436 2003-04-12 [paul]       0.8.11claws87
2437
2438         * src/plugins/clamav/clamav_plugin.c
2439                 activate enable/disable archive scanning option
2440                 
2441         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2442
2443 2003-04-12 [paul]       0.8.11claws86
2444
2445         * src/plugins/Makefile.am
2446           src/plugins/clamav/Makefile.am                ** NEW FILE **
2447           src/plugins/clamav/README                     ** NEW FILE ** 
2448           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2449           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2450                 add Clam AntiVirus plugin
2451
2452 2003-04-12 [paul]       0.8.11claws85
2453
2454         * sync with 0.8.11cvs21
2455                 see ChangeLog 2003-04-11
2456
2457 2003-04-11 [paul]       0.8.11claws84
2458
2459         * po/es.po
2460                 update Spanish translation. Submitted by Ricardo
2461                 Mones Lastra.
2462
2463 2003-04-10 [christoph]  0.8.11claws83
2464
2465         * src/mbox.c
2466                 fix typo that did not move unfiltered mails to destination
2467                 folder
2468
2469         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2470          when filtering from spool)
2471
2472 2003-04-10 [christoph]  0.8.11claws82
2473
2474         * src/imap.c
2475                 use BODY.PEEK instead of BODY in in message fetch operation
2476                 to make sure the IMAP server does not set the \Seen flag for
2477                 messages. Sylpheed does that later itself, when the message
2478                 is opened in sylpheed
2479
2480         (closes Bug 111 Claws destroys unread marks)
2481
2482 2003-04-09 [oliver]     0.8.11claws81
2483         
2484         * src/folder.c
2485                 fix crash in folder_destroy
2486         * README.claws
2487                 remove selective download
2488
2489 2003-04-09 [christoph]  0.8.11claws80
2490
2491         * src/imap.c
2492                 fix crash in imap_get_msginfo() when then fetched message
2493                 is not found
2494
2495         (closes Bug 110 Crash during mail composition)
2496
2497 2003-04-08 [christoph]  0.8.11claws79
2498
2499         * src/folder.c
2500         * src/prefs_account.c
2501                 Filter new messages that are found in an INBOX folder
2502                 when 'Filter messages on receiving' is enabled in the
2503                 Folder's AccountPrefs. This allows to use Sylpheed's
2504                 filtering engine for IMAP folders where messages are
2505                 added to the INBOX by a MTA
2506
2507 2003-04-08 [paul]       0.8.11claws78
2508
2509         * src/procmsg.h
2510                 clean up after last commit
2511
2512 2003-04-08 [paul]       0.8.11claws77
2513
2514         * sync with 0.8.11cvs20
2515                 see ChangeLog 2003-04-07 and 2003-04-08
2516
2517 2003-04-07 [christoph]  0.8.11claws76
2518
2519         * src/filtering.[ch]
2520         * src/inc.[ch]
2521         * src/mbox.c
2522         * src/procmsg.[ch]
2523                 add procmsg_msginfo_filter() to execute filtering actions
2524
2525 2003-04-06 [christoph]  0.8.11claws75
2526
2527         * src/imap.c
2528                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2529
2530 2003-04-06 [christoph]  0.8.11claws74
2531
2532         * src/common/utils.[ch]
2533                 add g_int_compare() function for slist sorting
2534
2535         * src/imap.c
2536                 fetch all MsgInfos with one command in imap_get_msginfos()
2537                 using an imap set with a list of ranges
2538
2539         * src/news.c
2540                 use new g_int_compare() function
2541
2542 2003-04-06 [thorsten]   0.8.11claws73
2543
2544         * src/mh.c
2545                 corrected implementation of mh_folder_destroy()
2546
2547 2003-04-05 [christoph]  0.8.11claws72
2548
2549         * src/account.c
2550         * src/folder.[ch]
2551         * src/folderview.c
2552         * src/imap.c
2553         * src/inc.c
2554         * src/main.c
2555         * src/mainwindow.c
2556         * src/mbox_folder.c
2557         * src/mh.c
2558         * src/mimeview.h
2559         * src/msgcache.[ch]
2560         * src/news.c
2561         * src/procmime.h
2562         * src/procmsg.[ch]
2563         * src/setup.c
2564         * src/gtk/gtkutils.c
2565                 o rename structure field names class and new to klass and
2566                   new_msgs, to allow including files in C++
2567                 o add 'extern "C"' block to some header files
2568                 o add MsgInfoList and MsgNumberList as alias for GSList for
2569                   developers to know what type of list is expected
2570
2571         * src/plugins/image_viewer/plugin.c
2572         * src/plugins/image_viewer/viewer.[ch]
2573         * src/plugins/image_viewer/viewerprefs.[ch]
2574                 rename function names to prevent conflicts
2575
2576 2003-04-05 [paul]       0.8.11claws71
2577
2578         * sync with 0.8.11cvs18
2579                 see ChangeLog 2003-04-03 and 2003-04-04
2580
2581 2003-04-02 [christoph]  0.8.11claws70
2582
2583         * src/folder.[ch]
2584         * src/imap.[ch]
2585         * src/mbox_folder.[ch]
2586         * src/mh.[ch]
2587         * src/news.[ch]
2588                 o Make all virtual folder functions private
2589                 o remove unused folder code
2590
2591         * src/common/socket.[ch]
2592         * src/summaryview.c
2593                 fix warnings
2594
2595 2003-03-30 [alfons]     0.8.11claws69
2596
2597         * src/send_message.c
2598                 remove two debug traces and see if people still report
2599                 errors
2600
2601 2003-03-30 [alfons]     0.8.11claws68
2602
2603         * src/send_message.c
2604         * src/commons/session.c
2605                 add more debug traces
2606
2607 2003-03-30 [christoph]  0.8.11claws67
2608
2609         * src/folder.c
2610                 change processing folder name from .processing to processing
2611
2612         * src/common/ssl.c
2613                 disable SSL certificate check because it causes Xlib error
2614                 when the child process want's to open an GTK window
2615
2616 2003-03-30 [christoph]  0.8.11claws66
2617
2618         * src/folder.c
2619                 don't use default folder for processing folder item because
2620                 it can be a non local folder
2621
2622         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2623
2624 2003-03-30 [alfons]     0.8.11claws65
2625
2626         * src/send_message.c
2627                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2628                 to generate bad code for 'send_send_data_progressive': When
2629                 called from 'send_send_data_finished', the 'data' pointer is
2630                 cleared just before the assignment to the dialog pointer
2631
2632 2003-03-29 [christoph]  0.8.11claws64
2633
2634         * src/common/prefs.h
2635         * src/plugins/image_viewer/Makefile.am
2636         * src/plugins/image_viewer/plugin.c
2637         * src/plugins/image_viewer/viewer.[ch]
2638         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2639                 add PrefsPage for ImageViewer
2640
2641 2003-03-28 [thorsten]   0.8.11claws63
2642
2643         * src/common/session.c
2644                 added some comments
2645
2646 2003-03-28 [paul]       0.8.11claws62
2647
2648         * sync with 0.8.11cvs16
2649                 see ChangeLog 2003-03-28
2650
2651 2003-03-28 [paul]       0.8.11claws61
2652
2653         * sync with 0.8.11cvs15
2654                 see ChangeLog 2003-03-28
2655
2656 2003-03-27 [christoph]  0.8.11claws60
2657
2658         * src/folder.c
2659         * src/imap.c
2660         * src/common/socket.[ch]
2661                 set socket state to DISCONNECTED when any operation
2662                 fails to allow reconnecting in IMAP code without
2663                 checking the return code of all calls to the command
2664                 functions
2665
2666         * src/folderview.c
2667         * src/summaryview.c
2668                 remove some more stuff that depends on specific
2669                 folder types
2670
2671 2003-03-27 [paul]       0.8.11claws59
2672
2673         * sync with 0.8.11cvs14
2674                 see ChangeLog 2003-03-27
2675                 
2676         * src/selective_download.[ch]   ** REMOVED **
2677                 really removed
2678
2679 2003-03-27 [christoph]  0.8.11claws58
2680
2681         * src/folder.c
2682                 fix handling of tmp_flags in flag copy function
2683
2684 2003-03-27 [paul]       0.8.11claws57
2685
2686         * sync with 0.8.11cvs13
2687                 see ChangeLog 2003-03-27
2688
2689 2003-03-27 [oliver]     0.8.11claws56
2690
2691         * src/maiwindow.c
2692                 remove sel_download_cb
2693
2694 2003-03-27 [oliver]     0.8.11claws55
2695         
2696         * src/inc.c
2697                 remove POP3_TOP
2698         
2699 2003-03-26 [oliver]     0.8.11claws54
2700
2701         *src/pop.h
2702                 remove POP3_TOP*
2703         * README.claws
2704                 remove selective donwload readme
2705
2706 2003-03-26 [oliver]     0.8.11claws53
2707         * src/matcher.[ch]
2708         * src/matcher_parser_parse.y 
2709         * src/pop.c 
2710         * src/prefs_account.[ch]
2711         * src/prefs_filtering.c
2712                 remove selective donwload
2713
2714 2003-03-26 [oliver]     0.8.11claws52
2715
2716         * src/inc.[ch] 
2717         * src/filtering.c 
2718         * src/mainwindow.c 
2719                 remove selective donwload
2720
2721 2003-03-26 [oliver]     0.8.11claws51
2722         
2723         * src/Makefile.am
2724         * src/selective_download.[ch]   ** REMOVE **    
2725
2726 2003-03-26 [christoph]  0.8.11claws50
2727
2728         * src/news.c
2729                 fix NEWS that got broken by a sync with sylpheed-main
2730
2731 2003-03-26 [christoph]  0.8.11claws49
2732
2733         * src/mimeview.c
2734                 fix mime type guessing when no mime type is found for a file
2735
2736 2003-03-25 [christoph]  0.8.11claws48
2737
2738         * src/mimeview.c
2739         * src/procmime.c
2740                 remove mime type guessing from mime parser and use
2741                 name based mime types in viewer lookup for mime type
2742                 application/octet-stream
2743
2744 2003-03-25 [christoph]  0.8.11claws47
2745
2746         * doc-src/readme.txt
2747         * doc-src/rfc2554.txt
2748                 add RFC about SMTP AUTH
2749
2750         * src/send_message.c
2751         * src/common/smtp.[ch]
2752                 add extra error code for authentication errors and
2753                 clear temporary password when this error occurs
2754
2755         (closes Bug 84 authentication failure while sending should
2756          prompt for password again)
2757
2758 2003-03-25 [christoph]  0.8.11claws46
2759
2760         * configure.ac
2761         * src/Makefile.am
2762         * src/imageview.[ch]                            ** REMOVE **
2763         * src/messageview.[ch]
2764         * src/mimeview.[ch]
2765         * src/prefs_common.[ch]
2766         * src/textview.c
2767         * src/plugins/Makefile.am
2768         * src/plugins/image_viewer/.cvsignore           ** NEW **
2769         * src/plugins/image_viewer/Makefile.am          ** NEW **
2770         * src/plugins/image_viewer/plugin.c             ** NEW **
2771         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2772                 move image viewer into a plugin (building is enabled by default)
2773                 [ToDo: Prefs for resize and autoview]
2774
2775 2003-03-25 [paul]       0.8.11claws45
2776
2777         * sync with 0.8.11cvs12
2778                 see ChangeLog 2003-03-26
2779
2780 2003-03-25 [paul]       0.8.11claws44
2781
2782         * sync with 0.8.11cvs11
2783                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2784                 
2785         Note: Selective Download is broken.
2786                 
2787 2003-03-22 [christoph]  0.8.11claws43
2788
2789         * src/folder.c
2790                 code cleanup for flags copying
2791
2792 2003-03-22 [christoph]  0.8.11claws42
2793
2794         * src/plugins/trayicon/trayicon.c
2795                 fix setting the transparent area when the window size
2796                 is forced by the system tray
2797
2798 2003-03-22 [christoph]  0.8.11claws41
2799
2800         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2801         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2802         * src/plugins/trayicon/newmail.xpm              ** NEW **
2803         * src/plugins/trayicon/nomail.xpm               ** NEW **
2804         * src/plugins/trayicon/trayicon.c
2805         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2806                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2807                 o add icon for unread mails
2808                 o set transparency for window
2809
2810 2003-03-22 [christoph]  0.8.11claws40
2811
2812         * src/news.c
2813                 init news session to prevent crash when session is closed
2814
2815 2003-03-22 [christoph]  0.8.11claws39
2816
2817         * src/imap.c
2818         * src/common/session.[ch]
2819                 Init session data to make sure we don't have invalid pointers
2820                 for read_ch and write_ch when new multi process sessions are
2821                 not used
2822
2823         * src/main.c
2824         * src/common/plugin.c
2825         * src/common/sylpheed.c
2826         * src/plugins/demo/demo.c
2827         * src/plugins/dillo_viewer/dillo_viewer.c
2828         * src/plugins/mathml_viewer/mathml_viewer.c
2829         * src/plugins/spamassassin/spamassassin.c
2830         * src/plugins/spamassassin/spamassassin_gtk.c
2831                 add plugin types to allow loading plugins at different times
2832                 (and maybe for different frontends), because it's not good to
2833                 load GTK-Plugins gefore gtk_init was called
2834
2835         * configure.ac
2836         * src/plugins/Makefile.am
2837         * src/plugins/trayicon/.cvsignore               ** NEW **
2838         * src/plugins/trayicon/Makefile.am              ** NEW **
2839         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2840         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2841         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2842         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2843         * src/plugins/trayicon/trayicon.c               ** NEW **
2844                 New Trayicon plugin that shows an icon in a systray that uses
2845                 XEMBED protocol like Gnome's systray. Icon shows if there
2846                 are new mails and a tooltip shows information about new,
2847                 unread and total messages.
2848
2849 2003-03-22 [paul]       0.8.11claws38
2850
2851         * src/common/smtp.c
2852                 fix ESMTP AUTH CRAM-MD5
2853                 [sync with main (still version 0.8.11cvs6), see
2854                  ChangeLog 2003-03-22]
2855
2856 2003-03-21 [colin]      0.8.11claws37
2857
2858         * src/send_message.c
2859                 Fix USE_SSL => USE_OPENSSL
2860
2861 2003-03-21 [colin]      0.8.11claws36
2862
2863         * src/folderview.c
2864                 Fix counts in drag and dropped subfolders
2865
2866 2003-03-21 [colin]      0.8.11claws35
2867
2868         * src/folder.c 
2869         * src/folderview.c
2870                 speed up a bit folder dnd
2871
2872 2003-03-20 [alfons]     0.8.11claws34
2873
2874         * src/main.c
2875         * src/toolbar.c
2876         * src/procmsg.c
2877                 don't send locked queue messages
2878                 (feature request "[ 705245 ] Locking message in outbox 
2879                  should prevent sending")
2880
2881 2003-03-20 [christoph]  0.8.11claws33
2882
2883         * src/folder.c
2884                 remove NEW and UNREAD flag in special folders when scanning
2885                 
2886         * src/common/smtp.c
2887                 fix ESMTP AUTH CRAM-MD5
2888
2889 2003-03-20 [paul]       0.8.11claws32
2890
2891         * src/prefs_account.c
2892                 Re-write 'Tunnel command to open connection' as
2893                 'Use command to communicate with server', and disable
2894                 it for all except IMAP accounts
2895
2896 2003-03-20 [paul]       0.8.11claws31
2897
2898         * sync with 0.8.11cvs6
2899                 see ChangeLog 2003-03-20
2900
2901 2003-03-19 [match]      0.8.11claws30
2902
2903         * src/addritem.[ch]
2904                 include documentation. minor refactoring.
2905         * src/addr_compl.[ch]
2906         * src/addrindex.[ch]
2907         * src/addresbook.[ch]
2908         * src/summaryview.c
2909                 re-enable address lookup (was disabled in
2910                 0.8.11claws20).
2911
2912 2003-03-19 [christoph]  0.8.11claws29
2913
2914         * src/procmsg.c
2915                 add temp flag handling, will make moving and copying
2916                 messages possible again
2917
2918         * src/folder.c
2919                 correct calulation of folder stats
2920
2921 2003-03-18 [match]      0.8.11claws28
2922
2923         * src/editgroup.h
2924                 remove case sensitive comparison (closes bug 80).
2925
2926 2003-03-18 [christoph]  0.8.11claws27
2927
2928         * src/imap.c
2929                 fix imap using a tunnel command
2930
2931         (closes bug 87)
2932
2933 2003-03-18 [christoph]  0.8.11claws26
2934
2935         * src/folder.[ch]
2936         * src/imap.c
2937         * src/procmsg.[ch]
2938                 rewrite flag handling for folders
2939
2940 2003-03-18 [christoph]  0.8.11claws25
2941
2942         * src/folder.c
2943         * src/procmsg.c
2944         * src/summaryview.c
2945                 unset NEW and UNREAD flags when message is ignored, to make
2946                 sure messages don't show up as unread on other IMAP clients,
2947                 because the IGNORE_THREAD flag can not be syncronized through
2948                 the IMAP folder
2949
2950 2003-03-17 [christoph]  0.8.11claws24
2951
2952         * src/imap.c
2953                 don't use recursion to fetch uids when the number of messages
2954                 does not match. Moved code into subfunction that is used
2955                 again when needed, to prevent an endless loop.
2956
2957 2003-03-17 [thorsten]   0.8.11claws23
2958
2959         * src/imageview.[ch]
2960                 export imageview_get_resized_size() (for plugins)
2961         * src/prefs_common.[ch]
2962                 added prefs_common_get() (for plugins)
2963
2964 2003-03-17 [christoph]  0.8.11claws22
2965
2966         * src/imap.c
2967                 o remove UID guessing from copy code
2968                 o support UIDPLUS extension for APPEND command
2969
2970 2003-03-17 [paul]       0.8.11claws21
2971
2972         * src/gtk/about.c
2973                 remove 'Compiled-plugins' section.
2974                 
2975         * src/plugins/dillo_viewer/dillo_viewer.c
2976                 slight change to description text
2977
2978 2003-03-16 [match]      0.8.11claws20
2979         * src/ldapserver.[ch]           ** NEW **
2980         * src/ldapctrl.[ch]             ** NEW **
2981         * src/ldapquery.[ch]            ** NEW **
2982         * src/ldaputil.[ch]             ** NEW **
2983         * src/addrcindex.[ch]           ** NEW **
2984         * src/addrquery.h               ** NEW **
2985         * src/addritem.[ch]
2986         * src/addrcache.[ch]
2987         * src/addrindex.[ch]
2988         * src/addr_compl.[ch]
2989         * src/addressbook.[ch]
2990         * src/addrbook.[ch]
2991         * src/editgroup.c
2992         * src/editaddress.c
2993         * src/editldap.c
2994         * src/editldap_basedn.c
2995         * src/vcard.c
2996         * src/jpilot.c
2997         * src/Makefile.am
2998                 included dynamic LDAP queries. improved address
2999                 completion.
3000
3001 2003-03-16 [paul]       0.8.11claws19
3002
3003         * tools/multiwebsearch.pl
3004                 fix a fatal typo
3005
3006 2003-03-16 [christoph]  0.8.11claws18
3007
3008         * src/mimeview.c
3009         * src/plugins/dillo_viewer/dillo_viewer.c
3010         * src/plugins/mathml_viewer/mathml_viewer.c
3011                 make unregistering of MimeViewerFactorys possible
3012
3013 2003-03-16 [alfons]     0.8.11claws17
3014
3015         * configure.ac
3016                 correct typo
3017
3018 2003-03-16 [melvin]     0.8.11claws16
3019
3020         * src/plugins/dillo_viewer.c
3021                 Fixed bug where it was not possible to view more than
3022                 one text/html attachment per message (bug discovered
3023                 by Christoph Hohmann).
3024
3025 2003-03-15 [melvin]     0.8.11claws15
3026
3027         * src/prefs_actions.c
3028                 Fixed compilation warnings.
3029
3030 2003-03-15 [melvin]     0.8.11claws14
3031
3032         * src/plugins/Makefile.am
3033         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3034         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3035         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3036                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3037                 newer (http://dillo.auriga.wearlab.de/).
3038
3039 2003-03-15 [christoph]  0.8.11claws13
3040
3041         * src/imap.c
3042                 don't query imap folder for attributes because we already
3043                 for them from imap_status
3044
3045         * src/mimeview.[ch]
3046                 add support for plugable MimeViewers (unloading Viewers
3047                 not yet complete)
3048
3049         * src/plugins/Makefile.am
3050         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3051         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3052         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3053                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3054                 widget from http://helm.cs.unibo.it/mml-widget/
3055
3056 2003-03-14 [christoph]  0.8.11claws12
3057
3058         * src/folder.[ch]
3059                 o error return code's should better be negative
3060                 o replace printf with debug_print
3061
3062         * src/imap.c
3063                 improve IMAP folder scan by checking UID-NEXT
3064
3065         * src/summaryview.c
3066                 remove check that are unnecessary in my opinion
3067
3068 2003-03-13 [christoph]  0.8.11claws11
3069
3070         * src/folder.[ch]
3071         * src/foldersel.c
3072         * src/folderview.c
3073         * src/imap.c
3074         * src/mbox_folder.c
3075         * src/mh.c
3076         * src/news.c
3077         * src/prefs_scoring.c
3078         * src/summaryview.c
3079                 use a common function to get a displayable name
3080                 for a FolderItem
3081
3082 2003-03-13 [paul]       0.8.11claws10
3083
3084         * tools/Makefile.am
3085           tools/README
3086           tools/multiwebsearch.conf     ** NEW FILE **
3087           tools/multiwebsearch.pl       ** NEW FILE **
3088                 add multiwebsearch Actions script
3089
3090 2003-03-13 [colin]      0.8.11claws9
3091
3092         * src/compose.c
3093                 Remove leading emtpy lines from quoted text
3094                 before quoting it
3095
3096 2003-03-13 [melvin]     0.8.11claws8
3097
3098         * src/prefs_actions.c
3099                 Fixed a memory leak
3100                 Code clean ups
3101                 Added Cancel and OK buttons
3102                 Corrected help text
3103
3104 2003-03-13 [christoph]  0.8.11claws7
3105
3106         * src/account.c
3107         * src/folder.[ch]
3108         * src/imap.c
3109         * src/mainwindow.c
3110         * src/mbox_folder.c
3111         * src/mh.c
3112         * src/news.c
3113         * src/setup.c
3114                 replace more folder type stuff with folder class stuff
3115
3116 2003-03-13 [melvin]     0.8.11claws6
3117
3118         * src/prefs_actions.c
3119                 Added new tokens:
3120                 %u: user provided argument
3121                 %h: user provided argument (hidden on input)
3122                 %s: current text selection in the message view 
3123
3124 2003-03-13 [paul]       0.8.11claws5
3125
3126         * sync with 0.8.11cvs5
3127                 see ChangeLog 2003-03-11, 2003-03-12
3128
3129 2003-03-12 [christoph]  0.8.11claws4
3130
3131         * src/folder.c
3132                 use folder class idstr when writing folderlist.xml
3133
3134         * src/folder.h
3135         * src/imap.c
3136         * src/news.c
3137                 replace folder type checks with folder class checks
3138
3139 2003-03-12 [christoph]  0.8.11claws3
3140
3141         * src/folder.[ch]
3142         * src/imap.[ch]
3143         * src/main.c
3144         * src/mbox_folder.[ch]
3145         * src/mh.[ch]
3146         * src/news.[ch]
3147                 o create a list of known folder classes in the folder system
3148                 o use folder class id strings for folder item identifiers
3149
3150 2003-03-12 [christoph]  0.8.11claws2
3151
3152         * src/imap.c
3153                 fix imap uid validity check
3154
3155 2003-03-12 [christoph]  0.8.11claws1
3156
3157         * src/account.c
3158         * src/folder.[ch]
3159         * src/foldersel.c
3160         * src/folderview.c
3161         * src/imap.c
3162         * src/mainwindow.c
3163         * src/mbox_folder.c
3164         * src/mh.c
3165         * src/news.c
3166         * src/prefs_scoring.c
3167         * src/procmsg.c
3168         * src/setup.c
3169         * src/summaryview.c
3170                 initial restructuring of folder system, seperating
3171                 folders and folder classes
3172
3173 2003-03-12 [paul]       0.8.11claws
3174
3175         0.8.11claws release
3176
3177 2003-03-12 [christoph]
3178
3179         * src/gtk/prefswindow.c
3180                 fix translation of "Page Index"
3181
3182 2003-03-12 [paul]       0.8.10claws110
3183
3184         a sync from 0.8.11cvs4 before the release
3185
3186         * src/common/utils.c
3187                 subject_compare_for_sort(): allow null strings (fixes
3188                 summary sorting).
3189
3190 2003-03-11 [paul]       0.8.10claws109
3191
3192         * po/es.po
3193                 update Spanish translation, submitted by
3194                 Ricardo Mones Lastra
3195
3196 2003-03-11 [melvin]     0.8.10claws108
3197
3198         * po/fr.po
3199                 Updated French translations
3200
3201 2003-03-11 [paul]       0.8.10claws107
3202
3203         * manual/en/Makefile.am
3204           manual/en/*.html
3205                 update English manual, add a new page
3206                 updated by Francois Barriere <fbarriere@atmel.fr>
3207                 
3208         * po/bg.po
3209           po/it.po
3210           po/sr.po
3211                 update Bulgarian, Italian, and Serbian translations
3212                 submitted by George Danchev, Alessandro Maestri, and
3213                 Urke MMI
3214
3215 2003-03-10 [paul]       0.8.10claws106
3216
3217         * src/gtk/about.c
3218           src/gtk/prefswindow.c
3219                 make some strings translatable
3220
3221 2003-03-10 [darko]      0.8.10claws105
3222
3223         * src/compose.c
3224                 code cleanup to make Hiro happy
3225
3226 2003-03-10 [paul]       0.8.10claws104
3227
3228         * sync with 0.8.11cvs2
3229                 see ChangeLog 2003-03-10
3230
3231 2003-03-09 [melvin]     0.8.10claws103
3232
3233         * src/textview.c
3234                 textview_set_font(): fix for message display in
3235                 UTF-8 locales (thanks to Sergey Vlasov).
3236                 (was unintentionnaly reverted in 0.8.6claws6)   
3237
3238 2003-03-08 [darko]      0.8.10claws102
3239
3240         * src/compose.c
3241                 fix infinite loop in wrapping as reported
3242                 by happycactus
3243                 obsoletes patch #696482
3244
3245 2003-03-08 [christoph]  0.8.10claws101
3246
3247         * src/imap.c
3248                 add workaround for IMAP servers that do not
3249                 support the "UID SEARCH UID" command
3250
3251 2003-03-07 [christoph]  0.8.10claws100
3252
3253         * src/plugins/spamassassin/spamassassin.[ch]
3254         * src/plugins/spamassassin/spamassassin_gtk.c
3255                 code cleanup
3256
3257 2003-03-07 [paul]       0.8.10claws99
3258
3259         * po/es.po
3260                 updated Spanish translation, submitted by
3261                 Ricardo Mones Lastra
3262
3263 2003-03-07 [christoph]  0.8.10claws98
3264
3265         * src/send.c
3266                 fix in 0.8.10claws94 was wrong
3267                 local delivery does not require escaping, remove escaping
3268                 code to make signatures of mails with "." lines valid
3269                 
3270                 NOTE: requires that sendmail is executed with "-i" option,
3271                       what is the default now, but has to be changed in all
3272                       exsiting accounts)
3273
3274 2003-03-07 [paul]       0.8.10claws97
3275
3276         * sync with 0.8.11 release
3277                 see ChangeLog 2003-03-07
3278
3279 2003-03-06 [paul]       0.8.10claws96
3280
3281         * src/compose.c
3282                 revert commit 0.8.10claws92
3283
3284 2003-03-06 [paul]       0.8.10claws95
3285
3286         * src/folderview.c
3287                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3288
3289         * src/gtkaspell.c
3290                 fix bug 74, 'Crash opening editor window with pseudo-color
3291                 display'
3292                 
3293         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3294
3295 2003-03-06 [christoph]  0.8.10claws94
3296
3297         * src/send.c
3298                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3299                 all lines starting with a period get an extra period
3300                 inserted
3301                 (found by Simon 'corecode' Schubert)
3302
3303 2003-03-06 [paul]       0.8.10claws93
3304
3305         * src/folderview.c
3306                 if configured font can't be loaded fall back to gtk
3307                 default. (with thanks to Christoph)
3308                 
3309                 closes long-standing bug 15 'Crashes on startup'
3310
3311 2003-03-06 [paul]       0.8.10claws92
3312
3313         * src/compose.c
3314                 freeze text before autosave and thaw afterwards
3315                 fixes bug 67 'autosave make re-rediting message crazy'
3316
3317 2003-03-06 [christoph]  0.8.10claws91
3318
3319         * src/compose.c
3320                 ignore address comment in dupe check for Cc-list
3321
3322         (closes reopened bug 47 Replying to message strips name part of
3323          e-mail addresses of Cc: lines)
3324
3325 2003-03-06 [paul]       0.8.10claws90
3326
3327         * src/Makefile.am
3328                 remove reference to gtkxtext.h as its no longer in
3329                 the repository
3330
3331 2003-03-06 [paul]       0.8.10claws89
3332
3333         * sync with 0.8.10cvs25
3334                 see ChangeLog 2003-03-06
3335
3336 2003-03-06 [oliver]     0.8.10claws88
3337         
3338         * src/messageview.c
3339                 remove include
3340
3341 2003-03-06 [oliver]     0.8.10claws87
3342         
3343         * src/folderview.c 
3344                 remove changes introduced inclaws74
3345         * src/messageview.c
3346                 another attempt to sanely delete and update
3347                 messages deleted in separate messageview
3348
3349 2003-03-05 [christoph]  0.8.10claws86
3350
3351         * src/summaryview.c
3352                 check if "From" matches any account's address if
3353                 addressbook completion of addresses is disabled too
3354
3355         (closes Bug 70 "Display recipient in from" doesn't check
3356          folder's default account)
3357
3358 2003-03-05 [christoph]  0.8.10claws85
3359
3360         * src/compose.c
3361         * src/common/utils.[ch]
3362                 don't strip address comments when building Cc lists
3363
3364         (closes Bug 47 Replying to message strips name part of e-mail addresses
3365          of Cc: lines)
3366
3367         * src/folder.c
3368                 fix return value of copy function
3369
3370 2003-03-05 [christoph]  0.8.10claws84
3371
3372         * src/imap.c
3373                 don't ask imap server for non rfc822 headers
3374
3375         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3376
3377         * src/imap.c
3378                 destroy session on socket error to allow reconnecting
3379
3380 2003-03-05 [christoph]  0.8.10claws83
3381
3382         * configure.ac
3383                 fix building with gnome when no prefix is set
3384
3385         (closes bug 66 Gnome directory is set to NONE)
3386
3387 2003-03-05 [paul]       0.8.10claws82
3388
3389         * sync with 0.8.10cvs23
3390                 see ChangeLog 2003-03-05
3391
3392 2003-03-04 [christoph]  0.8.10claws81
3393
3394         * src/folder.c
3395                 o fix moving and copying when folder returns 0 for new
3396                   message number
3397                 o remove some code for single message copy and move
3398                   operations and use functions for multiple messages
3399
3400         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3401
3402         * src/news.c
3403                 remove unused include
3404
3405 2003-03-04 [paul]       0.8.10claws80
3406
3407         * src/gtk/about.c
3408                 list 'Compiled plugins'
3409
3410 2003-03-03 [christoph]  0.8.10claws79
3411
3412         * src/news.[ch]
3413                 have to multiply the percentage of the current fetch with
3414                 the percentage that it has of the total fetch operation
3415                 for correct values
3416
3417 2003-03-03 [christoph]  0.8.10claws78
3418
3419         * src/news.c
3420                 fix calculation of expected lines for progress indicator
3421
3422 2003-03-03 [christoph]  0.8.10claws77
3423
3424         * src/summaryview.c
3425         * src/common/utils.c
3426                 fix segfault when opening the root news folder
3427
3428 2003-03-03 [christoph]  0.8.10claws76
3429
3430         * src/mainwindow.[ch]
3431         * src/common/Makefile.am
3432         * src/common/progressindicator.[ch]
3433                 add UI independent progress indicator handling
3434
3435         * src/news.[ch]
3436                 use new progress indicator for message info fetching
3437
3438         * src/common/hooks.h
3439                 code cleanup
3440
3441 2003-03-03 [oliver]     0.8.10claws75
3442
3443         * src/toolbar.c
3444         * src/compose.c
3445                 removed commented code
3446
3447 2003-03-03 [oliver]     0.8.10claws74
3448
3449         * src/toolbar.[ch]
3450                 cleanups and refactoring
3451         * src/compose.[ch]
3452                 compose_reply_mode reply & forwarding interface for
3453                 toolbar buttons
3454         * src/folderview.c
3455                 act on messages marked for deletion in folderview_selected
3456                 based on prefs_common.immediate_exec since a message might 
3457                 have been deleted by messageview in a folder we are changing 
3458                 to (does anybody understand what I'm on about ?)
3459
3460 2003-03-03 [oliver]     0.8.10claws73
3461         
3462         * src/messageview.[ch]
3463                 new functions
3464                 - messageview_delete: delete message shown in messagview
3465                 - messageview_update_view: update messageview to currently 
3466                   selected summaryview message
3467                 - add separate messageview to msgview_list in order to update 
3468                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3469         * src/summaryview.[ch]
3470                 summary_get_selection returns a list of selected msgs
3471                 in summaryview
3472         * src/mainwindow.c
3473                 toolbar reply refactoring
3474
3475 2003-03-03 [paul]       0.8.10claws72
3476
3477         * sync with 0.8.10cvs21
3478                 see ChangeLog 2003-03-03
3479
3480 2003-03-02 [christoph]  0.8.10claws71
3481
3482         * src/common/passcrypt.c
3483                 use POSIX includes
3484
3485 2003-03-02 [christoph]  0.8.10claws70
3486
3487         * configure.ac
3488         * src/prefs_account.c
3489         * src/prefs_gtk.[ch]
3490         * src/common/.cvsignore
3491         * src/common/Makefile.am
3492         * src/common/passcrypt.c                ** NEW **
3493         * src/common/passcrypt.h.in             ** NEW **
3494                 Implement password encryption in config files
3495                 using unix encrypt and setkey functions. The crypt
3496                 key can be set as a configure parameter. Old
3497                 passwords will be converted if they do not begin
3498                 with '!'
3499
3500 2003-03-02 [paul]       0.8.10claws69
3501
3502         * src/prefs_account.c
3503                 fix compile error
3504
3505 2003-03-01 [thorsten]   0.8.10claws68
3506
3507         * po/el.po
3508           po/hr.po
3509           po/it.po
3510           po/nl.po
3511           po/sr.po
3512           po/sv.po
3513                 corrected format strings
3514         * po/en_GB.po
3515                 corrected headers
3516                 (fix compile errors with GNU gettext-0.11.5)
3517
3518 2003-03-01 [oliver]     0.8.10claws67
3519
3520         * src/summaryview.c
3521                 menu callbacks call toolbar_menu_reply
3522
3523 2003-03-01 [oliver]     0.8.10claws66
3524
3525         * src/mainwindow.c
3526         * src/messageview.c
3527                 menu callbacks call toolbar_menu_reply
3528         * src/toolbar.[ch]
3529                 callbacks from menu handled by toolbar_menu_reply
3530
3531 2003-03-01 [paul]       0.8.10claws65
3532
3533         * src/addressbook.c
3534                 revert commit 0.8.10claws54 - breaks editing of
3535                 addressbook.
3536                 
3537         * po/bg.po
3538                 update Bulgarian translation, submitted by
3539                 George Danchev
3540
3541 2003-02-28 [christoph]  0.8.10claws64
3542
3543         * src/account.c
3544         * src/addressadd.c
3545         * src/compose.c
3546         * src/gtkaspell.c
3547         * src/gtkxtext.h                ** REMOVE **
3548         * src/imap.c
3549         * src/matcher.[ch]
3550         * src/mh.c
3551         * src/news.c
3552         * src/pine.c
3553         * src/prefs_common.c
3554         * src/prefs_matcher.c
3555         * src/procheader.[ch]
3556         * src/procmsg.[ch]
3557         * src/toolbar.c
3558         * src/common/ssl_certificate.c
3559         * src/gtk/colorlabel.c
3560         * src/gtk/menu.c
3561                 o fix warnings
3562                 o remove code obsoleted by new cache and folder system rework
3563
3564 2003-02-28 [oliver]     0.8.10claws63
3565         
3566         * src/toolbar.[ch]
3567                 * fix bug where reply in Messageview replied to 
3568                 Message displayed in summaryview
3569                 (reportedd via ML by chinatinte at gmx dot ch)
3570                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3571                 didn't work in separate MessageView Toolbar
3572                 (wondering if anybody uses this at all ?)
3573         * src/summaryview.[ch]
3574                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3575                 (generalize reply and forward code);
3576         * src/messageview.c 
3577                 remove focus_in event which updated summaryview to messageview
3578
3579 2003-02-28 [paul]       0.8.10claws62
3580
3581         * po/Makefile.in.in
3582                 add the --check option
3583                 Patch submitted by Ricardo Mones Lastra
3584
3585 2003-02-28 [paul]       0.8.10claws61
3586
3587         * src/prefs_account.c
3588                 re-order 'Signature' items
3589
3590 2003-02-28 [paul]       0.8.10claws60
3591
3592         * sync with 0.8.10cvs20
3593                 see ChangeLog 2003-02-28
3594
3595 2003-02-28 [paul]       0.8.10claws59
3596
3597         * po/POTFILES.in
3598                 update to reflect recent movement of files
3599
3600 2003-02-28 [paul]       0.8.10claws58
3601
3602         * sync with 0.8.10cvs19
3603                 see ChangeLog 2003-02-28
3604
3605 2003-02-27 [martin]     0.8.10claws57
3606
3607         * src/prefs_matcher.c 
3608                 fix segfault in prefs_matcher_ok() when the
3609                 last entry is deleted and prevents that the
3610                 message "entry not saved" comes up after deleting
3611                 an entry
3612
3613 2003-02-27 [martin]     0.8.10claws56
3614
3615         * src/prefs_filtering.c 
3616                 fix segfault in prefs_filtering_ok() when the
3617                 last entry is deleted and prevents that the
3618                 message "entry not saved" comes up after deleting
3619                 an entry
3620
3621 2003-02-27 [paul]       0.8.10claws55
3622
3623         * sync with 0.8.10cvs18
3624                 see ChangeLog 2003-02-27
3625
3626 2003-02-27 [paul]       0.8.10claws54
3627
3628         * src/addressbook.c
3629                 fix bug where the address book crashes with 
3630                 multiple lookups.
3631                 Patch [687729] submitted by David Frager 
3632                 <dbfrager@users.sourceforge.net>
3633
3634 2003-02-25 [christoph]  0.8.10claws53
3635
3636         * src/Makefile.am
3637         * src/colorlabel.[ch]           ** REMOVE **
3638         * src/gtk/Makefile.am
3639         * src/gtk/colorlabel.[ch]       ** NEW **
3640                 move colorlabel files to gtk directory
3641
3642         * src/esmtp.[ch]                ** REMOVE **
3643                 has been merged into smtp.[ch] in 0.7.5
3644
3645 2003-02-25 [christoph]  0.8.10claws52
3646
3647         * src/Makefile.am
3648         * src/about.[ch]                ** REMOVE **
3649         * src/gtk/Makefile.am
3650         * src/gtk/about.[ch]            ** NEW **
3651                 move about files to gtk directory
3652
3653 2003-02-25 [christoph]  0.8.10claws51
3654
3655         * src/folder.c
3656                 some code optimization of folder scanning code
3657
3658         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3659
3660 2003-02-25 [christoph]  0.8.10claws50
3661
3662         * src/main.c
3663         * src/common/sylpheed.c
3664                 add command line parameter parsing to common code
3665
3666 2003-02-24 [christoph]
3667
3668         * Makefile.am
3669         * configure.ac
3670                 fix gnome prefix problems, the configure script now removed
3671                 `gnome-config --prefix` from `gnome-config --datadir`
3672                 and adds $(prefix} instead
3673
3674         (closes Bug 24 Makefile does not respect prefix when installing
3675          GNOME data)
3676
3677 2003-02-24 [christoph]  0.8.10claws49
3678
3679         * src/news.c
3680                 check for valid session before trying to authenticate
3681
3682         (closes Bug 60 crash if "authenticate on logon" is activated
3683          and newsserver-hostname is not valid)
3684
3685 2003-02-24 [melvin]     0.8.10claws48
3686
3687         * src/prefs_actions.c
3688                 Make sure all user's input is sent to the action and then
3689                 close the socket..
3690
3691 2003-02-23 [alfons]     0.8.10claws46
3692
3693         * src/summaryview.c
3694                 also wait cursor when deleting files
3695
3696 2003-02-23 [paul]
3697
3698         * tools/freshmeat_search.pl
3699           tools/google_search.pl
3700                 scripts should now work for any browser/browser command line
3701
3702 2003-02-22 [christoph]  0.8.10claws45
3703
3704         * src/procmsg.c
3705                 fix IMAP flag setting, IMAP flag is not handled correctly
3706                 anymore by the folder system and information about the
3707                 folder should not be saved in the MsgInfo (in my opinion)
3708
3709         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3710
3711 2003-02-22 [christoph]  0.8.10claws44
3712
3713         * src/summaryview.c
3714                 fix spelling of "label" ;-)
3715
3716 2003-02-22 [thorsten]   0.8.10claws43
3717
3718         * src/mimeview.c
3719           src/prefs_common.[ch]
3720           src/procmime.[ch]
3721                 do not use description as attachment name
3722
3723 2003-02-22 [alfons]     0.8.10claws42
3724
3725         * src/summaryview.c
3726                 freeze/thaw folder item updates when changing color labels,
3727                 and put a wait cursors on
3728
3729 2003-02-22 [thorsten]   0.8.10claws41
3730
3731         * src/mimeview.c
3732                 save-all fixes: crash if invoked on multipart container,
3733                 mimeinfo access, pathseparators, error dialog
3734
3735 2003-02-21 [alfons]     0.8.10claws40
3736
3737         * src/prefs_gtk.c
3738                 remove unused var
3739
3740 2003-02-21 [colin]      0.8.10claws39
3741
3742         * src/send.c
3743                 Fix smtp logging
3744
3745 2003-02-21 [colin]      0.8.10claws38
3746
3747         * src/summaryview.c
3748                 Freeze/thaw folderItem updates when filtering messages 
3749                 via Tools/Filter messages
3750
3751 2003-02-21 [paul]       0.8.10claws37
3752
3753         * src/compose.c
3754                 revert commit 0.8.10claws26, there are ulterior motives
3755                 for users to set a Reply-To header when posting to
3756                 newsgroups
3757
3758 2003-02-21 [paul]       0.8.10claws36
3759
3760         * sync with 0.8.10cvs17
3761                 see ChangeLog 2003-02-21
3762
3763 2003-02-20 [christoph]  0.8.10claws35
3764
3765         * src/imap.c
3766                 IMAP UID fetch speedup using SEARCH
3767
3768         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3769
3770         * src/imap.c
3771                 fix problem with UIDs in IMAP UID cache that no longer existed
3772
3773 2003-02-20 [christoph]  0.8.10claws34
3774
3775         * src/imap.c
3776         * src/procheader.c
3777         * src/procheader.h
3778                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3779
3780         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3781
3782         * src/imap.c
3783                 Rewrite imap_cmd_gen_recv use sock_getline instead
3784                 of sock_gets to avoid problems with too long reply
3785                 lines
3786     
3787 2003-02-20 [colin]      0.8.10claws33
3788         
3789         * src/prefs_account.c
3790                 Better wording
3791
3792 2003-02-20 [colin]      0.8.10claws32
3793
3794         * src/compose.c
3795                 Remove useless '&& !to_sender' 
3796
3797 2003-02-20 [darko]
3798
3799         * AUTHORS
3800                 change my e-mail address
3801
3802 2003-02-19 [colin]      0.8.10claws31
3803
3804         * src/prefs_common.c
3805                 X11 style colors for every configurable color
3806
3807 2003-02-19 [alfons]     0.8.10claws30
3808
3809         * src/prefs_gtk.[ch]
3810         * src/prefs_common.c
3811                 for color_new accept both plain integers and X11 style color
3812                 names (as found in /usr/lib/X11/rgb.txt)
3813
3814 2003-02-19 [paul]       0.8.10claws29
3815
3816         * src/mainwindow.c
3817                 add tooltips to online/offline button and account selector
3818                 button
3819
3820 2003-02-19 [paul]       0.8.10claws28
3821
3822         * src/folder.c
3823           src/news.c
3824           src/prefs_account.[ch]
3825           src/prefs_common.[ch]
3826                 move 'Maximum number of articles to download' to
3827                 account prefs.
3828                 clean up account prefs gui a little by hiding entries
3829                 rather then greying out entries
3830
3831 2003-02-19 [hiro]       0.8.10claws27
3832
3833         * src/common/utils.c
3834                 fix bug #54 'yesterdays date is displayed in the message 
3835                 summary window'
3836
3837 2003-02-19 [paul]       0.8.10claws26
3838
3839         * src/compose.c
3840                 fix bug reported in Feature Request [688596] 
3841                 'Reply-to header in news'
3842
3843 2003-02-18 [paul]       0.8.10claws25
3844
3845         * src/select-keys.c
3846                 add a 'List all keys' button to key selection dialog
3847
3848 2003-02-18 [colin]      0.8.10claws24
3849         
3850         * src/stock_pixmap.c
3851                 fix compile error
3852
3853 2003-02-18 [colin]      0.8.10claws23
3854
3855         * src/common/smtp.[ch]
3856           src/prefs_account.c
3857                 Try to starttls if it seems to be the only
3858                 way to authenticate a user
3859
3860 2003-02-18 [paul]       0.8.10claws22
3861
3862         * src/Makefile.am
3863           src/folderview.c
3864           src/stock_pixmap.[ch]
3865           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3866           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3867                 as a Drafts folder is a special folder allow it to have
3868                 its own unique icons
3869
3870 2003-02-18 [colin]      0.8.10claws21
3871
3872         * src/imap.c
3873                 Fix port selection when using starttls
3874
3875 2003-02-18 [paul]       0.8.10claws20
3876
3877         * src/mainwindow.c
3878           src/prefs_common.[ch]
3879                 make blue the default new mail colour
3880
3881 2003-02-18 [paul]       0.8.10claws19
3882
3883         * sync with 0.8.10cvs14
3884                 see ChangeLog 2003-02-18
3885
3886 2003-02-17 [jens]       0.8.10claws18
3887
3888         * src/common/md5.c
3889                 fixed a compile problem with gcc 3.3
3890                 works on 2.95.3 too (testet on PPC as it is big endian)
3891
3892 2003-02-17 [paul]       0.8.10claws17
3893
3894         * sync with 0.8.10cvs13
3895                 see ChangeLog 2003-02-17
3896
3897 2003-02-17 [paul]       0.8.10claws16
3898
3899         * sync with 0.8.10cvs12
3900                 see ChangeLog 2003-02-17
3901
3902 2003-02-16 [match]      0.8.10claws15
3903
3904         * src/addressbook.c
3905                 Eliminates reloading of address data when items
3906                 deleted or added. Applied submitted by
3907                 Luke Plant <lukeplant@softhome.net>
3908
3909 2003-02-16 [paul]       0.8.10claws14
3910
3911         * src/news.c
3912                 when a 'protocol error' is encountered disconnect from
3913                 the server. This means that the user can carry on viewing
3914                 other articles and doesn't have to either wait until the
3915                 server timesout or quit sylpheed.
3916                 Fixes bug #53 'Unable to read messages in newsgroups, 
3917                 displayed message doesn't change'
3918
3919 2003-02-15 [christoph]  0.8.10claws13
3920
3921         * src/imap.c
3922                 fix bug that stopped scanning of folders when an
3923                 IMAP folder was empty
3924
3925         (closes bug 46 stop scan messages in folders after empty folder)
3926
3927 2003-02-15 [paul]
3928
3929         * tools/Makefile.am
3930           tools/README
3931           tools/freshmeat_search.pl     ** NEW FILE **
3932           tools/google_search.pl        ** NEW FILE **
3933                 Add 2 Actions scripts which search freshmeat/google
3934                 for the selected text using the browser configured
3935                 in sylpheedrc.
3936                 
3937         Note: These scripts are very dependent on the format of the
3938         browser command and may not work on every occasion. Testing
3939         is welcome. 
3940
3941 2003-02-14 [alfons]     0.8.10claws12
3942
3943         * src/compose.c
3944                 fix breakage because of uninitialized account pointer.
3945                 please verify.
3946
3947 2003-02-14 [paul]       0.8.10claws11
3948
3949         * src/compose.c
3950           src/prefs_account.[ch]
3951           src/prefs_common.[ch]
3952                 move signature settings to Account Prefs
3953
3954 2003-02-14 [paul]       0.8.10claws10
3955
3956         * sync with 0.8.10cvs11
3957                 see ChangeLog 2003-02-14
3958
3959 2003-02-13 [thorsten]   0.8.10claws9
3960
3961         * src/news.c
3962                 revert news progressbar (GUI separation)
3963
3964 2003-02-13 [paul]       0.8.10claws8
3965
3966         * src/compose.c
3967                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3968                 paragraph 1
3969
3970 2003-02-13 [paul]       0.8.10claws7
3971
3972         * src/compose.[ch]
3973           src/summaryview.c
3974                 fix 'Follow-up and Reply-to' so that it creates a reply to
3975                 the newsgroup and the sender. If the message has the keyword
3976                 'poster' in the Followup-To header, all replies go to the
3977                 sender, re: RFC 1036, Section 2.2.3
3978                 rename all instances of 'ignore_replyto' to 'to_sender', both
3979                 were previously used, now we use just one.
3980
3981 2003-02-13 [paul]       0.8.10claws6
3982
3983         * sync with 0.8.10cvs9
3984                 see ChangeLog 2003-02-13
3985
3986 2003-02-13 [paul]       0.8.10claws5
3987
3988         * configure.ac
3989                 show which plugins are configured in the configure
3990                 output.
3991
3992 2003-02-12 [thorsten]   0.8.10claws4
3993
3994         * src/news.c
3995                 show progress while fetching news headers
3996
3997 2003-02-12 [christoph]  0.8.10claws3
3998
3999         * configure.ac
4000         * src/plugins/Makefile.am
4001                 use AM_CONDITIONAL to enable plugins, automake correctly
4002                 manages this when creating distdir
4003
4004 2003-02-12 [christoph]  0.8.10claws2
4005
4006         * ac/spamassassin.m4
4007         * src/plugins/spamassassin/Makefile.am
4008                 fix building SpamAssassin plugin without OpenSSL
4009
4010 2003-02-12 [paul]       0.8.10claws1
4011
4012         * ac/Makefile.am
4013           src/Makefile.am
4014           src/plugins/Makefile.am
4015                 fix failure of 'make release'
4016
4017 2003-02-12 [paul]       0.8.10claws
4018
4019         * 0.8.10claws released
4020
4021 2003-02-12 [paul]       0.8.9claws56
4022
4023         * po/bg.po
4024           po/es.po
4025           po/it.po
4026           po/ru.po
4027           po/sr.po
4028                 updated translations by George Danchev, Ricardo Mones Lastra,
4029                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4030                 
4031         * sylpheed.spec.in
4032                 Allow the building of RPMs by a regular user. Submitted
4033                 by Sergei Astanin
4034
4035 2003-02-11 [alfons]     0.8.9claws55
4036
4037         * src/colorlabel.c
4038                 don't use pixmaps for label color rect but draw rectangles
4039                 so we can respect the color map of palette based visuals
4040                 (fixes the long time crashes on Suns - thanks to Andreas
4041                 Engel and Steve O'Hara-Smith for testing)
4042
4043 2003-02-11 [christoph]  0.8.9claws54
4044
4045         * src/matcher_parser_parse.y
4046                 correct bug where filering rules of not existing folders in
4047                 matcherrc were added to global filtering
4048                 
4049         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4050          main filter-rules after removing directory, http://bugs.debian.org/180253)
4051         
4052 2003-02-11 [paul]       0.8.9claws53
4053
4054         * sync with 0.8.10cvs7
4055                 see ChangeLog 2003-02-09
4056
4057 2003-02-11 [melvin]     0.8.9claws52
4058
4059         * po/fr.po
4060                 Updated French tranlsations
4061
4062 2003-02-10 [paul]       0.8.9claws51
4063
4064         * sylpheed.spec.in
4065                 correct --enable-openssl
4066                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4067
4068 2003-02-09 [martin]     0.8.9claws50
4069
4070         * src/prefs_matcher.c
4071                 fix segfault in prefs_matcher_substitute_cb() when
4072                 no row is selected
4073
4074 2003-02-09 [paul]       0.8.9claws49
4075
4076         * src/folderview.c
4077                 fix bug where a newsgroup folder's processing rules were
4078                 merged with the global filtering rules when the newsgroup
4079                 folder was deleted, causing some seriously bad results,
4080                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4081
4082 2003-02-08 [melvin]     0.8.9claws48
4083
4084         * src/compose.c
4085                 Corrected and modified an alert message.
4086
4087 2003-02-07 [paul]       0.8.9claws47
4088
4089         * src/folderview.c
4090                 fix bug where both an 'Account properties' window and a
4091                 'Folder properties' window were opened when clicking on
4092                 'Properties' in an NNTP or IMAP folder's popup menu.
4093
4094 2003-02-07 [paul]       0.8.9claws46
4095
4096         * sync with 0.8.10cvs6
4097                 see ChangeLog 2003-02-06
4098
4099 2003-02-06 [christoph]  0.8.9claws45
4100
4101         * src/mbox.c
4102                 freeze folder updates while importing mbox files
4103                 (closes bug 43 importing mbox took hours)
4104                 
4105         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4106
4107 2003-02-06 [thorsten]   0.8.9claws44
4108
4109         * po/de.po
4110                 Updated german translations
4111
4112 2003-02-06 [thorsten]   0.8.9claws43
4113
4114         * src/news.h
4115                 use guint for message numbers (fix count in grouplist dialog)
4116
4117 2003-02-05 [paul]       0.8.9claws42
4118
4119         * sync with 0.8.10cvs2
4120                 see ChangeLog 2003-02-05
4121
4122 2003-02-04 [colin]      0.8.9claws41
4123
4124         * src/prefs_common.[ch]
4125           src/procmsg.c
4126           src/summaryview.c
4127                 Add an option to disable threading by subject
4128
4129 2003-02-04 [christoph]  0.8.9claws40
4130
4131         * src/inc.c
4132                 only abort fetching mails from multiple accounts when the
4133                 error is fatal and does not allow to check any more accounts
4134                 (currently only disk full error)
4135
4136         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4137          receive mails for other accouts)
4138
4139 2003-02-04 [christoph]  0.8.9claws39
4140
4141         * src/folder.c
4142                 first add the new message to the cache, then
4143                 send the update notification
4144
4145         (closes bug 39 after sending message folderview doesnt get updated)
4146
4147 2003-02-04 [colin]      0.8.9claws38
4148
4149         * src/inc.c
4150                 _really_ fix this Connecting... status
4151
4152 2003-02-04 [paul]       0.8.9claws37
4153
4154         * sync with 0.8.10
4155                 see ChangeLog 2003-02-04
4156
4157 2003-02-04 [paul]       0.8.9claws36
4158
4159         * sync with 0.8.9cvs6
4160                 see ChangeLog 2003-02-03
4161
4162 2003-02-04 [paul]       0.8.9claws35
4163
4164         * po/pt_BR.po
4165                 updated by André Filipe de Assunção e Brito 
4166                 <bedecko@netsite.com.br>
4167
4168 2003-02-03 [thorsten]   0.8.9claws34
4169
4170         * po/de.po
4171                 Updated german translations
4172
4173 2003-02-02 [paul]       0.8.9claws33
4174
4175         * po/es.po
4176                 updated by Ricardo Mones Lastra
4177
4178 2003-02-02 [thorsten]   0.8.9claws32
4179
4180         * src/mh.c
4181                 Fix mh_get_msginfo() segfault if file is inaccessible
4182
4183 2003-01-31 [colin]      0.8.9claws31
4184
4185         * src/procheader.c
4186                 Fix last commit's bug
4187
4188 2003-01-31 [colin]      0.8.9claws30
4189
4190         * src/procheader.c
4191                 Missing a change for gpg-signed messages
4192
4193 2003-01-31 [paul]       0.8.9claws29
4194
4195         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4196           src/procheader.c
4197           src/stock_pixmap.[ch]
4198           src/summaryview.c
4199                 indicate GnuPG signed messages by displaying an icon
4200                 in the Attachment column.
4201
4202 2003-01-31 [paul]       0.8.9claws28
4203
4204         * sync with 0.8.9cvs4
4205                 see ChangeLog 2003-01-31
4206
4207 2003-01-31 [alfons]     0.8.9claws27
4208
4209         * src/textview.c
4210                 tune URI parser to accept mailto URLs with a '?'
4211                 (patch from Ruslan Balkin)
4212
4213 2003-01-31 [colin]      0.8.9claws26
4214
4215         * src/summaryview.c
4216                 Fix a leak introduced in claws24
4217
4218 2003-01-31 [colin]      0.8.9claws25
4219
4220         * src/summaryview.c
4221                 Freeze/Thaw folder updates when deleting dups
4222
4223 2003-01-31 [colin]      0.8.9claws24
4224         
4225         * src/addr_compl.c
4226           src/summaryview.c
4227           src/msgcache.c
4228                 little speed improvements
4229
4230 2003-01-31 [colin]      0.8.9claws23
4231
4232         * src/summaryview.c
4233                 Fix segfault when forwarding nothing
4234                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4235                 
4236 2003-01-30 [paul]       0.8.9claws22
4237
4238         * sync with 0.8.9cvs3
4239                 see ChangeLog 2003-01-30
4240
4241 2003-01-30 [paul]       0.8.9claws21
4242
4243         * sync with 0.8.9cvs2
4244                 see ChangeLog 2003-01-30
4245
4246 2003-01-29 [paul]       0.8.9claws20
4247
4248         * sync with 0.8.9cvs1
4249                 see ChangeLog 2003-01-29
4250
4251 2003-01-28 [paul]       0.8.9claws19
4252
4253         * po/POTFILES.in
4254                 update to reflect changes. 
4255                 thanks to Ricardo Mones Lastra
4256
4257 2003-01-27 [christoph]  0.8.9claws18
4258
4259         * ac/openssl.m4
4260         * ac/spamassassin.m4
4261         * src/plugins/spamassassin/README
4262         * src/plugins/spamassassin/libspamc.[ch]
4263         * src/plugins/spamassassin/utils.[ch]
4264                 updated to latest libspamc
4265
4266 2003-01-27 [christoph]  0.8.9claws17
4267
4268         * src/folder.c
4269                 fix wrong use of procheader_get_header_fields
4270
4271 2003-01-27 [christoph]  0.8.9claws16
4272
4273         * src/news.c
4274         * src/prefs_account.[ch]
4275         * src/common/nntp.[ch]
4276                 allow to force authentication for NNTP servers
4277
4278         Patch submitted by Florian Mickler <dmk@d-labs.de>
4279
4280 2003-01-26 [paul]       0.8.9claws15
4281
4282         * src/summaryview.c
4283                 speed up of marking messages as read
4284                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4285
4286 2003-01-26 [christoph]  0.8.9claws14
4287
4288         * src/Makefile.am
4289         * src/mgutils.[ch]              ** REMOVE **
4290         * src/xml.[ch]                  ** REMOVE **
4291         * src/xmlprops.[ch]             ** REMOVE **
4292         * src/common/Makefile.am
4293         * src/common/mgutils.[ch]       ** NEW **
4294         * src/common/xml.[ch]           ** NEW **
4295         * src/common/xmlprops.[ch]      ** NEW **
4296                 move xml files to common directory
4297
4298 2003-01-26 [christoph]  0.8.9claws13
4299
4300         * src/plugins/spamassassin/spamassassin_gtk.c
4301                 only set gtk entry text if string is available
4302
4303 2003-01-26 [melvin]     0.8.9claws12
4304
4305         * src/description_window.c
4306                 Allow resizing of the window
4307                 Allow automatic horizontal scroll bar
4308                 Do not vertically expand and fill
4309
4310 2003-01-26 [christoph]  0.8.9claws11
4311
4312         * src/Makefile.am
4313         * src/gtkutils.[ch]             ** REMOVE **
4314         * src/common/sylpheed.c
4315         * src/gtk/Makefile.am
4316         * src/gtk/description_window.c
4317         * src/gtk/gtkutils.[ch]         ** NEW **
4318         * src/gtk/prefswindow.c
4319                 move gtkutils to gtk directory
4320
4321 2003-01-26 [paul]       0.8.9claws10
4322
4323         * src/summaryview.c
4324                 rename summary_unread_clicked() to summary_status_clicked()
4325
4326 2003-01-26 [melvin]     0.8.9claws9
4327
4328         * src/prefs_actions.c
4329                 Cosmetical changes to the help text
4330
4331 2003-01-26 [paul]       0.8.9claws8
4332
4333         * src/folder.[ch]
4334           src/mainwindow.c
4335           src/prefs_common.c
4336           src/prefs_sumamry_column.c
4337           summaryview.[ch]
4338                 rename the 'Unread' column to 'Status'
4339
4340 2003-01-25 [match]      0.8.9claws7
4341
4342         * src/mgutils.[ch]
4343                 removed reference to LDAP constants. removed error2string.
4344                 included functions to support LDAP dynamic queries.
4345         * src/syldap.h
4346                 moved LDAP constants here.
4347         * src/addressbook.c
4348         * src/addrindex.c
4349         * src/importldif.c
4350                 removed references to LDAP constants and references to
4351                 error2string.
4352
4353 2003-01-25 [paul]       0.8.9claws6
4354
4355         * src/summaryview.c
4356                 summary_thread_build(), summary_thread_init(): remove 
4357                 unneeded reference to summaryview->folder_item
4358
4359 2003-01-25 [christoph]  0.8.9claws5
4360
4361         * src/gtk/description_window.c
4362                 o allow description texts to expand over multiple columns
4363                 o translate all columns
4364         * src/prefs_actions.c
4365                 change syntax description to use new multi column feature
4366
4367         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4368
4369 2003-01-25 [match]      0.8.9claws4
4370
4371         * src/vcard.c
4372                 fixed bug with Quoted-Printable
4373
4374 2003-01-25 [paul]       0.8.9claws3
4375
4376         * src/folder.[ch]
4377           src/summaryview.[ch]
4378                 implement per-folder collapsed/expanded threads setting
4379                 
4380         * src/prefs_common.c
4381                 remove global collapsed/expanded threads option
4382
4383 2003-01-25 [christoph]  0.8.9claws2
4384
4385         * po/POTFILES.in
4386                 add pluginwindow and prefswindow
4387         * src/compose.c
4388                 make send respond correctly to messages that could be added
4389                 to the queue folder, but the UID of the message is unknown
4390         * src/folder.c
4391         * src/imap.c
4392                 don't return guessed UIDs in imap_add_msg anymore. We return
4393                 0 to tell the folder system it was appened but the UID is
4394                 unknown. Folder system now get's the UID by scaning the folder
4395                 and searching the cache for the Message-ID
4396                 (closes bug #29 Messages queued, but not sent)
4397
4398 2003-01-25 [paul]       0.8.9claws1
4399
4400         * src/codeconv.c
4401                 conv_encode_header():  fix bug when long headers with 8-bit
4402                 characters are used, so that the encoded words are wrapped.
4403                 If the space in the original text falls on the wrap boundary,
4404                 it can be lost.
4405                 Patch by Sergey Vlasov.
4406                 
4407         * src/folderview.c
4408                  fix bug where a change to the sorting method or thread view
4409                  of a folder's messages is lost if simpify-subject is set and
4410                  toggled on or off.
4411                  Patch by Luke Plant.
4412
4413 2003-01-24 [paul]       0.8.9claws
4414
4415         * sylpheed-0.8.9claws released
4416         
4417         * Makefile.am
4418           sylpheed.spec.in
4419                 remove reference to 'INSTALL.jp'
4420
4421 2003-01-23 [paul]       0.8.8claws128
4422
4423         * po/es.po
4424           po/it.po
4425           po/ru.po
4426           po/sr.po
4427                 updated translations. submitted by Ricardo Mones Lastra,
4428                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4429
4430 2003-01-23 [colin]      0.8.8claws127
4431
4432         * src/compose.c
4433                 Fix drafted and queued news articles re-edition
4434
4435 2003-01-23 [melvin]     0.8.8claws126
4436
4437         * po/fr.po
4438                 Updated French translations
4439
4440 2003-01-23 [colin]      0.8.8claws125
4441
4442         * src/inc.c
4443                 Fix "Connecting to..." status message
4444
4445 2003-01-22 [paul]       0.8.8claws124
4446
4447         * po/bg.po
4448                 updated by George Danchev
4449                 
4450         * src/folder.c
4451                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4452                 and folder deletion
4453
4454 2003-01-21 [paul]       0.8.8claws123
4455
4456         * po/bg.po
4457                 updated by George Danchev
4458                 
4459         * src/about.c
4460                 its now 2003
4461                 
4462         * src/toolbar.c
4463                 don't translate 'Separator'
4464                 
4465         * src/plugins/spamassassin/Makefile.am
4466                 add aspell to CPPFLAGS
4467                 
4468         * src/plugins/spamassassin/spamassassin.c
4469           src/plugins/spamassassin/spamassassin_gtk.c
4470                 set correct default for spamassassin_receive_spam
4471                 slightly re-word descriptions and some
4472                 other minor changes
4473
4474 2003-01-19 [alfons]     0.8.8claws122
4475                 
4476         * src/mimeview.c
4477                 mimeview_save_as(): we might as well show the file name for
4478                 the single case "Save As" too
4479
4480 2003-01-19 [alfons]     0.8.8claws121
4481
4482         * src/crash.c
4483                 change bug tracker URL to bugzilla URL
4484
4485 2003-01-19 [alfons]     0.8.8claws120
4486
4487         * src/mimeview.c
4488                 mimeview_save_all(): display name of file before overwriting;
4489                 continue saving all, even when one overwrite was cancelled
4490
4491 2003-01-19 [christoph]  0.8.8claws119
4492
4493         * src/summaryview.c
4494         * src/procmsg.[ch]
4495                 fix wrong usage of procmsg_find_children in summaryview
4496                 by using procmsg_update_unread_children instead of
4497                 summaryview_update_unread_children
4498
4499 2003-01-19 [christoph]  0.8.8claws118
4500
4501         * src/procmsg.c
4502                 fix infinite loop in procmsg_find_children
4503                  (closes bug #25 sylpheed crashes on delete.)
4504
4505         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4506
4507 2003-01-19 [paul]       0.8.8claws117
4508
4509         * po/pt_BR.po
4510                 updated by Ivan Francolin Martinez
4511
4512 2003-01-18 [melvin]     0.8.8claws116
4513
4514         * src/prefs_actions.c
4515                 Removed syntax limitation of only one '&' at the end of command.
4516                         Now actions that contain '>/dev/null 2>&1' are possible.
4517
4518 2003-01-18 [melvin]     0.8.8claws115
4519
4520         * src/prefs_actions.c
4521                 Actions IO dialog: when the action ends
4522                 the "Close" button now has focus and [Escape] closes the
4523                 window.
4524
4525 2003-01-18 [christoph]  0.8.8claws114
4526
4527         * src/procmsg.c
4528                 o add debug output when MsgInfos are really freed
4529                 o free GSLists in procmsg_find_children and
4530                   procmsg_update_unread_children
4531
4532 2003-01-18 [christoph]  0.8.8claws113
4533
4534         * src/mainwindow.c
4535                 reorder Configuration menu
4536
4537 2003-01-18 [christoph]  0.8.8claws112
4538
4539         * src/compose.c
4540                 fix applying templates to forwarded messages
4541
4542         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4543
4544 2003-01-17 [christoph]  0.8.8claws111
4545
4546         * src/folder.c
4547                 destroy folder items, when a folder item is removed
4548
4549 2003-01-17 [christoph]  0.8.8claws110
4550
4551         * src/folder.c
4552                 fix wrong folder stats update when ignored message is
4553                 deleted
4554
4555 2003-01-17 [colin]      0.8.8claws109
4556         
4557         * src/mainwindow.c
4558         * src/summaryview.c
4559                 Quicksearch bugfixes: 
4560                 - hide help button at startup if not extended
4561                 - switch to extended when looking for replies
4562
4563 2003-01-17 [paul]
4564
4565         * sync with 0.8.9 release
4566
4567 2003-01-17 [paul]       0.8.8claws108
4568
4569         * sync with 0.8.8cvs11
4570                 see ChangeLog 2003-01-17
4571
4572 2003-01-16 [colin]      0.8.8claws107
4573
4574         * src/procmsg.c
4575                 Changed encryption test to re-ask passphrase
4576                 if an encrypted message hasn't been decrypted
4577                 Fixes bug #5
4578
4579 2003-01-16 [christoph]  0.8.8claws106
4580
4581         * src/prefs_gtk.c
4582         * src/prefs_toolbar.c
4583         * src/gtk/prefswindow.h
4584         * src/plugins/spamassassin/spamassassin_gtk.c
4585                 remove page destroy function that is not used anymore
4586
4587 2003-01-16 [paul]       0.8.8claws105
4588
4589         * sync with 0.8.8cvs9
4590                 see ChangeLog 2002-01-16
4591
4592 2003-01-16 [colin]      0.8.8claws104
4593
4594         * src/compose.[ch]
4595                 Fix bug with autosaved drafts for IMAP, when draft
4596                 folder is specified - fixes bugzilla bug #20
4597
4598 2003-01-15 [paul]       0.8.8claws103
4599
4600         * src/compose.[ch]
4601           src/procmsg.c
4602                 store folder and message-id of message forwarding
4603                 in queue header and set forward flag after sending
4604
4605 2003-01-15 [paul]       0.8.8claws102
4606
4607         * sync with 0.8.8cvs8
4608                 see ChangeLog 2002-01-15
4609
4610 2003-01-15 [colin]      0.8.8claws101
4611
4612         * src/Makefile.am
4613                 Fix linking with GNU libiconv
4614
4615 2003-01-15 [darko]      0.8.8claws100
4616
4617         * src/pine.c
4618                 fix crash when importing pine address book
4619                 entry with an empty name (reported by DY
4620                 <dybulk at tri8.net>)
4621
4622 2003-01-14 [paul]       0.8.8claws99
4623
4624         * configure.in  ** REMOVED **
4625           configure.ac  ** NEW FILE **
4626                 rename configure.in to configure.ac, as it is now
4627                 preferred
4628
4629 2003-01-14 [melvin]     0.8.8claws98
4630
4631         * src/folderview.c
4632                 folderview_check_new(): More precise function description
4633
4634 2003-01-14 [melvin]     0.8.8claws97
4635
4636         * src/folderview.c
4637                 folderview_check_new(): return the number of new messages 
4638                         since last check.
4639         * src/inc.c
4640                 inc_account_mail(): Disable counting of new messages for IMAP
4641                         and NNTP until bug [19] and [14] are fixed.
4642
4643 2003-01-14 [paul]       0.8.8claws96
4644
4645         * sync with 0.8.8cvs6
4646                 see ChangeLog 2003-01-14
4647
4648 2003-01-13 [alfons]     0.8.8claws95
4649
4650         * src/textview.c
4651                 tune email address validation (c. 0.8.8claws89): if . is 
4652                 just one char away from @, the address is invalid too 
4653                 (correctly rejects addresses like foo@.com)
4654
4655 2003-01-13 [paul]       0.8.8claws94
4656
4657         * src/messageview.c
4658           src/toolbar.c
4659                 fixes to the Message View toolbar and menu:
4660                 fix non-functioning Forward button
4661                 make Reply button consider default_reply_list
4662                 remove 'Follow-up...' menu entry
4663                 add 'Forward' and 'Redirect' menu entries
4664
4665 2003-01-13 [melvin]     0.8.8claws93
4666
4667         * src/inc.c
4668                 Fixed typo that could make new messages count incorrect.
4669
4670 2003-01-13 [melvin]     0.8.8claws92
4671
4672         * src/folderview.[ch]
4673                 folderview_check_new(): return the number of new messages.
4674         * src/inc.c
4675                 Should fix bug [14] where new mail notification worked 
4676                         incorrectly with IMAP accounts.
4677                 inc_spool_account(): return number of new msgs, or -1 on error
4678                 inc_all_spool(): return number of new msgs
4679                 
4680 2003-01-13 [melvin]     0.8.8claws91
4681
4682         * src/prefs_actions.c
4683                 Justify help text.
4684
4685 2003-01-12 [thorsten]   0.8.8claws90
4686
4687         * src/common/prefs.c
4688                 close file before rename
4689
4690 2003-01-12 [alfons]     0.8.8claws89
4691
4692         * AUTHORS
4693                 add Christian Mertes
4694         * src/common/utils.[ch]
4695                 g_stricase_hash(), g_stricase_equal(): functions for 
4696                 case insensitive hash tables
4697         * src/textview.c
4698                 use top level domain names to validate email address, based
4699                 on a patch by Christian Mertes (thanks!), but changed 
4700                 implementation to use a hash table 
4701
4702 2003-01-12 [paul]       0.8.8claws88
4703
4704         * po/bg.po
4705                 updated by George Danchev
4706
4707 2003-01-12 [alfons]     0.8.8claws87
4708
4709         * src/summaryview.c
4710                 delete / execute performance: use new style folder update
4711
4712 2003-01-12 [paul]       0.8.8claws86
4713
4714         * sync with 0.8.8cvs5
4715                 see ChangeLog 2003-01-13 (!)
4716
4717 2003-01-12 [alfons]     0.8.8claws85
4718
4719         * src/filtering.c
4720         * src/matcher_parser_parse.y
4721                 prepare change_score filtering action
4722         * src/matcher.[ch]
4723                 give up const-correctness on functions that call non-const-correct functions;
4724                 several casts to gpointer in g_free();
4725                 add change_score;
4726
4727 2003-01-12 [christoph]  0.8.8claws84
4728
4729         * src/compose.c
4730                 fix 2 warnings
4731
4732         * src/gtk/prefswindow.[ch]
4733         * src/plugins/spamassassin/spamassassin_gtk.c
4734                 changed the call of the widget create function
4735                 for PrefsPages, because sometimes the widget
4736                 create function needs a widget that already has
4737                 been attached to a window (to create GDK pixmaps
4738                 for exmaple). So we simply pass the GtkWindow as
4739                 the second parameter now.
4740
4741         * src/main.c
4742         * src/mainwindow.c
4743         * src/prefs_toolbar.[ch]
4744                 rewrite Toolbar Preferences using the new
4745                 prefs window
4746
4747 2003-01-11 [alfons]     0.8.8claws83
4748
4749         * src/addressadd.c
4750                 fix crash when adding sender to addressbook because status bar
4751                 isn't there (the status bar doesn't seem to be used though,
4752                 but I'll let Match decide what to do with it)
4753
4754 2003-01-11 [colin]      0.8.8claws82
4755
4756         * src/main.c
4757           src/toolbar.c
4758                 Two useless changes reversed
4759
4760 2003-01-11 [colin]      0.8.8claws81
4761
4762         * src/mainwindow.c
4763           src/mainwindow.h
4764                 Add mainwindow_get_mainwindow()
4765         * src/alertpanel.c
4766           src/alertpanel.h
4767                 Add alertpanel_error_log() 
4768         * src/compose.c
4769           src/inc.c
4770           src/messageview.c
4771           src/toolbar.c
4772           src/main.c
4773           src/procmsg.c
4774                 Network errors get a View Log button
4775
4776 2003-01-10 [alfons]     0.8.8claws80
4777
4778         * src/prefs_toolbar.c
4779         * src/toolbar.c
4780                 use the translatable string for "Separator" as file name for
4781                 separator toolbar items (probably make this uppercase?)
4782
4783 2003-01-10 [alfons]     0.8.8claws79
4784
4785         * src/prefs_toolbar.c
4786                 put right A_SEPARATOR description string in "displayed
4787                 toolbar items list" so manually added separators are
4788                 saved correctly (bug #10, "Adding a separator to the main 
4789                 toolbar fails, entry in xml file is wrong")
4790
4791 2003-01-10 [christoph]  0.8.8claws78
4792
4793         * src/imap.c
4794                 o fix warnings
4795                 o use CAPABILITY to check if NAMESPACE is available
4796
4797 2003-01-10 [christoph]  0.8.8claws77
4798
4799         * src/imap.[ch]
4800                 apply UIDPLUS IMAP extension support patch
4801
4802         Patch submitted by Simon 'corecode' Schubert
4803
4804 2003-01-10 [paul]       0.8.8claws76
4805
4806         * src/folderview.c
4807                 a sync from main which fixes the news account folders'
4808                 Properties bug
4809
4810 2003-01-10 [christoph]  0.8.8claws75
4811
4812         * src/folder.c
4813                 don't accept 0 as a valid uid returned by copy and move
4814                 functions. 0 means the message was copied or moved but the
4815                 new uid could not be fetched. It is not an error condition
4816                 for the copy or move operation.
4817
4818 2003-01-10 [paul]       0.8.8claws74
4819
4820         * src/prefs_filtering.c
4821                 change English used in Alert when entry is not
4822                 saved.
4823                 
4824         * sync with 0.8.8cvs4
4825                 see ChangeLog 2003-01-10
4826
4827 2003-01-10 [darko]      0.8.8claws73
4828
4829         * src/pine.c
4830                 fix crash when importing address book entry
4831                 without a valid address
4832
4833 2003-01-09 [alfons]     0.8.8claws72
4834
4835         * src/inc.c
4836                 filtering performance: use new style folder update
4837
4838 2003-01-09 [christoph]  0.8.8claws71
4839
4840         * src/compose.c
4841         * src/gtk/menu.[ch]
4842                 fix wrong selecting of mime encoding type, when
4843                 opening property dialog of attachments in the
4844                 compose window. 7bit was always selected and that
4845                 destoryed files with 8bit data.
4846                 (closes bug #9 Sylpheed-claws destroys attachments when
4847                  changing MIME-types)
4848
4849 2003-01-09 [paul]       0.8.8claws70
4850
4851         * sync with 0.8.8cvs3
4852                 see ChangeLog 2003-01-09
4853
4854 2003-01-08 [alfons]     0.8.8claws69
4855         
4856         * src/addressadd.c
4857                 apply patch by Kim Schulz to fix build breakage
4858                 because of missing variable
4859
4860 2003-01-08 [paul]       0.8.8claws68
4861
4862         * sync with 0.8.8cvs2
4863                 see ChangeLog 2002-01-08
4864
4865 2003-01-08 [paul]       0.8.8claws67
4866
4867         * po/it.po
4868                 updated by Alessandro Maestri
4869                 
4870         * src/addressadd.c
4871                 when using 'Add sender to addressbook' allow
4872                 name to be edited and remarks to be entered
4873                 Patch submitted by Luke Plant
4874
4875 2003-01-08 [darko]      0.8.8claws66
4876
4877         * README.claws, src/summaryview.c
4878                 fix description for marked messages
4879
4880 2003-01-08 [paul]
4881
4882         * tools/Makefile.am
4883           tools/launch_phoenix  ** NEW FILE **
4884                 add script that enables using Phoenix as the default
4885                 web browser. 
4886                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4887                 
4888         * tools/OOo2sylpheed.pl
4889                 remove full path to sylpheed executable, just 'sylpheed'
4890                 will do
4891                 
4892         * tools/README
4893                 add launch_phoenix informtion and re-arrange and compress
4894                 the data a little
4895
4896 2003-01-07 [christoph]  0.8.8claws65
4897
4898         * src/folder.c
4899                 fix update for source folder when moving messages
4900         * src/procmsg.[ch]
4901         * src/summaryview.c
4902                 use function to set to_folder for message infos and
4903                 automatically update the op_count for old and new
4904                 folder
4905
4906 2003-01-07 [melvin]     0.8.8claws64
4907
4908         * src/prefs_actions.c
4909                 Fixed bug where an '%p' Action on a displayed image crashed 
4910                         Sylpheed
4911                 Code clean up (get rid of duplicated code and removed unnecessary 
4912                                 structure member)
4913
4914 2003-01-07 [christoph]  0.8.8claws63
4915
4916         * src/compose.c
4917         * src/folder.[ch]
4918         * src/folderview.c
4919         * src/import.c
4920         * src/inc.c
4921         * src/main.c
4922         * src/mainwindow.c
4923         * src/messageview.c
4924         * src/prefs_folder_item.c
4925         * src/procmsg.c
4926         * src/summaryview.c
4927         * src/toolbar.c
4928                 o remove all folder update triggering from the UI code. The folder
4929                   system should know much better when a folder needs an update.
4930                 o to prevent multiple updates in a row the folder updates can be
4931                   frozen for some time.
4932
4933                 Note: - Please verify that no updates are missing
4934                       - Check where freeze/thaws should be added
4935
4936 2003-01-07 [christoph]  0.8.8claws62
4937
4938         * src/prefs_actions.c
4939                 don't translate empty strings
4940
4941         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4942
4943 2003-01-06 [christoph]  0.8.8claws61
4944
4945         * src/prefs_actions.c
4946                 mark strings for gettext
4947         * src/prefs_matcher.c
4948                 use new description window for Execute action and
4949                 match condition in Filtering
4950
4951         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4952
4953 2003-01-06 [alfons]     0.8.8claws60
4954
4955         keep myself inspired to re-organize matcher part 8; 
4956         yes, more to come (I need to move out the descriptive
4957         text for actions to matcher.c, or at least make it not
4958         depend on the wicked ordering)
4959
4960         * src/prefs_matcher.c
4961                 add documentation so others may comprehend the
4962                 UI part of the conditions
4963                 
4964 2003-01-06 [christoph]  0.8.8claws59
4965
4966         * src/prefs_actions.c
4967                 use new description window for syntax help
4968         * src/gtk/description_window.c
4969                 fix display of descriptions with column count != 2
4970
4971         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4972
4973 2003-01-06 [christoph]  0.8.8claws58
4974
4975         * src/quote_fmt.c
4976         * src/summaryview.[ch]
4977         * src/gtk/Makefile.am
4978         * src/gtk/description_window.[ch]       ** NEW **
4979                 use a generic window to display syntax descriptions
4980                 currently used in quote_fmt and summaryview (new description
4981                 for extended quick search)
4982
4983         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4984
4985 2003-01-06 [paul]       0.8.8claws57
4986
4987         * sync with 0.8.8cvs1
4988                 see ChangeLog 2003-01-06
4989
4990 2003-01-06 [christoph]  0.8.8claws56
4991
4992         * src/mainwindow.c
4993         * src/prefs_gtk.[ch]
4994         * src/gtk/prefswindow.[ch]
4995         * src/plugins/spamassassin/spamassassin_gtk.c
4996                 o remove page management from prefswindow, pages
4997                   will be an argument to prefswindow_open
4998                 o prefswindow_open gets a datapointer that is
4999                   passed to the widget_create function to allow
5000                   creation of prefswindow for specific items
5001
5002 2003-01-06 [colin]      0.8.8claws55
5003         
5004         * src/summaryview.c
5005                 We don't want regexp in the reply-finder, 
5006                 because MIDs can contain !,$,. and so on
5007
5008 2003-01-06 [jens]       0.8.8claws54
5009
5010         * src/jpilot.c
5011                 fixed a wrong free in jpilot_read_db_files
5012
5013 2003-01-06 [alfons]     0.8.8claws53
5014
5015         re-organize matcher part 8; more to come
5016        
5017         * src/matcher.c
5018                 matcherprop_to_string(): put g_free()s before the
5019                 switch-case break to fix memleaks                
5020
5021 2003-01-06 [colin]      0.8.8claws52
5022
5023         * src/summaryview.c
5024                 cleanup & reply-finder now displays the first 
5025                 matching message
5026
5027 2003-01-05 [alfons]     0.8.8claws51
5028
5029         re-organize matcher part 7; more to come
5030
5031         * src/matcher.[ch]
5032                 fixes for constant correctness;
5033                 more documentation;
5034
5035 2003-01-05 [alfons]     0.8.8claws50
5036
5037         re-organize matcher part 6; more to come
5038         
5039         * src/matcher.[ch]
5040                 fixes for constant correctness;
5041                 more documentation;
5042         * src/filtering.c
5043                 fix for constant correctness
5044
5045 2003-01-05 [colin]      0.8.8claws49
5046
5047         * src/account.[ch]
5048                 Add account_get_reply_account function
5049         * src/compose.c
5050                 Use account_get_reply_account function 
5051         * src/summaryview.c
5052                 Basic reply-finder - click on the replied
5053                 icon gets you to the outbox using quick-search
5054
5055 2003-01-05 [paul]       0.8.8claws48
5056
5057         * src/prefs_common.c
5058                 small change to English
5059                 
5060         * src/prefs_filtering.c
5061                 prefs_filtering_action_select(): improve logic and uniformity
5062                 of gui
5063
5064 2003-01-05 [alfons]     0.8.8claws47
5065
5066         fine tune solution to focus problems (bug #7)
5067
5068         * src/mainwindow.c
5069                 mainwindow_focus_in_event(): remove grab event check
5070         * src/summaryview.c
5071                 summary_button_pressed(): move selection on right-click
5072                 too. we can't possibly move the selection back after
5073                 canceling a dialog, because gtk's incomplete focus 
5074                 management. whether this is a good solution, only time
5075                 will tell.
5076
5077 2003-01-05 [christoph]  0.8.8claws46
5078
5079         * src/imap.c
5080                 fix crash when no imap connection could be established
5081
5082 2003-01-05 [paul]       0.8.8claws45
5083
5084         * src/mainwindow.c
5085           src/sumamryview.c
5086           src/gtk/menu.[ch]
5087                 fix bug 605957 'shortcuts in popup-menu'
5088                 make user-defined shortcuts work
5089                 show shortcuts that are already defined
5090                 in the main menu
5091                 Patch submitted by Luke Plant
5092
5093 2003-01-05 [alfons]     0.8.8claws44
5094
5095         * src/mainwindow.c
5096                 focus_in_event handler should not select summary view row 
5097                 when another window (menu, dialog) grabbed for events 
5098                 (bug #7, "[0.8.8claws42] Message summary focus") 
5099
5100 2003-01-04 [christoph]  0.8.8claws43
5101
5102         * src/procmsg.c
5103                 update save folder after adding the sent message
5104                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5105
5106 2003-01-02 [christoph]  0.8.8claws42
5107
5108         * src/common/plugin.c
5109                 fix unloading of all plugins and unload
5110                 plugins in reverse order
5111                 
5112         * src/gtk/pluginwindow.c
5113                 implement function of load and unload button
5114
5115         * src/gtk/prefswindow.c
5116         * src/gtk/prefswindow.h
5117                 rename register function and add new unregister
5118                 function
5119
5120         * src/plugins/spamassassin/spamassassin_gtk.c
5121                 unregister prefs page and update for changes in
5122                 src/gtk/prefswindow.c
5123
5124 2003-01-02 [paul]       0.8.8claws41
5125
5126         * po/es.po
5127                 updated by Ricardo Mones Lastra
5128
5129 2003-01-02 [paul]
5130
5131         * tools/tb2sylpheed
5132                 fixes and improvements by Urke MMI
5133
5134 2003-01-02 [thorsten]   0.8.8claws40
5135
5136         * src/procmsg.c
5137                 fixed wrong return value
5138
5139 2003-01-02 [thorsten]   0.8.8claws39
5140
5141         * src/prefs.c
5142                 fixed printing wrong variable
5143
5144 2003-01-02 [thorsten]   0.8.8claws38
5145
5146         * src/prefs.c
5147                 fixed acessing members of freed pfile struct
5148
5149 2003-01-02 [thorsten]   0.8.8claws37
5150
5151         * src/procmsg.c
5152                 detect loops across several messages
5153                 as suggested by Christoph Hohmann
5154
5155 2003-01-01 [match]      0.8.8claws36
5156
5157         * src/addrindex.c
5158                 fixed another memory leak.
5159
5160 2003-01-01 [match]      0.8.8claws35
5161
5162         * src/jpilot.[ch]
5163                 fixed memory leaks. applied Doxygen comments.
5164
5165 2003-01-01 [thorsten]   0.8.8claws34
5166
5167         * src/procmsg.c
5168                 inhibit endless loop if msg references itself
5169                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5170
5171 2003-01-01 [christoph]  0.8.8claws33
5172
5173         * src/mainwindow.c
5174         * src/gtk/Makefile.am
5175         * src/gtk/pluginwindow.c                ** NEW **
5176         * src/gtk/pluginwindow.h                ** NEW **
5177                 add plugin window
5178
5179         * src/plugins/demo/demo.c
5180         * src/plugins/spamassassin/spamassassin.c
5181         * src/plugins/spamassassin/spamassassin_gtk.c
5182                 write better plugin descriptions
5183
5184 2002-12-31 [christoph]  0.8.8claws32
5185
5186         * src/gtk/prefswindow.c
5187         * src/plugins/spamassassin/spamassassin_gtk.c
5188                 some small improvements to GTK code
5189
5190 2002-12-31 [christoph]  0.8.8claws31
5191
5192         * src/plugins/spamassassin/spamassassin_gtk.c
5193                 enable folder select button
5194
5195 2002-12-31 [christoph]  0.8.8claws30
5196
5197         * src/mainwindow.c
5198         * src/gtk/Makefile.am
5199         * src/gtk/prefswindow.c                         ** NEW **
5200         * src/gtk/prefswindow.h                         ** NEW **
5201                 add new prefs window
5202
5203         * src/common/plugin.c
5204                 don't try to load empty config lines
5205         
5206         * src/plugins/spamassassin/Makefile.am
5207         * src/plugins/spamassassin/spamassassin.c
5208         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5209         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5210                 GTK config for SpamAssassin Plugin using
5211                 the new prefs window
5212
5213 2002-12-31 [paul]       0.8.8claws29
5214
5215         * po/POTFILES.in
5216                 remove obsolete entry 'src/menu.c'
5217
5218 2002-12-31 [alfons]     0.8.8claws28
5219
5220         * src/matcher.[ch]
5221         * src/matcher_parser_parse.y
5222         * src/prefs_matcher.c
5223                 add "ignore_thread" and "~ignore_thread" condition so it's
5224                 possible to make the actions / scoring operate on the ignore
5225                 thread flag
5226
5227 2002-12-31 [christoph]  0.8.8claws27
5228
5229         * src/addrbook.c
5230         * src/addrindex.c
5231         * src/folder.c
5232         * src/matcher.c
5233         * src/prefs_account.c
5234         * src/prefs_actions.c
5235         * src/prefs_customheader.c
5236         * src/prefs_display_header.c
5237         * src/prefs_gtk.c
5238         * src/procmime.c
5239         * src/toolbar.c
5240         * src/xmlprops.c
5241         * src/common/prefs.[ch]
5242                 extend prefs file handling for reading and automatic handling
5243                 of blocks. When reading prefs_set_block_label will automatically
5244                 move on to the block. When writing it will copy all other blocks
5245                 automatically
5246
5247         * src/common/plugin.c
5248                 Now loading plugin filenames from [Plugins] block in
5249                 sylpheed rc file
5250
5251 2002-12-30 [christoph]  0.8.8claws26
5252
5253         * src/common/hooks.[ch]
5254                 return abort status to caller of hooks_invoke
5255                 
5256         * src/inc.[ch]
5257                 invoke message filtering hook and stop
5258                 default handling when filter returns abort
5259
5260         * src/common/plugin.[ch]
5261         * src/plugins/demo/demo.c
5262                 modify plugin loader, because resolving symbols for strings
5263                 does not work correctly
5264         
5265         * configure.in
5266         * ac/spamassassin.m4                            ** NEW **
5267         * src/plugins/spamassassin/.cvsignore           ** NEW **
5268         * src/plugins/spamassassin/Makefile.am          ** NEW **
5269         * src/plugins/spamassassin/README               ** NEW **
5270         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5271         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5272         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5273                 add spamassassin plugin, see src/plugins/spamassassin/README
5274                 for details
5275
5276 2002-12-29 [alfons]     0.8.8claws25
5277
5278         * src/mainwindow.c
5279                 when moving focus from a message view to the main 
5280                 window, don't forget to select the summary node
5281                 of the displayed message. should fix "[ 659103 ] 
5282                 focus-follows-mouse confuses sylpheed"
5283
5284 2002-12-29 [christoph]  0.8.8claws24
5285
5286         * src/Makefile.am
5287         * src/stringtable.[ch]          ** REMOVE **
5288         * src/common/Makefile.am
5289         * src/common/stringtable.[ch]   ** NEW **
5290                 move stringtable files to common directory
5291
5292 2002-12-29 [christoph]  0.8.8claws23
5293
5294         * src/Makefile.am
5295         * src/menu.[ch]                 ** REMOVE **
5296         * src/gtk/Makefile.am
5297         * src/gtk/menu.[ch]             ** NEW **
5298                 move menu files to gtk directory
5299
5300 2002-12-29 [match]      0.8.8claws22
5301
5302         * src/addressbook.c
5303         * src/syldap.c
5304                 moved UI specific code out of LDAP code into addressbook
5305                 UI code. fixed memory leak.
5306
5307 2002-12-29 [christoph]  0.8.8claws21
5308
5309         * src/folder.c
5310                 only check for IGNORED parent message when message is
5311                 not IGNORED itself
5312
5313 2002-12-29 [alfons]     0.8.8claws20
5314
5315         * src/summaryview.c
5316                 set gtksctree's anchor correct (immediate execute
5317                 changes the tree's layout, and anchor points at 
5318                 the incorrect row). fixes "[ 657233 ] multiple msg 
5319                 delete sometimes off by 1".
5320                 we probably have to look for more tree layout /
5321                 anchor glitches.
5322
5323 2002-12-29 [paul]       0.8.8claws19
5324
5325         * src/summaryview.c
5326                 fix bug [ 659054 ] incorrect sorting of 'From' column
5327                 when using 'display sender using address book'
5328                 thanks to Alfons and Luke Plant
5329
5330 2002-12-29 [christoph]  0.8.8claws18
5331
5332         * src/folder.c
5333         * src/procmsg.[ch]
5334                 check parent messages for IGNORE THREAD flag, when adding,
5335                 moving or copying messages to a folder
5336
5337 2002-12-27 [alfons]     0.8.8claws17
5338
5339         re-organize matcher part 5; more to come
5340
5341         * src/matcher.c
5342                 hash keywords in matchparser_tab 
5343
5344 2002-12-27 [alfons]     0.8.8claws16
5345
5346         re-organize matcher part 4; more to come
5347
5348         * src/matcher_parser.h
5349         * src/matcher_parser_lex.l
5350         * src/matcher_parser_parse.y
5351                 cleanup
5352
5353 2002-12-27 [alfons]     0.8.8claws15
5354
5355         re-organize matcher part 3; more to come
5356
5357         * src/matcher.[ch]
5358                 cleanup
5359
5360 2002-12-27 [alfons]     0.8.8claws14
5361
5362         re-organize matcher part 2; more to come but this should
5363         work. cc me if there are any regressions.
5364
5365         * src/matcher.h
5366                 add prototype for get_matchparser_tab_id()
5367         * src/matcher_parser_lex.l
5368                 look up keywords using matchparser_tab_id();
5369
5370 2002-12-27 [alfons]     0.8.8claws12
5371
5372         re-organize matcher part 1
5373
5374         * src/matcher.h
5375                 map yacc generated constants to sylpheed matcher constants
5376         * src/matcher.c
5377                 add function to find a matcher constant from a string
5378
5379 2002-12-27 [christoph]  0.8.8claws11
5380
5381         * src/compose.c
5382                 MENUITEM_ADD casts the 4th argument from integer to pointer
5383                 so it probably should not be a pointer, this means we
5384                 should use account id for it and not the account's pointer
5385
5386 2002-12-27 [paul]       0.8.8claws10
5387
5388         * src/mainwindow.c
5389                 remove unneeded 'GtkWidget *vbox'
5390                 
5391         * src/summaryview.c
5392                 further sync with 0.8.8 - make sort
5393                 by recipient work as expected
5394                 
5395         * NEWS
5396                 sync with 0.8.8
5397
5398 2002-12-27 [paul]       0.8.8claws9
5399
5400         * po/pt_BR.po
5401                 updated by Ivan F. Martinez
5402                 
5403 2002-12-27 [darko]      0.8.8claws8
5404
5405         * src/common/utils.c
5406                 added locked pattern to extended search
5407
5408 2002-12-27 [alfons]     0.8.8claws7
5409
5410         * src/prefs_matcher.[ch]
5411                 clean up
5412
5413 2002-12-26 [alfons]     0.8.8claws6
5414
5415         * src/matcher.[ch]
5416         * src/matcher_parser_lex.l
5417         * src/matcher_parser_parse.y
5418         * src/prefs_matcher.c
5419                 allow color label as a condition in the matcher
5420
5421 2002-12-26 [oliver]     0.8.8claws5
5422         
5423         * src/toolbar.c 
5424                 enable Addressbook for Main and Messageview
5425         * src/prefs_actions.c
5426                 enable actions in Messageview
5427
5428 2002-12-26 [christoph]  0.8.8claws4
5429
5430         * src/common/plugin.c
5431                 add a little debug output
5432         * configure.in
5433         * src/plugins/demo/Makefile.am
5434                 better use of automake
5435
5436 2002-12-26 [christoph]  0.8.8claws3
5437
5438         * src/Makefile.am
5439         * src/common/Makefile.am
5440                 fix "make distdir"
5441
5442 2002-12-26 [christoph]  0.8.8claws2
5443
5444         * configure.in
5445                 sort configure checks into common / gtk / plugins
5446         * po/POTFILES.in
5447                 add src/prefs_gtk.c
5448         * src/Makefile.am
5449                 add plugins SUBDIR
5450         * src/main.c
5451         * src/common/sylpheed.[ch]
5452                 added now sylpheed_done function for shutdown
5453         * src/common/Makefile.am
5454         * src/common/plugin.[ch]                ** NEW **
5455                 plugin loader and unloader
5456         * src/plugins/.cvsignore                ** NEW **
5457         * src/plugins/Makefile.am               ** NEW **
5458                 build plugins
5459         * src/plugins/demo/.cvsignore           ** NEW **
5460         * src/plugins/demo/Makefile.am          ** NEW **
5461         * src/plugins/demo/demo.c               ** NEW **
5462                 small demo plugin that installs a logtext hook and
5463                 outputs the log text to stdout
5464
5465 2002-12-26 [paul]       0.8.8claws1
5466
5467         * po/es.po
5468                 updated by Ricardo Mones Lastra
5469
5470 2002-12-26 [paul]       0.8.8claws
5471
5472         * 0.8.8claws released
5473
5474 2002-12-26 [paul]       0.8.7claws12
5475
5476         * po/bg.po
5477                 updated by George Danchev
5478
5479 2002-12-26 [paul]       0.8.7claws11
5480
5481         * po/POTFILES.in
5482                 remove unneeded 'src/prefs.c' entry 
5483
5484 2002-12-26 [paul]       0.8.7claws10
5485
5486         * src/codeconv.c
5487           src/mainwindow.c
5488                 sync with 0.8.8 release
5489         
5490         * src/folder.[ch]
5491           src/mh.c
5492           src/summaryview.c
5493                 partial sync with 0.8.8 release
5494         
5495
5496 2002-12-25 [alfons]     0.8.7claws9
5497
5498         * src/matcher.[ch]
5499         * src/matcher_parser_lex.l
5500         * src/matcher_parser_parse.y
5501         * src/prefs_matcher.c
5502                 add locked flag to possible filtering / matcher 
5503                 conditions (also a good example what should be
5504                 done to add a simple boolean condition)
5505
5506 2002-12-25 [christoph]  0.8.7claws8
5507
5508         * src/Makefile.am
5509         * src/account.[ch]
5510         * src/addrbook.c
5511         * src/addressbook.c
5512         * src/addrindex.c
5513         * src/filtering.c
5514         * src/folder.c
5515         * src/matcher.c
5516         * src/prefs.[ch]                ** REMOVE **
5517         * src/prefs_account.c
5518         * src/prefs_actions.c
5519         * src/prefs_common.c
5520         * src/prefs_customheader.c
5521         * src/prefs_display_header.c
5522         * src/prefs_filtering.c
5523         * src/prefs_folder_item.c
5524         * src/prefs_gtk.[ch]            ** NEW **
5525         * src/prefs_matcher.c
5526         * src/prefs_scoring.c
5527         * src/prefs_summary_column.c
5528         * src/procmime.c
5529         * src/selective_download.c
5530         * src/toolbar.c
5531         * src/common/Makefile.am
5532         * src/common/prefs.[ch]         ** NEW **
5533                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5534
5535 2002-12-24 [alfons]     0.8.7claws7
5536
5537         * src/summaryview.c
5538                 summary_thread_build(): fix real cause of the crash mentioned in
5539                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5540                 this way we get meaningful ctree nodes 
5541
5542 2002-12-24 [oliver]     0.8.7claws6
5543
5544         * src/mainwindow.[ch]
5545         * src/messageview.[ch]
5546         * src/compose.[ch]
5547         * src/inc.c
5548         * src/summaryview.c
5549                 changes to use updated toolbar handling
5550                 
5551 2002-12-24 [oliver]     0.8.7claws5
5552
5553         * src/toolbar.[ch]
5554                 generic toolbar handling
5555                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5556         * src/prefs_toolbar.[ch]
5557                 adjust to handling
5558         
5559 2002-12-24 [oliver]     0.8.7claws4
5560         
5561         * src/stock_pixmap.[ch]
5562                 move SYLPHEED_LOGO to end of list in order 
5563                 to remove it from Custom Toolbar`s Icon View
5564
5565 2002-12-24 [alfons]     0.8.7claws3
5566
5567         * src/summaryview.c
5568                 summary_thread_build(): fix crash because of focus != selection 
5569                 after threading. when deleting the selection, gtk tries but fails 
5570                 to find the correct focusable element. we now force the selection
5571                 to be focused. this should solve the infamous bug reported by 
5572                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5573                 a test case is available. 
5574
5575 2002-12-24 [darko]      0.8.7claws2
5576
5577         * src/summaryview.c
5578                 don't crash when unmarking message with unread children
5579
5580 2002-12-23 [christoph]  0.8.7claws1
5581
5582         * src/Makefile.am
5583         * src/common/Makefile.am
5584                 update Makefiles for moved intl.h, version.h and defs.h
5585         * src/imap.c
5586                 rewrite imap_session_get to avoid duplicate code
5587
5588 2002-12-23 [paul]       0.8.7claws
5589
5590         * Santa-Claws released
5591         
5592         * po/hu.po
5593           po/ru.po
5594                 squeeze in updated Hungarian and Russian translations.
5595                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5596
5597 2002-12-23 [paul]       0.8.6claws129
5598
5599         * po/pl.po
5600                 updated by Witold Wladyslaw Wojciech Wilk
5601
5602 2002-12-23 [paul]       0.8.6claws128
5603
5604         * src/quote_fmt_parse.y
5605                 fix typo and add licence header
5606
5607 2002-12-23 [paul]       0.8.6claws127
5608
5609         * po/en_GB.po
5610                 updated
5611
5612 2002-12-23 [paul]       0.8.6claws126
5613
5614         * po/it.po
5615                 updated translation, submitted by Alessandro Maestri
5616                 
5617 2002-12-23 [paul]       0.8.6claws125
5618
5619         * src/quote_fmt_parse.y
5620                 fix signature-stripping on replies bug. match
5621                 '-- \n' and not '-- '.
5622
5623 2002-12-22 [paul]       0.8.6claws124
5624
5625         * po/bg.po
5626           po/es.po
5627           po/sr.po
5628                 updated translations. submitted by George Danchev,
5629                 Ricardo Mones Lastra, and Urke MMI respectively
5630
5631 2002-12-21 [paul]       0.8.6claws123
5632
5633         * src/addrbook.c
5634                 fix coding style
5635
5636 2002-12-21 [paul]       0.8.6claws122
5637
5638         * src/addrbook.c
5639                 fix bug [643638] where if a person is in one or more
5640                 addressbook groups editing that person's email 
5641                 address results in removal from those groups.
5642                 Patch submitted by Luke Plant.
5643
5644 2002-12-20 [christoph]  0.8.6claws121
5645
5646         * src/common/utils.c
5647         * src/summaryview.c
5648                 reimplement expand_search_string using GString to
5649                 prevent crashs caused by miscalculated string
5650                 lengths reported by Paul
5651
5652 2002-12-20 [christoph]  0.8.6claws120
5653
5654         * src/summaryview.c
5655                 don't use "changed" to check if op_count has to be changed as it
5656                 is also set when the message has unread children
5657                 (closes bug [ 653221 ] crash while deleting duplicates)
5658
5659 2002-12-20 [paul]       0.8.6claws119
5660
5661         * sync with 0.8.6cvs27
5662                 see ChangeLog 2002-12-20
5663
5664 2002-12-20 [paul]       0.8.6claws118
5665
5666         * sync with 0.8.6cvs26
5667                 see ChangeLog 2002-12-19 and 2002-12-20
5668
5669 2002-12-19 [alfons]     0.8.6claws117
5670
5671         * src/textview.c
5672                 fix incorrect parsing of email addresses, submitted by 
5673                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5674                 name display if it contains @".
5675
5676 2002-12-18 [paul]       0.8.6claws116
5677
5678         * sync with 0.8.6cvs23
5679                 see ChangeLog 2002-12-18
5680
5681 2002-12-18 [paul]       0.8.6claws115
5682
5683         * src/Makefile.am
5684         * src/account.c
5685         * src/codeconv.c
5686         * src/gtkutils.[ch]
5687         * src/imap.c
5688                 sync with 0.8.6cvs22.
5689                 see ChangeLog 2002-12-17 and 2002-12-18
5690
5691 2002-12-17 [christoph]  0.8.6claws114
5692
5693         * src/imap.c
5694                 o don't create a session if imap greeting fails
5695                 o don't close socket when authentication fails
5696                   this is done by imap_session_destroy
5697
5698 2002-12-17 [thorsten]   0.8.6claws113
5699
5700         * tools/Makefile.am
5701           tools/README
5702           tools/google_msgid.pl ** NEW FILE **
5703                 Added "search for message-id" script and doc
5704
5705 2002-12-17 [thorsten]   0.8.6claws112
5706
5707         * po/hu.po
5708                 Updated hungarian translation
5709                 (updated by Gal Zoltan)
5710
5711 2002-12-16 [christoph]  0.8.6claws111
5712
5713         * src/addr_compl.c
5714                 remove stupid addressbook dump to debug output
5715         * src/mh.c
5716                 fix memory leak found by Hiro
5717
5718 2002-12-14 [paul]       0.8.6claws110
5719
5720         * src/compose.c
5721                 fix menubar sensitivity on send
5722                 
5723         * src/prefs_filtering.c
5724         * src/prefs_matcher.c
5725         * src/prefs_scoring.c
5726                 Fix english ;)
5727                 
5728         * src/common/quoted-printable.h
5729                 sync: fix typo
5730         
5731 2002-12-13 [christoph]  0.8.6claws109
5732
5733         * src/Makefile.am
5734         * src/manage_window.[ch]        ** REMOVE **
5735         * src/gtk/Makefile.am
5736         * src/gtk/manage_window.[ch]    ** NEW **
5737                 move manage_window files to gtk directory
5738
5739 2002-12-13 [christoph]  0.8.6claws108
5740
5741         * src/Makefile.am
5742         * src/gtkshruler.[ch]           ** REMOVE **
5743         * src/gtk/Makefile.am
5744         * src/gtk/gtkshruler.[ch]       ** NEW **
5745                 move gtkshruler files to gtk directory
5746
5747 2002-12-13 [christoph]  0.8.6claws107
5748
5749         * src/Makefile.am
5750         * src/compose.c
5751         * src/gtkstext.[ch]             ** REMOVE **
5752         * src/gtkutils.[ch]
5753         * src/textview.c
5754         * src/gtk/gtkstext.[ch]         ** NEW **
5755         * src/gtk/Makefile.am
5756                 o move stext functions to gtkstext.c to remove
5757                   dependency of gtkutils
5758                 o move gtkstext files to gtk directory
5759
5760         * src/gtk/Makefile.am
5761         * src/gtk/sslcertwindow.[ch]
5762                 UI stuff can always depend on common code so
5763                 it's ok to add ../common to include path
5764
5765 2002-12-13 [colin]      0.8.6claws106
5766
5767         * src/summaryview.c
5768                 Disconnect sighandlers for mainwindow when
5769                 quicksearch has the focus
5770                 Fix bug #653231
5771         * src/mainwindow.[ch]
5772                 Make key_pressed callback public, to be able
5773                 to disconnect it
5774
5775 2002-12-13 [christoph]  0.8.6claws105
5776
5777         * src/mh.c
5778                 create .mh_sequences file in new MH folders
5779                 (closes feature request [ 523162 ] MH folders should
5780                  get a .mh_sequences)
5781
5782 2002-12-13 [colin]      0.8.6claws104
5783
5784         * src/summaryview.c
5785                 Better handling of quicksearch show/hide
5786                 (basically the button stays under the mouse 
5787                  when toggled)
5788
5789 2002-12-13 [paul]       0.8.6claws103
5790
5791         * sync with 0.8.6cvs17
5792                 see ChangeLog 2002-12-13
5793
5794 2002-12-13 [paul]       0.8.6claws102
5795
5796         * po/es.po
5797                 updated by Ricardo Mones Lastra
5798
5799 2002-12-11 [colin]       0.8.6claws101
5800
5801         * src/folder.c
5802                 remove statusbar stuff
5803           src/folderview.c
5804                 set statusbar verbosity when moving folders
5805
5806 2002-12-11 [colin]       0.8.6claws100
5807         * src/prefs_filtering.c
5808         * src/prefs_matcher.c
5809         * src/prefs_scoring.c
5810                 Fix english ;)
5811
5812 2002-12-11 [colin]       0.8.6claws99
5813
5814         * src/prefs_common.[ch]
5815                 Add summary_quicksearch_type
5816         * src/summaryview.c
5817                 Save last used quicksearch type
5818
5819 2002-12-11 [jens]       0.8.6claws98
5820         * src/prefs_filtering.c
5821         * src/prefs_matcher.c
5822         * src/prefs_scoring.c
5823                 added dialog for incomplete rules in scoring, filtering and
5824                 matcher to ask wheather really close
5825
5826 2002-12-11 [colin]      0.8.6claws97
5827
5828         * src/folder.c
5829                 Fix folder dnd statusbar logging
5830
5831 2002-12-10 [christoph]  0.8.6claws96
5832
5833         * src/compose.c
5834         * src/folder.c
5835         * src/imap.c
5836         * src/inc.c
5837         * src/main.c
5838         * src/mainwindow.c
5839         * src/news.c
5840         * src/send.c
5841         * src/statusbar.[ch]
5842         * src/common/hooks.c
5843         * src/common/log.[ch]
5844                 o handle verbose logging in statusbar directly in statusbar code
5845                   and common code does not need any knowledge about a statusbar
5846                 o remove direct calls to statusbar_(puts|pop)_all functions
5847
5848 2002-12-10 [jens]       0.8.6claws95
5849
5850         * src/*.c
5851                 removed gettext from g_warnings
5852         * po/POTFILES.in
5853                 cleaned and updated
5854         * po/de.po
5855                 updated
5856
5857 2002-12-10 [colin]      0.8.6claws94
5858
5859         * src/main.c
5860                 finish crash dialog fix
5861
5862 2002-12-10 [colin]      0.8.6claws93
5863
5864         * src/main.c
5865                 "Fix" "sylpheed already running" instead of
5866                 crash dialog appearing after a crash
5867
5868 2002-12-10 [colin]      0.8.6claws92
5869
5870         * po/POTFILES.in
5871                 add src/gtk/sslcertwindow.c
5872
5873 2002-12-10 [paul]       0.8.6claws91
5874
5875         * po/POTFILES.in
5876                 updated to reflect recent changes
5877                 submitted by Alessandro Maestri
5878
5879 2002-12-09 [christoph]  0.8.6claws90
5880
5881         * src/Makefile.am
5882         * src/smtp.[ch]                 ** REMOVE **
5883         * src/common/Makefile.am
5884         * src/common/smtp.[ch]          ** NEW **
5885                 move smtp files to common directory
5886
5887 2002-12-09 [christoph]  0.8.6claws89
5888
5889         * src/Makefile.am
5890         * src/session.[ch]              ** REMOVE **
5891         * src/common/Makefile.am
5892         * src/common/session.[ch]       ** NEW **
5893                 move session files to common directory
5894
5895 2002-12-09 [paul]       0.8.6claws88
5896
5897         * src/account.c
5898                 fix bug [649746] edit accounts: move account reverted
5899                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5900
5901 2002-12-09 [colin]      0.8.6claws87
5902
5903         * src/ssl_certificate.c
5904                 cleanup
5905
5906 2002-12-09 [colin]      0.8.6claws86
5907
5908         * src/ssl.c
5909                 Try to open the cert.pem database and 
5910                 issue a warning if it isn't there
5911
5912 2002-12-09 [colin]      0.8.6claws85
5913
5914         * src/common/ssl_certificate.c
5915         * src/gtk/sslcertwindow.c
5916                 Warning fixes
5917
5918 2002-12-09 [colin]      0.8.6claws84
5919
5920         * src/ssl_certificate.[ch] ** REMOVED **
5921         * src/common/ssl_certificate.[ch] ** NEW **
5922         * src/Makefile.am
5923         * src/common/Makefile.am
5924                 Moved ssl_certificate.[ch] to common
5925         * src/common/ssl.c 
5926                 Put back needed include
5927         * src/gtk/sslcertwindow.[ch]
5928                 Changed ssl_certificate.h include
5929         
5930 2002-12-09 [colin]      0.8.6claws83
5931
5932         * src/gtk/sslcertwindow.[ch]
5933                 Implement hook for certificate acception
5934         * src/ssl_certificate.[ch]
5935                 Implement hook for certificate acception
5936         * src/common/ssl.c
5937                 Reenable certificate acception check
5938         * src/mainwindow.c
5939                 Register sslcertwindow's hook
5940         
5941 2002-12-08 [christoph]  0.8.6claws82
5942
5943         * src/about.c
5944         * src/addr_compl.c
5945         * src/codeconv.c
5946         * src/manual.c
5947         * src/undo.c
5948         * src/common/utils.c
5949                 o add missing includes
5950                 o fix warnings
5951         * src/.cvsignore
5952         * src/common/.cvsignore
5953         * src/common/version.h          ** REMOVE **
5954                 remove autogenerated file
5955
5956 2002-12-08 [paul]       0.8.6claws81
5957
5958         * src/stringtable.c
5959                 put back needed include
5960
5961 2002-12-08 [colin]      0.8.6claws80
5962         
5963         * src/gtk/sslcertwindow.c
5964                 Cleaner popups when asking
5965         * src/ssl_certificate.c
5966         * src/prefs_common.[ch]
5967                 remove ssl certificate pref
5968                 put back needed include
5969         * src/undo.c
5970                 put back needed include
5971
5972 2002-12-08 [christoph]  0.8.6claws79
5973
5974         * src/folderview.c
5975         * src/logwindow.c
5976         * src/statusbar.c
5977         * src/summaryview.c
5978                 only abort hook invokation if required data is missing not
5979                 if our own data pointer is NULL, update hookfunction for
5980                 log window
5981
5982 2002-12-08 [paul]       0.8.6claws78
5983
5984         * src/about.c
5985         * src/addrcache.c
5986         * src/addrclip.c
5987         * src/addr_compl.c
5988         * src/addrselect.c
5989         * src/codeconv.c
5990         * src/colorlabel.c
5991         * src/enriched.c
5992         * src/esmtp.c
5993         * src/exporthtml.c
5994         * src/headerview.c
5995         * src/imageview.c
5996         * src/manual.c
5997         * src/noticeview.c
5998         * src/pgptext.c
5999         * src/scoring.c
6000         * src/sourcewindow.c
6001         * src/stringtable.c
6002         * src/undo.c
6003                 clean up: remove unneccesary includes
6004
6005 2002-12-08 [christoph]  0.8.6claws77
6006
6007         * src/folderview.c
6008         * src/statusbar.c
6009         * src/summaryview.c
6010         * src/common/hooks.[ch]
6011                 hook functions now have a gboolean return value, if a hook
6012                 returns TRUE it will stop executing of any more hooks in
6013                 the same hooklist for this invokation
6014
6015 2002-12-08 [colin]      0.8.6claws76
6016         
6017         * src/main.c
6018                 put back argv0 for CRASH_DIALOG
6019
6020 2002-12-08 [christoph]  0.8.6claws75
6021
6022         * src/Makefile.am
6023         * src/about.c
6024         * src/account.c
6025         * src/crash.c
6026         * src/esmtp.h
6027         * src/imap.[ch]
6028         * src/inc.c
6029         * src/main.c
6030         * src/mainwindow.c
6031         * src/news.c
6032         * src/pop.[ch]
6033         * src/prefs_account.[ch]
6034         * src/prefs_common.[ch]
6035         * src/send.[ch]
6036         * src/smtp.[ch]
6037         * src/ssl_certificate.[ch]
6038         * src/ssl_manager.[ch]
6039         * src/common/Makefile.am
6040         * src/common/log.c
6041         * src/common/nntp.[ch]
6042         * src/common/socket.[ch]
6043         * src/common/ssl.[ch]
6044         * src/gtk/sslcertwindow.[ch]
6045         * ac/openssl.m4
6046                 use new autoconf script to detect OpenSSL with extra parameters
6047                 to specify the location of libs and includes, also remove USE_SSL
6048                 to USE_OPENSSL
6049
6050         * src/common/sylpheed.[ch]
6051         * src/common/version.h.in
6052                 start seperation of common code initialization seperated from gui
6053
6054         * src/summaryview.c
6055                 The function that is called when a color label changes
6056                 should not change the color lable again
6057
6058 2002-12-08 [colin]      0.8.6claws74
6059
6060         * src/gtk/sslcertwindow.c
6061                 warning fixes
6062
6063 2002-12-08 [colin]      0.8.6claws73
6064
6065         * src/statusbar.c
6066           src/common/log.h
6067                 Register a hook for statusbar_puts_all
6068         * src/common/log.c
6069                 invoke statusbar_puts_all's hook
6070         
6071 2002-12-08 [colin]      0.8.6claws72
6072
6073         * src/ssl_certificate.c
6074                 Put back a badly-removed include
6075
6076 2002-12-08 [colin]      0.8.6claws71
6077
6078         * src/gtk/sslcertwindow.[ch]    ** NEW **
6079                 new certificate presentation
6080         * src/gtk/Makefile.am
6081                 add new files
6082         * src/ssl_certificate.[ch]
6083                 gtk cleanup, made utility functions public
6084         * src/ssl_manager.c
6085                 use new cert presentation
6086
6087 2002-12-07 [christoph]  0.8.6claws70
6088
6089         * src/Makefile.am
6090         * src/nntp.[ch]                 ** REMOVE **
6091         * src/common/Makefile.am
6092         * src/common/nntp.[ch]          ** NEW **
6093                 move nntp files to common directory
6094
6095 2002-12-07 [christoph]  0.8.6claws69
6096
6097         * src/procmsg.[ch]
6098         * src/summaryview.c
6099                 implement msginfo update callback using sylpheed's new
6100                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6101
6102 2002-12-06 [christoph]  0.8.6claws68
6103
6104         * src/editgroup.c
6105                 This patch changes the 'Edit Group Details' dialog to
6106                 allow extended selections in either pane, so that
6107                 addresses can be added or removed from a group more
6108                 quickly and easily. (it actually is a net decrease in
6109                 file size, as some unnecessary functions have been
6110                 removed). 
6111                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6112
6113 2002-12-06 [christoph]  0.8.6claws67
6114
6115         * src/Makefile.am
6116         * src/template.[ch]             ** REMOVE **
6117         * src/common/Makefile.am
6118         * src/common/template.[ch]      ** NEW **
6119                 move template files to common directory
6120
6121         * src/nntp.c
6122                 add missing log.h include
6123
6124 2002-12-06 [melvin]     0.8.6claws66
6125
6126         * src/prefs_actions.c
6127                 Added the trailing ">" syntax to insert command's output
6128                 without replacing old text (in contrast to trailing "|").
6129
6130 2002-12-05 [colin]      0.8.6claws65
6131         
6132         * src/common/utils.c
6133                 Don't modify original search_string or it'll change
6134                 the next iterations in the for()
6135
6136 2002-12-05 [darko]      0.8.6claws64
6137
6138         * src/common/utils.c
6139                 proper check for filtering commands, found by Colin
6140
6141 2002-12-05 [darko]      0.8.6claws63
6142
6143         * src/common/utils.c
6144                 check proper string for NULL pointer, found by Colin
6145
6146 2002-12-05 [darko]      0.8.6claws62
6147
6148         * src/common/utils.[ch]
6149                 expand_search_string(): new function
6150                 converts Mutt-like patterns to Sylpheed's
6151                 filtering engine
6152         * src/summaryview.c
6153                 use expand_search_string() to allow Mutt-like
6154                 patterns in extended search
6155         * README.claws
6156                 document extended option in quick search
6157
6158 2002-12-05 [paul]       0.8.6claws61
6159
6160         * sync with 0.8.6cvs16
6161                 see ChangeLog 2002-12-05
6162                 
6163         * po/POTFILES.in
6164                 clean up
6165
6166 2002-12-04 [christoph]  0.8.6claws60
6167
6168         * src/imap.[ch]
6169                 put imap authentication code into a new function and
6170                 remove it from imap_session_new that will allow to
6171                 send other commands before authentication
6172
6173 2002-12-04 [christoph]  0.8.6claws59
6174
6175         * src/imap.[ch]
6176                 use already existing method to prevent unneeded IMAP
6177                 folder selects. Set imap_select parameters to NULL
6178                 in some functions if the values are not required.
6179
6180         * src/xml.h
6181                 remove no longer required include
6182
6183 2002-12-04 [paul]       0.8.6claws58
6184
6185         * po/es.po
6186                 updated by Ricardo Mones Lastra
6187                 
6188         * configure.in
6189           po/hu.po      ** NEW FILE **
6190                 initial Hungarian translation, submitted
6191                 by Gál Zoltán <galzoli@hu.inter.net>
6192
6193 2002-12-03 [christoph]  0.8.6claws57
6194
6195         * src/Makefile.am
6196         * src/gtksctree.[ch]            ** REMOVE **
6197         * src/gtk/Makefile.am
6198         * src/gtk/gtksctree.[ch]        ** NEW **
6199                 move gtksctree files to gtk directory
6200
6201 2002-12-03 [christoph]  0.8.6claws56
6202
6203         * src/Makefile.am
6204         * src/md5.[ch]                  ** REMOVE **
6205         * srm/common/Makefile.am
6206         * src/common/md5.[ch]           ** NEW **
6207                 move md5 files to common directory
6208
6209         * src/gtkstext.c
6210                 remove not required #include
6211
6212 2002-12-03 [sergey]     0.8.6claws55
6213
6214         * src/gtkutils.c
6215         * src/gtkutils.h
6216                 gtkut_window_popup(): new function.
6217         * src/mainwindow.c
6218                 main_window_popup(): use gtkut_window_popup() to raise
6219                 window without changing its position.
6220                 (see sylpheed-main ML message [sylpheed:17247])
6221
6222 2002-12-03 [sergey]     0.8.6claws54
6223
6224         * src/send.c
6225                 send_message_local(): removed first-dot escaping
6226                 (SMTP-only, not needed for sending through pipe)
6227
6228 2002-12-03 [paul]       0.8.6claws53
6229
6230         * po/POTFILES.in
6231                 update to reflect recent changes (thanks
6232                 to Ricardo Mones Lastra)
6233                 
6234         * tools/filter_conv.pl
6235                  fix problem with quoted strings. Patch submitted
6236                  by Luke Plant <lukeplant@softhome.net>
6237
6238 2002-12-03 [paul]       0.8.6claws52
6239
6240         * sync with 0.8.6cvs15
6241                 see ChangeLog 2002-12-03
6242
6243 2002-12-02 [christoph]  0.8.6claws51
6244
6245         * src/logwindow.[ch]
6246         * src/common/log.[ch]
6247                 implement logging using a hook function
6248
6249         * src/folderview.c
6250         * src/folder.[ch]
6251                 define hooklist name in header file to avoid
6252                 errors caused by wrong spelling of hooklist names
6253
6254         * src/toolbar.c
6255                 fix warnings
6256
6257 2002-12-02 [christoph]  0.8.6claws50
6258
6259         * src/common/Makefile.am
6260                 add src/common/hooks.[ch]
6261
6262         * src/common/hooks.[ch]
6263                 implement a simple hook system using glib's hook functions
6264
6265         * src/folder.[ch]
6266         * src/folderview.c
6267                 use new hook system for folder item updates
6268
6269 2002-12-02 [christoph]  0.8.6claws49
6270
6271         * doc-src/ui_seperation.txt     ** NEW **
6272                 information for ui seperation
6273
6274         * src/Makefile.am
6275                 remove files that were moved to common
6276                 include common directory by default for the header files
6277
6278         * src/inc.c
6279         * src/common/socket.c
6280         * src/automaton.[ch]
6281                 implement automaton using g_io_*-functions instead of
6282                 gdk_input_add to make it ui independent
6283
6284         * src/codeconv.c
6285         * src/compose.c
6286         * src/ldif.c
6287         * src/pgptext.c
6288         * src/procmime.c
6289         * src/rfc2015.c
6290         * src/smtp.c
6291         * src/unmime.c
6292                 remove common/ prefix because directory is now in
6293                 include path
6294
6295         * src/compose.c
6296         * src/folder.c
6297         * src/folderview.c
6298         * src/mainwindow.c
6299         * src/messageview.c
6300         * src/prefs_common.c
6301         * src/procmsg.c
6302         * src/rfc2015.c
6303                 fix warnings
6304
6305         * src/imap.c
6306         * src/inc.c
6307         * src/news.c
6308         * src/pop.c
6309         * src/send.c
6310         * src/smtp.c
6311         * src/ssl_certificate.c
6312                 add log.h header file for logging functions
6313
6314         * src/main.c
6315         * src/common/utils.c
6316         * src/summaryview.c
6317         * src/xml.c
6318                 o move debug_mode to common/utils.c
6319                 o add functions to set and get debug_mode
6320
6321         * src/defs.h                    ** REMOVE **
6322         * src/intl.h                    ** REMOVE **
6323         * src/socket.[ch]               ** REMOVE **
6324         * src/ssl.[ch]                  ** REMOVE **
6325         * src/utils.[ch]                ** REMOVE **
6326                 replaced by new files in src/common/
6327         
6328         * src/common/Makefile.am
6329                 add new files in src/common/
6330
6331         * src/common/defs.h             ** NEW **
6332         * src/common/intl.h             ** NEW **
6333         * src/common/log.[ch]           ** NEW **
6334         * src/common/socket.[ch]        ** NEW **
6335         * src/common/ssl.[ch]           ** NEW **
6336         * src/common/utils.[ch]         ** NEW **
6337                 replacement for files in src/
6338
6339 2002-12-02 [colin]      0.8.6claws48
6340
6341         * src/folderview.c
6342                 Scroll folderview if necessary during dnd
6343
6344 2002-12-02 [colin]      0.8.6claws47
6345
6346         * src/folder.[ch]
6347                 Add check to verify a move is within a single mailbox
6348         * src/folderview.c
6349                 Add specific error string for this check
6350
6351 2002-12-02 [colin]      0.8.6claws46
6352
6353         * src/folder.c
6354                 Add a test to folder moving, remove a statusbar_print
6355         * src/folderview.c
6356                 Add Move folder... context-menu item
6357                 Factorize folder moving code
6358                 Enable folder DND for mbox
6359
6360 2002-12-01 [christoph]  0.8.6claws45
6361
6362         * ac/aspell.m4
6363                 remove conf.aspelltest if the version check fails
6364
6365 2002-11-30 [christoph]  0.8.6claws44
6366
6367         * autogen.sh
6368                 run libtoolize --force in autogen to create missing
6369                 libtool scripts
6370
6371 2002-11-30 [christoph]  0.8.6claws43
6372
6373         * src/Makefile.am
6374         * src/pgptext.c
6375         * src/procmime.c
6376         * src/rfc2015.c
6377         * src/uuencode.[ch]             ** REMOVED **
6378         * src/common/Makefile.am
6379         * src/common/uuencode.[ch]      ** NEW **
6380                 move uuen/decoder to common directory
6381
6382 2002-11-30 [christoph]  0.8.6claws42
6383
6384         * src/Makefile.am
6385         * src/base64.[ch]               ** REMOVED **
6386         * src/codeconv.c
6387         * src/compose.c
6388         * src/ldif.c
6389         * src/pgptext.c
6390         * src/procmime.c
6391         * src/rfc2015.c
6392         * src/smtp.c
6393         * src/unmime.c
6394         * src/common/Makefile.am
6395         * src/common/base64.[ch]        ** NEW **
6396                 move base64 en/decoder to common directory
6397
6398 2002-11-30 [christoph]  0.8.6claws41
6399
6400         * src/common                    ** NEW **
6401                 new directory for UI independent code
6402         * src/gtk                       ** NEW **
6403                 new directory for GTK frontend
6404         * src/common/.cvsignore         ** NEW **
6405         * src/gtk/.cvsignore            ** NEW **
6406                 ignore build files
6407         * src/common/Makefile.am        ** NEW **
6408         * src/gtk/Makefile.am           ** NEW **
6409                 automake files to build new seperated stuff
6410         * src/Makefile.am
6411                 the binary will currently still be build with the
6412                 files in src, so we include the code from the
6413                 subdirs for now after building the libs there
6414
6415 2002-11-30 [paul]       0.8.6claws40
6416
6417         * src/compose.c
6418                 fix bug [642731] 'Wrong selected account with drafted mail'
6419
6420 2002-11-29 [oliver]     0.8.6claws39
6421         
6422         * src/messageview.c
6423                 o update summaryview when switching between different
6424                   messageviews          
6425         * src/toolbar.c  
6426                 o check if messageview holds already removed msg
6427                   from summaryview
6428                 
6429
6430 2002-11-29 [oliver]     0.8.6claws38
6431
6432         * src/toolbar.c 
6433                 remove not needed variables and includes
6434                 make messageview stay opened and move to next when msgs are deleted 
6435
6436 2002-11-29 [oliver]     0.8.6claws37
6437         
6438         * src/toolbar.c 
6439                 disable compose button (messageview toolbar) by default
6440                 deleted msgs are moved to trash
6441         
6442 2002-11-29 [melvin]     0.8.6claws36
6443
6444         * configure.in
6445                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6446                 and to detect signatures expirations (gpgme 0.3.6)
6447
6448         * src/main.c
6449                 Use non obsolescent function for Gpgme engine checking.
6450
6451         * src/rfc2015.c
6452                 Inform about expired signatures or signatures which key
6453                 has expired. Expiration date is displayed.
6454
6455         * src/sigstatus.c
6456                 Inform about expired signatures or signatures which key
6457                 has expired.
6458
6459 2002-11-28 [paul]       0.8.6claws35
6460
6461         * src/folderview.c
6462                 re-instate 'Check for new messages' in Newsgroup
6463                 folders right-click menu, after a suggestion from
6464                 Tim Mann <timmann@users.sourceforge.net>
6465
6466         * src/main.c
6467                 after a crash check only local folders for new
6468                 messages
6469
6470 2002-11-28 [paul]       0.8.6claws34
6471
6472         * configure.in
6473                 apply patch that fixes the checking of GTK with XIM 
6474                 support on different OSs, such as FreeBSD. Patch 
6475                 submitted by Topia <topia@users.sourceforge.net>
6476                 
6477 2002-11-28 [paul]       0.8.6claws33
6478
6479         * src/mainwindow.c
6480           src/prefs_common.c
6481           src/prefs_toolbar.c
6482                 more changes to the English
6483
6484 2002-11-28 [paul]       0.8.6claws32
6485
6486         * sync with 0.8.6cvs13
6487                 see ChangeLog 2002-11-28 (no sync needed
6488                 for src/compose.c)
6489
6490 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6491         
6492         * src/mainwindow.[ch]
6493                 add patch by Ivan F. Martinez introducing messageview Toolbar
6494                 some changes and committed by oliver    
6495
6496 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6497
6498         * src/messageview.[ch]
6499                 add patch by Ivan F. Martinez introducing messageview Toolbar
6500                 some changes and committed by oliver    
6501
6502 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6503
6504         * src/compose.[ch]
6505                 add patch by Ivan F. Martinez introducing messageview Toolbar
6506                 some changes and committed by oliver    
6507
6508 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6509         
6510         * src/toolbar.[ch]
6511                 add patch by Ivan F. Martinez introducing messageview Toolbar
6512                 some changes and committed by oliver
6513
6514 2002-11-28 [oliver]     0.8.6claws27
6515         
6516         * src/prefs_toolbar.[ch]
6517                 getting ready for messageview toolbar
6518                 free mem allocated by gettext
6519                 change prefs_toolbar to prefs_toolbar_open
6520  
6521 2002-11-28 [thorsten]   0.8.6claws26
6522
6523         * src/imageview.[ch]
6524                 cleaned up conflicting declarations of
6525                 imageview_show_image()
6526
6527 2002-11-28 [paul]       0.8.6claws25
6528
6529         * src/grouplistdialog.c
6530           src/prefs_common.c
6531           src/prefs_summary_column.c
6532                 a few more improvements to the English
6533
6534 2002-11-28 [colin]      0.8.6claws24
6535
6536         * man/sylpheed.1
6537                 A few updates to command-line parameters
6538
6539 2002-11-28 [colin]      0.8.6claws23
6540
6541         * src/prefs_filtering.c
6542                 Fix problems with prefs_filtering_delete_path:
6543                 a) if the first rule is removed, original pointers
6544                    weren't updated (leading to segfaults)
6545                 b) it was always global_processing updated in case
6546                    of removed path was parent of rule path
6547
6548 2002-11-27 [paul]       0.8.6claws22
6549
6550         * src/mainwindow.c
6551           src/prefs_account.c
6552           src/prefs_actions.c
6553           src/prefs_common.c
6554           src/prefs_customheader.c
6555           src/prefs_display_header.c
6556           src/prefs_filtering.c
6557           src/prefs_folder_item.c
6558           src/prefs_matcher.c
6559           src/prefs_scoring.c
6560           src/prefs_summary_column.c
6561           src/prefs_template.c
6562           src/prefs_toolbar.c
6563                  improve the English in the GUI
6564
6565 2002-11-27 [colin]      0.8.6claws21
6566
6567         * src/folder.c
6568                 Fix processing renaming problems happening after
6569                 last commit
6570
6571 2002-11-27 [colin]      0.8.6claws20
6572
6573         * src/folder.c
6574                 recursive move now deletes src each subfolder after 
6575                 having moved it
6576         * src/folderview.c
6577                 Use identifier instead of path during dnd (enables
6578                 IMAP folder dnd)
6579
6580 2002-11-27 [paul]       0.8.6claws19
6581
6582         * src/main.c
6583                 apply patch that does command-line processing 
6584                 BEFORE gtk_init, allowing claws to run from 
6585                 shell-scripts in non-X environment (e.g. crontab 
6586                 or ip-up, ip-down scripts). Patch submitted by
6587                 Ruslan N. Balkin <baron@dartel.ru>
6588                 
6589         * po/it.po
6590                 updated by Alessandro Maestri
6591
6592 2002-11-27 [paul]       0.8.6claws18
6593
6594         * sync with 0.8.6cvs12
6595           src/prefs_common.c
6596                 Differences are that main uses a 'Receive dialog'
6597                 frame on the Interface tab, whereas claws groups all 
6598                 the dialogs together in a 'Dialogs' frame.
6599
6600 2002-11-27 [colin]      0.8.6claws17
6601
6602         * src/prefs_matcher.c
6603                 Fix Execute criteria's NOT flag
6604
6605
6606 2002-11-26 [christoph]  0.8.6claws16
6607
6608         * src/ssl.c
6609                 rewrite the ssl code a little bit, only use one
6610                 SSL context, set default certificates' file/path
6611
6612 2002-11-26 [thorsten]   0.8.6claws15
6613
6614         * src/compose.c
6615                 default-reply-to didn't work for ml-reply
6616
6617 2002-11-26 [melvin]     0.8.6claws14
6618
6619         * src/prefs_actions.c
6620                 Made pipe-actions ignore short headers in message view
6621                 Made trailing-pipe-actions write in the message view with
6622                 the same font as the original message
6623
6624 2002-11-26 [paul]       0.8.6claws13
6625
6626         * src/compose.c
6627                 this time commit the correct file
6628
6629 2002-11-26 [paul]       0.8.6claws12
6630
6631         * sync with 0.8.6cvs11
6632           src/quote_fmt_parse.y  
6633                 no sync needed
6634           src/account.[ch]       
6635                 not sync'ed
6636           src/compose.c
6637                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6638                 on draft mode.
6639                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6640                 header
6641                 
6642         see ChangeLog 2002-11-25 and 2002-11-26
6643
6644 2002-11-26 [colin]      0.8.6claws11
6645
6646         * src/folderview.c
6647                 Fix collapsed folder not auto-expanding during
6648                 mail dnd, if it was the source folder.
6649
6650 2002-11-25 [colin]      0.8.6claws10
6651
6652         * src/folderview.[ch]
6653                 Variable renaming and cleaning (slist of nodes 
6654                 to be re-collapsed is stored in FolderView)
6655
6656 2002-11-25 [paul]       0.8.6claws9
6657
6658         * src/prefs_common.[ch]
6659                 fix breakage caused by last commit
6660
6661 2002-11-25 [paul]       0.8.6claws8
6662
6663         * sync with 0.8.6cvs4
6664                 see ChangeLog 2002-11-21
6665
6666 2002-11-25 [paul]       0.8.6claws7
6667
6668         * sync with 0.8.6cvs4
6669                 see ChangeLog 2002-11-20
6670
6671 2002-11-25 [paul]       0.8.6claws6
6672
6673         * sync with 0.8.6cvs3
6674                 see ChangeLog 2002-11-18
6675
6676 2002-11-25 [colin]      0.8.6claws5
6677
6678         * src/gtkutils.[ch]
6679                 Add gtkut_ctree_node_is_parent()
6680         * src/folderview.c
6681                 Spring-loaded folders
6682
6683 2002-11-25 [colin]      0.8.6claws4
6684
6685         * src/utils.[ch]
6686                 Add slist_concat_unique(), function to merge
6687                 two GSList filtering dups
6688         * src/folder.[ch]
6689         * src/summaryview.[ch]
6690         * src/folderview.c
6691         * src/main.c
6692                 Add detection/update/display of unread answers
6693                 to marked mails
6694         * src/procmsg.[ch]
6695                 Add procmsg_find_children()
6696                 Add procmsg_msg_has_marked_parent()
6697
6698 2002-11-25 [colin]      0.8.6claws3
6699
6700         * src/ssl_certificate.[ch]
6701                 Allow checking a certificate without a DNS
6702                 lookup
6703                 Allow to forget a cert (by deleting it)
6704                 Make ssl_certificate_destroy_public
6705         * src/ssl_manager.[ch] ** NEW FILES **
6706                 Gui to manage (display/remove) certificates
6707         * src/prefs_common.[ch]
6708                 Add a pref to allow silent acceptation of
6709                 trusted certificates or not (based on the
6710                 "I want to know what's going on" principle)
6711         * src/mainwindow.c
6712                 Add SSL manager in Tools menu
6713         * src/Makefile.am
6714                 Add the new files to the build
6715         * po/POTFILES.in
6716                 Add ssl_manager.c to translations
6717
6718 2002-11-25 [colin]      0.8.6claws2
6719
6720         * src/summaryview.[ch]
6721                 Add S_SEARCH_EXTENDED to the quick search, which 
6722                 allows to search using filtering syntax.
6723
6724 2002-11-25 [colin]      0.8.6claws1
6725
6726         * src/summaryview.c
6727                 Deletion of duplicates now prefer deleting
6728                 the unread dup (fixes feature-request 638989).
6729
6730 2002-11-24 [paul]       0.8.6claws
6731
6732         * po/es.po
6733           po/pl.po
6734           po/ru.po
6735           po/sr.po
6736                 updated by Ricardo Mones Lastra,
6737                 Witold Wladyslaw Wojciech Wilk,
6738                 Ruslan N. Balkin, and  Urke MMI 
6739                 respectively
6740
6741 2002-11-24 [paul]       0.8.5claws182
6742
6743         * po/bg.po
6744                 updated by George Danchev
6745
6746 2002-11-23 [alfons]     0.8.5claws181
6747
6748         * src/imap.c
6749                 tiny memory leak found by browsing Dimitar's 
6750                 valgrind report
6751
6752 2002-11-23 [paul]       0.8.5claws180
6753
6754         * po/it.po
6755                 updated by Alessandro Maestri
6756
6757 2002-11-22 [christoph]  0.8.5claws179
6758
6759         * src/compose.c
6760         * src/inc.c
6761         * src/prefs_filtering.c
6762         * src/summaryview.c
6763                 more warning fixes
6764
6765 2002-11-22 [alfons]     0.8.5claws178
6766
6767         * src/summaryview.c
6768                 summary_execute_delete_func(): if message is deleted, make 
6769                 sure to also remove its entry in the subject hash table. 
6770                 fixes a corner case bug.
6771
6772 2002-11-22 [paul]       0.8.5claws177
6773
6774         * .cvsignore
6775                 add 'autom4te.cache'
6776                 
6777         * ltconfig      ** REMOVED **
6778                 not needed
6779
6780 2002-11-22 [paul]       0.8.5claws176
6781
6782         * src/textview.c
6783                 textview_set_font(): fix for message display in
6784                 UTF-8 locales (thanks to Sergey Vlasov).
6785                 
6786         * AUTHORS
6787                 add new team members and contributors
6788
6789
6790 2002-11-21 [colin]      0.8.5claws175
6791
6792         * src/procmsg.[ch]
6793                 Add procmsg_remove_special_headers()
6794         * src/mh.c
6795                 Use procmsg_remove_special_headers() for 
6796                 previous fix
6797
6798 2002-11-21 [colin]      0.8.5claws174
6799
6800         * src/mh.c
6801                 Fix moving/copying from queue/draft folders
6802                 for MH folders
6803
6804 2002-11-21 [christoph]  0.8.5claws173
6805
6806         * src/crash.c
6807         * src/filtering.c
6808         * src/logwindow.c
6809         * src/main.c
6810         * src/matcher_parser_lex.[hl]
6811         * src/mbox.c
6812         * src/mbox_folder.[ch]
6813         * src/prefs_filtering.c
6814         * src/procheader.c
6815         * src/quote_fmt_lex.l
6816         * src/ssl.c
6817                 fix all warnings except the warnings in lex and yacc files
6818
6819 2002-11-20 [christoph]  0.8.5claws172
6820
6821         * src/imap.c
6822                 fix MsgInfo retrieval for IMAP draft and queue folders
6823                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6824
6825 2002-11-19 [christoph]  0.8.5claws171
6826
6827         * src/compose.c
6828                 fix segfault, when draft saving does not get
6829                 the MsgInfo of the new message
6830                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6831
6832 2002-11-19 [christoph]  0.8.5claws170
6833
6834         * src/procmsg.c
6835                 add parameter check for flag setting function
6836                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6837
6838 2002-11-18 [paul]       0.8.5claws169
6839
6840         * src/compose.c
6841                 more sensitivity fixes to redirect mode:
6842                 * disable toolbar draft button
6843                 * allow only Address book in the Tools menu
6844                 * disable editing of message by the spell
6845                   checker
6846
6847 2002-11-18 [paul]       0.8.5claws168
6848
6849         * src/compose.c
6850                 fix sensitivity of menu items in compose_redirect():
6851                 allow only the necessary items 
6852
6853 2002-11-18 [paul]       0.8.5claws167
6854
6855         * src/compose.c
6856                 fix bug [ 603259 ] 'attachment got lost on bounce'
6857
6858 2002-11-18 [paul]       0.8.5claws166
6859
6860         * po/ru.po
6861                 updated by Ruslan N. Balkin <baron@dartel.ru>
6862
6863 2002-11-18 [colin]      0.8.5claws165
6864
6865         * src/main.c
6866           src/defs.h
6867                 Remove old filtering stuff
6868
6869
6870 2002-11-17 [oliver]     0.8.5claws164
6871
6872         * src/toolbar.h
6873                 remove not needed typedef 
6874
6875 2002-11-17 [oliver]     0.8.5claws163
6876
6877         * src/toolbar.c
6878                 make toolbar's on click events translatable
6879
6880 2002-11-15 [colin]      0.8.5claws162
6881
6882         * src/summaryview.c
6883                 Revert too-soon integration of a feature
6884
6885 2002-11-15 [christoph]  0.8.5claws161
6886
6887         * src/imap.c
6888                 use main's implementation of imap_get_msginfo
6889
6890 2002-11-15 [christoph]  0.8.5claws160
6891
6892         * src/compose.c
6893         * src/folder.[ch]
6894         * src/imap.c
6895         * src/mbox_folder.c
6896         * src/mh.c
6897         * src/news.c
6898         * src/procmsg.c
6899         * src/summaryview.c
6900                 replace claws' fetch_msginfo with main's get_msginfo
6901                 (use main's implementation where possible)
6902
6903 2002-11-15 [colin]      0.8.5claws159
6904
6905         * src/ssl_certificate.c
6906                 Missed a check
6907
6908 2002-11-16 [melvin]     0.8.5claws158
6909
6910         * po/fr.po
6911                 Updated French translations.
6912
6913 2002-11-16 [colin]      0.8.5claws157
6914
6915         * src/ssl_certificate.c
6916                 Check for missing parts in the certificates
6917
6918 2002-11-15 [colin]      0.8.5claws156
6919
6920         * src/folderview.c
6921                 Preventive fix (missing check) found by
6922                 Alfons
6923
6924 2002-11-15 [paul]
6925
6926         * NEWS
6927                 sync with 0.8.6 release
6928
6929 2002-11-15 [colin]      0.8.5claws155
6930
6931         * src/folder.[ch]
6932           src/folderview.c
6933                 Fix error handling of folder_item_move_to()
6934                 (thanks to Alfons!)
6935
6936 2002-11-15 [colin]      0.8.5claws154
6937
6938         * src/folder.[ch]
6939           src/folderview.c
6940                 folder_item_move_to() sets an error message instead
6941                 of having GUI stuff in folder.c
6942
6943 2002-11-15 [colin]      0.8.5claws153
6944
6945         * src/procmsg.[ch]
6946                 Implemented a callback for MsgInfo updates, 
6947                 heavily copy/pasted from Christoph's folder 
6948                 callback system
6949         * src/summaryview.[ch]
6950                 Register summary_update_msg as callback
6951
6952 2002-11-14 [colin]      0.8.5claws152
6953         
6954         * src/procmsg.c
6955                 Update the FolderItem after sending (fixes 617593)
6956
6957 2002-11-14 [christoph]  0.8.5claws151
6958
6959         * src/folder.c
6960                 fix wrong position of NULL pointer check found
6961                 by Sergey
6962
6963 2002-11-14 [christoph]  0.8.5claws150
6964
6965         * src/folder.c
6966                 fix segfault when deleting messages from IMAP folders
6967                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6968
6969 2002-11-14 [colin]      0.8.5claws149
6970
6971         * src/compose.c
6972                 Forwarding was also ignoring the folder's default account.
6973
6974 2002-11-14 [colin]      0.8.5claws148
6975
6976         * src/compose.c
6977                 Fix sent folder not set to folder properties when 
6978                 forwarding.
6979
6980 2002-11-14 [thorsten]   0.8.5claws147
6981
6982         * src/inc.c
6983                 inc_start(): Files were not moved from .processing to inbox,
6984                 if no global processing rule existed
6985
6986 2002-11-14 [colin]      0.8.5claws146
6987
6988         * src/ssl_certificate
6989                 Fix file operations
6990
6991 2002-11-14 [paul]       0.8.5claws145
6992
6993         * po/it.po
6994                 updated by Alessandro Maestri
6995
6996 2002-11-13 [alfons]     0.8.5claws144
6997
6998         * src/folder.c
6999                 folder_item_close(): only mark messages unread
7000                 when a folder has new messages 
7001
7002 2002-11-13 [keith]      0.8.5claws143
7003
7004         * src/imap.c
7005                 Fix problem moving or copying between
7006                 IMAP folders
7007
7008 2002-11-13 [colin]      0.8.5claws142
7009
7010         * src/matcher_parser_parse.y
7011                 Fix rule problem when " don't match
7012
7013 2002-11-13 [christoph]  0.8.5claws141
7014
7015         * src/folder.c
7016         * src/folderview.c
7017                 moved cache saving to folder_item_close
7018                 the folderview should not have to deal with
7019                 this things
7020
7021 2002-11-13 [christoph]  0.8.5claws140
7022
7023         * src/summaryview.c
7024                 moved setting of important score to
7025                 summary_set_prefs_from_folderitem
7026
7027 2002-11-13 [colin]      0.8.5claws139
7028
7029         * src/matcher_parser_parse.y
7030                 Fix a segfault in the parser (happening when
7031                 a good expression had been tested and a bad 
7032                 one arrives)
7033
7034 2002-11-13 [paul]       0.8.5claws138
7035
7036         * sync with 0.8.5cvs24
7037                 see ChangeLog 2002-11-13
7038                 
7039         * po/pt_BR.po
7040                 updated by Fabio Jr. Beneditto
7041
7042 2002-11-13 [colin]      0.8.5claws137
7043         
7044         * src/msgcache.c
7045           src/defs.h
7046           src/procmsg.[ch]
7047                 Revert last commit, problem
7048
7049 2002-11-13 [colin]      0.8.5claws136
7050
7051         * src/msgcache.c
7052                 Remove duplicated code
7053         * src/defs.h
7054                 Bumped CACHE_VERSION and MARK_VERSION
7055         * src/procmsg.[ch]
7056                 Network endian for cache and mark files
7057
7058 2002-11-12 [colin]      0.8.5claws135
7059
7060         * src/inc.c
7061                 Fix the "socket error" dialog which disappeared
7062
7063 2002-11-12 [colin]      0.8.5claws134
7064
7065         * src/msgcache.c
7066                 Reverse last commit which had performance 
7067                 problems, but still reverse the list
7068
7069 2002-11-12 [colin]      0.8.5claws133
7070
7071         * src/msgcache.c
7072                 Reverse list order
7073
7074 2002-11-12 [melvin]     0.8.5claws132
7075
7076         * src/compose.c
7077                 Added a check for a NULL prefs_common.dictionary
7078
7079 2002-11-12 [colin]      0.8.5claws131
7080
7081         * src/ssl_certificate.[ch]
7082                 Use FQDN hostname
7083
7084 2002-11-12 [colin]      0.8.5claws130
7085
7086         * src/ssl_certificate.[ch]
7087                 Take connection port into account for 
7088                 checking certificates (a single hostname
7089                 could have multiple servers with multiple
7090                 certificates)
7091         * src/ssl.c
7092                 Pass the port to ssl_certificate_check
7093
7094 2002-11-12 [paul]       0.8.5claws129
7095
7096         * src/folder.c
7097                 fix a typo in last commit
7098
7099 2002-11-12 [paul]       0.8.5claws128
7100
7101         * sync with 0.8.5cvs23
7102                 see ChangeLog entry 2002-11-12
7103
7104 2002-11-11 [colin]      0.8.5claws127
7105
7106         * src/ssl_certificate.c
7107                 Cleaner messages
7108                 Don't popup, instead log error, if the 
7109                 corresponding pref is checked
7110         * src/ssl_certificate.h
7111                 include <openssl/objects/h>
7112
7113 2002-11-11 [colin]      0.8.5claws126
7114
7115         * src/ssl_certificate.h
7116                 _Really_ clean it
7117
7118 2002-11-11 [colin]      0.8.5claws125
7119         
7120         * src/ssl_certificate.c
7121                 Fixed leak
7122
7123 2002-11-11 [colin]      0.8.5claws124
7124
7125         * src/ssl.c
7126                 Cleaned a bit
7127         * src/ssl_certificate.[ch]
7128                 Cleaned a bit (better use of SSL API)
7129                 (This will cause non-recognition of saved 
7130                  certificates of claws12[23]...)
7131
7132 2002-11-11 [paul]       0.8.5claws123
7133         
7134         * po/es.po
7135                 updated by Ricardo Mones Lastra
7136
7137 2002-11-11 [colin]      0.8.5claws122
7138
7139         * src/ssl.c
7140                 Fix a typo
7141
7142 2002-11-11 [colin]      0.8.5claws121
7143
7144         * src/ssl_certificate.[ch] ** NEW FILES **
7145         * src/ssl.[ch]
7146                 Check SSL certificates presented to us
7147         * src/Makefile.am
7148                 Add ssl_certificate.[ch]
7149         * po/POTFILES.in
7150                 Add ssl_certificate.c
7151
7152 2002-11-11 [paul]       0.8.5claws120
7153
7154         * sync with 0.8.5cvs22
7155                 see ChangeLog 2002-11-11
7156
7157 2002-11-11 [paul]       0.8.5claws119
7158
7159         * sync with 0.8.5cvs21
7160                 see ChangeLog 2002-11-11
7161
7162 2002-11-10 [jens]       0.8.5claws118
7163
7164         * src/folder.c
7165         * src/folderview.c
7166                 corrected some typing
7167         * po/de.po
7168                 updated german translation
7169         * sylpheed.spec.in
7170                 cleaned up specfile and adjusted it for claws
7171
7172 2002-11-10 [colin]      0.8.5claws117
7173
7174         * src/summaryview.c
7175                 a STATUSBAR_PUSH/POP fix
7176
7177 2002-11-10 [colin]      0.8.5claws116
7178
7179         * src/prefs_folder_item.c
7180                 Fix hanging after opening folder properties
7181
7182 2002-11-10 [hoa]        0.8.5claws115
7183
7184         * src/matcher_parser_lex.l
7185         * src/matcher_parser_parse.y
7186                 config file for scoring and filtering is no more trashed
7187                 when there is a syntax error in a filtering rule when
7188                 editing it in a dialog.
7189
7190 2002-11-09 [colin]      0.8.5claws114
7191
7192         * src/mbox_folder.c
7193                 Added missing initialisation of folder->destroy()
7194
7195 2002-11-09 [colin]      0.8.5claws113
7196
7197         * src/folder.c
7198           src/folderview.c
7199                 Fix the status bar messages
7200
7201 2002-11-09 [colin]      0.8.5claws112
7202
7203         * src/folderview.c
7204                 Fix hangs after folder dnd, happening after 
7205                 claws109.
7206
7207 2002-11-09 [christoph]  0.8.5claws111
7208
7209         * src/folderview.c
7210                 just changed order of calls (reverse order of
7211                 associated calls)
7212         * src/inc.c
7213                 lock inc when checking only one account, otherwise
7214                 inc all could be executed at the same time
7215
7216 2002-11-09 [christoph]  0.8.5claws110
7217
7218         * src/folderview.c
7219                 better unlock the mouse cursor before calling
7220                 summary_show because it changes the cursor too
7221
7222 2002-11-09 [christoph]  0.8.5claws109
7223
7224         * src/folder.[ch]
7225         * src/folderview.c
7226                 add functions to open and close a folder
7227                 o opending will execute scanning for remote folders
7228                   and processing
7229                 o closing will unset new flag for messages
7230
7231 2002-11-09 [colin]      0.8.5claws108
7232
7233         * src/folder.c
7234                 Add a call to prefs_matcher_write_config to 
7235                 avoid non-leaf folders filtering settings to be
7236                 lost
7237
7238 2002-11-09 [paul]       0.8.5claws107
7239
7240         * src/prefs_account.c
7241                 re-word a label
7242
7243 2002-11-09 [colin]      0.8.5claws106
7244
7245         * src/folderview.c
7246                 Minor esthetic fix
7247
7248 2002-11-09 [colin]      0.8.5claws105
7249
7250         * src/folderview.c
7251                 Fix prefs_filtering deletion for MH folders (same
7252                 reason as below)
7253         * src/prefs_filtering.c
7254                 Fix prefs_filtering renaming and deletion for 
7255                 folder-based processing rules.  
7256
7257 2002-11-09 [christoph]  0.8.5claws104
7258
7259         * src/compose.c
7260         * src/folder.[ch]
7261         * src/folderview.[ch]
7262         * src/import.c
7263         * src/inc.c
7264         * src/main.c
7265         * src/mainwindow.c
7266         * src/messageview.c
7267         * src/prefs_folder_item.c
7268         * src/procmsg.c
7269         * src/summaryview.c
7270                 implement a callback system for folder item updates
7271
7272 2002-11-09 [colin]      0.8.5claws103
7273
7274         * src/folderview.c
7275                 Fix prefs_filtering renaming for MH folders (we
7276                 shouldn't rename by path as another folder could
7277                 have the same hierarchy).
7278
7279 2002-11-09 [colin]      0.8.5claws102
7280
7281         * src/folder.c
7282                 Fix a leak found by Christoph, use better variable
7283                 names
7284
7285 2002-11-09 [colin]      0.8.5claws101
7286
7287         * src/folder.c
7288                 One more fix for processing rules
7289
7290 2002-11-08 [colin]      0.8.5claws100
7291         
7292         * src/matcher.c
7293                 Don't copy the compiled regexp (will be reevaluated)
7294         * src/folderview.c
7295                 Lock folderview while moving
7296         * src/folder.c
7297                 Provide info on what's happening to the user
7298
7299 2002-11-08 [colin]      0.8.5claws99
7300
7301         * src/folderview.c
7302                 Fix folder reordering after a move if parent is 
7303                 root
7304         * src/scoring.[ch]
7305                 Add function to copy a ScoringProp
7306         * src/prefs_folder_item.c
7307                 Copy scoring rules when copying a folder prefs
7308
7309 2002-11-08 [colin]      0.8.5claws98
7310
7311         * src/folderview.c
7312                 Fixes in case of failure
7313         * src/filtering.[ch]    
7314                 Add function to duplicate a FilteringProp
7315         * src/matcher.[ch]
7316                 Add function to duplicate a MatcherProp
7317         * src/prefs_folder_item.c
7318                 Save folder's processing rules when copying 
7319                 its prefs
7320
7321 2002-11-08 [colin]      0.8.5claws97
7322         
7323         * src/folderview.c
7324                 Sort after move
7325         * src/folder.c 
7326                 Change a printf to debug_print
7327
7328 2002-11-08 [colin]      0.8.5claws96
7329
7330         * src/folder.c
7331           src/folderview.c
7332                 Fix segfaults, call me stupido
7333         
7334
7335 2002-11-08 [colin]      0.8.5claws95
7336
7337         *src/folder.c
7338                 Added forgotten prefs to save when moving folders
7339
7340 2002-11-08 [colin]      0.8.5claws94
7341
7342         * src/folder.c
7343                 Fixes to folder DND (prefs copy)
7344         * src/folderview.c
7345                 Optimization for folder DND (don't rescan whole tree)
7346                 Added folderview_create_folder_node() for this 
7347                 optimization, so de-duped a bit the code
7348         * src/prefs_folder_item.[ch]
7349                 Added prefs_folder_item_copy_prefs()    
7350           
7351 2002-11-08 [paul]       0.8.5claws93
7352
7353         * src/prefs_account.c
7354           tools/README
7355           tools/kmail2sylpheed_v2.pl
7356                 correct some typos
7357
7358 2002-11-08 [paul]       0.8.5claws92
7359
7360         * src/compose.c
7361           src/prefs_account.[ch]
7362                 remove account options 'clearsign' and 'ascii_armored',
7363                 replace with 'default_gnupg_mode' to prevent mixed-mode
7364                 Privacy settings
7365
7366 2002-11-08 [paul]       0.8.5claws91
7367
7368         * src/compose.[ch]
7369                 re-implement GnuPG 'on-the-fly' mode selection,
7370                 disallow mixed-mode
7371
7372 2002-11-08 [colin]      0.8.5claws90
7373
7374         * src/folderview.c
7375           src/prefs_folder_item.c
7376                 Change "Property" to "Properties"
7377
7378 2002-11-07 [colin]      0.8.5claws89
7379
7380         * src/folderview.c
7381           src/folder.c
7382                 Allow folder dropping to a root folder
7383
7384 2002-11-07 [paul]       0.8.5claws88
7385
7386         * src/compose.c
7387                 revert last commit
7388
7389 2002-11-07 [paul]       0.8.5claws87
7390
7391         * src/compose.c
7392                 fix reply-to-list bug. closes bug report
7393                 "[633382] reply-to-list broken in recent cvs"
7394
7395 2002-11-07 [paul]       0.8.5claws86
7396
7397         * src/compose.c
7398                 add a forgotten '#if USE_GPGME ... #endif'
7399
7400 2002-11-07 [paul]       0.8.5claws85
7401
7402         * sync with 0.8.5cvs20
7403                 see ChangeLog 2002-11-07
7404
7405 2002-11-07 [colin]      0.8.5claws84
7406
7407         * src/folder.[ch]
7408                 Change folder_item_move_to to return the newly 
7409                 created folderitem.
7410         * src/folderview.c
7411                 Select the new folderitem after moving.
7412
7413 2002-11-07 [colin]      0.8.5claws83
7414
7415         * src/prefs_filtering.c
7416                 Fix rule rewriting when moving a leaf folder to a 
7417                 shorter path
7418
7419 2002-11-07 [colin]      0.8.5claws82
7420
7421         * src/prefs_filtering.c
7422                 fix a leak
7423
7424 2002-11-07 [colin]      0.8.5claws81
7425
7426         * src/folder.[ch]
7427                 Add folder_item_move_to() function to move a 
7428                 folderitem into another one (updates matcher etc)
7429         * src/folderview.c
7430                 Add folder drag'n drop (context menu to come)
7431                 [Should be dataloss free, but Please backup before 
7432                  trying !]
7433
7434 2002-11-06 [colin]      0.8.5claws80
7435
7436         * src/mh.c
7437                 mh_create_folder() returns NULL if can't create
7438                 directory hierarchy
7439
7440 2002-11-06 [paul]       0.8.5claws79
7441
7442         * src/compose.[ch]
7443                 allow 'on-the-fly' changing of the type of encryption 
7444                 and/or signing used (mime/ascii) via the compose window
7445
7446 2002-11-06 [paul]       0.8.5claws78
7447
7448         * sync with 0.8.5cvs19
7449                 see ChangeLog 2002-11-06 for src/account.c: 
7450                 account_get_special_folder()
7451                 
7452 2002-11-05 [alfons]     0.8.5claws77
7453
7454         * src/crash.c
7455                 very minor cleanups: nothing to see here, move on. :-)
7456
7457 2002-11-05 [colin]      0.8.5claws76
7458
7459         * src/main.c
7460                 Changes choices if compose windows are opened to
7461                 Discard, Draft, Don't quit
7462
7463 2002-11-05 [thorsten]   0.8.5claws75
7464
7465         * src/compose.c
7466                 reenabled default_reply_to folder option
7467
7468 2002-11-05 [colin]      0.8.5claws74
7469
7470         * src/compose.[ch] 
7471                 add compose_draft()
7472         * src/crash.c
7473                 add SIGTERM handler
7474         * src/main.[ch]
7475                 add clean_quit() for the SIGTERM handler
7476
7477 2002-11-05 [paul]       0.8.5claws73
7478         
7479         * po/es.po
7480                 updated by Ricardo Mones Lastra
7481
7482 2002-11-05 [melvin]     0.8.5claws72
7483
7484         * src/logwindow.c
7485                 Fixed log-clipping bug #616795.
7486                 To stop logging in the log window use 0 length.
7487         * src/prefs_common.c
7488                 Added a label to inform about the 0 log length behaviour.
7489
7490 2002-11-05 [paul]       0.8.5claws71
7491
7492         * sync with 0.8.5cvs17
7493                 see ChangeLog 2002-11-05
7494
7495 2002-11-04 [paul]       0.8.5claws70
7496
7497         * sylpheed-128x128.png
7498           sylpheed-64x64.png
7499           sylpheed.png
7500                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7501                 <nikai@users.sourceforge.net>
7502                 
7503         * po/bg.po
7504                 updated by George Danchev
7505
7506 2002-11-03 [thorsten]   0.8.5claws69
7507
7508         * src/main.c
7509           src/mimeview.c
7510           src/rfc2015.h
7511                 add check if gpg is active
7512
7513 2002-11-03 [thorsten]   0.8.5claws68
7514
7515         * src/toolbar.h
7516                 removed GSList declaration causing trouble on MacOS-X
7517                 (submitted by alfons, reported by xfesty)
7518
7519 2002-11-01 [paul]       0.8.5claws67
7520
7521         * src/mainwindow.c
7522                 remove last remnants of main's filter code
7523
7524 2002-11-01 [paul]       0.8.5claws66
7525
7526         * tools/filter_conv.pl
7527                 fix bug where user-defined headers were ignored
7528
7529 2002-11-01 [paul]       0.8.5claws65
7530
7531         * src/logwindow.c
7532                 make a debug_print() not translatable
7533
7534 2002-10-31 [melvin]     0.8.5claws64
7535
7536         * ac/aspell.m4
7537                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7538                 not run any GNU/aspell test.  The dictionary path will
7539                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7540                 was given, in which case, it will be $prefix/lib/aspell/
7541         * configure.in
7542                 Fixed typo in commentary (Aspell code).
7543
7544 2002-10-31 [paul]       0.8.5claws63
7545
7546         * po/POTFILES.in
7547                 remove src/filter.c and src/prefs_filter.c
7548                 thanks to Ricardo for reminding me
7549
7550 2002-10-31 [colin]      0.8.5claws62
7551
7552         * src/mbox_folder.c
7553                 Plug some leaks
7554
7555 2002-10-31 [paul]       0.8.5claws61
7556
7557         * src/prefs_filter.[ch] ** REMOVED **
7558           src/filter.[ch]       ** REMOVED **
7559           
7560         * src/Makefile.am
7561           src/folderview.c
7562           src/inc.c
7563           src/main.c
7564           src/mainwindow.c
7565           src/mbox.c
7566           src/prefs_common.c
7567           src/prefs_filtering.c
7568           src/summaryview.[ch]
7569                 remove main's 'filter' code
7570                 
7571         README.claws
7572                 update to reflect removal of main's filter
7573
7574 2002-10-31 [paul]       0.8.5claws60
7575
7576         * src/summaryview.c
7577                 remove check for global_processing in summary_filter_open(). 
7578                 This fixes the bug where if the user uses the right-click 
7579                 'Create filter rule...' and doesn't have any filter rules 
7580                 already defined in claws' advanced filtering, the newly 
7581                 created filter rule goes to main's filtering which is 
7582                 inaccessible through the gui. Now the filter rule gets added
7583                 to claws' filtering by default.
7584
7585 2002-10-28 [melvin]     0.8.5claws59
7586
7587         * src/prefs_actions.c
7588                 Fixed bug #627322 where MIME parts were not always
7589                 correctly passed to a %p action
7590                 Display an error dialog when message filename is not found.
7591
7592 2002-10-28 [melvin]     0.8.5claws58
7593
7594         * src/prefs_common.c
7595                 Readded a missing function declaration lost in 0.8.3claws34
7596
7597 2002-10-28 [paul]       0.8.5claws57
7598
7599         * sync with 0.8.5cvs15
7600                 see ChangeLog 2002-10-28 and 2002-10-25
7601                 
7602         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7603
7604 2002-10-27 [oliver]     0.8.5claws56
7605
7606         * src/pop.c
7607                 plug leak in pop3_top_recv
7608
7609 2002-10-26 [christoph]  0.8.5claws55
7610
7611         * src/folder.c
7612                 set need_update folder flag when messages are added
7613                 (closes bug [ 626922 ] folder not updated after receiving)
7614
7615 2002-10-25 [melvin]     0.8.5claws54
7616
7617         * src/imageview.c
7618                 Fixed a memleak introduced in the scaling code.
7619
7620 2002-10-24 [alfons]     0.8.5claws53
7621
7622         * src/filtering.c
7623                 make filtering's forward message action forward from the 
7624                 correct account
7625                 (closes bug [628089 ] Filter -> Forward from address problem
7626                 reported by Oktay)
7627
7628 2002-10-24 [christoph]  0.8.5claws52
7629
7630         * src/mainwindow.c
7631         * src/manual.[ch]
7632                 o use manual of current locale or english if current
7633                   locale is not available (and english is available)
7634                 o also link to sylpheed doc project manuals
7635
7636 2002-10-23 [paul]       0.8.5claws51
7637
7638         * tools/README
7639           tools/kmail2sylpheed_v2.pl
7640                 add new version of kmail addressbook importer script.
7641                 works with newer versions of Kmail/KAddressBook which
7642                 have new and rearranged data.
7643
7644 2002-10-23 [martin]     0.8.5claws50
7645
7646         * src/folderview.c
7647         * src/summaryview.c
7648         * src/utils.h
7649         * src/utils.c
7650                 added length parameter to get_abbrev_newsgroup_name()
7651                 changed this function so that it abbreviates the newsgroup
7652                 names only so long it is smaller than the length parameter
7653                 (for better reading of some newsgroup names and space efficiency)
7654
7655 2002-10-22 [colin]      0.8.5claws49
7656
7657         *src/foldersel.c
7658                 Revert Alfons' last modification (after voting ;-))
7659
7660 2002-10-21 [alfons]     0.8.5claws48
7661
7662         * src/foldersel.c
7663                 folder view in folder selection dialog reflects state of
7664                 folder view in main window
7665
7666 2002-10-18 [alfons]     0.8.5claws47
7667
7668         * src/mbox.c
7669                 drop imported messages in folder selected by user,
7670                 and not in the inbox
7671                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7672
7673 2002-10-18 [alfons]     0.8.5claws46
7674
7675         * src/compose.c
7676                 make automagic reply work correctly for email accounts 
7677                 (whether it's viable to do a full sync with Hiro's 
7678                 compose.c is still under discussion)
7679
7680 2002-10-18 [melvin]     0.8.5claws45
7681
7682         * src/prefs_actions.c
7683                 Fixed bug #622275 where asynchroneous actions left 
7684                 zombies processes
7685                 Made (synchroneous) actions' input be displayed live.
7686
7687 2002-10-18 [christoph]  0.8.5claws44
7688
7689         * src/textview.c
7690                 don't add a newline in the textview in front of the
7691                 first textpart if header display is disabled
7692                 (closes bug [ 603385 ] disabled header display leaves blank
7693                  lin)
7694
7695 2002-10-18 [christoph]  0.8.5claws43
7696
7697         * src/folder.[ch]
7698         * src/imap.c
7699         * src/mbox_folder.c
7700         * src/mh.c
7701         * src/news.c
7702                 folder->get_num_list now returns an error code
7703                 (closes bug [ 609424 ] News cache cleared on failure)
7704                 
7705 2002-10-17 [colin]      0.8.5claws42
7706         
7707         * src/news.c
7708                 Changed a printf by debug_print
7709
7710 2002-10-16 [paul]       
7711
7712         * tools/OOo2sylpheed.pl
7713                 allow for spaces in the name of the
7714                 file to be attached.
7715
7716 2002-10-16 [colin]      0.8.5claws41
7717
7718         * src/main.c
7719                 Use a tristate to change online mode
7720
7721 2002-10-16 [paul]       0.8.5claws40
7722
7723         * po/es.po
7724                 updated by Ricardo Mones Lastra
7725
7726 2002-10-16 [colin]      0.8.5claws39
7727
7728         * src/main.c
7729           src/mainwindow.[ch]
7730                 Added --online and --offline command-line
7731                 switches
7732
7733 2002-10-15 [christoph]  0.8.5claws38
7734
7735         * src/procmime.c
7736                 set mimeinfo->name to NULL after g_free to
7737                 avoid double freeing with g_free
7738
7739 2002-10-14 [christoph]  0.8.5claws37
7740
7741         * src/compose.c
7742         * src/filtering.c
7743         * src/summaryview.c
7744                 remove calls to folder->change_flags that are now
7745                 done by procmsg flag functions (seems it is not
7746                 used by any foldertype anyway)
7747         * src/folder.c
7748                 init folder->change_flags with NULL
7749
7750 2002-10-14 [christoph]  0.8.5claws36
7751
7752         * src/folder.[ch]
7753         * src/imap.[ch]
7754                 use virtual functions for folder item new and destroy
7755                 functions
7756
7757 2002-10-14 [melvin]     0.8.5claws35
7758
7759         * src/compose.c
7760                 Added a test to not run the spell checker if no default
7761                 dictionary is available. No dialog is displayed though.
7762
7763 2002-10-14 [melvin]     0.8.5claws34
7764
7765         * src/gtkaspell.c
7766                 Fixed bug in dictionary list context menu where
7767                 "More..." pointed to an emtpy submenu if the
7768                 number of dictionaries is a multiple of 15
7769                 Removed unneeded code in suggestions list creation
7770
7771 2002-10-14 [paul]       0.8.5claws33
7772
7773         * po/bg.po
7774                 updated by George Danchev
7775
7776 2002-10-13 [hoa]        0.8.5claws32
7777
7778         * src/matcher.[ch]
7779           src/matcher_parser_parser.y
7780                 removed the escaped string from internal structure
7781                 of matcher.
7782
7783 2002-10-12 [colin]      0.8.5claws31
7784
7785         * src/gtksctree.[ch]
7786           src/summaryview.c
7787                 Removed useless function gtksctree_reanchor
7788
7789 2002-10-12 [alfons]     0.8.5claws30
7790         
7791         * sync with remaining main changes 2002-10-09 - 2002-10-11
7792         - drop changes to src/compose.c (requires claws specific changes)
7793         
7794 2002-10-12 [alfons]     0.8.5claws29
7795         
7796         * sync with main changes of 2002-10-08
7797         - drop changes to src/compose.c (requires claws specific changes)
7798         - drop changes to src/summaryview.c (requires changes to compose.c)     
7799
7800 2002-10-12 [alfons]     0.8.5claws28
7801         
7802         * sync with main changes of 2002-10-07
7803
7804 2002-10-12 [alfons]     0.8.5claws27
7805
7806         * sync with main changes of 2002-10-04
7807         - drop changes to src/compose.c (requires claws specific changes)
7808         - drop changes to src/prefs_folder_item.c (claws implementation
7809           seems to be working)
7810
7811 2002-10-12 [colin]      0.8.5claws26
7812
7813         * src/mainwindow.c
7814                 Fix folder-flicker when space-reading, introduced 
7815                 in claws22.
7816
7817 2002-10-12 [colin]      0.8.5claws25
7818
7819         * src/compose.c
7820                 Save account address when saving as draft.
7821                 (closes bug 621838)
7822
7823 2002-10-12 [colin]      0.8.5claws24
7824
7825         * src/summaryview.c
7826                 Fix the problem consisting of no message selected
7827                 after the last message in a folder has been moved.
7828
7829 2002-10-12 [paul]       0.8.5claws23
7830
7831         * src/compose.c
7832           src/prefs_template.c
7833           src/template.[ch]
7834                 add Cc and Bcc to templates. Patch submitted by
7835                 John L. Males.
7836
7837 2002-10-12 [colin]      0.8.5claws22
7838
7839         * src/folderview.c
7840                 Fix a bug after "Check for new messages":
7841                 If a folder was opened, it was still selected at
7842                 the end of the check, but displayed empty.
7843         * src/mainwindow.c
7844                 Remove unnecessary check
7845
7846 2002-10-12 [paul]
7847
7848         * tools/README
7849                 be more verbose in the description of
7850                 OOo2sylpheed.pl
7851                 
7852
7853 2002-10-11 [colin]      0.8.5claws21
7854
7855         * src/mainwindow.c
7856                 Make space work (better) when no mail is selected
7857
7858 2002-10-11 [colin]      0.8.5claws20
7859
7860         * src/inc.c
7861           src/news.c
7862                 fix warnings
7863
7864 2002-10-11 [colin]      0.8.5claws19
7865
7866         * src/mainwindow.c
7867                 revert 0.8.5claws6 changes as i couldn't get to
7868                 anything satisfying
7869
7870 2002-10-11 [melvin]     0.8.5claws18
7871
7872         * src/compose.c
7873                 Removed buggy and unused macro (should have been committed in
7874                 0.8.5claws17)
7875
7876 2002-10-11 [melvin]     0.8.5claws17
7877
7878         * src/compose.c
7879                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7880
7881 2002-10-11 [thorsten]   0.8.5claws16 
7882
7883         * src/folderview.c
7884                 remove rescan warning
7885
7886 2002-10-11 [colin]      0.8.5claws15 
7887
7888         * src/procheader.c
7889                 fix a segfault that happens if conv_unmime_header
7890                 fails (should be better to find out why it fails)
7891
7892 2002-10-11 [christoph]  0.8.5claws14
7893
7894         * src/summaryview.c
7895                 update folderview stats after ignore/unignore thread
7896
7897 2002-10-11 [hoa]        0.8.5claws13
7898
7899         * src/quote_fmt_parse.y
7900                 Fixed a yacc/bison syntax error
7901         * src/matcher.c
7902                 Escaping of string is fixed.
7903
7904 2002-10-11 [colin]      0.8.5claws12
7905
7906         * src/imageview.c
7907                 Resize images to fit
7908
7909 2002-10-11 [paul]       0.8.5claws11
7910
7911         * po/es.po
7912                 updated by Ricardo Mones Lastra
7913
7914 2002-10-10 [alfons]     0.8.5claws10
7915
7916         * src/compose.c
7917                 allow dropping files by "moving" files from a file manager,
7918                 not only by the more cumbersome "copying". the latter 
7919                 mostly implies holding down the Control button
7920
7921 2002-10-10 [christoph]  0.8.5claws9
7922
7923         * src/summaryview.c
7924                 update folders after thread building for ignored threads
7925
7926 2002-10-10 [christoph]  0.8.5claws8
7927
7928         * config/.cvsignore
7929                 added Makefile
7930         * src/filtering.[ch]
7931         * src/folder.[ch]
7932         * src/folderview.[ch]
7933         * src/import.c
7934         * src/inc.[ch]
7935         * src/mbox.[ch]
7936         * src/procmsg.c
7937         * src/summaryview.[ch]
7938                 o added new flag need_update to FolderItem
7939                 o removed folder_table from various functions from tracking
7940                   folder updates
7941                 o set need_update flags in folder.c's move, copy and delete
7942                   functions and procmsg's flags functions
7943                 o added function folderview_update_items_when_required that
7944                   updates all folders with need_update set
7945                 o call folderview_update_items_when_required instead of
7946                   folderview_update_item_foreach
7947
7948 2002-10-09 [sergey]     0.8.5claws7
7949
7950         * src/compose.c
7951                 Strip CRs whel loading the text into editor in reedit mode.
7952
7953 2002-10-09 [colin]      0.8.5claws6
7954
7955         * src/mainwindow.c
7956                 Make Space work when no mail is selected
7957
7958 2002-10-09 [colin]      0.8.5claws5
7959
7960         * src/gtksctree.[ch]
7961                 Fix range_select
7962                 Add gtk_sctree_reanchor() 
7963         * src/summaryview.c
7964                 Use gtk_sctree_reanchor() - better fix for 
7965                 bug 60413
7966
7967 2002-10-09 [colin]      0.8.5claws4
7968
7969         * src/summaryview.c
7970                 Fix shift-click select after delete problem
7971                 (closes bug 60413)
7972
7973 2002-10-08 [thorsten]   0.8.5claws3
7974
7975         * src/summaryview.c
7976                 exclude current msg from -hide read messages-
7977
7978 2002-10-08 [colin]      0.8.5claws2
7979
7980         * src/inc.[ch]
7981           src/pop.c
7982           src/recv.c
7983                 Differentiate socket errors from disk full
7984                 errors
7985
7986 2002-10-08 [christoph]  0.8.5claws1
7987
7988         * Makefile.am
7989         * configure.in
7990                 modifications for new config directory
7991
7992         * config.guess  ** REMOVED **
7993         * config.sub    ** REMOVED **
7994         * install-sh    ** REMOVED **
7995         * ltmain.sh     ** REMOVED **
7996         * missing       ** REMOVED **
7997         * mkinstalldirs ** REMOVED **
7998                 these files are autogenerated by automake
7999                 when you run autogen.sh
8000
8001         * config/.cvsignore     ** NEW FILE **
8002         * config/Makefile.am    ** NEW FILE **
8003                 ignore autogenerated files
8004                 create a Makefile in this directory
8005
8006 2002-10-08 [paul]       0.8.5claws
8007
8008         * 0.8.5claws release
8009         
8010         * src/compose.c
8011           src/procheader.c
8012           src/procmsg.c
8013                 fix quote reply format for newsgroups reply bug
8014                 (thanks to Hoa)
8015                 
8016         * po/en_GB.po
8017           po/pl.po
8018                 updated by me and Witold Wladyslaw Wojciech Wilk
8019                 repectively
8020
8021 2002-10-07 [paul]       0.8.3claws53
8022
8023         * po/it.po
8024           po/pt_BR.po
8025           po/sr.po
8026                 updated messages catalogs, submitted by
8027                 Alessandro Maestri, Fabio Jr.Beneditto 
8028                 and Urke MMI, respectively.
8029
8030 2002-10-07 [christoph]  0.8.3claws52
8031
8032         * src/folder.[ch]
8033         * src/folderview.c
8034         * src/mainwindow.c
8035                 fix new folder ghost message bug
8036                 (closes bug [ 619722 ] wrong count for newly created folders)
8037
8038 2002-10-07 [christoph]  0.8.3claws51
8039
8040         * src/compose.c
8041                 fix news posting problem
8042
8043 2002-10-07 [melvin]     0.8.3claws50
8044
8045         * po/fr.po
8046                 Updated French translation
8047
8048 2002-10-05 [christoph]  0.8.3claws49
8049
8050         * src/gtkstext.c
8051                 check if line_start_cache is set in gtk_stext_update_text
8052                 (closes bug [ 618119 ] crash while doing search in folder)
8053
8054 2002-10-05 [christoph]  0.8.3claws48
8055
8056         * src/imap.c
8057         * src/news.c
8058         * src/utils.c
8059         * src/utils.h
8060                 implement cache cleanups for claws' folder system
8061                 (closes bug [ 595916 ] imapcache not cleaned up)
8062
8063 2002-10-05 [melvin]     0.8.3claws47
8064
8065         * src/prefs_actions.c
8066                 Made the help text more clear for the %p token
8067
8068 2002-10-04 [paul]       0.8.3claws46
8069
8070         * sync with 0.8.5
8071                 see ChangeLog 2002-10-02 and 2002-10-03
8072
8073 2002-10-04 [christoph]  0.8.3claws45
8074
8075         * src/inc.c
8076                 fix segfault caused by pop before smtp
8077                 call to inc_account_mail with NULL
8078                 pointer for mainwin
8079
8080 2002-10-04 [paul]       0.8.3claws44
8081
8082         * configure.in
8083                 sync the LDAP detection from 0.8.5cvs1
8084
8085 2002-10-02 [christoph]  0.8.3claws43
8086
8087         * po/de.po
8088                 fix small spelling error
8089
8090 2002-10-02 [melvin]     0.8.3claws42
8091
8092         * ac/aspell.m4
8093                 Behave better and say "no" when test program cannot be run.
8094
8095 2002-10-02 [paul]       0.8.3claws41
8096
8097         * sync with 0.8.4cvs1
8098                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8099                 
8100         * src/summaryview.c
8101                 toggle the behavior of Reply menuitem between
8102                 normal reply and reply-to-list
8103
8104 2002-10-01 [sergey]     0.8.3claws40
8105
8106         * src/compose.c
8107                 Convert newlines in the message text to the canonical form
8108                 before base64 encoding (RFC2045 compliance, fixes some
8109                 interoperability issues with Evolution 1.0.3)
8110
8111 2002-09-29 [colin]      0.8.3claws39
8112
8113         * src/summaryview.c
8114                 Fix an unwanted copy/paste
8115
8116 2002-09-29 [colin]      0.8.3claws38
8117
8118         * src/mainwindow.c
8119                 Renamed "Custom toolbar" to "Customize toolbar"
8120                 Renamed "Show all header" to "Show all headers"
8121                 Renamed "Set diplay item" to "Set displayed items"
8122         * src/prefs_common.c
8123                 Renamed "Show all header" to "Show all headers"
8124         * src/prefs_summary_column.c
8125                 Renamed "diplay item" to "displayed items"
8126
8127 2002-09-29 [colin]      0.8.3claws37
8128
8129         * src/mainwindow.[ch]
8130                 online/offline status pixmaps follow theme
8131                 changes
8132         * src/summaryview.[ch]
8133                 quicksearch pixmap follows theme changes
8134
8135 2002-09-29 [thorsten]   0.8.3claws36
8136
8137         * src/compose.c
8138           src/prefs_folder_item.[ch]
8139                 add default_reply_to folder option (closes patch 581044)
8140
8141 2002-09-29 [christoph]  0.8.3claws35
8142
8143         * acconfig.h    ** REMOVED **
8144         * configure.in
8145         * ac/aspell.m4
8146         * ac/check-type.m4
8147         * ac/gnupg-check-typedef.m4
8148                 fix autoheader 2.50 warning
8149
8150 2002-09-29 [christoph]  0.8.3claws34
8151
8152         * major code cleanup (part 2)
8153         
8154                 - unused variables removed
8155                 - unused functions removed
8156                 - uninitialized variables checked
8157                 - missing return statements added
8158                 - missing function return types added
8159                 - added parentheses around assignment
8160                   when suggested by gcc
8161
8162 2002-09-29 [alfons]     0.8.3claws33
8163
8164         * src/logwindow.c
8165                 log_window_clear(): only bracket gtk_text_forward_delete() 
8166                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8167                 works around GTK text bug)
8168
8169 2002-09-29 [paul]       0.8.3claws32
8170
8171         * po/bg.po
8172           po/sr.po
8173                 updated by George Danchev and Urke MMI
8174                 respectively
8175
8176 2002-09-27 [christoph]  0.8.3claws31
8177
8178         * doc-src/readme.txt
8179         * doc-src/rfc1806.txt   ** REMOVED **
8180         * doc-src/rfc2183.txt   ** NEW FILE **
8181         * doc-src/rfc2980.txt   ** NEW FILE **
8182                 update rfcs
8183
8184 2002-09-27 [melvin]     0.8.3claws30
8185
8186         * ac/aspell.m4
8187                 Fixed typo which could break linking
8188
8189 2002-09-27 [melvin]     0.8.3claws29
8190
8191         * ac/aspell.m4
8192                 Improved GNU/aspell checking. 
8193                 Fixed bug #614490
8194
8195 2002-09-27 [paul]       0.8.3claws28
8196
8197         * sync with 0.8.3cvs8
8198                 see ChangeLog 2002-09-27
8199
8200 2002-09-26 [colin]      0.8.3claws27
8201
8202         * src/toolbar.[ch]
8203           src/mainwindow.[ch]
8204                 Add "Reply to Mailing-list" to the toolbar
8205
8206 2002-09-26 [christoph]  0.8.3claws26
8207
8208         * src/summaryview.c
8209                 Fix wrong message counts in summaryview status
8210
8211 2002-09-26 [paul]       0.8.3claws25
8212
8213         * sync with 0.8.3cvs7
8214                 see ChangeLog 2002-09-26
8215
8216 2002-09-26 [paul]       0.8.3claws24
8217
8218         * sync with 0.8.3cvs6
8219                 see ChangeLog 2002-09-25
8220
8221 2002-09-25 [christoph]  0.8.3claws23
8222
8223         * src/prefs_common.c
8224         * src/prefs_folder_item.c
8225         * src/prefs_scoring.c
8226                 Renamed "kill score" to "hide score" in GUI
8227                 and prefs files
8228
8229 2002-09-25 [paul]       0.8.3claws22
8230
8231         * sync with 0.8.3cvs5
8232                 see ChangeLog 2002-09-24
8233
8234 2002-09-24 [alfons]     0.8.3claws21
8235
8236         patch by Satoshi Nagayasu: allows appending / saving multiple 
8237         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8238         'Save as ...'")
8239
8240         * AUTHORS
8241                 add Satoshi Nagayasu
8242         * src/summaryview.c
8243                 summary_save_as(): allow saving selected files to
8244                 one file
8245                 summary_set_menu_sensitive: enable "Save As..." when
8246                 multiple files are selected
8247         * src/utils.[ch]
8248                 append_file(): new function
8249
8250 2002-09-24 [colin]      0.8.3claws20
8251
8252         * src/procmime.c
8253                 Fix segfault when mimeinfo doesn't have a 
8254                 content_type. 
8255
8256 2002-09-24 [colin]      0.8.3claws19
8257
8258         * src/prefs_common.[ch]
8259                 Add a preference to display send dialog or not
8260         * src/send.c
8261                 Display send dialog according to preference
8262
8263 2002-09-24 [colin]      0.8.3claws18
8264
8265         * src/compose.[ch]
8266                 Disable user actions when sending
8267
8268 2002-09-24 [colin]      0.8.3claws17
8269
8270         * src/procmime.c
8271                 Do not display name or filename for attachments
8272                 with an application/pgp-signature type
8273                 (security flaw, see bug 537413)
8274
8275 2002-09-23 [colin]      0.8.3claws16
8276
8277         * src/editaddress.c
8278                 Initialize entry_email, entry_alias and 
8279                 entry_remarks to first email address of the list
8280
8281 2002-09-23 [colin]      0.83claws15
8282
8283         * src/compose.c
8284                 Drop pgp-signature when reediting a signed queued
8285                 message
8286
8287 2002-09-23 [melvin]     0.8.3claws14
8288
8289         * po/fr.po
8290                 Updated French translation
8291
8292 2002-09-23 [melvin]     0.8.3claws13
8293
8294         * src/mainwindow.c
8295                 Made custom toolbar menu labels more consistent
8296         * src/prefs_toolbar.c
8297                 Made custom toolbar window title more consistent
8298
8299 2002-09-22 [colin]      0.8.3claws12
8300
8301         * src/inc.c
8302                 Initialize session type to normal before getting 
8303                 mail (fixes strange Get behaviour)
8304         * src/prefs_account.h
8305                 Move STYPE_POP_BEFORE_SMTP to last position to 
8306                 avoid other side-effects
8307
8308 2002-09-22 [colin]      0.8.3claws11
8309
8310         * src/prefs_account.c
8311                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8312                 from pop3 to apop or vice-versa
8313
8314 2002-09-22 [colin]      0.8.3claws10
8315         
8316         * src/prefs_account.[ch]
8317                 Add an option for the POP before SMTP timeout
8318         * src/inc.c
8319                 Remember time of last POP connection
8320         * src/send.c
8321                 Do POP before SMTP only if timeout reached
8322
8323 2002-09-22 [oliver]     0.8.3claws9
8324         
8325         * README.claws
8326                 explain custom toolbar
8327
8328 2002-09-22 [oliver]     0.8.3claws8
8329
8330         * src/prefs_actions.[ch]
8331         custom toolbar for compose      
8332                 actions callback from compose toolbar
8333         * src/folderview.c
8334                 remove include toolbar.h
8335
8336 2002-09-22 [oliver]     0.8.3claws7
8337         
8338         * src/prefs_toolbar.[ch]
8339                 custom toolbar for compose
8340                 - generic prefs_toolbar handles both
8341                   Mainwin's toolbar as well as Compose toolbar          
8342
8343 2002-09-22 [oliver]     0.8.3claws6
8344         
8345         * src/toolbar.[ch]
8346                 custom toolbar for compose
8347                 restructure toolbar.[ch]
8348
8349 2002-09-22 [oliver]     0.8.3claws5
8350
8351         * src/compose.[ch]
8352                 custom toolbar for compose
8353
8354 2002-09-22 [oliver]     0.8.3claws4
8355         
8356         * src/mainwindow.[ch]
8357                 custom toolbar for compose 
8358                 move mainwin toolbar back to mainwindow
8359
8360 2002-09-22 [alfons]     0.8.3claws3
8361
8362         * src/procmsg.c
8363                 :%sno/if(/if (/gc
8364                 :%sno/for(/for (/gc
8365                 (beautify)
8366
8367 2002-09-22 [alfons]     0.8.3claws2
8368         
8369         * src/procmsg.c
8370                 procmsg_save_to_outbox(): don't unlink message file from queue;
8371                 callers should do it using folder_item_remove_msg()
8372
8373 2002-09-22 [colin]      0.8.3claws1
8374
8375         * src/mimeview.[ch]
8376                 Made mimeview_check_signature() public
8377         * src/textview.c
8378                 Made GPG signatures verifiable by clicking
8379                 the [application/pgp-signature] in the Text
8380                 view
8381
8382 2002-09-22 [paul]       0.8.3claws
8383
8384         * po/bg.po
8385           po/en_GB.po
8386           po/es.po
8387           po/it.po
8388           po/pl.po
8389           po/pt_BR.po
8390           po/sr.po
8391                 updated translations, submitted by George Danchev,
8392                 me, Ricardo Mones Lastra, Alessandro Maestri,
8393                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8394                 and Urke MMI, respectively.     
8395
8396 2002-09-22 [alfons]     0.8.2claws65
8397
8398         * src/procmsg.c
8399         * src/pgptext.c
8400                 no furry valgrinds have been used to plug these memleaks
8401
8402 2002-09-20 [paul]       0.8.2claws64
8403
8404         * sync with 0.8.3cvs4
8405                 'Select thread' re-implemented 
8406                 see ChangeLog 2002-09-20
8407
8408 2002-09-21 [alfons]     0.8.2claws63
8409
8410         * src/compose.c
8411                 compose_send(): plug unnoticed memleak
8412
8413 2002-09-20 [alfons]     0.8.2claws62
8414
8415         * src/addr_compl.c
8416                 replace_address_in_edit(): strict check for NULL address to
8417                 fix "[ 607348 ] Segfault in address completion". My guess is
8418                 that this happens with an empty address book, but it's good
8419                 to have this check here anyway
8420                 
8421                 completion_window_button_press(): free string returned 
8422                 from the internal cache
8423
8424 2002-09-20 [christoph]  0.8.2claws61
8425
8426         * src/procmime.h
8427                 added ENC_BINARY to EncodingType
8428         * src/procmime.c
8429                 the string returned by procmime_get_encoding_str
8430                 should not depend on the order of values in the
8431                 EncodingType definition
8432         * doc-src/rfc1806.txt   ** NEW FILE **
8433                 Added rfc1806 about MIME Content-Disposition
8434                 Extension
8435
8436 2002-09-19 [paul]       0.8.2claws60
8437
8438         * sync with 0.8.2cvs3
8439                 see ChangeLog 2002-09-19
8440
8441 2002-09-19 [paul]       0.8.2claws59
8442
8443         * src/prefs_folder_item.c
8444                 revert to Darko's original alignment of colour
8445                 selector button
8446                 add a colon to folder_color label
8447                 
8448         * src/compose.c
8449                 add Colin's patch (with Hiro's modifications) to 
8450                 force BASE64 encoding for 8-bit text when signing
8451                 (sync with 0.8.3cvs2)
8452
8453 2002-09-18 [alfons]     0.8.2claws58
8454
8455         * src/compose.c
8456                 :%sno/if(/if (/gc
8457                 :%sno/for(/for (/gc
8458                 (beautify a little bit)
8459
8460 2002-09-18 [christoph]  0.8.2claws57
8461
8462         * src/pine.c
8463                 fix handling of fgetc return value
8464
8465 2002-09-17 [alfons]     0.8.2claws56
8466         
8467         * src/summaryview.c
8468                 summary_sort(): check non-NULL summaryview->folder_item when no 
8469                 folder is selected at all
8470                 (closes "[ 610344 ] sort label make syl Crash")
8471
8472 2002-09-17 [alfons]     0.8.2claws55
8473         
8474         * src/compose.c
8475                 beautify a little bit
8476
8477 2002-09-17 [christoph]  0.8.2claws54
8478
8479         * src/folder.c
8480                 initialize max values for cache and folder
8481                 when cache or folder is empty
8482
8483 2002-09-15 [colin]      0.8.2claws53
8484
8485         * src/compose.c
8486                 Fix a leak (thanks Alfons!) and cleaned
8487                 variables names for custom headers
8488
8489 2002-09-15 [colin]      0.8.2claws52
8490
8491         * src/compose.c
8492                 Fix custom headers recognition when
8493                 prefs_common.trans_hdr is on
8494
8495 2002-09-15 [colin]      0.8.2claws51
8496
8497         * src/compose.c
8498                 Allow dynamically-added custom headers
8499                 Yet not reparsed if reedited
8500
8501 2002-09-15 [alfons]     0.8.2claws50
8502
8503         * src/prefs_account.c
8504                 fix warnings
8505
8506 2002-09-15 [colin]      0.8.2claws49
8507         
8508         * src/prefs_account.c
8509                 fix pop_before_smtp sensitivity
8510
8511 2002-09-15 [colin]      0.8.2claws48
8512
8513         * src/inc.[ch]
8514                 add inc_pop_before_smtp()
8515                 allow MainWindow to be undefined in 
8516                 inc_account_mail() and inc_start()
8517         * src/pop.c
8518           src/prefs_account.h
8519                 add STYPE_POP_BEFORE_SMTP session type
8520         * src/prefs_account.c
8521                 activated pop before smtp option
8522         * src/send.c
8523                 do pop before smtp if the relevant option 
8524                 is set
8525
8526 2002-09-15 [paul]       0.8.2claws47
8527
8528         * sync with 0.8.3
8529                 see ChangeLog 2002-09-15
8530
8531 2002-09-14 [paul]       0.8.2claws46
8532
8533         * po/bg.po
8534                 updated Bulgarian translation, submitted by
8535                 George Danchev
8536
8537 2002-09-13 [paul]       0.8.2claws45
8538
8539         * src/compose.c
8540                 merge claws' select_account() with main's
8541                 (new) compose_select_account(). [sync with
8542                 0.8.2cvs15, see ChangeLog 2002-09-11]
8543
8544 2002-09-12 [christoph]  0.8.2claws44
8545
8546         * src/filter.c
8547                 allocate 1 elements of FolderItem not 0
8548
8549 2002-09-12 [colin]      0.8.2claws43
8550
8551         * src/compose.c
8552                 Fix bug #590825 (obey Follow-up: poster)
8553
8554 2002-09-12 [colin]      0.8.2claws42
8555
8556         * src/procmime.c
8557                 Fix bug #557009 (wrong headers for messages 
8558                 forwarded as attachments)
8559
8560 2002-09-11 [colin]      0.8.2claws41
8561         
8562         * src/compose.c
8563                 Put SCF: pseudo-header on top of message
8564                 Set draft tmp_flag when saved as draft
8565
8566         * src/procmsg.c
8567           src/procheader.c
8568                 Skip after first \n\n for beginning of real message
8569                 for drafts too
8570
8571 2002-09-11 [christoph]  0.8.2claws40
8572
8573         * src/filtering.c
8574                 use procmsg flag functions in filtering or processing
8575                 will cause incorrect folder message counts
8576
8577 2002-09-11 [colin]      0.8.2claws39
8578
8579         * src/compose.c
8580                 Fix bug #550175 - wrong save folder when reediting
8581                 drafts
8582
8583 2002-09-11 [paul]       0.8.2claws38
8584
8585         * sync with 0.8.2cvs14
8586                 see ChangeLog 2002-09-11
8587
8588 2002-09-11 [colin]      0.8.2claws37
8589
8590         * src/folder.c
8591                 Fix a typo (seeming to cause new/unread status to
8592                 be lost)
8593
8594 2002-09-10 [christoph]  0.8.2claws36
8595
8596         * src/compose.c
8597                 compose_redirect should not use compose_generic_new
8598                 because that does more stuff than expected including
8599                 opening the external editor
8600                 (closes bug "[ 526608 ] bounced messages appear blank
8601                  in editor")
8602
8603 2002-09-10 [christoph]  0.8.2claws35
8604
8605         * src/folder.c
8606                 fix problem with too large message number range
8607                 causing a crash in folder_item_scan
8608
8609 2002-09-10 [paul]       0.8.2claws34
8610
8611         * sync with 0.8.2cvs13
8612                 see ChangeLog 2002-09-10
8613
8614 2002-09-10 [christoph]  0.8.2claws33
8615
8616         * src/msgcache.c
8617                 set MsgInfo TmpFlags for queue and draft folders
8618                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8619
8620 2002-09-10 [paul]       0.8.2claws32
8621
8622         * AUTHORS
8623           po/bg.po      ** NEW FILE **
8624                 new Bulgarian translation submitted by
8625                 George Danchev <danchev@spnet.net>
8626                 
8627         * tools/Makefile.am
8628           tools/README
8629           tools/tb2sylpheed     ** NEW FILE **
8630                 add script that converts an addressbook exported
8631                 from The Bat! into a Sylpheed addressbook. Submitted
8632                 by Urke MMI <urke-kg@eunet.yu>
8633
8634 2002-09-10 [paul]       0.8.2claws31
8635
8636         * sync with 0.8.2cvs12
8637                 see ChangeLog 2002-09-10
8638
8639 2002-09-06 [paul]       0.8.2claws30
8640
8641         * src/prefs_common.c
8642                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8643                 
8644         * tools/Makefile.am
8645           tools/README
8646           tools/ldif-to-xml.py  ** REMOVED **
8647                 remove obsolete python script
8648
8649 2002-09-06 [paul]       0.8.2claws29
8650
8651         * sync with 0.8.2cvs10
8652                 see ChangeLog 2002-09-06
8653
8654 2002-09-04 [paul]       0.8.2claws28
8655
8656         * sync with 0.8.2cvs9
8657                 see ChangeLog 2002-08-04
8658
8659 2002-09-04 [colin]      0.8.2claws27 
8660
8661         * src/prefs_common.[ch]
8662                 Added signature color configuration
8663         * src/textview.c
8664                 Use user-specified signature color
8665
8666 2002-09-03 [colin]      0.8.2claws26
8667
8668         * src/prefs_common.[ch]
8669                 Added autosave and autosave_length prefs
8670         * src/compose.c
8671                 Added compose_remove_draft()
8672                 Auto-save drafts according to the prefs
8673         * src/main.c
8674                 Added a crash-indicator file, allowing to check
8675                 for new messages on startup if Sylpheed crashed
8676                 (makes saved drafts "reappear")
8677
8678 2002-09-03 [colin]      0.8.2claws25
8679
8680         * src/textview.[ch]
8681                 Grey the signature
8682
8683 2002-09-03 [paul]       0.8.2claws24
8684
8685         * sync with 0.8.2cvs8
8686                 see ChangeLog 2002-09-02 and 2002-09-03
8687
8688 2002-09-03 [darko]      0.8.2claws23
8689
8690         * src/folderview.c
8691                 use normal style when creating new folder to pick
8692                 proper font size 
8693
8694 2002-09-02 [melvin]     0.8.2claws22
8695
8696         * src/gtkaspell.m4
8697                 removed some obsolete code
8698
8699 2002-09-02 [melvin]     0.8.2claws21
8700
8701         * ac/aspell.m4
8702                 fixed test's equality sign (== to =)
8703
8704 2002-09-02 [alfons]     0.8.2claws20
8705
8706         * src/folder.c
8707         * src/mh.c
8708                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8709                 as folder->destroy virtual as suggested by Hiro
8710                 (the mh.c code seems to have been lost around mh.c.1.21)
8711
8712 2002-09-02 [paul]       0.8.2claws19
8713
8714         * po/pt_BR.po
8715                 updated by Fabio Jr. Beneditto
8716                 
8717         * src/defs.h
8718                 use 'http://claws.sylpheed.org' for homepage link. 
8719                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8720
8721 2002-09-01 [alfons]     0.8.2claws18
8722
8723         * src/mh.c
8724                 plug memleak related to one Martin Kluge found
8725
8726 2002-08-31 [paul]       0.8.2claws17
8727
8728         * sync with 0.8.2cvs6
8729                 see ChangeLog 2002-08-30
8730
8731 2002-08-31 [alfons]     0.8.2claws16
8732
8733         * src/folder.c
8734                 folder_destroy(): remove mailbox from folderlist even if it has
8735                 no destroy virtual
8736
8737 2002-08-31 [alfons]     0.8.2claws15
8738
8739         * src/folder.c
8740                 :%sno/if(/if (/gc
8741                 :%sno/for(/for (/gc
8742                 (being pedantic I know)
8743
8744 2002-08-31 [alfons]     0.8.2claws14
8745
8746         * src/folder.c
8747                 check for NULL pointers returned from folder->fetch_msginfo virtual
8748                 (should solve some reported crashes)
8749
8750 2002-08-30 [alfons]     0.8.2claws13
8751
8752         * acconfig.h
8753         * configure.in
8754         * src/crash.c
8755                 enable crash dialog on compilation time
8756                 (--enable-crash-dialog configure option)
8757
8758 2002-08-30 [alfons]     0.8.2claws12
8759
8760         * AUTHORS
8761                 add Martin Kluge
8762         * src/mh.c
8763                 apply memory leak plug patch by Martin Kluge
8764                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8765                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8766                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8767
8768 2002-08-30 [darko]      0.8.2claws11
8769
8770         * src/folderview.c
8771                 copy Gtk style from normal style to match
8772                 font size for coloured folders
8773
8774 2002-08-29 [alfons]     0.8.2claws10
8775
8776         * sylpheed.desktop
8777                 Type=Internet <- Type=Application
8778                 (reported by Michael Schwendt, see:
8779                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8780                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8781
8782 2002-08-29 [paul]       0.8.2claws9
8783
8784         * sync with 0.8.2cvs5
8785                 see ChangeLog 2002-08-29
8786
8787 2002-08-29 [colin]      0.8.2claws8
8788
8789         * src/summaryview.c
8790                 Added a sanity check in summary_select_thread
8791                 Should fix bug 601605
8792
8793 2002-08-29 [colin]      0.8.2claws7
8794
8795         * src/main.c
8796                 Revert claws6 changes regarding bug #591676
8797
8798 2002-08-28 [colin]      0.8.2claws6
8799         
8800         * src/main.c
8801                 Ignore cache for queue folderitems
8802                 Fix bug #591676
8803
8804 2002-08-28 [melvin]     0.8.2claws5
8805
8806         * README.claws
8807                 Fixed typos.
8808
8809 2002-08-28 [melvin]     0.8.2claws4
8810
8811         * README.claws
8812                 Updated a bit the text concerning the spell checker
8813
8814 2002-08-28 [melvin]     0.8.2claws3
8815
8816         Merged the GNU_aspell_branch:
8817                 Support of new GNU/aspell is now included and the old pspell
8818                 is not supported anymore.
8819                 See README.claws
8820
8821         * README.claws
8822                 Updated spell checker text to reflect the switch to GNU/aspell
8823
8824         * ac/aspell.m4          *** NEW ***
8825         * src/gtkaspell.[ch]    *** NEW *** 
8826         * ac/pspell.m4          *** DELETED *** 
8827         * src/gtkspell.[ch]     *** DELETED ***
8828
8829         * ac/Makefile.am
8830                 Updated for GNU/aspell support
8831
8832         * po/POTFILES.in
8833                 Replaced gtkspell.c by gtkaspell.c
8834
8835         * acconfig.h
8836         * src/Makefile.am
8837         * src/about.c
8838         * src/compose.[ch]
8839         * src/crash.c
8840         * src/main.c
8841         * src/prefs_common.[ch]
8842                 Updated for GNU/aspell support
8843
8844 2002-08-28 [paul]       0.8.2claws2
8845
8846         * sync with 0.8.2cvs4
8847                 see ChangeLog 2002-08-27 and 2002-08-28
8848
8849 2002-08-28 [colin]      0.8.2claws1
8850
8851         * src/summary_search.c
8852                 Added "AND search"
8853
8854 2002-08-28 [jens]       0.8.2claws
8855
8856         *po/de.po
8857                 Updated German translations
8858
8859 2002-08-27 [melvin]     0.8.2claws
8860
8861         * po/fr.po
8862                 Updated French translations
8863
8864 2002-08-27 [paul]       0.8.2claws
8865
8866         * sync with 0.8.2 main release
8867
8868         * po/en_GB.po
8869           po/es.po
8870           po/it.po
8871           po/pl.po
8872           po/pt_BR.po
8873           po/sr.po
8874                 updated message catalogs submitted by
8875                 Ricardo Mones Lastra, Alessandro Maestri,
8876                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8877                 Beneditto and Urke MMI  
8878
8879 2002-08-27 [hoa]        0.8.1claws123
8880
8881         * src/mainwindow.[ch]
8882         * src/summaryview.[ch]
8883                 removed the "filter setting" menu option.
8884                 add a "cancel a news message" menu option.
8885
8886 2002-08-26 [martin]     0.8.1claws122
8887
8888         * ChangeLog.claws
8889                 changed string under 0.8.1claws79 changed by myself
8890                 i'm sorry alfons :(
8891
8892 2002-08-26 [martin]     0.8.1claws121
8893
8894         * src/crash.c
8895                 added kill command to debuggerrc to start crash dialog
8896
8897 2002-08-26 [paul]       0.8.1claws120
8898
8899         * sync with 0.8.1cvs31
8900                 see ChangeLog 2002-08-26
8901
8902 2002-08-25 [alfons]     0.8.1claws119
8903
8904         * src/procmsg.c
8905                 fix bug that didn't send out correct headers to news server
8906                 when sending news article and email from queue (bug reported
8907                 and patch provided by Tim Mann; closes bug 
8908                 "[ 583196 ] 0.7.8claws can't post news")
8909
8910 2002-08-25 [alfons]     0.8.1claws118
8911
8912         * src/selective_download.c
8913                 mark two strings as translatable
8914                 (thanks to Urke MMI for pointing this out)
8915
8916 2002-08-25 [alfons]     0.8.1claws117
8917
8918         * src/summaryview.c
8919                 treat sent boxes as special and allow sorting them by addressee
8920                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8921                 submitted by Steve Lamb)
8922
8923 2002-08-24 [alfons]     0.8.1claws116
8924
8925         * src/matcher.c
8926                 fix memleak reported by Martin Kluge
8927                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8928
8929 2002-08-24 [oliver]     0.8.1claws115
8930
8931         * src/prefs_toolbar.c
8932                 o code cleanup as suggested by Alfons
8933                 o memleak fix
8934
8935 2002-08-24 [alfons]     0.8.1claws114
8936
8937         * src/summaryview.c
8938                 o fix another memory leak reported by Martin Kluge
8939                   (see "[ 599568 ] Small Memory Leak")
8940                 o remove 'from' variable from 'summary_set_header()'; we can
8941                   do with just 'to' 
8942
8943 2002-08-24 [paul]       0.8.1claws113
8944
8945         * sync with 0.8.1cvs30
8946                 see ChangeLog 2002-08-23
8947
8948 2002-08-24 [alfons]     0.8.1claws112
8949
8950         * src/summaryview.c
8951                 remove unnecessary allocations for search bar fixing leaks
8952                 reported by Martin Kluge
8953                 (see "[ 599451 ] Further memory leaks?")
8954
8955 2002-08-24 [alfons]     0.8.1claws111
8956
8957         * src/main.c
8958                 make get_socket_name() public for crash.c
8959         * src/crash.c
8960                 o make report bug button work (goes to claws' 
8961                   bug tracker at sf.net)
8962                 o introduce function for doing important stuff just
8963                   before claws goes down
8964                 o clean up code 
8965
8966 2002-08-24 [alfons]     0.8.1claws110
8967
8968         * src/compose.c
8969                 move cursor to "To" entry when forwarding as attachment
8970                 (reported and solved by Steve Lamb, closes bug report
8971                 "[ 592880 ] Forward as attachment; cursor not in to")
8972
8973 2002-08-24 [colin]      0.8.1claws109
8974
8975         * src/mainwindow.c
8976                 fix quick search visibility after GUI (de)separations.
8977
8978 2002-08-23 [colin]      0.8.1claws108
8979
8980         * src/mainwindow.c
8981                 fix header pane visibility after folderview or
8982                 messageview (de)separation
8983
8984 2002-08-23 [paul]       0.8.1claws107
8985
8986         * src/mainwindow.[ch]
8987           src/toolbar.c
8988                 give full control of display or non-display 
8989                 of the Execute icon to Custom toolbar settings.
8990                 add new sensitivity condition to maninwindow.h: 
8991                 M_DELAY_EXEC
8992
8993         * ChangeLog
8994           ChangeLog.jp
8995           NEWS
8996                 more sync with 0.8.1cvs29
8997
8998 2002-08-23 [melvin]     0.8.1claws106
8999
9000         * src/alertpanel.c
9001                 Readded support for custom widget in alertpanel lost in last
9002                 sync.
9003
9004 2002-08-23 [paul]       0.8.1claws105
9005
9006         * sync with 0.8.1cvs29
9007                 see ChangeLog 2002-08-23
9008
9009 2002-08-23 [colin]      0.8.1claws104
9010
9011         * src/summaryview.c
9012                 Fix folder and search pixmaps exchanging positions
9013                 after theme or toolbar changes. Thank to Oliver for 
9014                 reporting this.
9015
9016 2002-08-23 [colin]      0.8.1claws103
9017
9018         * src/mainwindow.c
9019           src/messageview.[ch]
9020           src/noticeview.[ch]
9021           src/summaryview.c
9022                 Changed messageview_create() and noticeview_create()
9023                 to avoid the last gdk_warning
9024
9025 2002-08-22 [colin]      0.8.1claws102
9026
9027         * src/summaryview.c
9028                 Fix my new `Creating pixmap from xpm' warning
9029
9030 2002-08-22 [colin]      0.8.1claws101
9031
9032         * src/mainwindow.c
9033                 Fix some of the gdk warnings
9034
9035 2002-08-22 [colin]      0.8.1claws100
9036
9037         * src/Makefile.am
9038         * src/stock_pixmap.c
9039         * src/stock_pixmap.h
9040         * src/pixmaps/quicksearch.xpm *ADDED*
9041                 Add the quicksearch pixmap
9042         * src/mainwindow.c
9043         * src/summaryview.c
9044         * src/summaryview.h
9045                 Make quicksearch bar visible/hidden via a button
9046
9047 2002-08-22 [christoph]  0.8.1claws99
9048
9049         * src/folder.c
9050                 fix folder update for newsgroups with message
9051                 numbers below minimum number of articles to fetch
9052                 (closes bug #598445)
9053
9054 2002-08-22 [paul]       0.8.1claws98
9055
9056         * sync with 0.8.1cvs28
9057                 see ChangeLog 2002-08-22
9058
9059 2002-08-21 [alfons]     0.8.1claws97
9060
9061         * src/crash.c
9062                 use bt instead of bt full which seems to work 
9063                 better, and bt full doesn't give a great deal 
9064                 of information anyway
9065
9066 2002-08-21 [colin]      0.8.1claws96
9067
9068         * src/summaryview.c
9069                 fix summaryview_searchtype_changed prototype
9070
9071 2002-08-21 [christoph]  0.8.1claws95
9072
9073         * src/mainwindow.c
9074                 o fix broken menu update for sorting type, we have to
9075                   get this info from the summaryview now
9076                 o removed setting of threaded state in menu callback
9077         * src/summaryview.[ch]
9078                 more summaryview/folderitem seperation for
9079                 threading option
9080         * configure.in
9081                 removed not required --with-compiler-flags option
9082
9083 2002-08-21 [oliver]     0.8.1claws94
9084         
9085         * src/toolbar.h 
9086                 o rename toolbar.xml to toolbar_main.xml
9087                   since toolbar_compose.xml might come up 
9088                   any time soon
9089         * README.claws
9090                 add custom toolbar              
9091
9092 2002-08-21 [darko]      0.8.1claws93
9093
9094         * src/procmsg.c
9095                 don't reset tmp flags for messages copied
9096                 to sent folder
9097
9098 2002-08-21 [colin]      0.8.1claws92
9099         
9100         * src/prefs_filtering.c
9101                 fix renaming rules on folder rename 
9102                 when folder is not a leaf folder
9103
9104 2002-08-21 [paul]       0.8.1claws91
9105
9106         * src/prefs_folder_item.c
9107                 fix alignment of colour selector
9108
9109 2002-08-21 [paul]       0.8.1claws90
9110
9111         * sync with 0.8.1cvs27
9112                 see ChangeLog 2002-08-21
9113
9114 2002-08-21 [paul]       0.8.1claws89
9115
9116         * src/summaryview.c
9117                 fix crash when changing field type in
9118                 Quick search bar
9119
9120 2002-08-21 [colin]      0.8.1claws88
9121
9122         * src/summaryview.c
9123                 Made quick search case-insensitive
9124
9125 2002-08-21 [paul]       0.8.1claws87
9126
9127         * sync with 0.8.1cvs26
9128                 see ChangeLog 2002-08-21
9129
9130 2002-08-20 [christoph]  0.8.1claws86
9131
9132         * src/folderview.c
9133         * src/main.c
9134         * src/summaryview.[ch]
9135                 more summaryview/folderitem seperation for
9136                 sort_key and sort_type
9137         * src/procmsg.c
9138                 added missing return statement
9139
9140 2002-08-20 [colin]      0.8.1claws85
9141
9142         * src/summaryview.[ch]
9143                 Added a quick search box
9144         * src/mainwindow.c
9145         * src/prefs_common.[ch]
9146                 Added a show/hide option for the quick search
9147
9148 2002-08-20 [oliver]     0.8.1claws84
9149         
9150         * src/mainwindow.c
9151                 remove toolbar_create_popups
9152         * src/toolbar.[ch]
9153                 o remove toolbar_create_popups
9154                 o fix toolbar_set_sensitive 
9155                   (Bug reports #596834 and #596832)     
9156         * src/prefs_toolbar.c
9157                 o add "Set default" button
9158                 o align label and text + combo widgets
9159
9160 2002-08-20 [hoa]        0.8.1claws83bis
9161
9162         * src/imap.c
9163                 fixed a bug in imap_fetch_msginfo() in case there is no
9164                 current folder.
9165
9166 2002-08-20 [darko]      0.8.1claws83
9167
9168         * src/folderview.c
9169                 copy the color style of folder view so it
9170                 works with GTK themes
9171
9172 2002-08-20 [darko]      0.8.1claws82
9173
9174         * src/folder.h
9175         * src/folderview.c
9176         * src/prefs_folder_item.[hc]
9177                 don't use UI stuff in folder.h
9178
9179 2002-08-20 [darko]      0.8.1claws81
9180
9181         * src/folder.h
9182         * src/prefs_folder_item.h
9183         * src/folderview.c
9184         * src/prefs_folder_item.c
9185                 ability to set folder color in folderview
9186
9187 2002-08-19 [alfons]     0.8.1claws80
9188
9189         * src/summaryview.c
9190                 fix one of the earlier memleaks reported by Martin Kluge
9191
9192 2002-08-19 [alfons]     0.8.1claws79
9193
9194         * src/mainwindow.c
9195                 hide notice view when selecting seperate folder
9196                 view (reported by Urke MMI)
9197
9198 2002-08-19 [christoph]  0.8.1claws78
9199
9200         * src/folderview.c
9201         * src/prefs_folder_item.h
9202         * src/summaryview.[ch]
9203                 o add summary_set_prefs_from_folderitem to set
9204                   summaryview prefs (first step to remove all
9205                   references to the folderitem in summaryview)
9206                 o moved compiled regex stuff from folderitem prefs
9207                   to summaryview code
9208
9209 2002-08-19 [paul]       0.8.1claws77
9210
9211         * src/compose.c
9212                 add check for '.' to QUOTE_IF_REQUIRED
9213
9214 2002-08-19 [paul]       0.8.1claws76
9215
9216         * src/inc.c
9217                 sync with 0.8.1cvs25 (plug memory leak)
9218
9219         * src/prefs_toolbar.c
9220                 re-order prefs_toolbar_cancel()
9221
9222 2002-08-18 [alfons]     0.8.1claws75
9223
9224         * src/inc.c
9225         * src/matcher.c
9226                 plug other memleaks reported by Martin Kluge
9227
9228 2002-08-18 [paul]       0.8.1claws74
9229
9230         * po/pt_BR.po
9231                 updated by Fabio Jr. Beneditto
9232
9233 2002-08-18 [paul]       0.8.1claws73
9234
9235         * src/toolbar.[ch]
9236                 fix bug where tooltips were displayed untranslated              
9237
9238         * src/prefs_toolbar.c
9239                 fix bug where clicking 'Cancel' creates an icon & text
9240                 toolbar regardless of prefs
9241         
9242
9243 2002-08-17 [oliver]     0.8.1claws72
9244
9245         * src/prefs_toolbar.c
9246                 update toolbar on CANCEL
9247                 bug reported by Martin Kluge
9248         * src/toolbar.c
9249                 toolbar_destroy memleak fixed           
9250
9251 2002-08-17 [alfons]     0.8.1claws71
9252
9253         * src/toolbar.c
9254                 plug another memleak reported by Martin Kluge
9255
9256 2002-08-16 [alfons]     0.8.1claws70
9257
9258         * src/crash.c
9259                 use execvp() correctly (suggested by wwp; thanks!)
9260
9261 2002-08-16 [alfons]     0.8.1claws69
9262
9263         * src/gtksctree.c
9264                 plug memory leak reported by Kim Schultz & Martin Kluge
9265
9266 2002-08-16 [paul]       0.8.1claws68
9267
9268         * po/es.po
9269                 updated by Ricardo Mones Lastra
9270
9271 2002-08-16 [paul]       0.8.1claws67
9272
9273         * src/toolbar.h
9274                 fix bug where 'Compose News' icon showed wrong
9275                 tooltip
9276
9277 2002-08-16 [paul]       0.8.1claws66
9278
9279         * sync with 0.8.1cvs24
9280                 see ChangeLog 2002-08-16
9281
9282         * po/it.po
9283                 updated by Alessandro Maestri
9284
9285 2002-08-15 [paul]       0.8.1claws65
9286
9287         * po/sr.po
9288                 updated by Urke MMI
9289
9290 2002-08-15 [paul]       0.8.1claws64
9291
9292         * src/*.c
9293                 don't translate debug info
9294
9295         * src/matcher.[ch]
9296                 add copyright info
9297
9298 2002-08-15 [paul]       0.8.1claws63
9299
9300         * src/prefs_toolbar.c
9301                 fix bug where clicking 'OK' creates an icon & text
9302                 toolbar regardless of prefs
9303
9304 2002-08-14 [alfons]     0.8.1claws62
9305
9306         * src/main.c
9307                 add global var that has the full argv[0]
9308         * src/crash.c
9309                 o execvp the correct sylpheed by using argv0
9310                   and setting the correct work dir
9311                 o other tweaks  
9312
9313 2002-08-14 [oliver]     0.8.1claws61
9314         
9315         * enable/disable Toolbar Action Buttons 
9316         * code cleanups
9317         * src/mainwindow.c
9318         * src/toolbar.[ch]      
9319         * src/prefs_toolbar.c   
9320
9321 2002-08-14 [melvin]     0.8.1claws60
9322
9323         * po/fr.po
9324                 Updated French translations
9325
9326 2002-08-14 [melvin]     0.8.1claws59
9327
9328         * src/crash.c
9329                 Made bug report not translatable
9330         * src/exporthtml.c
9331                 Fixed exporthtml_build_filespec() return value
9332         * src/foldersel.c
9333                 Fixed incorrect include file
9334         * src/gtkspell.c
9335         * src/prefs_actions.c
9336         * src/prefs_toolbar.c
9337                 Made debug info not translatable
9338         * src/mutt.c
9339         * src/quote_fmt.c
9340                 Added missing includes
9341         * src/prefs_common.c
9342                 Fixed typo
9343
9344 2002-08-14 [paul]       0.8.1claws58
9345
9346         * faq/es/sylpheed-faq.html
9347           faq/es/sylpheed-faq-[1-3].html
9348           faq/es/sylpheed-faq-4.html     **NEW FILE **
9349                 update Spanish FAQ
9350
9351 2002-08-13 [christoph]  0.8.1claws57
9352
9353         * src/procmsg.c
9354                 ignore thread fix that did not mark all
9355                 child nodes of a ignored thread as
9356                 ignored. Does not work perfectly yet,
9357                 but it is better now
9358
9359 2002-08-13 [alfons]     0.8.1claws56
9360
9361         * src/crash.c
9362                 o implement 'save crash log'
9363                 o some tweaks
9364
9365 2002-08-13 [melvin]     0.8.1claws55
9366
9367         * src/main.c
9368                 removed unrequired "execinfo.h" header
9369
9370 2002-08-12 [paul]       0.8.1claws54
9371
9372         * faq/en/sylpheed-faq.html
9373           faq/en/sylpheed-faq-[1-3].html
9374           faq/en/sylpheed-faq-4.html     **NEW FILE **
9375                 update English FAQ
9376
9377 2002-08-12 [alfons]     0.8.1claws53
9378
9379         * po/POTFILES.in
9380                 add crash.c to translatables
9381         * src/crash.c
9382                 bring in Leandro's crash dialog
9383
9384 2002-08-11 [alfons]     0.8.1claws52
9385
9386         * src/crash.c
9387                 clean up some warnings
9388
9389 2002-08-11 [alfons]     0.8.1claws51
9390
9391         * acconfig.h
9392         * configure.in
9393         * src/crash.[ch]        ** NEW FILES **
9394         * src/main.c            
9395                 initial gdb crash handler
9396
9397 2002-08-11 [paul]       0.8.1claws50
9398
9399         * src/prefs_toolbar.c
9400                 replace Up/Down arrow pixmaps with text to be
9401                 consistent across icon themes
9402
9403 2002-08-11 [paul]       0.8.1claws49
9404
9405         * src/prefs_common.c
9406           src/prefs_toolbar.c
9407                 rename 'Pixmap' -> 'Icon'
9408
9409         * src/toolbar.[ch]
9410                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9411
9412 2002-08-10 [paul]       0.8.1claws48
9413
9414         * src/prefs_toolbar.c
9415                 re-work the UI
9416
9417 2002-08-10 [paul]       0.8.1claws47
9418
9419         * src/main.c
9420                 don't write Processing progress to status bar
9421                 patch submitted by Alexander Evseev
9422
9423         * src/prefs_toolbar.c
9424                 re-position and resize window
9425                 make window assume correct size on first call
9426
9427 2002-08-10 [paul]       0.8.1claws46
9428
9429         * src/mainwindow.c
9430           src/prefs_toolbar.c
9431           src/toolbar.c
9432           src/toolbar.h
9433                 obey coding style
9434                 follow UI text conventions
9435
9436 2002-08-10 [alfons]     0.8.1claws45
9437
9438         * src/toolbar.c
9439                 correct pixmap for delete action
9440
9441 2002-08-10 [paul]       0.8.1claws44
9442
9443         * po/pt_BR.po
9444                 updated by Fabio Jr. Beneditto
9445
9446 2002-08-10 [paul]       0.8.1claws43
9447
9448         * po/POTFILES.in
9449                 add custom toolbar files
9450
9451 2002-08-10 [paul]       0.8.1claws42
9452
9453         * sync with 0.8.1cvs22
9454                 see ChangeLog 2002-08-09
9455
9456 2002-08-09 [paul]       0.8.1claws41
9457
9458         * tools/Makefile.am
9459           tools/README
9460           tools/outlook2sylpheed.pl     ** NEW FILE **
9461                 add script to convert exported Outlook
9462                 contacts list to a Sylpheed addressbook.
9463                 Submitted by Ricardo Mones Lastra.
9464
9465 2002-08-09 [paul]       0.8.1claws40
9466
9467         * AUTHORS
9468           configure.in
9469           po/sr.po      ** NEW FILE **
9470                 add Serbian message catalog. Submitted by
9471                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9472
9473 2002-08-09 [paul]       0.8.1claws39
9474
9475         * sync with 0.8.1cvs21
9476                 see ChangeLog 2002-08-08
9477
9478 2002-08-08 [oliver]     0.8.1claws38
9479
9480         * src/mainwindow.c
9481                 move Custom Toolbar to Configuration menu
9482
9483 2002-08-08 [oliver]     0.8.1claws37
9484
9485         * src/prefs_toolbar.c
9486                 fix substitute pixmap bug
9487
9488 2002-08-08 [paul]       0.8.1claws36
9489
9490         * sync with 0.8.1cvs19
9491                 see ChangeLog 2002-08-08
9492
9493 2002-08-07 [christoph]  0.8.1claws35
9494
9495         * src/utils.c
9496                 fixed a memory leak in new canonicalize_file_replace
9497
9498 2002-08-07 [christoph]  0.8.1claws34
9499
9500         * src/utils.[ch]
9501                 o canonicalize_file_replace should create the temporary
9502                   file in the same directory as the original file.
9503                 o added get_tmpfile_in_dir that creates a temorary file
9504                   in a specified directory.
9505
9506 2002-08-07 [melvin]     0.8.1claws33
9507
9508         * src/toolbar.c
9509                 fixed bug where 'Article' button acted as 'Email' button.
9510
9511 2002-08-07 [paul]       0.8.1claws32
9512
9513         * sync with 0.8.1.cvs17
9514                 see ChangeLog 2002-08-07
9515
9516 2002-08-07 [colin]      0.8.1claws31
9517         
9518         * src/news.c
9519                 fix mass-cancel problem
9520
9521 2002-08-07 [thorsten]   0.8.1claws30
9522
9523         * src/prefs_toolbar.c
9524                 fix: crash on replace or add new button
9525         * src/toolbar.c
9526                 fix: close xmlfile after reading
9527         * src/utils.c
9528                 fix: unlink() file before rename()
9529
9530 2002-08-06 [paul]       0.8.1claws29
9531
9532         * sync with 0.8.cvs15
9533                 see ChangeLog 2002-08-06
9534
9535 2002-08-06 [oliver]     0.8.1claws28
9536
9537         * src/toolbar.c
9538         * src/prefs_toolbar.c
9539                 fixed empty toolbar issue
9540
9541 2002-08-06 [oliver]     0.8.1claws27
9542
9543         * Custom Toolbar Final 
9544         * src/folderview.c
9545         * src/inc.c
9546         * src/summaryview.c
9547                 o toolbar stuff now lives in src/toolbar.[ch]
9548                 o main_window_toolbar_* functions are renamed to
9549                   toolbar_* reflecting their new source file
9550         * src/mainwindow.[ch]
9551                 o remove toolbar stuff  
9552
9553 2002-08-06 [oliver]     0.8.1claws26
9554         
9555         * src/Makefile.am
9556         * src/prefs_toolbar.[ch]        **New File**
9557         * src/toolbar.[ch]              **New File**
9558                 o prefs_toolbar.[ch] custom toolbar frontend
9559                 o toolbar.[ch]       backend 
9560
9561 2002-08-06 [oliver]     0.8.1claws25
9562
9563         * src/prefs_actions.[ch]
9564                 o new exported function actions_execute
9565
9566 2002-08-06 [paul]       0.8.1claws24
9567
9568         * sync with 0.8.1cvs4
9569                 see ChangeLog 2002-08-06
9570
9571 2002-08-06 [paul]       0.8.1claws23
9572
9573         * sync with 0.8.1cvs13
9574                 see ChangeLog 2002-08-06
9575
9576 2002-08-06 [paul]       0.8.1claws22
9577
9578         * sync with 0.8.1cvs12
9579                 see ChangeLog 2002-08-05 and 2002-08-06
9580
9581 2002-08-06 [match]      0.8.1claws21
9582
9583         * src/addrclip.c
9584                 improvements to cut/copy/paste address
9585
9586 2002-08-05 [match]      0.8.1claws20
9587
9588         * src/addritem.[ch]
9589         * src/addrcache.c
9590         * src/addrbook.c
9591         * src/editaddress.c
9592         * src/addressbook.c
9593                 fixes to improve cut/copy/paste
9594
9595 2002-08-06 [melvin]     0.8.1claws19
9596
9597         * src/account.[ch]
9598                 account_find_all_from_address(): new function that returns the
9599                 list of all accounts that are matched in an address.
9600         * src/alertpanel.[ch]
9601                 alertpanel() now accepts a custom widget
9602                 alertpanel_with_widget(): new function that pops up a panel with
9603                 a custom widget in it 
9604         * src/gtkutils.[ch]
9605                 gtkut_account_menu_new(): new function that allows the selection
9606                 of an account from a list of accounts.
9607         * src/messageview.c
9608                 Extended Return Receipt notification to select the correct 
9609                 account and to make a security test on the Delivery-Notification
9610                 address which should be the same as the Return-Path.
9611
9612 2002-08-06 [thorsten]   0.8.1claws18
9613
9614         * src/mimeview.c
9615                 attach_all: save unnamed as "noname.%d",
9616                 dont free static dirname
9617
9618 2002-08-05 [alfons]     0.8.1claws17
9619
9620         * configure.in
9621                 detect XIM by trying to link rather than compile a XIM program
9622
9623 2002-08-05 [oliver]     0.8.1claws16
9624                 
9625         * src/stock_pixmap.[ch]
9626                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9627                 o new func to retrieve pixmaps
9628
9629 2002-08-05 [paul]       0.8.1claws15
9630
9631         * sync with 0.8.1cvs10
9632                 see ChangeLog 2002-08-05
9633
9634 2002-08-04 [alfons]     0.8.1claws14
9635
9636         * src/textview.c
9637                 see if this plugs memleak
9638
9639 2002-08-04 [melvin]     0.8.1claws13
9640
9641         * src/gtkspell.c
9642                 fixed bug that could crash Sylpheed when highlighting
9643                 all misspelled words.
9644
9645 2002-08-03 [melvin]     0.8.1claws12
9646
9647         * src/prefs_actions.c
9648                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9649         * src/messageview.c
9650                 fixed bug where the Return Receipt was sent to
9651                 Delivery-Notification-To address even if it was not present
9652
9653 2002-08-02 [alfons]     0.8.1claws11
9654
9655         * src/prefs_actions.c
9656                 o more check for NULLs
9657                 o put create_io_dialog() in right conditional block
9658
9659 2002-08-02 [paul]       0.8.1claws10
9660
9661         * po/es.po
9662                 updated by Ricardo Mones Lastra
9663
9664 2002-08-01 [christoph]  0.8.1claws9
9665
9666         * src/folder.c
9667                 don't free the cache of the opened
9668                 folder in the summaryview
9669         * src/summaryview.c
9670                 don't unset flags, if it is not required
9671
9672 2002-08-01 [paul]       0.8.1claws8
9673
9674         * sync with 0.8.1cvs8
9675                 see ChangeLog entry 2002-08-01
9676
9677 2002-08-01 [paul]       0.8.1claws7
9678
9679         * sync with 0.8.1cvs7
9680                 see ChangeLog 2002-07-31 and 2002-08-01
9681
9682 2002-07-31 [christoph]  0.8.1claws6
9683
9684         * src/mainwindow.c
9685                 forgot to update menu sensitivity
9686                 function for new menu entry
9687
9688 2002-07-31 [alfons]     0.8.1claws5
9689
9690         * src/main.c
9691                 check folder item and its path for NULL on
9692                 initial processing
9693
9694 2002-07-31 [christoph]  0.8.1claws4
9695
9696         * src/folder.c
9697                 check if folder_item_get_msginfo in
9698                 folder_item_remove_msg returned NULL
9699         * src/imap.c
9700                 better clear the uid cache in the
9701                 uid validity check function and delete
9702                 cached messages
9703
9704 2002-07-31 [paul]       0.8.1claws3
9705
9706         * man/sylpheed.1
9707                 add the '--attach' option and a few other
9708                 minor changes
9709
9710 2002-07-31 [paul]       0.8.1claws2
9711
9712         * sync with 0.8.1cvs5
9713                 see ChangeLog 2002-07-31
9714
9715 2002-07-31 [christoph]  0.8.1claws1
9716
9717         * src/folderview.[ch]
9718         * src/mainwindow.c
9719                 replace "Rescan all folders..." with
9720                 "Check all folders for new messages..."
9721
9722 2002-07-30 [paul]       0.8.1claws
9723
9724         * version 0.8.1claws released
9725
9726 2002-07-30 [paul]       0.8.0claws29
9727
9728         * tools/OOo2sylpheed.pl ** NEW FILE **
9729           tools/README
9730                 add script to enable sending documents as
9731                 attachments from OpenOffice.org
9732
9733 2002-07-30 [melvin]     0.8.0claws28
9734
9735         * src/prefs_actions.c
9736                 Made the actions' input/output dialog display
9737                 without delay.
9738
9739 2002-07-30 [christoph]  0.8.0claws27
9740
9741         * src/procmsg.c
9742                 check if folder_item_get_msginfo in
9743                 procmsg_save_to_outbox returned NULL
9744
9745 2002-07-30 [paul]       0.8.0claws26
9746
9747         * sync with 0.8.1cvs4
9748                 see ChangeLog 2002-07-29
9749
9750 2002-07-29 [thorsten]   0.8.0claws25
9751
9752         * README.claws
9753                 added selective download, delete on server
9754
9755 2002-07-29 [paul]       0.8.0claws24
9756
9757         * sync with 0.8.1cvs3
9758                 see ChangeLog 2002-07-29
9759
9760 2002-07-27 [christoph]  0.8.0claws23
9761
9762         * src/folder.c
9763                 add extra check if fetching the msginfo
9764                 returned NULL
9765
9766 2002-07-27 [paul]       0.8.0claws22
9767
9768         * sync with 0.8.1cvs2
9769                 see ChangeLog 2002-07-26
9770
9771 2002-07-27 [christoph]  0.8.0claws21
9772
9773         * src/imap.c
9774                 add another check if a valid msginfo
9775                 was returned
9776
9777 2002-07-26 [hoa]        0.8.0claws20
9778
9779         * src/folder.c
9780                 Fixed a condition in folder_item_destroy()
9781
9782         * src/imap.c
9783                 Fixed an error in IMAP protocol
9784
9785 2002-07-26 [alfons]     0.8.0claws19
9786
9787         * src/folder.c
9788                 ofcourse compare with identifier, not the path
9789
9790 2002-07-26 [alfons]     0.8.0claws18
9791
9792         * src/folder.c
9793                 use folder item identifier for saving / restoring
9794                 preferences because folder->path might not be unique
9795
9796 2002-07-26 [melvin]     0.8.0claws17
9797
9798         * src/logwindow.c
9799                 Fixed a crash introduced in 0.8.0claws5 when log is 
9800                 cut under 80 characters.
9801
9802 2002-07-26 [paul]       0.8.0claws16
9803
9804         * sync with 0.8.1cvs1
9805                 see ChangeLog 2002-07-26
9806
9807 2002-07-26 [christoph]  0.8.0claws15
9808
9809         * src/imap.[ch]
9810                 imap folder now remembers the last selected
9811                 folder and imap_fetch_msginfo skips selecting
9812                 the folder if it is already selected
9813
9814 2002-07-26 [christoph]  0.8.0claws14
9815
9816         * src/folder.c
9817         * src/folderview.c
9818         * src/imap.c
9819                 fix imap folder rescanning
9820
9821 2002-07-25 [christoph]  0.8.0claws13
9822
9823         * src/filter.c
9824         * src/folder.[ch]
9825         * src/folderview.c
9826         * src/imap.[ch]
9827         * src/mainwindow.c
9828         * src/mbox_folder.c
9829         * src/mh.c
9830         * src/news.c
9831                 implement imap uid cache and uid validity check
9832
9833 2002-07-25 [alfons]     0.8.0claws12
9834
9835         * src/summaryview.c
9836                 fix a brown paper bag bug, and also add some more
9837                 checks
9838
9839 2002-07-25 [christoph]  0.8.0claws11
9840
9841         * src/folder.c
9842                 don't mix copy, fetch_msginfo and remove
9843                 operations in folder item copy and move
9844                 operations
9845
9846 2002-07-25 [christoph]  0.8.0claws10
9847
9848         * src/folderview.c
9849         * src/mainwindow.c
9850         * src/prefs_folder_item.c
9851         * src/summaryview.[ch]
9852                 remove no longer required parameter update_cache from
9853                 summary_show
9854
9855 2002-07-25 [paul]       0.8.0claws9
9856
9857         * sync with 0.8.1
9858         
9859         * AUTHORS
9860                 a few corrections
9861
9862 2002-07-24 [alfons]     0.8.0claws8
9863
9864         * src/summaryview.c
9865                 sort correctly when using simplified subject line
9866                 (closes feature request "[ 585141 ] applying regexp to subject 
9867                 before sort" submitted by Alexandra Walford)
9868
9869 2002-07-24 [paul]       0.8.0claws7
9870
9871         * sync with 0.8.0cvs3
9872                 see ChangeLog 2002-07-24
9873
9874 2002-07-23 [christoph]  0.8.0claws6
9875
9876         * src/folder.c
9877         * src/folder.h
9878         * src/summaryview.c
9879         * src/summaryview.h
9880         * src/main.c
9881                 o separate processing and summaryview
9882                 o removed summary_write_cache from summaryview
9883                 o removed summaryview->killed_messages, because we don't have
9884                   to keep a list of killed messages anymore. New cache will
9885                   keep the hidden messages in cache anyway
9886         * src/folderview.c
9887         * src/inc.c
9888         * src/selective_download.c
9889                 o removed unnecessary summary_write_cache calls
9890         * src/procmsg.c
9891                 o don't set ignore thread flag in procmsg_get_thread_tree
9892                   if it is already set
9893         * src/mainwindow.c
9894         * src/statusbar.h
9895                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9896                   they are used in different files
9897
9898 2002-07-23 [melvin]     0.8.0claws5
9899
9900         * src/addressbook.c
9901         * src/addrgather.c
9902         * src/editaddress.c
9903         * src/editgroup.c
9904         * src/editldap_basedn.c
9905         * src/importldif.c
9906         * src/prefs_common.c
9907                 Fixed few memory leak (gtk_editable_get_chars returns
9908                 an allocated string)
9909         * src/logwindow.c
9910                 Fixed few memory leak (gtk_editable_get_chars returns
9911                 an allocated string) and modified a little the log cutting
9912                 loop.
9913         * src/compose.c
9914                 Replaced a call to an obsolete function gtk_entry_get_text()
9915                 by gtk_editable_get_chars()
9916         * src/send.c
9917                 Removed a debug printf
9918
9919 2002-07-23 [christoph]  0.8.0claws4
9920
9921         * src/filesel.c
9922                 fix another g_dirname memory leak
9923
9924 2002-07-23 [christoph]  0.8.0claws3
9925
9926         * src/mh.c
9927                 fixed a memory leak in mh_fetch_msginfo
9928                 fixed crash when message header could not be
9929                 parsed
9930
9931 2002-07-23 [paul]       0.8.0claws2
9932
9933         * sync with 0.8.0cvs2
9934                 see ChangeLog 2002-07-23
9935
9936 2002-07-23 [paul]       0.8.0claws1
9937
9938         * sync with 0.8.0cvs1
9939                 see ChangeLog 2002-07-23
9940
9941 2002-07-23 [paul]       0.8.0claws
9942
9943         * release of 0.8.0claws
9944
9945 2002-07-23 [paul]       0.7.8claws99
9946
9947         * po/ru.po
9948                 new Russian translation, submitted by
9949                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9950
9951 2002-07-22 [jens]       0.7.8claws98
9952
9953         * po/de.po
9954                 Updated German translations.
9955
9956 2002-07-22 [paul]       0.7.8claws97
9957
9958         * po/es.po
9959           po/it.po
9960           po/nl.po
9961           po/pt_BR.po
9962                 updated translations by Ricardo Mones Lastra,
9963                 Alessandro Maestri, Wilbert Berendsen and 
9964                 Fabio Jr. Beneditto respectively
9965
9966 2002-07-22 [christoph]  0.7.8claws96
9967
9968         * src/mimeview.c
9969                 fix memory leak caused by wrong g_dirname usage
9970
9971 2002-07-22 [christoph]  0.7.8claws95
9972
9973         * src/summaryview.c
9974                 update new and unread message counts for summaryview
9975                 summaryview does not get it from the folder anymore
9976                 and has to update the values itself
9977
9978 2002-07-22 [melvin]     0.7.8claws94
9979
9980         * po/fr.po
9981                 Updated French translations.
9982
9983 2002-07-22 [christoph]  0.7.8claws93
9984
9985         * src/matcher.c
9986                 set prop->preg pointer to NULL or following check
9987                 will not fail and regexec will be called with
9988                 invalid pointer
9989
9990 2002-07-21 [alfons]     0.7.8claws92
9991         
9992         * src/prefs_common.[ch]
9993                 remove option "Send return receipt on request"
9994
9995 2002-07-21 [thorsten]   0.7.8claws91
9996
9997         * src/mimeview.c
9998                 fixed memleaks, coding style as pointed out by alfons
9999
10000 2002-07-21 [alfons]     0.7.8claws90
10001
10002         * src/messageview.c
10003         * src/noticeview.[ch]
10004                 o fix bug notice view being displayed when going to empty folder 
10005                   (noticed by Christoph)
10006                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10007                   (noticed by Thorsten)
10008
10009 2002-07-21 [thorsten]   0.7.8claws89
10010
10011         * src/mimeview.c
10012                 Included save_all patch from Xaview FACQ
10013                 added support for pathnames
10014
10015 2002-07-21 [alfons]     0.7.8claws88
10016
10017         * po/POTFILES.in
10018         * src/Makefile.am
10019         * src/mainwindow.c
10020         * src/messageview.[ch]
10021         * src/noticeview.c      ** NEW FILE **
10022         * src/noticeview.h      ** NEW FILE **
10023                 make return receipts work again
10024                 (UI idea by Leandro Pereira)
10025
10026 2002-07-21 [paul]       0.7.8claws87
10027
10028         * src/summaryview.c
10029                 fix sensitivity of 'Select thread'
10030
10031 2002-07-21 [paul]       0.7.8claws86
10032
10033         * src/prefs_common.c
10034                 add browser command line for Galeon
10035
10036 2002-07-21 [paul]       0.7.8claws85
10037
10038         * Makefile.am
10039                 fix 'EXTRA_DIST': remove README.README, add TODO
10040                 and TODO.claws
10041
10042 2002-07-21 [alfons]     0.7.8claws84
10043
10044         * src/gtkstext.c
10045                 make enter clear selection
10046                 (closes "[ 579888 ] Editor selection/entry error"
10047                 reported by Steve Lamb)
10048
10049 2002-07-21 [alfons]     0.7.8claws83
10050         
10051         * src/summaryview.c
10052                 sort message list when selecting unthread messages
10053                 (closes "[ 501593 ] switching threaded view doesn't sort"
10054                 reported by Simon Schubert)
10055
10056 2002-07-20 [alfons]     0.7.8claws82
10057         
10058         * src/matcher.c
10059                 const-correctness
10060
10061 2002-07-20 [thorsten]   0.7.8claws81
10062
10063         * src/matcher.c
10064                 Fixed expansion of empty fields in matchactions
10065
10066 2002-07-19 [melvin]     0.7.8claws80
10067
10068         * src/gtkspell.c
10069                 Removed a duplicate menu entry (fast mode) introduced during
10070                 the new cache merge
10071                 Added a menu separator between 'Use alternate' and 'Fast mode'
10072
10073 2002-07-19 [paul]       0.7.8claws79
10074
10075         * tools/Makefile.am
10076           tools/README
10077                 correct typos
10078
10079 2002-07-19 [thorsten]   0.7.8claws78
10080
10081         * tools/calypso_convert.pl      ** NEW FILE **
10082           tools/README
10083           tools/Makefile.am
10084                 script to import mbox files exported
10085                 by calypso
10086                 o generates folder structure
10087                 o includes attachments
10088
10089 2002-07-19 [melvin]     0.7.8claws77
10090
10091         * src/selective_download.[ch]
10092                 Fixed bug where closing the dialog with the window manager's
10093                 close button will not unlock the summary
10094                 Corrected some function declarations that missed a return value
10095                 Made the source code comply better with coding style.
10096         * src/prefs_common.c
10097                 Added new browser command line for Mozilla.
10098
10099 2002-07-18 [paul]       0.7.8claws76
10100
10101         * src/mainwindow.c
10102           src/selective_download.[ch]
10103                 reflect theme changes, fix Gdk Warning when creating 
10104                 pixmap from NULL window, and minor clean up.
10105                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10106
10107         * po/en_GB.po
10108                 updated
10109
10110 2002-07-17 [paul]       0.7.8claws75
10111
10112         * INSTALL[.jp]
10113                 sync with 0.8.0
10114         
10115         * po/en_GB.po
10116                 updated
10117
10118 2002-07-16 [paul]       0.7.8claws74
10119
10120         * tools/filter_conv.pl
10121           tools/README
10122                 replace conversion script with reimplemented version, 
10123                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10124
10125 2002-07-16 [colin]      0.7.8claws73
10126
10127         * src/summaryview.c
10128                 remove forgotten debug messages - sorry ;-)
10129
10130 2002-07-16 [colin]      0.7.8claws72
10131
10132         * src/mimeview.c
10133           src/summaryview.c
10134           src/textview.c
10135           src/textview.h
10136                 add the ability to select part of a text mime-part 
10137                 to reply.
10138
10139 2002-07-15 [christoph]  0.7.8claws71
10140
10141         * src/folder.c
10142                 fix folder message count for folders without
10143                 msg_is_changed (includes news folders)
10144
10145 2002-07-15 [martin]     0.7.8claws70
10146
10147         * src/summaryview.c
10148                 option "display recipient on 'From'..." now works
10149                 without the need of enabling the option
10150                 "display  sender  using  address  book".
10151
10152 2002-07-15 [christoph]  0.7.8claws69
10153
10154         * src/summaryview.c
10155                 removed setting folder status from summaryview.
10156                 folder.c should update all message counts correctly.
10157
10158 2002-07-15 [paul]       0.7.8claws68
10159
10160         * po/pt_BR.po
10161                 updated by Fabio Junior Beneditto
10162
10163 2002-07-15 [darko]      0.7.8claws67
10164
10165         * src/mh.c
10166                 Fixed target folder colorization, don't decrease op
10167                 number twice
10168
10169 2002-07-14 [paul]       0.7.8claws66
10170
10171         * sync with main 0.8.0
10172                 see ChangeLog 2002-07-14
10173
10174 2002-07-13 [melvin]     0.7.8claws65
10175         
10176         * src/addrbook.c
10177         * src/addressbook.c
10178         * src/addrindex.c
10179                 Replaced sprintf by g_snprintf to prevent possible buffer
10180                 overflow.
10181         * src/news.c
10182                 Corrected a log message output format.
10183                 Added a missing "done" debug output.
10184         * src/compose.c
10185                 Added keyboard accelerator for Priority menu items
10186                 Added missing \n in debug output
10187         * src/logwindow.c
10188         * src/gtkspell.c
10189         * src/rfc2015.c
10190                 Added missing \n in debug output
10191
10192 2002-07-13 [paul]       0.7.8claws64
10193
10194         * man/sylpheed.1
10195                 change Sergey's email address to the sf address
10196
10197         * src/textview.c
10198                 increase show_url_timeout (more useful for long
10199                 urls)
10200
10201 2002-07-12 [sergey]     0.7.8claws63
10202
10203         * src/rfc2015.c
10204                 applied (with some modifications) patch to set the
10205                 micalg parameter for signatures
10206                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10207
10208 2002-07-12 [sergey]     0.7.8claws62
10209
10210         * man/Makefile.am
10211         * configure.in
10212                 fixed man page installation
10213
10214 2002-07-12 [paul]       0.7.8claws61
10215
10216         * sync with 0.7.8cvs26
10217                 see ChangeLog 2002-07-11 and 2002-07-12
10218
10219 2002-07-11 [christoph]  0.7.8claws60
10220
10221         * src/compose.c
10222         * src/procmsg.c
10223                 first use the message number to find the message
10224                 to mark with a reply flag but check the
10225                 message-id if we got the correct message, if not
10226                 try to find it by message-id.
10227                 use new string seperator that is not allowed
10228                 in message-ids.
10229
10230 2002-07-11 [paul]       0.7.8claws59
10231
10232         * sync with 0.7.8cvs23
10233                 see ChangeLog 2002-07-10
10234
10235 2002-07-10 [christoph]  0.7.8claws58
10236
10237         * src/folder.[ch]
10238         * src/msgcache.[ch]
10239                 Added message-id table to the cache in memory
10240                 and functions to msgcache.c and folder.c to
10241                 fetch MsgInfos by message id
10242         * src/compose.c
10243         * src/procmsg.c
10244                 store folder and message-id of message replying
10245                 to in queue header and set reply flag after sending
10246                 (Closes bug #469498)
10247
10248 2002-07-10 [paul]       0.7.8claws57
10249
10250         * AUTHORS
10251           man/sylpheed.1.gz
10252                 add Martin to the list of authors
10253
10254 2002-07-09 [martin]     0.7.8claws56
10255         * src/gtksctree.c
10256                 Added gtk_ctree_last_visible(), tree_update_level(),
10257                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10258                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10259                 from gtk+ to gtksctree.c for the new sorting code
10260                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10261                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10262         * src/gtksctree.h
10263                 Added declaration for gtk_sctree_sort_recursive() and
10264                 gtk_sctree_sort_node
10265         * src/addressbook.c
10266         * src/foldersel.c
10267         * src/folderview.c
10268         * src/summaryview.c
10269                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10270                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10271
10272 2002-07-08 [paul]       0.7.8claws55
10273
10274         * more sync with 0.7.8cvs21
10275                 see ChangeLog 2002-07-08
10276
10277 2002-07-08 [paul]       0.7.8claws54
10278
10279         * sync with 0.7.8cvs21
10280                 see ChangeLog 2002-07-08
10281
10282 2002-07-07 [alfons]     0.7.8claws53
10283
10284         * src/Makefile.am
10285         * src/stock_pixmap.[ch]
10286         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10287         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10288         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10289                 add new pixmaps for upcoming notice pane
10290
10291 2002-07-06 [melvin]     0.7.8claws52
10292
10293         * src/gtkspell.[ch]
10294                 Made them a bit closer to Sylpheed's coding style.
10295                 Removed old code.
10296                 Removed possible memory leaks when some errors occurs.
10297
10298 2002-07-06 [melvin]     0.7.8claws51
10299
10300         * po/Makefile.in.in
10301                 Removed --no-location in xgettext command line to help
10302                 translators that use Emacs' po-mode
10303         * src/quote_fmt.c
10304                 Removed unnecessary comments that messed up sylpheed.pot
10305
10306 2002-07-06 [paul]       0.7.8claws50
10307
10308         * sync with 0.7.8cvs19
10309                 see ChangeLog 2002-07-05
10310
10311 2002-07-06 [christoph]  0.7.8claws49
10312
10313         * src/folder.c
10314         * src/mainwindow.c
10315                 fix folder_item_remove_all_msg and folderview
10316                 status for trash folders after emptying trash
10317
10318 2002-07-05 [paul]       0.7.8claws48
10319
10320         * sync with 0.7.8cvs16
10321                 see ChangeLog 2002-07-04 and 2002-07-05
10322
10323 2002-07-04 [paul]       0.7.8claws47
10324
10325         * sync with 0.7.8cvs14
10326                 see  ChangeLog 2002-07-04
10327
10328 2002-07-03 [alfons]     0.7.8claws46
10329
10330         * src/folder.c
10331                 dupe folder item's path because it's being reallocated
10332                 by new folder scanning code
10333
10334 2002-07-03 [christoph]  0.7.8claws45
10335
10336         * src/imap.c
10337                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10338         * src/msgcache.c
10339                 add missing return in msgcache_write
10340
10341 2002-07-02 [thorsten]   0.7.8claws44
10342
10343         * src/jpilot.c
10344         * src/msgcache.c
10345         * src/rfc2015.c
10346                 use binary mode for file access
10347
10348 2002-07-02 [christoph]  0.7.8claws43
10349
10350         * major code cleanup (part 1)
10351         
10352                 - unused variables removed
10353                 - unused functions removed
10354                 - uninitialized variables checked
10355                 - missing return statements added
10356                 - missing function return types added
10357                 - added parentheses around assignment and
10358                   && in || when suggested by gcc
10359               
10360         * src/mh.c
10361         * src/folder.c
10362                 replaced direct calls to folder->scan_tree
10363                 with folder_scan_tree and restore folder
10364                 prefs in this function. The folder should
10365                 not have to deal with them.
10366                 ( Should now work for all folder types )
10367
10368 2002-07-02 [paul]       0.7.8claws42
10369
10370         * sync with 0.7.8cvs13
10371                 see ChangeLog 2002-07-01 and 2002-07-02
10372
10373 2002-07-01 [christoph]  0.7.8claws41
10374
10375         * src/summaryview.c
10376                 fix "goto next/prev unread message" with
10377                 ignored threads
10378
10379 2002-07-01 [paul]       0.7.8claws40
10380
10381         * po/es.po
10382                 updated by Ricardo Mones Lastra
10383
10384 2002-06-30 [match]      0.7.8claws39
10385
10386         * src/jpilot.c
10387                 applied variation of leonerd's patch (566661) to
10388                 allow multiple email addresses per JPilot entry.
10389                 addresses may be separated by space, comma, pipe,
10390                 semi-colon, new-line.
10391
10392 2002-06-30 [alfons]     0.7.8claws38
10393
10394         * src/procmsg.c
10395                 simple fix for putting older nodes before
10396                 newer nodes when threading by subject
10397
10398 2002-06-30 [christoph]  0.7.8claws37
10399
10400         * src/folder.c
10401         * src/folderview.c
10402         * src/mh.c
10403         * src/news.c
10404         * src/procmsg.c
10405                 fix broken folder tree rescaning
10406                 and don't use procmsg_get_mark_sum
10407                 anymore
10408
10409 2002-06-30 [christoph]  0.7.8claws36
10410
10411         * merge new cache branch
10412         * src/imap.c
10413                 fix new cache imap copy bug
10414         * src/folder.c
10415                 improved folder_item_scan
10416                 it should now always set the correct
10417                 new, unread and total message counts
10418
10419 2002-06-29 [paul]       0.7.8claws35
10420
10421         * configure.in
10422                 correct syntax error
10423
10424 2002-06-29 [paul]       0.7.8claws34
10425
10426         * configure.in
10427           Makefile.am
10428           man/Makefile.am       ** NEW FILE **
10429           man/sylpheed.1.gz     ** NEW FILE **
10430                 add Sylpheed man page
10431
10432 2002-06-29 [paul]       0.7.8claws33
10433
10434         * po/pt_BR.po
10435                 updated by Fabio Junior Beneditto
10436
10437 2002-06-28 [jens]       0.7.8claws32
10438
10439         * po/de.po
10440                 translation updated
10441
10442         * src/selective_download.c
10443                 removed gettext for space " "
10444
10445         * src/imap.c
10446                 removed wrong space
10447
10448 2002-06-28 [paul]       0.7.8claws31
10449
10450         * sync with 0.7.8cvs11
10451                 see ChangeLog 2002-06-28
10452
10453 2002-06-28 [paul]       0.7.8claws30
10454
10455         * sync with 0.7.8cvs10
10456                 see ChangeLog 2002-06-27 and 2002-06-28
10457
10458 2002-06-26 [paul]       0.7.8claws29
10459
10460         * src/addrgather.c
10461           src/selective_download.c
10462                 don't gettextise empty strings.
10463                 reserved by gettext. gettext("") returns 
10464                 the header entry with meta information, 
10465                 not the empty string
10466
10467         * po/en_GB.po
10468                 updated
10469
10470 2002-06-26 [paul]       0.7.8claws28
10471
10472         * sync with 0.7.8cvs7
10473                 see ChangeLog 2002-06-25
10474
10475         * src/prefs_common.c
10476                 ...and in the process, tweak the gui a little
10477
10478 2002-06-25 [alfons]     0.7.8claws27
10479         
10480         * configure.in
10481         * src/Makefile.am
10482                 fine tune ldap library detection
10483
10484 2002-06-25 [alfons]     0.7.8claws26
10485
10486         * src/compose.c
10487                 don't allow return receipts when composing a news article
10488
10489 2002-06-25 [paul]       0.7.8claws25
10490
10491         * Makefile.am
10492                 add '$(AMTAR)' to 'release' section to allow for
10493                 new and older autotools
10494
10495 2002-06-25 [paul]       0.7.8claws24
10496
10497         * src/summaryview.c
10498                 fix "No more unread messages" persistant pop-up
10499                 window bug
10500
10501 2002-06-25 [paul]       0.7.8claws23
10502
10503         * po/it.po
10504                 updated by Alessandro Maestri
10505
10506 2002-06-25 [paul]       0.7.8claws22
10507
10508         * sync with 0.7.8cvs6
10509                 see ChangeLog 2002-06-25
10510
10511 2002-06-24 [paul]       0.7.8claws21
10512
10513         * tools/update-po
10514                 add GPL copyright information
10515
10516 2002-06-24 [paul]       0.7.8claws20
10517
10518         * tools/Makefile.am
10519           tools/README
10520           tools/update-po       ** NEW FILE **
10521                 add script that eases the creation of *.po files
10522                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10523
10524 2002-06-23 [alfons]     0.7.8claws19
10525
10526         * src/messageview.c
10527                 make notification_convert_header obey const correctness
10528                 (next step will be fixing the broken return receipt)
10529
10530 2002-06-23 [paul]       0.7.8claws18
10531
10532         * src/messageview.c
10533                 fix bug introduced in last commit:
10534                 removed too much code in last commit - put back what's
10535                 needed
10536
10537 2002-06-23 [paul]       0.7.8claws17
10538
10539         * src/messageview.[ch]
10540                 remove code committed in error from locally patched
10541                 source
10542
10543 2002-06-23 [colin]      0.7.8claws16
10544
10545         * src/compose.[ch]
10546                 add compose_entry_select(), used to select the default_to
10547                 email address - hopefully avoiding people sending mails to
10548                 wrong recipients.
10549
10550 2002-06-22 [alfons]     0.7.8claws15
10551
10552         * AUTHORS
10553                 add Bram Metsch & Stanislav Karchebny
10554         * src/smtp.[ch]
10555         * src/prefs_account.[ch]
10556         * src/send.c
10557                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10558                   options.  (see <http://sourceforge.net/tracker/index.php
10559                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10560
10561                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10562                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10563
10564 2002-06-22 [paul]       0.7.8claws14
10565
10566         * sync with 0.7.8cvs5
10567                 see ChangeLog 2002-06-19 and 2002-06-20
10568
10569 2002-06-22 [alfons]     0.7.8claws13
10570
10571         * src/selective_download.c
10572                 fix a stupid mistake I made
10573
10574 2002-06-22 [alfons]     0.7.8claws12
10575
10576         * src/selective_download.[ch]
10577                 fix another unnoticed leak; cleanup code
10578
10579 2002-06-21 [alfons]
10580
10581         * tools/Makefile.am
10582                 gpg-sign <-- gpg-sign-syl
10583
10584 2002-06-21 [alfons]     0.7.8claws11
10585
10586         * src/selective_download.c
10587         * src/selective_download.h
10588                 fix assorted mix of allocation errors (should solve
10589                 problem reported by Philippe Gramoullé, see:
10590                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10591
10592 2002-06-20 [melvin]     0.7.8claws10
10593
10594         * tools/gpg-sign *REMOVED*
10595           tools/gpg-sign-syl *ADDED*
10596                 Replaced the gpg clearsigning script with the version using
10597                 xterm instead of ssh-askpass and changed its name.
10598
10599         * README.claws
10600                 Updated actions example to reflect the renaming of the
10601                 gpg clearsigning script.
10602
10603 2002-06-19 [paul]       0.7.8claws9
10604
10605         * sync with 0.7.8claws9
10606                 see ChangeLog 2002-06-18 and 2002-06-19
10607
10608 2002-06-19 [paul]       0.7.8claws8
10609
10610         * sync with 0.7.8cvs1
10611                 see ChangeLog 2002-06-18
10612
10613 2002-06-18 [alfons]     0.7.8claws7
10614
10615         * src/mainwindow.h
10616                 add omitted prototype
10617
10618 2002-06-17 [paul]       0.7.8claws6
10619
10620         * src/mainwindow.c
10621                 fix hiding of exec_btn
10622
10623 2002-06-17 [paul]       0.7.8claws5
10624
10625         * src/pop.c
10626                 remove unneeded code: should_delete() 
10627                 and Pop3State::uidl_todelete_list
10628
10629 2002-06-17 [paul]       0.7.8claws4
10630
10631         * sync with 0.7.8
10632                 see ChangeLog 2002-06-11 and 2002-06-13
10633
10634 2002-06-16 [alfons]     0.7.8claws3
10635         
10636         * src/folder.c
10637                 make sure lock sort mode (claws specific) is
10638                 also persists after a tree rescan
10639
10640 2002-06-16 [alfons]     0.7.8claws2
10641
10642         * src/prefs_folder_item.c
10643         * src/folder.[ch]
10644                 fix persistence of folder sort mode (broken
10645                 by adapting Hiro's new folder persistence code)
10646
10647 2002-06-16 [alfons]     0.7.8claws1
10648
10649         * AUTHORS
10650         * src/logwindow.c
10651         * src/prefscommon.[ch]
10652                 control size of log text in log window; 
10653                 closes patch #569155 submitted by Mitko Haralanov.
10654
10655 2002-06-15 [paul]       0.7.8claws
10656
10657         * release of 0.7.8claws
10658
10659 2002-06-15 [paul]       0.7.7claws
10660
10661         * po/pt_BR.po
10662                 updated by Fabio Junior Beneditto
10663
10664 2002-06-14 [paul]       0.7.6claws49
10665
10666         * po/es.po
10667                 updated by Ricardo Mones Lastra
10668
10669 2002-06-14 [paul]       0.7.6claws48
10670
10671         * po/nl.po
10672                 updated translation by Wilbert Berendsen
10673
10674 2002-06-14 [melvin]     0.7.6claws47
10675
10676         * po/fr.po
10677                 Updated French translation
10678
10679 2002-06-13 [paul]       0.7.6claws46
10680
10681         * src/filesel.c
10682                 allow filename to be typed in, rather than just
10683                 selected by the mouse. Patch by Gustavo Noronha Silva.
10684
10685 2002-06-13 [alfons]     0.7.6claws45
10686
10687         * src/mainwindow.[ch]
10688                 more cleanups (removing unnecessary menu items Expand 
10689                 summary / message view)
10690
10691 2002-06-13 [melvin]     0.7.6claws44
10692
10693         * po/POTFILES.in
10694                 Added src/string_match.c
10695         * src/string_match.c
10696                 Fixed possible buffer overflow.
10697                 Corrected typo.
10698                 Added missing config.h header.
10699         * src/prefs_common.c
10700           src/prefs_matcher.c
10701           src/prefs_scoring.c
10702                 Made some strings translatable (missing _(..)).
10703
10704 2002-06-13 [melvin]     0.7.6claws43
10705
10706         * README.claws
10707                 Corrected action example (verifying clearsigned mail).
10708         * src/prefs_account.c
10709                 Corrected typo.
10710         * src/prefs_common.c
10711                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10712
10713 2002-06-12 [alfons]     0.7.6claws42
10714
10715         * src/summaryview.c
10716                 add init of score column lost in 0.7.6claws42
10717
10718 2002-06-12 [paul]       0.7.6claws41
10719
10720         * src/prefs_account.c
10721                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10722                 behavior of the radio buttons, (from 0.7.7cvs2)
10723
10724 2002-06-11 [alfons]     0.7.6claws40
10725
10726         * src/messageview.[ch]
10727         * src/summaryview.[ch]
10728         * src/summary_search.c
10729         * src/mainwindow.c
10730                 perform a sync to bring in Hiro's separate view implementation 
10731
10732                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10733
10734 2002-06-11 [paul]       0.7.6claws39
10735         
10736         * src/prefs_account.c
10737                 correct a typo on the Receive tab
10738
10739 2002-06-10 [match]      0.7.6claws38
10740
10741         * src/addressbook.c
10742                 Included address completion patch from Gustavo Noronha.
10743
10744 2002-06-10 [paul]       0.7.6claws37
10745
10746         * src/inc.[ch]
10747           src/pop.c
10748           src/prefs_account.[ch]
10749           src/selective_download.[ch]
10750                 apply PATCH #561712
10751                  NEW:
10752                 - check if POP Account
10753                 - Receive Button renamed to Preview
10754                 - Preview Button Popup: preview new/all messages
10755                 - Download Button
10756                 - Account Preferences-->Receive tab checkbutton if you
10757                   want to remove Mail after Download
10758                 -: default YES
10759                 - Account Preferences-->Receive tab checkbutton use
10760                   filtering rules on preview
10761                   (think of delete_on_server)
10762                 -: default YES
10763                 - Account selectable from SD dialog
10764                 - checkbutton to show already downloaded messages if
10765                   all messages are previewed
10766                 - new clist column showing Date
10767                 - ESC KEY close
10768                 FIXES:
10769                 - play ball with UIDL
10770                 - fault tolerant (?) 
10771                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10772
10773 2002-06-10 [melvin]     0.7.6claws36
10774
10775         * README.claws
10776                 Added a hint to ac/README in cvs instructions.
10777
10778         * src/prefs_actions.c
10779                 Made it possible to use a more elaborate command line
10780                 for asynchronous actions, too.
10781
10782 2002-06-10 [melvin]     0.7.6claws35
10783         
10784         * src/prefs_actions.c
10785                 Make it possible to use a more elaborate command line
10786                 (e.g. |foo|bar|cat>there;echo Done|)
10787                 Corrected error message when calling %f, %F and %p commands
10788                 from the compose window.
10789
10790 2002-06-09 [colin]      0.7.6claws34
10791
10792         * src/summaryview.c
10793                 Automatically find unread messages in current folder
10794                 before annoying the user.
10795
10796 2002-06-08 [alfons]     0.7.6claws33
10797
10798         * po/it.po
10799                 remove bad formatting string in it.po translation
10800                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10801
10802 2002-06-08 [paul]       0.7.6claws32
10803
10804         * sync with 0.7.6cvs25
10805                 see ChangeLog 2002-06-07
10806
10807 2002-06-05 [paul]       0.7.6claws31
10808
10809         * src/mainwindow.c
10810                 add 'Sort by locked' and 'Sort by score'
10811
10812 2002-06-05 [paul]       0.7.6claws30
10813
10814         * sync with 0.7.6cvs24
10815                 see ChangeLog 2002-06-04
10816
10817 2002-06-04 [paul]       0.7.6claws29
10818
10819         * po/pt_BR.po
10820                 updated by Fabio Junior Beneditto
10821
10822 2002-06-03 [thorsten]   0.7.6claws28
10823
10824         * src/matcher.c
10825                 fclose() matcherrc after reading
10826
10827 2002-06-03 [paul]       0.7.6claws27
10828
10829         * sync with 0.7.6cvs21
10830                 see ChangeLog 2002-05-31
10831
10832 2002-05-31 [paul]       0.7.6claws26
10833
10834         * sync with 0.7.6cvs20
10835                 see ChangeLog 2002-05-29 and 2002-05-30
10836
10837 2002-05-31 [paul]       0.7.6claws25
10838
10839         * src/imap.c
10840                 hopefully fix last buggy sync
10841
10842         * README.claws
10843                 correct typo in 'Actions' examples
10844
10845 2002-05-29 [paul]       0.7.6claws24
10846
10847         * sync with 0.7.6cvs18
10848                 see ChangeLog 2002-05-28 and 2002-05-29
10849
10850         * src/news.c
10851           src/nntp.[ch]
10852                 sync with above 
10853
10854 2002-05-28 [paul]       0.7.6claws23
10855
10856         * sync with 0.7.6cvs16
10857                 see ChangeLog 2002-05-28
10858
10859 2002-05-27 [thorsten]   0.7.6claws22 
10860
10861         * faq/it/sylpheed-faq-1.html
10862           faq/it/sylpheed-faq-2.html
10863           faq/it/sylpheed-faq-3.html
10864           faq/it/sylpheed-faq.html
10865                 corrected DOS lineendings
10866         * faq/de/sylpheed-faq-1.html
10867           faq/de/sylpheed-faq-2.html
10868           faq/en/sylpheed-faq-1.html
10869           faq/en/sylpheed-faq-2.html
10870           faq/en/sylpheed-faq-3.html
10871           faq/es/sylpheed-faq-1.html
10872           faq/es/sylpheed-faq-2.html
10873           faq/es/sylpheed-faq-3.html
10874           faq/fr/sylpheed-faq-1.html
10875           faq/it/sylpheed-faq-1.html
10876           faq/it/sylpheed-faq-2.html
10877           faq/it/sylpheed-faq-3.html
10878           faq/it/sylpheed-faq.html
10879                 changed ">" to &quot;
10880
10881 2002-05-27 [paul]       0.7.6claws21
10882         
10883         * sync with 0.7.6cvs15
10884                 see ChangeLog 2002-05-27
10885
10886 2002-05-27 [paul]       0.7.6claws20
10887
10888         * src/prefs_account.c
10889                 correct a typo
10890
10891 2002-05-26 [paul]       0.7.6claws19
10892
10893         * tools/README
10894                 correct a typo
10895
10896 2002-05-25 [paul]       0.7.6claws18
10897
10898         * tools/README
10899                 add description of kmail2sylpheed.pl
10900
10901 2002-05-25 [paul]       0.7.6claws17
10902
10903         * tools/kmail2sylpheed.pl       ** NEW FILE **
10904                 perl script that converts an exported Kmail address
10905                 book, converts it to sylpheed addressbook file,
10906                 writes the file to .sylpheed, and updates
10907                 addrbook--index.xml 
10908
10909 2002-05-25 [paul]       0.7.6claws16
10910
10911         * sync with 0.7.6cvs14
10912                 see ChangeLog 2002-05-23
10913
10914 2002-05-24 [paul]       0.7.6claws15
10915
10916         * README.claws
10917                 make a correction and add some more info
10918
10919 2002-05-24 [paul]       0.7.6claws14
10920
10921         * src/compose.c
10922                 fix memory leak in 
10923                 compose_redirect_write_headers_from_headerlist()
10924                 add Subject and Resent-Message-ID to
10925                 compose_redirect_write_headers()
10926                 Received, Subject, and X-UIDL are filtered out in 
10927                 compose_redirect_write_to_file()
10928
10929 2002-05-23 [paul]       0.7.6claws13
10930
10931         * src/compose.[ch]
10932           src/filtering.c
10933           src/mainwindow.c
10934           src/matcher.[ch]
10935           src/matcher_parser_lex.l
10936           src/matcher_parser_parse.y
10937           src/prefs_common.[ch]
10938           src/prefs_filtering.c
10939           src/summaryview.c
10940                 rename 'Bounce' to 'Redirect'
10941
10942 2002-05-23 [paul]       0.7.6claws12
10943
10944         * more sync with 0.7.6cvs13
10945           src/compose.c
10946                 see ChangeLog 2002-05-22
10947
10948 2002-05-22 [paul]       0.7.6claws11
10949
10950         * sync with 0.7.6cvs13
10951           src/codeconv.c
10952                 see ChangeLog 2002-05-20
10953           src/prefs_common.c
10954                 see ChangeLog 2002-05-22
10955
10956 2002-05-21 [melvin]     0.7.6claws10
10957
10958         * src/folderview.c
10959                 Added missing filtering and scoring headers
10960                 Fixed bad function call that showed garbage 
10961                 in Folder->Processing
10962
10963 2002-05-21 [paul]       0.7.6claws9
10964
10965         * tools/Makefile.am
10966                 make all tools executable, (patch by Alfons).
10967
10968 2002-05-20 [alfons]     0.7.6claws8
10969
10970         * src/procheader.c
10971                 don't forget to call mktime() so we have a valid week 
10972                 and year day
10973                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10974
10975 2002-05-20 [paul]       0.7.6claws7
10976
10977         * src/html.c
10978                 fix broken parsing of urls
10979         * src/textview.c
10980                 fix displaying of urls
10981
10982                 both fixes from the patch [547855] by Eugene 
10983                 Brevdo (zonem)
10984
10985 2002-05-19 [alfons]     0.7.6claws6
10986
10987         * configure.in
10988                 make sylpheed configure correctly with the latest
10989                 and greatest of automake / autoconf / gettext
10990
10991 2002-05-19 [alfons]     0.7.6claws5
10992
10993         * src/procheader.c
10994         * src/procheader.h
10995                 add function for returning ime zone offset
10996         * src/quote_fmt.c
10997         * src/quote_fmt_parse.y
10998                 better quotation formatting - does not convert
10999                 to local time, but uses the original date string.
11000                 
11001                 Note: %z inserts the timezone offset (should 
11002                 work also on platforms where strftime does not
11003                 support %z).
11004
11005 2002-05-18 [christoph]  0.7.6claws4
11006
11007         * src/summaryview.c
11008                 fix indentation of some code
11009         * tools/Makefile.am
11010                 fix spaces after \
11011         * src/Makefile.am
11012                 add missing \
11013                 correct path for ignorethread.xpm
11014                 incorrect filename for sylpheed_logo.xpm
11015                 add missing include matcher_parser_parse.h
11016
11017 2002-05-18 [paul]       0.7.6claws3
11018
11019         * sync with 0.7.6cvs8
11020                 see ChangeLog 2002-05-16 and 2002-05-17
11021
11022 2002-05-18 [melvin]     0.7.6claws2
11023
11024         * README.claws
11025                 Corrected an action's definition and fixed some misspellings.
11026
11027 2002-05-18 [paul]       0.7.6claws1
11028
11029         * tools/Makefile.am
11030           tools/gpg-sign        ** new file **
11031           tools/uudec           ** new file **
11032                 add Melvin's Actions scripts
11033
11034         * README.claws
11035                 add Melvin's descriptions for Actions
11036
11037 2002-05-18 [paul]       0.7.6claws
11038
11039         * Version 0.7.6claws released
11040
11041 2002-05-17 [paul]       0.7.5claws32
11042
11043         * po/es.po
11044                 updated by Ricardo Mones Lastra
11045
11046 2002-05-17 [paul]       0.7.5claws31
11047
11048         * src/compose.c
11049                 fix Account prefs default folder for sent/draft/deleted
11050                 messages bug
11051
11052         * po/it.po
11053           po/nl.po
11054                 updated translation by Alessandro Maestri and
11055                 Wilbert Berendsen
11056
11057 2002-05-17 [melvin]     0.7.5claws30
11058
11059         * src/prefs_actions.c
11060                 Fixed bug where using %F not at the end of the command 
11061                 resulted in an additional empty argument being created.
11062                 Thanks to Darko Koruga for reporting the bug.
11063
11064 2002-05-17 [melvin]     0.7.5claws29
11065
11066         * po/fr.po
11067                 Updated French translations.
11068
11069 2002-05-15 [paul]       0.7.5claws28
11070         
11071         * po/es.po
11072                 updated by Ricardo Mones Lastra
11073
11074 2002-05-15 [paul]       0.7.5claws27
11075
11076         * sync with 0.7.6cvs4
11077                 see ChangeLog 2002-05-14 and 2002-05-15
11078
11079 2002-05-14 [paul]       0.7.5claws26
11080
11081         * sync with 0.7.6cvs1
11082                 see ChangeLog 2002-05-13
11083
11084 2002-05-13 [thorsten]   0.7.5claws25
11085
11086         * src/messageview.c
11087                 fix select_all and copy in multipart messages
11088         * src/mainwindow.c
11089                 fix select_all and copy in multipart messages
11090
11091 2002-05-12 [paul]       0.7.5claws24
11092
11093         * src/summaryview.c
11094                 reverse last commit, bug already fixed in 0.7.5claws3
11095
11096 2002-05-12 [netztorte]  0.7.5claws23
11097
11098         * src/summaryview.c
11099                 dont parse empty addressbook (checked in before claws20)
11100
11101 2002-05-12 [melvin]     0.7.5claws22
11102
11103         * src/procmsg.[ch]
11104                 Removed unneeded priority code introduced by the previous 
11105                 commit.
11106
11107 2002-05-12 [melvin]     0.7.5claws21
11108
11109         * src/compose.[ch]
11110                 Added possibility to set message's priority.
11111         * src/procmsg.[ch]
11112                 Added possibility to set message's priority.
11113                 Added missing headers
11114
11115 2002-05-12 [melvin]     0.7.5claws20
11116
11117         * src/prefs_actions.c
11118                 Removed implicitely added quotes around the name
11119                 of the temporary files of mime parts.
11120
11121 2002-05-12 [paul]       0.7.5claws19
11122
11123         * sync with 0.7.5cvs20
11124                 see ChangeLog 2002-05-11
11125
11126 2002-05-12 [alfons]     0.7.5claws18
11127
11128         * src/quote_fmt_lex.l
11129         * src/quote_fmt_parse.y
11130                 allow quote / reply date & time format to be set using
11131                 %D{format}. format is a format string you'd pass to
11132                 strftime() (see man strftime, or the Display tab |
11133                 Date format setting).
11134
11135                 Currently %D converts the date to local time. 
11136
11137 2002-05-11 [paul]       0.7.5claws17
11138
11139         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11140                 see ChangeLog 2002-05-10 and 2002-05-11
11141
11142 2002-05-10 [paul]       0.7.5claws16
11143
11144         * sync with 0.7.5cvs16
11145                 see ChangeLog entries 2002-05-09 and 
11146                 2002-05-10
11147
11148 2002-05-10 [colin]      0.7.5claws15
11149
11150         * src/textview.c
11151                 Corrected a bug that prevented sylpheed to open
11152                 double-clicked URIs.
11153
11154 2002-05-09 [paul]       0.7.5claws14
11155
11156         * sync with 0.7.5cvs14
11157                 see ChangeLog 2002-05-08 and 2002-05-09
11158
11159 2002-05-08 [paul]       0.7.5claws13
11160
11161         * sync with 0.7.5cvs11
11162                 see ChangeLog entry 2002-05-08
11163
11164 2002-05-08 [paul]       0.7.5claws12
11165
11166         * src/mainwindow.c
11167           src/textview.[ch]
11168                 fix segfault on View->Open in new window
11169                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11170
11171 2002-05-07 [paul]       0.7.5claws11
11172
11173         * sync with 0.7.5cvs9
11174                 see ChangeLog entry 2002-05-07
11175
11176 2002-05-06 [paul]       0.7.5claws10
11177
11178         * src/messageview.c
11179           src/textview.c
11180                 display url in statusbar on single-click
11181                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11182
11183 2002-05-06 [match]      0.7.5claws9
11184
11185         * src/addritem.[ch]
11186                 new functions.
11187         * src/addrcache.c
11188                 tidy up.
11189         * src/xmlprops.[ch]
11190                 XML implementation of properties file.
11191         * src/exporthtml.[ch]
11192         * src/expthtmldlg.[ch]
11193         * src/addressbook.c
11194                 export to HTML.
11195
11196 2002-05-02 [sergey]     0.7.5claws8
11197
11198         * src/mainwindow.c (mainwin_entries),
11199           src/prefs_common.c (prefs_send_create()),
11200           src/codeconv.c (locale_table):
11201                 use charset name "Windows-1251" instead of "CP1251".
11202
11203 2002-05-02 [colin]      0.7.5claws7
11204         
11205         * src/compose.c
11206           src/prefs_common.c
11207           src/prefs_folder_item.c
11208                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11209
11210 2002-05-02 [hiro]       0.7.5claws6
11211
11212         * src/imap.c
11213                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11214
11215 2002-05-02 [paul]       0.7.5claws5
11216
11217         * src/compose.c
11218                 more sync with 0.7.5cvs7, see ChangeLog entry
11219                 2002-05-02
11220
11221 2002-05-02 [hiro]       0.7.5claws4
11222
11223         * src/compose.c
11224                 compose_queue_sub():
11225                 check if queue folder exists (closes #550397).
11226                 removed directory creation since it should be handled
11227                 transparently.
11228         * src/imap.c
11229                 imap_add_msg(): return UID for appended message
11230                 (closes #548842).
11231
11232 2002-04-30 [paul]       0.7.5claws3
11233
11234         * src/summaryview.c
11235                 fix account_find_from_address() bug
11236
11237 2002-04-28 [colin]      0.7.5claws2
11238
11239         * src/compose.c
11240           src/textview.c
11241           src/prefs_common.[ch]
11242           src/utils.[ch]
11243                 Added user-definable quotation characters recognition.
11244
11245 2002-04-28 [paul]       0.7.5claws1
11246
11247         * sync with 0.7.5cvs4
11248                 see ChangeLog entry  2002-04-25
11249
11250 2002-04-28 [paul]       0.7.5claws
11251
11252         * po/es.po
11253           po/nl.po
11254           po/pt_BR.po
11255                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11256                 Fabio Junior Beneditto
11257
11258 2002-04-27 [jens]       0.7.4claws103
11259
11260         * po/de.po
11261                 updated German translation.
11262
11263 2002-04-27 [hiro]       0.7.4claws102
11264
11265         * src/summaryview.c
11266                 summary_write_cache(): fixed the mark loss of hidden messages.
11267
11268 2002-04-26 [melvin]     0.7.4claws101
11269
11270         * src/procmsg.c
11271                 fixed a second typo (same one)
11272         * po/fr.po
11273           po/it.po
11274           po/pt_BR.po
11275                 fixed the type again...
11276
11277 2002-04-26 [melvin]     0.7.4claws100
11278
11279         * src/procmsg.c
11280                 fixed a typo in an alert message ("temorary").
11281         * po/it.po
11282         * po/pt_BR.po
11283                 corrected the typo  described above.
11284         * po/fr.po
11285                 updated French translation.
11286
11287 2002-04-26 [darko]      0.7.4claws99
11288
11289         * src/summaryview.c
11290                 fix target folder colorization
11291
11292 2002-04-25 [paul]       0.7.4claws98
11293
11294         * po/it.po
11295                 updated by Alessandro Maestri
11296
11297 2002-04-24 [colin]      0.7.4claws97
11298         
11299         * src/compose.c
11300                 Fixed double "subject is empty" question.
11301
11302 2002-04-23 [colin]      0.7.4claws96
11303         
11304         * src/mimeview.c
11305                 Corrected issue when "automatically display images" was
11306                 not set : first image remained after selecting second.
11307
11308 2002-04-23 [melvin]     0.7.4claws95
11309
11310         * src/prefs_actions.c
11311                 Don't display in/out dialog if there is nothing to show.
11312
11313 2002-04-23 [paul]       0.7.4claws94
11314
11315         * sync with 0.7.5cvs3
11316                 bug fixes: see ChangeLog entry 2002-04-23
11317
11318 2002-04-22 [darko]      0.7.4claws93
11319
11320         * src/compose.c
11321                 fix previous check-in which changed code after
11322                 merge from main
11323
11324 2002-04-22 [paul]       0.7.4claws92
11325
11326         * faq/de/*
11327                 add German FAQ
11328         * faq/en/*
11329           faq/es/*
11330           faq/fr/*
11331                 update English, Spanish and French FAQs
11332         * manual/de/*
11333           manual/es/*
11334                 add German and Spanish manuals
11335         * manual/en/*
11336           manual/fr/*
11337                 update English and French manuals
11338
11339         * src/Makefile.am
11340                 add to and re-arrange the pixmap entries
11341
11342 2002-04-22 [darko]      0.7.4claws91
11343
11344         * src/compose.c
11345                 fix sender initials recognition to only allow
11346                 '>' after the initials
11347
11348 2002-04-21 [paul]       0.7.4claws90
11349
11350         * sync with 0.7.5 release
11351                 see ChangeLog entry 2002-04-21
11352
11353 2002-04-21 [alfons]
11354
11355         * src/Makefile.am
11356                 add colin's new pixmaps to EXTRA_DIST
11357
11358 2002-04-21 [colin]      0.7.4claws89
11359         * src/compose.c
11360         * src/inc.c
11361         * src/mainwindow.[ch]
11362         * src/prefs_common.[ch]
11363         * src/stock_pixmap.[ch]
11364                 Added "Work offline" ability.
11365
11366 2002-04-21 [colin]      0.7.4claws88
11367         
11368         * src/mimeview.c
11369         * src/prefs_common.c
11370         * src/prefs_common.h
11371         * src/textview.c : Added an option to common preferences -> display
11372           to allow user not to automatically display images.
11373
11374 2002-04-21 [paul]       0.7.4claws87
11375
11376         * sync with 0.7.4cvs52
11377                 see ChangeLog entry 2002-04-21 (src/imap.c)
11378
11379 2002-04-21 [paul]       0.7.4claws86
11380
11381         * sync with 0.7.4cvs51
11382                 see ChangeLog entry 2002-04-21
11383
11384 2002-04-21 [paul]       0.7.4claws85
11385
11386         * sync with 0.7.4cvs49
11387                 see ChangeLog entries 2002-04-20 and 2002-04-21
11388
11389         * src/Makefile.am
11390                 clean up: remove old 'stock_' element from xpm 
11391                 filenames.
11392
11393 2002-04-21 [alfons]     0.7.4claws84
11394
11395         apply sync patch from Paul
11396
11397         * src/folderview.c
11398                 use old claws prefs_folder_item_create() for now
11399
11400 2002-04-19 [match]      0.7.4claws83
11401
11402         * src/addressbook.[ch]
11403         * src/addrharvest.[ch]
11404         * src/addrgather.[ch]
11405                 recurse folders.
11406         * src/mainwindow.c
11407         * src/summaryview.[ch]
11408                 change menu option.
11409
11410 2002-04-19 [paul]       0.7.4claws82
11411
11412         * po/pt_BR.po
11413                 updated by Fabio Junior Beneditto
11414
11415 2002-04-14 [alfons]     0.7.4claws81
11416
11417         * src/passphrase.c
11418                 add #include <sys/types.h> for mode_t and off_t 
11419
11420 2002-04-13 [paul]       0.7.4claws80
11421         
11422         * src/main.c
11423           src/passphrase.[ch]
11424           src/pgptext.c
11425           src/prefs_common.[ch]
11426           src/rfc2015.c
11427                 enable storing of GnuPG passphrase for the whole 
11428                 session or a user-defined number of minutes. patch 
11429                 submitted by Ravemax <ravemax@dextrose.com>
11430
11431 2002-04-13 [alfons]     0.7.4claws79
11432
11433         * src/textview.c
11434                 make email parser also stop scanning when encountering separators
11435                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11436
11437 2002-04-13 [paul]       0.7.4claws78
11438
11439         * sync with 0.7.4cvs39
11440                 see ChangeLog entry 2002-04-12
11441
11442 2002-04-11 [paul]       0.7.4claws77
11443
11444         * sync with 0.7.4cvs37
11445                 see ChangeLog entry 2002-04-11
11446
11447 2002-04-11 [paul]       0.7.4claws76
11448
11449         * COPYING 
11450                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11451                 the clause for OpenSSL). sync with sylpheed main
11452
11453 2002-04-09 [melvin]     0.7.4claws75
11454
11455         * src/compose.c
11456                 Made 'Ctrl-Enter' on send ignore some modifiers 
11457                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11458                 to bind other *-Enter (but not Alt-Enter).
11459
11460 2002-04-09 [paul]       0.7.4claws74
11461
11462         * sync with 0.7.4cvs35
11463                 see ChangeLog entries 2002-04-09
11464
11465 2002-04-08 [paul]       0.7.4claws73
11466
11467         * sync with 0.7.4cvs33
11468                 see ChangeLog entry 200-04-08
11469
11470 2002-04-07 [match]      0.7.4claws72
11471
11472         * src/addrharvest.[ch]
11473                 fixed to read all addresses in header, regardless
11474                 of header size. improved name parsing. accommodate
11475                 harvest from folders and selected message.
11476         * src/addritem.[ch]
11477                 included new address parsing function.
11478         * src/addrgather.[ch]
11479         * src/addressbook.[ch]
11480         * src/summaryview.[ch]
11481         * src/mainwindow.c
11482                 allow address harvest of folder as well as selected
11483                 messages.
11484
11485 2002-04-07 [paul]       0.7.4claws71
11486
11487         * src/esmtp.[ch]
11488           src/smtp.c
11489                 don't try to authenticate with CRAM-MD5 in SMTP when 
11490                 SMTP-AUTH enabled if MTA doesn't issue this 
11491                 auth-method in it's ehlo-response. bug item #531364,
11492                 patch item #938910. patch submitted by Colin Leroy 
11493                 <colin@colino.net>
11494
11495 2002-04-07 [paul]       0.7.4claws70
11496
11497         * src/nntp.c
11498                 fix missing MODE_READER bug. patch submitted by
11499                 Colin Leroy <colin@colino.net>
11500
11501 2002-04-07 [alfons]     0.7.4claws69
11502
11503         * src/matcher.[ch]
11504         * src/prefs_filtering.c
11505         * src/summaryview.c
11506                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11507                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11508
11509 2002-04-07 [paul]       0.7.4claws68
11510
11511         * sync with 0.7.4cvs32
11512                 see ChangeLog entry 2002-04-06
11513
11514         * tools/filter_conv.pl
11515                 more bug fixes
11516
11517 2002-04-06 [paul]       0.7.4claws67
11518
11519         * tools/filter_conv.pl
11520                 modify to be able to find the name of the first
11521                 mailbox and use that. main's filter does not
11522                 record the full path to the mailbox and therefore
11523                 can only filter to the first mailbox.
11524
11525 2002-04-05 [paul]       0.7.4claws66
11526
11527         * tools/filter_conv.pl
11528                 attempt to make the script all-encompassing and
11529                 be able to convert any main 'filter' rule thrown
11530                 at it
11531
11532 2002-04-05 [paul]       0.7.4claws65
11533
11534         * tools/filter_conv.pl
11535                 allow for collapsed folder trees
11536
11537 2002-04-05 [paul]       0.7.4claws64
11538
11539         * sync with 0.7.4cvs31
11540                 see ChangeLog entries 2002-04-05
11541
11542 2002-04-03 [paul]       0.7.4claws63
11543
11544         * sync with 0.7.4cvs29
11545                 see ChangeLog entries 2002-04-02 and 2002-04-03
11546
11547 2002-04-02 [paul]       0.7.4claws62
11548
11549         * sync with 0.7.4cvs26
11550                 see ChangeLog entry 2002-04-01
11551
11552 2002-04-02 [match]      0.7.4claws61
11553
11554         * src/pine.[ch]
11555         * src/importpine.[ch]
11556         * src/addressbook.c
11557                 import Pine address book.
11558
11559 2002-04-02 [match]      0.7.4claws60
11560
11561         * src/addrharvest.[ch]
11562                 improve address parsing of funky addresses.
11563
11564 2002-04-02 [darko]      0.7.4claws59
11565
11566         * src/compose.c
11567                 wrap on send improvements, it now recognizes quoted
11568                 initials as part of the quotation string, and it
11569                 does not join lines separated by CR
11570
11571 2002-04-01 [match]      0.7.4claws58
11572
11573         * src/mgutils.[ch]
11574                 added new functions.
11575         * src/mutt.[ch]
11576                 remove excessive duplicate address generation
11577                 on import.
11578
11579 2002-04-01 [alfons]     0.7.4claws57
11580         
11581         * src/summaryview.c
11582                 put back g_free() 
11583
11584 2002-04-01 [paul]       0.7.4claws56
11585
11586         * sync with 0.7.4cvs25
11587                 see ChangeLog entry 2002-04-01
11588
11589 2002-04-01 [alfons]     0.7.4aprilfool55
11590
11591         * src/summaryview.c
11592                 honour feature request item #537427 to allow for
11593                 displaying names from address book for sent mail also
11594
11595 2002-03-29 [paul]       0.7.4claws54
11596
11597         * src/mainwindow.c
11598           src/prefs_filtering.[ch]
11599           src/prefs_matcher.c
11600           src/summaryview.c
11601                 add 'fast filter' for claws' filtering,
11602                 /Tools/Create filter rule/... patch submitted
11603                 by Neill Miller <neillm@thecodefactory.org>
11604
11605 2002-03-29 [paul]       0.7.4claws53
11606
11607         * sync with 0.7.4cvs24
11608                 see ChangeLog entry 2002-03-29
11609
11610 2002-03-28 [paul]       0.7.4claws52
11611
11612         * sync with 0.7.4cvs23
11613                 see ChangeLog entry 2002-03-28
11614
11615 2002-03-27 [melvin]     0.7.4claws51
11616
11617         * src/prefs_actions.c
11618                 Added support to pass only one message part (as a
11619                 file) to the command using '%p'. No quotes are needed
11620                 because doubles quotes are automatically added.
11621                 Fixed bug where Sylpheed could block when waiting for
11622                 a child process to finish.
11623                 Changed the help menu to remove quotes around symbols to 
11624                 avoid misinterpretation (they must not be used).
11625
11626 2002-03-27 [melvin]     0.7.4claws50
11627
11628         * src/inc.c
11629                 Made the new mail notification command always 
11630                 execute asynchronously.
11631
11632 2002-03-27 [paul]       0.7.4claws49
11633
11634         * src/compose.c
11635                 fix bug introduced in last commit
11636
11637 2002-03-27 [paul]       0.7.4claws48
11638
11639         * sync with 0.7.4cvs21
11640                 see ChangeLog 2002-03-26 and 2002-03-27
11641
11642 2002-03-26 [hoa]        0.7.4claws47
11643
11644         * src/prefs_folder_item.c
11645                 really fixed the bug #516442 with folder rescan.
11646
11647 2002-03-26 [paul]       0.7.4claws46
11648
11649         * sync with 0.7.4cvs19
11650                 see ChangeLog entries 2002-03-25 and 2002-03-26
11651
11652 2002-03-25 [hoa]        0.7.4claws45
11653
11654         * src/matcher.c
11655         * src/mh.c
11656                 fix the bug #516442 with folder rescan.
11657
11658         * src/prefs_common.[ch]
11659         * src/compose.c
11660                 added an option to enable two different behaviours
11661                 for bounce.
11662
11663
11664 2002-03-25 [paul]       0.7.4claws44
11665
11666         * src/mainwindow.c
11667           src/selective_download.c
11668                 correct a few menuitem labels
11669
11670 2002-03-25 [christoph]  0.7.4claws43
11671
11672         * src/procmsg.c
11673                 fix non deleted tmp message in
11674                 procmsg_save_to_outbox
11675                 fix problems caused by sync with
11676                 main branch's procmsg_send_queue
11677
11678 2002-03-25 [paul]       0.7.4claws42
11679
11680         * src/quote_fmt.c
11681           src/quote_fmt_lex.l
11682           src/quote_fmt_parse.y
11683                 add Last name (%L) placeholder for quoting. 
11684                 patch submitted by Thorsten Thielen 
11685                 <thth@users.sourceforge.net>
11686
11687 2002-03-25 [paul]       0.7.4claws41
11688
11689         * src/utils.c
11690                 get full hostname. patch submitted by
11691                 Bob Woodside <rwoodside1@comcast.net>
11692
11693 2002-03-25 [paul]       0.7.4claws40
11694
11695         * src/account.c
11696           src/news.c
11697           src/nntp.[ch]
11698           src/prefs_account.[ch]
11699                 enable NNTP over SSL. patch submitted by
11700                 Pascal Jermini <pascal@infinity.hn.org>
11701
11702 2002-03-24 [paul]       0.7.4claws39
11703
11704         * src/prefs_common.c
11705                 make the arrangement of the Compose tab more
11706                 coherent
11707
11708         * src/mainwindow.c
11709                 fix some irregularities of style
11710
11711         * po/de.po
11712                 updated by Kilian Krause
11713
11714 2002-03-23 [paul]       0.7.4claws38
11715
11716         * po/pt_BR.po
11717                 updated by Fabio Junior Beneditto
11718
11719 2002-03-23 [paul]       0.7.4claws37
11720
11721         * src/mainwindow.c
11722                 move 'Gather addresses' to 'Tools' menu
11723                 make 'Selective download' sensitive
11724
11725 2002-03-23 [paul]       0.7.4claws36
11726
11727         * sync with 0.7.4cvs16
11728                 see ChangeLog entries 2002-03-23
11729
11730 2002-03-22 [christoph]  0.7.4claws35
11731
11732         * src/quote_fmt_parse.y
11733                 fix include program output
11734
11735 2002-03-22 [alfons]     0.7.4claws34
11736
11737         * src/pop.c
11738                 initialize GDate stack variable correctly (sorry!)
11739
11740 2002-03-22 [paul]       0.7.4claws33
11741
11742         * src/compose.c
11743           src/mainwindow.c
11744           src/prefs_actions.c
11745           src/prefs_common.c
11746                 rename 'Tool' to 'Tools'
11747
11748         * src/mainwindow.c
11749                 move 'Delete duplicated messages' from
11750                 'Message/' to 'Tools/'
11751                 re-arrange the order of 'Tools/' items
11752
11753 2002-03-22 [paul]       0.7.4claws32
11754
11755         * src/addr_compl.c
11756           src/addressbook.[ch]
11757                 auto-address completion now also matches on
11758                 Nickname. patch submitted by Bob Forsman 
11759                 <hammor@users.sourceforge.net>
11760
11761         * src/editaddress.c
11762                 correct a spelling mistake
11763
11764 2002-03-22 [alfons]     0.7.4claws31
11765
11766         * src/pop.c
11767                 fix getting uidl from incorrect string 
11768                 (spotted by Colin)
11769
11770 2002-03-21 [alfons]     0.7.4claws30
11771
11772         * src/pop.c
11773                 more code refactoring
11774                 plug mem leak introduced by delete on server
11775
11776 2002-03-21 [paul]       0.7.4claws29
11777
11778         * sync with 0.7.4cvs11
11779                 see ChangeLog entries 2002-03-20
11780
11781 2002-03-20 [alfons]     0.7.4claws28
11782
11783         * src/inc.c
11784                 apply Colin's patch and refactor
11785
11786 2002-03-20 [paul]       0.7.4claws27
11787
11788         * sync with sylpheed 0.7.4cvs9
11789                 see ChangeLog entry 2002-03-20
11790
11791 2002-03-19 [christoph]  0.7.4claws26
11792
11793         * src/mh.c
11794         * src/procmsg.[ch]
11795         * src/summaryview.c
11796                 revert changes for flag updates
11797                 (does not work correctly and no time to debug)
11798
11799 2002-03-20 [alfons]     0.7.4claws25
11800
11801         * src/pop.c
11802                 refactor should_delete() a little bit 
11803
11804 2002-03-19 [paul]       0.7.4claws24
11805
11806         * src/inc.[ch]
11807           src/pop.c
11808           src/prefs_account.[ch]
11809                 allow the user to leave downloaded mail on the 
11810                 server for n days. Patch submitted by Colin Leroy 
11811                 <colin@colino.net>
11812
11813 2002-02-19 [paul]       0.7.4claws23
11814
11815         * sync with sylpheed 0.7.4cvs8
11816                 see ChangeLog entries 2002-03-19
11817
11818 2002-03-18 [paul]       0.7.4claws22
11819
11820         * sync with sylpheed 0.7.4cvs6
11821                 see ChangeLog entry 2002-03-18
11822
11823 2002-03-18 [paul]       0.7.4claws21
11824
11825         * po/en_GB.po
11826                 add en_GB message catalogue
11827
11828         * src/mbox_folder.c
11829           src/prefs_account.c
11830           src/prefs_actions.c
11831                 correct a few spelling mistakes
11832
11833 2002-03-17 [alfons]     0.7.4claws20
11834
11835         * src/matcher.c
11836                 more stringent checks for NULL params when writing
11837                 filtering actions to a file
11838                 
11839 2002-03-17 [hoa]        0.7.3claws20
11840
11841         * src/news.c
11842                 fixed the count of new messages
11843
11844         * src/compose.c
11845                 fixed the "attachment properties" window
11846
11847 2002-03-17 [paul]       0.7.4claws19
11848
11849         * src/defs.h
11850           src/folder.h
11851           src/news.c
11852           src/prefs_account.[ch]
11853           src/procmsg.[ch]
11854           src/summaryview.c
11855                 automatically mark cross-posted messages as read 
11856                 and (optionally) give them a colour label
11857                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11858                 
11859
11860 2002-03-17 [paul]       0.7.4claws18
11861
11862         * sync with sylpheed 0.7.4cvs5
11863                 see ChangeLog entry 2002-03-17
11864
11865 2002-03-17 [melvin]     0.7.4claws17
11866         
11867         * src/textview.c
11868                 Worked around a gtktext 'bug': when searching for 
11869                 a text in a long message it was scrolling slowly
11870                 line by line until it hit the searched text.
11871         * po/fr.po
11872                 Updated French translation
11873
11874 2002-03-17 [melvin]     0.7.4claws16
11875
11876         * src/mainwindow.c
11877         * src/compose.c
11878         * src/prefs_actions.c
11879                 Moved "Edit/Actions" to "Tool/Actions"
11880                 Made mainwindow/compose window sensitive as soon as
11881                 no child process is running anymore even if the io dialog
11882                 is open.
11883                 Fixed a struct being initialized with a non constant char*
11884
11885 2002-03-16 [christoph]  0.7.4claws15
11886
11887         * configure.in
11888                 add --with-compiler-flags option
11889                 (only for developer hacking)
11890         * src/mh.c
11891         * src/procmsg.[ch]
11892         * src/summaryview.c
11893                 try to make folder-stats and flag handling more
11894                 independent from the summaryview. msgcounts
11895                 are only set when the folder is opened and
11896                 procmsg_msginfo_(un)set_flags will handle it
11897                 later and summaryview will get the values
11898                 from the folder.
11899
11900 2002-03-16 [paul]       0.7.4claws14
11901
11902         * src/messageview.c
11903                 fix Return-receipt. Patch submitted by Bob
11904                 Woodside <rwoodside1@comcast.net>
11905
11906 2002-03-16 [paul]       0.7.4claws13
11907
11908         * src/compose.c
11909                 fix 'dynamic' signatures, make it work again
11910                 broken during sync on 2002-03-14 (0.7.4claws2)
11911
11912 2002-03-15 [match]      0.7.4claws12
11913
11914         * src/addrharvest.[ch]
11915         * src/addrgather.[ch]
11916         * src/addressbook.[ch]
11917         * src/mainwindow.c
11918                 included address harvester feature. still some
11919                 issues with address parsing that I will fix.
11920
11921 2002-03-15 [match]      0.7.4claws11
11922
11923         * src/addrbook.[ch]
11924         * src/addrcache.[ch]
11925         * src/addressbook.[ch]
11926         * src/addrindex.c
11927         * src/editbook.c
11928         * src/importldif.c
11929         * src/importmutt.c
11930         * src/jpilot.[ch]
11931         * src/main.c
11932         * src/syldap.[ch]
11933         * src/vcard.[ch]
11934                 tidy up. fix memory leaks. moved attribs and methods
11935                 from individual interfaces to addrcache object. prep
11936                 for new stuff to come in.
11937
11938 2002-03-15 [alfons]     0.7.4claws10
11939
11940         * src/matcher.[ch]
11941         * src/matcher_parser_parse.y
11942         * src/matcher_parser_lex.l
11943         * src/prefs_matcher.c
11944                 add filtering conditions message greater than, smaller 
11945                 than, and exactly matching a size in bytes
11946                 (does not work with delete from POP3 server yet)
11947
11948                 this should also give others an idea what you should
11949                 do to add new criterions to claws filtering system
11950                 
11951
11952 2002-03-15 [paul]       0.7.4claws9
11953
11954         * tools/filter_conv.pl
11955                 exit if there are no filter rules to convert
11956                 rename filterrc to filterrc.old after completion
11957
11958 2002-03-15 [paul]       0.7.4claws8
11959
11960         * sync with sylpheed 0.7.4cvs3
11961                 see ChangeLog entry 2002-03-14
11962
11963 2002-03-14 [paul]       0.7.4claws7
11964
11965         * src/compose.c
11966                 clean up the last commit (ahem)
11967
11968 2002-03-14 [paul]       0.7.4claws6
11969
11970         * src/compose.c
11971                 fix bug #515655. honour account preferences
11972                 regarding gpg default signing/encryption when 
11973                 changing account from the compose window.
11974
11975 2002-03-14 [paul]       0.7.4claws5
11976
11977         * src/folderview.c
11978                 remove unnecessary curly brackets
11979
11980 2002-03-14 [paul]       0.7.4claws4
11981
11982         * src/folderview.c
11983           src/prefs_filtering.[ch]
11984                 add filter rename on folder rename and filter
11985                 delete on folder delete. Patch submitted by
11986                 Neill Miller <neillm@thecodefactory.org> 
11987
11988 2002-03-14 [christoph]  0.7.4claws3
11989
11990         * src/procmsg.c
11991         * src/send.c
11992                 fix local delivery
11993                 (patch submitted by "Simon 'corecode' Schubert")
11994         * src/prefs_common.c
11995         * src/procmsg.c
11996                 fix gcc 3.0 warning
11997
11998 2002-03-14 [paul]       0.7.4claws2
11999
12000         * sync with sylpheed 0.7.4cvs2
12001                 see ChangeLog entry 2002-03-13
12002
12003 2002-03-12 [darko]      0.7.4claws1
12004
12005         * src/mainwindow.c
12006                 fix what seems to be a copy and paste error
12007                 when setting color for important messages
12008                 (reported by wwp)
12009
12010 2002-03-11 [paul]       version 0.7.4claws released
12011
12012 2002-03-11 [paul]       0.7.4claws
12013
12014         * po/es.po
12015           po/it.po
12016           po/nl.po
12017           po/pt_BR.po
12018                 update message catalogs. Submitted by Ricardo Mones 
12019                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12020                 Fabio Junior Beneditto
12021
12022         * configure.in
12023           faq/Makefile.am
12024           faq/it/Makefile
12025           faq/it/sylpheed-faq*
12026           src/mainwindow.c
12027           src/manual.[ch]
12028                 add FAQ in Italian
12029         
12030
12031 2002-03-11 [jens]       0.7.3claws7
12032
12033         * po/de.po
12034                 updated German translation
12035
12036 2002-03-11 [melvin]     0.7.3claws6
12037
12038         * po/fr.po
12039                 updated and corrected French translation
12040
12041 2002-03-10 [hoa]        0.7.3claws5
12042
12043         * src/account.c
12044         * src/inc.c
12045         * src/prefs_account.c
12046         * src/procmsg.c
12047         * src/send.[ch]
12048                 fixed the local account.
12049                 you have to change the default "/usr/sbin/sendmail"
12050                 to "/usr/sbin/sendmail -t" in the preferences of
12051                 the local account.
12052
12053         * src/procmime.c
12054                 removed some debug display for renderer
12055
12056 2002-03-10 [paul]       0.7.3claws4
12057
12058         * faq/en/sylpheed-faq-1.html
12059           faq/en/sylpheed-faq-2.html
12060                 update
12061
12062 2002-03-09 [paul]       0.7.3claws3
12063
12064         * sync with sylpheed 0.7.4
12065                 see ChangeLog entry 2002-03-09
12066
12067 2002-03-08 [paul]       0.7.3claws2
12068
12069         * faq/en/sylpheed-faq*
12070           faq/es/sylpheed-faq*
12071           faq/fr/sylpheed-faq*
12072                 update the FAQs
12073
12074         * manual/fr/.cvsignore
12075           manual/fr/Makefilea.am
12076           manual/fr/sylpheed*
12077           src/mainwindow.c
12078           src/manual.[ch]
12079                 add the French manual
12080
12081 2002-03-07 [paul]       0.7.3claws1
12082
12083         * sync with sylpheed 0.7.3cvs4
12084                 see ChangeLog entries  2002-03-06 and 2002-03-07
12085         
12086         * po/nl.po
12087                 updated by Wilbert Berendsen
12088
12089 2002-03-07 [melvin]     0.7.2claws34
12090
12091         * src/selective_download.c
12092                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12093
12094 2002-03-06 [paul]       0.7.2claws33
12095
12096         * sync with sylpheed 0.7.3cvs1
12097                 bug fix, see ChangeLog entry 2002-03-05
12098
12099 2002-03-05 [paul]       0.7.2claws32
12100
12101         * src/mimeview.c
12102           src/pgptext.[ch]
12103           src/procmsg.c
12104                 reverse the pgp ascii-armored code implemented in 
12105                 0.7.2claws16. removal of this code until it matures.
12106                 this means that verifying ascii-armored pgp sigs and
12107                 automatic decryption of ascii-armored encrypted
12108                 messages no longer works.
12109
12110 2002-03-05 [paul]       0.7.2claws31
12111
12112         * configure.in
12113           Makefile.am
12114         * faq/Makefile.am
12115         * faq/en/Makefile.am
12116           faq/en/sylpheed-faq.html
12117           faq/en/sylpheed-faq-1.html
12118           faq/en/sylpheed-faq-2.html
12119           faq/en/sylpheed-faq-3.html
12120         * faq/es/Makefile.am
12121           faq/es/sylpheed-faq.html
12122           faq/es/sylpheed-faq-1.html
12123           faq/es/sylpheed-faq-2.html
12124           faq/es/sylpheed-faq-3.html
12125           faq/es/sylpheed-faq-4.html
12126         * faq/fr/Makefile.am
12127           faq/fr/sylpheed-faq.html
12128           faq/fr/sylpheed-faq-1.html
12129           faq/fr/sylpheed-faq-2.html
12130           faq/fr/sylpheed-faq-3.html
12131         * src/Makefile.am
12132           src/defs.h
12133           src/mainwindow.c
12134           src/manual.[ch]
12135                 add FAQs in English, Spanish and French
12136
12137
12138 2002-03-05 [paul]       0.7.2claws30
12139
12140         * manual/en/sylpheed.html
12141           manual/en/sylpheed-XX.html
12142                 updated the English manual
12143
12144 2002-03-05 [hoa]        
12145
12146         * src/summaryview.c
12147                 dialog box pops up if the article can't be deleted.
12148
12149 2002-03-04 [paul]       
12150         
12151         * po/pt_BR.po
12152                 updated by Fabio Junior Benedito
12153
12154 2002-03-04 [hoa]
12155
12156         * removed ac/gpgme.m4
12157                 to avoid autogen common problem
12158                 developers have to install gpgme development package now
12159
12160         * src/compose.c
12161                 encoding to 7bit or 8bit is enabled.
12162
12163 2002-03-03 [alfons]     0.7.2claws29
12164
12165         * src/pop.c
12166                 merge fix by Oliver Haertel for selective
12167                 download buglet
12168
12169 2002-03-03 [paul]       0.7.2claws28
12170         
12171         * sync with sylpheed 0.7.3
12172
12173 2002-03-03 [paul]       0.7.2claws27
12174
12175         * sync with sylpheed 0.7.2cvs24
12176                 see ChangeLog entries 2002-03-02 and 2002-03-03
12177
12178 2002-03-02 [melvin]     0.7.2claws26
12179
12180         * src/inc.[ch]
12181         * src/main.c
12182         * src/mainwindow.c
12183         * src/prefs_common.[ch]
12184                 Added user definable notification on new mail arrival.
12185                 Removed unused variables in spell checker prefs code.
12186
12187 2002-03-02 [melvin]     0.7.2claws25
12188
12189         * src/quote_fmt.c
12190                 Removed unnecessary escape sequences.
12191                 Changed 'Initial...' to 'Initials of Sender'
12192
12193 2002-03-02 [paul]       0.7.2claws24
12194
12195         * sync with sylpheed 0.7.2cvs22
12196                 see ChangeLog entry 2002-03-01
12197
12198 2002-03-01 [hoa]        0.7.2claws23
12199
12200         * src/mainwindow.c
12201                 Set sensitivity of delete actions to active
12202                 even if the folder is a newsgroup.
12203
12204         * src/summaryview.c
12205                 - Set sensitivity of delete actions
12206                 - Added function check_permission() that will check if the
12207                   user is authorized to delete a message. For news, it
12208                   will check if the author is the same.
12209                 - Enabled deletion when there is no trash folder.
12210
12211         * src/news.[ch]
12212                 - Added news_cancel_article() to cancel articles
12213                 - Implemented news_remove_message() (public function)
12214
12215 2002-03-01 [paul]       0.7.2claws22
12216
12217         * src/gtkutils.c
12218           src/textview.c
12219                 recognise urls that that don't include 'http://' and
12220                 simply begin 'www.' 
12221
12222         * AUTHORS
12223                 remove duplicated name
12224
12225 2002-02-28 [paul]       0.7.2claws21
12226
12227         * src/mainwindow.c
12228           src/summaryview.[ch]
12229                 add ability to 'Select thread'
12230                 combines Melvin's "Select thread's head" patch (#510907)
12231                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12232                 patch (#518514) 
12233
12234 2002-02-28 [paul]       0.7.2claws20
12235
12236         * src/mimeview.c
12237                 hopefully fix segfault on right-clicking a mime part
12238                 that some people have experienced.      
12239                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12240
12241 2002-02-28 [paul]       0.7.2claws19
12242
12243         * sync with sylpheed 0.7.2cvs21
12244                 see ChangeLog entries 2002-02-27 and 2002-02-28
12245
12246 2002-02-27 [paul]       0.7.2claws18
12247
12248         * sync with sylpheed 0.7.2cvs18
12249                 see ChangeLog entries 2002-02-26 and 2002-02-27
12250
12251 2002-02-26 [alfons]     0.7.2claws17
12252
12253         * src/procheader.c
12254                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12255                 (spotted by Chris Hessman <idatech@gmx.net>)
12256
12257 2002-02-26 [paul]       0.7.2claws16
12258
12259         * src/mimeview.c
12260           src/pgptext.[ch]
12261           src/procmsg.c
12262                 make decryption of ascii-armored pgp encrypted messages
12263                 and verification of ascii-armored signatures work again.
12264                 slightly altered from the patch by Jens Jahnke 
12265                 <jan0sch@gmx.net>
12266
12267                 ##FIX ME##
12268                 * the checking of plaintext signatures always comes up in 
12269                   a popup box
12270                 * it doesn't work for multipart messages 
12271                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12272                   including the msg headers and these 2 line themselves, are 
12273                   not displayed
12274
12275         * src/mainwindow.c
12276                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12277                 "View/Message View" becomes "View/Separate Message View"
12278                 because its less ambiguous.
12279
12280         * po/es.po
12281                 updated by Ricardo Mones Lastra
12282
12283 2002-02-26 [paul]       0.7.2claws15
12284
12285         * sync with sylpheed 0.7.2cvs17
12286                 see ChangeLog entries 2002-02-25 and 2002-02-26
12287
12288 2002-02-25 [christoph]  0.7.2claws14
12289
12290         * src/filtering.[ch]
12291         * src/inc.c
12292                 do filtering stuff after all messages have been received
12293                   1. drop all messages to .processing
12294                   2. scan processing folder for messages
12295                   3. filter messages or move to inbox
12296                 this will also find old messages left in processing after
12297                 a crash or something like that and we get a real msginfo
12298                 from folder->get_msg_list and do not have to create our
12299                 own in filter_message
12300         * src/matcher_parser_parse.y
12301                 remove MIX/MAX warning (reordered includes)
12302
12303 2002-02-25 [paul]       0.7.2claws13
12304
12305         * sync with sylpheed 0.7.2cvs15
12306                 see ChangeLog entry 2002-02-24
12307
12308 2002-02-24 [alfons]     0.7.2claws12
12309
12310         * src/filtering.c
12311                 clear old color flags first when applying a new color to
12312                 a message info. 
12313                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12314
12315 2002-02-24 [alfons]     0.7.2.claws11
12316         
12317         * AUTHORS
12318         * src/prefs_common.c
12319                 add presets for Opera and Konqueror, closes patch #517261,
12320                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12321
12322 2002-02-24 [alfons]     0.7.2.claws10
12323
12324         * AUTHORS
12325         * src/summaryview.c
12326                 fix threading for null message ids, closes patch #521601,
12327                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12328
12329 2002-02-24 [alfons]     0.7.2claws9
12330
12331         * src/summaryview.c
12332         * src/filtering.c
12333                 make Tool | Filter Message work with filtering system so
12334                 setting flags also works
12335
12336                 TODO:
12337
12338                 - Processing uses the same function as Tool | Filter
12339                   Message, but doesn't use the same update proc yet
12340
12341 2002-02-23 [paul]       0.7.2claws8
12342
12343         * sync with sylpheed 0.7.2cvs14
12344                 see ChangeLog entries 2002-02-22 and 2002-02-23
12345
12346 2002-02-22 [christoph]  0.7.2claws7
12347
12348         * src/quote_fmt.c
12349                 Add column space to table
12350         * src/quote_fmt_parse.y
12351                 Close files
12352
12353 2002-02-22 [paul]       0.7.2claws6
12354
12355         * src/Makefile.am
12356           src/defs.h
12357           src/filtering.c
12358           src/inc.[ch]
12359           src/mainwindow.c
12360           src/matcher.[ch]
12361           src/matcher_parser_lex.l
12362           src/matcher_parser_parse.y
12363           src/pop.[ch]
12364           src/prefs_account.h
12365           src/prefs_filtering.c
12366           src/selective_download.[ch]   *** NEW FILES ***
12367           src/utils.[ch]
12368           po/POTFILES.in
12369                 Selective Download added to 'Tool' menu. 
12370                 Retrieves email headers of the currently selected pop3 
12371                 account and allows the user to mark emails for deletion 
12372                 right on the pop3 server. Patch submitted by Oliver Haertel 
12373                 <oha@users.sourceforge.net>.
12374         
12375         * po/POTFILES.in
12376                 add 'src/quote_fmt.c'           
12377
12378 2002-02-22 [christoph]  0.7.2claws5
12379
12380         * src/Makefile.am
12381                 added quote_fmt.c
12382         * src/prefs_common.[ch]
12383         * src/prefs_template.c
12384         * src/quote_fmt.c               *** NEW FILE ***
12385         * src/quote_fmt.h
12386                 move quote format symbol description code
12387                 to it's own file because it is used from
12388                 differnent code parts
12389                 Rewrote symbol description GUI
12390                   + use table
12391                   + add separators
12392                   + get data from array (no more long constant strings)
12393         * src/quote_fmt_lex.l
12394         * src/quote_fmt_parse.y
12395                 Symbol for Literal % changed to \% instead of %%
12396                 (More logical as \ is used for quoting for other symbols)
12397                 Add |f and |p to include files and program output
12398                 Examples:
12399                     |f{/home/.../.signature}
12400                     |p{date}
12401         * po/de.po
12402                 Correct wrong spelling for "Referenzen"
12403
12404 2002-02-21 [paul]       0.7.2claws4
12405
12406         * src/procmsg.c
12407                 forgotten during sync
12408
12409 2002-02-21 [paul]       0.7.2claws3
12410
12411         * sync with sylpheed 0.7.2cvs11
12412                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12413                 2002-02-20 and 2002-02-21
12414
12415 2002-02-20 [melvin]     0.7.2claws2
12416
12417         * src/prefs_actions.c
12418                 Added error report when child cannot fork or when execvp 
12419                 returns with an error.
12420
12421 2002-02-19 [christoph]  0.7.2claws1
12422
12423         * src/codeconv.c
12424                 return unconverted text if conde conversion is not possible
12425                 when libjconv is used.
12426                 (patch submitted by "Simon 'corecode' Schubert")
12427
12428 2002-02-19 [paul]       
12429
12430         * version 0.7.2claws release
12431
12432 2002-02-19 [paul]       0.7.2claws
12433
12434         * po/nl.po
12435                 updated by Wilbert Berendsen
12436
12437
12438 2002-02-18 [alfons]     0.7.1claws13
12439
12440         * src/syldap.c
12441         * src/jpilot.c
12442                 remove references to dlfcn and explicitly loading functions
12443                 from dynalink libs, because libs linked anyway, and functions
12444                 are loaded explicitly
12445
12446 2002-02-17 [melvin]     0.7.1claws12
12447
12448         * src/prefs_actions.c
12449                 Replaced children wait loop with double fork technique.
12450                 Now, input/output window updated at each new output.
12451                 free_children(): Fixed a memory leak.
12452                 Made input/output window non closable if running children
12453                 still exist.
12454                 Added missing <unistd.h> include.
12455                 Added some --debug outputs.
12456
12457 2002-02-17 [melvin]     0.7.1claws11
12458
12459         * src/summaryview.c
12460                 Fixed bug where descending sort order did not select top
12461                 message.
12462
12463 2002-02-17 [melvin]     0.7.1claws10
12464
12465         * acconfig.h
12466                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12467         * src/prefs_common.c
12468                 Pspell data package directory no more hard coded but
12469                 set during configuration (PSPELL_PATH). (Thanks to 
12470                                 Gustavo Noronha Silva.)
12471
12472 2002-02-17 [melvin]     0.7.1claws9
12473
12474         * configure.in
12475                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12476         * src/gtkspell.c
12477                 Fixed compile-time warnings.
12478
12479 2002-02-16 [alfons]     0.7.1claws8
12480
12481         * src/filesel.c
12482                 fix inadvertent free of NULL pointer which caused
12483                 sylpheed to crash when closing the save-as dialog
12484                 using the window close button
12485
12486 2002-02-16 [carsten]    0.7.1claws7
12487         * src/mainwindow.[ch]
12488           src/summaryview.c
12489           src/prefs_common.c
12490                 fixes for pixmap theming code:
12491                         - recently changed mail attributes shouldn't get
12492                           lost any longer
12493                         - theme is only reloaded iff another theme was
12494                           selected
12495
12496 2002-02-16 [paul]       0.7.1claws6
12497
12498         * sync with sylpheed 0.7.2 release
12499                 see ChangeLog entry 2002-02-15 and 2002-02-16
12500
12501 2002-02-15 [paul]       0.7.1claws5
12502
12503         * sync with sylpheed 0.7.1cvs9
12504                 see ChangeLog entry 2002-02-15
12505
12506         * po/POTFILES.in
12507                 remove unneeded headerwindow.c entry
12508
12509 2002-02-14 [carsten]    0.7.1claws4
12510         * src/summaryview.c
12511                 fixed a bug for "Go to next unread message": there was
12512                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12513                 in the prefs, because of doing "Search again" instead
12514                 "No"
12515
12516 2002-02-14 [carsten]    0.7.1claws3
12517         * src/stock_pixmap.c
12518                 removed 2 more mem leaks; following memprof,
12519                 this code is "leak free" now :)
12520
12521 2002-02-14 [carsten]    0.7.1claws2
12522         * src/stock_pixmap.c
12523                 used opendir/readdir/closedir instead of scandir
12524                 -> code should work now on Solaris
12525
12526 2002-02-14 [paul]       0.7.1claws1
12527
12528         * sync with sylpheed 0.7.1cvs8
12529                 see ChangeLog entries 2002-02-13 and 2002-02-14
12530
12531         * README.claws
12532                 add some description of Actions and Pixmap Themes
12533
12534 2002-02-13 [paul]       
12535
12536         * version 0.7.1claws release
12537
12538 2002-02-13 [paul]       0.7.1claws
12539
12540         * po/es.po
12541           po/it.po
12542           po/pt_BR.po
12543                 updated translations, submitted by Ricardo Mones Lastra,
12544                 Alessandro Maestri and Fabio Junior Beneditto
12545
12546 2002-02-13 [melvin]     0.7.0claws75
12547
12548         * src/prefs_actions.c
12549                 Added missing "signal.h" include
12550
12551 2002-02-13 [melvin]     0.7.0claws74
12552
12553         * src/prefs_folder_item.c
12554                 Added missing "config.h" include
12555         * po/fr.po
12556                 Updated French translation for folder propriety.
12557
12558 2002-02-13 [jens]       0.7.0claws73
12559
12560         * po/POTFILES.in
12561                 Added missing src/prefs_folder_item.c [log added by melvin]
12562         * po/de.po
12563                 Updated German translation.
12564
12565 2002-02-13 [melvin]     0.7.0claws72
12566
12567         * po/fr.po
12568                 Updated French translation.
12569
12570 2002-02-13 [melvin]     0.7.0claws71
12571
12572         * src/gtkutils.c
12573                 Made gtkut_editable_get_selection return NULL if selection
12574                 is of length zero.
12575                 This fixes a bug where selecting part of message A then
12576                 switching to message B and replying to it will not
12577                 quote the message's body.
12578
12579 2002-02-12 [paul]       0.7.0claws70
12580
12581         * src/mainwindow.c
12582                 cosmetic, relating to pixmap themes: on toolbar make 
12583                 updating of 'Exec' and 'Compose news/Compose email'
12584                 icons faster.
12585
12586 2002-02-12 [carsten]    0.7.0claws69
12587         * src/folderview.c
12588           src/mainwindow.[ch]
12589           src/stock_pixmap.c
12590           src/summaryview.c
12591           src/prefs_common.c
12592                 - refreshing after changing pixmap theme better
12593                   now (thanks Paul)
12594                 - wanted to remove some mem leaks, but alfons was
12595                   faster (and had the better solution ;)
12596
12597 2002-02-12 [alfons]     0.7.0claws68
12598
12599         * src/prefs_common.c
12600         * src/stock_pixmap.[ch]
12601                 plug mem leaks, refactor code a little bit
12602
12603
12604 2002-02-12 [sergey]     0.7.0claws67
12605
12606         * src/imap.c
12607                 Fixed problem with copying messages to IMAP folders when the
12608                 server uses something other than '/' as a namespace separator
12609                 (cyrus-imapd uses '.').
12610
12611 2002-02-12 [jens]       0.7.0claws66
12612
12613         * po/de.po
12614                 Updated German Translation
12615
12616 2002-02-12 [paul]       0.7.0claws65
12617
12618         * sync with sylpheed 0.7.1cvs1
12619                 see ChangeLog entry 2002-02-12
12620
12621 2002-02-12 [melvin]     0.7.0claws64
12622
12623         * src/prefs_actions.c
12624                 Fixed "feature" where children's output was duplicated 
12625                 instead of refreshed while monitoring.
12626                 Removed some debug code.
12627
12628 2002-02-12 [christoph]  0.7.0claws63
12629
12630         * src/compose.c
12631                 always delete message from queue after sending/send error
12632                 (closes bug #509601)
12633
12634 2002-02-12 [melvin]     0.7.0claws62
12635
12636         * src/prefs_actions.c
12637                 Children wait loop is now triggered with a timeout of 1s
12638                 Added %F which is replaced with the list of filenames 
12639                 of all selected messages (as suggested by Ricardo Mones Lestra)
12640                 Pipe syntax changed. Prefix with | to send selection, postfix
12641                 with | to retrieve output. Prefix with > or * to send
12642                 user definable input to the command (*: input is hidden)
12643                 Old pipe action should now be postfixed with |, too.
12644
12645 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12646         * src/stock_pixmap.c
12647                 fixed a bug: if there's no theme directory don't
12648                 throw an error, just do "nothing" (thanks Alfons)
12649
12650 2002-02-12 [carsten]    0.7.0claws60
12651         * src/folderview.c
12652           src/summaryview.c
12653                 had to write the cache twice (nasty!); some marks would 
12654                 get lost if not
12655
12656 2002-02-11 [carsten]    0.7.0claws59
12657         * acconfig.h
12658           configure.in
12659           doc-src/maintainer_guide.txt
12660           src/compose.[ch]
12661           src/defs.h
12662           src/folderview.[ch]
12663           src/gtkutils.[ch]
12664           src/mainwindow.[ch]
12665           src/prefs_common.[ch]
12666           src/stock_pixmap.[ch]
12667           src/summaryview.[ch]
12668                 pixmap theming and related work on pixmap
12669                 handling on some other places
12670                 (e.g. hrm features for all folder)
12671           src/pixmap/stock_*.xpm -> the stock_ was removed
12672         
12673 2002-02-11 [paul]       0.7.0claws58
12674
12675         * sync with sylpheed 0.7.1 release
12676                 see ChangeLog entries 2002-02-11
12677
12678 2002-02-08 [paul]       0.7.0claws57
12679
12680         * sync with sylpheed 0.7.0cvs39
12681                 see ChangeLog entry 2002-02-07 (last entry) 
12682
12683         * src/prefs_actions.c
12684           src/prefs_filtering.c
12685           src/prefs_matcher.c
12686           src/prefs_scoring.c
12687                 sync: made it compile with C compilers other than gcc
12688
12689 2002-02-07 [paul]       0.7.0claws56
12690
12691         * sync with sylpheed 0.7.0cvs38
12692                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12693                 2002-02-07
12694
12695 2002-02-07 [darko]      0.7.0claws55
12696
12697         * src/gtkutils.[ch]
12698         * src/summaryview.c
12699                 Fix const gchar */gchar * issue (thanks Hiro)
12700
12701 2002-02-07 [darko]      0.7.0claws54
12702
12703         * src/compose.[ch]
12704         * src/filtering.c
12705         * src/gtkutils.[ch]
12706         * src/prefs_template.c
12707         * src/quote_fmt.h
12708         * src/quote_fmt_parse.y
12709         * src/summaryview.c
12710         * src/utils.[ch]
12711                 When replying or forwarding an email don't quote the entire
12712                 mail body but use the part of the message text that is selected
12713
12714 2002-02-06 [melvin]     0.7.0claws53
12715
12716         * src/prefs_common.[ch]
12717         * src/gtkspell.[ch]
12718         * src/compose.c
12719                 Made possible to switch quickly to last used dictionary
12720                 which makes checking bilingual documents easier.
12721
12722 2002-02-06 [melvin]     0.7.0claws52
12723         
12724         * po/POTFILES.in
12725                 Added forgotten new file src/prefs_actions.c
12726
12727 2002-02-06 [melvin]     0.7.0claws51
12728
12729         * src/prefs_actions.c   ** NEW FILE **
12730         * src/prefs_actions.h   ** NEW FILE **
12731                 Added actions to execute on message text view, or on the
12732                         message's file.
12733         * src/Makefile.am
12734                 Added src/prefs_actions.[ch]
12735         * src/compose.c
12736                 Added new menu "Edit/Actions"
12737         * src/defs.h
12738                 Added new actionsrc file.
12739         * src/main.c
12740                 Added actionsrc reading.
12741         * src/mainwindow.c
12742                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12743         * src/prefs_common.h
12744                 Added new element actionslst element to prefs_common.
12745
12746 2002-02-06 [paul]       0.7.0claws50
12747
12748         * sync with sylpheed 0.7.0cvs36
12749                 see ChangeLog entry 2002-02-06
12750
12751 2002-02-05 [paul]
12752
12753         * po/es.po
12754                 updated by Ricardo Mones Lastra
12755
12756 2002-02-05 [paul]       0.7.0claws49
12757
12758         * sync with sylpheed 0.7.0cvs33
12759                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12760
12761 2002-02-05 [paul]       0.7.0claws48
12762
12763         * src/compose.c
12764                 re-add 'Edit/Advanced/Delete entire line', previously named
12765                 'Delete Line+'
12766
12767 2002-02-04 [paul]       0.7.0claws47
12768
12769         * src/compose.c
12770           src/summaryview.c
12771                 fix bug #494993 (Reply All not taking Reply-To into consi)
12772                 eliminate differences in behaviour of right-click 'Reply to all' 
12773                 in summary view and 'Reply to all' on the toolbar. 
12774                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12775                 view and From gets ignored by 'Reply to all' on toolbar.
12776                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12777                 From when no Reply-To header is present.
12778
12779 2002-02-04 [paul]       0.7.0claws46
12780
12781         * sync with sylpheed 0.7.0cvs30
12782                 see ChangeLog entries 2002-02-03 and 2002-02-04
12783
12784 2002-02-03 [melvin]     0.7.0claws45
12785
12786         * src/gtkspell.[ch]
12787                 Readded function to highlight all misspelled words.
12788                 Fixed bug where user-provided-words did not replace
12789                         correctly the misspelled word when using the mouse.
12790                 Fixed bug where checking a region selected from right to left did
12791                         not check the region at all.
12792                 Fixed bug where 'Check backwards' may not check at all. 
12793                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12794                 Fixed possible buffer overflow when checking for long strings (>1k).
12795                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12796                 Accelerators code uses now gtk_widget_add_accel.
12797                 Removed and disabled obsolete and unfinished code.
12798                 Cleaning up.
12799
12800         * src/compose.c
12801                 Added menu item to Highlight all misspelled words.
12802
12803 2002-02-01 [paul]       0.7.0claws44
12804
12805         * src/mainwindow.c
12806                 fix '/View/Hide read messages' sensitivity when all
12807                 messages in a folder are hidden
12808
12809 2002-02-01 [paul]       0.7.0claws43
12810
12811         * src/main.c
12812                 add --send option to command line interface, sends all
12813                 queued mail. Patch submitted by Ricardo Mones Lastra.
12814
12815 2002-01-31 [paul]       0.7.0claws42
12816
12817         * src/mainwindow.c
12818                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12819
12820 2002-01-31 [paul]       0.7.0claws41
12821
12822         * sync with sylpheed 0.7.0cvs27
12823                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12824                 and 2002-01-31
12825
12826         * src/textview.c
12827                 comment out elements of textview_show_part() as temporary
12828                 workaround for attachment 'Display as text' bug 
12829
12830         * po/pt_BR.po
12831                 updated by Fabio Junior Beneditto
12832
12833 2002-01-30 [paul]       0.7.0claws40
12834
12835         * sync with sylpheed 0.7.0cvs24
12836                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12837                 and 2002-01-30
12838
12839         * src/compose.c
12840                 add {N_("/_Spelling"), ... "<Branch>"} to 
12841                 GtkItemFactoryEntry compose_entries[]
12842
12843         * src/prefs_common.c
12844                 add claws menu items to prefs_keybind_apply_clicked()
12845                 and remove non-claws menu items
12846
12847 2002-01-29 [paul]       0.7.0claws39
12848
12849         * sync with sylpheed 0.7.0cvs22
12850                 see ChangeLog entries 2002-01-28 and 2002-01-29
12851
12852 2002-01-28 [melvin]     0.7.0claws38
12853
12854         * src/compose.c
12855                 Added the declartion of compose_send_control_enter.
12856
12857         * src/compose.c
12858         * src/gtkspell.[ch]
12859                 Added in a 'Spelling' menu which includes the configuration menu. 
12860                 Added a real 'Check all' and got rid from the old one which only
12861                 highlited misspelled word.
12862                 Made 'Check while typing' a disableable option.
12863                 Added a dialog when there are no more misspelled word.
12864                 Added a dialog if error occurs when switching to a dictionary.
12865         
12866         * src/prefs_common.[ch]
12867                 Added option for the default 'Check while typing' option.
12868
12869
12870 2002-01-28 [alfons]     0.7.0claws37
12871
12872         * src/compose.c
12873                 fix buglet and make code comply with sylpheed code style
12874
12875 2002-01-28 [paul]       0.7.0claws36
12876
12877         * sync with sylpheed 0.7.0cvs19
12878                 see ChangeLog entries for 2002-01-28
12879
12880 2002-01-28 [hoa]        0.7.0claws35
12881
12882         * src/defs.h
12883                 added rendererrc
12884
12885         * src/main.c
12886                 read the renderer config
12887
12888         * src/procmime.[ch]
12889                 use the renderer config to convert mime attachments
12890
12891         * src/textview.c
12892                 don't use textview_show_html/ertf,
12893                 use get_text_content instead
12894
12895 2002-01-27 [alfons]     0.7.0claws34
12896         
12897         * src/news.c
12898                 make sylpheed believe it can delete a news message...
12899                 (messages are NOT deleted, maybe we should remove
12900                 processing from the folder properties after all.)
12901
12902 2002-01-27 [alfons]     0.7.0claws33
12903
12904         * src/folder.c
12905                 add extra checks
12906         * src/news.c
12907                 implement remove_msg() 
12908
12909 2002-01-27 [alfons]     0.7.0claws32
12910
12911         * src/procmsg.h
12912         * src/procheader.c
12913         * src/messageview.c
12914                 fix return receipt / disposition notification again. this
12915                 stuff seems to break on _every_ major summary UI change, so
12916                 it's now implemented using a flag which is saved in the
12917                 marks cache
12918                 
12919 2002-01-26 [alfons]     0.7.0claws31
12920
12921         * src/import.c
12922                 let import dialog show the destination folder identifier
12923
12924 2002-01-26 [melvin]     0.7.0claws30
12925
12926         * src/folderview.c
12927         * src/summaryview.c
12928                 Readded 'Mark all read' into summary view popup menu
12929                 Added 'Mark all read' in folder view popup menu for IMAP
12930                 and NNTP.
12931                 Made it insensitive if the selected folder is not the shown
12932                 one to avoid 'Mark all read' on the wrong folder.
12933                 
12934 2002-01-26 [paul]       0.7.0claws29
12935
12936         * src/folderview.c
12937           src/summaryview.c
12938                 move 'Mark all read' from summary view to folder view
12939                 menu. (adapted from) patch submitted by Jeremy Andrews,
12940                 <lists@kerneltrap.com>
12941
12942 2002-01-25 [alfons]     0.7.0claws28
12943
12944         * src/gtkstext.c
12945                 put the gtk class name back so GtkSText adapts the 
12946                 settings of GtkText
12947
12948 2002-01-25 [alfons]     0.7.0claws27
12949
12950         * src/folderview.c 
12951                 assimilate Ricardo's patch that shows pixmaps instead of
12952                 plain "new" and "unread" texts in the folder view column
12953                 headers 
12954
12955 2002-01-25 [paul]       0.7.0claws26
12956
12957         * src/Makefile.am
12958                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12959                 be found in non-standard locations. 
12960                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12961
12962 2002-01-25 [paul]       0.7.0claws25
12963
12964         * sync with sylpheed 0.7.0cvs16
12965                 see ChangeLog entry 2002-01-25
12966
12967 2002-01-24 [paul]       0.7.0claws24
12968
12969         * more sync with sylpheed 0.7.0cvs15
12970                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12971
12972 2002-01-23 [sergey]     0.7.0claws23
12973
12974         * src/importldif.c
12975                 Fixed segfault when closing LDIF import wizard with
12976                 the window manager.
12977         * src/imageview.c
12978         * src/imageview.h
12979         * src/messageview.c
12980         * src/mimeview.c
12981                 Fixed wrong scrolling position after switching between
12982                 text and image parts.
12983
12984 2002-01-23 [paul]       0.7.0claws22
12985
12986         * sync with sylpheed 0.7.0cvs15
12987                 see ChangeLog entries 2002-01-22 and 2002-01-23
12988
12989 2002-01-21 [melvin]     0.7.0claws21
12990
12991         * src/prefs_scoring.c
12992         * src/prefs_filtering.c
12993                 Fixed bug where scoring and filtering windows stopped
12994                 autochecking.
12995
12996 2002-01-21 [paul]       0.7.0claws20
12997
12998         * sync with sylpheed 0.7.0cvs12
12999                 see ChangeLog entries 2002-01-20 and 2002-01-21
13000
13001 2002-01-21 [carsten]    0.7.0claws19
13002         * src/mainwindow.c
13003         * src/menu.[ch]
13004         * src/messageview.[ch]
13005         * src/summaryview.[ch]
13006                 changes to shortcuts handling again:
13007                         + "Q" now controled by mainwin
13008                         + v/V are now customizable and have slightly
13009                           different meanings
13010                 the "button" to minimize the messageview (and maximize
13011                 the summary view) is a real button now
13012         * src/compose.c
13013                 "Delete Line+" added to Edit/Advanced (this will also
13014                 delete the '\n')
13015
13016 2002-01-20 [melvin] 0.7.0claws18
13017
13018         * src/addressbook.c
13019                 Made "Bcc" sensitive when addressbook is called from
13020                 compose window (it was a Claws only bug).
13021
13022 2002-01-19 [alfons] 0.7.0claws17
13023
13024         * src/inc.c
13025                 prevent unnecessary updates when currently selected folder has
13026                 no new messages 
13027
13028 2002-01-19 [alfons] 0.7.0claws16
13029         
13030         * src/summaryview.c
13031                 prevent writing the cache based on current message list in summary 
13032                 view when filtering also put messages in currently selected folder
13033
13034 2002-01-19 [paul]
13035
13036         * po/it.po
13037                 Italian translation submitted by Alessandro Maestri
13038                 <a.maestri@cs.tin.it>
13039
13040 2002-01-18 [melvin]     0.7.0claws15
13041
13042         * src/prefs_filters.c
13043                 fixed bug where 'cancel' from 'filters' window stops autochecking
13044                 if the timer timed out  when the window was open.
13045
13046 2002-01-18 [match]      0.7.0claws14
13047
13048         * src/addrclip.[ch]     ** NEW FILE **
13049         * src/addrselect.[ch]   ** NEW FILE **
13050         * src/adbookbase.h      ** NEW FILE **
13051                 addressbook cut, copy and paste
13052         * src/addrbook.[ch]
13053         * src/addrcache.[ch]
13054         * src/addressitem.h
13055         * src/addrindex.[ch]
13056         * src/addritem.[ch]
13057         * src/importldif.c
13058         * src/importmutt.c
13059         * src/jpilot.[ch]
13060         * src/syldap.[ch]
13061         * src/vcard.[ch]
13062         * src/jpilot.[ch]
13063         * src/editbook.c
13064         * src/editjpilot.c
13065         * src/editldap.c
13066         * src/editvcard.c
13067                 support for copy/paste
13068         * src/addressbook.c
13069                 support for copy/paste
13070                 tidy up menu option processing
13071                 correct address list function arguments
13072         * src/editaddress.c
13073                 sort user attributes
13074         * src/ldif.h
13075         * src/mutt.h
13076                 tidy up
13077
13078         * src/addrbook.[ch]
13079         * src/addrbook.[ch]
13080         * src/addrbook.[ch]
13081                 
13082
13083 2002-01-18 [paul]       0.7.0claws13
13084
13085         * sync with sylpheed 0.7.0cvs8
13086                 configure.in: support Mac OS X (Darwin)
13087
13088 2002-01-18 [carsten]    0.7.0claws12
13089         * src/html.c
13090                 small hack to fix a segfault with an empty href
13091                 (reported by Alexandra Walford <deeni@altern.org>)
13092         * src/mainwindow.c
13093         * src/summaryview.c
13094                 the shortcuts for Mark und Mark as unread are hardcoded
13095                 again
13096         * src/compose.c
13097         * src/gtkstext.[ch]
13098                 readded the shortcuts in gtkstext but made them
13099                 customizeable (simply by adding a menu plus a wrapper
13100                 to compose.c)
13101
13102 2002-01-17 [melvin]     0.7.0claws11
13103
13104         * src/gtkspell.c
13105                 fix default dictionary not being saved.
13106
13107 2002-01-16 [darko]      0.7.0claws10
13108
13109         * src/compose.c
13110                 fix wrapping crash with URL longer than wrapping margin
13111
13112 2002-12-08 [hoa]        0.7.0claws10
13113
13114         * src/matcher_parser_parse.y
13115                 fixed some bugs
13116
13117         * src/prefs_filtering.c
13118                 now, we can use bounce action in the dialog box.
13119
13120 2002-01-16 [carsten]    0.7.0claws9
13121         * src/gtkstext.c
13122                 removed the <control> and <alt> shortcuts because they're
13123                 not needed and interefered with the "normal" shortcuts
13124         * src/mainwindow.c
13125         * src/summaryview.c
13126                 removed most of the hardcoded shortcuts and assigned
13127                 them to menu entries making them easy customizable by
13128                 that
13129
13130 2002-01-16 |melvin]     0.7.0claws8
13131
13132         * src/gtkspell.c
13133                 fixed bug where using the mouse and when the compose
13134                 window is not on top may result in a crash.
13135
13136 2002-01-16 [melvin]     0.7.0claws7
13137
13138         * src/compose.c
13139                 fixed a long standingspell checker bug which could 
13140                 cause a crash after sending a message.
13141
13142 2002-01-16 [paul]       0.7.0claws6
13143
13144         * sync with sylpheed 0.7.0cvs7
13145                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13146                 2002-01-15, and 2002-01-16
13147
13148 2002-01-16 [melvin]     0.7.0claws5
13149
13150         * README.claws
13151         * src/compose.c
13152         * src/gtkspell.[ch]
13153         * src/main.c
13154                 Heavily modified spell checker code to work around
13155                 ispell bug, to add keyboard shortcuts and for future
13156                 enhancements. See README.claws for usage information.
13157
13158 2002-01-15 [alfons]     0.7.0claws4
13159         
13160         * src/summaryview.c
13161                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13162                 so sorting within threads reflects sort mode
13163
13164 2002-01-15 [christoph]  0.7.0claws3
13165
13166         * src/procmsg.c
13167                 added alertpanel if mail sending failed
13168
13169 2002-01-15 [alfons]     0.7.0claws2
13170         
13171         * src/prefs_filtering.c
13172                 don't stop timer when prefs filtering dialog is opened
13173
13174 2002-01-14 [alfons]     0.7.0claws1
13175
13176         * src/addr_compl.c
13177         * src/prefs.c
13178                 remove debug_print()s for privacy reasons
13179
13180 2002-01-14 [darko]      0.7.0claws
13181
13182         * README.claws
13183                 quotation wrapping is now also in the main branch
13184
13185 2002-01-14 [paul]
13186
13187         * tools/filter_conv.pl
13188                 allow for Boolean Op and case-sensitivity
13189                 this file is included in the release and tagged
13190                 'rel_0_7_0'
13191
13192 2002-01-13 [paul]       0.7.0claws
13193
13194         * release 0.7.0, with cvs tag 'rel_0_7_0'
13195
13196 2002-01-13 [paul]
13197
13198         * tools/filter_conv.pl
13199         * tools/README
13200                 rewritten to output to matcherrc instead of filteringrc
13201
13202         * po/es.po
13203                 updated Spanish translation by Ricardo Mones Lastra
13204
13205 2002-01-13 [alfons]
13206
13207         * po/nl.po
13208                 update dutch translation
13209
13210 2002-01-13 [paul]
13211
13212         * po/pt_BR.po
13213                 Updated by Fabio Junior Beneditto 
13214
13215 2002-01-13 [melvin]     0.6.6claws53
13216
13217         * po/fr.po
13218                 Updated french translation
13219
13220 2002-01-12 [alfons]     0.6.6claws52
13221
13222         * src/filtering.c
13223                 plug mem leak that has been sitting there for ages              
13224
13225 2002-01-12 [alfons]     0.6.6claws51
13226
13227         * src/summaryview.c
13228                 undo melvin's changes from 0.6.6claws48 because summary
13229                 view now refuses to select first unread message when
13230                 selecting a folder 
13231
13232 2002-01-11 [alfons]     0.6.6claws50
13233
13234         * src/import.c
13235                 use claws' semantics for getting folder item when
13236                 importing an mbox file into a folder 
13237                 (submitted by Dale P. Smith)
13238
13239 2002-01-11 [christoph]  0.6.6claws49
13240
13241         * src/prefs.h
13242                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13243                 toggle widget, because non static prefs can not use
13244                 prefs_set_* functions
13245         * src/prefs_account.c
13246                 toggle smtp auth password field sensitivity if
13247                 user id is empty and add descrition of usage for
13248                 these fields
13249         * src/prefs_folder_item.c
13250                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13251                 callbacks
13252
13253 2002-01-11 [melvin]     0.6.6claws48
13254
13255         * src/compose.c
13256                 fix the 'Ctrl-Enter' feature for sending and test really
13257                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13258                 editables which was not documented in Gtk)
13259
13260         * src/summaryview.c
13261                 Made summaryview refresh after sorting and not before.
13262
13263 2002-01-11 [christoph]  0.6.6claws47
13264
13265         * src/compose.c
13266                 select account from account ids if possible and
13267                 correctly set save folder for copy in reedit
13268
13269 2002-01-10 [paul]       0.6.6claws46
13270
13271         * sync with sylpheed 0.7.0 release
13272                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13273                 2002-01-09
13274
13275 2002-01-09 [alfons]
13276
13277         * src/summaryview.c
13278                 remove more dirt traces...
13279
13280 2002-01-09 [alfons]
13281         
13282         * src/summaryview.c
13283                 clean up some traces of my debugging stuff
13284
13285 2002-01-09 [alfons]     0.6.6claws45
13286
13287         * src/filtering.c
13288                 break up filteringprop_apply() in three separate pieces
13289                 so we can drop messages that failed processing in the
13290                 inbox
13291
13292         * src/summaryview.c
13293                 fix bug #469598 "no refresh of inbox after filter" which 
13294                 was introduced by the new summary view locking, and which 
13295                 prevented the summary view to update after a manual filter 
13296                 message. claw's filter message requires a summary_show().
13297                 (aargh, summary_show() again! :-)
13298                 
13299 2002-01-07 [alfons]     0.6.6claws44
13300
13301         * src/headerwindow.c
13302         * src/logwindow.c
13303         * src/messageview.c
13304         * src/sourcewindow.c
13305                 bring in Hiro's last 0.7.0 wm class fixes
13306
13307         * tools/sylprint.pl
13308                 bring in Ricardo's fix for sylprint script
13309
13310         * AUTHORS       
13311         * src/rfc2015.[ch]
13312         * src/prefs_common.[ch]
13313         * src/prefs_account.[ch]
13314         * src/compose.c
13315                 clean up account preference poison in rfc2015,
13316                 and preparation to fix double sign bug 
13317                 (patch submitted by Simon 'corecode' Schubert)
13318
13319 2002-01-07 [christoph]  0.6.6claws43
13320
13321         * src/mh.c
13322                 search for free message number, do not only rely
13323                 on last_num
13324         * src/send.c
13325                 fix smtp auth and use extra account information
13326                 if available, if not use pop3 data instead
13327                 (closes bug #500341)            
13328         * src/ssl.[ch]
13329                 match coding style
13330
13331 2002-01-06 [alfons]     0.6.6claws42
13332
13333         * src/mainwindow.c
13334                 try making the separate windows work again...
13335
13336 2002-01-06 [alfons]     0.6.6claws41
13337
13338         * src/mainwindow.c
13339                 adapt Hiro's separate window menu (to get rid of the funny
13340                 duplicate menu items), and make it work again
13341
13342 2002-01-06 [alfons]     0.6.6claws40
13343
13344         * tools/Makefile.am
13345         * tools/sylprint.rc
13346         * tools/sylprint.pl
13347         * tools/README.sylprint
13348                 add sylprint script for printing mails from Sylpheed
13349                 (contributed by Ricardo Mones Lastra)
13350
13351         * src/acount.c
13352                 clean up
13353
13354 2002-01-06 [melvin]     0.6.6claws39
13355
13356         * src/mainwindow.c
13357         * src/summaryview.c
13358                 Fixed crash introduced in 0.6.6claws38 by the menu
13359                 reorganisation (Hide read messages)
13360         
13361         * ChangeLog.claws 
13362                 Fixed typo (we are now in 2002, alfons ;) )
13363
13364 2002-01-05 [alfons]     0.6.6claws38
13365
13366         * sync with sylpheed 0.6.6cvs10-17
13367                 (last stuff marked as LAST_STABLE)
13368
13369 2002-01-04 [melvin]     0.6.6claws37
13370
13371         * src/account.c
13372                 Made account selection code use strcasestr again instead of
13373                 g_strcasecmp (fixes bug where reediting queued messages
13374                 did not select proper account reported by T. Link).
13375         
13376         * src/folderview.c
13377                 Fix bug where folder icons are not shown when 'hide read messages'
13378                 is on.
13379         
13380         * src/stock_pixmaps.[ch]
13381                 Added folder icons for 'hide read messages'.
13382         
13383         * src/compose.c
13384                 Fixed bug where 'Enter' in a header entry will send the message 
13385                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13386
13387 2002-01-03 [melvin]     0.6.6claws36
13388         
13389         * src/prefs.[ch]
13390                 Added popup menu for common preferences and
13391                 account preferences (right click on tab displays
13392                                 a menu of all tabs.)
13393
13394 2002-01-02 [melvin]     0.6.6claws35
13395
13396         * src/gtkspell.[ch]
13397                 Made spelling code compatible with undo/redo feature.
13398                 Added creation of suggestion mode menu for the general
13399                         preferences.
13400         
13401         * src/prefs_common.[ch]
13402                 Added option menu for the speller's suggestion mode.
13403                 Added missing spaces in "..." buttons and made a "..."
13404                         button non translatable!
13405         
13406         * src/compose.c
13407                 Made speller use the default suggestion mode.
13408                 Hack to make it possible to choose 'CTRL-Enter' as a
13409                         shortcut for sending (and only for sending).
13410
13411         * src/prefs_folder_item.c
13412                 Changing subject simplification does not update cache 
13413                         anymore (because it is unnecessary).
13414                 Fixed bug where changing subject simplification updated the 
13415                         summaryview even when the viewed folder is not the
13416                         folder which properties are being changed. (E.g. 
13417                                         viewing folder A and changing
13418                                         the subject simplification of 
13419                                         folder B -not being viewed- updated the 
13420                                         summaryview of folder A with data of
13421                                         folder B). (Hope this is clear... )
13422
13423 2001-12-31 [alfons]     0.6.6claws34
13424         
13425         * src/ldif.c
13426         * src/mutt.c
13427                 fgetc() returns a signed integer which doesn't
13428                 fit in a char. so c truncates this to a char
13429                 but we may lose significant bits. i.e. we may
13430                 comparing 0xFF which may not be equal to -1
13431                 unless properly casted to signed char which
13432                 we won't do because fgetc() returns a signed
13433                 integer which doesn't fit in a char. so c 
13434                 truncates this to a char but we may lose 
13435                 significat bits. (you got the idea, thanks
13436                 to Gustavo Noronha Silva <kov@debian.org>
13437                 and the Debian folks!)
13438
13439 2001-12-30 [alfons]     0.6.6claws33
13440
13441         * src/prefs_common.c
13442                 add #ifdef USE_PSPELLs that Melvin forgot               
13443
13444 2001-12-30 [melvin]     0.6.6claws32
13445         
13446         * src/prefs_common.[ch]
13447                 Added configurable color for misspelled words.
13448
13449         * src/gtkspell.[ch]
13450                 Fixed bug of foreground text color (reported by David
13451                                 Mehrmann)
13452                 Added configurable color for misspelled words.
13453
13454 2001-12-30 [alfons]     0.6.6claws31
13455
13456         * src/folder.c
13457                 remove unnecessary things someone put there
13458
13459         * src/mh.c
13460         * src/folder.[ch]
13461                 make folder properties (like threading and sorting) persistent
13462                 (closes bug #497424 "rescan folder tree resets proprieties")
13463                 currently this is only for MH folders. 
13464
13465 2001-12-29 [melvin]     0.6.6claws30
13466
13467         * src/string_match.[ch]
13468                 Optimized a bit: regexp pattern buffer compiled only once, and
13469                   one subroutine call removed. Fixed ^ regexp search: Now, 
13470                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13471         
13472         * src/summaryview.c
13473                 Subject filtering changed to filter summary columns and
13474                   not directly the messages subject cache. The loss in 
13475                   performance is balanced by the improvement of string_match.
13476                 Added an alert panel if there is an error in the regexp.
13477
13478         * src/src/prefs_folder_item.h
13479                 Added a regexp pattern buffer.
13480
13481 2001-12-28 [alfons]     0.6.6claws29
13482
13483         * src/string_match.[ch]
13484                 clean up name space
13485                 allow compilation *BSD
13486
13487 2001-12-27 [alfons]     0.6.6claws28
13488
13489         * src/filter.c
13490                 sync the Hiro's bug fix for BSD
13491
13492 2001-12-27 [melvin]     0.6.6claws27
13493         
13494         * src/compose.c
13495                 Simplify focus to subject entry code.
13496
13497 2001-12-27 [darko]      0.6.6claws26
13498
13499         * src/filtering.c
13500         * src/mbox_folder.c
13501         * src/messageview.c
13502         * src/mh.c
13503         * src/procheader.[ch]
13504         * src/procmsg.h
13505         * src/stock_pixmap.[ch]
13506         * src/summaryview.c
13507                 Show key icon for encrypted mails in summary view
13508
13509         * src/pixmaps/clip.xpm
13510         * src/pixmaps/clipkey.xpm
13511         * src/pixmaps/key.xpm
13512                 New/modified icons for the above
13513
13514 2001-12-27 [melvin]     0.6.6claws25
13515
13516         * src/prefs_common.c
13517                 Put spell checker options in a separate tab to decrease
13518                 the Common Preferences window height.
13519
13520         * README.claws  
13521                 Update spell checker usage instruction about its options
13522                 location.
13523
13524 2001-12-27 [melvin]     0.6.6claws24
13525
13526         * src/compose.c
13527                 Changed subject entry widget position. Initial focus is
13528                 on the To header instead of the subject entry.
13529                 Creating a new header scrolls the header list to make the
13530                 created one visible. Nevertheless, when automatically filling
13531                 headers, the first one is shown.
13532                 A Tab key press in the last empty header entry zips the 
13533                 focus to the subject entry.
13534                 (I did not change the combo boxes, yet)
13535
13536 2001-12-26 [alfons]     0.6.6claws23
13537
13538         * src/prefs_account.c
13539         * src/inc.c
13540                 allow default inbox to reside in another mailbox (only
13541                 works for POP3 accounts)
13542
13543 2001-12-26 [alfons]     0.6.6claws22
13544         
13545         * src/textview.c
13546                 make reply-on-click work with the account of the selected folder
13547         * src/compose.c
13548                 put a fixme here to remind me to fix finding correct default
13549                 account for nested folders
13550
13551 2001-12-25 [alfons]     0.6.6claws21
13552
13553         * src/summaryview.c
13554                 make column headers display locked and mark pixmaps (idea by Melvin) 
13555                 fix bug by adding score and locked column type to sort array
13556
13557 2001-12-25 [alfons]     0.6.6claws20
13558         
13559         * src/summaryview.c
13560                 catch a *potentially* inadvertent write back of  
13561                 the message cache(s) introduced by 0.6.5claws37
13562
13563 2001-12-25 [christoph]  0.6.6claws19
13564
13565         * src/stock_pixmap.[ch]
13566         * src/summaryview.c
13567                 add ignore thread pixmap
13568                 (can someone draw a better icon for this?)
13569
13570 2001-12-24 [alfons]     0.6.6claws18
13571
13572         * src/prefs_folder_item.c
13573                 make address completion actually work for the
13574                 Default To address in the Folder Property dialog.
13575
13576 2001-12-24 [alfons]     0.6.6claws17
13577         
13578         * src/summaryview.c
13579                 use new style regexp for subject stripping 
13580                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13581
13582 2001-12-24 [darko]      0.6.6claws16
13583
13584         * src/pgptext.c
13585         * src/rfc2015.c
13586                 move GPG related informational messages to debug mode
13587
13588 2001-12-23 [alfons]     0.6.6claws15
13589
13590         * src/stock_pixmap.[ch]
13591         * src/summaryview.c
13592                 add the forgotten Claws' locked pixmap
13593
13594 2001-12-23 [alfons]     0.6.6claws14
13595
13596         * src/filesel.c
13597                 accept file name typed in entry in multi file
13598                 selector (patch submitted by Gustavo Noronha Silva 
13599                 <kov@debian.org>)
13600
13601 2001-12-23 [alfons]     0.6.6claws13
13602
13603         * src/prefs_filter.c
13604         * src/prefs_filtering.c
13605         * src/matcher.c
13606         * src/importmutt.c
13607                 clean up a little bit
13608         
13609         * src/string_match.c
13610                 validate input strings a little bit more
13611
13612 2001-12-23 [alfons]     0.6.6claws12
13613
13614         * src/Makefile.am
13615         * src/summaryview.c
13616         * src/string_match.[ch]         ** NEW **
13617         * src/folderview.[ch]
13618         * src/headerview.h
13619         * src/folder.[ch]
13620         * src/prefs_folder_item.[ch]
13621                 add subject simplification to strip out strings from
13622                 a subject line (esp. handy for mailing lists). 
13623                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13624                 but slightly changed things for better integration.)
13625
13626 2001-12-23 [alfons]     0.6.6claws11
13627
13628         * src/mainwindow.c
13629                 fix bug introduced by submission included in 0.6.5claws52.
13630                 ideally this submission should clean the trash if any trash
13631                 folder has a message. however, the hasTrash variable was
13632                 set to false whenever a trash folder was empty (discarding
13633                 a previously found *filled* trash folder.)
13634
13635                 also edited the code a little bit and made it more safe.
13636
13637 2001-12-22 [alfons]     0.6.6claws10
13638
13639         * src/imap.c
13640                 quick fix for Martin Pool's omission of an account
13641                 specific SSL setting
13642
13643 2001-12-22 [alfons]     0.6.6claws9
13644
13645         * src/compose.c
13646         * src/messageview.c
13647         * src/mimeview.c
13648         * src/pgptext.c
13649         * src/procmime.[ch]
13650                 better support for multipart/digest (submitted
13651                 by Fredrik <e98fo@efd.lth.se>)
13652
13653 2001-12-22 [alfons]     0.6.6claws8
13654
13655         * src/addressbook.c
13656                 correct function signature
13657         * src/socket.[ch]
13658         * src/imap.[ch]
13659         * src/prefs_account.[ch]
13660                 allow IMAP over SSH tunnel (patch submitted by 
13661                 Martin Pool <mbp@samba.org>)
13662
13663 2001-12-21 [alfons]     0.6.6claws7
13664
13665         * sync with sylpheed 0.6.6cvs4-9
13666                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13667
13668 2001-12-21 [christoph]  0.6.6claws6
13669
13670         * src/compose.c
13671         * src/prefs_folder_item.[ch]
13672                 implement saving of outgoing messages to current folder.
13673                 fix segfault when no default outbox is available
13674                 (closes bug #495683)
13675
13676 2001-12-21 [carsten]    0.6.6claws5
13677         * src/folderview.c
13678         * src/summaryview.c
13679                 pressing CTRL while DND does now the expected thing and
13680                 copies the mail (moving is still the default, as this
13681                 seam more appropriate for handling mails by DND)
13682
13683 2001-12-18 [paul]       0.6.6claws4
13684
13685         * sync with sylpheed 0.6.6cvs3
13686                 see ChangeLog entries 2001-12-18
13687
13688 2001-12-18 [hiro]       0.6.6claws3
13689
13690         * src/undo.c
13691                 fix for multibyte characters (obtain the number of letters
13692                 instead of bytes).
13693
13694 2001-12-17 [paul]       0.6.6claws2
13695
13696         * sync with sylpheed 0.6.6cvs1
13697                 see ChangeLog entry 2001-12-16
13698
13699 2000-12-17 [alfons]     0.6.6claws1
13700
13701         * src/filtering.c
13702                 clean up
13703
13704 2001-12-16 [paul]       0.6.6claws
13705 2001-12-15
13706
13707         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13708
13709         * src/mimeview.c
13710                 last minute sync with main 0.6.6
13711
13712         * po/es.po
13713                 updated by Ricardo Mones Lastra
13714                 update for last minute sync
13715         * po/fr.po
13716         * po/nl.po
13717                 update for last minute sync
13718         * po/de.po
13719                 updated by Jens Oberender
13720         * po/pt_BR.po
13721                 updated by Fabio Junior Beneditto
13722
13723         * src/prefs_common.[ch]
13724         * src/undo.c
13725                 number of undo levels is user configurable
13726                 (squeeze it into the release in the dying
13727                 moments) Submitted by Jens Oberender    
13728
13729 2001-12-15 [melvin]
13730
13731         * po/fr.po
13732                 updated french translation
13733
13734 2001-12-15 [paul]       0.6.5claws92
13735
13736         * sync with sylpheed 0.6.5cvs28
13737                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13738
13739         * po/nl.po
13740                 update to allow for sync
13741
13742 2001-12-15 [alfons]
13743         
13744         * po/nl.po
13745                 update dutch translation
13746
13747 2001-12-14 [carsten]    0.6.5claws91
13748         * src/summaryview.c
13749                 fixed bug #473785; also after changing the column order
13750                 the same message will be selected and displayed as before
13751                 the reordering
13752
13753 2001-12-14 [carsten]    0.6.5claws90
13754         * src/folderview.c
13755                 probably found the bug reported by wwb opening or closing
13756                 a folder tree just before dnd (found the solution in the
13757                 balsa source -- thanks to them)
13758
13759 2001-12-14 [carsten]    0.6.5claws89
13760         * src/gtkutils.c
13761         * src/account.c
13762                 moved gtk_clist_moveto to the right place, so that
13763                 only the accounts dialog is effected on opening
13764
13765 2001-12-14 [carsten]    0.6.5claws88
13766         * src/gtkutils.c
13767                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13768                 now, so that the focused row will be seen in any case
13769                 (reported by wwp on sf-claws-user)
13770
13771 2001-12-14 [darko]      0.6.5claws87
13772
13773         * src/compose.c
13774                 remove unnecessary line
13775
13776 2001-12-14 [paul]       0.6.5claws86
13777
13778         * sync with sylpheed 0.6.5cvs27
13779                 see ChangeLog entries 2001-12-14
13780
13781 2001-12-14 [carsten]    0.6.5claws85
13782         * src/mainwindow.c
13783                 following a suggestion of Melvin the rcoabm pops up
13784                 right under the button now and the button is reliefed
13785                 while the popup is open
13786
13787 2001-12-14 [darko]      0.6.5claws84
13788
13789         * src/compose.c
13790                 fix crash when wrapping long lines if linewrap quotation
13791                 is disabled and wrapper encounters a word spanning more
13792                 than one line
13793
13794 2001-12-13 [paul]       0.6.5claws83
13795
13796         * src/compose.c
13797                 prefer 'Reply-To' header over mailing list header when
13798                 replying to a message. Finally prevent all those confirmation 
13799                 messages being sent to the list itself.
13800
13801         * src/summaryview.c
13802                 remove unused summary_set_menu_sensitive() entry
13803
13804 2001-12-13 [paul]       0.6.5claws82
13805
13806         * src/folderview.c
13807         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13808         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13809         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13810                 improvements to 'Hide read messages': Inbox, Outbox,
13811                 Trash, Queue, and Draft icons now reveal presence of hidden 
13812                 messages
13813
13814 2001-12-12 [alfons]     0.6.5claws81
13815
13816         0.6.5claws80 was tagged as LAST_STABLE
13817
13818         * src/filtering.[ch]
13819         * src/matcher.[ch]
13820         * src/matcher_parser_lex.c
13821                 fix the filtering; my last attempt to get it right, 
13822                 if it does not work, it's Hoa's turn. ;-)
13823
13824                 for my honourable peers:
13825                 
13826                 the code now makes a clear distinction between
13827                 rules as they are displayed (probably escaped),
13828                 and as they are executed (probably unescaped). the
13829                 parser does *NOT* do any unescaping, this is
13830                 the task of the matcher.c (which breaks up a
13831                 rule into condition) and the filtering.c (which
13832                 breaks up the rule's action). to make this
13833                 run happily we provide an unescaped copy of
13834                 crucial strings to the MatcherProp and 
13835                 FilteringAction structures. note that the only
13836                 exception to this is any REGEXP string. those
13837                 are directly passed to regcomp() and regexp()
13838                 (who have much more powerful unescape functions).
13839                 
13840                 for everyone else:
13841         
13842                 you can escape tab (\t), carriage return (\r),
13843                 linefeed (\n), form feed (\f), quote (\"), 
13844                 single quote (\'), bell (\b) in all the entry
13845                 lines in the scoring & filtering dialogs.
13846                 as an added bonus this should not affect
13847                 existing filtering rules.
13848
13849 2001-12-12 [carsten]    0.6.5claws80
13850
13851         * src/summaryview.c
13852         * po/de.po
13853                 "item(s) selected" is now sensitive to 1 or more
13854                 than one selected (nice for language where simple
13855                 adding of a "s" is not possible as German (Eintrag
13856                 ->Eintr"age)
13857                 
13858                 the "forward as attachment" entry from the right
13859                 click menu removed, "forward" acts following the
13860                 prefs
13861         
13862         * src/textview.c
13863                 reverted my former changes; so compiler warning again
13864                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13865                 nevertheless
13866
13867         * src/messageview.c
13868                 "search in message" does now *not* only work in MVIEW_TEXT
13869                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13870                 message
13871
13872         * src/mainwindow.c
13873                 removed "/File/_Close" as it was the same as "/File/E_xit"
13874                 and we don't need it two times
13875
13876                 the separate folder view and message view now get a distinct
13877                 WMCLASS, just in case someone is using sawfish ;-)
13878
13879                 as the menu entries "/View/Message view" and "/View/Folder tree"
13880                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13881                 make them sensitive accordingly and as these two are "shown"
13882                 after startup anytime check this menuitem at startup
13883
13884 2001-12-12 [paul]       0.6.5claws79
13885
13886         * src/folderview.c
13887                 fix sensitivity of 'Search folder...', broken in
13888                 0.6.5claws75
13889
13890         * src/mainwindow.c
13891                 fix dodgy English
13892
13893 2001-12-11 [carsten]    0.6.5claws78
13894         * src/filtering.c
13895                 fixed two typos returning a wrong FALSE/TRUE
13896         * src/mainwindow.[ch]
13897                 extra menu for email/news button removed
13898
13899 2001-12-11 [alfons]     0.6.5claws77
13900         
13901         * src/matcher.c                 (1.3)
13902         * src/matcher_parser_lex.l      (1.28)
13903                 revert for another attempt
13904                 mark 0.6.5claws77 as LAST_STABLE
13905
13906 2001-12-11 [christoph]  0.6.5claws76
13907
13908         * po/de.po
13909                 fixed wrong translation for prev. unread msg
13910
13911 2001-12-11 [paul]       0.6.5claws75
13912
13913         * src/folder.[ch]
13914         * src/folderview.c
13915         * src/mainwindow.c
13916         * src/summaryview.[ch]
13917         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13918                 enable ability to hide read messages on per folder basis via 
13919                 '/Summary/Hide read messages'; when selected, a folder will 
13920                 have a red open folder icon, instead of a blue icon, if the 
13921                 folder contains hidden messges
13922                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13923
13924         * src/mainwindow.c
13925                 remove '/Message/Forward as attachment' from 
13926                 main_window_set_menu_sensitive() to prevent debug warning
13927
13928         * src/folderview.c
13929         * src/mainwindow.c
13930                 Clean up some of the English
13931
13932         * tools/newscache_clean.pl
13933                 allow for new 'hidereadmsgs' entry in folderlist.xml
13934
13935         * po/es.po
13936                 updated translation, submitted by Ricardo Mones Lastra
13937
13938 2001-12-11 [paul]       0.6.5claws74
13939
13940         * sync with sylpheed 0.6.5cvs25
13941                 see ChangeLog entry 2001-12-11
13942
13943 2001-12-10 [alfons]     0.6.5claws73
13944
13945         * src/matcher.c
13946                 add more control characters
13947         * src/matcher_parser_lex.l
13948                 make escaping / unescaping work again
13949
13950 2001-12-10 [alfons]     0.6.5claws72
13951
13952         * src/imap.c
13953                 clean up warnings "returning value for void function" 
13954         * src/prefs_filtering.c
13955                 make info button for execute action sensitive
13956
13957 2001-12-10 [paul]       0.6.5claws71
13958
13959         * src/compose.c
13960         * src/imap.[ch]
13961         * src/summaryview.c
13962                 fix: imap server now gets informed of MARKED, UNMARKED
13963                 and REPLY events. Now people can use different IMAP-Mail
13964                 clients and have the exact same information about MARKED,
13965                 UNMARKED and REPLY status with all of them. Especially
13966                 useful for imap servers with a web-frontend.
13967                 submitted by Tobias Sandhaas <medlor@web.de>
13968
13969 2001-12-09 [melvin]     0.6.5claws70
13970         
13971         * src/textview.[ch]
13972                 fixed bug #490076 (hunted down by Alfons who implemented
13973                 a workaround in 0.6.5claws65)
13974
13975 2001-12-09 [christoph]  0.6.5claws69
13976
13977         * src/summaryview.c
13978                 set pointer to string in LOCKED column to NULL
13979                 (might fix bug #490800)
13980
13981 2001-12-09 [carsten]    0.6.5claws68
13982
13983         * po/de.po
13984                 resolved some cluttered menu shortcuts 
13985                 ('creating new email' and 'creating news message'
13986                 hade the same)
13987         * src/compose.c
13988                 wmclass now distinc from main window
13989         * src/mainwindow.c
13990           src/mainwindow.h
13991                 email/news and forward button functionality similar
13992                 to the reply buttons; removed the ugly dropdown arrows
13993                 and use instead the right mouse button
13994
13995 2001-12-09 [paul]       0.6.5claws67
13996
13997         * src/imap.c
13998         * src/utils.h
13999                 allow spaces in imap folder names
14000                 submitted by Willem van Engen <wvengen@stack.nl>
14001
14002 2001-12-09 [paul]       0.6.5claws66
14003
14004         * sync with sylpheed 0.6.5cvs24
14005                 see ChangeLog entry 2001-12-09
14006
14007 2001-12-08 [alfons]     0.6.5claws65
14008
14009         * src/textview.c
14010                 prevent secondary selection claim after "add to sender" dialog
14011                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14012                 we trick GTK by simulating a click at (0, 0) in the textview.
14013
14014 2001-12-08 [hoa]        0.6.5claws64
14015
14016         * src/folder.c
14017                 fixed a bug about the .processing folder name while filtering
14018
14019 2001-12-08 [alfons]     0.6.5claws63
14020
14021         * src/folderview.c 
14022                 work around problem of not correctly updating folder stats
14023                 when deleting messages. there's some folder scanning evil
14024                 going so the folderview_update_msg_num() does not work
14025                 correctly. need to investigate this.
14026
14027 2001-12-08 [paul]       0.6.5claws62
14028
14029         * sync with sylpheed 0.6.5cvs23
14030                 see ChangeLog entry 2001-12-08
14031
14032 2001-12-07 [christoph]  0.6.5claws61
14033
14034         * src/compose.c
14035                 fix another header translation problem
14036
14037 2001-12-07 [alfons]     0.6.5claws60
14038
14039         * src/mbox.c
14040                 make filtering also work on local spool mbox
14041
14042 2001-12-07 [carsten]    0.6.5claws59
14043         * src/addressbook.c
14044                 addressbook window gets a wmclass distinct from the main
14045                 sylpheed window
14046         * src/compose.h
14047         * src/mainwindow.[ch]
14048                   forward menu item will use mode selected in prefs, forward 
14049                 as attatchment in menu removed (will be substituted in the
14050                 toolbar similar to reply buttons)
14051                   create news message menu entry and news button is now 
14052                 sensitive to the existance of a news account
14053         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14054         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14055         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14056                 these are removed because the toolbar buttons don't show
14057                 the quoting modus any longer
14058
14059 2001-12-07 [paul]
14060
14061         * tools/newscache_clean.pl      ** NEW FILE **
14062                 perl script to do some tidying up in the newscache directory 
14063                 
14064         * tools/sylpheed-switcher       ** NEW FILE **
14065                 perl script to enable easy switching between main and claws
14066                 
14067         * tools/README
14068                 added descriptions of the two new perl scripts          
14069
14070
14071 2001-12-07 [melvin]     0.6.5claws58
14072
14073         * src/messageview.c
14074                 fixed a warning during compilation introduced in 0.6.5claws56
14075
14076 2001-12-07 [paul]       0.6.5claws57
14077
14078         * src/mainwindow.[ch]
14079         * src/menu.[ch]
14080                 further usability enhancements to replying with or without 
14081                 quoting via the toolbar, use of Ctrl key is replaced by 
14082                 drop down menu 
14083                 Submitted by Carsten Schurig            
14084
14085 2001-12-07 [melvin]     0.6.5claws56
14086
14087         * src/messageview.c
14088                 hack to fix bug that prevented to make/paste selections
14089                 after switching between MVIEW_TEXT and MVIEW_MIME views
14090                 without deselecting the selection first.
14091
14092 2001-12-06 [alfons]     0.6.5claws55
14093
14094         * src/filtering.[ch]
14095         * src/inc.c
14096                 revise filtering a little bit more, and make sure
14097                 messages are delivered to the appropriate inbox
14098                 (perhaps set per account)
14099
14100 2001-12-06 [paul]       0.6.5claws54
14101
14102         * sync with sylpheed 0.6.5cvs22
14103                 see ChangeLog entry 2001-12-06
14104
14105 2001-12-05 [alfons]     0.6.5claws53
14106
14107         * src/inc.c
14108         * src/folder.[ch]
14109         * src/procmsg.c
14110         * src/filtering.c
14111                 more revisions of filtering system
14112                 (last stable version is marked as LAST_STABLE)
14113                 
14114                 | NOTE 1): the filtering system now uses a local folder called
14115                 | .processing. if filtering fails, check this directory
14116                 | for missing messages.
14117                 |
14118                 | NOTE 2): help us find the filtering actions still missing
14119
14120 2001-12-05 [paul]       0.6.5claws52
14121
14122         * src/mainwindow.c
14123                 fix bug where 'Empty Trash?' pop-up window appears even
14124                 when Trash is empty, submitted by Jesse Skinner         
14125
14126 2001-12-05 [melvin]     0.6.5claws51
14127
14128         * src/compose.c
14129                 fixed bug #486106 to select correct account when reediting 
14130                 a queued message
14131         
14132 2001-12-04 [alfons]     0.6.5claws50
14133
14134         * src/mh.c
14135                 declare markfile in appropriate functions when
14136                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14137                 for spotting this)
14138
14139 2001-12-04 [paul]       0.6.5claws49
14140
14141         * sync with sylpheed 0.6.5cvs21
14142                 see ChangeLog entry 2001-12-04
14143
14144 2001-12-03 [christoph]  0.6.5claws48
14145
14146         * po/de.po
14147                 changed translation of undo
14148         * src/account.c
14149         * src/folder.c
14150                 don't reinvent the wheel to traverse a GNode
14151         * src/compose.[ch]
14152                 seperate code to create the compose gui into functions
14153                 add "Others" page with folder selection for saving copy
14154                 of the message.
14155                 the folder identifier is saved to queue header
14156         * src/procmsg.c
14157                 save message to folder in queue header
14158
14159 2001-12-03 [paul]       0.6.5claws47
14160
14161         * sync with sylpheed 0.6.5cvs20
14162                 see ChangeLog entry 2001-12-03
14163
14164 2001-12-01 [paul]
14165
14166         * more sync with sylpheed 0.6.5cvs19
14167                 see ChangeLog entry 2001-11-29
14168
14169 2001-11-30 [paul]       0.6.5claws46
14170         
14171         * src/compose.c
14172                 remove conflicts introduced by Hoa's last commit
14173          
14174         * src/mainwindow.c
14175                 make 'Message/Bounce' sensitive
14176
14177 2001-11-30 [hoa]        0.6.5claws45
14178
14179         * src/compose.c
14180                 slightly change bounce function to add
14181                 information about the user that bounced the mail
14182                 in the From header line.
14183
14184         * src/folderview.c
14185                 permit the use of processing in outbox folder.
14186
14187 2001-11-29 [paul]       0.6.5claws44
14188
14189         * src/mainwindow.[ch]
14190         * src/prefs_common.c
14191         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14192         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14193         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14194                 usability enhancements to the quoting, implements
14195                 use of Ctrl key to toggle quoting settings
14196                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14197
14198 2001-11-29 [paul]       0.6.5claws43
14199         
14200         * sync with sylpheed 0.6.5cvs19
14201                 see ChangeLog entry 2001-11-28
14202
14203 2001-11-29 [melvin]     0.6.5claws42
14204         * src/Makefile.am
14205                 added enriched.[ch] to the list of files
14206
14207         * src/textview.c
14208         * src/mimeview.c
14209         * src/procmime.[ch]
14210         * src/enriched.[ch]
14211                 added support to view text/enriched
14212                 added support to show headers in message view for text/enriched and text/html
14213                         in non multipart messages
14214
14215 2001-11-28 [paul]       0.6.5claws41
14216
14217         * more sync with sylpheed 0.6.5cvs18
14218                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14219
14220 2001-11-27 [paul]       0.6.5claws40
14221         
14222         * po/pt_BR.po
14223                 updated translation, submitted by Fabio Junior Beneditto
14224                 
14225         * sync with sylpheed 0.6.5cvs18
14226                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14227                 2001-11-27
14228
14229
14230 2001-11-26 [paul]
14231
14232         * po/es.po
14233                 updated translation, submitted by Ricardo Mones Lastra
14234
14235 2001-11-26 [alfons]
14236
14237         * src/matcher.c
14238                 add more translatable strings
14239
14240 2001-11-26 [christoph]  0.6.5claws39
14241
14242         * po/de.po      
14243                 fixed one more umlaut
14244         * src/compose.c
14245                 fix translated header when it should not be translated
14246
14247 2001-11-26 [paul]       0.6.5claws38
14248
14249         * src/mainwindow.c
14250                 remove '/Message/Add Sender to address book' from 
14251                 main_window_set_menu_sensitive(), prevent debug warning
14252                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14253
14254 2001-11-26 [paul]       0.6.5claws37
14255
14256         * src/summaryview.c
14257                 fix 'recurring unread state' bug 
14258
14259         * tools/README 
14260         * tools/filter_conv.pl
14261                 read name of top level mailbox from folderlist.xml
14262                 and presume nothing about its name              
14263
14264 2001-11-26 [darko]      0.6.5claws36
14265
14266         * src/gtkstext.[ch]
14267                 removed functions that are now in gtkutils.c
14268                 use gtkut_text_is_uri_string() from gtkutils.c
14269         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14270
14271 2001-11-26 [paul]       0.6.5claws35
14272
14273         * sync with sylpheed 0.6.5cvs16
14274                 see ChangeLog entries 2001-11-25 and 2001-11-26
14275
14276 2001-11-25 [alfons]     0.6.5claws34
14277
14278         EXPERIMENTAL!!! Please checkout the last stable version using: 
14279           
14280         % cvs update -r LAST_STABLE -dRAP
14281
14282         (Or help us testing this stuff.)
14283
14284         * src/filtering.c               (1.14)
14285         * src/filtering.h               (1.6)
14286         * src/inc.c                     (1.28)
14287         * src/matcher.c                 (1.20)
14288         * src/mbox.c                    (1.9)
14289         * src/procmsg.h                 (1.14)
14290         * src/summaryview.c             (1.59)
14291         * src/summaryview.h             (dunno)
14292                 revert/merge/sync to as it was before commit 
14293                 on Thu, 19 Jul 2001 10:15:51 -0700.
14294
14295 2001-11-25 [hoa]        0.6.5claws33
14296
14297         * src/main.c
14298                 processing mails at startup
14299
14300         * src/folderview.c
14301         * src/summaryview.[ch]
14302                 processing mails when entering folder
14303
14304         * src/prefs_filtering.c
14305                 fixed some UI bugs
14306
14307 2001-11-24 [alfons]     0.6.5claws32
14308
14309         * src/summaryview.[ch]
14310                 make summary sort headers work, and also make
14311                 sure the sort type is stored
14312
14313 2001-11-23 [alfons]     0.6.5claws31
14314
14315         * src/summaryview.[ch]
14316                 make lock work like mark
14317                 disallow deleting messages marked as locked
14318
14319 2001-11-23 [alfons]     0.6.5claws30
14320
14321         * src/gtkstext.c
14322         * src/compose.[ch]
14323         * src/Makefile.am
14324         * src/undo.[ch]
14325                 merge undo patch submitted by Jens
14326
14327 2001-11-23 [christoph]  0.6.5claws29
14328
14329         * src/.cvsignore
14330                 added ylwrap
14331         * src/compose.c
14332                 fixed gpg signing and encoding
14333         * src/folder.[ch]
14334         * src/main.c
14335                 added --status option to get new, unread and total
14336                 message count from a running sylpheed
14337         * src/prefs_common.c
14338                 temporary fix for reply_with_quote problem
14339                 (don't call functions for non existing widget)
14340         * src/procmsg.c
14341                 one more check for ignored threads but still not
14342                 always working correctly. probably a recursive
14343                 check for all parents is needed
14344
14345 2001-11-23 [darko]      0.6.5claws28
14346
14347         * src/compose.c
14348                 wrapping on send improvements
14349         * src/gtkutils.[ch]
14350                 fix for GtkSText after last sync with main branch
14351                 GTK_TEXT -> GTK_STEXT
14352
14353 2001-11-23 [paul]       0.6.5claws27
14354
14355         * sync with sylpheed 0.6.5cvs14
14356                 see ChangeLog entries 2001-11-22 and 2001-11-23
14357                 
14358         * po/de.po
14359                 fixed the scrambled umlauts 
14360                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14361
14362 2001-11-21 [paul]       0.6.5claws26
14363
14364         * sync with sylpheed 0.6.5cvs12
14365                 see 2nd ChangeLog entry dated 2001-11-20
14366
14367 2001-11-20 [paul]       0.6.5claws25
14368
14369         * sync with sylpheed 0.6.5cvs11
14370                 see ChangeLog entry 2001-11-19 (src/utils.c)
14371
14372 2001-11-20 [hiro]
14373
14374         * src/compose.c
14375                 GTK_TEXT -> GTK_STEXT
14376                 fix for wrong comment
14377
14378 2001-11-20 [hiro]       0.6.5claws24
14379
14380         * src/compose.[ch]
14381                 more merges from main branch
14382                 removed fatal warnings (uninitialized variables etc.)
14383                 some coding style fix
14384         * src/gtkutils.h
14385                 fixed typo.
14386         * src/addressbook.c
14387           src/addrindex.c
14388                 V-Card -> vCard
14389
14390 2001-11-19 [hoa]        0.6.5claws23
14391
14392         * src/filtering.c
14393         * src/prefs_scoring.c
14394         * src/matcher.[ch]
14395         * src/scoring.c
14396                 cleaning code
14397
14398         * src/matcher_parser_parse.y
14399         * src/prefs_filtering.c
14400                 bouncing
14401
14402 2001-11-19 [alfons]     0.6.5claws22
14403
14404         more of my old things into claws
14405
14406         * src/Makefile.am
14407         * src/prefs_common.c
14408         * src/procmsg.h
14409         * src/summaryview.[ch]
14410         * src/prefs_summary_column.c
14411         * src/pixmaps/locked.xpm
14412                 add indicators for locking of message in summary view
14413                 (does not work yet, only visual indicator)
14414
14415 2001-11-19 [paul]       0.6.5claws21
14416
14417         * sync with sylpheed 0.6.5cvs10
14418                 see ChangeLog entry 2001-11-19
14419
14420 2001-11-18 [alfons]     0.6.5claws20
14421         
14422         * src/filtering.c
14423                 remove an inadvertent free I forgot in previous clean up 
14424
14425 2001-11-18 [alfons]     0.6.5claws19
14426
14427         * src/filtering.[ch]
14428                 clean up & plug leaks
14429
14430 2001-11-18 [paul]       0.6.5claws18
14431
14432         * sync with sylpheed 0.6.5cvs9
14433                 see ChangeLog entries 2001-11-17 and 2001-11-18
14434
14435 2001-11-16 [paul]       0.6.5claws17
14436
14437         * sync with sylpheed 0.6.5cvs8
14438                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14439
14440 2001-11-16 [paul]       0.6.5claws16
14441
14442         * sync with sylpheed 0.6.5cvs7
14443                 see ChangeLog entries 2001-11-15 and 2001-11-16
14444
14445 2001-11-15 [hoa]        0.6.5claws15
14446
14447         * src/compose.c
14448                 fix bounce, mails we received couln't be bounced to ourself.
14449
14450         * src/defs.h
14451         * src/filtering.[ch]
14452         * src/matcher.[ch]
14453         * src/matcher_parser.h
14454         * src/matcher_parser_lex.l
14455         * src/matcher_parser_parse.y
14456         * src/inc.c
14457         * src/main.c
14458         * src/mbox.c
14459         * src/prefs_filtering.[ch]
14460         * src/mainwindow.c
14461         * src/prefs_matcher.c
14462         * src/prefs_scoring.c
14463         * src/scoring.[ch]
14464         * src/summaryview.c
14465                 new matcher/filter/score configuration file parser
14466                 one unique configuration file => ~/.sylpheed/matcherrc
14467                 import in currently automatic, then save are made
14468                 in this new file.
14469                 one filter per folder and one global filter
14470                 (filter of a folder will be used as folder processing)
14471
14472         * src/folder.c
14473                 fix a bug in folder_item_get_identifier
14474                 
14475         * src/messageview.c
14476                 receive receipt return are fixed.
14477
14478 2001-11-14 [alfons]     0.6.5claws14
14479
14480         * src/session.h
14481                 add things from main branch to make claws compile
14482
14483 2001-11-14 [paul]       0.6.5claws13
14484
14485         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14486                 see ChangeLog entries 2001-11-08 to 2001-11-14
14487
14488 2001-11-14 [hoa] 0.6.5claws12
14489
14490         * src/compose.[ch]
14491         * src/mainwindow.c
14492         * src/summaryview.c
14493                 add "bounce mail" option
14494
14495 2001-11-13 [christoph]  0.6.5claws11
14496
14497         * src/compose.c
14498                 Cleanup a mess i add before commiting
14499
14500 2001-11-13 [hoa]        0.6.5claws10
14501
14502         * src/compose.c
14503                 some fixes when mail are sent or
14504                 for crossposts
14505
14506 2001-11-13 [christoph]  0.6.5claws9
14507
14508         * po/de.po
14509                 Changed two string with the same translation
14510         * src/compose.c
14511         * src/procmsg.[ch]
14512         * src/send.[ch]
14513                 New mailsending process:
14514                   - Always queue message before sending
14515                     (message will be saved if sylpheed crashed or
14516                      freezes while sending)
14517                   - Allow queuing of newspostings
14518                   - No copy in outbox before sending
14519                     (closes bug #469501)
14520                   - No more redundant code for send and send_later
14521         * src/summaryview.c
14522                 Applied wwp <subscript@free.fr>'s patch that fixes
14523                 marks for multiple forwarded messages (+compose.c)
14524
14525 2001-11-12 [alfons]
14526
14527         * README.claws
14528                 remove things that are now in main branch
14529         
14530         * po/nl.po
14531                 update Dutch translation
14532
14533 2001-11-12 [mhadasht]   0.6.5.claws8
14534
14535         * src/prefs_common.c
14536                 re-enabled account autoselection feature for forward
14537                 and reedit lost during the branch point for SYNC-B4-REL
14538         * src/gtkspell.c
14539                 gtkpspell_get_dict(): more readable code (even if function is
14540                 not used yet)
14541         * ChangeLog.claws
14542                 added version number info to 2001-11-12 [hiro] comment.
14543
14544 2001-11-12 [hiro]       0.6.5.claws7
14545
14546         * src/compose.c
14547                 compose_forward(): fixed a bug that forward quote mark
14548                 wasn't used.
14549                 removed unnecessary code.
14550         * src/template_select.[ch]: removed.
14551
14552 2001-11-11 [alfons]
14553
14554         * src/compose.c
14555                 :%s/GTK_TEXT/GTK_STEXT/g
14556         
14557         * src/compose.[ch]
14558         * src/undo.[ch]
14559         * src/Makefile.am
14560                 revert the undo stuff (this is 0.6.6claws stuff)
14561
14562 2001-11-11 [hoa]        0.6.5.claws6
14563
14564         * src/compose.[ch]
14565                 Insert signature at the end of the text.
14566                 Added undo patch but currently disabled
14567
14568         * src/procmsg.c
14569                 Threading by subject improved.
14570
14571         * added src/undo.[ch]
14572                 Undo module for compose dialog box.
14573
14574 2001-11-11 [alfons]     0.6.5.claws5
14575
14576         * src/procmsg.c
14577                 prevent threading by subject on nodes that have already been
14578                 threaded by in-reply-to (as in "circular references in a tree
14579                 result in a dead branch")
14580
14581 2001-11-09 [hoa]        0.6.5.claws4
14582         
14583         * src/folderview.c
14584                 allows creation of mbox folder item from any files.
14585
14586 2001-11-09 [alfons]     0.6.5.claws3
14587         
14588         * src/utils.c
14589         * src/procmsg.c
14590                 do what I mean and correct threading by subject so it really
14591                 ignores attracting lines without "Re: "
14592
14593 2001-11-07 [alfons]     0.6.5.claws2
14594
14595         * src/procmsg.c
14596         * src/utils.[ch]
14597                 only attract by subject if a subject line starts with a "Re: "
14598         * src/syldap.c
14599                 remove warning
14600
14601 2001-11-07 [paul]       0.6.5claws1
14602
14603         * sync with sylpheed 0.6.5. release
14604                 see ChangeLog entry 2001-11-07
14605
14606 2001-11-07 [paul]       0.6.4claws31
14607
14608         * sync with sylpheed 0.6.4cvs18
14609                 see ChangeLog entries 2001-10-30 to 2001-11-07
14610                 prefs_templates.[ch] renamed prefs_template.[ch]
14611
14612 2001-11-06 [alfons]
14613         
14614         * src/utils.h
14615                 add semicolon Hoa forgot ;-)
14616                 
14617
14618 2001-11-06 [hoa]        0.6.4claws30
14619         
14620         * src/procmsg.c
14621         * src/summaryview.c
14622         * src/utils.c
14623         * src/utils.h
14624                 threading by subject - empty subject are ignored
14625
14626 2001-11-06 [christoph]  0.6.4claws29
14627
14628         * src/socket.c
14629                 use SSL_peek for sock_gets
14630         * src/utils.c
14631                 removed unneeded pointer in extracting quoted
14632                 names implementation
14633
14634 2001-11-06 [melvin]     0.6.4claws28
14635
14636         * src/gtkspell.c
14637                 fixed bug #476792 Selection overtyping with spell checker
14638                 fixed bug which could cause a buffer overflow
14639                 fixed a memory leak
14640
14641 2001-11-06 [hoa]        0.6.4claws27
14642         
14643         * src/procmsg.c
14644         * src/summaryview.c
14645                 threading by subject
14646
14647 2001-11-05 [alfons]     0.6.4claws26
14648         
14649         * README.claws
14650                 Claws -> Sylpheed (vice versa)
14651
14652         * src/compose.c
14653                 :%s/gtk_text/gtk_stext/g
14654                 :%s/GTK_TEXT/GTK_STEXT/g
14655                 (thanks to Jonathan Ware for spotting this)
14656
14657 2001-11-04 [christoph]  0.6.4claws25
14658
14659         * src/summaryview.c
14660                 replace Xalloca + strdup with Xstrdup_a
14661         * src/utils.c
14662                 better implementation of extracting quoted names
14663                 from addresses (remove backlashes and ignore
14664                 quotes after them)
14665
14666 2001-11-04 [alfons]     0.6.4claws24
14667
14668         * src/utils.[ch]
14669                 edit to comply more with coding style
14670
14671         * src/textview.c
14672                 fix bug reported by Kim Schulz. introduced by the patch integrated
14673                 in 0.6.4claws15. the code did not check the return value of
14674                 the html parser.
14675
14676         * AUTHORS
14677                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14678
14679 2001-11-04 [christoph]  0.6.4claws23
14680
14681         * src/main.c
14682         * src/prefs_common.[ch]
14683                 init some pointers that possibly caused a segfault
14684                 reported in the claws-users ML
14685
14686 2001-11-04 [hoa]        0.6.4claws22
14687
14688         * src/grouplistdialog.c
14689                 change the names of the nodes in the tree
14690
14691         * src/compose.c
14692                 enhanced mailto syntax as described in
14693                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14694                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14695
14696         * src/utils.c
14697                 encode and decode URI (useful when opening URL into
14698                 netscape).
14699
14700 2001-11-03 [hoa]        0.6.4claws21
14701
14702         * src/grouplistdialog.c
14703                 a new newsgroups list selection dialog box
14704                 with a CTree instead of a CList
14705
14706 2001-11-03 [hoa]        0.6.4claws20
14707
14708         * src/folderview.c
14709                 enable property and scoring options when right
14710                 click on "inbox"
14711
14712         * src/summaryview.c
14713                 fixed bug when nickname were displayed using
14714                 the address book.
14715
14716 2001-11-02 [darko]      0.6.4claws19
14717
14718         * src/compose.c
14719                 new wrap quotation and URL/long words wrapping implementation
14720         * src/compose.c src/gtkstext.[ch]
14721                 move gtkstext_strncmp() to gtkstext.c
14722
14723 2001-11-01 [christoph]  0.6.4claws18
14724
14725         * src/prefs_account.c
14726                 fixed mess in account settings dialog
14727         * src/prefs_folder_item.c
14728                 added label with folder path to dialog
14729
14730 2001-10-31 [match]      0.6.4claws17
14731
14732         * src/vcard.c
14733                 fix memory leak.
14734         * src/addrbook.c
14735                 fix generation of spurious address book file names.
14736                 remove redundant functions.
14737         * po/POTFILES.in
14738                 added missing file names.
14739
14740 2001-10-30 [paul]       0.6.4claws16
14741
14742         * sync with sylpheed 0.6.4cvs6
14743                 see ChangeLog entries 2001-10-26 to 2001-10-30
14744
14745         * tools/filter_conv.pl
14746                 read folderlist.xml to discover whether the top-level
14747                 folder is called 'Mailbox' or 'Mail' 
14748
14749 2001-10-29 [paul]       0.6.4claws15
14750
14751         * src/html.c, src/textview.c
14752                 activate links in html mail and fix clickable parts
14753                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14754
14755 2001-10-29 [paul]
14756
14757         * po/de.po, po/es.po, po/pt_BR/po
14758                 updated translations, submitted by Jens Oberender,
14759                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14760
14761 2001-10-29 [darko]      0.6.4claws14
14762
14763         * src/compose.c
14764                 fix wrapping for good
14765
14766 2001-10-29 [darko]
14767
14768         * src/compose.c
14769                 undo previous change as it broke the smart wrapping
14770
14771 2001-10-29 [darko]      0.6.4claws13
14772
14773         * src/compose.c
14774                 fix infinite loop when long URL is quoted
14775                 (closes bug #475122.
14776
14777 2001-10-28 [match]
14778
14779         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14780                 import Mutt address book
14781         * src/ldif.[ch] src/importldif.h
14782                 modified import LDIF handle user attributes
14783
14784 2001-10-28 [christoph]  0.6.4claws12
14785
14786         * src/summaryview.c
14787                 fixed that filtering did not work if there
14788                 were no filter rules
14789                 (closes bug #472003 and better implementation
14790                  of patch #474644)
14791
14792 2001-10-27 [christoph]  0.6.4claws11
14793
14794         * src/compose.c
14795                 make the folder's default account to be used when
14796                 replying. (patch by wwp <subscript@free.fr>)
14797         * src/compose.c
14798                 code cleanup, nearly killed all of wwp's patch
14799                 for folder's default account in compose
14800         * src/folderview.c
14801                 error panel when a folder could not be created
14802                 (closes bug #471080 new folder name & already
14803                  existing file)
14804
14805 2001-10-26 [alfons]
14806
14807         * src/utils.h
14808                 change prototype of strstr2() that Christoph forgot about
14809
14810 2001-10-26 [christoph]  0.6.4claws10
14811
14812         * src/account.c
14813                 made search for accounts by email address not case
14814                 sensitive
14815         * src/folder.c
14816                 fixed memory leak in folder_item_get_identifier
14817         * src/gtkspell.c
14818         * src/utils.c
14819                 fixed wrong strstr2 (should work like strstr)
14820
14821 2001-10-26 [darko]      0.6.4claws9
14822
14823         * src/compose.c src/gtkstext.[ch]
14824         * src/gtkstext.c
14825                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14826
14827 2001-10-26 [paul]       0.6.4claws8
14828
14829         * src/html.c
14830                 ignore css and javascript tags in html mail
14831                 case-insensitive, with or without double-quoted
14832                 strings
14833
14834 2001-10-26 [paul]       0.6.4claws7
14835
14836         * sync with sylpheed 0.6.4cvs1
14837                 see ChangeLog entry 2001-10-26
14838
14839         * src/prefs_account.c, src/prefs_common.c,
14840           src/prefs_summary_column.c
14841                 minor improvements to the English
14842
14843 2001-10-25 [alfons]     0.6.4claws6
14844
14845         * src/gtkstext.c
14846         
14847                 make GtkSText follow style of GtkText (closes bug 
14848                 #469211 "text selection while writing message")
14849                 
14850                 do sync with GTK 1.2.10
14851
14852 2001-10-25 [paul]       0.6.4claws5
14853
14854         * src/html.c
14855                 ignore css tags in html mail
14856
14857 2001-10-25 [darko]      0.6.4claws4
14858
14859         * src/compose.c
14860                 don't declare is_url_string as static function since
14861                 we need it in gtkstext.c
14862         * src/gtkstext.c
14863                 remove unused variable
14864                 don't wrap long URLs while composing a message
14865
14866 2001-10-24 [christoph]  0.6.4claws3
14867
14868         * src/socket.c
14869                 fix ssl deadlock, when peer closes connection
14870
14871 2001-10-24 [paul]       0.6.4claws2
14872
14873         * src/prefs_common.c
14874                 gettextize the gpg ascii-armored warning message
14875
14876         * src/compose.c
14877                 insert a DOS/MAC file into the composed message
14878                 (improvements)
14879
14880         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14881
14882 2001-10-22 [paul]       0.6.4claws1
14883
14884         * sync with sylpheed 0.6.4 release
14885                 see ChangeLog entries 2001-10-21
14886
14887         * po/fr.po, po/pt_BR.po
14888                 updated by Melvin Hadasht and Fabio Junior Beneditto
14889
14890 2001-10-21 [paul]       0.6.3claws30
14891
14892         * src/compose.c
14893                 insert a DOS text file from the compose window
14894                 into the composed message text (removes CRs characters)
14895                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14896
14897         * tools/filter_conv.pl, tools/README
14898                 automatically use ~/.sylpheed as working directory
14899                 print out confirmation message on completion
14900
14901         * correct Hoa's last ChangeLog.claws entry
14902
14903 2001-10-20 [hoa]        0.6.3claws29
14904
14905         * src/grouplistdialog.c
14906                 bugfix (another ?) to give the right
14907                 newsgroups list for each news server.
14908
14909         * src/news.c
14910         * src/news.h
14911                 improve the newsgroups list cache
14912
14913 2001-10-20 [paul]       0.6.3claws28
14914
14915         * sync with sylpheed 0.6.3cvs9
14916                 see ChangeLog entry 2001-10-19
14917
14918         * correct Alfons' last ChangeLog.claws entry
14919
14920 2001-10-19 [alfons]
14921
14922         * src/pgptext.[ch]
14923                 fix compilation problems (part of bug #472895)
14924
14925 2001-10-18 [hoa]        0.6.3claws27
14926
14927         * src/grouplistdialog.c
14928                 bugfix when we refresh was clicked (bug 472701)
14929
14930 2001-10-19 [christoph]  0.6.3claws26
14931
14932         * src/compose.c
14933                 last header entry should default to "To:" or
14934                 "Newsgroups:" and not copy the last entry line
14935                 in a new compose window
14936                 (closes bug #472686, #470792)
14937
14938 2001-10-19 [paul]       0.6.3claws25
14939
14940         * sync with Sylpheed 0.6.3cvs8
14941                 see ChangeLog entries 2001-10-18 and 2001-10-19
14942
14943 2001-10-18 [christoph]  0.6.3claws24
14944
14945         * src/procmsg.c
14946                 reimplement ignore thread
14947         
14948 2001-10-18 [hoa]        0.6.3claws23
14949
14950         * src/folderview.c
14951         * src/grouplistdialog.[ch]
14952                 enhanced news subscription interface (feature 469113)
14953
14954         * src/news.c
14955         * src/news.h
14956                 enchanced newsgroup listing,
14957                 now, we can get groups informations
14958                 (NNTPGroupInfo)
14959
14960 2001-10-18 [paul]       0.6.3claws22
14961
14962         * src/summaryview.c
14963                 remove comment (sync with main branch)
14964         * src/mainwindow.c
14965                 fix 'Re-edit' bug in 'Message' menu
14966
14967 2001-10-17 [christoph]  0.6.3claws21
14968
14969         * src/compose.c
14970                 ignore empty or whitespace only header lines
14971
14972 2001-10-17 [paul]       0.6.3claws20
14973
14974         * sync with sylpheed 0.6.3cvs7
14975                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14976                 2001-10-17
14977
14978 2001-10-17 [darko]
14979
14980         * src/compose.c
14981                 wrap long lines without spaces
14982                 don't wrap URLs
14983
14984 2001-10-16 [paul]
14985
14986         * po/es.po, po/nl.po, po/pt_BR.po
14987                 updated by Ricardo Mones Lastra, Alfons,
14988                 and Fabio Junior Beneditto
14989
14990         * sylpheed-0.6.3claws released
14991
14992 2001-10-15 [melvin] 0.6.3claws18
14993
14994         * README.claws
14995                 added summary and detailed installation instructions
14996                 for spell checker
14997         * po/fr.po
14998                 Updated, corrected and completed french translation
14999
15000 2001-10-15 [hoa] 0.6.3claws17
15001         * src/grouplistdialog.c
15002                 we can choose the newsgroups to display with wildcards
15003
15004 2001-10-15 [christoph]  0.6.3claws16
15005
15006         * src/account.c
15007         * src/compose.c
15008         * src/prefs_folder_item.[ch]
15009                 applied wwp <subscript@free.fr>'s folder
15010                 default account patch
15011         * po/de.po
15012                 Fixed wrong translation
15013
15014 2001-10-13 [alfons, christoph, melvin]  
15015                         0.6.3claws15
15016
15017         solution #2 to solve MT-safety problems defers all GUI related calls
15018         to the main thread using a gtk_idle_add() callback. discussed on
15019         ircnet #sylpheed, with christoph spotting some issues with the
15020         original code, and melvin allowing us to lobotomize his sylpheed.
15021
15022         * src/syldap.[ch], src/main.c
15023                 fix race problem in ldap search thread by deferring GUI 
15024                 stuff to main thread using gtk_idle_add()
15025
15026 2001-10-13 [paul]       0.6.3claws14
15027
15028         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15029                 add Sergey's smtpcred.patch
15030                 adds separate username/password setting for SMTP Auth
15031                 needed by some servers
15032                 (closes feature request #471659)
15033
15034 2001-10-13 [paul]       0.6.3claws13
15035
15036         * src/pgptext.[ch] **NEW FILES**
15037         * src/Makefile.am, src/messageview.c, src/mimeview.c
15038                 decrypt ascii-armored gpg text embedded in
15039                 the message body.
15040                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15041
15042 2001-10-13 [christoph]  0.6.3claws12
15043
15044         * README.claws
15045                 some more details on default to and
15046                 feature requests
15047         * src/main.c
15048                 init glib threading when ldap is used
15049         * src/syldap.c
15050                 threading fixes
15051         * po/de.po
15052                 fixed a typo
15053
15054 2001-10-12 [paul]       0.6.3claws11
15055
15056         * src/prefs_common.[ch], src/rfc2015.c
15057                 enable ascii-armored gpg text to be embedded in the
15058                 message body, selectable through the 'Privacy'
15059                 preferences. Supports encrypting only.
15060                 Submitted by Ravemax <ravemax@dextrose.com>
15061
15062 2001-10-12 [paul]       0.6.3claws10
15063
15064         * sync with sylpheed 0.6.3cvs6
15065                 see ChangeLog entries 2001-10-11 and 2001-11-12
15066
15067         * src/folderview.c
15068                 incorporated mbox folders, scoring, and folder
15069                 properties into the sync
15070
15071 2001-10-12 [darko]      0.6.3claws9
15072
15073         * README.claws
15074                 describe quotation wrapping
15075         * src/compose.c
15076                 don't treat tab as space to calculate line length properly
15077
15078 2001-10-11 [alfons]
15079
15080         * README.claws
15081                 correct description of how to make new filtering system work,
15082                 add some other things
15083                 
15084         * src/syldap.c
15085                 remove sched_yield() (not necessary / unportable)
15086
15087 2001-10-11 [paul]       0.6.3claws8
15088
15089         * sync with sylpheed 0.6.3cvs3
15090                 see ChangeLog entry 2001-10-10
15091
15092 2001-10-10 [christoph]  0.6.3claws7
15093
15094         * .cvsignore
15095                 ignore 2 files created by newer autotools
15096         * src/prefs_folder_item.c
15097                 using table for widget alignment
15098                 fixed memory leak and broken octal display
15099         * src/filesel.c
15100                 fixed segfault caused by lost filename
15101                 workaround (closes bug #469551)
15102
15103 2001-10-10 [paul]       0.6.3claws6
15104
15105         * sync with sylpheed 0.6.3cvs2
15106                 see ChangeLog entries 2001-10-09 and 2001-10-10
15107
15108 2001-10-10 [darko]      0.6.3.claws5
15109
15110         * src/gtkstext.c
15111                 proper calculation of right margin if smart wrapping is enabled
15112         * src/compose.c
15113                 automatically wrap long lines if wrap quotation is enabled
15114
15115 2001-10-09 [alfons]     0.6.3.claws4
15116
15117         * src/summaryview.c
15118                 select correct row when deleting last row in the summary view (and
15119                 close bug "[ #469104 ] select second last in list when deleting")
15120
15121 2001-10-09 [paul]       0.6.3claws3
15122
15123         * sync with sylpheed 0.6.3cvs1
15124                 updated some autotool scripts
15125
15126 2001-10-09 [darko]      0.6.3claws2
15127
15128         * src/gtkstext.[ch]
15129                 new name and mark with Sylpheed comment
15130         * src/compose.c
15131                 smart quotation wrapping a-la VIM
15132
15133 2001-10-08 [paul]       0.6.3claws1
15134
15135         * sync with sylpheed 0.6.3 release
15136                 see ChangeLog entry 2001-10-08
15137
15138 2001-10-08 [paul]       0.6.2claws24
15139
15140         * src/summaryview.c
15141                 more sync with sylpheed 0.6.2cvs12
15142                 Fixed the bug that didn't select the last row correctly
15143
15144
15145 2001-10-07 [paul]       0.6.2claws23
15146
15147         * sync with sylpheed 0.6.2cvs12
15148                 see ChangeLog entry 2001-10-07
15149
15150 2001-10-06 [match]
15151         * src/jpilot.[ch]
15152                 enable jpilot to read unsynch'ed addresses.
15153
15154         * src/editldap_basedn.c
15155                 fix segfault when opening dialog.
15156
15157 2001-10-06 [alfons]     0.6.2.claws22
15158
15159         * src/summaryview.c
15160                 fix bug with summary view selecting last *inserted*
15161                 node instead of last *visible* node. remember we
15162                 work with a tree
15163
15164 2001-10-06 [paul]       0.6.2claws21
15165
15166         * po/pt_BR.po
15167                 updated translation, contains some fixes and new
15168                 translations, submitted by Gustavo Noronha Silva
15169                 <kov@debian.org>
15170
15171         * src/prefs_common.c
15172                 change 'each' to 'every' - fix dubious English
15173
15174         * sync with sylpheed 0.6.2cvs11
15175
15176 2001-10-05 [alfons]     0.6.2claws20
15177
15178         * src/mainwindow.[ch], src/folderview.c
15179                 make composite tool button switch between "Compose News"
15180                 and "Compose Mail" depending on selected folder
15181                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15182
15183 2001-10-05 [paul]       0.6.2claws19
15184
15185         * src/mainwindow.c, src/summaryview.c
15186                 fix 'Message/Reply to all', broken in last commit
15187
15188         * src/compose.c
15189                 fix X_BEENTHERE seg fault, thanks to Alfons
15190
15191 2001-10-04 [paul]       0.6.2claws18
15192
15193         * src/compose.[ch], src/mainwindow.c
15194                 make "Message/Reply" reply to mailing lists; matches
15195                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15196                 based on portions of the patch submitted by
15197                 Junichi Uekawa <dancer@netfort.gr.jp>
15198
15199 2001-10-04 [darko]      0.6.2claws17
15200
15201         * src/compose.c
15202                 better smart wrapping
15203         * src/gtkstext.[hc]
15204                 a function to make text buffer contiguous
15205
15206 2001-10-03 [paul]       0.6.2claws16
15207
15208         * sync with sylpheed 0.6.2cvs10
15209
15210 2001-10-02 [alfons]
15211
15212         * configure.in
15213         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15214                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15215                 references to chinese translations (hope someone picks up
15216                 this)
15217
15218 2001-10-02 [christoph]  0.6.2claws15
15219
15220         * src/compose.c
15221                 fixed non translated header bug
15222         * ChangeLog.claws
15223                 fixed wrong date in alfons last entry ;)
15224
15225 2001-10-02 [alfons]     0.6.2claws14
15226
15227         * src/compose.c, src/prefs_common.[ch]
15228                 add block cursor option
15229
15230 2001-10-02 [paul]       0.6.2claws13
15231
15232         * sync with sylpheed 0.6.2cvs9
15233
15234 2001-09-30 [paul]       0.6.2claws12
15235
15236         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15237                 updated translations
15238
15239         * po/POTFILES.in
15240                 add 'src/importldif.c'
15241
15242         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15243                 added eudora-to-vCard conversion tool
15244                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15245
15246         * sync with sylpheed 0.6.2cvs8
15247
15248 2001-09-30 [paul]
15249
15250         * sylpheed-0.6.2claws released
15251
15252 2001-09-27 [melvin]     0.6.2claws11
15253
15254         * src/gtkspell.c
15255                 fixed crash when using default path (introduced 
15256                 in 0.6.2claws10)
15257                 fixed tiny bug for initial suggestion mode
15258
15259 2001-09-27 [melvin]     0.6.2claws10
15260         
15261         * src/gtkspell.c
15262                 fixed bug where gtkpspell didn't set the path correctly
15263
15264         * README.claws
15265                 added a paragraph about spell checking
15266                 
15267
15268
15269 2001-09-27 [paul]       0.6.2claws9
15270
15271         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15272                 replace '// comments' with '/* comments */' to prevent
15273                 some compiler warnings 
15274
15275         * sync with sylpheed 0.6.2cvs6
15276
15277 2001-09-26 [alfons]     0.6.2claws8
15278
15279         * src/messageview.c
15280                 introduce return receipt request notification again,
15281                 which was lost because of other semantics in 
15282                 procheader_parse() (???)
15283
15284 2001-09-26 [christoph]  0.6.2claws7
15285
15286         * src/compose.c
15287                 replace comments for old code with #if 0
15288                 readded auto cc, bcc and reply-to
15289         * src/prefs_matcher.c
15290         * src/prefs_scoring.c
15291                 removed some definition (was moved to
15292                 prefs.h)
15293
15294 2001-09-26 [paul]       0.6.2claws6
15295
15296         * src/mainwindow.c
15297                 make 'Follow-up and reply to' sensitive
15298
15299         * more sync with sylpheed 0.6.2cvs5
15300
15301 2001-09-25 [melvin]
15302
15303         * 0.6.2claws5
15304
15305         * src/gtkspell.c
15306                 fixed bug for "US-ASCII" introduced by the encoding code
15307
15308 2001-09-25 [paul]
15309
15310         * 0.6.2claws4
15311
15312         * src/prefs_common.[ch], src/summaryview.c
15313                 'next unread msg' 'go to next folder?' dialog can be
15314                 given default behaviour, either always show dialog,
15315                 or assume 'yes', or assume 'no'
15316                 Submitted by wwp <subscript@free.fr>
15317
15318 2001-09-25 [melvin]
15319                 
15320         * src/compose.c src/gtkspell.[ch]
15321                 added support for different encodings
15322
15323 2001-09-25 [paul]
15324
15325         * more sync with sylpheed 0.6.2cvs5
15326
15327 2001-09-24 [alfons]
15328         
15329         * src/prefs_folder_item.c
15330                 add check for item->prefs->default_to string is NULL and
15331                 add another check when freeing this string
15332
15333 2001-09-24 [paul]
15334
15335         * configure.in
15336                 change to version 0.6.2claws3
15337
15338         * sync with sylpheed 0.6.2cvs5 
15339
15340 2001-09-24 [match]
15341         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15342                 import LDIF files.
15343         * src/addrcache.[ch], addrindex.[ch]
15344                 small update for future
15345         * src/addrbook.c
15346                 fix test XML file.
15347
15348 2001-09-24 [melvin]
15349         * src/gtkspell.[ch]
15350                 added 'Learn from mistakes' option
15351                 better handling of quotes in checked words
15352                 sorted dict list
15353         * po/fr.po
15354                 small update for spell checking stuff
15355
15356 2001-09-23 [alfons]
15357         
15358         * src/gtkspell.c
15359                 edit a little bit so it complies more with main coding style
15360
15361 2001-09-23 [alfons]
15362
15363         * src/folder.[ch], prefs_folder_item.c, compose.c
15364                 migrate "request return receipt" folder property
15365                 to folderlist.xml
15366
15367 2001-09-22 [alfons]
15368
15369         * README.claws **NEW**
15370                 (add things of interest for users of main branch 
15371                 and claws here)
15372
15373         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15374                 re-implement threading per folder option, but store 
15375                 the setting in folderlist.xml (where it belongs)
15376
15377 2001-09-21 [melvin]
15378
15379         * src/gtkspell.[ch]
15380                 fixed bug when compose window is under another window
15381         * src/prefs_common.[ch] src/compose.c
15382                 changed 'dictionary_path' to 'dictionary' to be consistent
15383                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15384         * ac/pspell.m4 src/Makefile.am 
15385                 dropped PSPELL_PATH macro
15386         * po/fr.po
15387                 updated translations
15388
15389 2001-09-21 [christoph]
15390
15391         * src/compose.c
15392                 added border around header fields
15393                 keep header type when new field is added
15394
15395 2001-09-20 [christoph]
15396
15397         * src/utils.[ch]
15398                 more portable debug_print with source filename
15399                 and linenumber
15400         * src/procmsg.c
15401                 more newlines after debug messages
15402
15403 2001-09-20 [paul]
15404
15405         * configure.in
15406                 change to version 0.6.2claws2
15407
15408         * sync with sylpheed 0.6.2cvs3
15409
15410 2001-09-19 [melvin]
15411
15412         * src/gtkspell.c
15413                 fixed the post-right-click focus pb
15414                 fixed crash when 'Spell check all' after dict change 
15415                         and when cursor is at the end of the text
15416                 shift-right-click pops up config menu even on misspelled words.
15417         * po/POTFILES.in
15418                 added gtkspell.c
15419
15420 2001-09-19 [melvin]
15421
15422         * src/about.c
15423                 added pspell to compiled-in features list
15424
15425 2001-09-18 [melvin]
15426
15427         * switched to pspell and dropped ispell
15428         * ac/pspell.m4
15429                 new file. autoconf macro for pspell
15430         * ac/Makefile.am 
15431         * configure.in acconfig.h
15432                 added pspell support
15433         * src/Makefile.am
15434         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15435         * src/prefs_common.[ch] 
15436                 added pspell support
15437
15438 2001-09-18 [christoph]
15439
15440         * src/addr_compl.c
15441         * src/template.[ch]
15442                 replace LOG_MESSAGE with debug_print
15443         * src/compose.[ch]
15444                 gui improvements
15445         * src/menu.c
15446                 added newline after debug message
15447         * src/utils.h
15448                 using __VA_ARGS__ for debug_print macro
15449         * tools/.cvsignore
15450                 ignore Makefile and Makefile.in
15451
15452 2001-09-18 [paul]
15453
15454         * configure.in
15455                 change to version 0.6.2claws1
15456         * sync with sylpheed 0.6.2cvs1
15457
15458         * src/matcher.c 
15459         * src/prefs_matcher.c
15460                 add 'score equal to' option, submitted by
15461                 Paul Evans <nerd@freeuk.com>
15462
15463 2001-09-15 [christoph]
15464
15465         * src/mainwindow.c
15466                 comment out menu entry not existing in claws
15467         * src/menu.c
15468                 add debug output for non existing menu entries
15469         * src/summaryview.c
15470                 fix next/prev unread message for ignored threads
15471         * src/utils.[ch]
15472                 add sourcefile and line number to debug output
15473                 otherwise it is sometimes hard to find the
15474                 source code part if debug messages are translated
15475
15476 2001-09-14 [darko]
15477         
15478         * src/folderview.c
15479                 refresh target folder style after colour is changed
15480
15481 2001-09-13 [paul]
15482
15483         * configure.in
15484                 change to version 0.6.1claws3
15485
15486         * sync with sylpheed 0.6.1cvs6
15487
15488 2001-09-13 [darko]
15489         
15490         * src/folderview.c
15491                 fix target folder colourization to use user selected colour
15492
15493 2001-09-12 [darko]
15494         
15495         * src/summaryview.c
15496                 fix crash when message that is marked for copy/move is unmarked
15497
15498 2001-09-09 [paul]
15499
15500         * configure.in
15501                 change to version 0.6.1claws2
15502
15503         * sync with sylpheed 0.6.1cvs3
15504
15505 2001-09-09 [alfons]
15506         
15507         * src/folderview.c
15508                 fix bug with default font used for trash folder text
15509
15510 2001-09-06 [paul]
15511
15512         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15513                 updated translations
15514
15515         * configure.in
15516                 change to version 0.6.1claws1
15517
15518         * sync with sylpheed 0.6.1cvs2
15519
15520 2001-09-03 [paul]
15521
15522         * po/POTFILES.in
15523                 add Match's new addressbook
15524
15525         * po/de.po
15526                 updated translation submitted by Jens Oberender
15527
15528 2001-09-02 [paul]
15529
15530         * configure.in
15531                 change to 0.6.1claws
15532         * sync with sylpheed 0.6.1 release
15533
15534 2001-09-02 [paul]
15535
15536         * configure.in
15537                 change to 0.6.0claws2
15538
15539         * sync with sylpheed 0.6.0cvs4
15540
15541         * po/pt_BR.po
15542                 updated translation submitted by Fabio Junior Beneditto
15543
15544 2001-09-01 [match]
15545         * pixmaps/
15546                 interface.xpm
15547                 book.xpm
15548                 address.xpm
15549         * src/
15550                 Makefile.am
15551                 a ton of new files
15552
15553 2001-08-31 [paul]
15554
15555         * configure.in
15556                 change to version 0.6.0claws1
15557
15558         * sync with sylpheed 0.6.0cvs1
15559
15560         * po/es.po
15561                 updated translation submitted by Ricardo Mones Lastra
15562
15563         * po/POTFILES.in
15564                 add 'src/prefs_templates.c'
15565
15566         * src/compose.c, src/summaryview.c
15567                 fix segfault on 'Re_edit'               
15568
15569 2001-08-30 [alfons]
15570
15571         * configure.in, Makefile.am
15572         * tools/Makefile.am
15573                 add tools directory to source distribution
15574
15575 2001-08-30 [paul]
15576
15577         * configure.in
15578                 change to version 0.6.0claws
15579
15580         * sync with sylpheed 0.6.0 release
15581
15582 2001-08-30 [christoph]
15583
15584         * configure.in
15585                 removed autoconf version check
15586
15587 2001-08-30 [paul]
15588
15589         * src/account.c, src/compose.c, src/prefs_common.[ch]
15590         * src/procheader.[ch] src/utils.[ch]
15591                 Enhanced automatic account selection on replies
15592                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15593
15594         * configure.in
15595                 add LDAP and JPilot to the configuration results output.
15596
15597 2001-08-29 [christoph]
15598
15599         * src/summeryview.c
15600                 no bold font for ignored threads
15601
15602 2001-08-29 [paul]
15603
15604         * configure.in
15605                 change to version 0.5.3claws6
15606
15607         * sync with sylpheed 0.5.3cvs10
15608                 src/stringtable.[ch]: New Files
15609
15610         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15611         * src/pixmaps/sylpheed.xpm
15612                 add mini-icons to windows (by Alfons)
15613
15614 2001-08-27 [paul]
15615
15616         * src/mainwindow.c
15617                 new functions: next_labeled_cb(), prev_labeled_cb()
15618
15619         * src/summaryview.c
15620                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15621                 summary_select_next_labeled(), summary_select_prev_labeled()
15622
15623         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15624                 give claws blue folders and a blue trash can
15625
15626 2001-08-27 [paul]
15627
15628         * configure.in
15629                 change to version 0.5.3claws5
15630
15631         * sync with sylpheed 0.5.3cvs9
15632                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15633
15634 2001-08-24 [christoph]
15635
15636         * src/filesel.c
15637                 keep filename when browsing directories
15638                 (not working for user entered filename, but
15639                  for default name and selected filename from
15640                  file list)
15641         * src/mainwindow.c
15642                 fixed wrong spelling "Folllow-up"
15643         * src/mbox_folder.c
15644         * src/procmsg.c
15645         * src/summaryview.c
15646                 fixed new/unread message count with ignored
15647                 threads (2 commits, first didn't notice no
15648                 longer needed decreasing)
15649         * src/inc.c
15650                 readded scrolling of progress dialog
15651                 (lost in sync)
15652
15653 2001-08-24 [paul]
15654
15655         * configure.in
15656                 change to 0.5.3claws4
15657
15658         * sync with sylpheed 0.5.3cvs7
15659
15660 2001-08-24 [christoph]
15661
15662         * src/compose.c
15663                 set request return receipt when replying
15664                 if it is set is the folder prefs of the
15665                 message
15666         * src/inc.c
15667                 disable final error popup if popups are
15668                 disabled in config (again)
15669
15670 2001-08-23 [paul]
15671
15672         * configure.in
15673                 Change version number to 0.5.3claws3
15674
15675         * sync with sylpheed 0.5.3cvs5
15676
15677         * src/mimeview.c
15678                 double quote '%s' in 'gedit %s' to fix bug when
15679                 opening attachment with spaces in the name
15680
15681 2001-08-22 [alte]
15682         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15683           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15684                 initial message templates support
15685
15686
15687 2001-08-22 [paul]
15688
15689         * configure.in
15690                 change version number to 0.5.3claws2
15691
15692         * sync with sylpheed 0.5.3cvs4
15693
15694         * src/procmsg.h src/summaryview.c
15695                 re-implement (un)ignore thread
15696
15697 2001-08-21 [paul]
15698
15699         * src/summaryview.c
15700                 remove unnecessary code
15701         * src/compose.c
15702                 enable 'dynamic' signatures (submitted by
15703                 Eric Limpens <eric@hscg-internet.nl>)
15704
15705 2001-08-21 [paul]
15706
15707         clean up after sync with sylpheed 0.5.3 release
15708
15709         * src/folderview.c
15710                 fix re-introduced font mess, see Christoph's
15711                 entry 2001-06-24
15712
15713         * src/summaryview.c
15714                 remove prev_msgnum
15715                 use sylpheed's small font instead of
15716                 gtk default font for summary view
15717
15718
15719 2001-08-17 [paul]
15720
15721         * configure.in
15722                 add pl to ALL_LINGUAS - sync with main branch
15723
15724         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15725                 Updated. Translations by Jens Oberender, Ricardo Mones
15726                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15727
15728         * po/pl.po  ** NEW FILE **
15729                 sync with the main branch
15730
15731         * src/folderview.c
15732                 fix target folder colorizing and refresh problem
15733
15734
15735 2001-08-17 [christoph]
15736
15737         * src/mainwindow.c
15738                 claws uses 4 colors for target folder coloring.
15739                 arrays were not long enough and destroyed the
15740                 stack causing a segfault.
15741                 target folder colorizing does not work anymore
15742                 for me
15743
15744 2001-08-16 [paul]
15745
15746         * configure.in
15747                 change to version 0.5.3claws1
15748
15749         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15750           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15751           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15752
15753                 sync with sylpheed 0.5.3 release, but keep claws method of
15754                 configuring/saving fonts
15755
15756         * src/addressbook.[ch]
15757                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15758                 in line with a similar change in Hiroyuki's branch
15759
15760         * src/mainwindow.[ch]
15761                 disable main_window_set_thread_option()
15762         * src/prefs_folder_item.c
15763                 comment out &tmps_prefs.enable_thread,
15764         * src/mbox_folder.c, src/procmsg.[ch]
15765                 comment out MSG_IS_IGNORE_THREAD
15766         * src/summaryview.c
15767                 comment out summary_ignore_thread() and summary_unignore_thread()
15768                 comment out MSG_IS_IGNORE_THREAD
15769
15770                 use Hiroyuki's threading instead.
15771
15772
15773
15774 2001-08-15 [paul]
15775
15776         * src/account.c
15777                 use Hiroyuki's 0.5.3 column scheme but also
15778                 include the enable/disable button.
15779         * src/pixmaps/mark.xpm
15780                 add Hiroyuki's amended pixmap
15781
15782 2001-08-13 [christoph]
15783
15784         * src/account.c
15785                 receive at get all column showed wrong state for APOP
15786                 button should only work for POP3 and APOP accounts
15787         * src/prefs_account.c
15788                 added missing preprocessor statement for SSL
15789
15790 2001-08-12 [paul]
15791
15792         * src/account.[ch]
15793                 add 'receive at get all' column and enable/disable
15794                 button.
15795
15796 2001-08-06 [christoph]
15797
15798         * src/account.c
15799                 show usage of SSL in protocol column
15800
15801         * src/imap.c
15802         * src/inc.c
15803                 renamed ssl options
15804
15805         * src/prefs_account.[ch]
15806                 moved ssl options to a new page
15807
15808         * src/send.c
15809         * src/smtp.c
15810         * src/ssl.[ch]
15811                 renamed ssl options
15812                 added support for SMTP STARTTLS command
15813
15814 2001-08-05 [christoph]
15815
15816         * configure.in
15817                 debian autoconf needs version check to find
15818                 correct autoconf version. if the file is
15819                 named configure.in 2.13 is used, which does
15820                 not work with this configure.in script.
15821                 other solution would be to rename the script
15822                 to configure.ac as suggested in the autoconf
15823                 manual.
15824
15825         * src/inc.c
15826                 disable final error popup if popups are
15827                 diabled in config
15828
15829         * src/socket.c
15830                 bugfix in ssl_gets
15831                 fixes IMAP over SSL problem
15832
15833 2001-08-03 [paul]
15834
15835         * configure.in
15836                 change to 0.5.2claws1
15837
15838         * sync with sylpheed 0.5.2cvs1
15839
15840 2001-08-02 [alfons]
15841
15842         * configure.in
15843                 quick fix for ispell detection...
15844
15845 2001-08-01 [paul]
15846
15847         * configure.in
15848                 change to 0.5.1claws4
15849
15850         * sync with sylpheed 0.5.1cvs7
15851
15852 2001-07-31 [alfons]
15853
15854         * src/prefs_common.c, src/prefs_common.h, 
15855           src/gtkspell.c, src/gtkspell.h
15856                 add global spelling checker settings (compose tab) +
15857                 selection of dictionary 
15858           
15859         * configure.in  
15860                 guess valid ispell location
15861
15862 2001-07-31 [paul]
15863
15864         * po/POTFILES.in
15865                 removal of 'src/quote_fmt_parse.c'
15866         * po/de.po
15867                 Updated de.po
15868                 (submitted by Jens Oberender <didge@suse.de>)
15869
15870 2001-07-31 [darko]
15871
15872         * src/folder.[ch]
15873         * src/folderview.[ch]
15874         * src/mainwindow.c
15875         * src/mh.c
15876         * src/prefs_common.[ch]
15877         * src/summaryview.c
15878                 target folder colourization
15879
15880 2001-07-30 [paul]
15881
15882         more sync with Sylpheed 0.5.1cvs6 
15883
15884 2001-07-30 [darko]
15885
15886         * src/mh.c
15887         * src/prefs_folder_item.[hc]
15888         * src/summaryview.c
15889                 shared folders support with a GUI
15890
15891 2001-07-29 [paul]
15892
15893         0.5.1claws3
15894
15895         * sync with Sylpheed 0.5.1cvs6
15896
15897 2001-07-29 [paul]
15898
15899         * po/pt_BR.po
15900                 updated
15901                 (submitted by Fabio Junior Beneditto)
15902
15903 2001-07-28 [paul]
15904
15905         * src/procmime.c
15906         * AUTHORS
15907                 patch to correct bad image mime headers
15908                 (submitted by Don Quijote <dq@searchlores.org>)
15909
15910 2001-07-28 [paul]
15911
15912         * tools/gif2xface.pl   **NEW FILE**
15913         * tools/README
15914                 script to convert file.gif to file.xface for
15915                 use in a custom header.
15916                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15917
15918 2001-07-27 [alfons]
15919         
15920         * configure.in
15921                 change macros for detecting JPilot and LDAP
15922
15923 2001-07-27 [christoph]
15924
15925         * src/filtering.c
15926                 code cleanup (MIN / MAX warning, needed casting)
15927
15928 2001-07-27 [alfons]
15929
15930         * procheader.c
15931                 disallow setting flags when detecting certain headers
15932                 (X-Status, Status, Seen, X-Seen). 
15933         
15934         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15935
15936 2001-07-27 [christoph]
15937
15938         * src/prefs_filter.c
15939         * src/prefs_filtering.c
15940         * src/prefs_matcher.c
15941         * src/prefs_scoring.c
15942                 scroll list when moving rows up or down
15943
15944         * src/imap.c
15945         * src/imap.h
15946         * src/prefs_account.c
15947         * src/prefs_account.h
15948         * src/send.c
15949                 SMTP over SSL (untested, feedback requested)
15950                 IMAP over SSL
15951
15952         * src/ssl.c
15953                 code cleanup
15954
15955 2001-07-26 [alfons]
15956         
15957         * configure.in, acconfig.h
15958                 define CLAWS (need this for main / claws detection)
15959
15960 2001-07-25 [alfons]
15961
15962         * configure.in
15963                 Sylpheed 0.5.1claws2
15964                 
15965         * sync with Sylpheed 0.5.1cvs4
15966
15967 2001-07-25 [christoph]
15968
15969         * src/scoring.c
15970                 fixed segfault
15971                 item->prefs == NULL (don't know why)
15972
15973 2001-07-25 [alfons]
15974
15975         * configure.in
15976                 Sylpheed 0.5.1claws1
15977
15978         * sync with Sylpheed 0.5.1cvs1-3
15979
15980 2001-07-24 [christoph]
15981
15982         * src/folderview.c
15983         * src/prefs_folder_item.[ch]
15984                 added folderitem preferences dialog with
15985                 default To: and auto request return receipt
15986
15987         * src/compose.[ch]
15988         * src/menu.[ch]
15989                 changes to handle new folderitem preferences
15990
15991         * src/mainwindow.c
15992         * src/summaryview.c
15993                 call compose new mail with current folderitem
15994
15995 2001-07-24 [alfons]
15996
15997         Release Sylpheed 0.5.1claws
15998
15999         * configure.in
16000                 change to release version 0.5.1claws
16001
16002 2001-07-24 [christoph]
16003
16004         * src/summaryview.c
16005                 fixed segfault that happend when the selected
16006                 message was removed while retrieving new messages.
16007
16008         * po/es.po
16009                 updated translation
16010                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16011
16012 2001-07-22 [alfons]
16013
16014         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16015         this is a work in progress, for more information: http://nlpagan.net/sylman 
16016         
16017         * configure.in, src/mainwindow.c, manual/Makefile.am
16018                 add support for English manual
16019
16020         * AUTHORS
16021                 add authors of user manuals
16022
16023         * manual/en/sylpheed*.html
16024                 add English documentation
16025
16026 2001-07-22 [christoph]
16027
16028         * po/POTFILES.in
16029                 added src/ssl.c
16030         * src/ssl.c
16031                 changed a wrong debug message
16032
16033 2001-07-22 [alfons]
16034
16035         * po/nl.po
16036                 update Dutch translation
16037
16038         * src/prefs_filtering.c, 
16039           src/prefs_matcher.c
16040                 add more translatable strings           
16041
16042 2001-07-21 [alfons]
16043
16044         0.5.0claws7
16045
16046         * configure.in
16047                 change version
16048
16049         * src/inc.c, src/summaryview.[ch]
16050                 prevent update of mark file when filtering has done, by
16051                 using a variable; this affects two functions:
16052                         inc.c::inc_finished()
16053                         summaryview.c::summary_show()
16054
16055 2001-07-20 [alfons]
16056
16057         * src/filtering.[ch], src/prefs_filtering.c, 
16058           src/matcher.[ch]
16059                 add filtering action for label coloring 
16060
16061         * po/POTFILES.in
16062                 add labelcolors.c
16063
16064         * added src/labelcolors.c
16065         * added src/labelcolors.h
16066         * src/Makefile.am, src/summaryview.c
16067                 rearrange label coloring code
16068
16069         * src/procmsg.h
16070                 add more parentheses so label colouring works correctly
16071
16072         * src/filtering.c
16073                 don't really delete message, but move it to Trash
16074
16075         * src/prefs_matcher.c
16076                 add quote options to info dialog
16077
16078 2001-07-20 [christoph]
16079
16080         * src/Makefile.am
16081         * src/inc.c
16082         * src/main.[ch]
16083         * src/socket.h
16084         * src/ssl.[ch] (new)
16085                 moved ssl stuff to a seperate file
16086
16087 2001-07-20 [darko]
16088
16089         * src/summaryview.c
16090                 fix show sender using address book with no e-mail
16091                 address in From: field
16092
16093 2001-07-19 [alfons]
16094
16095         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16096                 fix messy handling of escaping... now at least the
16097                 execute command is useful. escape char is '\', we
16098                 accept \n and \r too. 
16099
16100                 Real life example:
16101                 
16102                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16103                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16104
16105 2001-07-18 [alfons]
16106
16107         0.5.0claws6
16108
16109         * src/summaryview.c
16110                 clean up
16111
16112         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16113           src/procmsg.[ch]
16114                 revise filtering; currently move, copy, marking have
16115                 been tested. if you like bleeding edge stuff, you
16116                 should definitely go for this version :)
16117
16118         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16119
16120 2001-07-17 [christoph]
16121
16122         * src/utils.c
16123                 timestamp log
16124
16125 2001-07-17 [alfons]
16126
16127         0.5.0claws5
16128
16129         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16130           bits in the mark file, without affecting either branch. Lots of
16131           files changed, also in claws branch.
16132
16133           UNTESTED: use of mbox folders
16134
16135         * src/summaryview.c
16136                 added mark all read; however this was a quick hack used for
16137                 cleaning up mess after initial merge with Hiroyuki
16138
16139         * configure.in
16140                 change claws version number back to 0.5.0claws5 to clear up 
16141                 confusion & pretension (recent release was technically 
16142                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16143
16144 2001-07-16 [alfons]
16145
16146         sync with Hiroyuki's 0.5.0cvs4
16147
16148 2001-07-16 [alfons]
16149
16150         0.5.1claws3
16151
16152         * src/filtering.[ch]
16153                 remove invalid updating of mark files for 
16154                 filter actions MATCHING_ACTION_MOVE and 
16155                 MATCHING_ACTION_DELETE; this should fix the
16156                 folder update bug
16157                 
16158         * src/procmsg.c
16159                 revert Christoph's stab at fixing the folder 
16160                 update bug
16161
16162         * po/POTFILES.in
16163                 add missing files with translatable strings
16164
16165         * src/summaryview.c
16166                 remove debug print
16167
16168 2001-07-15 [alfons]
16169
16170         * src/addr_compl.[ch], src/prefs_filtering.c
16171                 make "filtering pref dialog's destination entry" an
16172                 "address completable entry", if filter destination is 
16173                 an email address
16174
16175         0.5.1claws2
16176         
16177         sync with Hiroyuki's 0.5.0cvs2-3
16178
16179 2001-07-15 [christoph]
16180
16181         * src/procmsg.c
16182                 fixed folder stats update after incorporation
16183
16184 2001-07-15 [alfons]
16185
16186         * src/summaryview.c
16187                 * finish label colouring stuff (for now)
16188                 * fix incorrect colour bug (off by one) 
16189
16190 2001-07-14 [alfons]
16191
16192         * src/mainwindow.c
16193                 change text labels for news and mail message so there's
16194                 plenty of toolbar estate left
16195
16196         * configure.in
16197                 0.5.1claws1
16198
16199         * src/folderview.c
16200           src/folder.[ch]
16201                 sync with Hiroyuki's 0.5.0cvs1
16202
16203         * src/summaryview.c
16204                 more rewrite label colouring
16205
16206 2001-07-14 [alfons]
16207
16208         * src/summaryview.[ch]
16209                 * start rewrite label colouring 
16210                 * fix proper location "Add Sender To Addressbook" menu item
16211
16212 2001-07-13
16213
16214         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16215         (actually this is 0.5.0claws4)
16216
16217 2001-07-13 [alfons]
16218
16219         * po/pt_BR.po
16220                 * fix duplicate message
16221                 * add updated Portugese / Brazilian translation
16222                   submitted by Fabio Junior Beneditto
16223
16224 2001-07-12 [alfons]
16225
16226         * AUTHORS
16227                 add Jens
16228
16229         * po/nl.po
16230                 add updated Dutch translation
16231
16232         * po/de.po
16233                 add updated German translation submitted by Jens
16234
16235 2001-07-11 [alfons]
16236
16237         Prerelease before 0.5.0claws. Please test.
16238         This version is temporarily tagged as VERSION_0_5_0_TEST
16239
16240         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16241           src/prefs_scoring.c, src/prefs_matcher.c, 
16242           src/prefs_filtering.c, src/mbox.c, 
16243           src/main.c, src/inc.c, src/filtering.[ch]
16244                 revert new Hoa's new matcher (does not work yet)
16245
16246         * src/Makefile.am
16247                 clean up
16248
16249 2001-07-10
16250
16251         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16252
16253
16254 2001-07-10 [alfons]
16255
16256         * Makefile.am
16257                 add ChangeLog.claws to EXTRA_DIST
16258         * src/Makefile.am
16259                 add matcher_parser_parse.h to EXTRA_DIST
16260
16261 2001-07-10 [christoph]
16262
16263         * src/inc.c
16264                 add destination folder to table of
16265                 folders that need to be updated after
16266                 incorporation
16267
16268 2001-07-10 [alfons]
16269
16270         * folder.[ch]
16271           folderview.c
16272                 make collapse state of folders and folder items persistent, i.e.
16273                 if you collapse a folder tree, the next time sylpheed-claws starts 
16274                 up the folder tree remains collapsed.  
16275                 
16276 2001-07-10 [christoph]
16277
16278         * acconfig.h
16279         * configure.in
16280                 added --enable-ssl
16281         * src/md5.[ch]
16282                 renamed MD5_CTX to MD5_CTX_syl
16283                 conflicts with a struct in openssl
16284         * src/inc.c
16285         * src/main.[ch]
16286         * src/prefs_account.[ch]
16287         * src/socket.[ch]
16288                 SSL support for POP
16289         * src/mainwindow.c
16290                 fixed compose with current account
16291                 broken by new compose button stuff
16292
16293 2001-07-09 [hoa]
16294
16295         * AUTHORS
16296                 changed my email address
16297
16298         * src/matcher_parser_parse.y
16299                 clean the parser to remove conflicts
16300
16301 2001-07-09 [alfons]
16302
16303         * AUTHORS
16304                 add Match Grun
16305
16306         * configure.in
16307                 fix incorrect description of --enable-ldap parameter
16308
16309         * src/prefs_common.[ch]
16310           src/compose.c
16311                 add experimental option "smart wrapping" which makes the
16312                 compose editor auto wrap.
16313                 
16314                 | TODO: the problem with the buggy cursor handling is caused |
16315                 | by the GtkText. when deleting / backspacing text its       |
16316                 | wrapping algorithm does not take in account the previous   |
16317                 | line. should find a way to hack this in.                   |
16318                 | or should perhaps combine this with the word wrapping      |
16319                 | patch i wrote in january.                                  |
16320
16321         * src/about.c
16322                 show build parameters for LDAP and JPilot
16323
16324         * src/summaryview.c
16325                 revert Christoph's bugfix for selecting next unread message, 
16326                 because folder stats aren't updated correctly
16327
16328 2001-07-08 [hoa]
16329
16330         * src/filtering.c
16331         * src/mainwindow.c
16332         * src/matcher.c
16333         * src/matcher_parser_lex.l
16334         * src/matcher_parser_parse.y
16335         * src/prefs_filtering.c
16336         * src/prefs_scoring.c
16337         * src/scoring.c
16338                 bugfix of the config file parser
16339
16340 2001-07-08 [alfons]
16341
16342         * src/Makefile.am
16343                 added generated matcher sources to BUILT_SOURCES
16344
16345 2001-07-08 [hoa]
16346
16347         * src/Makefile.am
16348         * src/.cvsignore
16349                 added new config file parser
16350
16351         * src/scoring.[ch]
16352         * src/filtering.[ch]
16353         * src/matcher.[ch]
16354         * src/prefs_filtering.c
16355         * src/prefs_matcher.c
16356         * src/prefs_scoring.c
16357         * added src/matcher_parser.h
16358         * added src/matcher_parser_lex.h
16359         * added src/matcher_parser_lex.l
16360         * added src/matcher_parser_parse.y
16361                 lex & yacc config file parser
16362
16363         * src/mbox.c
16364         * src/inc.c
16365         * src/main.c
16366                 changes prefs_filtering into global_filtering           
16367
16368         * src/summaryview.c
16369                 build threads with subjects only if "Re: " is at the
16370                 beginning of the subject
16371
16372 2001-07-07 [paul]
16373
16374         0.5.0claws
16375
16376         sync with sylpheed 0.5.0
16377                 change of version number only
16378
16379 2001-07-06 [paul]
16380
16381         0.5.0claws5
16382
16383         sync with sylpheed 0.5.0pre5
16384
16385 2001-07-05 [paul]
16386
16387         sync with sylpheed 0.5.0pre4 release
16388                 /po and /manual/ja not sync'ed
16389
16390 2001-07-04 [paul]
16391
16392         more sync with sylpheed 0.5.0pre4
16393
16394 2001-07-03 [christoph]
16395
16396         * src/addressbook.c
16397                 fixed address book broken by address book
16398                 for VCard, JPilot, LDAP
16399
16400 2001-07-03 [alfons]
16401
16402         * src/matcher.c
16403         * src/textview.c
16404                 stopped memory leaks
16405
16406 2001-07-03 [paul]
16407
16408         more sync with sylpheed 0.5.0pre4
16409
16410 2001-07-02 [match]
16411
16412         * included address book patch for VCard, JPilot, LDAP
16413         * pref_common.c - fixed Font options on Display tab (cosmetic)
16414         * alertpanel.c - fixed truncated message
16415
16416 2001-07-02 [christoph]
16417
16418         * src/mbox_folder.c
16419         * src/procmsg.[ch]
16420         * src/summaryview.c
16421                 mark threads for ignoring
16422
16423 2001-07-02 [paul]
16424
16425         0.5.0claws4
16426
16427         * sync with sylpheed 0.5.0pre4
16428                 updated gettext to 0.10.38.
16429
16430 2001-07-01 [paul]
16431
16432         * src/ mainwindow.c
16433         * src/procmsg.h
16434         * src/summaryview.[ch]
16435                 new right-click option: Label.
16436                 substitute for 'Mark-->Mark/Unmark', colours the line.
16437                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16438
16439 2001-07-01 [christoph]
16440
16441         * src/folderview.c
16442                 fixed font for trash
16443         * src/summaryview.c
16444                 move ctree to unread message
16445
16446 2001-07-01 [paul]
16447
16448         * sync with sylpheed 0.5.0pre3 release
16449
16450 2001-06-30 [alfons]
16451
16452         * src/filesel.[ch]
16453         * src/compose.c
16454                 allow inserting / attaching multiple files in
16455                 the composer window
16456
16457 2001-06-30 [paul]
16458
16459         * src/codeconv.c
16460                 small change to Alfons' previous stuff so that it
16461                 actually makes
16462
16463 2001-06-30 [alfons]
16464
16465         * lots of files changed; first attempt to merge the changes
16466           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16467
16468 2001-06-30 [paul]
16469
16470         * po/pt_BR.po
16471                 updated and completed, translations by Fabio
16472                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16473
16474 2001-06-29 [alfons]
16475
16476         * src/compose.c
16477         * src/mimeproc.[ch]
16478                 allow selecting an attached files' mime type from a 
16479                 list of types.
16480
16481 2001-06-29 [paul]
16482
16483         * more sync with sylpheed 0.5.0pre3
16484
16485 2001-06-29 [paul]
16486
16487         * po/pt_BR.po
16488                 merge with sylpheed.pot and pt_BR.po provided by
16489                 Fabio Junior Beneditto.
16490
16491 2001-06-29 [darko]
16492
16493         * src/procmime.c
16494                 make MIME types case insensitive
16495
16496 2001-06-28 [alfons]
16497
16498         * po/nl.po
16499                 merge with sylpheed.pot and old nl.po; translations added.
16500
16501 2001-06-28 [paul]
16502
16503         * more sync with sylpheed 0.5.0pre3
16504
16505 2001-06-27 [alfons]
16506
16507         * src/summaryview.c
16508                 don't crash when removing parent node of messages
16509                 attracted by subject. this was caused by not deleting
16510                 the parent node from the subject line hash table.
16511
16512 2001-06-27 [alfons]
16513
16514         * src/summaryview.c
16515         * src/compose.[ch]
16516         * src/mainwindow.c
16517                 if there are multiple messages selected, allow forwarding
16518                 them as attachments.
16519
16520 2001-06-27 [paul]
16521
16522         * more sync with sylpheed 0.5.0pre3
16523
16524 2001-06-26 [paul]
16525
16526         0.5.0claws3
16527
16528         * sync with sylpheed 0.5.0pre3
16529
16530 2001-06-25 [paul]
16531
16532         * src/mainwindow.c
16533                 fixed 'compose news article' bug
16534                 from icon-and-text toolbar
16535
16536 2001-06-25 [paul]
16537
16538         * sync with sylpheed 0.5.0pre2 release
16539
16540 2001-06-24 [christoph]
16541
16542         * src/prefs_common.c
16543                 bug fix in font selection
16544         * src/folderview.c
16545                 use sylpheed's normal font instead of
16546                 gtk default font for folders without
16547                 new messages
16548
16549 2001-06-24 [alfons]
16550
16551         * src/mainwindow.[ch]
16552                 added composite compose mail / news button (an idea by Leandro
16553                 Pereira <leandro@linuxmag.com.br>)
16554
16555 2001-06-24 [paul]
16556
16557         Added instructions for ldif-to-xml.py
16558
16559         * tools/README
16560
16561 2001-06-23 [alfons]
16562
16563         Some minor things.
16564
16565         * src/pixmaps/stock_news_compose.xpm
16566                 added pixmap by Leandro
16567         * src/prefs_common.c
16568                 tested built-in spelling checker of GCC 3.0 :)
16569         * po/nl.po
16570                 merged dutch translation of sylpheed-main with
16571                 sylpheed.pot
16572
16573 2001-06-23 [paul]
16574
16575         Added tools directory and files.
16576
16577         * tools/filter_conv.pl
16578                 converts old filter system to new filtering system
16579         * tools/ldif-to-xml.py
16580                 converts netscape addressbook to sylpheed addressbook
16581         * tools/README
16582                 descriptions/instructions for above two files
16583
16584 2001-06-23 [christoph]
16585
16586         * src/inc.c
16587         * src/manage_window.[ch]
16588         * src/prefs_common.[ch]
16589                 mail retrieval dialog can be enabled, disabled
16590                 or hidden if non of sylpheed's windows is active
16591
16592 2001-06-22 [paul]
16593
16594         0.5.0claws2
16595
16596         * sync with sylpheed 0.5.0pre2
16597
16598 2001-06-21 [christoph]
16599
16600         * src/summaryview.c
16601                 show recipient on 'from' for all accounts
16602                 
16603         * src/inc.c
16604         * src/prefs_common.[ch]
16605                 disable error popup on mail receive errors
16606
16607 2001-06-21 [alfons]
16608
16609         * src/compose.c
16610                 made the ruler correctly appear and disappear.
16611
16612         * src/Makefile.am
16613                 removed Hoa's work-in-progress-stuff (interesting!) so 
16614                 claws compiles ok.
16615
16616 2001-06-20 [christoph]
16617
16618         * src/inc.c
16619         * src/progressdialog.c
16620                 added scrolled window for list in progressdialog
16621
16622 2001-06-20 [paul]
16623
16624         sync with sylpheed 0.5.0pre1 release
16625
16626 2001-06-20 [christoph]
16627
16628         * src/summeryview.c
16629                 make building threads by subject work when
16630                 thread view is enabled
16631                 
16632         * src/compose.c
16633         * src/prefs_common.[ch]
16634                 automatically select account for mail replys
16635
16636 2001-06-19 [sergey]
16637
16638         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16639         they are filled in from the account settings.
16640
16641 2001-06-19 [paul]
16642
16643         * more sync with sylpheed 0.5.0pre1
16644
16645 2001-06-18 [alfons]
16646
16647         * src/Makefile.am,
16648           src/procmime.c
16649                 added --sysconfdir to CPPFLAGS for pointing to the correct
16650                 location of mime.types. 
16651
16652                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16653                 or ./configure!
16654
16655 2001-06-18 [hoa]
16656
16657         * src/summaryview.c
16658                 fixed some bug when building threads
16659
16660 2001-06-18 [pau]l
16661
16662         * src/prefs_account.c
16663                 UI stuff: More changes to the English
16664
16665 2001-06-18 [paul]
16666
16667         * src/pixmaps/stock_news_compose.xpm: new file
16668         * src/Makefile.am
16669         * src/mainwindow.c
16670         * src/summaryview.c
16671                 Added new icon for Hoa's 'compose a news
16672                 message', plus minor improvements to the
16673                 English
16674
16675         * po/ja.po
16676         * ChangeLog
16677         * ChangeLog.jp
16678                 more sync with sylpheed 0.5.0pre1
16679
16680 2001-06-18 [hoa]
16681
16682         * src/compose.[ch]
16683         * src/mainwindow.c
16684                 Follow-up and reply to
16685
16686         * src/summaryview.[ch]
16687                 Build threads also with subjects
16688
16689 2001-06-17 [hoa]
16690
16691         * src/compose.c
16692                 forwarding use the current account.
16693
16694         * src/mainwindow.c
16695                 the "compose message" button has been replaced with
16696                 "new mail" and "new news" buttons
16697
16698         * src/prefs_common.[ch]
16699                 added a configuration option to use the forward button
16700                 as "forward as attachment"
16701                 changed reply and forward format description
16702
16703         * src/quote_fmt_lex.l
16704         * src/quote_fmt_parse.y
16705                 added message with no signature in format for reply
16706                 and forward.
16707
16708 2001-06-17 [paul]
16709
16710         Minor UI stuff
16711
16712         * src/mainwindow.c
16713         * src/summaryview.c
16714                 Improvements to the English
16715
16716         * src/prefs_common.c
16717                 Improvements to the English and some
16718                 clarity/continuity improvements in the
16719                 description of Quote symbols.
16720
16721 2001-06-17 [paul]
16722
16723         0.5.0claws1
16724
16725         * sync with sylpheed 0.5.0pre1
16726
16727 2001-06-17 [hoa]
16728
16729         * src/compose.c
16730                 Better interface for compose, displayed fields
16731                 are updated whenever we change account.
16732                 Newsgroups field is automatically filled.
16733
16734         * src/mainwindow.c
16735                 Newsgroups field is automatically filled.
16736
16737         * src/prefs_account.c
16738                 Some interface stuff when fields appear and
16739                 disappear.
16740
16741 2001-06-16 [paul]
16742
16743         0.4.99claws
16744
16745         * sync with sylpheed 0.4.99
16746
16747 2001-06-16 [sergey]
16748
16749         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16750         base64_decoder_free, base64_decoder_decode): new object and
16751         functions for decoding base64 streams.
16752         * src/procmime.c (procmime_decode_content): modified to use the
16753         new base64 decoder.
16754
16755 2001-06-15 [paul]
16756
16757         0.4.99claws10
16758
16759         * sync with sylpheed 0.4.99cvs11
16760
16761 2001-06-13 [paul]
16762
16763         0.4.99claws9
16764
16765         * sync with sylpheed 0.4.99cvs9
16766
16767 2001-06-13 [hoa]
16768
16769         * src/compose.c
16770         * src/prefs_account.c
16771
16772                 SMTP server can be defined in the news account
16773                 mime type of attachment are kept.
16774
16775         * src/summaryview.c
16776
16777                 now choose the highest important score between default
16778                 and important score of folder.
16779
16780 2001-06-09 [alfons]
16781         
16782         * src/prefs_common.c: 
16783
16784                 (prefs_quote_description_create): corrected description of 
16785                 quote format characters
16786
16787 2001-06-09 [paul]
16788
16789         0.4.99claws8
16790
16791         * sync with sylpheed 0.4.99cvs8
16792
16793 2001-06-08 [sergey]
16794
16795         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16796         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16797
16798 2001-06-08 [paul]
16799
16800         0.4.99claws7
16801
16802         * sync with sylpheed 0.4.99cvs7
16803
16804 2001-06-06 [sergey]
16805
16806         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16807         clashes with autogenerated header).
16808         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16809         * src/Makefile.am: added quote_fmt.h.
16810         * src/.cvsignore: added lex/yacc autogenerated files
16811         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16812
16813 2001-06-06 [paul]
16814
16815         0.4.99claws6
16816
16817         * sync with sylpheed 0.4.99cvs6
16818
16819 2001-06-06 [hoa]
16820
16821         * added src/quote_fmt_parse.h
16822         * src/compose.c
16823                 removed warnings
16824
16825         * src/prefs.[ch]
16826                 don't modify readonly configuration files
16827
16828         * src/prefs_account.c
16829         * src/prefs_common.c
16830         * src/prefs_customheader.c
16831         * src/prefs_display_header.c
16832         * src/prefs_filter.c
16833         * src/prefs_filtering.c
16834         * src/prefs_scoring.c
16835                 don't open dialog box when configuration files
16836                 are readonly
16837
16838 2001-06-05 [sergey]
16839
16840         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16841
16842         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16843         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16844         BUILT_SOURCES to make all files rebuild properly.
16845
16846         * src/compose.c: removed #include "quote_fmt.tab.h".
16847
16848         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16849         CHARACTER value in yylval.
16850
16851         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16852         receive CHARACTER value by documented means (yylval).
16853
16854         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16855
16856 2001-06-05 [hoa]
16857
16858         * src/Makefile.am
16859                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16860
16861         * src/filtering.c
16862         * src/matcher.c
16863         * src/matcher.h
16864         * src/prefs_filtering.c
16865                 now keep the configuration for execute action
16866
16867         * src/mbox_folder.c
16868                 fixed a warning
16869
16870 2001-06-05 [paul]
16871
16872         * sync with sylpheed 0.4.99cvs5
16873
16874 2001-06-05 [hoa]
16875
16876         * src/Makefile.am
16877                 added quote_fmt.[ch]
16878
16879         * added src/quote_fmt.y
16880         * added src/quote_fmt.l
16881         * added src/quote_fmt.tab.h
16882         * added src/quote_fmt.tab.c
16883         * added src/lex.quote_fmt.c
16884                 parsing configuration for replying
16885                 and forwarding
16886
16887         * src/prefs_common.[ch]
16888                 added configuration UI for replying
16889                 and forwarding
16890
16891         * src/compose.c
16892                 using configuration for replying
16893                 and forwarding
16894
16895 2001-06-04 [hoa]
16896
16897         * src/filtering.c
16898         * src/matcher.c
16899         * src/matcher.h
16900         * src/prefs_filtering.c
16901         * src/prefs_matcher.c
16902         * src/prefs_matcher.h
16903                 action "run a command" for filtering
16904                 and matching with a command.
16905                 fixed the "whole message" matching
16906
16907         * src/mbox_folder.c
16908                 changed temporary filename for security
16909
16910         * src/messageview.c
16911                 queue the notification if it fails to send.
16912
16913         * src/prefs_common.c
16914         * src/prefs_folder_item.c
16915                 changed the default important score             
16916
16917         * src/prefs_scoring.c
16918         * src/scoring.c
16919                 hide kill score input when the folder is not
16920                 a newsgroup
16921
16922 2001-06-03 [alfons]
16923
16924         * src/prefs_common.c:
16925
16926                 (prefs_font_select): pass font name in font entry box to font
16927                 selection dialog.
16928
16929 2001-06-03 [sergey]
16930
16931         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16932
16933 2001-06-03 [paul]
16934
16935         * sync with sylpheed 0.4.99cvs4
16936
16937 2001-06-03 [alfons]
16938
16939         * src/headerwindow.c:
16940
16941                 (headerwindow_show_cb): use the selected summary view item, not
16942                 the displayed item.
16943
16944 2001-06-02 [alfons]
16945
16946         * src/headerwindow.c:
16947
16948                 (headerwindow_show_cb): always try to show msginfo
16949
16950 2001-06-02 [hoa]
16951
16952         * src/compose.c
16953                 keep attached parts when reediting or forwarding.
16954
16955 2001-06-01 [hoa]
16956
16957         * src/folderview.c
16958         * src/prefs_folder_item.[ch]
16959         * src/prefs_scoring.[ch]
16960         * src/scoring.[ch]
16961         * src/summaryview.[ch]
16962         * src/main.c
16963         * src/mainwindow.c
16964         * src/prefs_common.[ch]
16965                 support for folder scoring
16966                 kill score and important score for messages
16967         
16968         * src/prefs_account.c
16969                 some display bug fixed for local account
16970                 preferences
16971
16972 2001-05-31 [alfons]
16973
16974         * src/summaryview.c:
16975
16976                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16977                 sender to address book menu item is disabled.
16978
16979 2001-05-30 [hoa]
16980
16981         * src/filtering.[ch]
16982         * src/summaryview.c
16983                 handling summary menu / filter messages
16984
16985         * src/folder.[ch]
16986                 add some stuff
16987
16988         * src/foldersel.c
16989                 imap folders now appears in list
16990
16991         * src/mbox_folder.c
16992                 doesn't crash if destination mail is not writeable
16993
16994 2001-05-29 [hoa]
16995
16996         * src/compose.c
16997                 removed some warnings
16998
16999         * src/filtering.c
17000         * src/folder.[ch]
17001         * src/prefs_filtering.c
17002                 global string to identify any folders           
17003                 removed some debug info
17004                 filtering to mbox folders is now possible
17005
17006         * src/mainwindow.c
17007                 removed some warnings
17008
17009         * src/mbox_folder.c
17010                 permission on files are changed to read/write for user only,
17011                 nothing for other.
17012                 creation of subfolder is handled better.
17013
17014 2001-05-28 [alfons]
17015
17016         Verified the sync for src/prefs_common.[ch] and
17017         src/prefs_account.[ch]. I believe there were some
17018         minor indentation differences.
17019
17020 2001-05-28 [paul]
17021
17022         0.4.99claws3
17023
17024         * sync with 0.4.99cvs3
17025
17026 2001-05-28 [hoa]
17027
17028         * src/compose.c
17029                 handling flags for mbox format
17030
17031         * src/filtering.c
17032                 use of mark file only for MH format
17033                 handling flags for mbox format
17034                 filtering cannot yet move or copy mails to mbox folders.
17035
17036         * src/folder.[ch]
17037                 changed move_msg, copy_msg,
17038                 move_msgs_with_dest, copy_msgs_with_dest functions
17039                 uses only folder->copy_msg() function
17040                 uses folder->finished_copy() to handle the destination
17041                 folder at the end of the copy or move operation.
17042
17043         * src/foldersel.c
17044                 included mbox directories.
17045
17046         * src/folderview.[ch]
17047         * src/mainwindow.c
17048                 handle folders operation for mbox format
17049
17050         * src/mbox.c
17051                 disable conversion of "From " header
17052
17053         * src/mbox_folder.[ch]
17054                 completion of mbox format handling
17055
17056         * src/mh.c
17057                 changed mh_copy_msg() function and
17058                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17059                 mh_copy_msgs_with_dest()
17060
17061         * src/prefs_filtering.c
17062                 removed some warnings
17063
17064         * src/prefs_matcher.c
17065                 default boolean operation is AND
17066
17067         * src/procheader.c
17068                 handling flags for mbox format
17069                 handling of "From " header
17070
17071         * src/procmsg.[ch]
17072                 removed data field
17073                 added MSG_REALLY_DELETED flags to handle deletion of
17074                 messages in mbox format.
17075
17076         * src/summaryview.c
17077                 handling flags for mbox format
17078                 disable the MSG_DELETED flags when messages
17079                 are deleted in mbox format
17080
17081         * src/textview.c
17082                 "From " headers display fixed.
17083
17084 2001-05-27 [alfons]
17085
17086         * src/textview.c:
17087                 
17088                 (get_email_part): skip quoted email addresses, like in e.g.
17089                 "'alfons@proteus.demon.nl'".
17090
17091 2001-05-26 [alfons]
17092
17093         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17094         and fixing the persistence troubles when using separate windows.
17095
17096         * src/mainwindow.c:
17097         
17098             Added #define SEPARATE_ACTION used in the gtk item factory for 
17099             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17100                 use gtk_item_factory_get_widget_by_action() to get the items.
17101                 
17102             Removed separate_widget_cb from the gtk item factory data   
17103           
17104             (mainwindow_create): connect separate_widget_cb() to check
17105             menu item "toggled" signal. also passing a MainWindow pointer
17106                 as object data for both check menu items.
17107                 
17108             (separate_widget_cb): definition of separate_widget_cb() to match
17109             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17110                 window using gtk_object_get_data(). The type of window separation 
17111                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17112         
17113         * src/prefs_filtering.c,
17114           src/prefs_matcher.c: added horizontal scrollbars
17115
17116 2001-05-25 [darko]
17117
17118         * src/headerview.c
17119                 fix segfault with invalid bold font
17120         * src/summaryview.c
17121                 correctly display summary stats after row is marked
17122
17123 2001-05-23 [sergey]
17124
17125         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17126         encodings with libjconv.
17127
17128 2001-05-23 [hoa]
17129
17130         * src/Makefile.am
17131                 added mbox_folder.[ch]
17132         * src/defs.h
17133                 mbox temporary folder
17134         * src/folder.[ch]
17135         * added src/mbox_folder.[ch]
17136         * src/folderview.c
17137         * src/procheader.[ch]
17138                 added mbox support
17139         * src/mbox.c
17140                 bugfix for file incorporation filtering
17141         * src/imap.c
17142                 enable creation of MBOX
17143         * src/prefs_display_header.c
17144                 enable use of headers like "From "
17145                 something that should be fixed :
17146                         displaying of such headers add an extra space
17147         * src/prefs_folder_item.c
17148                 don't create folders because it is not necessary
17149         * src/procmsg.h
17150                 added data field to MsgInfo for mbox internal use
17151         * src/summaryview.c
17152                 added some support for mbox
17153         * src/utils.[ch]
17154                 added get_mbox_cache_dir() function
17155
17156 2001-05-23 [hiroyuki]
17157
17158         * src/headerwindow.c
17159           src/inc.c
17160           src/main.c
17161           src/mh.c
17162           src/nntp.c
17163           src/procmsg.h
17164           src/session.h
17165           src/socket.[ch]
17166           src/summaryview.c
17167           src/textview.c
17168           src/automaton.c
17169           src/folderview.c: more sync with 0.4.99cvs2.
17170
17171         * src/headerwindow.c: reverted.
17172
17173 2001-05-22 [paul]
17174
17175         0.4.99claws2
17176
17177         * sync with sylpheed 0.4.99cvs2
17178                 * src/news.[ch]
17179                 * src/nntp.[ch]
17180                 * INSTALL
17181                 * INSTALL.jp
17182
17183 2001-05-22 [alfons]
17184
17185         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17186
17187 2001-05-21 [alfons]
17188
17189         Minor things:
17190
17191         * configure.in: if gnome-config not found, "no" is displayed
17192         
17193         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17194
17195         * src/textview.c: now also possible to add mail addresses by right
17196           clicking in the text view
17197
17198         * src/codeconv.c: merged patch which fixes endless loop when encountering
17199           invalid wide characters; from Alte <010@imis.ru>  
17200
17201 2001-05-20 [alfons]
17202
17203         Added installation of gnome specific things:
17204
17205         * Makefile.am: gnome conditional
17206
17207         * configure.in: check for installed gnome
17208
17209         * added sylpheed.png, sylpheed.desktop
17210
17211 2001-05-20 [sergey]
17212
17213         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17214
17215         * src/mainwindow.h (main_window_toolbar_create): created a button
17216         for "Reply to all".
17217         (main_window_set_toolbar_sensitive): enable/disable the new button
17218         appropriately.
17219         (toolbar_reply_to_author_cb): handle the new button.
17220
17221         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17222         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17223         failure).
17224
17225 2001-05-19 [sergey]
17226
17227         * src/compose.h (ComposeReplyMode): new modes
17228         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17229         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17230
17231         * src/compose.c
17232         (compose_send): move some code into a new function:
17233         (compose_current_mail_account): new function.
17234         (compose_reply): new argument to_author, all callers changed; if
17235         to_author==TRUE and account->protocol==A_NNTP, find and use an
17236         appropriate mail account for replying.
17237         (compose_reply_set_entry): new argument to_author; ignore
17238         compose->replyto if to_author==TRUE.
17239
17240         * src/mainwindow.c: new command "Message/Reply to author".
17241         (main_window_set_menu_sensitive): enable/disable it.
17242         (reply_cb): handle it.
17243
17244         * src/summaryview.c: new command "Reply to author".
17245         (summary_set_menu_sensitive): enable/disable it.
17246         (summary_reply_cb): handle it.
17247
17248         * src/account.c (account_find_mail_from_address): new function.
17249
17250 2001-05-18 [paul]
17251
17252         0.4.99claws1
17253
17254         * sync with sylpheed 0.4.99cvs1
17255
17256 2001-05-18 [hoa]
17257
17258         * src/compose.[ch]
17259         * src/filtering.c
17260         * src/summaryview.c
17261                 new filtering action : forward and forward as attachment
17262
17263         * src/main.c
17264                 no need for $DISPLAY when we run sylpheed --help
17265                 call to parse_cmd_opt() is moved
17266
17267         * src/mainwindow.[ch]
17268                 execute button is hidden when immediate execute
17269                 is chosen
17270
17271         * src/mh.c
17272         * src/news.c
17273         * src/prefs_folder_item.c
17274         * src/procmsg.c
17275                 better handling of missing directories
17276
17277         * src/summaryview.c
17278                 reedit is enabled in outbox
17279                 reedit is enabled in queue
17280
17281 2001-05-17 [hoa]
17282
17283         * src/filtering.c
17284         * src/matcher.[ch]
17285         * src/prefs_filtering.c
17286                 changed attachement into attachment
17287
17288 2001-05-17 [alfons]
17289
17290         0.4.67claws4    
17291
17292         * sync with sylpheed 0.4.67cvs9
17293         * sync with sylpheed 0.4.67cvs7-8
17294
17295 2001-05-17 [hoa]
17296
17297         * src/Makefile.am
17298                 added prefs_filtering.c
17299
17300         * src/filtering.[ch]
17301         * src/matcher.[ch]
17302                 removed action : forward_news and forward_news_as_attachement
17303                 (forward and forward_as_attachement can be used instead)
17304
17305         * src/mainwindow.c
17306                 added menu option to access filtering configuration
17307
17308         * src/prefs_account.c
17309                 changed mail_command default to /usr/sbin/sendmail
17310
17311         * added src/prefs_filtering.[ch]
17312                 dialog box for filtering configuration
17313
17314         * src/prefs_matcher.c
17315                 added function prefs_matcher_get_criteria_from_matching()
17316
17317         * src/prefs_scoring.c
17318                 reset the dialog when register or substitute is clicked
17319
17320 2001-05-15 [hoa]
17321
17322         * src/Makefile.am
17323                 added filtering.[ch]
17324         * src/inc.c
17325                 using filering.[ch] instead of filter.[ch]
17326         * src/main.c
17327                 reading new filtering configuration
17328         * src/matcher.[ch]
17329                 added some filtering actions
17330                 and fixed a bug for headers and mail body matching
17331         * src/mbox.c
17332                 using filering.[ch] instead of filter.[ch]
17333         * src/mh.c
17334                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17335         * src/summaryview.c
17336                 some fixes for filtering
17337
17338 2001-05-14 [hiroyuki]
17339
17340         * src/send.c: fixed some weird indentations.
17341           send_message_with_command(): call pclose() only if p != NULL.
17342         * src/textview.c: get_email_part(): modified the code for readability.
17343
17344 2001-05-14 [hiroyuki]
17345
17346         * src/md5global.h
17347           src/md5ify.c
17348           src/md5ify.h: removed from the cvs.
17349
17350 2001-05-13 [sergey]
17351
17352         * src/main.c: include rfc2015.h to avoid compiler warnings.
17353         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17354         the panel is already on screen.
17355         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17356         closing the alert window by ESC as "No".
17357         * src/prefs_common.c (prefs_interface_create): moved return
17358         receipt check button to the correct place.
17359
17360 2001-03-13 [alfons]
17361
17362         * src/prefs_common.c: 
17363                 moved return receipt check button to the Send tab. (prefs_send_create)
17364                 removed the date format ui related globals. (prefs_display_create)
17365
17366         0.4.67claws3
17367         
17368         * sync with sylpheed 0.4.67cvs5-6
17369
17370 2001-05-13 [paul]
17371
17372         * added Alfons' font selection patch
17373
17374         * src/defs.h
17375         * src/headerwindow.c
17376         * src/prefs_common.c
17377         * src/prefs_common.h
17378
17379 2001-05-13 [hoa]
17380         * src/defs.h
17381                 changed version of cache
17382         * src/matcher.[ch]
17383         * src/prefs_matcher.c
17384                 added additionnal matching criteria
17385         * src/procheader.c
17386         * src/procmsg.[ch]
17387         * src/news.c
17388                 added references in MsgInfo
17389
17390 2001-05-12 [hoa]
17391
17392         * src/defs.h
17393                 prepared some things for new filtering
17394         * src/matcher.[ch]
17395                 added some matching properties
17396                 inreplyto need to be enhanced
17397                 prepared some things for new filtering
17398         * src/messageview.c
17399                 added Return-Receipt-To handling
17400         * src/prefs_folder_item.c
17401                 changed default value to TRUE
17402         * src/prefs_matcher.c
17403                 added some matching properties
17404         * src/prefs_scoring.[ch]
17405                 the scoring dialog is finished
17406         * src/procheader.c
17407                 added Return-Receipt-To handling
17408                 Reference need to be added
17409         * src/procmsg.[ch]
17410                 added Return-Receipt-To handling
17411                 added threadscore to get a better score sorting when
17412                 threads are enabled
17413         * src/summaryview.c
17414                 suppressed a bug when we sort the list
17415                 when no folder is opened.
17416                 better score sorting when threads are enabled
17417
17418 2001-05-12 [alfons]
17419
17420         * reverted previous patch because of potential errors 
17421
17422         0.4.67claws2
17423         
17424         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17425                 applied "toggle mail-retrieval dialog window" patch submitted 
17426                 by Eric Limpens <eric@qnt.net>
17427
17428         * sync with sylpheed 0.4.67cvs4
17429
17430 2001-05-12 [sergey]
17431
17432         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17433         some picky compilers.
17434         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17435         * src/grouplist_dialog.c: include alertpanel.h.
17436         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17437         fix compile warning.
17438         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17439         #include "defs.h" before others to prevent the warning of `MIN'
17440         and `MAX' redefinition.
17441
17442 2001-05-11 [hoa]
17443
17444         * src/main.c
17445         * src/messageview.c
17446         * src/prefs_account.c
17447         * src/prefs_display_header.c
17448                 removed warning
17449         * src/Makefile.am
17450                 added prefs_scoring.[ch]
17451         * src/grouplist_dialog.c
17452                 display an error dialog box if the group list
17453                 cannot be fetched.
17454         * src/mainwindow.[ch]
17455                 added main_window_set_thread_option() function
17456                 scoring dialog box enabled
17457         * src/matcher.[ch]
17458                 added flags matching unread /new / marked
17459                 / deleted / replied / forwarded
17460         * src/news.c
17461                 newsgroups are now finally in newscache
17462         * src/prefs_matcher.[ch]
17463                 finished preferences for matching dialog
17464         * added src/prefs_scoring.[ch]
17465                 scoring dialog box completed
17466         * src/scoring.[ch]
17467                 conversion to string : added scoringprop_to_string()
17468                 write config for preferences :
17469                 added prefs_scoring_write_config()
17470         * src/summaryview.c
17471                 threads can be enabled/disabled independently
17472                 for each folder
17473
17474 2001-05-10 [alfons]
17475
17476         0.4.67claws1
17477         
17478         * AUTHORS: 
17479                 thought it would be nice to have a list of all
17480                 contributors (used Changelog as a reference)
17481         
17482         * configure.in: 
17483                 messed up version numbering...
17484
17485         0.4.66claws1
17486
17487         * sync with sylpheed 0.4.67cvs1-3
17488
17489 2001-05-10 [darko]
17490
17491         * src/prefs_common.c:
17492                 better UI for strftime format, double clicking
17493                 on format now inserts the format in text entry
17494                 replaced close button with standard OK/Cancel
17495                 moved date format button to the right of the
17496                 text entry field
17497
17498 2001-05-09 [alfons]
17499
17500         * src/gtkstext.c:
17501                 Ctrl-Home / Ctrl-End have proper cursor navigation
17502
17503 2001-05-09 [hoa]
17504
17505         * src/prefs_matcher.c
17506                 finished UI to define matching properties
17507                 added ok and cancel button
17508         * src/prefs_filter.c
17509                 added ok and cancel button
17510         * src/news.c
17511                 fixed some bug in xhdr parsing
17512
17513 2001-05-08 [alfons]
17514
17515         * src/textview.c: 
17516                 fixed a bug in textview_show_header(), which displayed two colons (':');
17517                 cleaned up some warnings
17518
17519 2001-05-08 [hoa]
17520
17521         * src/Makefile.am
17522                 added prefs_matcher.[ch]
17523                 compilation with -W -Wall
17524         * src/alertpanel.c
17525                 ungrab the mouse events if grabbed - does it
17526                 fix the bug for disposition notification ?
17527         * src/mainwindow.c
17528                 added a menu option to open the matching dialog.
17529         * src/matcher.[ch]
17530                 added matcherprop_to_string() and matcherlist_to_string()
17531                 fixed some bugs, changed the name of some options
17532                 age_sup and age_inf becomes age_greater and age_lower,
17533                 body and messageheaders becomes body_part and headers_part,
17534                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17535         * src/prefs_display_header.c
17536         * src/prefs_headers.c
17537                 fixed a bug that accidentally destroyed dialogs
17538                 when closed them with delete_event
17539                 Added *_deleted() which handle delete_event signal correctly.
17540         * src/prefs_folder_item.[ch]
17541                 added "enable_thread" field for future customization
17542         * added src/prefs_matcher.[ch]
17543                 sample of the UI to define matching properties
17544         * src/procheader.c
17545                 using procheader_headername_equal instead of str*cmp functions
17546                 using procheader_parse_header() function
17547         * src/scoring.c
17548                 using MATCHING_XXX instead of SCORING_XXX
17549         * src/summaryview.c
17550                 display the sender of the news even if this is ourself
17551                 when this is a news message.
17552         * src/textview.c
17553                 using headername_equal() instead of str*cmp functions
17554
17555 2001-05-08 [alfons]
17556
17557         0.4.66claws
17558
17559         * sync with sylpheed 0.4.66
17560         * src/gtkstext.c: trace logs added 
17561
17562 2001-05-08 [sergey]
17563
17564         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17565         signature check popup.
17566         * src/rfc2015.c (check_signature): show signature check popup only
17567         if it is enabled in preferences.
17568
17569 2001-05-07 [alfons]
17570
17571         0.4.66claws4
17572         
17573         * sync with sylpheed 0.4.66cvs6
17574
17575 2001-05-07 [darko]
17576
17577         * src/prefs_common.[ch]: added option to enable/disable
17578           looking up sender name in address book for summary pane
17579         * src/summaryview.c: look up sender in the address book
17580           by using Alfons' address completion code
17581
17582 2001-05-07 [hiroyuki]
17583
17584         * src/inc.h
17585           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17586           member of Pop3State.
17587         * src/news.c: brought #include "defs.h" before #include <glib.h>
17588           to prevent the warning of `MIN' and `MAX' redefinition.
17589
17590 2001-05-06 [hoa]
17591
17592         * removed src/headers_display.[ch]
17593         * removed src/prefs_display_headers.[ch]
17594         * src/inc.c
17595                 use a temporary file in the user directory for mbox import
17596         * src/news.c
17597                 added XHDR support to get "To" and "Cc" headers
17598                 (in order to match news with to or cc field for
17599                 scoring)
17600                 added function news_parse_xhdr() to get XHDR response
17601         * src/nntp.[ch]
17602                 added function nntp_xhdr()
17603         * src/matcher.c
17604                 fetch the message if necessary
17605
17606 2001-05-06 [alfons]
17607
17608         0.4.66claws3
17609
17610         * sync with sylpheed 0.4.66cvs3-5
17611
17612 2001-05-06 [hoa]
17613
17614         * src/utils.[ch]
17615                 added function itos_buf() to enable use of several buffers
17616         * src/summaryview.c
17617                 use of itos_buf() instead of itos() in summary list
17618                 to fix the broken display of message number.
17619
17620 2001-05-06 [alfons]
17621
17622         * src/gtkstext.c: bug in cursor up navigation fixed,
17623                 fixed another unsigned / signed comparison (we're getting there :-)
17624
17625 2001-05-06 [hoa]
17626
17627         * src/Makefile.am
17628                 added scoring.c scoring.h
17629                 prefs_folder_item.c prefs_folder_item.h
17630                 matcher.c matcher.h
17631         * src/defs.h
17632                 added FOLDERITEM_RC SCORING_RC
17633         * src/folder.[ch]
17634                 added prefs field in FolderItem :
17635                 properties for each folder (PrefsFolderItem),
17636                 sorting type and mode were added as the first properties.
17637         * src/main.c
17638                 read config for scoring
17639         * added src/matcher.[ch]
17640                 gives functions to parse configuration file to do
17641                 matching on mails with a list of conditions.
17642         * src/mainwindow.c
17643                 add option to sort by score
17644         * src/prefs_common.[ch]
17645                 added preference option to show score and for
17646                 the score column size
17647         * added src/prefs_folder_item.[ch]
17648                 properties for each folder (PrefsFolderItem),
17649                 sorting type and mode were added as the first properties.
17650         * src/procheader.[ch]
17651                 added procheader_parse_header()
17652                 added procheader_header_free()
17653                 added procheader_headername_equal()
17654                 and made modification to use them.
17655         * src/procmsg.[ch]
17656                 added score field to MsgInfo structure
17657         * added src/scoring.[ch]
17658                 gives functions to parse configuration file to do
17659                 scoring on mails with a list of conditions.
17660         * src/summaryview.[ch]
17661                 save the sorting type and mode for the folder
17662                 added column to display the score of the mail
17663                 added function summary_score_clicked()
17664                 sorting type and mode are restored to the folder
17665                 when it is reopen
17666         * src/textview.c
17667                 use procheader_parse_header(), procheader_headername_equal()
17668                 removed memory leak in text_scan_header when freeing headers
17669         * src/filter.c
17670                 changed the function to match names of headers
17671                 using procheader_headername_equal()
17672
17673         Scoring functions are implemented, an interface is needed
17674         to configure that.
17675
17676 2001-05-04 [alfons]
17677
17678         * src/gtkstext.c: 
17679                 hopefully fixed the row up navigation bug,
17680                 removed adding back / forward lines to cache
17681
17682 2001-05-04 [sergey]
17683
17684         * src/prefs_display_headers.c: user interface changes:
17685         (prefs_display_headers_create): remove unused "Show" check button;
17686         allow reordering of headers by dragging.
17687         (prefs_display_headers_write_config): remove unused variables.
17688         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17689         of lists (not needed with the new UI).
17690         (prefs_display_headers_set_list): scan lists starting from row 0,
17691         not 1 (do not skip "(New)").
17692         (prefs_display_headers_find_header): new function.
17693         (prefs_display_headers_clist_set_row): do not allow duplicates.
17694         (prefs_display_headers_delete_cb): do not skip row 0; treat
17695         closing the alert window by ESC as "No".
17696         (prefs_display_headers_up): do not protect row 0.
17697         (prefs_display_headers_down): do not protect row 0.
17698
17699 2001-05-04 [sergey]
17700
17701         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17702         functions.
17703
17704         * src/summaryview.c
17705         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17706         summary_select_next_marked, summary_select_prev_marked): new
17707         functions.
17708
17709 2001-05-03 [sergey]
17710
17711         * src/news.c: fixed a bug when no article can be fetched after
17712         server timeout if the connection was restored by news_post():
17713         (news_select_group): new function.
17714         (news_fetch_msg): call news_select_group() before fetching
17715         article.
17716         (news_get_uncached_articles): set session->group after successful
17717         GROUP command.
17718
17719 2001-05-03 [hoa]
17720
17721         * src/defs.h
17722         * src/procmsg.[ch]
17723         * src/procheader.c
17724                  changed version of cache, added cc field
17725
17726         * src/prefs_display_headers.c
17727                 the interface was changed
17728
17729         * src/prefs_headers.c
17730                 added cancel button
17731
17732 2001-05-03 [alfons]
17733
17734         * completed sync of sylpheed cvs2
17735         * src/gtkstext.c: updated row up / down cursor navigation
17736         * src/textview.c: re-edited, prepared for fixing the email address
17737                 scanner.
17738
17739 2001-05-03 [darko]
17740
17741         * src/prefs_common.c: use alfons' strftime ui code
17742         entry_datefmt and datefmt_sample widgets have to be
17743         global in this module because of this change
17744
17745 2001-05-03 [hoa]
17746
17747         * src/messageview.c
17748         * src/prefs_common.[ch] added option to activate the return receipt
17749                 feature.
17750
17751 2001-05-02 [alfons]
17752
17753         * src/gtkstext.c: fix for row up/down cursor navigation. 
17754
17755         0.4.66claws2
17756         
17757         * sync with 0.4.66cvs2
17758
17759 2001-05-02 [paul]
17760
17761         added add-sender-to-addressbook patch
17762
17763         * src/addressbook.c
17764         * src/addressbook.h
17765         * src/summaryview.c
17766
17767 2001-05-02 [sergey]
17768
17769         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17770         G_ALERTDISABLE.
17771
17772         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17773         all existing callers changed to pass FALSE; create a check button
17774         to disable the message.
17775         (alertpanel_message_with_disable): new function.
17776         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17777         (alertpanel_button_toggled): new function.
17778         (alertpanel_button_clicked, alertpanel_close): set value using
17779         G_ALERT_VALUE_MASK.
17780
17781         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17782
17783         * src/prefs_common.c (prefs_privacy_create): new check button
17784         checkbtn_gpgme_warning.
17785
17786         * src/main.c (main): moved preferences reading before gpgme
17787         initialization; check prefs_common.gpgme_warning before giving the
17788         GnuPG warning and set it to FALSE if the user wants to disable the
17789         warning.
17790
17791 2001-05-02 [hiroyuki]
17792
17793         * src/prefs_display_headers.c: modified the layout and some labels.
17794
17795 2001-05-02 [sergey]
17796
17797         * src/prefs_account.c (prefs_account_fix_size): new function.
17798         (prefs_account_create): call prefs_account_fix_size(); use
17799         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17800         size when the window is shown for the first time).
17801         (prefs_account_basic_create): changed layout of serv_table; moved
17802         localmbox_entry above smtpserv_entry (logically it replaces
17803         POP3/IMAP server).
17804         (prefs_account_protocol_activated): set sensitivity of
17805         nntpauth_chkbtn according to the protocol (in addition to
17806         hide/show); commented out gtk_table_set_row_spacing() calls.
17807         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17808         not sensitive (fixes a bug with disabled username/password boxes
17809         when editing POP3 account after NNTP with authentication).
17810
17811 2001-05-02 [hoa]
17812
17813         * src/account.c
17814         * src/inc.c
17815         * src/prefs_account.[ch]
17816         * src/send.c
17817                 removed local account without SMTP server
17818                 added option to use mail command instead of a connexion
17819                 to SMTP server when a local account is used
17820         * src/prefs_headers.c
17821                 fixed a bug
17822         * src/news.c
17823                 fixed a bug when connexion immediately closed
17824
17825 2001-05-01 [alfons]
17826
17827         0.4.66claws1
17828         
17829         * sync with 0.4.65
17830
17831 2001-05-01 [sergey]
17832
17833         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17834         widget nntpauth_chkbtn.
17835         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17836         visibility.
17837         (prefs_account_nntpauth_toggled): new function.
17838
17839         * src/news.c (news_session_new_for_folder): use NNTP
17840         authentication only if ac->use_nntp_auth is set.
17841
17842 2001-05-01 [hoa]
17843
17844         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17845         * src/prefs_display_headers.c changed the UI
17846         * src/prefs_headers.c changed account_name to account_id
17847         * src/compose.c using customheader.h
17848
17849 2001-05-01 [hiroyuki]
17850
17851         * src/esmtp.c
17852           src/news.c
17853           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17854           unsynched.
17855
17856 2001-05-01 [hoa]
17857
17858         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17859         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17860                 for displaying of headers
17861         * src/grouplist_dialog.[ch] minor changes to remove warnings
17862         * src/prefs_display_headers.[ch] dialog to choose the
17863         headers to display in the mail viewer.
17864         * src/headers.h correction of #define
17865         * src/headers_display.[ch] configuration for displaying of headers.
17866         * src/main.c read config of displaying of headers
17867         * src/prefs_common.c add a button to access the config dialog
17868                 for displaying of headers
17869         * src/prefs_display_headers.[ch] dialog for configuration for
17870                 displaying of the headers.
17871         * src/prefs_headers.c cleaning of code
17872         * src/procheader.c comments added to code
17873         * src/textview.c changes to reorder the headers depending
17874                 on the config for displaying of headers
17875
17876 2001-04-30 [alfons]
17877
17878         0.4.65claws7
17879
17880         * sync with 0.4.65cvs12
17881
17882         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17883
17884 2001-04-30 [sergey]
17885
17886         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17887
17888         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17889         is set to force reconnection after authentication failure.
17890         (nntp_gen_command): set sock->auth_failed on authentication
17891         failure, or if sock->userid and sock->passwd are not set.
17892
17893         * src/news.c (news_session_new_for_folder): set userid=NULL if
17894         password dialog is cancelled.
17895
17896 2001-04-30 [sergey]
17897
17898         * src/nntp.h (NNTPSockInfo): new type.
17899
17900         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17901         SockInfo.
17902         (nntp_open_auth, nntp_close): new functions.
17903         (nntp_gen_command): new function to handle authentication; all
17904         NNTP command functions updated to use it.
17905         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17906         (nntp_list): removed old useless code.
17907
17908         * src/news.h (NNTPSession): new field nntp_sock.
17909
17910         * src/news.c: all functions updated to use NNTPSockInfo instead of
17911         SockInfo.
17912         (news_session_new): new arguments (userid, passwd); made static;
17913         use nntp_open_auth() if needed.
17914         (news_session_destroy): use nntp_close() instead of sock_close().
17915         (news_query_password): changed arguments.
17916         (news_session_new_for_folder): new function.
17917         (news_session_get): use news_session_new_for_folder().
17918         (news_authenticate): deleted.
17919         (news_get_uncached_articles): removed old authentication code.
17920
17921 2001-04-30 [sergey]
17922
17923         * src/news.c: reverted my previous changes (need to do NNTP
17924         authentication in a cleaner way).
17925         
17926 2001-04-29 [sergey]
17927
17928         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17929         news_nntp_post, news_nntp_mode): new functions (wrappers with
17930         authentication support).
17931         (news_get_article_cmd, news_get_article, news_get_header): new
17932         argument "folder"; all callers changed.
17933         (news_get_article_cmd): added authentication support.
17934         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17935         (news_post): use news_nntp_post() instead of nntp_post().
17936         (news_get_uncached_articles): use news_nntp_group() instead of
17937         nntp_group() and news_nntp_xover() instead of nntp_xover();
17938         removed old authentication code.
17939         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17940
17941         * src/nntp.c (nntp_list): return real error code instead of
17942         hardcoded NN_ERROR.
17943
17944 2001-04-29 [sergey]
17945
17946         * configure.in: fixed wint_t typedef detection again
17947
17948 2001-04-28 [hoa]
17949
17950         * src/prefs_account.[ch], added A_LOCAL_CMD
17951                 (send mail with mail command)
17952         * src/send.c added function send_message_with_command()
17953         * src/inc.c made a more secure get_spool() function with
17954                 mktemp() but maybe mkstemp() or something more
17955                 secure can be used.
17956
17957 2001-04-28 [alfons]
17958
17959         * src/textview.c, colorization of email addresses in headers
17960
17961         0.4.65claws6
17962
17963         * bug sync with sylpheed
17964         * prefs_common.c: created date format ui for darko
17965         * sync with 0.4.65cvs11
17966         * configure.in: corrected to have the new gpg checks
17967
17968 2001-04-27 [alfons]
17969
17970         * completed sync with 0.4.65cvs10
17971         * minor debug things added to gtkstext.c
17972
17973 2001-04-27 [darko]
17974
17975         * configure.in: remove check for availability of
17976           strftime() as advised by Hiroyuki
17977         * src/prefs_common.[ch], src/procheader.c:
17978           synch strftime() code with Hiroyki's main branch
17979
17980 2001-04-26 [sergey]
17981
17982         * src/news.c: news_query_password(), news_authenticate(): new
17983           functions.
17984           news_get_uncached_articles(): added NNTP authentication
17985           handling.
17986         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17987           new functions.
17988         * src/prefs_account.c: prefs_account_protocol_activated():
17989           enable userid and password fields for NNTP.
17990
17991 2001-04-26
17992
17993         * configure.in: check for availability of strftime()
17994           [darko]
17995         * src/prefs_common.[ch], src/procheader.c: use
17996           strftime() for displaying date in summary pane if it
17997           is available
17998
17999 2001-04-25
18000
18001         * more .cvsignore cleanups [alfons]
18002
18003 2001-04-25
18004
18005         * ac/sv-check-type.m4: new autoconf macro.
18006         * configure.in: fixed wint_t typedef detection (did not work
18007           with gcc-2.96).
18008
18009 2001-04-25
18010
18011         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18012           [hiroyuki]
18013
18014 2001-04-24
18015         * modified gtkstext.c : buggy cursor navigation fixed, 
18016           and font descent also taken in account when drawing
18017           cursor. [alfons]
18018
18019 2001-04-24 [hoa]
18020         * added comments in src/news.c src/nntp.c
18021         * added src/prefs_headers.[ch]
18022         * added src/headers.[ch]
18023         * modified compose.c to activate custom headers
18024                 added function is_in_custom_headers
18025         * modified prefs_account.[ch]
18026                 added function prefs_account_customhdr_edit
18027         * modified src/defs.h :
18028                 added HEADERS_RC : name of the config file
18029                 for the custom headers
18030
18031 2001-04-24
18032
18033     0.4.65claws5
18034
18035         * configure.in
18036           src/gtkstext.[ch]
18037           src/compose.c
18038           src/Makefile.am
18039           
18040           added gtkstext with configure.in patch by Hiroyuki which
18041           should fix the XIM detection [alfons]
18042
18043         * more clean up of cvs [alfons]
18044
18045                  * removed all Makefile.in files to attic.
18046
18047                  * updated all .cvsignores to really ignore things that could
18048                    be unintentionally committed by a recursive commit.
18049
18050 2001-04-23 [hoa]
18051         * added src/grouplist_dialog.[ch]
18052         * changed src/folderview.c to call grouplist_dialog instead
18053                 of inputdialog
18054         * src/news.c :
18055                 added functions news_reset_group_list
18056                 and news_get_group_list
18057         * src/nntp.c :
18058                 added function nntp_list
18059         * src/defs.h :
18060                 added GROUPLIST_FILE : name of the newsgroup list cache file
18061
18062 2001-04-21
18063
18064         * added option to warn about queued messages on exit [sergey]:
18065
18066           * src/compose.c: compose_queue(): call folder_item_scan()
18067             and folderview_update_item() after queueing.
18068           * src/folderview.c: folderview_update_node(): draw the queue
18069             folder in bold font if there are queued messages.
18070           * src/mainwindow.c: queued_messages(): new function.
18071             app_exit_cb(): display warning if there are queued messages
18072             if warn_queued_on_exit is set.
18073           * prefs_common.[ch]: add warn_queued_on_exit option.
18074
18075         * enhanced GnuPG key selection support [sergey]:
18076
18077           * src/select-keys.c: updated to newer version from Win32
18078             branch with support for selecting arbitrary keys.
18079           * src/prefs_account.c: added the Privacy tab to the account
18080             options window.
18081             prefs_account_privacy_create(),
18082             prefs_account_sign_key_set_data_from_radiobtn(),
18083             prefs_account_sign_key_set_radiobtn(): new functions.
18084           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18085           * src/rfc2015.c: set_signers(): new function.
18086             pgp_sign(): add the account parameter, call set_signers().
18087             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18088           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18089           * src/compose.c: pass the current account to rfc2015_sign().
18090
18091         * tag name claws added to prevent confusion with main branch [alfons]
18092
18093         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18094
18095         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18096
18097         * sync with recent sylpheed cvs. Untested though. [alfons]
18098