ac6197c8c354fe7cd2486ec4f4071d7fc72d39c7
[claws.git] / ChangeLog.claws
1 2003-08-04 [paul]       0.9.4claws
2
3         * version 0.9.4claws
4
5 2003-08-04 [paul]       0.9.3claws97
6
7         * po/es.po
8                 update Spanish translation. Submitted by Ricardo
9                 Mones Lastra.
10
11 2003-08-03 [paul]       0.9.3claws96
12
13         * po/hr.po
14           po/sr.po
15                 update Croatian and Serbian translations. Submitted by
16                 Dragan and Urke MMI respectively
17
18 2003-08-03 [alfons]     0.9.3claws95
19
20         * src/summaryview.c
21                 mark flag has precedence over important flag - seems
22                 to have been changed in sync of 0.9.3claws45. this fixes
23                 a regression where messages that were scored as important
24                 don't show their mark flags. (using the same column for
25                 both importance as mark flags is the real problem
26                 ofcourse)
27
28 2003-08-03 [melvin]     0.9.3claws94
29
30         * po/fr.po
31                 Updated French translations.
32
33 2003-08-03 [melvin]     0.9.3claws93
34
35         * src/Makefile.am
36                 Fixed typo introduced after 0.9.3claws92 
37                 that prevented compilation
38                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
39                 CPPFLAGS and YFLAGS to allow user setting these.
40         * src/common/Makefile.am
41         * src/gtk/Makefile.am
42         * src/plugins/clamav/Makefile.am
43         * src/plugins/demo/Makefile.am
44         * src/plugins/dillo_viewer/Makefile.am
45         * src/plugins/image_viewer/Makefile.am
46         * src/plugins/mathml_viewer/Makefile.am
47         * src/plugins/spamassassin/Makefile.am
48         * src/plugins/trayicon/Makefile.am
49         * src/plugins/trayicon/libeggtrayicon/Makefile.am
50                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
51                 CPPFLAGS and YFLAGS to allow user setting these.
52
53 2003-08-02 [christoph]  0.9.3claws92
54
55         * configure.ac
56                 o rearrange plugin tests
57                 o add test for clamav.h to ClamAV tests
58
59 2003-08-02 [luke]       0.9.3claws91
60
61         * src/mimeview.c
62                 o fixed appearance of icon list when toggling back from the 
63                   ctree
64                 o toggling of icons using the keyboard works correctly
65                 o fixed all other keyboard shortcuts to work when icons are
66                   active
67         
68         * src/messageview.c
69                 o fixed bug 4 - focus lost when changing messageview view type
70         
71 2003-08-02 [christoph]  0.9.3claws90
72
73         * src/common/hooks.c
74                 fix crash when pointer stored in hash table could get invalid
75                 when a plugin is unloaded
76
77 2003-08-01 [christoph]  0.9.3claws89
78
79         * configure.ac
80                 o try to build all plugins (except spamassassin) by default
81                 o don't build a plugin if a dependency check fails
82
83         * src/common/hooks.c
84                 fix warning
85
86 2003-08-01 [match]      0.9.3claws88
87
88         * src/importldif.c
89                 allow single click field selection. document code.
90
91 2003-08-01 [christoph]  0.9.3claws87
92
93         * src/plugins/clamav/clamav_plugin.c
94         * src/plugins/clamav/clamav_plugin_gtk.c
95         * src/plugins/dillo_viewer/dillo_viewer.c
96         * src/plugins/image_viewer/plugin.c
97         * src/plugins/mathml_viewer/mathml_viewer.c
98         * src/plugins/spamassassin/spamassassin.c
99         * src/plugins/spamassassin/spamassassin_gtk.c
100         * src/plugins/trayicon/trayicon.c
101                 add version check to all plugins
102
103 2003-08-01 [hoa]        0.9.3claws86
104
105         * src/prefs_filtering.c
106                 fixed a cosmetic bug, during creation of dialog box,
107                 wrong widgets were shown after creation.
108
109 2003-08-01 [luke]       0.9.3claws85
110
111         * src/mainwindow.c
112                 o fixed visibility of icons/mimeview after toggling separate
113                   message/folder view (factored out some similar code too).
114
115
116 2003-07-31 [alfons]     0.9.3claws84
117
118         * src/mimeview.c
119                 tweak icon box UI a bit more, now allowing right-clicks actions
120                 getting the relevant mime data too; should fix #250, "Can't save 
121                 attachments sometimes".
122
123 2003-07-30 [alfons]     0.9.3claws83
124
125         * src/compose.c
126                 don't do auto-save-draft inside key press handler, but rather
127                 schedule it half of a second later; should fix #67, "autosave 
128                 make re-rediting message crazy"
129
130 2003-07-30 [christoph]  0.9.3claws82
131
132         * src/plugins/trayicon/trayicon.c
133                 process pending events before unloading the plugin
134
135         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
136
137 2003-07-30 [alfons]     0.9.3claws81
138
139         * src/common/hooks.c
140                 parameter 2 of g_hook_destroy() should really be a hook id
141
142 2003-07-30 [alfons]     0.9.3claws80
143
144         * src/common/plugin.c
145                 fix a possibly harmful function signature mismatch 
146                 for plugin_done
147
148 2003-07-30 [alfons]     0.9.3claws79
149
150         * src/common/hooks[.ch]
151                 const correctness
152
153 2003-07-30 [darko]      0.9.3claws78
154
155         * src/summaryview.c
156                 make it compile again
157
158 2003-07-30 [luke]       0.9.3claws77
159
160         * src/crash.c
161         * src/main.c
162                 o added/moved signal handlers for SIGTERM (normal kill command) 
163                   and SIGINT (ctl-c) to be used even without 
164                   --enable-crash-dialog, fixing bug 166
165
166         * src/summaryview.c
167                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
168                   bug 227
169
170         * src/mainwindow.c
171                 o changed sensitivity condition for 'Next new' and 'Next 
172                   unread', fixing bug 8
173
174 2003-07-29 [alfons]     0.9.3claws76
175
176         * src/common/utils.[ch]
177                 add generate_msgid()
178         * src/messageview.c
179                 save ack'ed RRR; fixes #205, "return receipt is not saved in
180                 sent folder".
181
182 2003-07-29 [alfons]     0.9.3claws75
183
184         * src/messageview.c
185                 fix a memleak (claws-only)
186
187 2003-07-29 [alfons]     0.9.3claws74
188
189         * src/mimeview.[ch]
190         * src/gtk/gtkvscrollbutton.[ch]
191                 fix UI glitch where mime icon toolbox' scroll position is not 
192                 reset after switching to another message
193                 
194
195 2003-07-29 [paul]       0.9.3claws73
196
197         * src/prefs_folder_item.c
198                 split the prefs into 2 separate pages
199
200 2003-07-29 [paul]       0.9.3claws72
201
202         * src/compose.c
203                 prepend "\n\n" to a signature without a separator too
204
205 2003-07-29 [paul]       0.9.3claws71
206
207         * src/compose.c
208                 fix bug where changing to an account without an auto-sig
209                 from an initial account without an auto-sig would insert 
210                 2 blank lines at the cursor point
211                 fix bug where changing to an account with an auto-sig
212                 from an initial account without an auto-sig would insert
213                 the sig at the cursor point
214
215 2003-07-29 [paul]       0.9.3claws70
216
217         * src/folderview.c
218                 use the colour from the folder pref unless the folder
219                 has new messages
220
221 2003-07-29 [alfons]     0.9.3claws69
222
223         * src/procmsg.[ch]
224         * src/messageview.c
225         * src/procheader.c
226                 rewrite return receipt request work a little bit (the former 
227                 implementation presumably depended too much on the UI setting
228                 flags). (we're losing the old pending flag.) 
229
230 2003-07-28 [christoph]  0.9.3claws68
231
232         * src/folder.c
233         * src/imap.c
234         * src/mh.c
235         * src/procmsg.[ch]
236                 fix copy to IMAP folder from other folder
237
238 2003-07-28 [christoph]  0.9.3claws67
239
240         * src/procmsg.c
241                 fix sync of procmsg_get_message_file_list
242
243 2003-07-28 [christoph]  0.9.3claws66
244
245         * sync with 0.9.3cvs14
246                 see ChangeLog 2003-07-18
247         * sync with 0.9.3cvs17
248                 see ChangeLog 2003-07-23
249
250         (closes Bug 234 segmentation fault after sending out mail via
251          smtp(auth))
252
253 2003-07-28 [paul]       0.9.3claws65
254
255         * po/es.po
256                 update Spanish translation, submitted by Ricardo Mones
257                 Lastra
258
259 2003-07-28 [christoph]  0.9.3claws64
260
261         * src/folder.[ch]
262         * src/imap.c
263         * src/mh.c
264                 return new message numbers as a GRelation instead of a GSList
265                 that has to be in the same order as the input list. A list
266                 would make it hard for IMAP to optimize oepration by sorting
267                 the input list. The returned list would have to be reordered
268                 to match the same order that input list has.
269
270         * src/gtk/gtkaspell.c
271                 fix missing return value, could cause a crash when garbage is
272                 on the stack that is used as the expected return value
273
274 2003-07-28 [paul]       0.9.3claws63
275
276         * sync with 0.9.4cvs1
277                 see ChangeLog 2003-07-28
278
279 2003-07-27 [alfons]     0.9.3claws62
280
281         * src/mimeview.c
282                 tweak it more to make icon list act like a check button group
283
284 2003-07-27 [christoph]  0.9.3claws61
285
286         * sync with 0.9.3cvs20
287                 see ChangeLog 2003-07-25
288
289 2003-07-27 [paul]       0.9.3claws60
290
291         * src/procmsg.c
292                 re-commit changes from 0.9.3claws58 -
293                 accidently removed in 0.9.3claws59
294
295 2003-07-27 [paul]       0.9.3claws59
296
297         * src/procmsg.[ch]
298                 a sync from 0.9.3cvs17
299                 see ChangeLog 2003-07-23
300
301 2003-07-27 [alfons]     0.9.3claws58
302
303         * src/procmsg.c
304                 add missing header members to MsgInfo; fixes the problem of 
305                 not displaying X-Faces, as noticed by Ricardo Mones
306
307 2003-07-26 [christoph]  0.9.3claws57
308
309         * sync with 0.9.3cvs18
310                 see ChangeLog 2003-07-24
311
312 2003-07-26 [christoph]  0.9.3claws56
313
314         * sync with 0.9.3cvs17
315                 see ChangeLog 2003-07-23
316
317 2003-07-26 [christoph]  0.9.3claws55
318
319         * src/folder.[ch]
320         * src/imap.c
321         * src/mbox_folder.c
322         * src/mh.c
323         * src/news.c
324                 add support for copy function that copy multiple messages
325                 (not implemented yet)
326
327         * src/summaryview.c
328                 add missing return value
329
330 2003-07-26 [paul]       0.9.3claws54
331
332         * tools/multiwebsearch.pl
333                 do whitespace substitution before passing the string
334                 to the browser. fixes bug with browsers that don't
335                 do whitespace conversion themselves.
336
337 2003-07-25 [christoph]  0.9.3claws53
338
339         * src/folder.[ch]
340         * src/imap.c
341         * src/mh.c
342                 rewrite adding of multiple messages to a folder for
343                 claws' folder system
344
345 2003-07-25 [luke]       0.9.3claws52
346
347         * src/mimeview.c
348                 o icon toggles set correctly on leaving ctree mimeview
349
350 2003-07-25 [paul]       0.9.3claws51
351
352         * partial sync with 0.9.3cvs21 [src/main.c]
353                 see ChangeLog 2003-07-25
354
355 2003-07-24 [paul]       0.9.3claws50
356
357         * tools/maildir2sylpheed.pl
358                 fix typo
359
360 2003-07-24 [paul]       0.9.3claws49
361
362         * src/mimeview.c
363                 increase the gutter size of paned so that the panes
364                 can be resized
365                 
366         * src/plugins/demo/demo.c
367                 squeeze in another typo fix
368
369 2003-07-24 [paul]       0.9.3claws48
370
371         * src/plugins/demo/demo.c
372           src/prefs_account.c
373                 small changes to the English
374                 
375         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
376           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
377           src/Makefile.am
378           src/stock_pixmap.c
379                 rename the misspelled icon
380
381 2003-07-23 [alfons]     0.9.3claws47
382
383         * src/mimeview.c
384                 make icon list look like a list of toggles
385
386 2003-07-23 [luke]       0.9.3claws46
387
388         * src/pixmaps/mimeview_gpg_expired.xpm
389         * src/pixmaps/mimeview_gpg_failed.xpm
390         * src/pixmaps/mimeview_gpg_passed.xpm
391         * src/pixmaps/mimeview_text_html.xpm
392         * src/pixmaps/mimeview_image.xpm
393                 o all icons the same size
394
395         * src/mimeview.[ch]
396                 o mimeview ctree arranged vertically above the viewer
397                 o icons changed to buttons
398                 o can use keyboard to select an icon (Enter)
399                 o resize icon list to width of icons
400
401         *  src/gtk/gtkvscrollbutton.c
402                 o sensitivity of buttons reacts to position
403
404 2003-07-23 [christoph]  0.9.3claws45
405
406         * sync with 0.9.3cvs14 (incomplete)
407                 see ChangeLog 2003-07-17
408
409 2003-07-23 [alfons]     0.9.3claws44
410
411         * src/folder.c
412         * src/procmsg.h
413                 sync with my local tree to restore some claws-only things
414
415 2003-07-23 [paul]       0.9.3claws43
416
417         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
418           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
419           src/Makefile.am
420           src/mimeview.c
421           src/procmime.h
422           src/rfc2015.c
423           src/stock_pixmap.[ch]
424                 indicate missing keys and expired sigs/keys
425                 in mime view column
426
427 2003-07-23 [paul]       0.9.3claws42
428
429         * src/compose.c
430                 Redirect fixes: enable automatic account selection and
431                 do not append signature to message on changing account
432                 fixes Bug[s] #248
433
434 2003-07-23 [paul]       0.9.3claws41
435
436         * sync with 0.9.3cvs16
437                 see ChangeLog 2003-07-23
438
439 2003-07-23 [alfons]     0.9.3claws40
440
441         * src/inc.c
442                 give progress dialog a main window, and give it the first 
443                 one (presumably the only one). fixes bug #247, "segfault on 
444                 pop-before-smtp" 
445
446 2003-07-22 [alfons]     0.9.3claws39
447
448         * src/summaryview.c
449                 shift-space scrolls up
450
451 2003-07-22 [paul]       0.9.3claws38
452
453         * sync with 0.9.3cvs15
454                 see ChangeLog 2003-07-22
455
456 2003-07-20 [alfons]     0.9.3claws37
457
458         * src/compose.c
459                 put menu inside #ifdef USE_ASPELL..#endif
460
461 2003-07-20 [christoph]  0.9.3claws36
462
463         * src/procmsg.c
464                 fix wrong flags in MsgInfo returned by
465                 procmsg_msginfo_get_full_info()
466
467         (closes Bug 221 Deleting messages from the Message View gives incorrect
468          new/unread message counts in the folder view)
469
470         * src/plugins/spamassassin/spamassassin_gtk.c
471                 add gettext macro for prefs page title
472
473 2003-07-20 [paul]       0.9.3claws35
474
475         * src/mimeview.c
476                 redraw icon list on signature check
477
478 2003-07-20 [christoph]  0.9.3claws34
479
480         * src/Makefile.am
481         * src/account.c
482         * src/folder.[ch]
483         * src/folder_item_prefs.[ch]            ** NEW **
484         * src/folderview.c
485         * src/mainwindow.c
486         * src/mh.c
487         * src/prefs_gtk.c
488         * src/prefs_scoring.c
489         * src/summaryview.c
490         * src/prefs_folder_item.[ch]
491                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
492                   Properties dialog
493                 o use prefswindow for folder properties
494
495         * src/gtk/prefswindow.[ch]
496                 change implementation to use an invisible notebook instead
497                 of unparenting widgets
498
499 2003-07-20 [christoph]  0.9.3claws33
500
501         * src/compose.h
502         * src/folder.c
503         * src/folderview.h
504         * src/headerview.h
505         * src/prefs_filtering.h
506         * src/prefs_folder_item.[ch]
507         * src/procmime.h
508         * src/procmsg.h
509         * src/summaryview.h
510                 clean up header mess
511                 (always use 1. typedefs, 2. #includes, 3. structures)
512
513         * src/common/version.h.in
514                 add casts for constants
515
516         * src/plugins/demo/demo.c
517                 fix typo
518
519         * src/plugins/spamassassin/spamassassin.c
520                 remove unused variable
521
522 2003-07-20 [alfons]     0.9.3claws32
523
524         * src/mimeview.c
525                 o make icon buttons respond on left click
526                 o minor cosmetic change
527
528 2003-07-19 [luke]       0.9.3claws31
529
530         * src/mimeview.[ch]
531         * src/gtk/gtkvscrollbutton.c
532         * src/messageview.c
533                 o improved mimeview behaviour when selecting a new message
534                 o plus code cleanups to remove compile warnings
535
536
537 2003-07-19 [alfons]     0.9.3claws30
538
539         * src/procmsg.c
540         * src/compose.c
541         * src/common/utils.[ch]
542                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
543
544 2003-07-19 [alfons]     0.9.3claws29
545
546         * src/prefs_folder_item.c
547                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
548                 string pointers
549
550 2003-07-19 [luke]       0.9.3claws28
551
552         * src/messageview.c
553         * src/mimeview.[ch]
554         * src/procmime.h
555         * src/rfc2015.c
556         * src/stock_pixmap.[ch]
557         * src/gtk/Makefile.am
558         * src/Makefile.am
559         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
560         * src/pixmaps/mime_*.xpm                ** NEW **
561                 o mimeview rearrangement with a new icon shortcut bar
562         
563 2003-07-19 [alfons]     0.9.3claws27
564
565         * src/folderview.c
566                 o plug leaking nodes_to_recollapse
567                 o add folderview_recollapse_all_nodes() (not used yet)
568
569 2003-07-19 [alfons]     0.9.3claws26
570
571         * src/compose.c
572         * src/common/utils.c
573                 honour #240 "Better SUBJECT handling" by cleaning the prefix
574                 for both forwarding as replying
575
576 2003-07-18 [christoph]  0.9.3claws25
577
578         * configure.ac
579         * src/common/sylpheed.[ch]
580         * src/common/version.h.in
581                 add version in numeric form to allow easy comparison
582
583         * src/plugins/demo/demo.c
584                 add version check
585                 - sylpheed version > plugin version => never allowed, sylpheed
586                   could contain unknown API changes
587                 - sylpheed version < minimum version required => don't load,
588                   API required not available (if linking does not fail)
589
590 2003-07-18 [alfons]     0.9.3claws24
591         
592         * src/common/plugin.[ch]
593                 const correctness
594
595 2003-07-18 [christoph]  0.9.3claws23
596
597         * src/common/hooks.c
598                 fix crash when hooks where unregisted
599
600         * src/plugins/trayicon/trayicon.c
601                 unregister detroy signal before destroying the widget
602                 (still crashes when the plugin is unloaded)
603
604 2003-07-18 [alfons]     0.9.3claws22
605         
606         * src/folderview.c
607                 delay expanding folder tree during drags until timeout triggered
608                 (needs perhaps some tweaking, so testing is welcome)
609
610 2003-07-17 [alfons]     0.9.3claws21
611
612         * src/folderview.c
613                 clean up cruft
614
615 2003-07-17 [christoph]  0.9.3claws20
616
617         * src/common/session.c
618                 fix opening of SSL connections
619
620         * src/plugins/image_viewer/Makefile.am
621                 add OPENSSL_CFLAGS (we should find a better solution to remove
622                 this dependencies if they are not required)
623
624         * src/plugins/spamassassin/spamassassin.c
625                 remove setlocale workaround (fixed in libspamc)
626
627         (closes Bug Bug 184 Entering non-ascii character deletes previous char
628          if spell checking enabled)
629
630 2003-07-17 [alfons]     0.9.3claws19
631
632         * src/common/hooks.[ch]
633         * src/plugins/clamav/clamav_plugin.c
634         * src/plugins/spamassassin/spamassassin.c
635         * src/plugins/trayicon/trayicon.c
636                 fix signedness muck 
637
638 2003-07-17 [alfons]     0.9.3claws18
639
640         * src/procmime.c
641                 plug memleak
642
643 2003-07-17 [alfons]     0.9.3claws17
644
645         * src/inc.c
646                 plug memleak
647
648 2003-07-17 [paul]       0.9.3claws16
649
650         * src/common/defs.h
651           src/mainwindow.c
652           src/manual.[ch]
653                 add link to the Claws site's FAQ page, after the suggestion
654                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
655                 Move url strings to defs.h
656                 
657         * src/mainwindow.c
658                 fix typo to prevent "unknown menu entry" warnings
659
660 2003-07-17 [alfons]     0.9.3claws15
661
662         * src/folderview.[ch]
663         * src/summaryview.[ch]
664         * src/mimeview.[ch]
665                 plug DnD leaks 
666
667 2003-07-17 [paul]       0.9.3claws14
668
669         * src/inc.c
670                 remove two instances of 'GTK_EVENTS_FLUSH' because
671                 they are unnecessary and probably cause a stack overflow
672
673 2003-07-16 [christoph]  0.9.3claws13
674
675         * src/mimeview.[ch]
676                 use an invisible GTK notebook to switch between viewers
677                 instead of reparenting widgets
678
679 2003-07-16 [christoph]  0.9.3claws12
680
681         * src/folder.c
682                 move folder_item_update_freeze() to correct place in
683                 folder_item_scan_full()
684
685 2003-07-16 [paul]       0.9.3claws11
686
687         * sync with 0.9.3cvs12
688                 see ChangeLog 2003-07-14 and 2003-07-15
689
690 2003-07-16 [christoph]  0.9.3claws10
691
692         * src/imap.[ch]
693         * src/prefs_account.[ch]
694                 sync IMAP CRAM-MD5 authentication with sylpheed-main
695
696 2003-07-15 [alfons]     0.9.3claws9
697
698         * src/main.c
699                 make --config-dir do something useful
700
701 2003-07-15 [alfons]     0.9.3claws8
702
703         * src/procmsg.c
704                 o fix a bug where 'last' didn't really point to the last message
705                   in the top level list of children, but to the last threaded
706                   message. 
707                 
708                 o clean up and make it easier to sync
709
710 2003-07-15 [alfons]     0.9.3claws7
711
712         * src/mainwindow.c
713                 make correct menu items sensitive       
714
715 2003-07-14 [alfons]     0.9.3claws6
716
717         * src/procmsg.c
718                 tune the threader so it will not subject-thread any message
719                 without a subject prefix (this will not thread correctly if 
720                 a parent is delivered after their childs, but it looks 
721                 better right now)
722
723 2003-07-13 [christoph]  0.9.3claws5
724
725         * src/mainwindow.c
726                 group "Add mailbox *..." menu items in submenu
727
728 2003-07-13 [alfons]     0.9.3claws4
729
730         * src/summaryview.c
731                 correct summary_toggle_pressed() signature and make sure
732                 signal is not passed on
733
734 2003-07-13 [alfons]     0.9.3claws3
735
736         * src/summaryview.c
737                 o for now don't pass on keys when they we're handled by 
738                   ctree::key_press_event
739                 o clean up
740
741 2003-07-13 [alfons]     0.9.3claws2
742         
743         * src/main.c
744                 add command line option "--config-dir" to get the current 
745                 configuration dir
746
747 2003-07-12 [alfons]     0.9.3claws1
748
749         * src/matcher.[ch]
750         * src/matcher_parser_parse.y
751         * src/prefs_filtering.c
752         * src/filtering.c
753                 add "Lock" filter action to lock messages;
754
755         * src/filtering.c       
756                 remove debug_print()    
757         * src/prefs_filtering.c
758                 re-organize matcher part 9: 
759                 make action text entries easily extendible;
760                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
761                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
762
763 2003-07-12 [paul]
764
765         * tools/README
766                 update old information and add missing
767                 information
768
769 2003-07-12 [paul]       0.9.3claws
770
771         * 0.9.3claws released
772         
773 2003-07-12 [paul]       0.9.0claws103
774
775         * src/Makefile.am
776                 add addrquery.h
777
778 2003-07-12 [melvin]     0.9.0claws102
779
780         * src/messageview.c
781                 Fixed bug #215: Show MIME tab for single text/html messages. 
782                 
783 2003-07-12 [paul]       0.9.0claws101
784
785         * man/sylpheed.1
786                 updated
787
788 2003-07-12 [paul]       0.9.0claws100
789
790         * po/es.po
791           po/hr.po
792           po/pl.po
793           po/sr.po
794                 update Spanish, Croatian, Polish, Serbian translations.
795                 submitted by Ricardo Mones Lastra, Dragan, Witold
796                 Wladyslaw Wojciech Wilk, Urke MMI
797
798 2003-07-12 [melvin]     0.9.0claws99
799
800         * po/fr.po
801                 Updated French translations.
802
803 2003-07-12 [paul]       0.9.0claws98
804
805         * src/addressbook.c
806                 disable 'Lookup' button as it has no effect
807
808 2003-07-11 [alfons]     0.9.0claws97
809         
810         * src/summaryview.c
811                 summary_searchbar_pressed() should return TRUE to signal that
812                 event was handled. when returning void, the return value passed
813                 to GTK is actually random, but maybe FALSE, in which case the
814                 event is handled by parent
815                 
816 2003-07-10 [paul]       0.9.0claws96
817
818         * ac/missing/gettext.m4
819                 update to version 0.12
820
821 2003-07-10 [paul]       0.9.0claws95
822
823         * src/plugins/clamav/clamav_plugin.c
824                 fix bug where multipart/alternative messages
825                 would slip through without being scanned
826
827 2003-07-10 [christoph]  0.9.0claws94
828
829         * src/folder.c
830                 correct check if folder supports removing when a message is
831                 moved. if not the message is only copied.
832
833         (closes Bug 132 crash on startup in newsgroups folders)
834
835 2003-07-09 [alfons]     0.9.0claws93
836
837         * configure.ac
838         * src/common/defs.h
839                 --with-config-dir (default .sylpheed)
840
841 2003-07-09 [christoph]  0.9.0claws92
842
843         * configure.ac
844                 use PKG_CHECK_MODULES to check for gtkmathview
845                 (version 0.4.2 now required)
846
847 2003-07-08 [melvin]     0.9.0claws91
848
849         * src/action.c
850                 Implemented a progress bar that counts the number of completed
851                 tasks when the action runs more than one command.
852
853 2003-07-08 [alfons]     0.9.0claws90
854
855         * src/procmsg.c
856                 if queued message has an invalid Message-Id, don't try to
857                 find message it refers to (fixes #209 "crash when processing 
858                 in folder")
859
860 2003-07-08 [paul]       0.9.0claws89
861
862         * sync with 0.9.3cvs2
863                 see ChangeLog 2003-07-08
864
865 2003-07-08 [match]      0.9.0claws88
866
867         * src/ldapctrl.c
868                 extend LDAP search for first/last name by parsing search term.
869
870 2003-07-08 [alfons]     0.9.0claws87
871
872         * src/send_message.c
873                 fix bug #208 "Status message stuck when sending on POP3 account"
874
875 2003-07-07 [paul]       0.9.0claws86
876
877         * po/hr.po
878                 new Croatian translation, submitted by
879                 Dragan <drleskov@inet.hr>
880
881 2003-07-07 [paul]       0.9.0claws85
882
883         * sync with 0.9.3cvs1
884                 see ChangeLog 2003-07-07
885
886 2003-07-05 [christoph]  0.9.0claws84
887
888         * src/Makefile.am
889         * src/messageview.c
890         * src/mimeview.[ch]
891         * src/stock_pixmap.[ch]
892         * src/pixmaps/messageview_text.xpm              ** NEW **
893                 move mimeview tabs to the right side and use icons
894                 instead of text to save some space
895
896         (patch by Luke Plant <lukeplant@softhome.net>)
897
898 2003-07-05 [christoph]  0.9.0claws83
899
900         * src/inc.c
901                 add NULL pointer checks
902
903         (patch by Luke Plant <lukeplant@softhome.net>)
904         (closes Bug 204 0.9.0 quits on authentication error?!)
905
906 2003-07-05 [alfons]     0.9.0claws82
907
908         * configure.ac
909                 take the clue in bug #202 "./configure script - 
910                 'if test' comparison failure" reported by John Kristoff. 
911
912 2003-07-04 [christoph]  0.9.0claws81
913
914         * src/plugins/spamassassin/spamassassin.c
915                 set timeout for spam check
916
917 2003-07-04 [christoph]  0.9.0claws80
918
919         * src/main.c
920                 destroy all FolderItems when shutting down to
921                 allow folders to clean up
922
923 2003-07-04 [melvin]     0.9.0claws79
924
925         * src/gtk/gtkaspell.c
926                 Fixed bug #184 "Entering non-ascii character deletes
927                 previous char if spell checking enabled": this makes
928                 the spell checking in multibytes (e.g. UTF-8)locales work.
929                 (Patch by Luke Plant).
930                 
931 2003-07-04 [christoph]  0.9.0claws78
932
933         * sync with 0.9.2cvs1
934                 see ChangeLog 2003-06-10
935
936 2003-07-04 [paul]       0.9.0claws77
937
938         * sync with 0.9.3 release
939                 see ChangeLog 2003-07-04
940
941 2003-07-03 [christoph]  0.9.0claws76
942
943         * src/folder.[ch]
944         * src/imap.c
945         * src/mbox_folder.c
946         * src/mh.c
947         * src/news.c
948                 move folder_item_get_path() stuff into a folder virtual function
949
950         * src/procmsg.c
951                 use folder_item_fetch_msg() to get message and do not contruct
952                 the filename from path and number
953
954 2003-07-03 [paul]       0.9.0claws75
955
956         * sync with 0.9.2cvs12
957                 see ChangeLog 2003-07-03
958
959 2003-07-02 [paul]       0.9.0claws74
960
961         * src/messageview.c
962                 fix text-selection for replying
963
964 2003-07-02 [paul]       0.9.0claws73
965
966         * sync with 0.9.2cvs11
967                 see ChangeLog 2003-07-02
968
969 2003-07-02 [paul]       0.9.0claws72
970
971         * src/procmsg.c
972                 revert last commit because it breaks more
973                 than it fixes
974
975 2003-07-02 [paul]       0.9.0claws71
976
977         * src/procmsg.c
978                 fix thread by subject/sort by date
979
980 2003-07-01 [paul]       0.9.0claws70
981
982         * sync with 0.9.2cvs10
983                 see ChangeLog 2003-07-01
984
985 2003-06-30 [paul]       0.9.0claws69
986
987         * sync with 0.9.2cvs9
988                 see ChangeLog 2003-06-30
989
990 2003-06-28 [match]      0.9.0claws68
991
992         * src/addressbook.c
993                 fix null ptr.
994
995 2003-06-27 [paul]       0.9.0claws67
996
997         * sync with 0.9.2cvs7
998                 see ChangeLog 2003-06-27
999
1000 2003-06-26 [christoph]  0.9.0claws66
1001
1002         * src/folder.c
1003                 freeze folder updates while a folder is scanned
1004
1005         (closes Bug 185 New message counter)
1006
1007 2003-06-26 [darko]      0.9.0claws65
1008
1009         * src/ldapserver.c
1010                 fix infinite loop when adding a new LDAP server
1011
1012 2003-06-26 [paul]       0.9.0claws64
1013
1014         * sync with 0.9.2cvs6
1015                 see ChangeLog 2003-06-26
1016
1017 2003-06-26 [paul]       0.9.0claws63
1018
1019         * sync with 0.9.2cvs5
1020                 see ChangeLog 2003-06-25 and 2003-06-26
1021
1022 2003-06-25 [match]      0.9.0claws62
1023
1024         * src/addr_compl.c
1025                 Fixed tab/backtab for dropped-down completion list to
1026                 move next/previous field. (close bug 147)
1027
1028 2003-06-25 [christoph]  0.9.0claws61
1029
1030         * src/addr_compl.[ch]
1031         * src/addrindex.[ch]
1032         * src/folderview.c
1033         * src/inc.c
1034         * src/news.c
1035         * src/summaryview.c
1036         * src/toolbar.c
1037                 fix warnings
1038
1039 2003-06-25 [leandro]    0.9.0claws60
1040
1041         * src/compose.c
1042                 o cleanups
1043                 o gray out "Message/Remove references" menu item if not
1044                   replying to a message
1045
1046 2003-06-24 [leandro]    0.9.0claws59
1047
1048         * src/compose.[ch]
1049                 o removed "Message/Create new thread" menu item
1050                 o added "Message/Remove references" menu item
1051                   (it's off by default and will not check anymore
1052                    if the subject changed)
1053
1054 2003-06-23 [alfons]     0.9.0claws58
1055
1056         * src/procmsg.c
1057                 try better grouping messages threaded by subject based on their age.
1058                 still not perfect - because the message tree is not sorted by date.  
1059
1060 2003-06-23 [thorsten]   0.9.0claws57
1061
1062         * src/pop.[ch]
1063                 added mail_receive_hook to allow modifications
1064                 directly after retrieval (e.g. adding headers).
1065
1066 2003-06-23 [paul]       0.9.0claws56
1067
1068         * src/sourcewindow.c
1069                  enable the use of Ctrl+A to select all text in
1070                  the sourcewindow
1071                  Patch submitted by Ivan Francolin Martinez
1072                  <ivanfm@users.sourceforge.net>
1073
1074 2003-06-22 [christoph]  0.9.0claws55
1075
1076         * src/folder.[ch]
1077                 o add notification hook for folder tree changes
1078                 o invoke hooks after folder tree scanning
1079
1080         * src/folderview.[ch]
1081                 register hook for folder tree changes that
1082                 updates the ctree
1083
1084         (there are more places that should be updated, like add, remove 
1085          or move folder)
1086
1087         (closes Bug 164 Crash on rebuild folder tree)
1088         (closes Bug 190 Crash on 'rebuilding folder tree')
1089
1090 2003-06-21 [leandro]    0.9.0claws54
1091
1092         * src/compose.[ch]
1093                 create a new thread if subject changes
1094                 (it's on by default, can be disabled in Message menu)
1095
1096 2003-06-21 [alfons]     0.9.0claws53
1097
1098         * src/summaryview.c
1099                 quiet little compiler
1100
1101 2003-06-21 [christoph]  0.9.0claws52
1102
1103         update gettext stuff to version 0.12
1104
1105 2003-06-19 [alfons]     0.9.0claws51
1106
1107         * src/common/log.c
1108         * src/common/plugin.c
1109                 move defs.h before glib.h to prevent MIN/MAX redefs
1110
1111 2003-06-19 [alfons]
1112
1113         * src/addressbook.c
1114                 translatable
1115
1116 2003-06-19 [match]      0.9.0claws50
1117
1118         * src/addressbook.[ch]
1119         * src/addrindex.[ch]
1120         * src/addr_compl.[ch]
1121         * src/editldap.[ch]
1122         * src/editldap_basedn.[ch]
1123         * src/addritem.[ch]
1124         * src/ldapquery.h
1125                 re-implemented dynamic LDAP search. works without
1126                 slowdown on display sender with addressbook
1127                 option.
1128         * src/addrbook.c
1129                 documented code.
1130
1131 2003-06-19 [paul]       0.9.0claws49
1132
1133         * src/compose.c
1134                 fix Bug #136 'Nonprovided quotation marks crash claws'
1135                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1136
1137 2003-06-19 [alfons]     0.9.0claws48
1138
1139         * src/prefs_common.[ch]
1140         * src/procmsg.c
1141                 restrict threading by subject by checking thread for
1142                 age (prefs_common.thread_by_subject_max_age)
1143
1144 2003-06-18 [christoph]  0.9.0claws47
1145
1146         * src/imap.c
1147                 fix memory leak in imap_cmd_fetch()
1148
1149 2003-06-18 [christoph]  0.9.0claws46
1150
1151         * src/prefs_gtk.c
1152                 fix memory leak in prefs_set_default() when used multiple
1153                 times or after prefs have been read
1154
1155 2003-06-18 [christoph]  0.9.0claws45
1156
1157         * src/common/plugin.c
1158                 fix memory leak in plugin_unload()
1159
1160 2003-06-18 [christoph]  0.9.0claws44
1161
1162         * src/imap.c
1163                 fix memory leak in imap_cmd_ok()
1164
1165 2003-06-18 [christoph]  0.9.0claws43
1166
1167         * src/folder.c
1168                 stop messages that are downloaded from POP3 and added to
1169                 an IMAP inbox from being filtered twice (first by POP3
1170                 and again when IMAP folder is scaned to get the UID of
1171                 the APPEND operation when no UIDPLUS is available)
1172
1173 2003-06-18 [alfons]
1174
1175         * tools/Makefile.am
1176                 phoenix <- firebird     
1177
1178 2003-06-18 [paul]
1179
1180         * tools/launch_phoenix          ** REMOVED **
1181           tools/launch_firebird         ** NEW **
1182                 renamed and edited to reflect the browser's name change from
1183                 'phoenix' to 'firebird'
1184
1185 2003-06-18 [paul]       0.9.0claws42
1186
1187         * sync with 0.9.2cvs2
1188                 see ChangeLog 2003-06-16
1189
1190 2003-06-17 [alfons]     0.9.0claws41
1191
1192         * src/procmsg.c
1193                 prevent threading problems when a node is an ancestor (parent / great parent),
1194                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1195                 for finding an sample set of messages)
1196
1197 2003-06-16 [christoph]  0.9.0claws40
1198
1199         * src/main.c
1200                 don't popup main window on --receive or --receive-all
1201
1202         * src/mainwindow.[ch]
1203         * src/plugins/trayicon/trayicon.c
1204                 allow hiding of main window by clicking on the trayicon
1205                 (doesn't work correctly in seperate window mode and may
1206                  cause unexpected GTK problems I couldn't find yet)
1207
1208         * src/common/ssl.c
1209                 remove incorrect warning
1210
1211 2003-06-15 [alfons]     0.9.0claws39
1212
1213         * src/gtk/gtkstext.c
1214                 don't output debug text;
1215                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1216                 for pointing this out);
1217
1218 2003-06-14 [alfons]     0.9.0claws38
1219         
1220         * src/messageview.c
1221                 remove printf() and make one if..else comply with coding style
1222
1223 2003-06-14 [alfons]     0.9.0claws37
1224
1225         * AUTHORS
1226                 add Martin Wicke
1227         * src/action.c
1228         * src/messageview.[ch]
1229         * src/summaryview.c
1230                 apply patch #754162 "Quoting messages filtered by actions" submitted
1231                 by Martin Wicke, which allows quoting message body changed by an
1232                 action (Thanks!).
1233
1234 2003-06-13 [alfons]     0.9.0claws36
1235
1236         * src/utils.c
1237                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1238                 use case insensitive regexp (suggested by Ivan Martinez)
1239
1240 2003-06-13 [christoph]  0.9.0claws35
1241
1242         * configure.ac
1243         * src/plugins/trayicon/Makefile.am
1244         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1245         * src/plugins/trayicon/trayicon.c
1246         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1247         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1248         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1249         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1250         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1251         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1252                 replace my own EggTrayIcon backport with the backport
1253                 used by (l|x)mule and gabber.
1254
1255 2003-06-13 [alfons]     0.9.0claws34
1256
1257         * AUTHORS
1258         * src/common/utils.c
1259                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1260
1261 2003-06-13 [alfons]     0.9.0claws33
1262
1263         * src/compose.c
1264                 clean up a little bit
1265
1266 2003-06-12 [alfons]     0.9.0claws32
1267
1268         * src/compose.c
1269                 const correctness fix
1270
1271         * src/common/sylpheed.[ch]
1272                 () -> (void)
1273                 prevent redef MIN/MAX
1274                 
1275         * src/common/utils.[ch]
1276                 () -> (void)
1277
1278 2003-06-12 [melvin]     0.9.0claws31
1279
1280         * src/compose.c
1281                 Updated to take into accounts changes in GtkAspell.
1282
1283 2003-06-12 [alfons]     0.9.0claws30
1284
1285         * src/compose.c
1286         * src/procmsg.c
1287         * src/common/utils.[ch]
1288                 handle reply subject prefixes better (initial 
1289                 suggestion by Robert Story adapted and enhanced 
1290                 using regexps)
1291
1292 2003-06-12 [melvin]     0.9.0claws29
1293
1294         * src/compose.c
1295                 Use new gtkaspell_checkers_strerror() to get the speller's
1296                 error message instead of accessing the (now private)
1297                 checkers structure.
1298                 Minor code clean up
1299
1300         * src/main.c
1301                 Use #ifdef instead of #if for USE_ASPELL
1302                 Use the new spell checkers init/quit functions 
1303
1304         * src/gtk/gtkaspell.c
1305                 Use #ifdef instead of #if for USE_ASPELL
1306                 Moved in the majority of GtkAspell structures that were
1307                 exported before by gtkaspell.h
1308         
1309         * src/gtk/gktaspell.h
1310                 Made gtkaspell.h contain only the necessary data to be
1311                 publicized by moving many structures to gtkaspell.c.
1312                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1313                 gtkaspell_checkers_new(): replaced by...
1314                 gtkaspell_checkers_init(): new function for initialization
1315                 gtkaspell_checkers_delete(): replaced by...
1316                 gtkaspell_checkers_quit(): new function
1317                 gtkaspell_checkers_strerror(): new function that returns
1318                 the checker's last error message.
1319                 
1320 2003-06-11 [melvin]     0.9.0claws28
1321
1322         * po/POTFILES.in
1323                 Updated to take into account gtkaspell.c migration to
1324                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1325
1326 2003-06-10 [alfons]     0.9.0claws27
1327
1328         * src/filtering.[ch]
1329         * src/folder.c
1330         * src/matcher.c
1331         * src/scoring.[ch]
1332                 - try fixing bug #18 (any brave testers?)
1333                 - add more robustness by refusing previously 
1334                   unchecked NULL pointers 
1335
1336 2003-06-10 [alfons]     0.9.0claws26
1337
1338         * src/procmsg.c
1339                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1340
1341 2003-06-09 [alfons]     0.9.0claws25
1342
1343         * src/prefs_common.c
1344                 fix bug #163 "Icon switching doesnt work properly" by 
1345                 preventing early freeing of prefs_common.pixmap_theme_path.
1346
1347 2003-06-09 [christoph]  0.9.0claws24
1348
1349         * src/gtk/gtkaspell.c
1350                 revert Thorsten's fix and add forgotten g_strdup for
1351                 aspell path (it should not be possible to alter the path a
1352                 GtkASpell uses from outside)
1353
1354 2003-06-09 [thorsten]   0.9.0claws23
1355
1356         * src/gtk/gtkaspell.c
1357                 dont free prefs_common.aspell_path when closing compose
1358
1359 2003-06-08 [colin]      0.9.0claws22
1360
1361         * src/plugins/spamassassin/spamassassin.c
1362                 fix prefs types
1363
1364 2003-06-07 [christoph]  0.9.0claws21
1365
1366         * src/Makefile.am
1367         * src/compose.c
1368         * src/gtkaspell.[ch]            ** REMOVE **
1369         * src/gtk/Makefile.am
1370         * src/gtk/gtkaspell.[ch]        ** NEW **
1371                 o make gtkaspell independent from sylpheed's prefs
1372                 o move gtkaspell.[ch] to gtk directory
1373
1374 2003-06-07 [christoph]  0.9.0claws20
1375
1376         * src/Makefile.am
1377         * src/crash.c
1378         * src/export.c
1379         * src/filesel.[ch]              ** REMOVE **
1380         * src/folder.c
1381         * src/main.[ch]
1382         * src/common/sylpheed.[ch]
1383         * src/gtk/Makefile.am
1384         * src/gtk/filesel.[ch]          ** NEW **
1385         * src/gtk/pluginwindow.c
1386         * src/gtk/sslcertwindow.c
1387                 move filesel.[ch] to gtk directory
1388
1389 2003-06-07 [alfons]     0.9.0claws19
1390
1391         * src/filesel.c
1392                 make (multi) file selection dialog work again (Claws-only)
1393
1394 2003-06-07 [thorsten]   0.9.0claws18
1395
1396         * po/de.po
1397                 fix typos
1398
1399 2003-06-07 [alfons]     0.9.0claws17
1400
1401         * configure.ac
1402         * src/mimeview.c
1403                 detect apache mishap in which case don't include fnmatch.h
1404                 if regex.h is already included
1405
1406 2003-06-06 [christoph]  0.9.0claws16
1407
1408         * configure.ac
1409         * src/mimeview.h
1410                 add check for fnmatch.h and include it when available
1411
1412         * src/mimeview.[ch]
1413                 fix wrong case sensitivity of Content-Types
1414
1415         * src/gtk/Makefile.am
1416                 need the same include paths in gtk directory as in
1417                 common directory because .h files in common can
1418                 include files from these directories, when included
1419                 in gtk's .h or .c files
1420
1421 2003-06-06 [alfons]     0.9.0claws15
1422
1423         * src/mimeview.c
1424         * src/summaryview.c
1425                 make it compile again because of regex.h / fnmatch.h 
1426                 include problems (related to recent mime stuff, can
1427                 someone check this?)
1428
1429 2003-06-06 [thorsten]   0.9.0claws14
1430
1431         * src/folderview.c
1432                 possible use of uninitialized pointer while dragging
1433
1434 2003-06-06 [paul]       0.9.0claws13
1435
1436         * src/compose.c
1437                 fix bug where the insert sig button would be effective
1438                 only when auto_sig was set
1439
1440 2003-06-06 [paul]       0.9.0claws12
1441
1442         * sync with 0.9.2 release
1443
1444 2003-06-02 [paul]       0.9.0claws11
1445
1446         * sync with 0.9.1cvs1
1447                 see ChangeLog 2003-06-02
1448                 
1449         * po/de.po
1450                 update by Jens
1451
1452 2003-06-01 [christoph]  0.9.0claws10
1453
1454         * src/account.c
1455                 don't use substring search to find accounts by email address
1456
1457         (closes Bug 169 Overly loose matching of "From" address)
1458
1459 2003-05-31 [christoph]  0.9.0claws9
1460
1461         * doc-src/rfc2683.txt
1462         * src/imap.c
1463                 limit IMAP command length as recommended in RFC2683
1464                 (message number lists will be split into multiple imap
1465                 sets, the limit of 1000 octets is not a hard limit)
1466
1467         (closes Bug 161 sylpheed-claws exits with segfault when logging
1468          in to certain imap-servers)
1469
1470 2003-05-29 [alfons]     0.9.0claws8
1471
1472         * src/toolbar.[ch]
1473                 add print button (calling summary_print());
1474                 fine tune setting tooltip text;
1475                 (if someone needs other buttons, please take these 
1476                 commits as a guide, instead of bothering us - also
1477                 see 0.8.11claws150) 
1478
1479 2003-05-29 [darko]      0.9.0claws7
1480
1481         * src/compose.c
1482                 fix crash when word wrapping kicks in due to
1483                 changed text by spell checker
1484
1485 2003-05-29 [paul]       0.9.0claws6
1486
1487         * src/compose.c
1488                 fix bug where changing account would insert
1489                 sig even if auto_sig was FALSE
1490                 
1491         * ChangeLog
1492           ChangeLog.jp
1493           INSTALL
1494                 sync with 0.9.1 release
1495
1496 2003-05-28 [christoph]  0.9.0claws5
1497
1498         * src/imap.c
1499                 fix truncation of too long commands
1500
1501         (closes Bug 167 IMAP hangs trying to get envelope
1502          information in imap_get_uncached_messages)
1503
1504 2003-05-27 [paul]       0.9.0claws4
1505
1506         * tools/Makefile.am
1507           tools/maildir2sylpheed.pl     ** NEW FILE **
1508                 add kmail to sylpheed mailbox conversion script
1509
1510 2003-05-27 [paul]       0.9.0claws3
1511
1512         * sync with 0.9.0cvs10
1513                 see ChangeLog 2003-05-26
1514
1515 2003-05-26 [paul]       0.9.0claws2
1516
1517         * sync with 0.9.0cvs9
1518                 see ChangeLog 2003-05-26
1519
1520 2003-05-24 [paul]       0.9.0claws1
1521
1522         * sync with 0.9.0cvs8
1523                 see ChangeLog 2003-05-23
1524
1525 2003-05-24 [paul]       0.9.0claws
1526
1527         * version 0.9.0claws released
1528
1529 2003-05-24 [paul]       0.8.11claws177
1530
1531         * src/plugins/dillo-viewer/Makefile.am
1532           src/plugins/traycon/Makefile.am
1533                 add missing files
1534                 
1535         * po/bg.po
1536           po/en_GB.po
1537           po/es.po
1538           po/it.po
1539           po/pt_BR.po
1540           po/ru.po
1541           po/sr.po
1542                 update Bulgarian, British English, Spanish, Italian, 
1543                 Brazilian Portuguese, Russian, and Serbian translations, 
1544                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1545                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1546                 Ruslan N. Balkin, and Urke MMI
1547
1548 2003-05-23 [melvin]     0.8.11claws176
1549
1550         * po/fr.po
1551                 Updated French translations
1552
1553 2003-05-22 [paul]       0.8.11claws175
1554
1555         * src/Makefile.am
1556           src/addrbook.[ch]
1557           src/addrcache.[ch]
1558           src/addr_compl.[ch]
1559           src/adressbook.[ch]
1560           src/addrindex.[ch]
1561           src/addritem.[ch]
1562           src/editaddress.c
1563           src/editgroup.c
1564           src/editldap_basedn.c
1565           src/editldap.c
1566           src/jpilot.c
1567           src/vcard.c
1568                 revert to get ldap into it previous working state
1569                 
1570         * po/zh_TW.Big5.po
1571                 new Taiwanese translation,
1572                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1573
1574 2003-05-22 [christoph]  0.8.11claws174
1575
1576         * src/plugins/spamassassin/libspamc.[ch]
1577                 sync libspamc with SpamAssaain release 2.55
1578
1579 2003-05-22 [paul]       0.8.11claws173
1580
1581         * sync with 0.9.0cvs7
1582                 see ChangeLog 2003-05-22
1583                 
1584         * src/summaryview.c
1585                 revert change in 0.8.11claws172: follow
1586                 Hiroyuki's decision and that's the end of it.
1587
1588 2003-05-21 [paul]       0.8.11claws172
1589
1590         * src/summaryview.c
1591                 fix discrepency between open_unread_on_enter
1592                 and always_show_msg
1593
1594 2003-05-21 [paul]       0.8.11claws171
1595
1596         * sync with 0.9.0cvs6
1597                 see ChangeLog 2003-05-21
1598
1599 2003-05-21 [paul]       0.8.11claws170
1600
1601         * sync with 0.9.0cvs5
1602                 see ChangeLog 2003-05-21
1603
1604 2003-05-20 [paul]       0.8.11claws169
1605
1606         * sync with 0.9.0cvs4
1607                 see ChangeLog 2003-05-20
1608                 fixes bug #152, 'encoding of IMAP folders names'
1609
1610 2003-05-20 [paul]       0.8.11claws168
1611
1612         * sync with 0.9.0cvs3
1613                 see ChangeLog 2003-05-20
1614                 
1615         * src/tools/convert_mbox.pl
1616                 minor change in the comments, submitted by Fred Marton
1617
1618 2003-05-19 [paul]       0.8.11claws167
1619
1620         * src/plugins/clamav/Makefile.am
1621           configure.ac
1622                 link clamav_lib to the plugin and not to the main program
1623
1624 2003-05-19 [christoph]
1625
1626         * src/Makefile.am
1627                 add -export-dynamic for linking
1628
1629 2003-05-19 [paul]       0.8.11claws166
1630
1631         * sync with 0.9.0cvs1
1632                 see ChangeLog 2003-05-19
1633
1634 2003-05-19 [paul]       0.8.11claws165
1635
1636         * src/inc.c
1637                 fix 'pop before smtp' timeout
1638
1639 2003-05-18 [alfons]     0.8.11claws164
1640
1641         * src/prefs_matcher.c
1642                 put "execute" action command line ("expression") in edit box
1643
1644 2003-05-18 [christoph]  0.8.11claws163
1645
1646         * src/mimeview.[ch]
1647         * src/plugins/dillo_viewer/dillo_viewer.c
1648         * src/plugins/image_viewer/viewer.c
1649         * src/plugins/mathml_viewer/mathml_viewer.c
1650                 let a viewer have a list of Content-Types
1651
1652 2003-05-18 [paul]       0.8.11claws162
1653
1654         * src/prefs_filtering.c
1655                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1656                 and REDIRECT actions
1657
1658 2003-05-17 [christoph]
1659
1660         * README.claws
1661                 o remove dynamic signatures that was syned with main
1662                 o add infos about no longer "build in" image viewer
1663                 o update bugtracker URL
1664
1665 2003-05-17 [christoph]  0.8.11claws161
1666
1667         * src/folder.c
1668         * src/folderview.c
1669         * src/imap.c
1670                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1671                 for every folder after rebuilding the folder tree.
1672
1673         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1674          messages)
1675
1676 2003-05-17 [christoph]  0.8.11claws160
1677
1678         * src/imap.c
1679                 don't use STATUS command on current folder to check for
1680                 content changes. imap_cmd_ok() now tracks changes to
1681                 folder and number of existing messages.
1682
1683 2003-05-17 [paul]       0.8.11claws159
1684
1685         * src/plugins/clamav/clamav_plugin.c
1686                 remove unnecessary debug_print
1687
1688 2003-05-16 [thorsten]   0.8.11claws158
1689
1690         * src/plugins/demo.c
1691                 included missing intl.h
1692
1693 2003-05-16 [paul]       0.8.11claws157
1694
1695         * po/POTFILES.in
1696                 remove non-existant entries
1697         
1698         * src/plugins/clamav/clamav_plugin.c
1699           src/plugins/clamav/clamav_plugin_gtk.c
1700           src/plugins/dillo_viewer/dillo_prefs.c
1701           src/plugins/dillo_viewer/dillo_viewer.c
1702                 gettextise
1703
1704 2003-05-16 [christoph]  0.8.11claws156
1705
1706         * po/POTFILES.in
1707                 include plugin .c files for translation until I
1708                 find a better solution to have plugins have their
1709                 own textdomain
1710         * src/plugins/demo/demo.c
1711         * src/plugins/image_viewer/plugin.c
1712         * src/plugins/mathml_viewer/mathml_viewer.c
1713         * src/plugins/spamassassin/spamassassin.c
1714         * src/plugins/spamassassin/spamassassin_gtk.c
1715         * src/plugins/trayicon/trayicon.c
1716                 add gettext macros for plugin name and description
1717
1718 2003-05-16 [paul]
1719
1720         * sync with 0.9.0
1721
1722 2003-05-16 [paul]       0.8.11claws155
1723
1724         * sync with lastest 0.9.0pre1
1725                 see ChangeLog 2003-05-16
1726
1727 2003-05-15 [paul]       0.8.11claws154
1728
1729         * sync with latest 0.9.0pre1
1730                 see ChangeLog 2003-05-14 and 2003-05-15
1731
1732 2003-05-14 [christoph]  0.8.11claws153
1733
1734         * src/plugins/image_viewer/viewer.c
1735         * src/plugins/image_viewer/viewer.glade         ** NEW **
1736         * src/plugins/image_viewer/viewerprefs.c
1737                 make it possible to disable the autoload function in the
1738                 imageviewer again
1739
1740 2003-05-14 [christoph]  0.8.11claws152
1741
1742         * src/folder.c
1743                 fix folder update after adding a message
1744
1745 2003-05-13 [alfons]     0.8.11claws151
1746
1747         * src/common/session.c
1748                 remove debug traces
1749                 
1750         * src/addrcache.[ch]
1751         * src/filtering.[ch]
1752         * src/folder.[c]
1753         * src/gtkaspell.[ch]
1754         * src/imap.[ch]
1755         * src/mbox_folder.[ch]
1756         * src/mh.[ch]
1757         * src/mimeview.h
1758         * src/msgcache.[ch]
1759         * src/news.[ch]
1760         * src/passphrase.[ch]
1761         * src/prefs_common.[ch]
1762         * src/prefs_gtk.[ch]
1763         * src/procmsg.c
1764         * src/scoring.[ch]
1765                 be pedantic; (in prototypes () implies (int))
1766
1767 2003-05-13 [alfons]     0.8.11claws150
1768
1769         * src/prefs_toolbar.[ch]
1770         * src/summaryview.[ch]
1771         * src/toolbar.[ch]
1772                 change misleading text in toolbar prefs;
1773                 add toolbar action for ignore thread (toggles ignore thread flag);
1774                 clean up a little bit;
1775
1776 2003-05-12 [paul]
1777
1778         * tools/convert_mbox.pl
1779                 bug fixed by Fred Marton
1780
1781 2003-05-12 [paul]
1782
1783         * sync with 0.9.0pre1
1784
1785 2003-05-09 [paul]       0.8.11claws149
1786
1787         * sync with 0.8.11cvs43
1788                 see ChangeLog 2003-05-09
1789
1790 2003-05-08 [christoph]  0.8.11claws148
1791
1792         * src/imap.[ch]
1793                 o use CAPABILIY as first command and check for PREAUTH
1794                   information in the response to it
1795                 o rewrite all imap_cmd_* functions to use an IMAPSession
1796                   instead of a SockInfo as parameter
1797                 o do STARTTLS after fetching and checking the server
1798                   capabilities
1799
1800 2003-05-08 [paul]       0.8.11claws147
1801
1802         * tools/Makefile.am
1803           tools/README
1804           tools/convert_mbox.pl         ** NEW FILE **
1805                 add mbox conversion script. Submitted by 
1806                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1807
1808 2003-05-07 [christoph]
1809
1810         * doc-src/glade.txt
1811         * src/gtk/pluginwindow.glade
1812         * src/plugins/image_viewer/viewerprefs.glade
1813         * src/plugins/spamassassin/spamassassin_gtk.glade
1814                 add glade files for user interfaces and a description how
1815                 to use glade to create the sylpheed code
1816
1817 2003-05-07 [paul]       0.8.11claws146
1818
1819         * sync with 0.8.11cvs41
1820                 see ChangeLog 2003-05-07
1821
1822 2003-05-06 [christoph]  0.8.11claws145
1823
1824         * src/main.c
1825         * src/plugins/image_viewer/viewer.c
1826                 fix usage of imlib in imageviewer plugin
1827
1828         * src/gtk/prefswindow.c
1829                 handle window close event correctly
1830
1831 2003-05-06 [paul]       0.8.11claws144
1832
1833         * src/common/ssl.c
1834                 fix typo introduced in sync
1835
1836 2003-05-06 [paul]       0.8.11claws143
1837
1838         * sync with 0.8.11cvs39
1839                 see ChangeLog 2003-05-06
1840
1841 2003-05-06 [paul]       0.8.11claws142
1842
1843         * AUTHORS
1844           po/cs.po
1845                 updated Czech translation, submitted by 
1846                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1847                 
1848         * src/plugins/clamav/clamav_plugin_gtk.c
1849                 clean up
1850
1851 2003-05-03 [alfons]     0.8.11claws141
1852
1853         * src/compose.[ch]
1854                 make paste as quotation work even when the call to 
1855                 text_inserted() was deferred (fixes bug #140 "Paste 
1856                 as quotation does not work when using "external" 
1857                 clipboard")
1858
1859 2003-05-03 [thorsten]   0.8.11claws140
1860
1861         * src/addrquery.h
1862           src/ldapquery.h
1863           src/mainwindow.c
1864                 removed C++ comments
1865         * src/addr_compl.c
1866                 function with non-int retval/param used before
1867                 implementation/declaration
1868
1869 2003-05-02 [paul]       0.8.11claws139
1870
1871         * src/addr_compl.[ch]
1872           src/addressbook.[ch]
1873           src/addrindex.c
1874           src/summaryview.c
1875                 revert match's changes to (finally) remove the bug where
1876                 opening a folder causes massive slowdown when using the 
1877                 'Display sender using address book' option
1878
1879 2003-05-01 [melvin]     0.8.11claws138
1880
1881         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1882         * src/plugins/dillo_viewer/dillo_viewer.c
1883                 Fixed bug where "Cancel" button from prefs issued
1884                 warnings.
1885                 Comply a little more to coding style
1886
1887 2003-05-01 [paul]       0.8.11claws137
1888
1889         * sync with 0.8.11cvs38
1890                 see ChangeLog 2003-05-01
1891
1892 2003-05-01 [paul]       0.8.11claws136
1893
1894         * po/bg.po
1895                 updated by George Danchev
1896
1897 2003-04-30 [christoph]  0.8.11claws135
1898
1899         * src/plugins/dillo_viewer/dillo_prefs.c
1900         * src/plugins/image_viewer/viewerprefs.c
1901         * src/plugins/spamassassin/spamassassin_gtk.c
1902                 remove gtk_widget_ref() calls for widgets in
1903                 glade code
1904
1905 2003-04-30 [paul]       0.8.11claws134
1906
1907         * src/addrindex.c
1908                 ok, this time a better fix for the bug where opening folder
1909                 has massive slowdown when using the 'Display sender using 
1910                 address book' option
1911
1912 2003-04-30 [paul]       0.8.11claws133
1913
1914         * src/addrindex.c
1915                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1916         
1917 2003-04-30 [melvin]     0.8.11claws132
1918
1919         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1920
1921         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1922                 Preferences for the dillo plugin
1923         * src/plugins/dillo_viewer/dillo_viewer.c
1924                 Support for preferences
1925         * src/plugins/dillo_viewer/Makefile.am
1926                 Added dillo_prefs.[ch]
1927
1928 2003-04-30 [alfons]     0.8.11claws131
1929
1930         * src/common/plugin.[ch]
1931                 see? this ANSI C'fication immediately gives us type
1932                 checking for free.
1933
1934 2003-04-30 [alfons]     0.8.11claws130
1935
1936         * src/common/plugin.[ch]
1937         * src/plugins/clamav/clamav_plugin.[ch]
1938         * src/plugins/clamav/clamav_plugin_gtk.c
1939         * src/plugins/demo/demo.c
1940         * src/plugins/dillo_viewer/dillo_viewer.c
1941         * src/plugins/image_viewer/plugin.c
1942         * src/plugins/image_viewer/viewer.[ch]
1943         * src/plugins/image_viewer/viewerprefs.[ch]
1944         * src/plugins/mathml_viewer/mathml_viewer.c
1945         * src/plugins/spamassassin/spamassassin.[ch]
1946         * src/plugins/spamassassin/spamassassin_gtk.c
1947         * src/plugins/trayicon/trayicon.c
1948                 clean up
1949
1950 2003-04-30 [alfons]     0.8.11claws129
1951
1952         * src/common/utils.c
1953                 make is_ascii_str() fail gracefully when NULL pointer
1954                 is passed
1955
1956 2003-04-30 [paul]       0.8.11claws128
1957
1958         * src/addrindex.c
1959                 fix bug where opening folder has massive slowdown when
1960                 using the 'Display sender using address book' option
1961
1962 2003-04-30 [paul]       0.8.11claws127
1963
1964         * src/plugins/clamav/clamav_plugin.c
1965           src/plugins/clamav/clamav_plugin_gtk.c
1966           src/plugins/demo/demo.c
1967           src/plugins/dillo_viewer/dillo_viewer.c
1968           src/plugins/image_viewer/plugin.c
1969           src/plugins/mathml_viewer/mathml_viewer.c
1970           src/plugins/spamassassin/spamassassin.c
1971           src/plugins/spamassassin/spamassassin_gtk.c
1972           src/plugins/trayicon/trayicon.c
1973                 get rid of eye-hurting function signatures
1974
1975 2003-04-30 [paul]       0.8.11claws126
1976
1977         * src/plugins/trayicon/trayicon.c
1978                 add description
1979                 
1980         * src/mimeview.c
1981                 be more descriptive
1982
1983 2003-04-30 [paul]       0.8.11claws125
1984
1985         * configure.ac
1986                 arrange the plugins in reverse alphabetical order
1987                 
1988         * src/plugins/clamav/clamav_plugin.[ch]
1989           src/plugins/clamav/clamav_plugin_gtk.c
1990                 rename some params
1991                 resize max_size window
1992                 re-arrange the order of some gui elements
1993                 improve descriptions
1994         
1995         * src/plugins/image_viewer/plugin.c
1996           src/plugins/mathml_viewer/mathml_viewer.c
1997                 add descriptions
1998                 
1999         * src/plugins/spamassassin/spamassassin_gtk.c
2000                 resize max_size window
2001                 re-arrange the order of some gui elements
2002                 
2003         * src/messageview.c
2004           src/mimeview.c
2005                 correct typos
2006
2007 2003-04-30 [alfons]     0.8.11claws124
2008
2009         * src/imap.c
2010                 fix a leak found while browsing Martin Kluge's 
2011                 valgrind log (Claws only)
2012
2013 2003-04-29 [darko]      0.8.11claws123
2014
2015         * src/gtk/gtkstext.h
2016                 include wchar.h if it is available, fixes compilation
2017                 on HP-UX systems
2018
2019 2003-04-29 [melvin]     0.8.11claws122
2020
2021         * src/prefs_actions.c
2022                 Improved help text of Actions' syntax
2023
2024 2003-04-28 [paul]       0.8.11claws121
2025
2026         * src/action.c
2027                 a better fix for the crash when performing an action
2028                 on a mime part
2029
2030 2003-04-28 [paul]       0.8.11claws120
2031
2032         * src/action.c
2033                 fix crash when performing an action on a
2034                 mime part
2035
2036 2003-04-28 [paul]       0.8.11claws119
2037
2038         * sync with 0.8.11cvs36
2039                 see ChangeLog 2003-04-28
2040
2041 2003-04-27 [paul]       0.8.11claws118
2042
2043         * more sync with 0.8.11cvs35
2044                 see ChangeLog 2003-04-25
2045
2046 2003-04-26 [christoph]  0.8.11claws117
2047
2048         * src/folder.c
2049                 fix remove virtual check
2050
2051 2003-04-26 [paul]       0.8.11claws116
2052
2053         * src/messageview.c
2054                 fix return-receipt, make it work again
2055
2056 2003-04-26 [paul]       0.8.11claws115
2057
2058         * src/mimeview.c
2059                 restore double-clicking of the [application/pgp-signature 
2060                 (Select "Check signature" to check)] line in the message view,
2061                 broken in recent sync
2062
2063 2003-04-26 [christoph]  0.8.11claws114
2064
2065         * src/folder.c
2066                 check if remove virtual really exists before
2067                 calling the function
2068
2069 2003-04-25 [match]      0.8.11claws113
2070
2071         * src/addrindex.c
2072         * src/addrbook.c
2073         * src/ldapquery.[ch]
2074         * src/ldapctrl.[ch]
2075                 fix memleak.
2076         * src/ldapserver.[ch]
2077                 fix memleak. fix segfault.
2078                 plug a Claws memleak
2079
2080 2003-04-25 [alfons]     0.8.11claws112
2081
2082         * src/folder.c
2083                 plug a Claws memleak
2084
2085 2003-04-25 [alfons]     0.8.11claws111
2086
2087         * src/common/session.c
2088                 plug a memleak
2089
2090 2003-04-25 [paul]       0.8.11claws110
2091
2092         * sync with 0.8.11cvs35
2093                 see ChangeLog 2003-04-24 and 2003-04-25
2094                 
2095         * src/gtk/pluginwindow.c
2096                 correct another strange float value
2097
2098 2003-04-24 [christoph]  0.8.11claws109
2099
2100         * src/folder.c
2101                 freeze folder item updates when unsetting new flags
2102
2103         * src/gtk/pluginwindow.c
2104                 correct strange float value
2105
2106 2003-04-23 [paul]       0.8.11claws108
2107
2108         * sync with 0.8.11cvs33
2109                 see ChangeLog 2003-04-23
2110
2111 2003-04-22 [paul]       0.8.11claws107
2112
2113         * src/Makefile.am
2114           src/messageview.c
2115           src/mimeview.c
2116           src/pgptext.[ch]      ** REMOVED **
2117                 remove pgptext.[ch] as its not used any more
2118
2119 2003-04-22 [paul]       0.8.11claws106
2120
2121         * sync with 0.8.11cvs31
2122                 see ChangeLog 2003-04-21 and 2003-04-22
2123
2124 2003-04-21 [alfons]     0.8.11claws105
2125
2126         * src/main.c
2127                 No access to GTK structures if we're a spawned child
2128                 (and clean up code a little bit...) Should fix #126.
2129
2130 2003-04-21 [melvin]     0.8.11claws104
2131
2132         * src/plugins/dillo_viewer/README
2133                 Improved slightly the text.
2134
2135 2003-04-21 [melvin]     0.8.11claws103
2136
2137         * src/plugins/dillo_viewer/README *** NEW ***
2138                 Added a README file for the Dillo plugin
2139
2140 2003-04-20 [paul]
2141
2142         * tools/README
2143           tools/outlook2sylpheed.pl
2144                 updated and improved by Ricardo Mones Lastra
2145
2146 2003-04-18 [oliver]     0.8.11claws102
2147
2148         * src/inc.c 
2149         * src/prefs_account.h
2150                 remove Pop3SessionType (used by selective download)
2151         * src/prefs_toolbar.c
2152                 enable set Default Toolbar button
2153
2154 2003-04-18 [paul]       0.8.11claws101
2155
2156         * sync with 0.8.11cvs29
2157                 see ChangeLog 2003-04-18
2158
2159 2003-04-17 [paul]       0.8.11claws100
2160
2161         * src/prefs_common.[ch]
2162           src/summaryview.c
2163                 remove 'Open next message on deletion' option,
2164                 as the same effect can now be achieved via the
2165                 'Always open messages in summary when selected'
2166                 option.
2167
2168 2003-04-17 [paul]       0.8.11claws99
2169
2170         * sync with 0.8.11cvs28
2171                 see ChangeLog 2003-04-17
2172
2173 2003-04-17 [christoph]  0.8.11claws98
2174
2175         * ac/spamassassin.m4
2176         * src/plugins/spamassassin/libspamc.[ch]
2177         * src/plugins/spamassassin/utils.[ch]
2178                 sync libspamc with SpamAssassin project
2179
2180 2003-04-17 [christoph]  0.8.11claws97
2181
2182         * src/common/socket.h
2183         * src/gtk/sslcertwindow.h
2184                 rename old USE_SSL to USE_OPENSSL
2185
2186 2003-04-17 [paul]       0.8.11claws96
2187
2188         * src/prefs_common.h
2189                 use gulong for P_COLOR so that it compiles/runs on
2190                 64-bit systems. Patch submitted by James Noyes
2191                 <jnoyes-claws@retrogeeks.com>
2192                 
2193         * po/de.po
2194                 updated by Jens
2195
2196 2003-04-17 [paul]       0.8.11claws95
2197
2198         * sync with 0.8.11cvs27
2199                 see ChangeLog 2003-04-16
2200
2201 2003-04-15 [paul]       0.8.11claws94
2202
2203         * src/prefs_common.[ch]
2204                 rearrange to stop the window getting too long:
2205                         move Receive dialog stuff to Receive tab
2206                         move Send dialog to Send tab
2207                         remove Dialogs frame
2208                 rename 'Open messages in summary with cursor keys' to
2209                 'Always open messages in summary when selected', as its
2210                 more appropriate
2211
2212 2003-04-15 [paul]       0.8.11claws93
2213
2214         * src/prefs_common.[ch]
2215           src/summaryview.c
2216                 add new option '/Interface/Open next message on deletion'
2217
2218 2003-04-15 [paul]       0.8.11claws92
2219
2220         * src/summaryview.[ch]
2221                 add /Mark/Lock and /Mark/Unlock to the pop-up
2222                 menu. Patch submitted by Ivan Francolin Martinez
2223                 <ivanfm@users.sourceforge.net>
2224
2225 2003-04-15 [paul]       0.8.11claws91
2226
2227         * sync with 0.8.11cvs24
2228                 see ChangeLog 2003-04-15
2229
2230 2003-04-14 [jens]       0.8.11claws90
2231
2232         * updated German translation and some corrections from
2233                 Roland Bless <bless@tm.uka.de>
2234
2235 2003-04-14 [paul]       0.8.11claws89
2236
2237         * sync with 0.8.11cvs22
2238                 see ChangeLog 2003-04-14
2239
2240 2003-04-13 [paul]       0.8.11claws88
2241
2242         * src/plugins/clamav/clamav_plugin.c
2243                 fix memory leaks
2244                 clean up
2245
2246 2003-04-12 [paul]       0.8.11claws87
2247
2248         * src/plugins/clamav/clamav_plugin.c
2249                 activate enable/disable archive scanning option
2250                 
2251         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2252
2253 2003-04-12 [paul]       0.8.11claws86
2254
2255         * src/plugins/Makefile.am
2256           src/plugins/clamav/Makefile.am                ** NEW FILE **
2257           src/plugins/clamav/README                     ** NEW FILE ** 
2258           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2259           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2260                 add Clam AntiVirus plugin
2261
2262 2003-04-12 [paul]       0.8.11claws85
2263
2264         * sync with 0.8.11cvs21
2265                 see ChangeLog 2003-04-11
2266
2267 2003-04-11 [paul]       0.8.11claws84
2268
2269         * po/es.po
2270                 update Spanish translation. Submitted by Ricardo
2271                 Mones Lastra.
2272
2273 2003-04-10 [christoph]  0.8.11claws83
2274
2275         * src/mbox.c
2276                 fix typo that did not move unfiltered mails to destination
2277                 folder
2278
2279         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2280          when filtering from spool)
2281
2282 2003-04-10 [christoph]  0.8.11claws82
2283
2284         * src/imap.c
2285                 use BODY.PEEK instead of BODY in in message fetch operation
2286                 to make sure the IMAP server does not set the \Seen flag for
2287                 messages. Sylpheed does that later itself, when the message
2288                 is opened in sylpheed
2289
2290         (closes Bug 111 Claws destroys unread marks)
2291
2292 2003-04-09 [oliver]     0.8.11claws81
2293         
2294         * src/folder.c
2295                 fix crash in folder_destroy
2296         * README.claws
2297                 remove selective download
2298
2299 2003-04-09 [christoph]  0.8.11claws80
2300
2301         * src/imap.c
2302                 fix crash in imap_get_msginfo() when then fetched message
2303                 is not found
2304
2305         (closes Bug 110 Crash during mail composition)
2306
2307 2003-04-08 [christoph]  0.8.11claws79
2308
2309         * src/folder.c
2310         * src/prefs_account.c
2311                 Filter new messages that are found in an INBOX folder
2312                 when 'Filter messages on receiving' is enabled in the
2313                 Folder's AccountPrefs. This allows to use Sylpheed's
2314                 filtering engine for IMAP folders where messages are
2315                 added to the INBOX by a MTA
2316
2317 2003-04-08 [paul]       0.8.11claws78
2318
2319         * src/procmsg.h
2320                 clean up after last commit
2321
2322 2003-04-08 [paul]       0.8.11claws77
2323
2324         * sync with 0.8.11cvs20
2325                 see ChangeLog 2003-04-07 and 2003-04-08
2326
2327 2003-04-07 [christoph]  0.8.11claws76
2328
2329         * src/filtering.[ch]
2330         * src/inc.[ch]
2331         * src/mbox.c
2332         * src/procmsg.[ch]
2333                 add procmsg_msginfo_filter() to execute filtering actions
2334
2335 2003-04-06 [christoph]  0.8.11claws75
2336
2337         * src/imap.c
2338                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2339
2340 2003-04-06 [christoph]  0.8.11claws74
2341
2342         * src/common/utils.[ch]
2343                 add g_int_compare() function for slist sorting
2344
2345         * src/imap.c
2346                 fetch all MsgInfos with one command in imap_get_msginfos()
2347                 using an imap set with a list of ranges
2348
2349         * src/news.c
2350                 use new g_int_compare() function
2351
2352 2003-04-06 [thorsten]   0.8.11claws73
2353
2354         * src/mh.c
2355                 corrected implementation of mh_folder_destroy()
2356
2357 2003-04-05 [christoph]  0.8.11claws72
2358
2359         * src/account.c
2360         * src/folder.[ch]
2361         * src/folderview.c
2362         * src/imap.c
2363         * src/inc.c
2364         * src/main.c
2365         * src/mainwindow.c
2366         * src/mbox_folder.c
2367         * src/mh.c
2368         * src/mimeview.h
2369         * src/msgcache.[ch]
2370         * src/news.c
2371         * src/procmime.h
2372         * src/procmsg.[ch]
2373         * src/setup.c
2374         * src/gtk/gtkutils.c
2375                 o rename structure field names class and new to klass and
2376                   new_msgs, to allow including files in C++
2377                 o add 'extern "C"' block to some header files
2378                 o add MsgInfoList and MsgNumberList as alias for GSList for
2379                   developers to know what type of list is expected
2380
2381         * src/plugins/image_viewer/plugin.c
2382         * src/plugins/image_viewer/viewer.[ch]
2383         * src/plugins/image_viewer/viewerprefs.[ch]
2384                 rename function names to prevent conflicts
2385
2386 2003-04-05 [paul]       0.8.11claws71
2387
2388         * sync with 0.8.11cvs18
2389                 see ChangeLog 2003-04-03 and 2003-04-04
2390
2391 2003-04-02 [christoph]  0.8.11claws70
2392
2393         * src/folder.[ch]
2394         * src/imap.[ch]
2395         * src/mbox_folder.[ch]
2396         * src/mh.[ch]
2397         * src/news.[ch]
2398                 o Make all virtual folder functions private
2399                 o remove unused folder code
2400
2401         * src/common/socket.[ch]
2402         * src/summaryview.c
2403                 fix warnings
2404
2405 2003-03-30 [alfons]     0.8.11claws69
2406
2407         * src/send_message.c
2408                 remove two debug traces and see if people still report
2409                 errors
2410
2411 2003-03-30 [alfons]     0.8.11claws68
2412
2413         * src/send_message.c
2414         * src/commons/session.c
2415                 add more debug traces
2416
2417 2003-03-30 [christoph]  0.8.11claws67
2418
2419         * src/folder.c
2420                 change processing folder name from .processing to processing
2421
2422         * src/common/ssl.c
2423                 disable SSL certificate check because it causes Xlib error
2424                 when the child process want's to open an GTK window
2425
2426 2003-03-30 [christoph]  0.8.11claws66
2427
2428         * src/folder.c
2429                 don't use default folder for processing folder item because
2430                 it can be a non local folder
2431
2432         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2433
2434 2003-03-30 [alfons]     0.8.11claws65
2435
2436         * src/send_message.c
2437                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2438                 to generate bad code for 'send_send_data_progressive': When
2439                 called from 'send_send_data_finished', the 'data' pointer is
2440                 cleared just before the assignment to the dialog pointer
2441
2442 2003-03-29 [christoph]  0.8.11claws64
2443
2444         * src/common/prefs.h
2445         * src/plugins/image_viewer/Makefile.am
2446         * src/plugins/image_viewer/plugin.c
2447         * src/plugins/image_viewer/viewer.[ch]
2448         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2449                 add PrefsPage for ImageViewer
2450
2451 2003-03-28 [thorsten]   0.8.11claws63
2452
2453         * src/common/session.c
2454                 added some comments
2455
2456 2003-03-28 [paul]       0.8.11claws62
2457
2458         * sync with 0.8.11cvs16
2459                 see ChangeLog 2003-03-28
2460
2461 2003-03-28 [paul]       0.8.11claws61
2462
2463         * sync with 0.8.11cvs15
2464                 see ChangeLog 2003-03-28
2465
2466 2003-03-27 [christoph]  0.8.11claws60
2467
2468         * src/folder.c
2469         * src/imap.c
2470         * src/common/socket.[ch]
2471                 set socket state to DISCONNECTED when any operation
2472                 fails to allow reconnecting in IMAP code without
2473                 checking the return code of all calls to the command
2474                 functions
2475
2476         * src/folderview.c
2477         * src/summaryview.c
2478                 remove some more stuff that depends on specific
2479                 folder types
2480
2481 2003-03-27 [paul]       0.8.11claws59
2482
2483         * sync with 0.8.11cvs14
2484                 see ChangeLog 2003-03-27
2485                 
2486         * src/selective_download.[ch]   ** REMOVED **
2487                 really removed
2488
2489 2003-03-27 [christoph]  0.8.11claws58
2490
2491         * src/folder.c
2492                 fix handling of tmp_flags in flag copy function
2493
2494 2003-03-27 [paul]       0.8.11claws57
2495
2496         * sync with 0.8.11cvs13
2497                 see ChangeLog 2003-03-27
2498
2499 2003-03-27 [oliver]     0.8.11claws56
2500
2501         * src/maiwindow.c
2502                 remove sel_download_cb
2503
2504 2003-03-27 [oliver]     0.8.11claws55
2505         
2506         * src/inc.c
2507                 remove POP3_TOP
2508         
2509 2003-03-26 [oliver]     0.8.11claws54
2510
2511         *src/pop.h
2512                 remove POP3_TOP*
2513         * README.claws
2514                 remove selective donwload readme
2515
2516 2003-03-26 [oliver]     0.8.11claws53
2517         * src/matcher.[ch]
2518         * src/matcher_parser_parse.y 
2519         * src/pop.c 
2520         * src/prefs_account.[ch]
2521         * src/prefs_filtering.c
2522                 remove selective donwload
2523
2524 2003-03-26 [oliver]     0.8.11claws52
2525
2526         * src/inc.[ch] 
2527         * src/filtering.c 
2528         * src/mainwindow.c 
2529                 remove selective donwload
2530
2531 2003-03-26 [oliver]     0.8.11claws51
2532         
2533         * src/Makefile.am
2534         * src/selective_download.[ch]   ** REMOVE **    
2535
2536 2003-03-26 [christoph]  0.8.11claws50
2537
2538         * src/news.c
2539                 fix NEWS that got broken by a sync with sylpheed-main
2540
2541 2003-03-26 [christoph]  0.8.11claws49
2542
2543         * src/mimeview.c
2544                 fix mime type guessing when no mime type is found for a file
2545
2546 2003-03-25 [christoph]  0.8.11claws48
2547
2548         * src/mimeview.c
2549         * src/procmime.c
2550                 remove mime type guessing from mime parser and use
2551                 name based mime types in viewer lookup for mime type
2552                 application/octet-stream
2553
2554 2003-03-25 [christoph]  0.8.11claws47
2555
2556         * doc-src/readme.txt
2557         * doc-src/rfc2554.txt
2558                 add RFC about SMTP AUTH
2559
2560         * src/send_message.c
2561         * src/common/smtp.[ch]
2562                 add extra error code for authentication errors and
2563                 clear temporary password when this error occurs
2564
2565         (closes Bug 84 authentication failure while sending should
2566          prompt for password again)
2567
2568 2003-03-25 [christoph]  0.8.11claws46
2569
2570         * configure.ac
2571         * src/Makefile.am
2572         * src/imageview.[ch]                            ** REMOVE **
2573         * src/messageview.[ch]
2574         * src/mimeview.[ch]
2575         * src/prefs_common.[ch]
2576         * src/textview.c
2577         * src/plugins/Makefile.am
2578         * src/plugins/image_viewer/.cvsignore           ** NEW **
2579         * src/plugins/image_viewer/Makefile.am          ** NEW **
2580         * src/plugins/image_viewer/plugin.c             ** NEW **
2581         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2582                 move image viewer into a plugin (building is enabled by default)
2583                 [ToDo: Prefs for resize and autoview]
2584
2585 2003-03-25 [paul]       0.8.11claws45
2586
2587         * sync with 0.8.11cvs12
2588                 see ChangeLog 2003-03-26
2589
2590 2003-03-25 [paul]       0.8.11claws44
2591
2592         * sync with 0.8.11cvs11
2593                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2594                 
2595         Note: Selective Download is broken.
2596                 
2597 2003-03-22 [christoph]  0.8.11claws43
2598
2599         * src/folder.c
2600                 code cleanup for flags copying
2601
2602 2003-03-22 [christoph]  0.8.11claws42
2603
2604         * src/plugins/trayicon/trayicon.c
2605                 fix setting the transparent area when the window size
2606                 is forced by the system tray
2607
2608 2003-03-22 [christoph]  0.8.11claws41
2609
2610         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2611         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2612         * src/plugins/trayicon/newmail.xpm              ** NEW **
2613         * src/plugins/trayicon/nomail.xpm               ** NEW **
2614         * src/plugins/trayicon/trayicon.c
2615         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2616                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2617                 o add icon for unread mails
2618                 o set transparency for window
2619
2620 2003-03-22 [christoph]  0.8.11claws40
2621
2622         * src/news.c
2623                 init news session to prevent crash when session is closed
2624
2625 2003-03-22 [christoph]  0.8.11claws39
2626
2627         * src/imap.c
2628         * src/common/session.[ch]
2629                 Init session data to make sure we don't have invalid pointers
2630                 for read_ch and write_ch when new multi process sessions are
2631                 not used
2632
2633         * src/main.c
2634         * src/common/plugin.c
2635         * src/common/sylpheed.c
2636         * src/plugins/demo/demo.c
2637         * src/plugins/dillo_viewer/dillo_viewer.c
2638         * src/plugins/mathml_viewer/mathml_viewer.c
2639         * src/plugins/spamassassin/spamassassin.c
2640         * src/plugins/spamassassin/spamassassin_gtk.c
2641                 add plugin types to allow loading plugins at different times
2642                 (and maybe for different frontends), because it's not good to
2643                 load GTK-Plugins gefore gtk_init was called
2644
2645         * configure.ac
2646         * src/plugins/Makefile.am
2647         * src/plugins/trayicon/.cvsignore               ** NEW **
2648         * src/plugins/trayicon/Makefile.am              ** NEW **
2649         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2650         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2651         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2652         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2653         * src/plugins/trayicon/trayicon.c               ** NEW **
2654                 New Trayicon plugin that shows an icon in a systray that uses
2655                 XEMBED protocol like Gnome's systray. Icon shows if there
2656                 are new mails and a tooltip shows information about new,
2657                 unread and total messages.
2658
2659 2003-03-22 [paul]       0.8.11claws38
2660
2661         * src/common/smtp.c
2662                 fix ESMTP AUTH CRAM-MD5
2663                 [sync with main (still version 0.8.11cvs6), see
2664                  ChangeLog 2003-03-22]
2665
2666 2003-03-21 [colin]      0.8.11claws37
2667
2668         * src/send_message.c
2669                 Fix USE_SSL => USE_OPENSSL
2670
2671 2003-03-21 [colin]      0.8.11claws36
2672
2673         * src/folderview.c
2674                 Fix counts in drag and dropped subfolders
2675
2676 2003-03-21 [colin]      0.8.11claws35
2677
2678         * src/folder.c 
2679         * src/folderview.c
2680                 speed up a bit folder dnd
2681
2682 2003-03-20 [alfons]     0.8.11claws34
2683
2684         * src/main.c
2685         * src/toolbar.c
2686         * src/procmsg.c
2687                 don't send locked queue messages
2688                 (feature request "[ 705245 ] Locking message in outbox 
2689                  should prevent sending")
2690
2691 2003-03-20 [christoph]  0.8.11claws33
2692
2693         * src/folder.c
2694                 remove NEW and UNREAD flag in special folders when scanning
2695                 
2696         * src/common/smtp.c
2697                 fix ESMTP AUTH CRAM-MD5
2698
2699 2003-03-20 [paul]       0.8.11claws32
2700
2701         * src/prefs_account.c
2702                 Re-write 'Tunnel command to open connection' as
2703                 'Use command to communicate with server', and disable
2704                 it for all except IMAP accounts
2705
2706 2003-03-20 [paul]       0.8.11claws31
2707
2708         * sync with 0.8.11cvs6
2709                 see ChangeLog 2003-03-20
2710
2711 2003-03-19 [match]      0.8.11claws30
2712
2713         * src/addritem.[ch]
2714                 include documentation. minor refactoring.
2715         * src/addr_compl.[ch]
2716         * src/addrindex.[ch]
2717         * src/addresbook.[ch]
2718         * src/summaryview.c
2719                 re-enable address lookup (was disabled in
2720                 0.8.11claws20).
2721
2722 2003-03-19 [christoph]  0.8.11claws29
2723
2724         * src/procmsg.c
2725                 add temp flag handling, will make moving and copying
2726                 messages possible again
2727
2728         * src/folder.c
2729                 correct calulation of folder stats
2730
2731 2003-03-18 [match]      0.8.11claws28
2732
2733         * src/editgroup.h
2734                 remove case sensitive comparison (closes bug 80).
2735
2736 2003-03-18 [christoph]  0.8.11claws27
2737
2738         * src/imap.c
2739                 fix imap using a tunnel command
2740
2741         (closes bug 87)
2742
2743 2003-03-18 [christoph]  0.8.11claws26
2744
2745         * src/folder.[ch]
2746         * src/imap.c
2747         * src/procmsg.[ch]
2748                 rewrite flag handling for folders
2749
2750 2003-03-18 [christoph]  0.8.11claws25
2751
2752         * src/folder.c
2753         * src/procmsg.c
2754         * src/summaryview.c
2755                 unset NEW and UNREAD flags when message is ignored, to make
2756                 sure messages don't show up as unread on other IMAP clients,
2757                 because the IGNORE_THREAD flag can not be syncronized through
2758                 the IMAP folder
2759
2760 2003-03-17 [christoph]  0.8.11claws24
2761
2762         * src/imap.c
2763                 don't use recursion to fetch uids when the number of messages
2764                 does not match. Moved code into subfunction that is used
2765                 again when needed, to prevent an endless loop.
2766
2767 2003-03-17 [thorsten]   0.8.11claws23
2768
2769         * src/imageview.[ch]
2770                 export imageview_get_resized_size() (for plugins)
2771         * src/prefs_common.[ch]
2772                 added prefs_common_get() (for plugins)
2773
2774 2003-03-17 [christoph]  0.8.11claws22
2775
2776         * src/imap.c
2777                 o remove UID guessing from copy code
2778                 o support UIDPLUS extension for APPEND command
2779
2780 2003-03-17 [paul]       0.8.11claws21
2781
2782         * src/gtk/about.c
2783                 remove 'Compiled-plugins' section.
2784                 
2785         * src/plugins/dillo_viewer/dillo_viewer.c
2786                 slight change to description text
2787
2788 2003-03-16 [match]      0.8.11claws20
2789         * src/ldapserver.[ch]           ** NEW **
2790         * src/ldapctrl.[ch]             ** NEW **
2791         * src/ldapquery.[ch]            ** NEW **
2792         * src/ldaputil.[ch]             ** NEW **
2793         * src/addrcindex.[ch]           ** NEW **
2794         * src/addrquery.h               ** NEW **
2795         * src/addritem.[ch]
2796         * src/addrcache.[ch]
2797         * src/addrindex.[ch]
2798         * src/addr_compl.[ch]
2799         * src/addressbook.[ch]
2800         * src/addrbook.[ch]
2801         * src/editgroup.c
2802         * src/editaddress.c
2803         * src/editldap.c
2804         * src/editldap_basedn.c
2805         * src/vcard.c
2806         * src/jpilot.c
2807         * src/Makefile.am
2808                 included dynamic LDAP queries. improved address
2809                 completion.
2810
2811 2003-03-16 [paul]       0.8.11claws19
2812
2813         * tools/multiwebsearch.pl
2814                 fix a fatal typo
2815
2816 2003-03-16 [christoph]  0.8.11claws18
2817
2818         * src/mimeview.c
2819         * src/plugins/dillo_viewer/dillo_viewer.c
2820         * src/plugins/mathml_viewer/mathml_viewer.c
2821                 make unregistering of MimeViewerFactorys possible
2822
2823 2003-03-16 [alfons]     0.8.11claws17
2824
2825         * configure.ac
2826                 correct typo
2827
2828 2003-03-16 [melvin]     0.8.11claws16
2829
2830         * src/plugins/dillo_viewer.c
2831                 Fixed bug where it was not possible to view more than
2832                 one text/html attachment per message (bug discovered
2833                 by Christoph Hohmann).
2834
2835 2003-03-15 [melvin]     0.8.11claws15
2836
2837         * src/prefs_actions.c
2838                 Fixed compilation warnings.
2839
2840 2003-03-15 [melvin]     0.8.11claws14
2841
2842         * src/plugins/Makefile.am
2843         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2844         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2845         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2846                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2847                 newer (http://dillo.auriga.wearlab.de/).
2848
2849 2003-03-15 [christoph]  0.8.11claws13
2850
2851         * src/imap.c
2852                 don't query imap folder for attributes because we already
2853                 for them from imap_status
2854
2855         * src/mimeview.[ch]
2856                 add support for plugable MimeViewers (unloading Viewers
2857                 not yet complete)
2858
2859         * src/plugins/Makefile.am
2860         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2861         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2862         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2863                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2864                 widget from http://helm.cs.unibo.it/mml-widget/
2865
2866 2003-03-14 [christoph]  0.8.11claws12
2867
2868         * src/folder.[ch]
2869                 o error return code's should better be negative
2870                 o replace printf with debug_print
2871
2872         * src/imap.c
2873                 improve IMAP folder scan by checking UID-NEXT
2874
2875         * src/summaryview.c
2876                 remove check that are unnecessary in my opinion
2877
2878 2003-03-13 [christoph]  0.8.11claws11
2879
2880         * src/folder.[ch]
2881         * src/foldersel.c
2882         * src/folderview.c
2883         * src/imap.c
2884         * src/mbox_folder.c
2885         * src/mh.c
2886         * src/news.c
2887         * src/prefs_scoring.c
2888         * src/summaryview.c
2889                 use a common function to get a displayable name
2890                 for a FolderItem
2891
2892 2003-03-13 [paul]       0.8.11claws10
2893
2894         * tools/Makefile.am
2895           tools/README
2896           tools/multiwebsearch.conf     ** NEW FILE **
2897           tools/multiwebsearch.pl       ** NEW FILE **
2898                 add multiwebsearch Actions script
2899
2900 2003-03-13 [colin]      0.8.11claws9
2901
2902         * src/compose.c
2903                 Remove leading emtpy lines from quoted text
2904                 before quoting it
2905
2906 2003-03-13 [melvin]     0.8.11claws8
2907
2908         * src/prefs_actions.c
2909                 Fixed a memory leak
2910                 Code clean ups
2911                 Added Cancel and OK buttons
2912                 Corrected help text
2913
2914 2003-03-13 [christoph]  0.8.11claws7
2915
2916         * src/account.c
2917         * src/folder.[ch]
2918         * src/imap.c
2919         * src/mainwindow.c
2920         * src/mbox_folder.c
2921         * src/mh.c
2922         * src/news.c
2923         * src/setup.c
2924                 replace more folder type stuff with folder class stuff
2925
2926 2003-03-13 [melvin]     0.8.11claws6
2927
2928         * src/prefs_actions.c
2929                 Added new tokens:
2930                 %u: user provided argument
2931                 %h: user provided argument (hidden on input)
2932                 %s: current text selection in the message view 
2933
2934 2003-03-13 [paul]       0.8.11claws5
2935
2936         * sync with 0.8.11cvs5
2937                 see ChangeLog 2003-03-11, 2003-03-12
2938
2939 2003-03-12 [christoph]  0.8.11claws4
2940
2941         * src/folder.c
2942                 use folder class idstr when writing folderlist.xml
2943
2944         * src/folder.h
2945         * src/imap.c
2946         * src/news.c
2947                 replace folder type checks with folder class checks
2948
2949 2003-03-12 [christoph]  0.8.11claws3
2950
2951         * src/folder.[ch]
2952         * src/imap.[ch]
2953         * src/main.c
2954         * src/mbox_folder.[ch]
2955         * src/mh.[ch]
2956         * src/news.[ch]
2957                 o create a list of known folder classes in the folder system
2958                 o use folder class id strings for folder item identifiers
2959
2960 2003-03-12 [christoph]  0.8.11claws2
2961
2962         * src/imap.c
2963                 fix imap uid validity check
2964
2965 2003-03-12 [christoph]  0.8.11claws1
2966
2967         * src/account.c
2968         * src/folder.[ch]
2969         * src/foldersel.c
2970         * src/folderview.c
2971         * src/imap.c
2972         * src/mainwindow.c
2973         * src/mbox_folder.c
2974         * src/mh.c
2975         * src/news.c
2976         * src/prefs_scoring.c
2977         * src/procmsg.c
2978         * src/setup.c
2979         * src/summaryview.c
2980                 initial restructuring of folder system, seperating
2981                 folders and folder classes
2982
2983 2003-03-12 [paul]       0.8.11claws
2984
2985         0.8.11claws release
2986
2987 2003-03-12 [christoph]
2988
2989         * src/gtk/prefswindow.c
2990                 fix translation of "Page Index"
2991
2992 2003-03-12 [paul]       0.8.10claws110
2993
2994         a sync from 0.8.11cvs4 before the release
2995
2996         * src/common/utils.c
2997                 subject_compare_for_sort(): allow null strings (fixes
2998                 summary sorting).
2999
3000 2003-03-11 [paul]       0.8.10claws109
3001
3002         * po/es.po
3003                 update Spanish translation, submitted by
3004                 Ricardo Mones Lastra
3005
3006 2003-03-11 [melvin]     0.8.10claws108
3007
3008         * po/fr.po
3009                 Updated French translations
3010
3011 2003-03-11 [paul]       0.8.10claws107
3012
3013         * manual/en/Makefile.am
3014           manual/en/*.html
3015                 update English manual, add a new page
3016                 updated by Francois Barriere <fbarriere@atmel.fr>
3017                 
3018         * po/bg.po
3019           po/it.po
3020           po/sr.po
3021                 update Bulgarian, Italian, and Serbian translations
3022                 submitted by George Danchev, Alessandro Maestri, and
3023                 Urke MMI
3024
3025 2003-03-10 [paul]       0.8.10claws106
3026
3027         * src/gtk/about.c
3028           src/gtk/prefswindow.c
3029                 make some strings translatable
3030
3031 2003-03-10 [darko]      0.8.10claws105
3032
3033         * src/compose.c
3034                 code cleanup to make Hiro happy
3035
3036 2003-03-10 [paul]       0.8.10claws104
3037
3038         * sync with 0.8.11cvs2
3039                 see ChangeLog 2003-03-10
3040
3041 2003-03-09 [melvin]     0.8.10claws103
3042
3043         * src/textview.c
3044                 textview_set_font(): fix for message display in
3045                 UTF-8 locales (thanks to Sergey Vlasov).
3046                 (was unintentionnaly reverted in 0.8.6claws6)   
3047
3048 2003-03-08 [darko]      0.8.10claws102
3049
3050         * src/compose.c
3051                 fix infinite loop in wrapping as reported
3052                 by happycactus
3053                 obsoletes patch #696482
3054
3055 2003-03-08 [christoph]  0.8.10claws101
3056
3057         * src/imap.c
3058                 add workaround for IMAP servers that do not
3059                 support the "UID SEARCH UID" command
3060
3061 2003-03-07 [christoph]  0.8.10claws100
3062
3063         * src/plugins/spamassassin/spamassassin.[ch]
3064         * src/plugins/spamassassin/spamassassin_gtk.c
3065                 code cleanup
3066
3067 2003-03-07 [paul]       0.8.10claws99
3068
3069         * po/es.po
3070                 updated Spanish translation, submitted by
3071                 Ricardo Mones Lastra
3072
3073 2003-03-07 [christoph]  0.8.10claws98
3074
3075         * src/send.c
3076                 fix in 0.8.10claws94 was wrong
3077                 local delivery does not require escaping, remove escaping
3078                 code to make signatures of mails with "." lines valid
3079                 
3080                 NOTE: requires that sendmail is executed with "-i" option,
3081                       what is the default now, but has to be changed in all
3082                       exsiting accounts)
3083
3084 2003-03-07 [paul]       0.8.10claws97
3085
3086         * sync with 0.8.11 release
3087                 see ChangeLog 2003-03-07
3088
3089 2003-03-06 [paul]       0.8.10claws96
3090
3091         * src/compose.c
3092                 revert commit 0.8.10claws92
3093
3094 2003-03-06 [paul]       0.8.10claws95
3095
3096         * src/folderview.c
3097                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3098
3099         * src/gtkaspell.c
3100                 fix bug 74, 'Crash opening editor window with pseudo-color
3101                 display'
3102                 
3103         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3104
3105 2003-03-06 [christoph]  0.8.10claws94
3106
3107         * src/send.c
3108                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3109                 all lines starting with a period get an extra period
3110                 inserted
3111                 (found by Simon 'corecode' Schubert)
3112
3113 2003-03-06 [paul]       0.8.10claws93
3114
3115         * src/folderview.c
3116                 if configured font can't be loaded fall back to gtk
3117                 default. (with thanks to Christoph)
3118                 
3119                 closes long-standing bug 15 'Crashes on startup'
3120
3121 2003-03-06 [paul]       0.8.10claws92
3122
3123         * src/compose.c
3124                 freeze text before autosave and thaw afterwards
3125                 fixes bug 67 'autosave make re-rediting message crazy'
3126
3127 2003-03-06 [christoph]  0.8.10claws91
3128
3129         * src/compose.c
3130                 ignore address comment in dupe check for Cc-list
3131
3132         (closes reopened bug 47 Replying to message strips name part of
3133          e-mail addresses of Cc: lines)
3134
3135 2003-03-06 [paul]       0.8.10claws90
3136
3137         * src/Makefile.am
3138                 remove reference to gtkxtext.h as its no longer in
3139                 the repository
3140
3141 2003-03-06 [paul]       0.8.10claws89
3142
3143         * sync with 0.8.10cvs25
3144                 see ChangeLog 2003-03-06
3145
3146 2003-03-06 [oliver]     0.8.10claws88
3147         
3148         * src/messageview.c
3149                 remove include
3150
3151 2003-03-06 [oliver]     0.8.10claws87
3152         
3153         * src/folderview.c 
3154                 remove changes introduced inclaws74
3155         * src/messageview.c
3156                 another attempt to sanely delete and update
3157                 messages deleted in separate messageview
3158
3159 2003-03-05 [christoph]  0.8.10claws86
3160
3161         * src/summaryview.c
3162                 check if "From" matches any account's address if
3163                 addressbook completion of addresses is disabled too
3164
3165         (closes Bug 70 "Display recipient in from" doesn't check
3166          folder's default account)
3167
3168 2003-03-05 [christoph]  0.8.10claws85
3169
3170         * src/compose.c
3171         * src/common/utils.[ch]
3172                 don't strip address comments when building Cc lists
3173
3174         (closes Bug 47 Replying to message strips name part of e-mail addresses
3175          of Cc: lines)
3176
3177         * src/folder.c
3178                 fix return value of copy function
3179
3180 2003-03-05 [christoph]  0.8.10claws84
3181
3182         * src/imap.c
3183                 don't ask imap server for non rfc822 headers
3184
3185         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3186
3187         * src/imap.c
3188                 destroy session on socket error to allow reconnecting
3189
3190 2003-03-05 [christoph]  0.8.10claws83
3191
3192         * configure.ac
3193                 fix building with gnome when no prefix is set
3194
3195         (closes bug 66 Gnome directory is set to NONE)
3196
3197 2003-03-05 [paul]       0.8.10claws82
3198
3199         * sync with 0.8.10cvs23
3200                 see ChangeLog 2003-03-05
3201
3202 2003-03-04 [christoph]  0.8.10claws81
3203
3204         * src/folder.c
3205                 o fix moving and copying when folder returns 0 for new
3206                   message number
3207                 o remove some code for single message copy and move
3208                   operations and use functions for multiple messages
3209
3210         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3211
3212         * src/news.c
3213                 remove unused include
3214
3215 2003-03-04 [paul]       0.8.10claws80
3216
3217         * src/gtk/about.c
3218                 list 'Compiled plugins'
3219
3220 2003-03-03 [christoph]  0.8.10claws79
3221
3222         * src/news.[ch]
3223                 have to multiply the percentage of the current fetch with
3224                 the percentage that it has of the total fetch operation
3225                 for correct values
3226
3227 2003-03-03 [christoph]  0.8.10claws78
3228
3229         * src/news.c
3230                 fix calculation of expected lines for progress indicator
3231
3232 2003-03-03 [christoph]  0.8.10claws77
3233
3234         * src/summaryview.c
3235         * src/common/utils.c
3236                 fix segfault when opening the root news folder
3237
3238 2003-03-03 [christoph]  0.8.10claws76
3239
3240         * src/mainwindow.[ch]
3241         * src/common/Makefile.am
3242         * src/common/progressindicator.[ch]
3243                 add UI independent progress indicator handling
3244
3245         * src/news.[ch]
3246                 use new progress indicator for message info fetching
3247
3248         * src/common/hooks.h
3249                 code cleanup
3250
3251 2003-03-03 [oliver]     0.8.10claws75
3252
3253         * src/toolbar.c
3254         * src/compose.c
3255                 removed commented code
3256
3257 2003-03-03 [oliver]     0.8.10claws74
3258
3259         * src/toolbar.[ch]
3260                 cleanups and refactoring
3261         * src/compose.[ch]
3262                 compose_reply_mode reply & forwarding interface for
3263                 toolbar buttons
3264         * src/folderview.c
3265                 act on messages marked for deletion in folderview_selected
3266                 based on prefs_common.immediate_exec since a message might 
3267                 have been deleted by messageview in a folder we are changing 
3268                 to (does anybody understand what I'm on about ?)
3269
3270 2003-03-03 [oliver]     0.8.10claws73
3271         
3272         * src/messageview.[ch]
3273                 new functions
3274                 - messageview_delete: delete message shown in messagview
3275                 - messageview_update_view: update messageview to currently 
3276                   selected summaryview message
3277                 - add separate messageview to msgview_list in order to update 
3278                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3279         * src/summaryview.[ch]
3280                 summary_get_selection returns a list of selected msgs
3281                 in summaryview
3282         * src/mainwindow.c
3283                 toolbar reply refactoring
3284
3285 2003-03-03 [paul]       0.8.10claws72
3286
3287         * sync with 0.8.10cvs21
3288                 see ChangeLog 2003-03-03
3289
3290 2003-03-02 [christoph]  0.8.10claws71
3291
3292         * src/common/passcrypt.c
3293                 use POSIX includes
3294
3295 2003-03-02 [christoph]  0.8.10claws70
3296
3297         * configure.ac
3298         * src/prefs_account.c
3299         * src/prefs_gtk.[ch]
3300         * src/common/.cvsignore
3301         * src/common/Makefile.am
3302         * src/common/passcrypt.c                ** NEW **
3303         * src/common/passcrypt.h.in             ** NEW **
3304                 Implement password encryption in config files
3305                 using unix encrypt and setkey functions. The crypt
3306                 key can be set as a configure parameter. Old
3307                 passwords will be converted if they do not begin
3308                 with '!'
3309
3310 2003-03-02 [paul]       0.8.10claws69
3311
3312         * src/prefs_account.c
3313                 fix compile error
3314
3315 2003-03-01 [thorsten]   0.8.10claws68
3316
3317         * po/el.po
3318           po/hr.po
3319           po/it.po
3320           po/nl.po
3321           po/sr.po
3322           po/sv.po
3323                 corrected format strings
3324         * po/en_GB.po
3325                 corrected headers
3326                 (fix compile errors with GNU gettext-0.11.5)
3327
3328 2003-03-01 [oliver]     0.8.10claws67
3329
3330         * src/summaryview.c
3331                 menu callbacks call toolbar_menu_reply
3332
3333 2003-03-01 [oliver]     0.8.10claws66
3334
3335         * src/mainwindow.c
3336         * src/messageview.c
3337                 menu callbacks call toolbar_menu_reply
3338         * src/toolbar.[ch]
3339                 callbacks from menu handled by toolbar_menu_reply
3340
3341 2003-03-01 [paul]       0.8.10claws65
3342
3343         * src/addressbook.c
3344                 revert commit 0.8.10claws54 - breaks editing of
3345                 addressbook.
3346                 
3347         * po/bg.po
3348                 update Bulgarian translation, submitted by
3349                 George Danchev
3350
3351 2003-02-28 [christoph]  0.8.10claws64
3352
3353         * src/account.c
3354         * src/addressadd.c
3355         * src/compose.c
3356         * src/gtkaspell.c
3357         * src/gtkxtext.h                ** REMOVE **
3358         * src/imap.c
3359         * src/matcher.[ch]
3360         * src/mh.c
3361         * src/news.c
3362         * src/pine.c
3363         * src/prefs_common.c
3364         * src/prefs_matcher.c
3365         * src/procheader.[ch]
3366         * src/procmsg.[ch]
3367         * src/toolbar.c
3368         * src/common/ssl_certificate.c
3369         * src/gtk/colorlabel.c
3370         * src/gtk/menu.c
3371                 o fix warnings
3372                 o remove code obsoleted by new cache and folder system rework
3373
3374 2003-02-28 [oliver]     0.8.10claws63
3375         
3376         * src/toolbar.[ch]
3377                 * fix bug where reply in Messageview replied to 
3378                 Message displayed in summaryview
3379                 (reportedd via ML by chinatinte at gmx dot ch)
3380                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3381                 didn't work in separate MessageView Toolbar
3382                 (wondering if anybody uses this at all ?)
3383         * src/summaryview.[ch]
3384                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3385                 (generalize reply and forward code);
3386         * src/messageview.c 
3387                 remove focus_in event which updated summaryview to messageview
3388
3389 2003-02-28 [paul]       0.8.10claws62
3390
3391         * po/Makefile.in.in
3392                 add the --check option
3393                 Patch submitted by Ricardo Mones Lastra
3394
3395 2003-02-28 [paul]       0.8.10claws61
3396
3397         * src/prefs_account.c
3398                 re-order 'Signature' items
3399
3400 2003-02-28 [paul]       0.8.10claws60
3401
3402         * sync with 0.8.10cvs20
3403                 see ChangeLog 2003-02-28
3404
3405 2003-02-28 [paul]       0.8.10claws59
3406
3407         * po/POTFILES.in
3408                 update to reflect recent movement of files
3409
3410 2003-02-28 [paul]       0.8.10claws58
3411
3412         * sync with 0.8.10cvs19
3413                 see ChangeLog 2003-02-28
3414
3415 2003-02-27 [martin]     0.8.10claws57
3416
3417         * src/prefs_matcher.c 
3418                 fix segfault in prefs_matcher_ok() when the
3419                 last entry is deleted and prevents that the
3420                 message "entry not saved" comes up after deleting
3421                 an entry
3422
3423 2003-02-27 [martin]     0.8.10claws56
3424
3425         * src/prefs_filtering.c 
3426                 fix segfault in prefs_filtering_ok() when the
3427                 last entry is deleted and prevents that the
3428                 message "entry not saved" comes up after deleting
3429                 an entry
3430
3431 2003-02-27 [paul]       0.8.10claws55
3432
3433         * sync with 0.8.10cvs18
3434                 see ChangeLog 2003-02-27
3435
3436 2003-02-27 [paul]       0.8.10claws54
3437
3438         * src/addressbook.c
3439                 fix bug where the address book crashes with 
3440                 multiple lookups.
3441                 Patch [687729] submitted by David Frager 
3442                 <dbfrager@users.sourceforge.net>
3443
3444 2003-02-25 [christoph]  0.8.10claws53
3445
3446         * src/Makefile.am
3447         * src/colorlabel.[ch]           ** REMOVE **
3448         * src/gtk/Makefile.am
3449         * src/gtk/colorlabel.[ch]       ** NEW **
3450                 move colorlabel files to gtk directory
3451
3452         * src/esmtp.[ch]                ** REMOVE **
3453                 has been merged into smtp.[ch] in 0.7.5
3454
3455 2003-02-25 [christoph]  0.8.10claws52
3456
3457         * src/Makefile.am
3458         * src/about.[ch]                ** REMOVE **
3459         * src/gtk/Makefile.am
3460         * src/gtk/about.[ch]            ** NEW **
3461                 move about files to gtk directory
3462
3463 2003-02-25 [christoph]  0.8.10claws51
3464
3465         * src/folder.c
3466                 some code optimization of folder scanning code
3467
3468         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3469
3470 2003-02-25 [christoph]  0.8.10claws50
3471
3472         * src/main.c
3473         * src/common/sylpheed.c
3474                 add command line parameter parsing to common code
3475
3476 2003-02-24 [christoph]
3477
3478         * Makefile.am
3479         * configure.ac
3480                 fix gnome prefix problems, the configure script now removed
3481                 `gnome-config --prefix` from `gnome-config --datadir`
3482                 and adds $(prefix} instead
3483
3484         (closes Bug 24 Makefile does not respect prefix when installing
3485          GNOME data)
3486
3487 2003-02-24 [christoph]  0.8.10claws49
3488
3489         * src/news.c
3490                 check for valid session before trying to authenticate
3491
3492         (closes Bug 60 crash if "authenticate on logon" is activated
3493          and newsserver-hostname is not valid)
3494
3495 2003-02-24 [melvin]     0.8.10claws48
3496
3497         * src/prefs_actions.c
3498                 Make sure all user's input is sent to the action and then
3499                 close the socket..
3500
3501 2003-02-23 [alfons]     0.8.10claws46
3502
3503         * src/summaryview.c
3504                 also wait cursor when deleting files
3505
3506 2003-02-23 [paul]
3507
3508         * tools/freshmeat_search.pl
3509           tools/google_search.pl
3510                 scripts should now work for any browser/browser command line
3511
3512 2003-02-22 [christoph]  0.8.10claws45
3513
3514         * src/procmsg.c
3515                 fix IMAP flag setting, IMAP flag is not handled correctly
3516                 anymore by the folder system and information about the
3517                 folder should not be saved in the MsgInfo (in my opinion)
3518
3519         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3520
3521 2003-02-22 [christoph]  0.8.10claws44
3522
3523         * src/summaryview.c
3524                 fix spelling of "label" ;-)
3525
3526 2003-02-22 [thorsten]   0.8.10claws43
3527
3528         * src/mimeview.c
3529           src/prefs_common.[ch]
3530           src/procmime.[ch]
3531                 do not use description as attachment name
3532
3533 2003-02-22 [alfons]     0.8.10claws42
3534
3535         * src/summaryview.c
3536                 freeze/thaw folder item updates when changing color labels,
3537                 and put a wait cursors on
3538
3539 2003-02-22 [thorsten]   0.8.10claws41
3540
3541         * src/mimeview.c
3542                 save-all fixes: crash if invoked on multipart container,
3543                 mimeinfo access, pathseparators, error dialog
3544
3545 2003-02-21 [alfons]     0.8.10claws40
3546
3547         * src/prefs_gtk.c
3548                 remove unused var
3549
3550 2003-02-21 [colin]      0.8.10claws39
3551
3552         * src/send.c
3553                 Fix smtp logging
3554
3555 2003-02-21 [colin]      0.8.10claws38
3556
3557         * src/summaryview.c
3558                 Freeze/thaw folderItem updates when filtering messages 
3559                 via Tools/Filter messages
3560
3561 2003-02-21 [paul]       0.8.10claws37
3562
3563         * src/compose.c
3564                 revert commit 0.8.10claws26, there are ulterior motives
3565                 for users to set a Reply-To header when posting to
3566                 newsgroups
3567
3568 2003-02-21 [paul]       0.8.10claws36
3569
3570         * sync with 0.8.10cvs17
3571                 see ChangeLog 2003-02-21
3572
3573 2003-02-20 [christoph]  0.8.10claws35
3574
3575         * src/imap.c
3576                 IMAP UID fetch speedup using SEARCH
3577
3578         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3579
3580         * src/imap.c
3581                 fix problem with UIDs in IMAP UID cache that no longer existed
3582
3583 2003-02-20 [christoph]  0.8.10claws34
3584
3585         * src/imap.c
3586         * src/procheader.c
3587         * src/procheader.h
3588                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3589
3590         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3591
3592         * src/imap.c
3593                 Rewrite imap_cmd_gen_recv use sock_getline instead
3594                 of sock_gets to avoid problems with too long reply
3595                 lines
3596     
3597 2003-02-20 [colin]      0.8.10claws33
3598         
3599         * src/prefs_account.c
3600                 Better wording
3601
3602 2003-02-20 [colin]      0.8.10claws32
3603
3604         * src/compose.c
3605                 Remove useless '&& !to_sender' 
3606
3607 2003-02-20 [darko]
3608
3609         * AUTHORS
3610                 change my e-mail address
3611
3612 2003-02-19 [colin]      0.8.10claws31
3613
3614         * src/prefs_common.c
3615                 X11 style colors for every configurable color
3616
3617 2003-02-19 [alfons]     0.8.10claws30
3618
3619         * src/prefs_gtk.[ch]
3620         * src/prefs_common.c
3621                 for color_new accept both plain integers and X11 style color
3622                 names (as found in /usr/lib/X11/rgb.txt)
3623
3624 2003-02-19 [paul]       0.8.10claws29
3625
3626         * src/mainwindow.c
3627                 add tooltips to online/offline button and account selector
3628                 button
3629
3630 2003-02-19 [paul]       0.8.10claws28
3631
3632         * src/folder.c
3633           src/news.c
3634           src/prefs_account.[ch]
3635           src/prefs_common.[ch]
3636                 move 'Maximum number of articles to download' to
3637                 account prefs.
3638                 clean up account prefs gui a little by hiding entries
3639                 rather then greying out entries
3640
3641 2003-02-19 [hiro]       0.8.10claws27
3642
3643         * src/common/utils.c
3644                 fix bug #54 'yesterdays date is displayed in the message 
3645                 summary window'
3646
3647 2003-02-19 [paul]       0.8.10claws26
3648
3649         * src/compose.c
3650                 fix bug reported in Feature Request [688596] 
3651                 'Reply-to header in news'
3652
3653 2003-02-18 [paul]       0.8.10claws25
3654
3655         * src/select-keys.c
3656                 add a 'List all keys' button to key selection dialog
3657
3658 2003-02-18 [colin]      0.8.10claws24
3659         
3660         * src/stock_pixmap.c
3661                 fix compile error
3662
3663 2003-02-18 [colin]      0.8.10claws23
3664
3665         * src/common/smtp.[ch]
3666           src/prefs_account.c
3667                 Try to starttls if it seems to be the only
3668                 way to authenticate a user
3669
3670 2003-02-18 [paul]       0.8.10claws22
3671
3672         * src/Makefile.am
3673           src/folderview.c
3674           src/stock_pixmap.[ch]
3675           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3676           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3677                 as a Drafts folder is a special folder allow it to have
3678                 its own unique icons
3679
3680 2003-02-18 [colin]      0.8.10claws21
3681
3682         * src/imap.c
3683                 Fix port selection when using starttls
3684
3685 2003-02-18 [paul]       0.8.10claws20
3686
3687         * src/mainwindow.c
3688           src/prefs_common.[ch]
3689                 make blue the default new mail colour
3690
3691 2003-02-18 [paul]       0.8.10claws19
3692
3693         * sync with 0.8.10cvs14
3694                 see ChangeLog 2003-02-18
3695
3696 2003-02-17 [jens]       0.8.10claws18
3697
3698         * src/common/md5.c
3699                 fixed a compile problem with gcc 3.3
3700                 works on 2.95.3 too (testet on PPC as it is big endian)
3701
3702 2003-02-17 [paul]       0.8.10claws17
3703
3704         * sync with 0.8.10cvs13
3705                 see ChangeLog 2003-02-17
3706
3707 2003-02-17 [paul]       0.8.10claws16
3708
3709         * sync with 0.8.10cvs12
3710                 see ChangeLog 2003-02-17
3711
3712 2003-02-16 [match]      0.8.10claws15
3713
3714         * src/addressbook.c
3715                 Eliminates reloading of address data when items
3716                 deleted or added. Applied submitted by
3717                 Luke Plant <lukeplant@softhome.net>
3718
3719 2003-02-16 [paul]       0.8.10claws14
3720
3721         * src/news.c
3722                 when a 'protocol error' is encountered disconnect from
3723                 the server. This means that the user can carry on viewing
3724                 other articles and doesn't have to either wait until the
3725                 server timesout or quit sylpheed.
3726                 Fixes bug #53 'Unable to read messages in newsgroups, 
3727                 displayed message doesn't change'
3728
3729 2003-02-15 [christoph]  0.8.10claws13
3730
3731         * src/imap.c
3732                 fix bug that stopped scanning of folders when an
3733                 IMAP folder was empty
3734
3735         (closes bug 46 stop scan messages in folders after empty folder)
3736
3737 2003-02-15 [paul]
3738
3739         * tools/Makefile.am
3740           tools/README
3741           tools/freshmeat_search.pl     ** NEW FILE **
3742           tools/google_search.pl        ** NEW FILE **
3743                 Add 2 Actions scripts which search freshmeat/google
3744                 for the selected text using the browser configured
3745                 in sylpheedrc.
3746                 
3747         Note: These scripts are very dependent on the format of the
3748         browser command and may not work on every occasion. Testing
3749         is welcome. 
3750
3751 2003-02-14 [alfons]     0.8.10claws12
3752
3753         * src/compose.c
3754                 fix breakage because of uninitialized account pointer.
3755                 please verify.
3756
3757 2003-02-14 [paul]       0.8.10claws11
3758
3759         * src/compose.c
3760           src/prefs_account.[ch]
3761           src/prefs_common.[ch]
3762                 move signature settings to Account Prefs
3763
3764 2003-02-14 [paul]       0.8.10claws10
3765
3766         * sync with 0.8.10cvs11
3767                 see ChangeLog 2003-02-14
3768
3769 2003-02-13 [thorsten]   0.8.10claws9
3770
3771         * src/news.c
3772                 revert news progressbar (GUI separation)
3773
3774 2003-02-13 [paul]       0.8.10claws8
3775
3776         * src/compose.c
3777                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3778                 paragraph 1
3779
3780 2003-02-13 [paul]       0.8.10claws7
3781
3782         * src/compose.[ch]
3783           src/summaryview.c
3784                 fix 'Follow-up and Reply-to' so that it creates a reply to
3785                 the newsgroup and the sender. If the message has the keyword
3786                 'poster' in the Followup-To header, all replies go to the
3787                 sender, re: RFC 1036, Section 2.2.3
3788                 rename all instances of 'ignore_replyto' to 'to_sender', both
3789                 were previously used, now we use just one.
3790
3791 2003-02-13 [paul]       0.8.10claws6
3792
3793         * sync with 0.8.10cvs9
3794                 see ChangeLog 2003-02-13
3795
3796 2003-02-13 [paul]       0.8.10claws5
3797
3798         * configure.ac
3799                 show which plugins are configured in the configure
3800                 output.
3801
3802 2003-02-12 [thorsten]   0.8.10claws4
3803
3804         * src/news.c
3805                 show progress while fetching news headers
3806
3807 2003-02-12 [christoph]  0.8.10claws3
3808
3809         * configure.ac
3810         * src/plugins/Makefile.am
3811                 use AM_CONDITIONAL to enable plugins, automake correctly
3812                 manages this when creating distdir
3813
3814 2003-02-12 [christoph]  0.8.10claws2
3815
3816         * ac/spamassassin.m4
3817         * src/plugins/spamassassin/Makefile.am
3818                 fix building SpamAssassin plugin without OpenSSL
3819
3820 2003-02-12 [paul]       0.8.10claws1
3821
3822         * ac/Makefile.am
3823           src/Makefile.am
3824           src/plugins/Makefile.am
3825                 fix failure of 'make release'
3826
3827 2003-02-12 [paul]       0.8.10claws
3828
3829         * 0.8.10claws released
3830
3831 2003-02-12 [paul]       0.8.9claws56
3832
3833         * po/bg.po
3834           po/es.po
3835           po/it.po
3836           po/ru.po
3837           po/sr.po
3838                 updated translations by George Danchev, Ricardo Mones Lastra,
3839                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3840                 
3841         * sylpheed.spec.in
3842                 Allow the building of RPMs by a regular user. Submitted
3843                 by Sergei Astanin
3844
3845 2003-02-11 [alfons]     0.8.9claws55
3846
3847         * src/colorlabel.c
3848                 don't use pixmaps for label color rect but draw rectangles
3849                 so we can respect the color map of palette based visuals
3850                 (fixes the long time crashes on Suns - thanks to Andreas
3851                 Engel and Steve O'Hara-Smith for testing)
3852
3853 2003-02-11 [christoph]  0.8.9claws54
3854
3855         * src/matcher_parser_parse.y
3856                 correct bug where filering rules of not existing folders in
3857                 matcherrc were added to global filtering
3858                 
3859         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3860          main filter-rules after removing directory, http://bugs.debian.org/180253)
3861         
3862 2003-02-11 [paul]       0.8.9claws53
3863
3864         * sync with 0.8.10cvs7
3865                 see ChangeLog 2003-02-09
3866
3867 2003-02-11 [melvin]     0.8.9claws52
3868
3869         * po/fr.po
3870                 Updated French tranlsations
3871
3872 2003-02-10 [paul]       0.8.9claws51
3873
3874         * sylpheed.spec.in
3875                 correct --enable-openssl
3876                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3877
3878 2003-02-09 [martin]     0.8.9claws50
3879
3880         * src/prefs_matcher.c
3881                 fix segfault in prefs_matcher_substitute_cb() when
3882                 no row is selected
3883
3884 2003-02-09 [paul]       0.8.9claws49
3885
3886         * src/folderview.c
3887                 fix bug where a newsgroup folder's processing rules were
3888                 merged with the global filtering rules when the newsgroup
3889                 folder was deleted, causing some seriously bad results,
3890                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3891
3892 2003-02-08 [melvin]     0.8.9claws48
3893
3894         * src/compose.c
3895                 Corrected and modified an alert message.
3896
3897 2003-02-07 [paul]       0.8.9claws47
3898
3899         * src/folderview.c
3900                 fix bug where both an 'Account properties' window and a
3901                 'Folder properties' window were opened when clicking on
3902                 'Properties' in an NNTP or IMAP folder's popup menu.
3903
3904 2003-02-07 [paul]       0.8.9claws46
3905
3906         * sync with 0.8.10cvs6
3907                 see ChangeLog 2003-02-06
3908
3909 2003-02-06 [christoph]  0.8.9claws45
3910
3911         * src/mbox.c
3912                 freeze folder updates while importing mbox files
3913                 (closes bug 43 importing mbox took hours)
3914                 
3915         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3916
3917 2003-02-06 [thorsten]   0.8.9claws44
3918
3919         * po/de.po
3920                 Updated german translations
3921
3922 2003-02-06 [thorsten]   0.8.9claws43
3923
3924         * src/news.h
3925                 use guint for message numbers (fix count in grouplist dialog)
3926
3927 2003-02-05 [paul]       0.8.9claws42
3928
3929         * sync with 0.8.10cvs2
3930                 see ChangeLog 2003-02-05
3931
3932 2003-02-04 [colin]      0.8.9claws41
3933
3934         * src/prefs_common.[ch]
3935           src/procmsg.c
3936           src/summaryview.c
3937                 Add an option to disable threading by subject
3938
3939 2003-02-04 [christoph]  0.8.9claws40
3940
3941         * src/inc.c
3942                 only abort fetching mails from multiple accounts when the
3943                 error is fatal and does not allow to check any more accounts
3944                 (currently only disk full error)
3945
3946         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3947          receive mails for other accouts)
3948
3949 2003-02-04 [christoph]  0.8.9claws39
3950
3951         * src/folder.c
3952                 first add the new message to the cache, then
3953                 send the update notification
3954
3955         (closes bug 39 after sending message folderview doesnt get updated)
3956
3957 2003-02-04 [colin]      0.8.9claws38
3958
3959         * src/inc.c
3960                 _really_ fix this Connecting... status
3961
3962 2003-02-04 [paul]       0.8.9claws37
3963
3964         * sync with 0.8.10
3965                 see ChangeLog 2003-02-04
3966
3967 2003-02-04 [paul]       0.8.9claws36
3968
3969         * sync with 0.8.9cvs6
3970                 see ChangeLog 2003-02-03
3971
3972 2003-02-04 [paul]       0.8.9claws35
3973
3974         * po/pt_BR.po
3975                 updated by André Filipe de Assunção e Brito 
3976                 <bedecko@netsite.com.br>
3977
3978 2003-02-03 [thorsten]   0.8.9claws34
3979
3980         * po/de.po
3981                 Updated german translations
3982
3983 2003-02-02 [paul]       0.8.9claws33
3984
3985         * po/es.po
3986                 updated by Ricardo Mones Lastra
3987
3988 2003-02-02 [thorsten]   0.8.9claws32
3989
3990         * src/mh.c
3991                 Fix mh_get_msginfo() segfault if file is inaccessible
3992
3993 2003-01-31 [colin]      0.8.9claws31
3994
3995         * src/procheader.c
3996                 Fix last commit's bug
3997
3998 2003-01-31 [colin]      0.8.9claws30
3999
4000         * src/procheader.c
4001                 Missing a change for gpg-signed messages
4002
4003 2003-01-31 [paul]       0.8.9claws29
4004
4005         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4006           src/procheader.c
4007           src/stock_pixmap.[ch]
4008           src/summaryview.c
4009                 indicate GnuPG signed messages by displaying an icon
4010                 in the Attachment column.
4011
4012 2003-01-31 [paul]       0.8.9claws28
4013
4014         * sync with 0.8.9cvs4
4015                 see ChangeLog 2003-01-31
4016
4017 2003-01-31 [alfons]     0.8.9claws27
4018
4019         * src/textview.c
4020                 tune URI parser to accept mailto URLs with a '?'
4021                 (patch from Ruslan Balkin)
4022
4023 2003-01-31 [colin]      0.8.9claws26
4024
4025         * src/summaryview.c
4026                 Fix a leak introduced in claws24
4027
4028 2003-01-31 [colin]      0.8.9claws25
4029
4030         * src/summaryview.c
4031                 Freeze/Thaw folder updates when deleting dups
4032
4033 2003-01-31 [colin]      0.8.9claws24
4034         
4035         * src/addr_compl.c
4036           src/summaryview.c
4037           src/msgcache.c
4038                 little speed improvements
4039
4040 2003-01-31 [colin]      0.8.9claws23
4041
4042         * src/summaryview.c
4043                 Fix segfault when forwarding nothing
4044                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4045                 
4046 2003-01-30 [paul]       0.8.9claws22
4047
4048         * sync with 0.8.9cvs3
4049                 see ChangeLog 2003-01-30
4050
4051 2003-01-30 [paul]       0.8.9claws21
4052
4053         * sync with 0.8.9cvs2
4054                 see ChangeLog 2003-01-30
4055
4056 2003-01-29 [paul]       0.8.9claws20
4057
4058         * sync with 0.8.9cvs1
4059                 see ChangeLog 2003-01-29
4060
4061 2003-01-28 [paul]       0.8.9claws19
4062
4063         * po/POTFILES.in
4064                 update to reflect changes. 
4065                 thanks to Ricardo Mones Lastra
4066
4067 2003-01-27 [christoph]  0.8.9claws18
4068
4069         * ac/openssl.m4
4070         * ac/spamassassin.m4
4071         * src/plugins/spamassassin/README
4072         * src/plugins/spamassassin/libspamc.[ch]
4073         * src/plugins/spamassassin/utils.[ch]
4074                 updated to latest libspamc
4075
4076 2003-01-27 [christoph]  0.8.9claws17
4077
4078         * src/folder.c
4079                 fix wrong use of procheader_get_header_fields
4080
4081 2003-01-27 [christoph]  0.8.9claws16
4082
4083         * src/news.c
4084         * src/prefs_account.[ch]
4085         * src/common/nntp.[ch]
4086                 allow to force authentication for NNTP servers
4087
4088         Patch submitted by Florian Mickler <dmk@d-labs.de>
4089
4090 2003-01-26 [paul]       0.8.9claws15
4091
4092         * src/summaryview.c
4093                 speed up of marking messages as read
4094                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4095
4096 2003-01-26 [christoph]  0.8.9claws14
4097
4098         * src/Makefile.am
4099         * src/mgutils.[ch]              ** REMOVE **
4100         * src/xml.[ch]                  ** REMOVE **
4101         * src/xmlprops.[ch]             ** REMOVE **
4102         * src/common/Makefile.am
4103         * src/common/mgutils.[ch]       ** NEW **
4104         * src/common/xml.[ch]           ** NEW **
4105         * src/common/xmlprops.[ch]      ** NEW **
4106                 move xml files to common directory
4107
4108 2003-01-26 [christoph]  0.8.9claws13
4109
4110         * src/plugins/spamassassin/spamassassin_gtk.c
4111                 only set gtk entry text if string is available
4112
4113 2003-01-26 [melvin]     0.8.9claws12
4114
4115         * src/description_window.c
4116                 Allow resizing of the window
4117                 Allow automatic horizontal scroll bar
4118                 Do not vertically expand and fill
4119
4120 2003-01-26 [christoph]  0.8.9claws11
4121
4122         * src/Makefile.am
4123         * src/gtkutils.[ch]             ** REMOVE **
4124         * src/common/sylpheed.c
4125         * src/gtk/Makefile.am
4126         * src/gtk/description_window.c
4127         * src/gtk/gtkutils.[ch]         ** NEW **
4128         * src/gtk/prefswindow.c
4129                 move gtkutils to gtk directory
4130
4131 2003-01-26 [paul]       0.8.9claws10
4132
4133         * src/summaryview.c
4134                 rename summary_unread_clicked() to summary_status_clicked()
4135
4136 2003-01-26 [melvin]     0.8.9claws9
4137
4138         * src/prefs_actions.c
4139                 Cosmetical changes to the help text
4140
4141 2003-01-26 [paul]       0.8.9claws8
4142
4143         * src/folder.[ch]
4144           src/mainwindow.c
4145           src/prefs_common.c
4146           src/prefs_sumamry_column.c
4147           summaryview.[ch]
4148                 rename the 'Unread' column to 'Status'
4149
4150 2003-01-25 [match]      0.8.9claws7
4151
4152         * src/mgutils.[ch]
4153                 removed reference to LDAP constants. removed error2string.
4154                 included functions to support LDAP dynamic queries.
4155         * src/syldap.h
4156                 moved LDAP constants here.
4157         * src/addressbook.c
4158         * src/addrindex.c
4159         * src/importldif.c
4160                 removed references to LDAP constants and references to
4161                 error2string.
4162
4163 2003-01-25 [paul]       0.8.9claws6
4164
4165         * src/summaryview.c
4166                 summary_thread_build(), summary_thread_init(): remove 
4167                 unneeded reference to summaryview->folder_item
4168
4169 2003-01-25 [christoph]  0.8.9claws5
4170
4171         * src/gtk/description_window.c
4172                 o allow description texts to expand over multiple columns
4173                 o translate all columns
4174         * src/prefs_actions.c
4175                 change syntax description to use new multi column feature
4176
4177         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4178
4179 2003-01-25 [match]      0.8.9claws4
4180
4181         * src/vcard.c
4182                 fixed bug with Quoted-Printable
4183
4184 2003-01-25 [paul]       0.8.9claws3
4185
4186         * src/folder.[ch]
4187           src/summaryview.[ch]
4188                 implement per-folder collapsed/expanded threads setting
4189                 
4190         * src/prefs_common.c
4191                 remove global collapsed/expanded threads option
4192
4193 2003-01-25 [christoph]  0.8.9claws2
4194
4195         * po/POTFILES.in
4196                 add pluginwindow and prefswindow
4197         * src/compose.c
4198                 make send respond correctly to messages that could be added
4199                 to the queue folder, but the UID of the message is unknown
4200         * src/folder.c
4201         * src/imap.c
4202                 don't return guessed UIDs in imap_add_msg anymore. We return
4203                 0 to tell the folder system it was appened but the UID is
4204                 unknown. Folder system now get's the UID by scaning the folder
4205                 and searching the cache for the Message-ID
4206                 (closes bug #29 Messages queued, but not sent)
4207
4208 2003-01-25 [paul]       0.8.9claws1
4209
4210         * src/codeconv.c
4211                 conv_encode_header():  fix bug when long headers with 8-bit
4212                 characters are used, so that the encoded words are wrapped.
4213                 If the space in the original text falls on the wrap boundary,
4214                 it can be lost.
4215                 Patch by Sergey Vlasov.
4216                 
4217         * src/folderview.c
4218                  fix bug where a change to the sorting method or thread view
4219                  of a folder's messages is lost if simpify-subject is set and
4220                  toggled on or off.
4221                  Patch by Luke Plant.
4222
4223 2003-01-24 [paul]       0.8.9claws
4224
4225         * sylpheed-0.8.9claws released
4226         
4227         * Makefile.am
4228           sylpheed.spec.in
4229                 remove reference to 'INSTALL.jp'
4230
4231 2003-01-23 [paul]       0.8.8claws128
4232
4233         * po/es.po
4234           po/it.po
4235           po/ru.po
4236           po/sr.po
4237                 updated translations. submitted by Ricardo Mones Lastra,
4238                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4239
4240 2003-01-23 [colin]      0.8.8claws127
4241
4242         * src/compose.c
4243                 Fix drafted and queued news articles re-edition
4244
4245 2003-01-23 [melvin]     0.8.8claws126
4246
4247         * po/fr.po
4248                 Updated French translations
4249
4250 2003-01-23 [colin]      0.8.8claws125
4251
4252         * src/inc.c
4253                 Fix "Connecting to..." status message
4254
4255 2003-01-22 [paul]       0.8.8claws124
4256
4257         * po/bg.po
4258                 updated by George Danchev
4259                 
4260         * src/folder.c
4261                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4262                 and folder deletion
4263
4264 2003-01-21 [paul]       0.8.8claws123
4265
4266         * po/bg.po
4267                 updated by George Danchev
4268                 
4269         * src/about.c
4270                 its now 2003
4271                 
4272         * src/toolbar.c
4273                 don't translate 'Separator'
4274                 
4275         * src/plugins/spamassassin/Makefile.am
4276                 add aspell to CPPFLAGS
4277                 
4278         * src/plugins/spamassassin/spamassassin.c
4279           src/plugins/spamassassin/spamassassin_gtk.c
4280                 set correct default for spamassassin_receive_spam
4281                 slightly re-word descriptions and some
4282                 other minor changes
4283
4284 2003-01-19 [alfons]     0.8.8claws122
4285                 
4286         * src/mimeview.c
4287                 mimeview_save_as(): we might as well show the file name for
4288                 the single case "Save As" too
4289
4290 2003-01-19 [alfons]     0.8.8claws121
4291
4292         * src/crash.c
4293                 change bug tracker URL to bugzilla URL
4294
4295 2003-01-19 [alfons]     0.8.8claws120
4296
4297         * src/mimeview.c
4298                 mimeview_save_all(): display name of file before overwriting;
4299                 continue saving all, even when one overwrite was cancelled
4300
4301 2003-01-19 [christoph]  0.8.8claws119
4302
4303         * src/summaryview.c
4304         * src/procmsg.[ch]
4305                 fix wrong usage of procmsg_find_children in summaryview
4306                 by using procmsg_update_unread_children instead of
4307                 summaryview_update_unread_children
4308
4309 2003-01-19 [christoph]  0.8.8claws118
4310
4311         * src/procmsg.c
4312                 fix infinite loop in procmsg_find_children
4313                  (closes bug #25 sylpheed crashes on delete.)
4314
4315         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4316
4317 2003-01-19 [paul]       0.8.8claws117
4318
4319         * po/pt_BR.po
4320                 updated by Ivan Francolin Martinez
4321
4322 2003-01-18 [melvin]     0.8.8claws116
4323
4324         * src/prefs_actions.c
4325                 Removed syntax limitation of only one '&' at the end of command.
4326                         Now actions that contain '>/dev/null 2>&1' are possible.
4327
4328 2003-01-18 [melvin]     0.8.8claws115
4329
4330         * src/prefs_actions.c
4331                 Actions IO dialog: when the action ends
4332                 the "Close" button now has focus and [Escape] closes the
4333                 window.
4334
4335 2003-01-18 [christoph]  0.8.8claws114
4336
4337         * src/procmsg.c
4338                 o add debug output when MsgInfos are really freed
4339                 o free GSLists in procmsg_find_children and
4340                   procmsg_update_unread_children
4341
4342 2003-01-18 [christoph]  0.8.8claws113
4343
4344         * src/mainwindow.c
4345                 reorder Configuration menu
4346
4347 2003-01-18 [christoph]  0.8.8claws112
4348
4349         * src/compose.c
4350                 fix applying templates to forwarded messages
4351
4352         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4353
4354 2003-01-17 [christoph]  0.8.8claws111
4355
4356         * src/folder.c
4357                 destroy folder items, when a folder item is removed
4358
4359 2003-01-17 [christoph]  0.8.8claws110
4360
4361         * src/folder.c
4362                 fix wrong folder stats update when ignored message is
4363                 deleted
4364
4365 2003-01-17 [colin]      0.8.8claws109
4366         
4367         * src/mainwindow.c
4368         * src/summaryview.c
4369                 Quicksearch bugfixes: 
4370                 - hide help button at startup if not extended
4371                 - switch to extended when looking for replies
4372
4373 2003-01-17 [paul]
4374
4375         * sync with 0.8.9 release
4376
4377 2003-01-17 [paul]       0.8.8claws108
4378
4379         * sync with 0.8.8cvs11
4380                 see ChangeLog 2003-01-17
4381
4382 2003-01-16 [colin]      0.8.8claws107
4383
4384         * src/procmsg.c
4385                 Changed encryption test to re-ask passphrase
4386                 if an encrypted message hasn't been decrypted
4387                 Fixes bug #5
4388
4389 2003-01-16 [christoph]  0.8.8claws106
4390
4391         * src/prefs_gtk.c
4392         * src/prefs_toolbar.c
4393         * src/gtk/prefswindow.h
4394         * src/plugins/spamassassin/spamassassin_gtk.c
4395                 remove page destroy function that is not used anymore
4396
4397 2003-01-16 [paul]       0.8.8claws105
4398
4399         * sync with 0.8.8cvs9
4400                 see ChangeLog 2002-01-16
4401
4402 2003-01-16 [colin]      0.8.8claws104
4403
4404         * src/compose.[ch]
4405                 Fix bug with autosaved drafts for IMAP, when draft
4406                 folder is specified - fixes bugzilla bug #20
4407
4408 2003-01-15 [paul]       0.8.8claws103
4409
4410         * src/compose.[ch]
4411           src/procmsg.c
4412                 store folder and message-id of message forwarding
4413                 in queue header and set forward flag after sending
4414
4415 2003-01-15 [paul]       0.8.8claws102
4416
4417         * sync with 0.8.8cvs8
4418                 see ChangeLog 2002-01-15
4419
4420 2003-01-15 [colin]      0.8.8claws101
4421
4422         * src/Makefile.am
4423                 Fix linking with GNU libiconv
4424
4425 2003-01-15 [darko]      0.8.8claws100
4426
4427         * src/pine.c
4428                 fix crash when importing pine address book
4429                 entry with an empty name (reported by DY
4430                 <dybulk at tri8.net>)
4431
4432 2003-01-14 [paul]       0.8.8claws99
4433
4434         * configure.in  ** REMOVED **
4435           configure.ac  ** NEW FILE **
4436                 rename configure.in to configure.ac, as it is now
4437                 preferred
4438
4439 2003-01-14 [melvin]     0.8.8claws98
4440
4441         * src/folderview.c
4442                 folderview_check_new(): More precise function description
4443
4444 2003-01-14 [melvin]     0.8.8claws97
4445
4446         * src/folderview.c
4447                 folderview_check_new(): return the number of new messages 
4448                         since last check.
4449         * src/inc.c
4450                 inc_account_mail(): Disable counting of new messages for IMAP
4451                         and NNTP until bug [19] and [14] are fixed.
4452
4453 2003-01-14 [paul]       0.8.8claws96
4454
4455         * sync with 0.8.8cvs6
4456                 see ChangeLog 2003-01-14
4457
4458 2003-01-13 [alfons]     0.8.8claws95
4459
4460         * src/textview.c
4461                 tune email address validation (c. 0.8.8claws89): if . is 
4462                 just one char away from @, the address is invalid too 
4463                 (correctly rejects addresses like foo@.com)
4464
4465 2003-01-13 [paul]       0.8.8claws94
4466
4467         * src/messageview.c
4468           src/toolbar.c
4469                 fixes to the Message View toolbar and menu:
4470                 fix non-functioning Forward button
4471                 make Reply button consider default_reply_list
4472                 remove 'Follow-up...' menu entry
4473                 add 'Forward' and 'Redirect' menu entries
4474
4475 2003-01-13 [melvin]     0.8.8claws93
4476
4477         * src/inc.c
4478                 Fixed typo that could make new messages count incorrect.
4479
4480 2003-01-13 [melvin]     0.8.8claws92
4481
4482         * src/folderview.[ch]
4483                 folderview_check_new(): return the number of new messages.
4484         * src/inc.c
4485                 Should fix bug [14] where new mail notification worked 
4486                         incorrectly with IMAP accounts.
4487                 inc_spool_account(): return number of new msgs, or -1 on error
4488                 inc_all_spool(): return number of new msgs
4489                 
4490 2003-01-13 [melvin]     0.8.8claws91
4491
4492         * src/prefs_actions.c
4493                 Justify help text.
4494
4495 2003-01-12 [thorsten]   0.8.8claws90
4496
4497         * src/common/prefs.c
4498                 close file before rename
4499
4500 2003-01-12 [alfons]     0.8.8claws89
4501
4502         * AUTHORS
4503                 add Christian Mertes
4504         * src/common/utils.[ch]
4505                 g_stricase_hash(), g_stricase_equal(): functions for 
4506                 case insensitive hash tables
4507         * src/textview.c
4508                 use top level domain names to validate email address, based
4509                 on a patch by Christian Mertes (thanks!), but changed 
4510                 implementation to use a hash table 
4511
4512 2003-01-12 [paul]       0.8.8claws88
4513
4514         * po/bg.po
4515                 updated by George Danchev
4516
4517 2003-01-12 [alfons]     0.8.8claws87
4518
4519         * src/summaryview.c
4520                 delete / execute performance: use new style folder update
4521
4522 2003-01-12 [paul]       0.8.8claws86
4523
4524         * sync with 0.8.8cvs5
4525                 see ChangeLog 2003-01-13 (!)
4526
4527 2003-01-12 [alfons]     0.8.8claws85
4528
4529         * src/filtering.c
4530         * src/matcher_parser_parse.y
4531                 prepare change_score filtering action
4532         * src/matcher.[ch]
4533                 give up const-correctness on functions that call non-const-correct functions;
4534                 several casts to gpointer in g_free();
4535                 add change_score;
4536
4537 2003-01-12 [christoph]  0.8.8claws84
4538
4539         * src/compose.c
4540                 fix 2 warnings
4541
4542         * src/gtk/prefswindow.[ch]
4543         * src/plugins/spamassassin/spamassassin_gtk.c
4544                 changed the call of the widget create function
4545                 for PrefsPages, because sometimes the widget
4546                 create function needs a widget that already has
4547                 been attached to a window (to create GDK pixmaps
4548                 for exmaple). So we simply pass the GtkWindow as
4549                 the second parameter now.
4550
4551         * src/main.c
4552         * src/mainwindow.c
4553         * src/prefs_toolbar.[ch]
4554                 rewrite Toolbar Preferences using the new
4555                 prefs window
4556
4557 2003-01-11 [alfons]     0.8.8claws83
4558
4559         * src/addressadd.c
4560                 fix crash when adding sender to addressbook because status bar
4561                 isn't there (the status bar doesn't seem to be used though,
4562                 but I'll let Match decide what to do with it)
4563
4564 2003-01-11 [colin]      0.8.8claws82
4565
4566         * src/main.c
4567           src/toolbar.c
4568                 Two useless changes reversed
4569
4570 2003-01-11 [colin]      0.8.8claws81
4571
4572         * src/mainwindow.c
4573           src/mainwindow.h
4574                 Add mainwindow_get_mainwindow()
4575         * src/alertpanel.c
4576           src/alertpanel.h
4577                 Add alertpanel_error_log() 
4578         * src/compose.c
4579           src/inc.c
4580           src/messageview.c
4581           src/toolbar.c
4582           src/main.c
4583           src/procmsg.c
4584                 Network errors get a View Log button
4585
4586 2003-01-10 [alfons]     0.8.8claws80
4587
4588         * src/prefs_toolbar.c
4589         * src/toolbar.c
4590                 use the translatable string for "Separator" as file name for
4591                 separator toolbar items (probably make this uppercase?)
4592
4593 2003-01-10 [alfons]     0.8.8claws79
4594
4595         * src/prefs_toolbar.c
4596                 put right A_SEPARATOR description string in "displayed
4597                 toolbar items list" so manually added separators are
4598                 saved correctly (bug #10, "Adding a separator to the main 
4599                 toolbar fails, entry in xml file is wrong")
4600
4601 2003-01-10 [christoph]  0.8.8claws78
4602
4603         * src/imap.c
4604                 o fix warnings
4605                 o use CAPABILITY to check if NAMESPACE is available
4606
4607 2003-01-10 [christoph]  0.8.8claws77
4608
4609         * src/imap.[ch]
4610                 apply UIDPLUS IMAP extension support patch
4611
4612         Patch submitted by Simon 'corecode' Schubert
4613
4614 2003-01-10 [paul]       0.8.8claws76
4615
4616         * src/folderview.c
4617                 a sync from main which fixes the news account folders'
4618                 Properties bug
4619
4620 2003-01-10 [christoph]  0.8.8claws75
4621
4622         * src/folder.c
4623                 don't accept 0 as a valid uid returned by copy and move
4624                 functions. 0 means the message was copied or moved but the
4625                 new uid could not be fetched. It is not an error condition
4626                 for the copy or move operation.
4627
4628 2003-01-10 [paul]       0.8.8claws74
4629
4630         * src/prefs_filtering.c
4631                 change English used in Alert when entry is not
4632                 saved.
4633                 
4634         * sync with 0.8.8cvs4
4635                 see ChangeLog 2003-01-10
4636
4637 2003-01-10 [darko]      0.8.8claws73
4638
4639         * src/pine.c
4640                 fix crash when importing address book entry
4641                 without a valid address
4642
4643 2003-01-09 [alfons]     0.8.8claws72
4644
4645         * src/inc.c
4646                 filtering performance: use new style folder update
4647
4648 2003-01-09 [christoph]  0.8.8claws71
4649
4650         * src/compose.c
4651         * src/gtk/menu.[ch]
4652                 fix wrong selecting of mime encoding type, when
4653                 opening property dialog of attachments in the
4654                 compose window. 7bit was always selected and that
4655                 destoryed files with 8bit data.
4656                 (closes bug #9 Sylpheed-claws destroys attachments when
4657                  changing MIME-types)
4658
4659 2003-01-09 [paul]       0.8.8claws70
4660
4661         * sync with 0.8.8cvs3
4662                 see ChangeLog 2003-01-09
4663
4664 2003-01-08 [alfons]     0.8.8claws69
4665         
4666         * src/addressadd.c
4667                 apply patch by Kim Schulz to fix build breakage
4668                 because of missing variable
4669
4670 2003-01-08 [paul]       0.8.8claws68
4671
4672         * sync with 0.8.8cvs2
4673                 see ChangeLog 2002-01-08
4674
4675 2003-01-08 [paul]       0.8.8claws67
4676
4677         * po/it.po
4678                 updated by Alessandro Maestri
4679                 
4680         * src/addressadd.c
4681                 when using 'Add sender to addressbook' allow
4682                 name to be edited and remarks to be entered
4683                 Patch submitted by Luke Plant
4684
4685 2003-01-08 [darko]      0.8.8claws66
4686
4687         * README.claws, src/summaryview.c
4688                 fix description for marked messages
4689
4690 2003-01-08 [paul]
4691
4692         * tools/Makefile.am
4693           tools/launch_phoenix  ** NEW FILE **
4694                 add script that enables using Phoenix as the default
4695                 web browser. 
4696                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4697                 
4698         * tools/OOo2sylpheed.pl
4699                 remove full path to sylpheed executable, just 'sylpheed'
4700                 will do
4701                 
4702         * tools/README
4703                 add launch_phoenix informtion and re-arrange and compress
4704                 the data a little
4705
4706 2003-01-07 [christoph]  0.8.8claws65
4707
4708         * src/folder.c
4709                 fix update for source folder when moving messages
4710         * src/procmsg.[ch]
4711         * src/summaryview.c
4712                 use function to set to_folder for message infos and
4713                 automatically update the op_count for old and new
4714                 folder
4715
4716 2003-01-07 [melvin]     0.8.8claws64
4717
4718         * src/prefs_actions.c
4719                 Fixed bug where an '%p' Action on a displayed image crashed 
4720                         Sylpheed
4721                 Code clean up (get rid of duplicated code and removed unnecessary 
4722                                 structure member)
4723
4724 2003-01-07 [christoph]  0.8.8claws63
4725
4726         * src/compose.c
4727         * src/folder.[ch]
4728         * src/folderview.c
4729         * src/import.c
4730         * src/inc.c
4731         * src/main.c
4732         * src/mainwindow.c
4733         * src/messageview.c
4734         * src/prefs_folder_item.c
4735         * src/procmsg.c
4736         * src/summaryview.c
4737         * src/toolbar.c
4738                 o remove all folder update triggering from the UI code. The folder
4739                   system should know much better when a folder needs an update.
4740                 o to prevent multiple updates in a row the folder updates can be
4741                   frozen for some time.
4742
4743                 Note: - Please verify that no updates are missing
4744                       - Check where freeze/thaws should be added
4745
4746 2003-01-07 [christoph]  0.8.8claws62
4747
4748         * src/prefs_actions.c
4749                 don't translate empty strings
4750
4751         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4752
4753 2003-01-06 [christoph]  0.8.8claws61
4754
4755         * src/prefs_actions.c
4756                 mark strings for gettext
4757         * src/prefs_matcher.c
4758                 use new description window for Execute action and
4759                 match condition in Filtering
4760
4761         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4762
4763 2003-01-06 [alfons]     0.8.8claws60
4764
4765         keep myself inspired to re-organize matcher part 8; 
4766         yes, more to come (I need to move out the descriptive
4767         text for actions to matcher.c, or at least make it not
4768         depend on the wicked ordering)
4769
4770         * src/prefs_matcher.c
4771                 add documentation so others may comprehend the
4772                 UI part of the conditions
4773                 
4774 2003-01-06 [christoph]  0.8.8claws59
4775
4776         * src/prefs_actions.c
4777                 use new description window for syntax help
4778         * src/gtk/description_window.c
4779                 fix display of descriptions with column count != 2
4780
4781         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4782
4783 2003-01-06 [christoph]  0.8.8claws58
4784
4785         * src/quote_fmt.c
4786         * src/summaryview.[ch]
4787         * src/gtk/Makefile.am
4788         * src/gtk/description_window.[ch]       ** NEW **
4789                 use a generic window to display syntax descriptions
4790                 currently used in quote_fmt and summaryview (new description
4791                 for extended quick search)
4792
4793         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4794
4795 2003-01-06 [paul]       0.8.8claws57
4796
4797         * sync with 0.8.8cvs1
4798                 see ChangeLog 2003-01-06
4799
4800 2003-01-06 [christoph]  0.8.8claws56
4801
4802         * src/mainwindow.c
4803         * src/prefs_gtk.[ch]
4804         * src/gtk/prefswindow.[ch]
4805         * src/plugins/spamassassin/spamassassin_gtk.c
4806                 o remove page management from prefswindow, pages
4807                   will be an argument to prefswindow_open
4808                 o prefswindow_open gets a datapointer that is
4809                   passed to the widget_create function to allow
4810                   creation of prefswindow for specific items
4811
4812 2003-01-06 [colin]      0.8.8claws55
4813         
4814         * src/summaryview.c
4815                 We don't want regexp in the reply-finder, 
4816                 because MIDs can contain !,$,. and so on
4817
4818 2003-01-06 [jens]       0.8.8claws54
4819
4820         * src/jpilot.c
4821                 fixed a wrong free in jpilot_read_db_files
4822
4823 2003-01-06 [alfons]     0.8.8claws53
4824
4825         re-organize matcher part 8; more to come
4826        
4827         * src/matcher.c
4828                 matcherprop_to_string(): put g_free()s before the
4829                 switch-case break to fix memleaks                
4830
4831 2003-01-06 [colin]      0.8.8claws52
4832
4833         * src/summaryview.c
4834                 cleanup & reply-finder now displays the first 
4835                 matching message
4836
4837 2003-01-05 [alfons]     0.8.8claws51
4838
4839         re-organize matcher part 7; more to come
4840
4841         * src/matcher.[ch]
4842                 fixes for constant correctness;
4843                 more documentation;
4844
4845 2003-01-05 [alfons]     0.8.8claws50
4846
4847         re-organize matcher part 6; more to come
4848         
4849         * src/matcher.[ch]
4850                 fixes for constant correctness;
4851                 more documentation;
4852         * src/filtering.c
4853                 fix for constant correctness
4854
4855 2003-01-05 [colin]      0.8.8claws49
4856
4857         * src/account.[ch]
4858                 Add account_get_reply_account function
4859         * src/compose.c
4860                 Use account_get_reply_account function 
4861         * src/summaryview.c
4862                 Basic reply-finder - click on the replied
4863                 icon gets you to the outbox using quick-search
4864
4865 2003-01-05 [paul]       0.8.8claws48
4866
4867         * src/prefs_common.c
4868                 small change to English
4869                 
4870         * src/prefs_filtering.c
4871                 prefs_filtering_action_select(): improve logic and uniformity
4872                 of gui
4873
4874 2003-01-05 [alfons]     0.8.8claws47
4875
4876         fine tune solution to focus problems (bug #7)
4877
4878         * src/mainwindow.c
4879                 mainwindow_focus_in_event(): remove grab event check
4880         * src/summaryview.c
4881                 summary_button_pressed(): move selection on right-click
4882                 too. we can't possibly move the selection back after
4883                 canceling a dialog, because gtk's incomplete focus 
4884                 management. whether this is a good solution, only time
4885                 will tell.
4886
4887 2003-01-05 [christoph]  0.8.8claws46
4888
4889         * src/imap.c
4890                 fix crash when no imap connection could be established
4891
4892 2003-01-05 [paul]       0.8.8claws45
4893
4894         * src/mainwindow.c
4895           src/sumamryview.c
4896           src/gtk/menu.[ch]
4897                 fix bug 605957 'shortcuts in popup-menu'
4898                 make user-defined shortcuts work
4899                 show shortcuts that are already defined
4900                 in the main menu
4901                 Patch submitted by Luke Plant
4902
4903 2003-01-05 [alfons]     0.8.8claws44
4904
4905         * src/mainwindow.c
4906                 focus_in_event handler should not select summary view row 
4907                 when another window (menu, dialog) grabbed for events 
4908                 (bug #7, "[0.8.8claws42] Message summary focus") 
4909
4910 2003-01-04 [christoph]  0.8.8claws43
4911
4912         * src/procmsg.c
4913                 update save folder after adding the sent message
4914                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4915
4916 2003-01-02 [christoph]  0.8.8claws42
4917
4918         * src/common/plugin.c
4919                 fix unloading of all plugins and unload
4920                 plugins in reverse order
4921                 
4922         * src/gtk/pluginwindow.c
4923                 implement function of load and unload button
4924
4925         * src/gtk/prefswindow.c
4926         * src/gtk/prefswindow.h
4927                 rename register function and add new unregister
4928                 function
4929
4930         * src/plugins/spamassassin/spamassassin_gtk.c
4931                 unregister prefs page and update for changes in
4932                 src/gtk/prefswindow.c
4933
4934 2003-01-02 [paul]       0.8.8claws41
4935
4936         * po/es.po
4937                 updated by Ricardo Mones Lastra
4938
4939 2003-01-02 [paul]
4940
4941         * tools/tb2sylpheed
4942                 fixes and improvements by Urke MMI
4943
4944 2003-01-02 [thorsten]   0.8.8claws40
4945
4946         * src/procmsg.c
4947                 fixed wrong return value
4948
4949 2003-01-02 [thorsten]   0.8.8claws39
4950
4951         * src/prefs.c
4952                 fixed printing wrong variable
4953
4954 2003-01-02 [thorsten]   0.8.8claws38
4955
4956         * src/prefs.c
4957                 fixed acessing members of freed pfile struct
4958
4959 2003-01-02 [thorsten]   0.8.8claws37
4960
4961         * src/procmsg.c
4962                 detect loops across several messages
4963                 as suggested by Christoph Hohmann
4964
4965 2003-01-01 [match]      0.8.8claws36
4966
4967         * src/addrindex.c
4968                 fixed another memory leak.
4969
4970 2003-01-01 [match]      0.8.8claws35
4971
4972         * src/jpilot.[ch]
4973                 fixed memory leaks. applied Doxygen comments.
4974
4975 2003-01-01 [thorsten]   0.8.8claws34
4976
4977         * src/procmsg.c
4978                 inhibit endless loop if msg references itself
4979                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4980
4981 2003-01-01 [christoph]  0.8.8claws33
4982
4983         * src/mainwindow.c
4984         * src/gtk/Makefile.am
4985         * src/gtk/pluginwindow.c                ** NEW **
4986         * src/gtk/pluginwindow.h                ** NEW **
4987                 add plugin window
4988
4989         * src/plugins/demo/demo.c
4990         * src/plugins/spamassassin/spamassassin.c
4991         * src/plugins/spamassassin/spamassassin_gtk.c
4992                 write better plugin descriptions
4993
4994 2002-12-31 [christoph]  0.8.8claws32
4995
4996         * src/gtk/prefswindow.c
4997         * src/plugins/spamassassin/spamassassin_gtk.c
4998                 some small improvements to GTK code
4999
5000 2002-12-31 [christoph]  0.8.8claws31
5001
5002         * src/plugins/spamassassin/spamassassin_gtk.c
5003                 enable folder select button
5004
5005 2002-12-31 [christoph]  0.8.8claws30
5006
5007         * src/mainwindow.c
5008         * src/gtk/Makefile.am
5009         * src/gtk/prefswindow.c                         ** NEW **
5010         * src/gtk/prefswindow.h                         ** NEW **
5011                 add new prefs window
5012
5013         * src/common/plugin.c
5014                 don't try to load empty config lines
5015         
5016         * src/plugins/spamassassin/Makefile.am
5017         * src/plugins/spamassassin/spamassassin.c
5018         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5019         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5020                 GTK config for SpamAssassin Plugin using
5021                 the new prefs window
5022
5023 2002-12-31 [paul]       0.8.8claws29
5024
5025         * po/POTFILES.in
5026                 remove obsolete entry 'src/menu.c'
5027
5028 2002-12-31 [alfons]     0.8.8claws28
5029
5030         * src/matcher.[ch]
5031         * src/matcher_parser_parse.y
5032         * src/prefs_matcher.c
5033                 add "ignore_thread" and "~ignore_thread" condition so it's
5034                 possible to make the actions / scoring operate on the ignore
5035                 thread flag
5036
5037 2002-12-31 [christoph]  0.8.8claws27
5038
5039         * src/addrbook.c
5040         * src/addrindex.c
5041         * src/folder.c
5042         * src/matcher.c
5043         * src/prefs_account.c
5044         * src/prefs_actions.c
5045         * src/prefs_customheader.c
5046         * src/prefs_display_header.c
5047         * src/prefs_gtk.c
5048         * src/procmime.c
5049         * src/toolbar.c
5050         * src/xmlprops.c
5051         * src/common/prefs.[ch]
5052                 extend prefs file handling for reading and automatic handling
5053                 of blocks. When reading prefs_set_block_label will automatically
5054                 move on to the block. When writing it will copy all other blocks
5055                 automatically
5056
5057         * src/common/plugin.c
5058                 Now loading plugin filenames from [Plugins] block in
5059                 sylpheed rc file
5060
5061 2002-12-30 [christoph]  0.8.8claws26
5062
5063         * src/common/hooks.[ch]
5064                 return abort status to caller of hooks_invoke
5065                 
5066         * src/inc.[ch]
5067                 invoke message filtering hook and stop
5068                 default handling when filter returns abort
5069
5070         * src/common/plugin.[ch]
5071         * src/plugins/demo/demo.c
5072                 modify plugin loader, because resolving symbols for strings
5073                 does not work correctly
5074         
5075         * configure.in
5076         * ac/spamassassin.m4                            ** NEW **
5077         * src/plugins/spamassassin/.cvsignore           ** NEW **
5078         * src/plugins/spamassassin/Makefile.am          ** NEW **
5079         * src/plugins/spamassassin/README               ** NEW **
5080         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5081         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5082         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5083                 add spamassassin plugin, see src/plugins/spamassassin/README
5084                 for details
5085
5086 2002-12-29 [alfons]     0.8.8claws25
5087
5088         * src/mainwindow.c
5089                 when moving focus from a message view to the main 
5090                 window, don't forget to select the summary node
5091                 of the displayed message. should fix "[ 659103 ] 
5092                 focus-follows-mouse confuses sylpheed"
5093
5094 2002-12-29 [christoph]  0.8.8claws24
5095
5096         * src/Makefile.am
5097         * src/stringtable.[ch]          ** REMOVE **
5098         * src/common/Makefile.am
5099         * src/common/stringtable.[ch]   ** NEW **
5100                 move stringtable files to common directory
5101
5102 2002-12-29 [christoph]  0.8.8claws23
5103
5104         * src/Makefile.am
5105         * src/menu.[ch]                 ** REMOVE **
5106         * src/gtk/Makefile.am
5107         * src/gtk/menu.[ch]             ** NEW **
5108                 move menu files to gtk directory
5109
5110 2002-12-29 [match]      0.8.8claws22
5111
5112         * src/addressbook.c
5113         * src/syldap.c
5114                 moved UI specific code out of LDAP code into addressbook
5115                 UI code. fixed memory leak.
5116
5117 2002-12-29 [christoph]  0.8.8claws21
5118
5119         * src/folder.c
5120                 only check for IGNORED parent message when message is
5121                 not IGNORED itself
5122
5123 2002-12-29 [alfons]     0.8.8claws20
5124
5125         * src/summaryview.c
5126                 set gtksctree's anchor correct (immediate execute
5127                 changes the tree's layout, and anchor points at 
5128                 the incorrect row). fixes "[ 657233 ] multiple msg 
5129                 delete sometimes off by 1".
5130                 we probably have to look for more tree layout /
5131                 anchor glitches.
5132
5133 2002-12-29 [paul]       0.8.8claws19
5134
5135         * src/summaryview.c
5136                 fix bug [ 659054 ] incorrect sorting of 'From' column
5137                 when using 'display sender using address book'
5138                 thanks to Alfons and Luke Plant
5139
5140 2002-12-29 [christoph]  0.8.8claws18
5141
5142         * src/folder.c
5143         * src/procmsg.[ch]
5144                 check parent messages for IGNORE THREAD flag, when adding,
5145                 moving or copying messages to a folder
5146
5147 2002-12-27 [alfons]     0.8.8claws17
5148
5149         re-organize matcher part 5; more to come
5150
5151         * src/matcher.c
5152                 hash keywords in matchparser_tab 
5153
5154 2002-12-27 [alfons]     0.8.8claws16
5155
5156         re-organize matcher part 4; more to come
5157
5158         * src/matcher_parser.h
5159         * src/matcher_parser_lex.l
5160         * src/matcher_parser_parse.y
5161                 cleanup
5162
5163 2002-12-27 [alfons]     0.8.8claws15
5164
5165         re-organize matcher part 3; more to come
5166
5167         * src/matcher.[ch]
5168                 cleanup
5169
5170 2002-12-27 [alfons]     0.8.8claws14
5171
5172         re-organize matcher part 2; more to come but this should
5173         work. cc me if there are any regressions.
5174
5175         * src/matcher.h
5176                 add prototype for get_matchparser_tab_id()
5177         * src/matcher_parser_lex.l
5178                 look up keywords using matchparser_tab_id();
5179
5180 2002-12-27 [alfons]     0.8.8claws12
5181
5182         re-organize matcher part 1
5183
5184         * src/matcher.h
5185                 map yacc generated constants to sylpheed matcher constants
5186         * src/matcher.c
5187                 add function to find a matcher constant from a string
5188
5189 2002-12-27 [christoph]  0.8.8claws11
5190
5191         * src/compose.c
5192                 MENUITEM_ADD casts the 4th argument from integer to pointer
5193                 so it probably should not be a pointer, this means we
5194                 should use account id for it and not the account's pointer
5195
5196 2002-12-27 [paul]       0.8.8claws10
5197
5198         * src/mainwindow.c
5199                 remove unneeded 'GtkWidget *vbox'
5200                 
5201         * src/summaryview.c
5202                 further sync with 0.8.8 - make sort
5203                 by recipient work as expected
5204                 
5205         * NEWS
5206                 sync with 0.8.8
5207
5208 2002-12-27 [paul]       0.8.8claws9
5209
5210         * po/pt_BR.po
5211                 updated by Ivan F. Martinez
5212                 
5213 2002-12-27 [darko]      0.8.8claws8
5214
5215         * src/common/utils.c
5216                 added locked pattern to extended search
5217
5218 2002-12-27 [alfons]     0.8.8claws7
5219
5220         * src/prefs_matcher.[ch]
5221                 clean up
5222
5223 2002-12-26 [alfons]     0.8.8claws6
5224
5225         * src/matcher.[ch]
5226         * src/matcher_parser_lex.l
5227         * src/matcher_parser_parse.y
5228         * src/prefs_matcher.c
5229                 allow color label as a condition in the matcher
5230
5231 2002-12-26 [oliver]     0.8.8claws5
5232         
5233         * src/toolbar.c 
5234                 enable Addressbook for Main and Messageview
5235         * src/prefs_actions.c
5236                 enable actions in Messageview
5237
5238 2002-12-26 [christoph]  0.8.8claws4
5239
5240         * src/common/plugin.c
5241                 add a little debug output
5242         * configure.in
5243         * src/plugins/demo/Makefile.am
5244                 better use of automake
5245
5246 2002-12-26 [christoph]  0.8.8claws3
5247
5248         * src/Makefile.am
5249         * src/common/Makefile.am
5250                 fix "make distdir"
5251
5252 2002-12-26 [christoph]  0.8.8claws2
5253
5254         * configure.in
5255                 sort configure checks into common / gtk / plugins
5256         * po/POTFILES.in
5257                 add src/prefs_gtk.c
5258         * src/Makefile.am
5259                 add plugins SUBDIR
5260         * src/main.c
5261         * src/common/sylpheed.[ch]
5262                 added now sylpheed_done function for shutdown
5263         * src/common/Makefile.am
5264         * src/common/plugin.[ch]                ** NEW **
5265                 plugin loader and unloader
5266         * src/plugins/.cvsignore                ** NEW **
5267         * src/plugins/Makefile.am               ** NEW **
5268                 build plugins
5269         * src/plugins/demo/.cvsignore           ** NEW **
5270         * src/plugins/demo/Makefile.am          ** NEW **
5271         * src/plugins/demo/demo.c               ** NEW **
5272                 small demo plugin that installs a logtext hook and
5273                 outputs the log text to stdout
5274
5275 2002-12-26 [paul]       0.8.8claws1
5276
5277         * po/es.po
5278                 updated by Ricardo Mones Lastra
5279
5280 2002-12-26 [paul]       0.8.8claws
5281
5282         * 0.8.8claws released
5283
5284 2002-12-26 [paul]       0.8.7claws12
5285
5286         * po/bg.po
5287                 updated by George Danchev
5288
5289 2002-12-26 [paul]       0.8.7claws11
5290
5291         * po/POTFILES.in
5292                 remove unneeded 'src/prefs.c' entry 
5293
5294 2002-12-26 [paul]       0.8.7claws10
5295
5296         * src/codeconv.c
5297           src/mainwindow.c
5298                 sync with 0.8.8 release
5299         
5300         * src/folder.[ch]
5301           src/mh.c
5302           src/summaryview.c
5303                 partial sync with 0.8.8 release
5304         
5305
5306 2002-12-25 [alfons]     0.8.7claws9
5307
5308         * src/matcher.[ch]
5309         * src/matcher_parser_lex.l
5310         * src/matcher_parser_parse.y
5311         * src/prefs_matcher.c
5312                 add locked flag to possible filtering / matcher 
5313                 conditions (also a good example what should be
5314                 done to add a simple boolean condition)
5315
5316 2002-12-25 [christoph]  0.8.7claws8
5317
5318         * src/Makefile.am
5319         * src/account.[ch]
5320         * src/addrbook.c
5321         * src/addressbook.c
5322         * src/addrindex.c
5323         * src/filtering.c
5324         * src/folder.c
5325         * src/matcher.c
5326         * src/prefs.[ch]                ** REMOVE **
5327         * src/prefs_account.c
5328         * src/prefs_actions.c
5329         * src/prefs_common.c
5330         * src/prefs_customheader.c
5331         * src/prefs_display_header.c
5332         * src/prefs_filtering.c
5333         * src/prefs_folder_item.c
5334         * src/prefs_gtk.[ch]            ** NEW **
5335         * src/prefs_matcher.c
5336         * src/prefs_scoring.c
5337         * src/prefs_summary_column.c
5338         * src/procmime.c
5339         * src/selective_download.c
5340         * src/toolbar.c
5341         * src/common/Makefile.am
5342         * src/common/prefs.[ch]         ** NEW **
5343                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5344
5345 2002-12-24 [alfons]     0.8.7claws7
5346
5347         * src/summaryview.c
5348                 summary_thread_build(): fix real cause of the crash mentioned in
5349                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5350                 this way we get meaningful ctree nodes 
5351
5352 2002-12-24 [oliver]     0.8.7claws6
5353
5354         * src/mainwindow.[ch]
5355         * src/messageview.[ch]
5356         * src/compose.[ch]
5357         * src/inc.c
5358         * src/summaryview.c
5359                 changes to use updated toolbar handling
5360                 
5361 2002-12-24 [oliver]     0.8.7claws5
5362
5363         * src/toolbar.[ch]
5364                 generic toolbar handling
5365                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5366         * src/prefs_toolbar.[ch]
5367                 adjust to handling
5368         
5369 2002-12-24 [oliver]     0.8.7claws4
5370         
5371         * src/stock_pixmap.[ch]
5372                 move SYLPHEED_LOGO to end of list in order 
5373                 to remove it from Custom Toolbar`s Icon View
5374
5375 2002-12-24 [alfons]     0.8.7claws3
5376
5377         * src/summaryview.c
5378                 summary_thread_build(): fix crash because of focus != selection 
5379                 after threading. when deleting the selection, gtk tries but fails 
5380                 to find the correct focusable element. we now force the selection
5381                 to be focused. this should solve the infamous bug reported by 
5382                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5383                 a test case is available. 
5384
5385 2002-12-24 [darko]      0.8.7claws2
5386
5387         * src/summaryview.c
5388                 don't crash when unmarking message with unread children
5389
5390 2002-12-23 [christoph]  0.8.7claws1
5391
5392         * src/Makefile.am
5393         * src/common/Makefile.am
5394                 update Makefiles for moved intl.h, version.h and defs.h
5395         * src/imap.c
5396                 rewrite imap_session_get to avoid duplicate code
5397
5398 2002-12-23 [paul]       0.8.7claws
5399
5400         * Santa-Claws released
5401         
5402         * po/hu.po
5403           po/ru.po
5404                 squeeze in updated Hungarian and Russian translations.
5405                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5406
5407 2002-12-23 [paul]       0.8.6claws129
5408
5409         * po/pl.po
5410                 updated by Witold Wladyslaw Wojciech Wilk
5411
5412 2002-12-23 [paul]       0.8.6claws128
5413
5414         * src/quote_fmt_parse.y
5415                 fix typo and add licence header
5416
5417 2002-12-23 [paul]       0.8.6claws127
5418
5419         * po/en_GB.po
5420                 updated
5421
5422 2002-12-23 [paul]       0.8.6claws126
5423
5424         * po/it.po
5425                 updated translation, submitted by Alessandro Maestri
5426                 
5427 2002-12-23 [paul]       0.8.6claws125
5428
5429         * src/quote_fmt_parse.y
5430                 fix signature-stripping on replies bug. match
5431                 '-- \n' and not '-- '.
5432
5433 2002-12-22 [paul]       0.8.6claws124
5434
5435         * po/bg.po
5436           po/es.po
5437           po/sr.po
5438                 updated translations. submitted by George Danchev,
5439                 Ricardo Mones Lastra, and Urke MMI respectively
5440
5441 2002-12-21 [paul]       0.8.6claws123
5442
5443         * src/addrbook.c
5444                 fix coding style
5445
5446 2002-12-21 [paul]       0.8.6claws122
5447
5448         * src/addrbook.c
5449                 fix bug [643638] where if a person is in one or more
5450                 addressbook groups editing that person's email 
5451                 address results in removal from those groups.
5452                 Patch submitted by Luke Plant.
5453
5454 2002-12-20 [christoph]  0.8.6claws121
5455
5456         * src/common/utils.c
5457         * src/summaryview.c
5458                 reimplement expand_search_string using GString to
5459                 prevent crashs caused by miscalculated string
5460                 lengths reported by Paul
5461
5462 2002-12-20 [christoph]  0.8.6claws120
5463
5464         * src/summaryview.c
5465                 don't use "changed" to check if op_count has to be changed as it
5466                 is also set when the message has unread children
5467                 (closes bug [ 653221 ] crash while deleting duplicates)
5468
5469 2002-12-20 [paul]       0.8.6claws119
5470
5471         * sync with 0.8.6cvs27
5472                 see ChangeLog 2002-12-20
5473
5474 2002-12-20 [paul]       0.8.6claws118
5475
5476         * sync with 0.8.6cvs26
5477                 see ChangeLog 2002-12-19 and 2002-12-20
5478
5479 2002-12-19 [alfons]     0.8.6claws117
5480
5481         * src/textview.c
5482                 fix incorrect parsing of email addresses, submitted by 
5483                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5484                 name display if it contains @".
5485
5486 2002-12-18 [paul]       0.8.6claws116
5487
5488         * sync with 0.8.6cvs23
5489                 see ChangeLog 2002-12-18
5490
5491 2002-12-18 [paul]       0.8.6claws115
5492
5493         * src/Makefile.am
5494         * src/account.c
5495         * src/codeconv.c
5496         * src/gtkutils.[ch]
5497         * src/imap.c
5498                 sync with 0.8.6cvs22.
5499                 see ChangeLog 2002-12-17 and 2002-12-18
5500
5501 2002-12-17 [christoph]  0.8.6claws114
5502
5503         * src/imap.c
5504                 o don't create a session if imap greeting fails
5505                 o don't close socket when authentication fails
5506                   this is done by imap_session_destroy
5507
5508 2002-12-17 [thorsten]   0.8.6claws113
5509
5510         * tools/Makefile.am
5511           tools/README
5512           tools/google_msgid.pl ** NEW FILE **
5513                 Added "search for message-id" script and doc
5514
5515 2002-12-17 [thorsten]   0.8.6claws112
5516
5517         * po/hu.po
5518                 Updated hungarian translation
5519                 (updated by Gal Zoltan)
5520
5521 2002-12-16 [christoph]  0.8.6claws111
5522
5523         * src/addr_compl.c
5524                 remove stupid addressbook dump to debug output
5525         * src/mh.c
5526                 fix memory leak found by Hiro
5527
5528 2002-12-14 [paul]       0.8.6claws110
5529
5530         * src/compose.c
5531                 fix menubar sensitivity on send
5532                 
5533         * src/prefs_filtering.c
5534         * src/prefs_matcher.c
5535         * src/prefs_scoring.c
5536                 Fix english ;)
5537                 
5538         * src/common/quoted-printable.h
5539                 sync: fix typo
5540         
5541 2002-12-13 [christoph]  0.8.6claws109
5542
5543         * src/Makefile.am
5544         * src/manage_window.[ch]        ** REMOVE **
5545         * src/gtk/Makefile.am
5546         * src/gtk/manage_window.[ch]    ** NEW **
5547                 move manage_window files to gtk directory
5548
5549 2002-12-13 [christoph]  0.8.6claws108
5550
5551         * src/Makefile.am
5552         * src/gtkshruler.[ch]           ** REMOVE **
5553         * src/gtk/Makefile.am
5554         * src/gtk/gtkshruler.[ch]       ** NEW **
5555                 move gtkshruler files to gtk directory
5556
5557 2002-12-13 [christoph]  0.8.6claws107
5558
5559         * src/Makefile.am
5560         * src/compose.c
5561         * src/gtkstext.[ch]             ** REMOVE **
5562         * src/gtkutils.[ch]
5563         * src/textview.c
5564         * src/gtk/gtkstext.[ch]         ** NEW **
5565         * src/gtk/Makefile.am
5566                 o move stext functions to gtkstext.c to remove
5567                   dependency of gtkutils
5568                 o move gtkstext files to gtk directory
5569
5570         * src/gtk/Makefile.am
5571         * src/gtk/sslcertwindow.[ch]
5572                 UI stuff can always depend on common code so
5573                 it's ok to add ../common to include path
5574
5575 2002-12-13 [colin]      0.8.6claws106
5576
5577         * src/summaryview.c
5578                 Disconnect sighandlers for mainwindow when
5579                 quicksearch has the focus
5580                 Fix bug #653231
5581         * src/mainwindow.[ch]
5582                 Make key_pressed callback public, to be able
5583                 to disconnect it
5584
5585 2002-12-13 [christoph]  0.8.6claws105
5586
5587         * src/mh.c
5588                 create .mh_sequences file in new MH folders
5589                 (closes feature request [ 523162 ] MH folders should
5590                  get a .mh_sequences)
5591
5592 2002-12-13 [colin]      0.8.6claws104
5593
5594         * src/summaryview.c
5595                 Better handling of quicksearch show/hide
5596                 (basically the button stays under the mouse 
5597                  when toggled)
5598
5599 2002-12-13 [paul]       0.8.6claws103
5600
5601         * sync with 0.8.6cvs17
5602                 see ChangeLog 2002-12-13
5603
5604 2002-12-13 [paul]       0.8.6claws102
5605
5606         * po/es.po
5607                 updated by Ricardo Mones Lastra
5608
5609 2002-12-11 [colin]       0.8.6claws101
5610
5611         * src/folder.c
5612                 remove statusbar stuff
5613           src/folderview.c
5614                 set statusbar verbosity when moving folders
5615
5616 2002-12-11 [colin]       0.8.6claws100
5617         * src/prefs_filtering.c
5618         * src/prefs_matcher.c
5619         * src/prefs_scoring.c
5620                 Fix english ;)
5621
5622 2002-12-11 [colin]       0.8.6claws99
5623
5624         * src/prefs_common.[ch]
5625                 Add summary_quicksearch_type
5626         * src/summaryview.c
5627                 Save last used quicksearch type
5628
5629 2002-12-11 [jens]       0.8.6claws98
5630         * src/prefs_filtering.c
5631         * src/prefs_matcher.c
5632         * src/prefs_scoring.c
5633                 added dialog for incomplete rules in scoring, filtering and
5634                 matcher to ask wheather really close
5635
5636 2002-12-11 [colin]      0.8.6claws97
5637
5638         * src/folder.c
5639                 Fix folder dnd statusbar logging
5640
5641 2002-12-10 [christoph]  0.8.6claws96
5642
5643         * src/compose.c
5644         * src/folder.c
5645         * src/imap.c
5646         * src/inc.c
5647         * src/main.c
5648         * src/mainwindow.c
5649         * src/news.c
5650         * src/send.c
5651         * src/statusbar.[ch]
5652         * src/common/hooks.c
5653         * src/common/log.[ch]
5654                 o handle verbose logging in statusbar directly in statusbar code
5655                   and common code does not need any knowledge about a statusbar
5656                 o remove direct calls to statusbar_(puts|pop)_all functions
5657
5658 2002-12-10 [jens]       0.8.6claws95
5659
5660         * src/*.c
5661                 removed gettext from g_warnings
5662         * po/POTFILES.in
5663                 cleaned and updated
5664         * po/de.po
5665                 updated
5666
5667 2002-12-10 [colin]      0.8.6claws94
5668
5669         * src/main.c
5670                 finish crash dialog fix
5671
5672 2002-12-10 [colin]      0.8.6claws93
5673
5674         * src/main.c
5675                 "Fix" "sylpheed already running" instead of
5676                 crash dialog appearing after a crash
5677
5678 2002-12-10 [colin]      0.8.6claws92
5679
5680         * po/POTFILES.in
5681                 add src/gtk/sslcertwindow.c
5682
5683 2002-12-10 [paul]       0.8.6claws91
5684
5685         * po/POTFILES.in
5686                 updated to reflect recent changes
5687                 submitted by Alessandro Maestri
5688
5689 2002-12-09 [christoph]  0.8.6claws90
5690
5691         * src/Makefile.am
5692         * src/smtp.[ch]                 ** REMOVE **
5693         * src/common/Makefile.am
5694         * src/common/smtp.[ch]          ** NEW **
5695                 move smtp files to common directory
5696
5697 2002-12-09 [christoph]  0.8.6claws89
5698
5699         * src/Makefile.am
5700         * src/session.[ch]              ** REMOVE **
5701         * src/common/Makefile.am
5702         * src/common/session.[ch]       ** NEW **
5703                 move session files to common directory
5704
5705 2002-12-09 [paul]       0.8.6claws88
5706
5707         * src/account.c
5708                 fix bug [649746] edit accounts: move account reverted
5709                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5710
5711 2002-12-09 [colin]      0.8.6claws87
5712
5713         * src/ssl_certificate.c
5714                 cleanup
5715
5716 2002-12-09 [colin]      0.8.6claws86
5717
5718         * src/ssl.c
5719                 Try to open the cert.pem database and 
5720                 issue a warning if it isn't there
5721
5722 2002-12-09 [colin]      0.8.6claws85
5723
5724         * src/common/ssl_certificate.c
5725         * src/gtk/sslcertwindow.c
5726                 Warning fixes
5727
5728 2002-12-09 [colin]      0.8.6claws84
5729
5730         * src/ssl_certificate.[ch] ** REMOVED **
5731         * src/common/ssl_certificate.[ch] ** NEW **
5732         * src/Makefile.am
5733         * src/common/Makefile.am
5734                 Moved ssl_certificate.[ch] to common
5735         * src/common/ssl.c 
5736                 Put back needed include
5737         * src/gtk/sslcertwindow.[ch]
5738                 Changed ssl_certificate.h include
5739         
5740 2002-12-09 [colin]      0.8.6claws83
5741
5742         * src/gtk/sslcertwindow.[ch]
5743                 Implement hook for certificate acception
5744         * src/ssl_certificate.[ch]
5745                 Implement hook for certificate acception
5746         * src/common/ssl.c
5747                 Reenable certificate acception check
5748         * src/mainwindow.c
5749                 Register sslcertwindow's hook
5750         
5751 2002-12-08 [christoph]  0.8.6claws82
5752
5753         * src/about.c
5754         * src/addr_compl.c
5755         * src/codeconv.c
5756         * src/manual.c
5757         * src/undo.c
5758         * src/common/utils.c
5759                 o add missing includes
5760                 o fix warnings
5761         * src/.cvsignore
5762         * src/common/.cvsignore
5763         * src/common/version.h          ** REMOVE **
5764                 remove autogenerated file
5765
5766 2002-12-08 [paul]       0.8.6claws81
5767
5768         * src/stringtable.c
5769                 put back needed include
5770
5771 2002-12-08 [colin]      0.8.6claws80
5772         
5773         * src/gtk/sslcertwindow.c
5774                 Cleaner popups when asking
5775         * src/ssl_certificate.c
5776         * src/prefs_common.[ch]
5777                 remove ssl certificate pref
5778                 put back needed include
5779         * src/undo.c
5780                 put back needed include
5781
5782 2002-12-08 [christoph]  0.8.6claws79
5783
5784         * src/folderview.c
5785         * src/logwindow.c
5786         * src/statusbar.c
5787         * src/summaryview.c
5788                 only abort hook invokation if required data is missing not
5789                 if our own data pointer is NULL, update hookfunction for
5790                 log window
5791
5792 2002-12-08 [paul]       0.8.6claws78
5793
5794         * src/about.c
5795         * src/addrcache.c
5796         * src/addrclip.c
5797         * src/addr_compl.c
5798         * src/addrselect.c
5799         * src/codeconv.c
5800         * src/colorlabel.c
5801         * src/enriched.c
5802         * src/esmtp.c
5803         * src/exporthtml.c
5804         * src/headerview.c
5805         * src/imageview.c
5806         * src/manual.c
5807         * src/noticeview.c
5808         * src/pgptext.c
5809         * src/scoring.c
5810         * src/sourcewindow.c
5811         * src/stringtable.c
5812         * src/undo.c
5813                 clean up: remove unneccesary includes
5814
5815 2002-12-08 [christoph]  0.8.6claws77
5816
5817         * src/folderview.c
5818         * src/statusbar.c
5819         * src/summaryview.c
5820         * src/common/hooks.[ch]
5821                 hook functions now have a gboolean return value, if a hook
5822                 returns TRUE it will stop executing of any more hooks in
5823                 the same hooklist for this invokation
5824
5825 2002-12-08 [colin]      0.8.6claws76
5826         
5827         * src/main.c
5828                 put back argv0 for CRASH_DIALOG
5829
5830 2002-12-08 [christoph]  0.8.6claws75
5831
5832         * src/Makefile.am
5833         * src/about.c
5834         * src/account.c
5835         * src/crash.c
5836         * src/esmtp.h
5837         * src/imap.[ch]
5838         * src/inc.c
5839         * src/main.c
5840         * src/mainwindow.c
5841         * src/news.c
5842         * src/pop.[ch]
5843         * src/prefs_account.[ch]
5844         * src/prefs_common.[ch]
5845         * src/send.[ch]
5846         * src/smtp.[ch]
5847         * src/ssl_certificate.[ch]
5848         * src/ssl_manager.[ch]
5849         * src/common/Makefile.am
5850         * src/common/log.c
5851         * src/common/nntp.[ch]
5852         * src/common/socket.[ch]
5853         * src/common/ssl.[ch]
5854         * src/gtk/sslcertwindow.[ch]
5855         * ac/openssl.m4
5856                 use new autoconf script to detect OpenSSL with extra parameters
5857                 to specify the location of libs and includes, also remove USE_SSL
5858                 to USE_OPENSSL
5859
5860         * src/common/sylpheed.[ch]
5861         * src/common/version.h.in
5862                 start seperation of common code initialization seperated from gui
5863
5864         * src/summaryview.c
5865                 The function that is called when a color label changes
5866                 should not change the color lable again
5867
5868 2002-12-08 [colin]      0.8.6claws74
5869
5870         * src/gtk/sslcertwindow.c
5871                 warning fixes
5872
5873 2002-12-08 [colin]      0.8.6claws73
5874
5875         * src/statusbar.c
5876           src/common/log.h
5877                 Register a hook for statusbar_puts_all
5878         * src/common/log.c
5879                 invoke statusbar_puts_all's hook
5880         
5881 2002-12-08 [colin]      0.8.6claws72
5882
5883         * src/ssl_certificate.c
5884                 Put back a badly-removed include
5885
5886 2002-12-08 [colin]      0.8.6claws71
5887
5888         * src/gtk/sslcertwindow.[ch]    ** NEW **
5889                 new certificate presentation
5890         * src/gtk/Makefile.am
5891                 add new files
5892         * src/ssl_certificate.[ch]
5893                 gtk cleanup, made utility functions public
5894         * src/ssl_manager.c
5895                 use new cert presentation
5896
5897 2002-12-07 [christoph]  0.8.6claws70
5898
5899         * src/Makefile.am
5900         * src/nntp.[ch]                 ** REMOVE **
5901         * src/common/Makefile.am
5902         * src/common/nntp.[ch]          ** NEW **
5903                 move nntp files to common directory
5904
5905 2002-12-07 [christoph]  0.8.6claws69
5906
5907         * src/procmsg.[ch]
5908         * src/summaryview.c
5909                 implement msginfo update callback using sylpheed's new
5910                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5911
5912 2002-12-06 [christoph]  0.8.6claws68
5913
5914         * src/editgroup.c
5915                 This patch changes the 'Edit Group Details' dialog to
5916                 allow extended selections in either pane, so that
5917                 addresses can be added or removed from a group more
5918                 quickly and easily. (it actually is a net decrease in
5919                 file size, as some unnecessary functions have been
5920                 removed). 
5921                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5922
5923 2002-12-06 [christoph]  0.8.6claws67
5924
5925         * src/Makefile.am
5926         * src/template.[ch]             ** REMOVE **
5927         * src/common/Makefile.am
5928         * src/common/template.[ch]      ** NEW **
5929                 move template files to common directory
5930
5931         * src/nntp.c
5932                 add missing log.h include
5933
5934 2002-12-06 [melvin]     0.8.6claws66
5935
5936         * src/prefs_actions.c
5937                 Added the trailing ">" syntax to insert command's output
5938                 without replacing old text (in contrast to trailing "|").
5939
5940 2002-12-05 [colin]      0.8.6claws65
5941         
5942         * src/common/utils.c
5943                 Don't modify original search_string or it'll change
5944                 the next iterations in the for()
5945
5946 2002-12-05 [darko]      0.8.6claws64
5947
5948         * src/common/utils.c
5949                 proper check for filtering commands, found by Colin
5950
5951 2002-12-05 [darko]      0.8.6claws63
5952
5953         * src/common/utils.c
5954                 check proper string for NULL pointer, found by Colin
5955
5956 2002-12-05 [darko]      0.8.6claws62
5957
5958         * src/common/utils.[ch]
5959                 expand_search_string(): new function
5960                 converts Mutt-like patterns to Sylpheed's
5961                 filtering engine
5962         * src/summaryview.c
5963                 use expand_search_string() to allow Mutt-like
5964                 patterns in extended search
5965         * README.claws
5966                 document extended option in quick search
5967
5968 2002-12-05 [paul]       0.8.6claws61
5969
5970         * sync with 0.8.6cvs16
5971                 see ChangeLog 2002-12-05
5972                 
5973         * po/POTFILES.in
5974                 clean up
5975
5976 2002-12-04 [christoph]  0.8.6claws60
5977
5978         * src/imap.[ch]
5979                 put imap authentication code into a new function and
5980                 remove it from imap_session_new that will allow to
5981                 send other commands before authentication
5982
5983 2002-12-04 [christoph]  0.8.6claws59
5984
5985         * src/imap.[ch]
5986                 use already existing method to prevent unneeded IMAP
5987                 folder selects. Set imap_select parameters to NULL
5988                 in some functions if the values are not required.
5989
5990         * src/xml.h
5991                 remove no longer required include
5992
5993 2002-12-04 [paul]       0.8.6claws58
5994
5995         * po/es.po
5996                 updated by Ricardo Mones Lastra
5997                 
5998         * configure.in
5999           po/hu.po      ** NEW FILE **
6000                 initial Hungarian translation, submitted
6001                 by Gál Zoltán <galzoli@hu.inter.net>
6002
6003 2002-12-03 [christoph]  0.8.6claws57
6004
6005         * src/Makefile.am
6006         * src/gtksctree.[ch]            ** REMOVE **
6007         * src/gtk/Makefile.am
6008         * src/gtk/gtksctree.[ch]        ** NEW **
6009                 move gtksctree files to gtk directory
6010
6011 2002-12-03 [christoph]  0.8.6claws56
6012
6013         * src/Makefile.am
6014         * src/md5.[ch]                  ** REMOVE **
6015         * srm/common/Makefile.am
6016         * src/common/md5.[ch]           ** NEW **
6017                 move md5 files to common directory
6018
6019         * src/gtkstext.c
6020                 remove not required #include
6021
6022 2002-12-03 [sergey]     0.8.6claws55
6023
6024         * src/gtkutils.c
6025         * src/gtkutils.h
6026                 gtkut_window_popup(): new function.
6027         * src/mainwindow.c
6028                 main_window_popup(): use gtkut_window_popup() to raise
6029                 window without changing its position.
6030                 (see sylpheed-main ML message [sylpheed:17247])
6031
6032 2002-12-03 [sergey]     0.8.6claws54
6033
6034         * src/send.c
6035                 send_message_local(): removed first-dot escaping
6036                 (SMTP-only, not needed for sending through pipe)
6037
6038 2002-12-03 [paul]       0.8.6claws53
6039
6040         * po/POTFILES.in
6041                 update to reflect recent changes (thanks
6042                 to Ricardo Mones Lastra)
6043                 
6044         * tools/filter_conv.pl
6045                  fix problem with quoted strings. Patch submitted
6046                  by Luke Plant <lukeplant@softhome.net>
6047
6048 2002-12-03 [paul]       0.8.6claws52
6049
6050         * sync with 0.8.6cvs15
6051                 see ChangeLog 2002-12-03
6052
6053 2002-12-02 [christoph]  0.8.6claws51
6054
6055         * src/logwindow.[ch]
6056         * src/common/log.[ch]
6057                 implement logging using a hook function
6058
6059         * src/folderview.c
6060         * src/folder.[ch]
6061                 define hooklist name in header file to avoid
6062                 errors caused by wrong spelling of hooklist names
6063
6064         * src/toolbar.c
6065                 fix warnings
6066
6067 2002-12-02 [christoph]  0.8.6claws50
6068
6069         * src/common/Makefile.am
6070                 add src/common/hooks.[ch]
6071
6072         * src/common/hooks.[ch]
6073                 implement a simple hook system using glib's hook functions
6074
6075         * src/folder.[ch]
6076         * src/folderview.c
6077                 use new hook system for folder item updates
6078
6079 2002-12-02 [christoph]  0.8.6claws49
6080
6081         * doc-src/ui_seperation.txt     ** NEW **
6082                 information for ui seperation
6083
6084         * src/Makefile.am
6085                 remove files that were moved to common
6086                 include common directory by default for the header files
6087
6088         * src/inc.c
6089         * src/common/socket.c
6090         * src/automaton.[ch]
6091                 implement automaton using g_io_*-functions instead of
6092                 gdk_input_add to make it ui independent
6093
6094         * src/codeconv.c
6095         * src/compose.c
6096         * src/ldif.c
6097         * src/pgptext.c
6098         * src/procmime.c
6099         * src/rfc2015.c
6100         * src/smtp.c
6101         * src/unmime.c
6102                 remove common/ prefix because directory is now in
6103                 include path
6104
6105         * src/compose.c
6106         * src/folder.c
6107         * src/folderview.c
6108         * src/mainwindow.c
6109         * src/messageview.c
6110         * src/prefs_common.c
6111         * src/procmsg.c
6112         * src/rfc2015.c
6113                 fix warnings
6114
6115         * src/imap.c
6116         * src/inc.c
6117         * src/news.c
6118         * src/pop.c
6119         * src/send.c
6120         * src/smtp.c
6121         * src/ssl_certificate.c
6122                 add log.h header file for logging functions
6123
6124         * src/main.c
6125         * src/common/utils.c
6126         * src/summaryview.c
6127         * src/xml.c
6128                 o move debug_mode to common/utils.c
6129                 o add functions to set and get debug_mode
6130
6131         * src/defs.h                    ** REMOVE **
6132         * src/intl.h                    ** REMOVE **
6133         * src/socket.[ch]               ** REMOVE **
6134         * src/ssl.[ch]                  ** REMOVE **
6135         * src/utils.[ch]                ** REMOVE **
6136                 replaced by new files in src/common/
6137         
6138         * src/common/Makefile.am
6139                 add new files in src/common/
6140
6141         * src/common/defs.h             ** NEW **
6142         * src/common/intl.h             ** NEW **
6143         * src/common/log.[ch]           ** NEW **
6144         * src/common/socket.[ch]        ** NEW **
6145         * src/common/ssl.[ch]           ** NEW **
6146         * src/common/utils.[ch]         ** NEW **
6147                 replacement for files in src/
6148
6149 2002-12-02 [colin]      0.8.6claws48
6150
6151         * src/folderview.c
6152                 Scroll folderview if necessary during dnd
6153
6154 2002-12-02 [colin]      0.8.6claws47
6155
6156         * src/folder.[ch]
6157                 Add check to verify a move is within a single mailbox
6158         * src/folderview.c
6159                 Add specific error string for this check
6160
6161 2002-12-02 [colin]      0.8.6claws46
6162
6163         * src/folder.c
6164                 Add a test to folder moving, remove a statusbar_print
6165         * src/folderview.c
6166                 Add Move folder... context-menu item
6167                 Factorize folder moving code
6168                 Enable folder DND for mbox
6169
6170 2002-12-01 [christoph]  0.8.6claws45
6171
6172         * ac/aspell.m4
6173                 remove conf.aspelltest if the version check fails
6174
6175 2002-11-30 [christoph]  0.8.6claws44
6176
6177         * autogen.sh
6178                 run libtoolize --force in autogen to create missing
6179                 libtool scripts
6180
6181 2002-11-30 [christoph]  0.8.6claws43
6182
6183         * src/Makefile.am
6184         * src/pgptext.c
6185         * src/procmime.c
6186         * src/rfc2015.c
6187         * src/uuencode.[ch]             ** REMOVED **
6188         * src/common/Makefile.am
6189         * src/common/uuencode.[ch]      ** NEW **
6190                 move uuen/decoder to common directory
6191
6192 2002-11-30 [christoph]  0.8.6claws42
6193
6194         * src/Makefile.am
6195         * src/base64.[ch]               ** REMOVED **
6196         * src/codeconv.c
6197         * src/compose.c
6198         * src/ldif.c
6199         * src/pgptext.c
6200         * src/procmime.c
6201         * src/rfc2015.c
6202         * src/smtp.c
6203         * src/unmime.c
6204         * src/common/Makefile.am
6205         * src/common/base64.[ch]        ** NEW **
6206                 move base64 en/decoder to common directory
6207
6208 2002-11-30 [christoph]  0.8.6claws41
6209
6210         * src/common                    ** NEW **
6211                 new directory for UI independent code
6212         * src/gtk                       ** NEW **
6213                 new directory for GTK frontend
6214         * src/common/.cvsignore         ** NEW **
6215         * src/gtk/.cvsignore            ** NEW **
6216                 ignore build files
6217         * src/common/Makefile.am        ** NEW **
6218         * src/gtk/Makefile.am           ** NEW **
6219                 automake files to build new seperated stuff
6220         * src/Makefile.am
6221                 the binary will currently still be build with the
6222                 files in src, so we include the code from the
6223                 subdirs for now after building the libs there
6224
6225 2002-11-30 [paul]       0.8.6claws40
6226
6227         * src/compose.c
6228                 fix bug [642731] 'Wrong selected account with drafted mail'
6229
6230 2002-11-29 [oliver]     0.8.6claws39
6231         
6232         * src/messageview.c
6233                 o update summaryview when switching between different
6234                   messageviews          
6235         * src/toolbar.c  
6236                 o check if messageview holds already removed msg
6237                   from summaryview
6238                 
6239
6240 2002-11-29 [oliver]     0.8.6claws38
6241
6242         * src/toolbar.c 
6243                 remove not needed variables and includes
6244                 make messageview stay opened and move to next when msgs are deleted 
6245
6246 2002-11-29 [oliver]     0.8.6claws37
6247         
6248         * src/toolbar.c 
6249                 disable compose button (messageview toolbar) by default
6250                 deleted msgs are moved to trash
6251         
6252 2002-11-29 [melvin]     0.8.6claws36
6253
6254         * configure.in
6255                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6256                 and to detect signatures expirations (gpgme 0.3.6)
6257
6258         * src/main.c
6259                 Use non obsolescent function for Gpgme engine checking.
6260
6261         * src/rfc2015.c
6262                 Inform about expired signatures or signatures which key
6263                 has expired. Expiration date is displayed.
6264
6265         * src/sigstatus.c
6266                 Inform about expired signatures or signatures which key
6267                 has expired.
6268
6269 2002-11-28 [paul]       0.8.6claws35
6270
6271         * src/folderview.c
6272                 re-instate 'Check for new messages' in Newsgroup
6273                 folders right-click menu, after a suggestion from
6274                 Tim Mann <timmann@users.sourceforge.net>
6275
6276         * src/main.c
6277                 after a crash check only local folders for new
6278                 messages
6279
6280 2002-11-28 [paul]       0.8.6claws34
6281
6282         * configure.in
6283                 apply patch that fixes the checking of GTK with XIM 
6284                 support on different OSs, such as FreeBSD. Patch 
6285                 submitted by Topia <topia@users.sourceforge.net>
6286                 
6287 2002-11-28 [paul]       0.8.6claws33
6288
6289         * src/mainwindow.c
6290           src/prefs_common.c
6291           src/prefs_toolbar.c
6292                 more changes to the English
6293
6294 2002-11-28 [paul]       0.8.6claws32
6295
6296         * sync with 0.8.6cvs13
6297                 see ChangeLog 2002-11-28 (no sync needed
6298                 for src/compose.c)
6299
6300 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6301         
6302         * src/mainwindow.[ch]
6303                 add patch by Ivan F. Martinez introducing messageview Toolbar
6304                 some changes and committed by oliver    
6305
6306 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6307
6308         * src/messageview.[ch]
6309                 add patch by Ivan F. Martinez introducing messageview Toolbar
6310                 some changes and committed by oliver    
6311
6312 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6313
6314         * src/compose.[ch]
6315                 add patch by Ivan F. Martinez introducing messageview Toolbar
6316                 some changes and committed by oliver    
6317
6318 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6319         
6320         * src/toolbar.[ch]
6321                 add patch by Ivan F. Martinez introducing messageview Toolbar
6322                 some changes and committed by oliver
6323
6324 2002-11-28 [oliver]     0.8.6claws27
6325         
6326         * src/prefs_toolbar.[ch]
6327                 getting ready for messageview toolbar
6328                 free mem allocated by gettext
6329                 change prefs_toolbar to prefs_toolbar_open
6330  
6331 2002-11-28 [thorsten]   0.8.6claws26
6332
6333         * src/imageview.[ch]
6334                 cleaned up conflicting declarations of
6335                 imageview_show_image()
6336
6337 2002-11-28 [paul]       0.8.6claws25
6338
6339         * src/grouplistdialog.c
6340           src/prefs_common.c
6341           src/prefs_summary_column.c
6342                 a few more improvements to the English
6343
6344 2002-11-28 [colin]      0.8.6claws24
6345
6346         * man/sylpheed.1
6347                 A few updates to command-line parameters
6348
6349 2002-11-28 [colin]      0.8.6claws23
6350
6351         * src/prefs_filtering.c
6352                 Fix problems with prefs_filtering_delete_path:
6353                 a) if the first rule is removed, original pointers
6354                    weren't updated (leading to segfaults)
6355                 b) it was always global_processing updated in case
6356                    of removed path was parent of rule path
6357
6358 2002-11-27 [paul]       0.8.6claws22
6359
6360         * src/mainwindow.c
6361           src/prefs_account.c
6362           src/prefs_actions.c
6363           src/prefs_common.c
6364           src/prefs_customheader.c
6365           src/prefs_display_header.c
6366           src/prefs_filtering.c
6367           src/prefs_folder_item.c
6368           src/prefs_matcher.c
6369           src/prefs_scoring.c
6370           src/prefs_summary_column.c
6371           src/prefs_template.c
6372           src/prefs_toolbar.c
6373                  improve the English in the GUI
6374
6375 2002-11-27 [colin]      0.8.6claws21
6376
6377         * src/folder.c
6378                 Fix processing renaming problems happening after
6379                 last commit
6380
6381 2002-11-27 [colin]      0.8.6claws20
6382
6383         * src/folder.c
6384                 recursive move now deletes src each subfolder after 
6385                 having moved it
6386         * src/folderview.c
6387                 Use identifier instead of path during dnd (enables
6388                 IMAP folder dnd)
6389
6390 2002-11-27 [paul]       0.8.6claws19
6391
6392         * src/main.c
6393                 apply patch that does command-line processing 
6394                 BEFORE gtk_init, allowing claws to run from 
6395                 shell-scripts in non-X environment (e.g. crontab 
6396                 or ip-up, ip-down scripts). Patch submitted by
6397                 Ruslan N. Balkin <baron@dartel.ru>
6398                 
6399         * po/it.po
6400                 updated by Alessandro Maestri
6401
6402 2002-11-27 [paul]       0.8.6claws18
6403
6404         * sync with 0.8.6cvs12
6405           src/prefs_common.c
6406                 Differences are that main uses a 'Receive dialog'
6407                 frame on the Interface tab, whereas claws groups all 
6408                 the dialogs together in a 'Dialogs' frame.
6409
6410 2002-11-27 [colin]      0.8.6claws17
6411
6412         * src/prefs_matcher.c
6413                 Fix Execute criteria's NOT flag
6414
6415
6416 2002-11-26 [christoph]  0.8.6claws16
6417
6418         * src/ssl.c
6419                 rewrite the ssl code a little bit, only use one
6420                 SSL context, set default certificates' file/path
6421
6422 2002-11-26 [thorsten]   0.8.6claws15
6423
6424         * src/compose.c
6425                 default-reply-to didn't work for ml-reply
6426
6427 2002-11-26 [melvin]     0.8.6claws14
6428
6429         * src/prefs_actions.c
6430                 Made pipe-actions ignore short headers in message view
6431                 Made trailing-pipe-actions write in the message view with
6432                 the same font as the original message
6433
6434 2002-11-26 [paul]       0.8.6claws13
6435
6436         * src/compose.c
6437                 this time commit the correct file
6438
6439 2002-11-26 [paul]       0.8.6claws12
6440
6441         * sync with 0.8.6cvs11
6442           src/quote_fmt_parse.y  
6443                 no sync needed
6444           src/account.[ch]       
6445                 not sync'ed
6446           src/compose.c
6447                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6448                 on draft mode.
6449                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6450                 header
6451                 
6452         see ChangeLog 2002-11-25 and 2002-11-26
6453
6454 2002-11-26 [colin]      0.8.6claws11
6455
6456         * src/folderview.c
6457                 Fix collapsed folder not auto-expanding during
6458                 mail dnd, if it was the source folder.
6459
6460 2002-11-25 [colin]      0.8.6claws10
6461
6462         * src/folderview.[ch]
6463                 Variable renaming and cleaning (slist of nodes 
6464                 to be re-collapsed is stored in FolderView)
6465
6466 2002-11-25 [paul]       0.8.6claws9
6467
6468         * src/prefs_common.[ch]
6469                 fix breakage caused by last commit
6470
6471 2002-11-25 [paul]       0.8.6claws8
6472
6473         * sync with 0.8.6cvs4
6474                 see ChangeLog 2002-11-21
6475
6476 2002-11-25 [paul]       0.8.6claws7
6477
6478         * sync with 0.8.6cvs4
6479                 see ChangeLog 2002-11-20
6480
6481 2002-11-25 [paul]       0.8.6claws6
6482
6483         * sync with 0.8.6cvs3
6484                 see ChangeLog 2002-11-18
6485
6486 2002-11-25 [colin]      0.8.6claws5
6487
6488         * src/gtkutils.[ch]
6489                 Add gtkut_ctree_node_is_parent()
6490         * src/folderview.c
6491                 Spring-loaded folders
6492
6493 2002-11-25 [colin]      0.8.6claws4
6494
6495         * src/utils.[ch]
6496                 Add slist_concat_unique(), function to merge
6497                 two GSList filtering dups
6498         * src/folder.[ch]
6499         * src/summaryview.[ch]
6500         * src/folderview.c
6501         * src/main.c
6502                 Add detection/update/display of unread answers
6503                 to marked mails
6504         * src/procmsg.[ch]
6505                 Add procmsg_find_children()
6506                 Add procmsg_msg_has_marked_parent()
6507
6508 2002-11-25 [colin]      0.8.6claws3
6509
6510         * src/ssl_certificate.[ch]
6511                 Allow checking a certificate without a DNS
6512                 lookup
6513                 Allow to forget a cert (by deleting it)
6514                 Make ssl_certificate_destroy_public
6515         * src/ssl_manager.[ch] ** NEW FILES **
6516                 Gui to manage (display/remove) certificates
6517         * src/prefs_common.[ch]
6518                 Add a pref to allow silent acceptation of
6519                 trusted certificates or not (based on the
6520                 "I want to know what's going on" principle)
6521         * src/mainwindow.c
6522                 Add SSL manager in Tools menu
6523         * src/Makefile.am
6524                 Add the new files to the build
6525         * po/POTFILES.in
6526                 Add ssl_manager.c to translations
6527
6528 2002-11-25 [colin]      0.8.6claws2
6529
6530         * src/summaryview.[ch]
6531                 Add S_SEARCH_EXTENDED to the quick search, which 
6532                 allows to search using filtering syntax.
6533
6534 2002-11-25 [colin]      0.8.6claws1
6535
6536         * src/summaryview.c
6537                 Deletion of duplicates now prefer deleting
6538                 the unread dup (fixes feature-request 638989).
6539
6540 2002-11-24 [paul]       0.8.6claws
6541
6542         * po/es.po
6543           po/pl.po
6544           po/ru.po
6545           po/sr.po
6546                 updated by Ricardo Mones Lastra,
6547                 Witold Wladyslaw Wojciech Wilk,
6548                 Ruslan N. Balkin, and  Urke MMI 
6549                 respectively
6550
6551 2002-11-24 [paul]       0.8.5claws182
6552
6553         * po/bg.po
6554                 updated by George Danchev
6555
6556 2002-11-23 [alfons]     0.8.5claws181
6557
6558         * src/imap.c
6559                 tiny memory leak found by browsing Dimitar's 
6560                 valgrind report
6561
6562 2002-11-23 [paul]       0.8.5claws180
6563
6564         * po/it.po
6565                 updated by Alessandro Maestri
6566
6567 2002-11-22 [christoph]  0.8.5claws179
6568
6569         * src/compose.c
6570         * src/inc.c
6571         * src/prefs_filtering.c
6572         * src/summaryview.c
6573                 more warning fixes
6574
6575 2002-11-22 [alfons]     0.8.5claws178
6576
6577         * src/summaryview.c
6578                 summary_execute_delete_func(): if message is deleted, make 
6579                 sure to also remove its entry in the subject hash table. 
6580                 fixes a corner case bug.
6581
6582 2002-11-22 [paul]       0.8.5claws177
6583
6584         * .cvsignore
6585                 add 'autom4te.cache'
6586                 
6587         * ltconfig      ** REMOVED **
6588                 not needed
6589
6590 2002-11-22 [paul]       0.8.5claws176
6591
6592         * src/textview.c
6593                 textview_set_font(): fix for message display in
6594                 UTF-8 locales (thanks to Sergey Vlasov).
6595                 
6596         * AUTHORS
6597                 add new team members and contributors
6598
6599
6600 2002-11-21 [colin]      0.8.5claws175
6601
6602         * src/procmsg.[ch]
6603                 Add procmsg_remove_special_headers()
6604         * src/mh.c
6605                 Use procmsg_remove_special_headers() for 
6606                 previous fix
6607
6608 2002-11-21 [colin]      0.8.5claws174
6609
6610         * src/mh.c
6611                 Fix moving/copying from queue/draft folders
6612                 for MH folders
6613
6614 2002-11-21 [christoph]  0.8.5claws173
6615
6616         * src/crash.c
6617         * src/filtering.c
6618         * src/logwindow.c
6619         * src/main.c
6620         * src/matcher_parser_lex.[hl]
6621         * src/mbox.c
6622         * src/mbox_folder.[ch]
6623         * src/prefs_filtering.c
6624         * src/procheader.c
6625         * src/quote_fmt_lex.l
6626         * src/ssl.c
6627                 fix all warnings except the warnings in lex and yacc files
6628
6629 2002-11-20 [christoph]  0.8.5claws172
6630
6631         * src/imap.c
6632                 fix MsgInfo retrieval for IMAP draft and queue folders
6633                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6634
6635 2002-11-19 [christoph]  0.8.5claws171
6636
6637         * src/compose.c
6638                 fix segfault, when draft saving does not get
6639                 the MsgInfo of the new message
6640                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6641
6642 2002-11-19 [christoph]  0.8.5claws170
6643
6644         * src/procmsg.c
6645                 add parameter check for flag setting function
6646                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6647
6648 2002-11-18 [paul]       0.8.5claws169
6649
6650         * src/compose.c
6651                 more sensitivity fixes to redirect mode:
6652                 * disable toolbar draft button
6653                 * allow only Address book in the Tools menu
6654                 * disable editing of message by the spell
6655                   checker
6656
6657 2002-11-18 [paul]       0.8.5claws168
6658
6659         * src/compose.c
6660                 fix sensitivity of menu items in compose_redirect():
6661                 allow only the necessary items 
6662
6663 2002-11-18 [paul]       0.8.5claws167
6664
6665         * src/compose.c
6666                 fix bug [ 603259 ] 'attachment got lost on bounce'
6667
6668 2002-11-18 [paul]       0.8.5claws166
6669
6670         * po/ru.po
6671                 updated by Ruslan N. Balkin <baron@dartel.ru>
6672
6673 2002-11-18 [colin]      0.8.5claws165
6674
6675         * src/main.c
6676           src/defs.h
6677                 Remove old filtering stuff
6678
6679
6680 2002-11-17 [oliver]     0.8.5claws164
6681
6682         * src/toolbar.h
6683                 remove not needed typedef 
6684
6685 2002-11-17 [oliver]     0.8.5claws163
6686
6687         * src/toolbar.c
6688                 make toolbar's on click events translatable
6689
6690 2002-11-15 [colin]      0.8.5claws162
6691
6692         * src/summaryview.c
6693                 Revert too-soon integration of a feature
6694
6695 2002-11-15 [christoph]  0.8.5claws161
6696
6697         * src/imap.c
6698                 use main's implementation of imap_get_msginfo
6699
6700 2002-11-15 [christoph]  0.8.5claws160
6701
6702         * src/compose.c
6703         * src/folder.[ch]
6704         * src/imap.c
6705         * src/mbox_folder.c
6706         * src/mh.c
6707         * src/news.c
6708         * src/procmsg.c
6709         * src/summaryview.c
6710                 replace claws' fetch_msginfo with main's get_msginfo
6711                 (use main's implementation where possible)
6712
6713 2002-11-15 [colin]      0.8.5claws159
6714
6715         * src/ssl_certificate.c
6716                 Missed a check
6717
6718 2002-11-16 [melvin]     0.8.5claws158
6719
6720         * po/fr.po
6721                 Updated French translations.
6722
6723 2002-11-16 [colin]      0.8.5claws157
6724
6725         * src/ssl_certificate.c
6726                 Check for missing parts in the certificates
6727
6728 2002-11-15 [colin]      0.8.5claws156
6729
6730         * src/folderview.c
6731                 Preventive fix (missing check) found by
6732                 Alfons
6733
6734 2002-11-15 [paul]
6735
6736         * NEWS
6737                 sync with 0.8.6 release
6738
6739 2002-11-15 [colin]      0.8.5claws155
6740
6741         * src/folder.[ch]
6742           src/folderview.c
6743                 Fix error handling of folder_item_move_to()
6744                 (thanks to Alfons!)
6745
6746 2002-11-15 [colin]      0.8.5claws154
6747
6748         * src/folder.[ch]
6749           src/folderview.c
6750                 folder_item_move_to() sets an error message instead
6751                 of having GUI stuff in folder.c
6752
6753 2002-11-15 [colin]      0.8.5claws153
6754
6755         * src/procmsg.[ch]
6756                 Implemented a callback for MsgInfo updates, 
6757                 heavily copy/pasted from Christoph's folder 
6758                 callback system
6759         * src/summaryview.[ch]
6760                 Register summary_update_msg as callback
6761
6762 2002-11-14 [colin]      0.8.5claws152
6763         
6764         * src/procmsg.c
6765                 Update the FolderItem after sending (fixes 617593)
6766
6767 2002-11-14 [christoph]  0.8.5claws151
6768
6769         * src/folder.c
6770                 fix wrong position of NULL pointer check found
6771                 by Sergey
6772
6773 2002-11-14 [christoph]  0.8.5claws150
6774
6775         * src/folder.c
6776                 fix segfault when deleting messages from IMAP folders
6777                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6778
6779 2002-11-14 [colin]      0.8.5claws149
6780
6781         * src/compose.c
6782                 Forwarding was also ignoring the folder's default account.
6783
6784 2002-11-14 [colin]      0.8.5claws148
6785
6786         * src/compose.c
6787                 Fix sent folder not set to folder properties when 
6788                 forwarding.
6789
6790 2002-11-14 [thorsten]   0.8.5claws147
6791
6792         * src/inc.c
6793                 inc_start(): Files were not moved from .processing to inbox,
6794                 if no global processing rule existed
6795
6796 2002-11-14 [colin]      0.8.5claws146
6797
6798         * src/ssl_certificate
6799                 Fix file operations
6800
6801 2002-11-14 [paul]       0.8.5claws145
6802
6803         * po/it.po
6804                 updated by Alessandro Maestri
6805
6806 2002-11-13 [alfons]     0.8.5claws144
6807
6808         * src/folder.c
6809                 folder_item_close(): only mark messages unread
6810                 when a folder has new messages 
6811
6812 2002-11-13 [keith]      0.8.5claws143
6813
6814         * src/imap.c
6815                 Fix problem moving or copying between
6816                 IMAP folders
6817
6818 2002-11-13 [colin]      0.8.5claws142
6819
6820         * src/matcher_parser_parse.y
6821                 Fix rule problem when " don't match
6822
6823 2002-11-13 [christoph]  0.8.5claws141
6824
6825         * src/folder.c
6826         * src/folderview.c
6827                 moved cache saving to folder_item_close
6828                 the folderview should not have to deal with
6829                 this things
6830
6831 2002-11-13 [christoph]  0.8.5claws140
6832
6833         * src/summaryview.c
6834                 moved setting of important score to
6835                 summary_set_prefs_from_folderitem
6836
6837 2002-11-13 [colin]      0.8.5claws139
6838
6839         * src/matcher_parser_parse.y
6840                 Fix a segfault in the parser (happening when
6841                 a good expression had been tested and a bad 
6842                 one arrives)
6843
6844 2002-11-13 [paul]       0.8.5claws138
6845
6846         * sync with 0.8.5cvs24
6847                 see ChangeLog 2002-11-13
6848                 
6849         * po/pt_BR.po
6850                 updated by Fabio Jr. Beneditto
6851
6852 2002-11-13 [colin]      0.8.5claws137
6853         
6854         * src/msgcache.c
6855           src/defs.h
6856           src/procmsg.[ch]
6857                 Revert last commit, problem
6858
6859 2002-11-13 [colin]      0.8.5claws136
6860
6861         * src/msgcache.c
6862                 Remove duplicated code
6863         * src/defs.h
6864                 Bumped CACHE_VERSION and MARK_VERSION
6865         * src/procmsg.[ch]
6866                 Network endian for cache and mark files
6867
6868 2002-11-12 [colin]      0.8.5claws135
6869
6870         * src/inc.c
6871                 Fix the "socket error" dialog which disappeared
6872
6873 2002-11-12 [colin]      0.8.5claws134
6874
6875         * src/msgcache.c
6876                 Reverse last commit which had performance 
6877                 problems, but still reverse the list
6878
6879 2002-11-12 [colin]      0.8.5claws133
6880
6881         * src/msgcache.c
6882                 Reverse list order
6883
6884 2002-11-12 [melvin]     0.8.5claws132
6885
6886         * src/compose.c
6887                 Added a check for a NULL prefs_common.dictionary
6888
6889 2002-11-12 [colin]      0.8.5claws131
6890
6891         * src/ssl_certificate.[ch]
6892                 Use FQDN hostname
6893
6894 2002-11-12 [colin]      0.8.5claws130
6895
6896         * src/ssl_certificate.[ch]
6897                 Take connection port into account for 
6898                 checking certificates (a single hostname
6899                 could have multiple servers with multiple
6900                 certificates)
6901         * src/ssl.c
6902                 Pass the port to ssl_certificate_check
6903
6904 2002-11-12 [paul]       0.8.5claws129
6905
6906         * src/folder.c
6907                 fix a typo in last commit
6908
6909 2002-11-12 [paul]       0.8.5claws128
6910
6911         * sync with 0.8.5cvs23
6912                 see ChangeLog entry 2002-11-12
6913
6914 2002-11-11 [colin]      0.8.5claws127
6915
6916         * src/ssl_certificate.c
6917                 Cleaner messages
6918                 Don't popup, instead log error, if the 
6919                 corresponding pref is checked
6920         * src/ssl_certificate.h
6921                 include <openssl/objects/h>
6922
6923 2002-11-11 [colin]      0.8.5claws126
6924
6925         * src/ssl_certificate.h
6926                 _Really_ clean it
6927
6928 2002-11-11 [colin]      0.8.5claws125
6929         
6930         * src/ssl_certificate.c
6931                 Fixed leak
6932
6933 2002-11-11 [colin]      0.8.5claws124
6934
6935         * src/ssl.c
6936                 Cleaned a bit
6937         * src/ssl_certificate.[ch]
6938                 Cleaned a bit (better use of SSL API)
6939                 (This will cause non-recognition of saved 
6940                  certificates of claws12[23]...)
6941
6942 2002-11-11 [paul]       0.8.5claws123
6943         
6944         * po/es.po
6945                 updated by Ricardo Mones Lastra
6946
6947 2002-11-11 [colin]      0.8.5claws122
6948
6949         * src/ssl.c
6950                 Fix a typo
6951
6952 2002-11-11 [colin]      0.8.5claws121
6953
6954         * src/ssl_certificate.[ch] ** NEW FILES **
6955         * src/ssl.[ch]
6956                 Check SSL certificates presented to us
6957         * src/Makefile.am
6958                 Add ssl_certificate.[ch]
6959         * po/POTFILES.in
6960                 Add ssl_certificate.c
6961
6962 2002-11-11 [paul]       0.8.5claws120
6963
6964         * sync with 0.8.5cvs22
6965                 see ChangeLog 2002-11-11
6966
6967 2002-11-11 [paul]       0.8.5claws119
6968
6969         * sync with 0.8.5cvs21
6970                 see ChangeLog 2002-11-11
6971
6972 2002-11-10 [jens]       0.8.5claws118
6973
6974         * src/folder.c
6975         * src/folderview.c
6976                 corrected some typing
6977         * po/de.po
6978                 updated german translation
6979         * sylpheed.spec.in
6980                 cleaned up specfile and adjusted it for claws
6981
6982 2002-11-10 [colin]      0.8.5claws117
6983
6984         * src/summaryview.c
6985                 a STATUSBAR_PUSH/POP fix
6986
6987 2002-11-10 [colin]      0.8.5claws116
6988
6989         * src/prefs_folder_item.c
6990                 Fix hanging after opening folder properties
6991
6992 2002-11-10 [hoa]        0.8.5claws115
6993
6994         * src/matcher_parser_lex.l
6995         * src/matcher_parser_parse.y
6996                 config file for scoring and filtering is no more trashed
6997                 when there is a syntax error in a filtering rule when
6998                 editing it in a dialog.
6999
7000 2002-11-09 [colin]      0.8.5claws114
7001
7002         * src/mbox_folder.c
7003                 Added missing initialisation of folder->destroy()
7004
7005 2002-11-09 [colin]      0.8.5claws113
7006
7007         * src/folder.c
7008           src/folderview.c
7009                 Fix the status bar messages
7010
7011 2002-11-09 [colin]      0.8.5claws112
7012
7013         * src/folderview.c
7014                 Fix hangs after folder dnd, happening after 
7015                 claws109.
7016
7017 2002-11-09 [christoph]  0.8.5claws111
7018
7019         * src/folderview.c
7020                 just changed order of calls (reverse order of
7021                 associated calls)
7022         * src/inc.c
7023                 lock inc when checking only one account, otherwise
7024                 inc all could be executed at the same time
7025
7026 2002-11-09 [christoph]  0.8.5claws110
7027
7028         * src/folderview.c
7029                 better unlock the mouse cursor before calling
7030                 summary_show because it changes the cursor too
7031
7032 2002-11-09 [christoph]  0.8.5claws109
7033
7034         * src/folder.[ch]
7035         * src/folderview.c
7036                 add functions to open and close a folder
7037                 o opending will execute scanning for remote folders
7038                   and processing
7039                 o closing will unset new flag for messages
7040
7041 2002-11-09 [colin]      0.8.5claws108
7042
7043         * src/folder.c
7044                 Add a call to prefs_matcher_write_config to 
7045                 avoid non-leaf folders filtering settings to be
7046                 lost
7047
7048 2002-11-09 [paul]       0.8.5claws107
7049
7050         * src/prefs_account.c
7051                 re-word a label
7052
7053 2002-11-09 [colin]      0.8.5claws106
7054
7055         * src/folderview.c
7056                 Minor esthetic fix
7057
7058 2002-11-09 [colin]      0.8.5claws105
7059
7060         * src/folderview.c
7061                 Fix prefs_filtering deletion for MH folders (same
7062                 reason as below)
7063         * src/prefs_filtering.c
7064                 Fix prefs_filtering renaming and deletion for 
7065                 folder-based processing rules.  
7066
7067 2002-11-09 [christoph]  0.8.5claws104
7068
7069         * src/compose.c
7070         * src/folder.[ch]
7071         * src/folderview.[ch]
7072         * src/import.c
7073         * src/inc.c
7074         * src/main.c
7075         * src/mainwindow.c
7076         * src/messageview.c
7077         * src/prefs_folder_item.c
7078         * src/procmsg.c
7079         * src/summaryview.c
7080                 implement a callback system for folder item updates
7081
7082 2002-11-09 [colin]      0.8.5claws103
7083
7084         * src/folderview.c
7085                 Fix prefs_filtering renaming for MH folders (we
7086                 shouldn't rename by path as another folder could
7087                 have the same hierarchy).
7088
7089 2002-11-09 [colin]      0.8.5claws102
7090
7091         * src/folder.c
7092                 Fix a leak found by Christoph, use better variable
7093                 names
7094
7095 2002-11-09 [colin]      0.8.5claws101
7096
7097         * src/folder.c
7098                 One more fix for processing rules
7099
7100 2002-11-08 [colin]      0.8.5claws100
7101         
7102         * src/matcher.c
7103                 Don't copy the compiled regexp (will be reevaluated)
7104         * src/folderview.c
7105                 Lock folderview while moving
7106         * src/folder.c
7107                 Provide info on what's happening to the user
7108
7109 2002-11-08 [colin]      0.8.5claws99
7110
7111         * src/folderview.c
7112                 Fix folder reordering after a move if parent is 
7113                 root
7114         * src/scoring.[ch]
7115                 Add function to copy a ScoringProp
7116         * src/prefs_folder_item.c
7117                 Copy scoring rules when copying a folder prefs
7118
7119 2002-11-08 [colin]      0.8.5claws98
7120
7121         * src/folderview.c
7122                 Fixes in case of failure
7123         * src/filtering.[ch]    
7124                 Add function to duplicate a FilteringProp
7125         * src/matcher.[ch]
7126                 Add function to duplicate a MatcherProp
7127         * src/prefs_folder_item.c
7128                 Save folder's processing rules when copying 
7129                 its prefs
7130
7131 2002-11-08 [colin]      0.8.5claws97
7132         
7133         * src/folderview.c
7134                 Sort after move
7135         * src/folder.c 
7136                 Change a printf to debug_print
7137
7138 2002-11-08 [colin]      0.8.5claws96
7139
7140         * src/folder.c
7141           src/folderview.c
7142                 Fix segfaults, call me stupido
7143         
7144
7145 2002-11-08 [colin]      0.8.5claws95
7146
7147         *src/folder.c
7148                 Added forgotten prefs to save when moving folders
7149
7150 2002-11-08 [colin]      0.8.5claws94
7151
7152         * src/folder.c
7153                 Fixes to folder DND (prefs copy)
7154         * src/folderview.c
7155                 Optimization for folder DND (don't rescan whole tree)
7156                 Added folderview_create_folder_node() for this 
7157                 optimization, so de-duped a bit the code
7158         * src/prefs_folder_item.[ch]
7159                 Added prefs_folder_item_copy_prefs()    
7160           
7161 2002-11-08 [paul]       0.8.5claws93
7162
7163         * src/prefs_account.c
7164           tools/README
7165           tools/kmail2sylpheed_v2.pl
7166                 correct some typos
7167
7168 2002-11-08 [paul]       0.8.5claws92
7169
7170         * src/compose.c
7171           src/prefs_account.[ch]
7172                 remove account options 'clearsign' and 'ascii_armored',
7173                 replace with 'default_gnupg_mode' to prevent mixed-mode
7174                 Privacy settings
7175
7176 2002-11-08 [paul]       0.8.5claws91
7177
7178         * src/compose.[ch]
7179                 re-implement GnuPG 'on-the-fly' mode selection,
7180                 disallow mixed-mode
7181
7182 2002-11-08 [colin]      0.8.5claws90
7183
7184         * src/folderview.c
7185           src/prefs_folder_item.c
7186                 Change "Property" to "Properties"
7187
7188 2002-11-07 [colin]      0.8.5claws89
7189
7190         * src/folderview.c
7191           src/folder.c
7192                 Allow folder dropping to a root folder
7193
7194 2002-11-07 [paul]       0.8.5claws88
7195
7196         * src/compose.c
7197                 revert last commit
7198
7199 2002-11-07 [paul]       0.8.5claws87
7200
7201         * src/compose.c
7202                 fix reply-to-list bug. closes bug report
7203                 "[633382] reply-to-list broken in recent cvs"
7204
7205 2002-11-07 [paul]       0.8.5claws86
7206
7207         * src/compose.c
7208                 add a forgotten '#if USE_GPGME ... #endif'
7209
7210 2002-11-07 [paul]       0.8.5claws85
7211
7212         * sync with 0.8.5cvs20
7213                 see ChangeLog 2002-11-07
7214
7215 2002-11-07 [colin]      0.8.5claws84
7216
7217         * src/folder.[ch]
7218                 Change folder_item_move_to to return the newly 
7219                 created folderitem.
7220         * src/folderview.c
7221                 Select the new folderitem after moving.
7222
7223 2002-11-07 [colin]      0.8.5claws83
7224
7225         * src/prefs_filtering.c
7226                 Fix rule rewriting when moving a leaf folder to a 
7227                 shorter path
7228
7229 2002-11-07 [colin]      0.8.5claws82
7230
7231         * src/prefs_filtering.c
7232                 fix a leak
7233
7234 2002-11-07 [colin]      0.8.5claws81
7235
7236         * src/folder.[ch]
7237                 Add folder_item_move_to() function to move a 
7238                 folderitem into another one (updates matcher etc)
7239         * src/folderview.c
7240                 Add folder drag'n drop (context menu to come)
7241                 [Should be dataloss free, but Please backup before 
7242                  trying !]
7243
7244 2002-11-06 [colin]      0.8.5claws80
7245
7246         * src/mh.c
7247                 mh_create_folder() returns NULL if can't create
7248                 directory hierarchy
7249
7250 2002-11-06 [paul]       0.8.5claws79
7251
7252         * src/compose.[ch]
7253                 allow 'on-the-fly' changing of the type of encryption 
7254                 and/or signing used (mime/ascii) via the compose window
7255
7256 2002-11-06 [paul]       0.8.5claws78
7257
7258         * sync with 0.8.5cvs19
7259                 see ChangeLog 2002-11-06 for src/account.c: 
7260                 account_get_special_folder()
7261                 
7262 2002-11-05 [alfons]     0.8.5claws77
7263
7264         * src/crash.c
7265                 very minor cleanups: nothing to see here, move on. :-)
7266
7267 2002-11-05 [colin]      0.8.5claws76
7268
7269         * src/main.c
7270                 Changes choices if compose windows are opened to
7271                 Discard, Draft, Don't quit
7272
7273 2002-11-05 [thorsten]   0.8.5claws75
7274
7275         * src/compose.c
7276                 reenabled default_reply_to folder option
7277
7278 2002-11-05 [colin]      0.8.5claws74
7279
7280         * src/compose.[ch] 
7281                 add compose_draft()
7282         * src/crash.c
7283                 add SIGTERM handler
7284         * src/main.[ch]
7285                 add clean_quit() for the SIGTERM handler
7286
7287 2002-11-05 [paul]       0.8.5claws73
7288         
7289         * po/es.po
7290                 updated by Ricardo Mones Lastra
7291
7292 2002-11-05 [melvin]     0.8.5claws72
7293
7294         * src/logwindow.c
7295                 Fixed log-clipping bug #616795.
7296                 To stop logging in the log window use 0 length.
7297         * src/prefs_common.c
7298                 Added a label to inform about the 0 log length behaviour.
7299
7300 2002-11-05 [paul]       0.8.5claws71
7301
7302         * sync with 0.8.5cvs17
7303                 see ChangeLog 2002-11-05
7304
7305 2002-11-04 [paul]       0.8.5claws70
7306
7307         * sylpheed-128x128.png
7308           sylpheed-64x64.png
7309           sylpheed.png
7310                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7311                 <nikai@users.sourceforge.net>
7312                 
7313         * po/bg.po
7314                 updated by George Danchev
7315
7316 2002-11-03 [thorsten]   0.8.5claws69
7317
7318         * src/main.c
7319           src/mimeview.c
7320           src/rfc2015.h
7321                 add check if gpg is active
7322
7323 2002-11-03 [thorsten]   0.8.5claws68
7324
7325         * src/toolbar.h
7326                 removed GSList declaration causing trouble on MacOS-X
7327                 (submitted by alfons, reported by xfesty)
7328
7329 2002-11-01 [paul]       0.8.5claws67
7330
7331         * src/mainwindow.c
7332                 remove last remnants of main's filter code
7333
7334 2002-11-01 [paul]       0.8.5claws66
7335
7336         * tools/filter_conv.pl
7337                 fix bug where user-defined headers were ignored
7338
7339 2002-11-01 [paul]       0.8.5claws65
7340
7341         * src/logwindow.c
7342                 make a debug_print() not translatable
7343
7344 2002-10-31 [melvin]     0.8.5claws64
7345
7346         * ac/aspell.m4
7347                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7348                 not run any GNU/aspell test.  The dictionary path will
7349                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7350                 was given, in which case, it will be $prefix/lib/aspell/
7351         * configure.in
7352                 Fixed typo in commentary (Aspell code).
7353
7354 2002-10-31 [paul]       0.8.5claws63
7355
7356         * po/POTFILES.in
7357                 remove src/filter.c and src/prefs_filter.c
7358                 thanks to Ricardo for reminding me
7359
7360 2002-10-31 [colin]      0.8.5claws62
7361
7362         * src/mbox_folder.c
7363                 Plug some leaks
7364
7365 2002-10-31 [paul]       0.8.5claws61
7366
7367         * src/prefs_filter.[ch] ** REMOVED **
7368           src/filter.[ch]       ** REMOVED **
7369           
7370         * src/Makefile.am
7371           src/folderview.c
7372           src/inc.c
7373           src/main.c
7374           src/mainwindow.c
7375           src/mbox.c
7376           src/prefs_common.c
7377           src/prefs_filtering.c
7378           src/summaryview.[ch]
7379                 remove main's 'filter' code
7380                 
7381         README.claws
7382                 update to reflect removal of main's filter
7383
7384 2002-10-31 [paul]       0.8.5claws60
7385
7386         * src/summaryview.c
7387                 remove check for global_processing in summary_filter_open(). 
7388                 This fixes the bug where if the user uses the right-click 
7389                 'Create filter rule...' and doesn't have any filter rules 
7390                 already defined in claws' advanced filtering, the newly 
7391                 created filter rule goes to main's filtering which is 
7392                 inaccessible through the gui. Now the filter rule gets added
7393                 to claws' filtering by default.
7394
7395 2002-10-28 [melvin]     0.8.5claws59
7396
7397         * src/prefs_actions.c
7398                 Fixed bug #627322 where MIME parts were not always
7399                 correctly passed to a %p action
7400                 Display an error dialog when message filename is not found.
7401
7402 2002-10-28 [melvin]     0.8.5claws58
7403
7404         * src/prefs_common.c
7405                 Readded a missing function declaration lost in 0.8.3claws34
7406
7407 2002-10-28 [paul]       0.8.5claws57
7408
7409         * sync with 0.8.5cvs15
7410                 see ChangeLog 2002-10-28 and 2002-10-25
7411                 
7412         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7413
7414 2002-10-27 [oliver]     0.8.5claws56
7415
7416         * src/pop.c
7417                 plug leak in pop3_top_recv
7418
7419 2002-10-26 [christoph]  0.8.5claws55
7420
7421         * src/folder.c
7422                 set need_update folder flag when messages are added
7423                 (closes bug [ 626922 ] folder not updated after receiving)
7424
7425 2002-10-25 [melvin]     0.8.5claws54
7426
7427         * src/imageview.c
7428                 Fixed a memleak introduced in the scaling code.
7429
7430 2002-10-24 [alfons]     0.8.5claws53
7431
7432         * src/filtering.c
7433                 make filtering's forward message action forward from the 
7434                 correct account
7435                 (closes bug [628089 ] Filter -> Forward from address problem
7436                 reported by Oktay)
7437
7438 2002-10-24 [christoph]  0.8.5claws52
7439
7440         * src/mainwindow.c
7441         * src/manual.[ch]
7442                 o use manual of current locale or english if current
7443                   locale is not available (and english is available)
7444                 o also link to sylpheed doc project manuals
7445
7446 2002-10-23 [paul]       0.8.5claws51
7447
7448         * tools/README
7449           tools/kmail2sylpheed_v2.pl
7450                 add new version of kmail addressbook importer script.
7451                 works with newer versions of Kmail/KAddressBook which
7452                 have new and rearranged data.
7453
7454 2002-10-23 [martin]     0.8.5claws50
7455
7456         * src/folderview.c
7457         * src/summaryview.c
7458         * src/utils.h
7459         * src/utils.c
7460                 added length parameter to get_abbrev_newsgroup_name()
7461                 changed this function so that it abbreviates the newsgroup
7462                 names only so long it is smaller than the length parameter
7463                 (for better reading of some newsgroup names and space efficiency)
7464
7465 2002-10-22 [colin]      0.8.5claws49
7466
7467         *src/foldersel.c
7468                 Revert Alfons' last modification (after voting ;-))
7469
7470 2002-10-21 [alfons]     0.8.5claws48
7471
7472         * src/foldersel.c
7473                 folder view in folder selection dialog reflects state of
7474                 folder view in main window
7475
7476 2002-10-18 [alfons]     0.8.5claws47
7477
7478         * src/mbox.c
7479                 drop imported messages in folder selected by user,
7480                 and not in the inbox
7481                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7482
7483 2002-10-18 [alfons]     0.8.5claws46
7484
7485         * src/compose.c
7486                 make automagic reply work correctly for email accounts 
7487                 (whether it's viable to do a full sync with Hiro's 
7488                 compose.c is still under discussion)
7489
7490 2002-10-18 [melvin]     0.8.5claws45
7491
7492         * src/prefs_actions.c
7493                 Fixed bug #622275 where asynchroneous actions left 
7494                 zombies processes
7495                 Made (synchroneous) actions' input be displayed live.
7496
7497 2002-10-18 [christoph]  0.8.5claws44
7498
7499         * src/textview.c
7500                 don't add a newline in the textview in front of the
7501                 first textpart if header display is disabled
7502                 (closes bug [ 603385 ] disabled header display leaves blank
7503                  lin)
7504
7505 2002-10-18 [christoph]  0.8.5claws43
7506
7507         * src/folder.[ch]
7508         * src/imap.c
7509         * src/mbox_folder.c
7510         * src/mh.c
7511         * src/news.c
7512                 folder->get_num_list now returns an error code
7513                 (closes bug [ 609424 ] News cache cleared on failure)
7514                 
7515 2002-10-17 [colin]      0.8.5claws42
7516         
7517         * src/news.c
7518                 Changed a printf by debug_print
7519
7520 2002-10-16 [paul]       
7521
7522         * tools/OOo2sylpheed.pl
7523                 allow for spaces in the name of the
7524                 file to be attached.
7525
7526 2002-10-16 [colin]      0.8.5claws41
7527
7528         * src/main.c
7529                 Use a tristate to change online mode
7530
7531 2002-10-16 [paul]       0.8.5claws40
7532
7533         * po/es.po
7534                 updated by Ricardo Mones Lastra
7535
7536 2002-10-16 [colin]      0.8.5claws39
7537
7538         * src/main.c
7539           src/mainwindow.[ch]
7540                 Added --online and --offline command-line
7541                 switches
7542
7543 2002-10-15 [christoph]  0.8.5claws38
7544
7545         * src/procmime.c
7546                 set mimeinfo->name to NULL after g_free to
7547                 avoid double freeing with g_free
7548
7549 2002-10-14 [christoph]  0.8.5claws37
7550
7551         * src/compose.c
7552         * src/filtering.c
7553         * src/summaryview.c
7554                 remove calls to folder->change_flags that are now
7555                 done by procmsg flag functions (seems it is not
7556                 used by any foldertype anyway)
7557         * src/folder.c
7558                 init folder->change_flags with NULL
7559
7560 2002-10-14 [christoph]  0.8.5claws36
7561
7562         * src/folder.[ch]
7563         * src/imap.[ch]
7564                 use virtual functions for folder item new and destroy
7565                 functions
7566
7567 2002-10-14 [melvin]     0.8.5claws35
7568
7569         * src/compose.c
7570                 Added a test to not run the spell checker if no default
7571                 dictionary is available. No dialog is displayed though.
7572
7573 2002-10-14 [melvin]     0.8.5claws34
7574
7575         * src/gtkaspell.c
7576                 Fixed bug in dictionary list context menu where
7577                 "More..." pointed to an emtpy submenu if the
7578                 number of dictionaries is a multiple of 15
7579                 Removed unneeded code in suggestions list creation
7580
7581 2002-10-14 [paul]       0.8.5claws33
7582
7583         * po/bg.po
7584                 updated by George Danchev
7585
7586 2002-10-13 [hoa]        0.8.5claws32
7587
7588         * src/matcher.[ch]
7589           src/matcher_parser_parser.y
7590                 removed the escaped string from internal structure
7591                 of matcher.
7592
7593 2002-10-12 [colin]      0.8.5claws31
7594
7595         * src/gtksctree.[ch]
7596           src/summaryview.c
7597                 Removed useless function gtksctree_reanchor
7598
7599 2002-10-12 [alfons]     0.8.5claws30
7600         
7601         * sync with remaining main changes 2002-10-09 - 2002-10-11
7602         - drop changes to src/compose.c (requires claws specific changes)
7603         
7604 2002-10-12 [alfons]     0.8.5claws29
7605         
7606         * sync with main changes of 2002-10-08
7607         - drop changes to src/compose.c (requires claws specific changes)
7608         - drop changes to src/summaryview.c (requires changes to compose.c)     
7609
7610 2002-10-12 [alfons]     0.8.5claws28
7611         
7612         * sync with main changes of 2002-10-07
7613
7614 2002-10-12 [alfons]     0.8.5claws27
7615
7616         * sync with main changes of 2002-10-04
7617         - drop changes to src/compose.c (requires claws specific changes)
7618         - drop changes to src/prefs_folder_item.c (claws implementation
7619           seems to be working)
7620
7621 2002-10-12 [colin]      0.8.5claws26
7622
7623         * src/mainwindow.c
7624                 Fix folder-flicker when space-reading, introduced 
7625                 in claws22.
7626
7627 2002-10-12 [colin]      0.8.5claws25
7628
7629         * src/compose.c
7630                 Save account address when saving as draft.
7631                 (closes bug 621838)
7632
7633 2002-10-12 [colin]      0.8.5claws24
7634
7635         * src/summaryview.c
7636                 Fix the problem consisting of no message selected
7637                 after the last message in a folder has been moved.
7638
7639 2002-10-12 [paul]       0.8.5claws23
7640
7641         * src/compose.c
7642           src/prefs_template.c
7643           src/template.[ch]
7644                 add Cc and Bcc to templates. Patch submitted by
7645                 John L. Males.
7646
7647 2002-10-12 [colin]      0.8.5claws22
7648
7649         * src/folderview.c
7650                 Fix a bug after "Check for new messages":
7651                 If a folder was opened, it was still selected at
7652                 the end of the check, but displayed empty.
7653         * src/mainwindow.c
7654                 Remove unnecessary check
7655
7656 2002-10-12 [paul]
7657
7658         * tools/README
7659                 be more verbose in the description of
7660                 OOo2sylpheed.pl
7661                 
7662
7663 2002-10-11 [colin]      0.8.5claws21
7664
7665         * src/mainwindow.c
7666                 Make space work (better) when no mail is selected
7667
7668 2002-10-11 [colin]      0.8.5claws20
7669
7670         * src/inc.c
7671           src/news.c
7672                 fix warnings
7673
7674 2002-10-11 [colin]      0.8.5claws19
7675
7676         * src/mainwindow.c
7677                 revert 0.8.5claws6 changes as i couldn't get to
7678                 anything satisfying
7679
7680 2002-10-11 [melvin]     0.8.5claws18
7681
7682         * src/compose.c
7683                 Removed buggy and unused macro (should have been committed in
7684                 0.8.5claws17)
7685
7686 2002-10-11 [melvin]     0.8.5claws17
7687
7688         * src/compose.c
7689                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7690
7691 2002-10-11 [thorsten]   0.8.5claws16 
7692
7693         * src/folderview.c
7694                 remove rescan warning
7695
7696 2002-10-11 [colin]      0.8.5claws15 
7697
7698         * src/procheader.c
7699                 fix a segfault that happens if conv_unmime_header
7700                 fails (should be better to find out why it fails)
7701
7702 2002-10-11 [christoph]  0.8.5claws14
7703
7704         * src/summaryview.c
7705                 update folderview stats after ignore/unignore thread
7706
7707 2002-10-11 [hoa]        0.8.5claws13
7708
7709         * src/quote_fmt_parse.y
7710                 Fixed a yacc/bison syntax error
7711         * src/matcher.c
7712                 Escaping of string is fixed.
7713
7714 2002-10-11 [colin]      0.8.5claws12
7715
7716         * src/imageview.c
7717                 Resize images to fit
7718
7719 2002-10-11 [paul]       0.8.5claws11
7720
7721         * po/es.po
7722                 updated by Ricardo Mones Lastra
7723
7724 2002-10-10 [alfons]     0.8.5claws10
7725
7726         * src/compose.c
7727                 allow dropping files by "moving" files from a file manager,
7728                 not only by the more cumbersome "copying". the latter 
7729                 mostly implies holding down the Control button
7730
7731 2002-10-10 [christoph]  0.8.5claws9
7732
7733         * src/summaryview.c
7734                 update folders after thread building for ignored threads
7735
7736 2002-10-10 [christoph]  0.8.5claws8
7737
7738         * config/.cvsignore
7739                 added Makefile
7740         * src/filtering.[ch]
7741         * src/folder.[ch]
7742         * src/folderview.[ch]
7743         * src/import.c
7744         * src/inc.[ch]
7745         * src/mbox.[ch]
7746         * src/procmsg.c
7747         * src/summaryview.[ch]
7748                 o added new flag need_update to FolderItem
7749                 o removed folder_table from various functions from tracking
7750                   folder updates
7751                 o set need_update flags in folder.c's move, copy and delete
7752                   functions and procmsg's flags functions
7753                 o added function folderview_update_items_when_required that
7754                   updates all folders with need_update set
7755                 o call folderview_update_items_when_required instead of
7756                   folderview_update_item_foreach
7757
7758 2002-10-09 [sergey]     0.8.5claws7
7759
7760         * src/compose.c
7761                 Strip CRs whel loading the text into editor in reedit mode.
7762
7763 2002-10-09 [colin]      0.8.5claws6
7764
7765         * src/mainwindow.c
7766                 Make Space work when no mail is selected
7767
7768 2002-10-09 [colin]      0.8.5claws5
7769
7770         * src/gtksctree.[ch]
7771                 Fix range_select
7772                 Add gtk_sctree_reanchor() 
7773         * src/summaryview.c
7774                 Use gtk_sctree_reanchor() - better fix for 
7775                 bug 60413
7776
7777 2002-10-09 [colin]      0.8.5claws4
7778
7779         * src/summaryview.c
7780                 Fix shift-click select after delete problem
7781                 (closes bug 60413)
7782
7783 2002-10-08 [thorsten]   0.8.5claws3
7784
7785         * src/summaryview.c
7786                 exclude current msg from -hide read messages-
7787
7788 2002-10-08 [colin]      0.8.5claws2
7789
7790         * src/inc.[ch]
7791           src/pop.c
7792           src/recv.c
7793                 Differentiate socket errors from disk full
7794                 errors
7795
7796 2002-10-08 [christoph]  0.8.5claws1
7797
7798         * Makefile.am
7799         * configure.in
7800                 modifications for new config directory
7801
7802         * config.guess  ** REMOVED **
7803         * config.sub    ** REMOVED **
7804         * install-sh    ** REMOVED **
7805         * ltmain.sh     ** REMOVED **
7806         * missing       ** REMOVED **
7807         * mkinstalldirs ** REMOVED **
7808                 these files are autogenerated by automake
7809                 when you run autogen.sh
7810
7811         * config/.cvsignore     ** NEW FILE **
7812         * config/Makefile.am    ** NEW FILE **
7813                 ignore autogenerated files
7814                 create a Makefile in this directory
7815
7816 2002-10-08 [paul]       0.8.5claws
7817
7818         * 0.8.5claws release
7819         
7820         * src/compose.c
7821           src/procheader.c
7822           src/procmsg.c
7823                 fix quote reply format for newsgroups reply bug
7824                 (thanks to Hoa)
7825                 
7826         * po/en_GB.po
7827           po/pl.po
7828                 updated by me and Witold Wladyslaw Wojciech Wilk
7829                 repectively
7830
7831 2002-10-07 [paul]       0.8.3claws53
7832
7833         * po/it.po
7834           po/pt_BR.po
7835           po/sr.po
7836                 updated messages catalogs, submitted by
7837                 Alessandro Maestri, Fabio Jr.Beneditto 
7838                 and Urke MMI, respectively.
7839
7840 2002-10-07 [christoph]  0.8.3claws52
7841
7842         * src/folder.[ch]
7843         * src/folderview.c
7844         * src/mainwindow.c
7845                 fix new folder ghost message bug
7846                 (closes bug [ 619722 ] wrong count for newly created folders)
7847
7848 2002-10-07 [christoph]  0.8.3claws51
7849
7850         * src/compose.c
7851                 fix news posting problem
7852
7853 2002-10-07 [melvin]     0.8.3claws50
7854
7855         * po/fr.po
7856                 Updated French translation
7857
7858 2002-10-05 [christoph]  0.8.3claws49
7859
7860         * src/gtkstext.c
7861                 check if line_start_cache is set in gtk_stext_update_text
7862                 (closes bug [ 618119 ] crash while doing search in folder)
7863
7864 2002-10-05 [christoph]  0.8.3claws48
7865
7866         * src/imap.c
7867         * src/news.c
7868         * src/utils.c
7869         * src/utils.h
7870                 implement cache cleanups for claws' folder system
7871                 (closes bug [ 595916 ] imapcache not cleaned up)
7872
7873 2002-10-05 [melvin]     0.8.3claws47
7874
7875         * src/prefs_actions.c
7876                 Made the help text more clear for the %p token
7877
7878 2002-10-04 [paul]       0.8.3claws46
7879
7880         * sync with 0.8.5
7881                 see ChangeLog 2002-10-02 and 2002-10-03
7882
7883 2002-10-04 [christoph]  0.8.3claws45
7884
7885         * src/inc.c
7886                 fix segfault caused by pop before smtp
7887                 call to inc_account_mail with NULL
7888                 pointer for mainwin
7889
7890 2002-10-04 [paul]       0.8.3claws44
7891
7892         * configure.in
7893                 sync the LDAP detection from 0.8.5cvs1
7894
7895 2002-10-02 [christoph]  0.8.3claws43
7896
7897         * po/de.po
7898                 fix small spelling error
7899
7900 2002-10-02 [melvin]     0.8.3claws42
7901
7902         * ac/aspell.m4
7903                 Behave better and say "no" when test program cannot be run.
7904
7905 2002-10-02 [paul]       0.8.3claws41
7906
7907         * sync with 0.8.4cvs1
7908                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7909                 
7910         * src/summaryview.c
7911                 toggle the behavior of Reply menuitem between
7912                 normal reply and reply-to-list
7913
7914 2002-10-01 [sergey]     0.8.3claws40
7915
7916         * src/compose.c
7917                 Convert newlines in the message text to the canonical form
7918                 before base64 encoding (RFC2045 compliance, fixes some
7919                 interoperability issues with Evolution 1.0.3)
7920
7921 2002-09-29 [colin]      0.8.3claws39
7922
7923         * src/summaryview.c
7924                 Fix an unwanted copy/paste
7925
7926 2002-09-29 [colin]      0.8.3claws38
7927
7928         * src/mainwindow.c
7929                 Renamed "Custom toolbar" to "Customize toolbar"
7930                 Renamed "Show all header" to "Show all headers"
7931                 Renamed "Set diplay item" to "Set displayed items"
7932         * src/prefs_common.c
7933                 Renamed "Show all header" to "Show all headers"
7934         * src/prefs_summary_column.c
7935                 Renamed "diplay item" to "displayed items"
7936
7937 2002-09-29 [colin]      0.8.3claws37
7938
7939         * src/mainwindow.[ch]
7940                 online/offline status pixmaps follow theme
7941                 changes
7942         * src/summaryview.[ch]
7943                 quicksearch pixmap follows theme changes
7944
7945 2002-09-29 [thorsten]   0.8.3claws36
7946
7947         * src/compose.c
7948           src/prefs_folder_item.[ch]
7949                 add default_reply_to folder option (closes patch 581044)
7950
7951 2002-09-29 [christoph]  0.8.3claws35
7952
7953         * acconfig.h    ** REMOVED **
7954         * configure.in
7955         * ac/aspell.m4
7956         * ac/check-type.m4
7957         * ac/gnupg-check-typedef.m4
7958                 fix autoheader 2.50 warning
7959
7960 2002-09-29 [christoph]  0.8.3claws34
7961
7962         * major code cleanup (part 2)
7963         
7964                 - unused variables removed
7965                 - unused functions removed
7966                 - uninitialized variables checked
7967                 - missing return statements added
7968                 - missing function return types added
7969                 - added parentheses around assignment
7970                   when suggested by gcc
7971
7972 2002-09-29 [alfons]     0.8.3claws33
7973
7974         * src/logwindow.c
7975                 log_window_clear(): only bracket gtk_text_forward_delete() 
7976                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7977                 works around GTK text bug)
7978
7979 2002-09-29 [paul]       0.8.3claws32
7980
7981         * po/bg.po
7982           po/sr.po
7983                 updated by George Danchev and Urke MMI
7984                 respectively
7985
7986 2002-09-27 [christoph]  0.8.3claws31
7987
7988         * doc-src/readme.txt
7989         * doc-src/rfc1806.txt   ** REMOVED **
7990         * doc-src/rfc2183.txt   ** NEW FILE **
7991         * doc-src/rfc2980.txt   ** NEW FILE **
7992                 update rfcs
7993
7994 2002-09-27 [melvin]     0.8.3claws30
7995
7996         * ac/aspell.m4
7997                 Fixed typo which could break linking
7998
7999 2002-09-27 [melvin]     0.8.3claws29
8000
8001         * ac/aspell.m4
8002                 Improved GNU/aspell checking. 
8003                 Fixed bug #614490
8004
8005 2002-09-27 [paul]       0.8.3claws28
8006
8007         * sync with 0.8.3cvs8
8008                 see ChangeLog 2002-09-27
8009
8010 2002-09-26 [colin]      0.8.3claws27
8011
8012         * src/toolbar.[ch]
8013           src/mainwindow.[ch]
8014                 Add "Reply to Mailing-list" to the toolbar
8015
8016 2002-09-26 [christoph]  0.8.3claws26
8017
8018         * src/summaryview.c
8019                 Fix wrong message counts in summaryview status
8020
8021 2002-09-26 [paul]       0.8.3claws25
8022
8023         * sync with 0.8.3cvs7
8024                 see ChangeLog 2002-09-26
8025
8026 2002-09-26 [paul]       0.8.3claws24
8027
8028         * sync with 0.8.3cvs6
8029                 see ChangeLog 2002-09-25
8030
8031 2002-09-25 [christoph]  0.8.3claws23
8032
8033         * src/prefs_common.c
8034         * src/prefs_folder_item.c
8035         * src/prefs_scoring.c
8036                 Renamed "kill score" to "hide score" in GUI
8037                 and prefs files
8038
8039 2002-09-25 [paul]       0.8.3claws22
8040
8041         * sync with 0.8.3cvs5
8042                 see ChangeLog 2002-09-24
8043
8044 2002-09-24 [alfons]     0.8.3claws21
8045
8046         patch by Satoshi Nagayasu: allows appending / saving multiple 
8047         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8048         'Save as ...'")
8049
8050         * AUTHORS
8051                 add Satoshi Nagayasu
8052         * src/summaryview.c
8053                 summary_save_as(): allow saving selected files to
8054                 one file
8055                 summary_set_menu_sensitive: enable "Save As..." when
8056                 multiple files are selected
8057         * src/utils.[ch]
8058                 append_file(): new function
8059
8060 2002-09-24 [colin]      0.8.3claws20
8061
8062         * src/procmime.c
8063                 Fix segfault when mimeinfo doesn't have a 
8064                 content_type. 
8065
8066 2002-09-24 [colin]      0.8.3claws19
8067
8068         * src/prefs_common.[ch]
8069                 Add a preference to display send dialog or not
8070         * src/send.c
8071                 Display send dialog according to preference
8072
8073 2002-09-24 [colin]      0.8.3claws18
8074
8075         * src/compose.[ch]
8076                 Disable user actions when sending
8077
8078 2002-09-24 [colin]      0.8.3claws17
8079
8080         * src/procmime.c
8081                 Do not display name or filename for attachments
8082                 with an application/pgp-signature type
8083                 (security flaw, see bug 537413)
8084
8085 2002-09-23 [colin]      0.8.3claws16
8086
8087         * src/editaddress.c
8088                 Initialize entry_email, entry_alias and 
8089                 entry_remarks to first email address of the list
8090
8091 2002-09-23 [colin]      0.83claws15
8092
8093         * src/compose.c
8094                 Drop pgp-signature when reediting a signed queued
8095                 message
8096
8097 2002-09-23 [melvin]     0.8.3claws14
8098
8099         * po/fr.po
8100                 Updated French translation
8101
8102 2002-09-23 [melvin]     0.8.3claws13
8103
8104         * src/mainwindow.c
8105                 Made custom toolbar menu labels more consistent
8106         * src/prefs_toolbar.c
8107                 Made custom toolbar window title more consistent
8108
8109 2002-09-22 [colin]      0.8.3claws12
8110
8111         * src/inc.c
8112                 Initialize session type to normal before getting 
8113                 mail (fixes strange Get behaviour)
8114         * src/prefs_account.h
8115                 Move STYPE_POP_BEFORE_SMTP to last position to 
8116                 avoid other side-effects
8117
8118 2002-09-22 [colin]      0.8.3claws11
8119
8120         * src/prefs_account.c
8121                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8122                 from pop3 to apop or vice-versa
8123
8124 2002-09-22 [colin]      0.8.3claws10
8125         
8126         * src/prefs_account.[ch]
8127                 Add an option for the POP before SMTP timeout
8128         * src/inc.c
8129                 Remember time of last POP connection
8130         * src/send.c
8131                 Do POP before SMTP only if timeout reached
8132
8133 2002-09-22 [oliver]     0.8.3claws9
8134         
8135         * README.claws
8136                 explain custom toolbar
8137
8138 2002-09-22 [oliver]     0.8.3claws8
8139
8140         * src/prefs_actions.[ch]
8141         custom toolbar for compose      
8142                 actions callback from compose toolbar
8143         * src/folderview.c
8144                 remove include toolbar.h
8145
8146 2002-09-22 [oliver]     0.8.3claws7
8147         
8148         * src/prefs_toolbar.[ch]
8149                 custom toolbar for compose
8150                 - generic prefs_toolbar handles both
8151                   Mainwin's toolbar as well as Compose toolbar          
8152
8153 2002-09-22 [oliver]     0.8.3claws6
8154         
8155         * src/toolbar.[ch]
8156                 custom toolbar for compose
8157                 restructure toolbar.[ch]
8158
8159 2002-09-22 [oliver]     0.8.3claws5
8160
8161         * src/compose.[ch]
8162                 custom toolbar for compose
8163
8164 2002-09-22 [oliver]     0.8.3claws4
8165         
8166         * src/mainwindow.[ch]
8167                 custom toolbar for compose 
8168                 move mainwin toolbar back to mainwindow
8169
8170 2002-09-22 [alfons]     0.8.3claws3
8171
8172         * src/procmsg.c
8173                 :%sno/if(/if (/gc
8174                 :%sno/for(/for (/gc
8175                 (beautify)
8176
8177 2002-09-22 [alfons]     0.8.3claws2
8178         
8179         * src/procmsg.c
8180                 procmsg_save_to_outbox(): don't unlink message file from queue;
8181                 callers should do it using folder_item_remove_msg()
8182
8183 2002-09-22 [colin]      0.8.3claws1
8184
8185         * src/mimeview.[ch]
8186                 Made mimeview_check_signature() public
8187         * src/textview.c
8188                 Made GPG signatures verifiable by clicking
8189                 the [application/pgp-signature] in the Text
8190                 view
8191
8192 2002-09-22 [paul]       0.8.3claws
8193
8194         * po/bg.po
8195           po/en_GB.po
8196           po/es.po
8197           po/it.po
8198           po/pl.po
8199           po/pt_BR.po
8200           po/sr.po
8201                 updated translations, submitted by George Danchev,
8202                 me, Ricardo Mones Lastra, Alessandro Maestri,
8203                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8204                 and Urke MMI, respectively.     
8205
8206 2002-09-22 [alfons]     0.8.2claws65
8207
8208         * src/procmsg.c
8209         * src/pgptext.c
8210                 no furry valgrinds have been used to plug these memleaks
8211
8212 2002-09-20 [paul]       0.8.2claws64
8213
8214         * sync with 0.8.3cvs4
8215                 'Select thread' re-implemented 
8216                 see ChangeLog 2002-09-20
8217
8218 2002-09-21 [alfons]     0.8.2claws63
8219
8220         * src/compose.c
8221                 compose_send(): plug unnoticed memleak
8222
8223 2002-09-20 [alfons]     0.8.2claws62
8224
8225         * src/addr_compl.c
8226                 replace_address_in_edit(): strict check for NULL address to
8227                 fix "[ 607348 ] Segfault in address completion". My guess is
8228                 that this happens with an empty address book, but it's good
8229                 to have this check here anyway
8230                 
8231                 completion_window_button_press(): free string returned 
8232                 from the internal cache
8233
8234 2002-09-20 [christoph]  0.8.2claws61
8235
8236         * src/procmime.h
8237                 added ENC_BINARY to EncodingType
8238         * src/procmime.c
8239                 the string returned by procmime_get_encoding_str
8240                 should not depend on the order of values in the
8241                 EncodingType definition
8242         * doc-src/rfc1806.txt   ** NEW FILE **
8243                 Added rfc1806 about MIME Content-Disposition
8244                 Extension
8245
8246 2002-09-19 [paul]       0.8.2claws60
8247
8248         * sync with 0.8.2cvs3
8249                 see ChangeLog 2002-09-19
8250
8251 2002-09-19 [paul]       0.8.2claws59
8252
8253         * src/prefs_folder_item.c
8254                 revert to Darko's original alignment of colour
8255                 selector button
8256                 add a colon to folder_color label
8257                 
8258         * src/compose.c
8259                 add Colin's patch (with Hiro's modifications) to 
8260                 force BASE64 encoding for 8-bit text when signing
8261                 (sync with 0.8.3cvs2)
8262
8263 2002-09-18 [alfons]     0.8.2claws58
8264
8265         * src/compose.c
8266                 :%sno/if(/if (/gc
8267                 :%sno/for(/for (/gc
8268                 (beautify a little bit)
8269
8270 2002-09-18 [christoph]  0.8.2claws57
8271
8272         * src/pine.c
8273                 fix handling of fgetc return value
8274
8275 2002-09-17 [alfons]     0.8.2claws56
8276         
8277         * src/summaryview.c
8278                 summary_sort(): check non-NULL summaryview->folder_item when no 
8279                 folder is selected at all
8280                 (closes "[ 610344 ] sort label make syl Crash")
8281
8282 2002-09-17 [alfons]     0.8.2claws55
8283         
8284         * src/compose.c
8285                 beautify a little bit
8286
8287 2002-09-17 [christoph]  0.8.2claws54
8288
8289         * src/folder.c
8290                 initialize max values for cache and folder
8291                 when cache or folder is empty
8292
8293 2002-09-15 [colin]      0.8.2claws53
8294
8295         * src/compose.c
8296                 Fix a leak (thanks Alfons!) and cleaned
8297                 variables names for custom headers
8298
8299 2002-09-15 [colin]      0.8.2claws52
8300
8301         * src/compose.c
8302                 Fix custom headers recognition when
8303                 prefs_common.trans_hdr is on
8304
8305 2002-09-15 [colin]      0.8.2claws51
8306
8307         * src/compose.c
8308                 Allow dynamically-added custom headers
8309                 Yet not reparsed if reedited
8310
8311 2002-09-15 [alfons]     0.8.2claws50
8312
8313         * src/prefs_account.c
8314                 fix warnings
8315
8316 2002-09-15 [colin]      0.8.2claws49
8317         
8318         * src/prefs_account.c
8319                 fix pop_before_smtp sensitivity
8320
8321 2002-09-15 [colin]      0.8.2claws48
8322
8323         * src/inc.[ch]
8324                 add inc_pop_before_smtp()
8325                 allow MainWindow to be undefined in 
8326                 inc_account_mail() and inc_start()
8327         * src/pop.c
8328           src/prefs_account.h
8329                 add STYPE_POP_BEFORE_SMTP session type
8330         * src/prefs_account.c
8331                 activated pop before smtp option
8332         * src/send.c
8333                 do pop before smtp if the relevant option 
8334                 is set
8335
8336 2002-09-15 [paul]       0.8.2claws47
8337
8338         * sync with 0.8.3
8339                 see ChangeLog 2002-09-15
8340
8341 2002-09-14 [paul]       0.8.2claws46
8342
8343         * po/bg.po
8344                 updated Bulgarian translation, submitted by
8345                 George Danchev
8346
8347 2002-09-13 [paul]       0.8.2claws45
8348
8349         * src/compose.c
8350                 merge claws' select_account() with main's
8351                 (new) compose_select_account(). [sync with
8352                 0.8.2cvs15, see ChangeLog 2002-09-11]
8353
8354 2002-09-12 [christoph]  0.8.2claws44
8355
8356         * src/filter.c
8357                 allocate 1 elements of FolderItem not 0
8358
8359 2002-09-12 [colin]      0.8.2claws43
8360
8361         * src/compose.c
8362                 Fix bug #590825 (obey Follow-up: poster)
8363
8364 2002-09-12 [colin]      0.8.2claws42
8365
8366         * src/procmime.c
8367                 Fix bug #557009 (wrong headers for messages 
8368                 forwarded as attachments)
8369
8370 2002-09-11 [colin]      0.8.2claws41
8371         
8372         * src/compose.c
8373                 Put SCF: pseudo-header on top of message
8374                 Set draft tmp_flag when saved as draft
8375
8376         * src/procmsg.c
8377           src/procheader.c
8378                 Skip after first \n\n for beginning of real message
8379                 for drafts too
8380
8381 2002-09-11 [christoph]  0.8.2claws40
8382
8383         * src/filtering.c
8384                 use procmsg flag functions in filtering or processing
8385                 will cause incorrect folder message counts
8386
8387 2002-09-11 [colin]      0.8.2claws39
8388
8389         * src/compose.c
8390                 Fix bug #550175 - wrong save folder when reediting
8391                 drafts
8392
8393 2002-09-11 [paul]       0.8.2claws38
8394
8395         * sync with 0.8.2cvs14
8396                 see ChangeLog 2002-09-11
8397
8398 2002-09-11 [colin]      0.8.2claws37
8399
8400         * src/folder.c
8401                 Fix a typo (seeming to cause new/unread status to
8402                 be lost)
8403
8404 2002-09-10 [christoph]  0.8.2claws36
8405
8406         * src/compose.c
8407                 compose_redirect should not use compose_generic_new
8408                 because that does more stuff than expected including
8409                 opening the external editor
8410                 (closes bug "[ 526608 ] bounced messages appear blank
8411                  in editor")
8412
8413 2002-09-10 [christoph]  0.8.2claws35
8414
8415         * src/folder.c
8416                 fix problem with too large message number range
8417                 causing a crash in folder_item_scan
8418
8419 2002-09-10 [paul]       0.8.2claws34
8420
8421         * sync with 0.8.2cvs13
8422                 see ChangeLog 2002-09-10
8423
8424 2002-09-10 [christoph]  0.8.2claws33
8425
8426         * src/msgcache.c
8427                 set MsgInfo TmpFlags for queue and draft folders
8428                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8429
8430 2002-09-10 [paul]       0.8.2claws32
8431
8432         * AUTHORS
8433           po/bg.po      ** NEW FILE **
8434                 new Bulgarian translation submitted by
8435                 George Danchev <danchev@spnet.net>
8436                 
8437         * tools/Makefile.am
8438           tools/README
8439           tools/tb2sylpheed     ** NEW FILE **
8440                 add script that converts an addressbook exported
8441                 from The Bat! into a Sylpheed addressbook. Submitted
8442                 by Urke MMI <urke-kg@eunet.yu>
8443
8444 2002-09-10 [paul]       0.8.2claws31
8445
8446         * sync with 0.8.2cvs12
8447                 see ChangeLog 2002-09-10
8448
8449 2002-09-06 [paul]       0.8.2claws30
8450
8451         * src/prefs_common.c
8452                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8453                 
8454         * tools/Makefile.am
8455           tools/README
8456           tools/ldif-to-xml.py  ** REMOVED **
8457                 remove obsolete python script
8458
8459 2002-09-06 [paul]       0.8.2claws29
8460
8461         * sync with 0.8.2cvs10
8462                 see ChangeLog 2002-09-06
8463
8464 2002-09-04 [paul]       0.8.2claws28
8465
8466         * sync with 0.8.2cvs9
8467                 see ChangeLog 2002-08-04
8468
8469 2002-09-04 [colin]      0.8.2claws27 
8470
8471         * src/prefs_common.[ch]
8472                 Added signature color configuration
8473         * src/textview.c
8474                 Use user-specified signature color
8475
8476 2002-09-03 [colin]      0.8.2claws26
8477
8478         * src/prefs_common.[ch]
8479                 Added autosave and autosave_length prefs
8480         * src/compose.c
8481                 Added compose_remove_draft()
8482                 Auto-save drafts according to the prefs
8483         * src/main.c
8484                 Added a crash-indicator file, allowing to check
8485                 for new messages on startup if Sylpheed crashed
8486                 (makes saved drafts "reappear")
8487
8488 2002-09-03 [colin]      0.8.2claws25
8489
8490         * src/textview.[ch]
8491                 Grey the signature
8492
8493 2002-09-03 [paul]       0.8.2claws24
8494
8495         * sync with 0.8.2cvs8
8496                 see ChangeLog 2002-09-02 and 2002-09-03
8497
8498 2002-09-03 [darko]      0.8.2claws23
8499
8500         * src/folderview.c
8501                 use normal style when creating new folder to pick
8502                 proper font size 
8503
8504 2002-09-02 [melvin]     0.8.2claws22
8505
8506         * src/gtkaspell.m4
8507                 removed some obsolete code
8508
8509 2002-09-02 [melvin]     0.8.2claws21
8510
8511         * ac/aspell.m4
8512                 fixed test's equality sign (== to =)
8513
8514 2002-09-02 [alfons]     0.8.2claws20
8515
8516         * src/folder.c
8517         * src/mh.c
8518                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8519                 as folder->destroy virtual as suggested by Hiro
8520                 (the mh.c code seems to have been lost around mh.c.1.21)
8521
8522 2002-09-02 [paul]       0.8.2claws19
8523
8524         * po/pt_BR.po
8525                 updated by Fabio Jr. Beneditto
8526                 
8527         * src/defs.h
8528                 use 'http://claws.sylpheed.org' for homepage link. 
8529                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8530
8531 2002-09-01 [alfons]     0.8.2claws18
8532
8533         * src/mh.c
8534                 plug memleak related to one Martin Kluge found
8535
8536 2002-08-31 [paul]       0.8.2claws17
8537
8538         * sync with 0.8.2cvs6
8539                 see ChangeLog 2002-08-30
8540
8541 2002-08-31 [alfons]     0.8.2claws16
8542
8543         * src/folder.c
8544                 folder_destroy(): remove mailbox from folderlist even if it has
8545                 no destroy virtual
8546
8547 2002-08-31 [alfons]     0.8.2claws15
8548
8549         * src/folder.c
8550                 :%sno/if(/if (/gc
8551                 :%sno/for(/for (/gc
8552                 (being pedantic I know)
8553
8554 2002-08-31 [alfons]     0.8.2claws14
8555
8556         * src/folder.c
8557                 check for NULL pointers returned from folder->fetch_msginfo virtual
8558                 (should solve some reported crashes)
8559
8560 2002-08-30 [alfons]     0.8.2claws13
8561
8562         * acconfig.h
8563         * configure.in
8564         * src/crash.c
8565                 enable crash dialog on compilation time
8566                 (--enable-crash-dialog configure option)
8567
8568 2002-08-30 [alfons]     0.8.2claws12
8569
8570         * AUTHORS
8571                 add Martin Kluge
8572         * src/mh.c
8573                 apply memory leak plug patch by Martin Kluge
8574                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8575                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8576                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8577
8578 2002-08-30 [darko]      0.8.2claws11
8579
8580         * src/folderview.c
8581                 copy Gtk style from normal style to match
8582                 font size for coloured folders
8583
8584 2002-08-29 [alfons]     0.8.2claws10
8585
8586         * sylpheed.desktop
8587                 Type=Internet <- Type=Application
8588                 (reported by Michael Schwendt, see:
8589                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8590                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8591
8592 2002-08-29 [paul]       0.8.2claws9
8593
8594         * sync with 0.8.2cvs5
8595                 see ChangeLog 2002-08-29
8596
8597 2002-08-29 [colin]      0.8.2claws8
8598
8599         * src/summaryview.c
8600                 Added a sanity check in summary_select_thread
8601                 Should fix bug 601605
8602
8603 2002-08-29 [colin]      0.8.2claws7
8604
8605         * src/main.c
8606                 Revert claws6 changes regarding bug #591676
8607
8608 2002-08-28 [colin]      0.8.2claws6
8609         
8610         * src/main.c
8611                 Ignore cache for queue folderitems
8612                 Fix bug #591676
8613
8614 2002-08-28 [melvin]     0.8.2claws5
8615
8616         * README.claws
8617                 Fixed typos.
8618
8619 2002-08-28 [melvin]     0.8.2claws4
8620
8621         * README.claws
8622                 Updated a bit the text concerning the spell checker
8623
8624 2002-08-28 [melvin]     0.8.2claws3
8625
8626         Merged the GNU_aspell_branch:
8627                 Support of new GNU/aspell is now included and the old pspell
8628                 is not supported anymore.
8629                 See README.claws
8630
8631         * README.claws
8632                 Updated spell checker text to reflect the switch to GNU/aspell
8633
8634         * ac/aspell.m4          *** NEW ***
8635         * src/gtkaspell.[ch]    *** NEW *** 
8636         * ac/pspell.m4          *** DELETED *** 
8637         * src/gtkspell.[ch]     *** DELETED ***
8638
8639         * ac/Makefile.am
8640                 Updated for GNU/aspell support
8641
8642         * po/POTFILES.in
8643                 Replaced gtkspell.c by gtkaspell.c
8644
8645         * acconfig.h
8646         * src/Makefile.am
8647         * src/about.c
8648         * src/compose.[ch]
8649         * src/crash.c
8650         * src/main.c
8651         * src/prefs_common.[ch]
8652                 Updated for GNU/aspell support
8653
8654 2002-08-28 [paul]       0.8.2claws2
8655
8656         * sync with 0.8.2cvs4
8657                 see ChangeLog 2002-08-27 and 2002-08-28
8658
8659 2002-08-28 [colin]      0.8.2claws1
8660
8661         * src/summary_search.c
8662                 Added "AND search"
8663
8664 2002-08-28 [jens]       0.8.2claws
8665
8666         *po/de.po
8667                 Updated German translations
8668
8669 2002-08-27 [melvin]     0.8.2claws
8670
8671         * po/fr.po
8672                 Updated French translations
8673
8674 2002-08-27 [paul]       0.8.2claws
8675
8676         * sync with 0.8.2 main release
8677
8678         * po/en_GB.po
8679           po/es.po
8680           po/it.po
8681           po/pl.po
8682           po/pt_BR.po
8683           po/sr.po
8684                 updated message catalogs submitted by
8685                 Ricardo Mones Lastra, Alessandro Maestri,
8686                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8687                 Beneditto and Urke MMI  
8688
8689 2002-08-27 [hoa]        0.8.1claws123
8690
8691         * src/mainwindow.[ch]
8692         * src/summaryview.[ch]
8693                 removed the "filter setting" menu option.
8694                 add a "cancel a news message" menu option.
8695
8696 2002-08-26 [martin]     0.8.1claws122
8697
8698         * ChangeLog.claws
8699                 changed string under 0.8.1claws79 changed by myself
8700                 i'm sorry alfons :(
8701
8702 2002-08-26 [martin]     0.8.1claws121
8703
8704         * src/crash.c
8705                 added kill command to debuggerrc to start crash dialog
8706
8707 2002-08-26 [paul]       0.8.1claws120
8708
8709         * sync with 0.8.1cvs31
8710                 see ChangeLog 2002-08-26
8711
8712 2002-08-25 [alfons]     0.8.1claws119
8713
8714         * src/procmsg.c
8715                 fix bug that didn't send out correct headers to news server
8716                 when sending news article and email from queue (bug reported
8717                 and patch provided by Tim Mann; closes bug 
8718                 "[ 583196 ] 0.7.8claws can't post news")
8719
8720 2002-08-25 [alfons]     0.8.1claws118
8721
8722         * src/selective_download.c
8723                 mark two strings as translatable
8724                 (thanks to Urke MMI for pointing this out)
8725
8726 2002-08-25 [alfons]     0.8.1claws117
8727
8728         * src/summaryview.c
8729                 treat sent boxes as special and allow sorting them by addressee
8730                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8731                 submitted by Steve Lamb)
8732
8733 2002-08-24 [alfons]     0.8.1claws116
8734
8735         * src/matcher.c
8736                 fix memleak reported by Martin Kluge
8737                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8738
8739 2002-08-24 [oliver]     0.8.1claws115
8740
8741         * src/prefs_toolbar.c
8742                 o code cleanup as suggested by Alfons
8743                 o memleak fix
8744
8745 2002-08-24 [alfons]     0.8.1claws114
8746
8747         * src/summaryview.c
8748                 o fix another memory leak reported by Martin Kluge
8749                   (see "[ 599568 ] Small Memory Leak")
8750                 o remove 'from' variable from 'summary_set_header()'; we can
8751                   do with just 'to' 
8752
8753 2002-08-24 [paul]       0.8.1claws113
8754
8755         * sync with 0.8.1cvs30
8756                 see ChangeLog 2002-08-23
8757
8758 2002-08-24 [alfons]     0.8.1claws112
8759
8760         * src/summaryview.c
8761                 remove unnecessary allocations for search bar fixing leaks
8762                 reported by Martin Kluge
8763                 (see "[ 599451 ] Further memory leaks?")
8764
8765 2002-08-24 [alfons]     0.8.1claws111
8766
8767         * src/main.c
8768                 make get_socket_name() public for crash.c
8769         * src/crash.c
8770                 o make report bug button work (goes to claws' 
8771                   bug tracker at sf.net)
8772                 o introduce function for doing important stuff just
8773                   before claws goes down
8774                 o clean up code 
8775
8776 2002-08-24 [alfons]     0.8.1claws110
8777
8778         * src/compose.c
8779                 move cursor to "To" entry when forwarding as attachment
8780                 (reported and solved by Steve Lamb, closes bug report
8781                 "[ 592880 ] Forward as attachment; cursor not in to")
8782
8783 2002-08-24 [colin]      0.8.1claws109
8784
8785         * src/mainwindow.c
8786                 fix quick search visibility after GUI (de)separations.
8787
8788 2002-08-23 [colin]      0.8.1claws108
8789
8790         * src/mainwindow.c
8791                 fix header pane visibility after folderview or
8792                 messageview (de)separation
8793
8794 2002-08-23 [paul]       0.8.1claws107
8795
8796         * src/mainwindow.[ch]
8797           src/toolbar.c
8798                 give full control of display or non-display 
8799                 of the Execute icon to Custom toolbar settings.
8800                 add new sensitivity condition to maninwindow.h: 
8801                 M_DELAY_EXEC
8802
8803         * ChangeLog
8804           ChangeLog.jp
8805           NEWS
8806                 more sync with 0.8.1cvs29
8807
8808 2002-08-23 [melvin]     0.8.1claws106
8809
8810         * src/alertpanel.c
8811                 Readded support for custom widget in alertpanel lost in last
8812                 sync.
8813
8814 2002-08-23 [paul]       0.8.1claws105
8815
8816         * sync with 0.8.1cvs29
8817                 see ChangeLog 2002-08-23
8818
8819 2002-08-23 [colin]      0.8.1claws104
8820
8821         * src/summaryview.c
8822                 Fix folder and search pixmaps exchanging positions
8823                 after theme or toolbar changes. Thank to Oliver for 
8824                 reporting this.
8825
8826 2002-08-23 [colin]      0.8.1claws103
8827
8828         * src/mainwindow.c
8829           src/messageview.[ch]
8830           src/noticeview.[ch]
8831           src/summaryview.c
8832                 Changed messageview_create() and noticeview_create()
8833                 to avoid the last gdk_warning
8834
8835 2002-08-22 [colin]      0.8.1claws102
8836
8837         * src/summaryview.c
8838                 Fix my new `Creating pixmap from xpm' warning
8839
8840 2002-08-22 [colin]      0.8.1claws101
8841
8842         * src/mainwindow.c
8843                 Fix some of the gdk warnings
8844
8845 2002-08-22 [colin]      0.8.1claws100
8846
8847         * src/Makefile.am
8848         * src/stock_pixmap.c
8849         * src/stock_pixmap.h
8850         * src/pixmaps/quicksearch.xpm *ADDED*
8851                 Add the quicksearch pixmap
8852         * src/mainwindow.c
8853         * src/summaryview.c
8854         * src/summaryview.h
8855                 Make quicksearch bar visible/hidden via a button
8856
8857 2002-08-22 [christoph]  0.8.1claws99
8858
8859         * src/folder.c
8860                 fix folder update for newsgroups with message
8861                 numbers below minimum number of articles to fetch
8862                 (closes bug #598445)
8863
8864 2002-08-22 [paul]       0.8.1claws98
8865
8866         * sync with 0.8.1cvs28
8867                 see ChangeLog 2002-08-22
8868
8869 2002-08-21 [alfons]     0.8.1claws97
8870
8871         * src/crash.c
8872                 use bt instead of bt full which seems to work 
8873                 better, and bt full doesn't give a great deal 
8874                 of information anyway
8875
8876 2002-08-21 [colin]      0.8.1claws96
8877
8878         * src/summaryview.c
8879                 fix summaryview_searchtype_changed prototype
8880
8881 2002-08-21 [christoph]  0.8.1claws95
8882
8883         * src/mainwindow.c
8884                 o fix broken menu update for sorting type, we have to
8885                   get this info from the summaryview now
8886                 o removed setting of threaded state in menu callback
8887         * src/summaryview.[ch]
8888                 more summaryview/folderitem seperation for
8889                 threading option
8890         * configure.in
8891                 removed not required --with-compiler-flags option
8892
8893 2002-08-21 [oliver]     0.8.1claws94
8894         
8895         * src/toolbar.h 
8896                 o rename toolbar.xml to toolbar_main.xml
8897                   since toolbar_compose.xml might come up 
8898                   any time soon
8899         * README.claws
8900                 add custom toolbar              
8901
8902 2002-08-21 [darko]      0.8.1claws93
8903
8904         * src/procmsg.c
8905                 don't reset tmp flags for messages copied
8906                 to sent folder
8907
8908 2002-08-21 [colin]      0.8.1claws92
8909         
8910         * src/prefs_filtering.c
8911                 fix renaming rules on folder rename 
8912                 when folder is not a leaf folder
8913
8914 2002-08-21 [paul]       0.8.1claws91
8915
8916         * src/prefs_folder_item.c
8917                 fix alignment of colour selector
8918
8919 2002-08-21 [paul]       0.8.1claws90
8920
8921         * sync with 0.8.1cvs27
8922                 see ChangeLog 2002-08-21
8923
8924 2002-08-21 [paul]       0.8.1claws89
8925
8926         * src/summaryview.c
8927                 fix crash when changing field type in
8928                 Quick search bar
8929
8930 2002-08-21 [colin]      0.8.1claws88
8931
8932         * src/summaryview.c
8933                 Made quick search case-insensitive
8934
8935 2002-08-21 [paul]       0.8.1claws87
8936
8937         * sync with 0.8.1cvs26
8938                 see ChangeLog 2002-08-21
8939
8940 2002-08-20 [christoph]  0.8.1claws86
8941
8942         * src/folderview.c
8943         * src/main.c
8944         * src/summaryview.[ch]
8945                 more summaryview/folderitem seperation for
8946                 sort_key and sort_type
8947         * src/procmsg.c
8948                 added missing return statement
8949
8950 2002-08-20 [colin]      0.8.1claws85
8951
8952         * src/summaryview.[ch]
8953                 Added a quick search box
8954         * src/mainwindow.c
8955         * src/prefs_common.[ch]
8956                 Added a show/hide option for the quick search
8957
8958 2002-08-20 [oliver]     0.8.1claws84
8959         
8960         * src/mainwindow.c
8961                 remove toolbar_create_popups
8962         * src/toolbar.[ch]
8963                 o remove toolbar_create_popups
8964                 o fix toolbar_set_sensitive 
8965                   (Bug reports #596834 and #596832)     
8966         * src/prefs_toolbar.c
8967                 o add "Set default" button
8968                 o align label and text + combo widgets
8969
8970 2002-08-20 [hoa]        0.8.1claws83bis
8971
8972         * src/imap.c
8973                 fixed a bug in imap_fetch_msginfo() in case there is no
8974                 current folder.
8975
8976 2002-08-20 [darko]      0.8.1claws83
8977
8978         * src/folderview.c
8979                 copy the color style of folder view so it
8980                 works with GTK themes
8981
8982 2002-08-20 [darko]      0.8.1claws82
8983
8984         * src/folder.h
8985         * src/folderview.c
8986         * src/prefs_folder_item.[hc]
8987                 don't use UI stuff in folder.h
8988
8989 2002-08-20 [darko]      0.8.1claws81
8990
8991         * src/folder.h
8992         * src/prefs_folder_item.h
8993         * src/folderview.c
8994         * src/prefs_folder_item.c
8995                 ability to set folder color in folderview
8996
8997 2002-08-19 [alfons]     0.8.1claws80
8998
8999         * src/summaryview.c
9000                 fix one of the earlier memleaks reported by Martin Kluge
9001
9002 2002-08-19 [alfons]     0.8.1claws79
9003
9004         * src/mainwindow.c
9005                 hide notice view when selecting seperate folder
9006                 view (reported by Urke MMI)
9007
9008 2002-08-19 [christoph]  0.8.1claws78
9009
9010         * src/folderview.c
9011         * src/prefs_folder_item.h
9012         * src/summaryview.[ch]
9013                 o add summary_set_prefs_from_folderitem to set
9014                   summaryview prefs (first step to remove all
9015                   references to the folderitem in summaryview)
9016                 o moved compiled regex stuff from folderitem prefs
9017                   to summaryview code
9018
9019 2002-08-19 [paul]       0.8.1claws77
9020
9021         * src/compose.c
9022                 add check for '.' to QUOTE_IF_REQUIRED
9023
9024 2002-08-19 [paul]       0.8.1claws76
9025
9026         * src/inc.c
9027                 sync with 0.8.1cvs25 (plug memory leak)
9028
9029         * src/prefs_toolbar.c
9030                 re-order prefs_toolbar_cancel()
9031
9032 2002-08-18 [alfons]     0.8.1claws75
9033
9034         * src/inc.c
9035         * src/matcher.c
9036                 plug other memleaks reported by Martin Kluge
9037
9038 2002-08-18 [paul]       0.8.1claws74
9039
9040         * po/pt_BR.po
9041                 updated by Fabio Jr. Beneditto
9042
9043 2002-08-18 [paul]       0.8.1claws73
9044
9045         * src/toolbar.[ch]
9046                 fix bug where tooltips were displayed untranslated              
9047
9048         * src/prefs_toolbar.c
9049                 fix bug where clicking 'Cancel' creates an icon & text
9050                 toolbar regardless of prefs
9051         
9052
9053 2002-08-17 [oliver]     0.8.1claws72
9054
9055         * src/prefs_toolbar.c
9056                 update toolbar on CANCEL
9057                 bug reported by Martin Kluge
9058         * src/toolbar.c
9059                 toolbar_destroy memleak fixed           
9060
9061 2002-08-17 [alfons]     0.8.1claws71
9062
9063         * src/toolbar.c
9064                 plug another memleak reported by Martin Kluge
9065
9066 2002-08-16 [alfons]     0.8.1claws70
9067
9068         * src/crash.c
9069                 use execvp() correctly (suggested by wwp; thanks!)
9070
9071 2002-08-16 [alfons]     0.8.1claws69
9072
9073         * src/gtksctree.c
9074                 plug memory leak reported by Kim Schultz & Martin Kluge
9075
9076 2002-08-16 [paul]       0.8.1claws68
9077
9078         * po/es.po
9079                 updated by Ricardo Mones Lastra
9080
9081 2002-08-16 [paul]       0.8.1claws67
9082
9083         * src/toolbar.h
9084                 fix bug where 'Compose News' icon showed wrong
9085                 tooltip
9086
9087 2002-08-16 [paul]       0.8.1claws66
9088
9089         * sync with 0.8.1cvs24
9090                 see ChangeLog 2002-08-16
9091
9092         * po/it.po
9093                 updated by Alessandro Maestri
9094
9095 2002-08-15 [paul]       0.8.1claws65
9096
9097         * po/sr.po
9098                 updated by Urke MMI
9099
9100 2002-08-15 [paul]       0.8.1claws64
9101
9102         * src/*.c
9103                 don't translate debug info
9104
9105         * src/matcher.[ch]
9106                 add copyright info
9107
9108 2002-08-15 [paul]       0.8.1claws63
9109
9110         * src/prefs_toolbar.c
9111                 fix bug where clicking 'OK' creates an icon & text
9112                 toolbar regardless of prefs
9113
9114 2002-08-14 [alfons]     0.8.1claws62
9115
9116         * src/main.c
9117                 add global var that has the full argv[0]
9118         * src/crash.c
9119                 o execvp the correct sylpheed by using argv0
9120                   and setting the correct work dir
9121                 o other tweaks  
9122
9123 2002-08-14 [oliver]     0.8.1claws61
9124         
9125         * enable/disable Toolbar Action Buttons 
9126         * code cleanups
9127         * src/mainwindow.c
9128         * src/toolbar.[ch]      
9129         * src/prefs_toolbar.c   
9130
9131 2002-08-14 [melvin]     0.8.1claws60
9132
9133         * po/fr.po
9134                 Updated French translations
9135
9136 2002-08-14 [melvin]     0.8.1claws59
9137
9138         * src/crash.c
9139                 Made bug report not translatable
9140         * src/exporthtml.c
9141                 Fixed exporthtml_build_filespec() return value
9142         * src/foldersel.c
9143                 Fixed incorrect include file
9144         * src/gtkspell.c
9145         * src/prefs_actions.c
9146         * src/prefs_toolbar.c
9147                 Made debug info not translatable
9148         * src/mutt.c
9149         * src/quote_fmt.c
9150                 Added missing includes
9151         * src/prefs_common.c
9152                 Fixed typo
9153
9154 2002-08-14 [paul]       0.8.1claws58
9155
9156         * faq/es/sylpheed-faq.html
9157           faq/es/sylpheed-faq-[1-3].html
9158           faq/es/sylpheed-faq-4.html     **NEW FILE **
9159                 update Spanish FAQ
9160
9161 2002-08-13 [christoph]  0.8.1claws57
9162
9163         * src/procmsg.c
9164                 ignore thread fix that did not mark all
9165                 child nodes of a ignored thread as
9166                 ignored. Does not work perfectly yet,
9167                 but it is better now
9168
9169 2002-08-13 [alfons]     0.8.1claws56
9170
9171         * src/crash.c
9172                 o implement 'save crash log'
9173                 o some tweaks
9174
9175 2002-08-13 [melvin]     0.8.1claws55
9176
9177         * src/main.c
9178                 removed unrequired "execinfo.h" header
9179
9180 2002-08-12 [paul]       0.8.1claws54
9181
9182         * faq/en/sylpheed-faq.html
9183           faq/en/sylpheed-faq-[1-3].html
9184           faq/en/sylpheed-faq-4.html     **NEW FILE **
9185                 update English FAQ
9186
9187 2002-08-12 [alfons]     0.8.1claws53
9188
9189         * po/POTFILES.in
9190                 add crash.c to translatables
9191         * src/crash.c
9192                 bring in Leandro's crash dialog
9193
9194 2002-08-11 [alfons]     0.8.1claws52
9195
9196         * src/crash.c
9197                 clean up some warnings
9198
9199 2002-08-11 [alfons]     0.8.1claws51
9200
9201         * acconfig.h
9202         * configure.in
9203         * src/crash.[ch]        ** NEW FILES **
9204         * src/main.c            
9205                 initial gdb crash handler
9206
9207 2002-08-11 [paul]       0.8.1claws50
9208
9209         * src/prefs_toolbar.c
9210                 replace Up/Down arrow pixmaps with text to be
9211                 consistent across icon themes
9212
9213 2002-08-11 [paul]       0.8.1claws49
9214
9215         * src/prefs_common.c
9216           src/prefs_toolbar.c
9217                 rename 'Pixmap' -> 'Icon'
9218
9219         * src/toolbar.[ch]
9220                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9221
9222 2002-08-10 [paul]       0.8.1claws48
9223
9224         * src/prefs_toolbar.c
9225                 re-work the UI
9226
9227 2002-08-10 [paul]       0.8.1claws47
9228
9229         * src/main.c
9230                 don't write Processing progress to status bar
9231                 patch submitted by Alexander Evseev
9232
9233         * src/prefs_toolbar.c
9234                 re-position and resize window
9235                 make window assume correct size on first call
9236
9237 2002-08-10 [paul]       0.8.1claws46
9238
9239         * src/mainwindow.c
9240           src/prefs_toolbar.c
9241           src/toolbar.c
9242           src/toolbar.h
9243                 obey coding style
9244                 follow UI text conventions
9245
9246 2002-08-10 [alfons]     0.8.1claws45
9247
9248         * src/toolbar.c
9249                 correct pixmap for delete action
9250
9251 2002-08-10 [paul]       0.8.1claws44
9252
9253         * po/pt_BR.po
9254                 updated by Fabio Jr. Beneditto
9255
9256 2002-08-10 [paul]       0.8.1claws43
9257
9258         * po/POTFILES.in
9259                 add custom toolbar files
9260
9261 2002-08-10 [paul]       0.8.1claws42
9262
9263         * sync with 0.8.1cvs22
9264                 see ChangeLog 2002-08-09
9265
9266 2002-08-09 [paul]       0.8.1claws41
9267
9268         * tools/Makefile.am
9269           tools/README
9270           tools/outlook2sylpheed.pl     ** NEW FILE **
9271                 add script to convert exported Outlook
9272                 contacts list to a Sylpheed addressbook.
9273                 Submitted by Ricardo Mones Lastra.
9274
9275 2002-08-09 [paul]       0.8.1claws40
9276
9277         * AUTHORS
9278           configure.in
9279           po/sr.po      ** NEW FILE **
9280                 add Serbian message catalog. Submitted by
9281                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9282
9283 2002-08-09 [paul]       0.8.1claws39
9284
9285         * sync with 0.8.1cvs21
9286                 see ChangeLog 2002-08-08
9287
9288 2002-08-08 [oliver]     0.8.1claws38
9289
9290         * src/mainwindow.c
9291                 move Custom Toolbar to Configuration menu
9292
9293 2002-08-08 [oliver]     0.8.1claws37
9294
9295         * src/prefs_toolbar.c
9296                 fix substitute pixmap bug
9297
9298 2002-08-08 [paul]       0.8.1claws36
9299
9300         * sync with 0.8.1cvs19
9301                 see ChangeLog 2002-08-08
9302
9303 2002-08-07 [christoph]  0.8.1claws35
9304
9305         * src/utils.c
9306                 fixed a memory leak in new canonicalize_file_replace
9307
9308 2002-08-07 [christoph]  0.8.1claws34
9309
9310         * src/utils.[ch]
9311                 o canonicalize_file_replace should create the temporary
9312                   file in the same directory as the original file.
9313                 o added get_tmpfile_in_dir that creates a temorary file
9314                   in a specified directory.
9315
9316 2002-08-07 [melvin]     0.8.1claws33
9317
9318         * src/toolbar.c
9319                 fixed bug where 'Article' button acted as 'Email' button.
9320
9321 2002-08-07 [paul]       0.8.1claws32
9322
9323         * sync with 0.8.1.cvs17
9324                 see ChangeLog 2002-08-07
9325
9326 2002-08-07 [colin]      0.8.1claws31
9327         
9328         * src/news.c
9329                 fix mass-cancel problem
9330
9331 2002-08-07 [thorsten]   0.8.1claws30
9332
9333         * src/prefs_toolbar.c
9334                 fix: crash on replace or add new button
9335         * src/toolbar.c
9336                 fix: close xmlfile after reading
9337         * src/utils.c
9338                 fix: unlink() file before rename()
9339
9340 2002-08-06 [paul]       0.8.1claws29
9341
9342         * sync with 0.8.cvs15
9343                 see ChangeLog 2002-08-06
9344
9345 2002-08-06 [oliver]     0.8.1claws28
9346
9347         * src/toolbar.c
9348         * src/prefs_toolbar.c
9349                 fixed empty toolbar issue
9350
9351 2002-08-06 [oliver]     0.8.1claws27
9352
9353         * Custom Toolbar Final 
9354         * src/folderview.c
9355         * src/inc.c
9356         * src/summaryview.c
9357                 o toolbar stuff now lives in src/toolbar.[ch]
9358                 o main_window_toolbar_* functions are renamed to
9359                   toolbar_* reflecting their new source file
9360         * src/mainwindow.[ch]
9361                 o remove toolbar stuff  
9362
9363 2002-08-06 [oliver]     0.8.1claws26
9364         
9365         * src/Makefile.am
9366         * src/prefs_toolbar.[ch]        **New File**
9367         * src/toolbar.[ch]              **New File**
9368                 o prefs_toolbar.[ch] custom toolbar frontend
9369                 o toolbar.[ch]       backend 
9370
9371 2002-08-06 [oliver]     0.8.1claws25
9372
9373         * src/prefs_actions.[ch]
9374                 o new exported function actions_execute
9375
9376 2002-08-06 [paul]       0.8.1claws24
9377
9378         * sync with 0.8.1cvs4
9379                 see ChangeLog 2002-08-06
9380
9381 2002-08-06 [paul]       0.8.1claws23
9382
9383         * sync with 0.8.1cvs13
9384                 see ChangeLog 2002-08-06
9385
9386 2002-08-06 [paul]       0.8.1claws22
9387
9388         * sync with 0.8.1cvs12
9389                 see ChangeLog 2002-08-05 and 2002-08-06
9390
9391 2002-08-06 [match]      0.8.1claws21
9392
9393         * src/addrclip.c
9394                 improvements to cut/copy/paste address
9395
9396 2002-08-05 [match]      0.8.1claws20
9397
9398         * src/addritem.[ch]
9399         * src/addrcache.c
9400         * src/addrbook.c
9401         * src/editaddress.c
9402         * src/addressbook.c
9403                 fixes to improve cut/copy/paste
9404
9405 2002-08-06 [melvin]     0.8.1claws19
9406
9407         * src/account.[ch]
9408                 account_find_all_from_address(): new function that returns the
9409                 list of all accounts that are matched in an address.
9410         * src/alertpanel.[ch]
9411                 alertpanel() now accepts a custom widget
9412                 alertpanel_with_widget(): new function that pops up a panel with
9413                 a custom widget in it 
9414         * src/gtkutils.[ch]
9415                 gtkut_account_menu_new(): new function that allows the selection
9416                 of an account from a list of accounts.
9417         * src/messageview.c
9418                 Extended Return Receipt notification to select the correct 
9419                 account and to make a security test on the Delivery-Notification
9420                 address which should be the same as the Return-Path.
9421
9422 2002-08-06 [thorsten]   0.8.1claws18
9423
9424         * src/mimeview.c
9425                 attach_all: save unnamed as "noname.%d",
9426                 dont free static dirname
9427
9428 2002-08-05 [alfons]     0.8.1claws17
9429
9430         * configure.in
9431                 detect XIM by trying to link rather than compile a XIM program
9432
9433 2002-08-05 [oliver]     0.8.1claws16
9434                 
9435         * src/stock_pixmap.[ch]
9436                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9437                 o new func to retrieve pixmaps
9438
9439 2002-08-05 [paul]       0.8.1claws15
9440
9441         * sync with 0.8.1cvs10
9442                 see ChangeLog 2002-08-05
9443
9444 2002-08-04 [alfons]     0.8.1claws14
9445
9446         * src/textview.c
9447                 see if this plugs memleak
9448
9449 2002-08-04 [melvin]     0.8.1claws13
9450
9451         * src/gtkspell.c
9452                 fixed bug that could crash Sylpheed when highlighting
9453                 all misspelled words.
9454
9455 2002-08-03 [melvin]     0.8.1claws12
9456
9457         * src/prefs_actions.c
9458                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9459         * src/messageview.c
9460                 fixed bug where the Return Receipt was sent to
9461                 Delivery-Notification-To address even if it was not present
9462
9463 2002-08-02 [alfons]     0.8.1claws11
9464
9465         * src/prefs_actions.c
9466                 o more check for NULLs
9467                 o put create_io_dialog() in right conditional block
9468
9469 2002-08-02 [paul]       0.8.1claws10
9470
9471         * po/es.po
9472                 updated by Ricardo Mones Lastra
9473
9474 2002-08-01 [christoph]  0.8.1claws9
9475
9476         * src/folder.c
9477                 don't free the cache of the opened
9478                 folder in the summaryview
9479         * src/summaryview.c
9480                 don't unset flags, if it is not required
9481
9482 2002-08-01 [paul]       0.8.1claws8
9483
9484         * sync with 0.8.1cvs8
9485                 see ChangeLog entry 2002-08-01
9486
9487 2002-08-01 [paul]       0.8.1claws7
9488
9489         * sync with 0.8.1cvs7
9490                 see ChangeLog 2002-07-31 and 2002-08-01
9491
9492 2002-07-31 [christoph]  0.8.1claws6
9493
9494         * src/mainwindow.c
9495                 forgot to update menu sensitivity
9496                 function for new menu entry
9497
9498 2002-07-31 [alfons]     0.8.1claws5
9499
9500         * src/main.c
9501                 check folder item and its path for NULL on
9502                 initial processing
9503
9504 2002-07-31 [christoph]  0.8.1claws4
9505
9506         * src/folder.c
9507                 check if folder_item_get_msginfo in
9508                 folder_item_remove_msg returned NULL
9509         * src/imap.c
9510                 better clear the uid cache in the
9511                 uid validity check function and delete
9512                 cached messages
9513
9514 2002-07-31 [paul]       0.8.1claws3
9515
9516         * man/sylpheed.1
9517                 add the '--attach' option and a few other
9518                 minor changes
9519
9520 2002-07-31 [paul]       0.8.1claws2
9521
9522         * sync with 0.8.1cvs5
9523                 see ChangeLog 2002-07-31
9524
9525 2002-07-31 [christoph]  0.8.1claws1
9526
9527         * src/folderview.[ch]
9528         * src/mainwindow.c
9529                 replace "Rescan all folders..." with
9530                 "Check all folders for new messages..."
9531
9532 2002-07-30 [paul]       0.8.1claws
9533
9534         * version 0.8.1claws released
9535
9536 2002-07-30 [paul]       0.8.0claws29
9537
9538         * tools/OOo2sylpheed.pl ** NEW FILE **
9539           tools/README
9540                 add script to enable sending documents as
9541                 attachments from OpenOffice.org
9542
9543 2002-07-30 [melvin]     0.8.0claws28
9544
9545         * src/prefs_actions.c
9546                 Made the actions' input/output dialog display
9547                 without delay.
9548
9549 2002-07-30 [christoph]  0.8.0claws27
9550
9551         * src/procmsg.c
9552                 check if folder_item_get_msginfo in
9553                 procmsg_save_to_outbox returned NULL
9554
9555 2002-07-30 [paul]       0.8.0claws26
9556
9557         * sync with 0.8.1cvs4
9558                 see ChangeLog 2002-07-29
9559
9560 2002-07-29 [thorsten]   0.8.0claws25
9561
9562         * README.claws
9563                 added selective download, delete on server
9564
9565 2002-07-29 [paul]       0.8.0claws24
9566
9567         * sync with 0.8.1cvs3
9568                 see ChangeLog 2002-07-29
9569
9570 2002-07-27 [christoph]  0.8.0claws23
9571
9572         * src/folder.c
9573                 add extra check if fetching the msginfo
9574                 returned NULL
9575
9576 2002-07-27 [paul]       0.8.0claws22
9577
9578         * sync with 0.8.1cvs2
9579                 see ChangeLog 2002-07-26
9580
9581 2002-07-27 [christoph]  0.8.0claws21
9582
9583         * src/imap.c
9584                 add another check if a valid msginfo
9585                 was returned
9586
9587 2002-07-26 [hoa]        0.8.0claws20
9588
9589         * src/folder.c
9590                 Fixed a condition in folder_item_destroy()
9591
9592         * src/imap.c
9593                 Fixed an error in IMAP protocol
9594
9595 2002-07-26 [alfons]     0.8.0claws19
9596
9597         * src/folder.c
9598                 ofcourse compare with identifier, not the path
9599
9600 2002-07-26 [alfons]     0.8.0claws18
9601
9602         * src/folder.c
9603                 use folder item identifier for saving / restoring
9604                 preferences because folder->path might not be unique
9605
9606 2002-07-26 [melvin]     0.8.0claws17
9607
9608         * src/logwindow.c
9609                 Fixed a crash introduced in 0.8.0claws5 when log is 
9610                 cut under 80 characters.
9611
9612 2002-07-26 [paul]       0.8.0claws16
9613
9614         * sync with 0.8.1cvs1
9615                 see ChangeLog 2002-07-26
9616
9617 2002-07-26 [christoph]  0.8.0claws15
9618
9619         * src/imap.[ch]
9620                 imap folder now remembers the last selected
9621                 folder and imap_fetch_msginfo skips selecting
9622                 the folder if it is already selected
9623
9624 2002-07-26 [christoph]  0.8.0claws14
9625
9626         * src/folder.c
9627         * src/folderview.c
9628         * src/imap.c
9629                 fix imap folder rescanning
9630
9631 2002-07-25 [christoph]  0.8.0claws13
9632
9633         * src/filter.c
9634         * src/folder.[ch]
9635         * src/folderview.c
9636         * src/imap.[ch]
9637         * src/mainwindow.c
9638         * src/mbox_folder.c
9639         * src/mh.c
9640         * src/news.c
9641                 implement imap uid cache and uid validity check
9642
9643 2002-07-25 [alfons]     0.8.0claws12
9644
9645         * src/summaryview.c
9646                 fix a brown paper bag bug, and also add some more
9647                 checks
9648
9649 2002-07-25 [christoph]  0.8.0claws11
9650
9651         * src/folder.c
9652                 don't mix copy, fetch_msginfo and remove
9653                 operations in folder item copy and move
9654                 operations
9655
9656 2002-07-25 [christoph]  0.8.0claws10
9657
9658         * src/folderview.c
9659         * src/mainwindow.c
9660         * src/prefs_folder_item.c
9661         * src/summaryview.[ch]
9662                 remove no longer required parameter update_cache from
9663                 summary_show
9664
9665 2002-07-25 [paul]       0.8.0claws9
9666
9667         * sync with 0.8.1
9668         
9669         * AUTHORS
9670                 a few corrections
9671
9672 2002-07-24 [alfons]     0.8.0claws8
9673
9674         * src/summaryview.c
9675                 sort correctly when using simplified subject line
9676                 (closes feature request "[ 585141 ] applying regexp to subject 
9677                 before sort" submitted by Alexandra Walford)
9678
9679 2002-07-24 [paul]       0.8.0claws7
9680
9681         * sync with 0.8.0cvs3
9682                 see ChangeLog 2002-07-24
9683
9684 2002-07-23 [christoph]  0.8.0claws6
9685
9686         * src/folder.c
9687         * src/folder.h
9688         * src/summaryview.c
9689         * src/summaryview.h
9690         * src/main.c
9691                 o separate processing and summaryview
9692                 o removed summary_write_cache from summaryview
9693                 o removed summaryview->killed_messages, because we don't have
9694                   to keep a list of killed messages anymore. New cache will
9695                   keep the hidden messages in cache anyway
9696         * src/folderview.c
9697         * src/inc.c
9698         * src/selective_download.c
9699                 o removed unnecessary summary_write_cache calls
9700         * src/procmsg.c
9701                 o don't set ignore thread flag in procmsg_get_thread_tree
9702                   if it is already set
9703         * src/mainwindow.c
9704         * src/statusbar.h
9705                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9706                   they are used in different files
9707
9708 2002-07-23 [melvin]     0.8.0claws5
9709
9710         * src/addressbook.c
9711         * src/addrgather.c
9712         * src/editaddress.c
9713         * src/editgroup.c
9714         * src/editldap_basedn.c
9715         * src/importldif.c
9716         * src/prefs_common.c
9717                 Fixed few memory leak (gtk_editable_get_chars returns
9718                 an allocated string)
9719         * src/logwindow.c
9720                 Fixed few memory leak (gtk_editable_get_chars returns
9721                 an allocated string) and modified a little the log cutting
9722                 loop.
9723         * src/compose.c
9724                 Replaced a call to an obsolete function gtk_entry_get_text()
9725                 by gtk_editable_get_chars()
9726         * src/send.c
9727                 Removed a debug printf
9728
9729 2002-07-23 [christoph]  0.8.0claws4
9730
9731         * src/filesel.c
9732                 fix another g_dirname memory leak
9733
9734 2002-07-23 [christoph]  0.8.0claws3
9735
9736         * src/mh.c
9737                 fixed a memory leak in mh_fetch_msginfo
9738                 fixed crash when message header could not be
9739                 parsed
9740
9741 2002-07-23 [paul]       0.8.0claws2
9742
9743         * sync with 0.8.0cvs2
9744                 see ChangeLog 2002-07-23
9745
9746 2002-07-23 [paul]       0.8.0claws1
9747
9748         * sync with 0.8.0cvs1
9749                 see ChangeLog 2002-07-23
9750
9751 2002-07-23 [paul]       0.8.0claws
9752
9753         * release of 0.8.0claws
9754
9755 2002-07-23 [paul]       0.7.8claws99
9756
9757         * po/ru.po
9758                 new Russian translation, submitted by
9759                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9760
9761 2002-07-22 [jens]       0.7.8claws98
9762
9763         * po/de.po
9764                 Updated German translations.
9765
9766 2002-07-22 [paul]       0.7.8claws97
9767
9768         * po/es.po
9769           po/it.po
9770           po/nl.po
9771           po/pt_BR.po
9772                 updated translations by Ricardo Mones Lastra,
9773                 Alessandro Maestri, Wilbert Berendsen and 
9774                 Fabio Jr. Beneditto respectively
9775
9776 2002-07-22 [christoph]  0.7.8claws96
9777
9778         * src/mimeview.c
9779                 fix memory leak caused by wrong g_dirname usage
9780
9781 2002-07-22 [christoph]  0.7.8claws95
9782
9783         * src/summaryview.c
9784                 update new and unread message counts for summaryview
9785                 summaryview does not get it from the folder anymore
9786                 and has to update the values itself
9787
9788 2002-07-22 [melvin]     0.7.8claws94
9789
9790         * po/fr.po
9791                 Updated French translations.
9792
9793 2002-07-22 [christoph]  0.7.8claws93
9794
9795         * src/matcher.c
9796                 set prop->preg pointer to NULL or following check
9797                 will not fail and regexec will be called with
9798                 invalid pointer
9799
9800 2002-07-21 [alfons]     0.7.8claws92
9801         
9802         * src/prefs_common.[ch]
9803                 remove option "Send return receipt on request"
9804
9805 2002-07-21 [thorsten]   0.7.8claws91
9806
9807         * src/mimeview.c
9808                 fixed memleaks, coding style as pointed out by alfons
9809
9810 2002-07-21 [alfons]     0.7.8claws90
9811
9812         * src/messageview.c
9813         * src/noticeview.[ch]
9814                 o fix bug notice view being displayed when going to empty folder 
9815                   (noticed by Christoph)
9816                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9817                   (noticed by Thorsten)
9818
9819 2002-07-21 [thorsten]   0.7.8claws89
9820
9821         * src/mimeview.c
9822                 Included save_all patch from Xaview FACQ
9823                 added support for pathnames
9824
9825 2002-07-21 [alfons]     0.7.8claws88
9826
9827         * po/POTFILES.in
9828         * src/Makefile.am
9829         * src/mainwindow.c
9830         * src/messageview.[ch]
9831         * src/noticeview.c      ** NEW FILE **
9832         * src/noticeview.h      ** NEW FILE **
9833                 make return receipts work again
9834                 (UI idea by Leandro Pereira)
9835
9836 2002-07-21 [paul]       0.7.8claws87
9837
9838         * src/summaryview.c
9839                 fix sensitivity of 'Select thread'
9840
9841 2002-07-21 [paul]       0.7.8claws86
9842
9843         * src/prefs_common.c
9844                 add browser command line for Galeon
9845
9846 2002-07-21 [paul]       0.7.8claws85
9847
9848         * Makefile.am
9849                 fix 'EXTRA_DIST': remove README.README, add TODO
9850                 and TODO.claws
9851
9852 2002-07-21 [alfons]     0.7.8claws84
9853
9854         * src/gtkstext.c
9855                 make enter clear selection
9856                 (closes "[ 579888 ] Editor selection/entry error"
9857                 reported by Steve Lamb)
9858
9859 2002-07-21 [alfons]     0.7.8claws83
9860         
9861         * src/summaryview.c
9862                 sort message list when selecting unthread messages
9863                 (closes "[ 501593 ] switching threaded view doesn't sort"
9864                 reported by Simon Schubert)
9865
9866 2002-07-20 [alfons]     0.7.8claws82
9867         
9868         * src/matcher.c
9869                 const-correctness
9870
9871 2002-07-20 [thorsten]   0.7.8claws81
9872
9873         * src/matcher.c
9874                 Fixed expansion of empty fields in matchactions
9875
9876 2002-07-19 [melvin]     0.7.8claws80
9877
9878         * src/gtkspell.c
9879                 Removed a duplicate menu entry (fast mode) introduced during
9880                 the new cache merge
9881                 Added a menu separator between 'Use alternate' and 'Fast mode'
9882
9883 2002-07-19 [paul]       0.7.8claws79
9884
9885         * tools/Makefile.am
9886           tools/README
9887                 correct typos
9888
9889 2002-07-19 [thorsten]   0.7.8claws78
9890
9891         * tools/calypso_convert.pl      ** NEW FILE **
9892           tools/README
9893           tools/Makefile.am
9894                 script to import mbox files exported
9895                 by calypso
9896                 o generates folder structure
9897                 o includes attachments
9898
9899 2002-07-19 [melvin]     0.7.8claws77
9900
9901         * src/selective_download.[ch]
9902                 Fixed bug where closing the dialog with the window manager's
9903                 close button will not unlock the summary
9904                 Corrected some function declarations that missed a return value
9905                 Made the source code comply better with coding style.
9906         * src/prefs_common.c
9907                 Added new browser command line for Mozilla.
9908
9909 2002-07-18 [paul]       0.7.8claws76
9910
9911         * src/mainwindow.c
9912           src/selective_download.[ch]
9913                 reflect theme changes, fix Gdk Warning when creating 
9914                 pixmap from NULL window, and minor clean up.
9915                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9916
9917         * po/en_GB.po
9918                 updated
9919
9920 2002-07-17 [paul]       0.7.8claws75
9921
9922         * INSTALL[.jp]
9923                 sync with 0.8.0
9924         
9925         * po/en_GB.po
9926                 updated
9927
9928 2002-07-16 [paul]       0.7.8claws74
9929
9930         * tools/filter_conv.pl
9931           tools/README
9932                 replace conversion script with reimplemented version, 
9933                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9934
9935 2002-07-16 [colin]      0.7.8claws73
9936
9937         * src/summaryview.c
9938                 remove forgotten debug messages - sorry ;-)
9939
9940 2002-07-16 [colin]      0.7.8claws72
9941
9942         * src/mimeview.c
9943           src/summaryview.c
9944           src/textview.c
9945           src/textview.h
9946                 add the ability to select part of a text mime-part 
9947                 to reply.
9948
9949 2002-07-15 [christoph]  0.7.8claws71
9950
9951         * src/folder.c
9952                 fix folder message count for folders without
9953                 msg_is_changed (includes news folders)
9954
9955 2002-07-15 [martin]     0.7.8claws70
9956
9957         * src/summaryview.c
9958                 option "display recipient on 'From'..." now works
9959                 without the need of enabling the option
9960                 "display  sender  using  address  book".
9961
9962 2002-07-15 [christoph]  0.7.8claws69
9963
9964         * src/summaryview.c
9965                 removed setting folder status from summaryview.
9966                 folder.c should update all message counts correctly.
9967
9968 2002-07-15 [paul]       0.7.8claws68
9969
9970         * po/pt_BR.po
9971                 updated by Fabio Junior Beneditto
9972
9973 2002-07-15 [darko]      0.7.8claws67
9974
9975         * src/mh.c
9976                 Fixed target folder colorization, don't decrease op
9977                 number twice
9978
9979 2002-07-14 [paul]       0.7.8claws66
9980
9981         * sync with main 0.8.0
9982                 see ChangeLog 2002-07-14
9983
9984 2002-07-13 [melvin]     0.7.8claws65
9985         
9986         * src/addrbook.c
9987         * src/addressbook.c
9988         * src/addrindex.c
9989                 Replaced sprintf by g_snprintf to prevent possible buffer
9990                 overflow.
9991         * src/news.c
9992                 Corrected a log message output format.
9993                 Added a missing "done" debug output.
9994         * src/compose.c
9995                 Added keyboard accelerator for Priority menu items
9996                 Added missing \n in debug output
9997         * src/logwindow.c
9998         * src/gtkspell.c
9999         * src/rfc2015.c
10000                 Added missing \n in debug output
10001
10002 2002-07-13 [paul]       0.7.8claws64
10003
10004         * man/sylpheed.1
10005                 change Sergey's email address to the sf address
10006
10007         * src/textview.c
10008                 increase show_url_timeout (more useful for long
10009                 urls)
10010
10011 2002-07-12 [sergey]     0.7.8claws63
10012
10013         * src/rfc2015.c
10014                 applied (with some modifications) patch to set the
10015                 micalg parameter for signatures
10016                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10017
10018 2002-07-12 [sergey]     0.7.8claws62
10019
10020         * man/Makefile.am
10021         * configure.in
10022                 fixed man page installation
10023
10024 2002-07-12 [paul]       0.7.8claws61
10025
10026         * sync with 0.7.8cvs26
10027                 see ChangeLog 2002-07-11 and 2002-07-12
10028
10029 2002-07-11 [christoph]  0.7.8claws60
10030
10031         * src/compose.c
10032         * src/procmsg.c
10033                 first use the message number to find the message
10034                 to mark with a reply flag but check the
10035                 message-id if we got the correct message, if not
10036                 try to find it by message-id.
10037                 use new string seperator that is not allowed
10038                 in message-ids.
10039
10040 2002-07-11 [paul]       0.7.8claws59
10041
10042         * sync with 0.7.8cvs23
10043                 see ChangeLog 2002-07-10
10044
10045 2002-07-10 [christoph]  0.7.8claws58
10046
10047         * src/folder.[ch]
10048         * src/msgcache.[ch]
10049                 Added message-id table to the cache in memory
10050                 and functions to msgcache.c and folder.c to
10051                 fetch MsgInfos by message id
10052         * src/compose.c
10053         * src/procmsg.c
10054                 store folder and message-id of message replying
10055                 to in queue header and set reply flag after sending
10056                 (Closes bug #469498)
10057
10058 2002-07-10 [paul]       0.7.8claws57
10059
10060         * AUTHORS
10061           man/sylpheed.1.gz
10062                 add Martin to the list of authors
10063
10064 2002-07-09 [martin]     0.7.8claws56
10065         * src/gtksctree.c
10066                 Added gtk_ctree_last_visible(), tree_update_level(),
10067                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10068                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10069                 from gtk+ to gtksctree.c for the new sorting code
10070                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10071                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10072         * src/gtksctree.h
10073                 Added declaration for gtk_sctree_sort_recursive() and
10074                 gtk_sctree_sort_node
10075         * src/addressbook.c
10076         * src/foldersel.c
10077         * src/folderview.c
10078         * src/summaryview.c
10079                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10080                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10081
10082 2002-07-08 [paul]       0.7.8claws55
10083
10084         * more sync with 0.7.8cvs21
10085                 see ChangeLog 2002-07-08
10086
10087 2002-07-08 [paul]       0.7.8claws54
10088
10089         * sync with 0.7.8cvs21
10090                 see ChangeLog 2002-07-08
10091
10092 2002-07-07 [alfons]     0.7.8claws53
10093
10094         * src/Makefile.am
10095         * src/stock_pixmap.[ch]
10096         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10097         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10098         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10099                 add new pixmaps for upcoming notice pane
10100
10101 2002-07-06 [melvin]     0.7.8claws52
10102
10103         * src/gtkspell.[ch]
10104                 Made them a bit closer to Sylpheed's coding style.
10105                 Removed old code.
10106                 Removed possible memory leaks when some errors occurs.
10107
10108 2002-07-06 [melvin]     0.7.8claws51
10109
10110         * po/Makefile.in.in
10111                 Removed --no-location in xgettext command line to help
10112                 translators that use Emacs' po-mode
10113         * src/quote_fmt.c
10114                 Removed unnecessary comments that messed up sylpheed.pot
10115
10116 2002-07-06 [paul]       0.7.8claws50
10117
10118         * sync with 0.7.8cvs19
10119                 see ChangeLog 2002-07-05
10120
10121 2002-07-06 [christoph]  0.7.8claws49
10122
10123         * src/folder.c
10124         * src/mainwindow.c
10125                 fix folder_item_remove_all_msg and folderview
10126                 status for trash folders after emptying trash
10127
10128 2002-07-05 [paul]       0.7.8claws48
10129
10130         * sync with 0.7.8cvs16
10131                 see ChangeLog 2002-07-04 and 2002-07-05
10132
10133 2002-07-04 [paul]       0.7.8claws47
10134
10135         * sync with 0.7.8cvs14
10136                 see  ChangeLog 2002-07-04
10137
10138 2002-07-03 [alfons]     0.7.8claws46
10139
10140         * src/folder.c
10141                 dupe folder item's path because it's being reallocated
10142                 by new folder scanning code
10143
10144 2002-07-03 [christoph]  0.7.8claws45
10145
10146         * src/imap.c
10147                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10148         * src/msgcache.c
10149                 add missing return in msgcache_write
10150
10151 2002-07-02 [thorsten]   0.7.8claws44
10152
10153         * src/jpilot.c
10154         * src/msgcache.c
10155         * src/rfc2015.c
10156                 use binary mode for file access
10157
10158 2002-07-02 [christoph]  0.7.8claws43
10159
10160         * major code cleanup (part 1)
10161         
10162                 - unused variables removed
10163                 - unused functions removed
10164                 - uninitialized variables checked
10165                 - missing return statements added
10166                 - missing function return types added
10167                 - added parentheses around assignment and
10168                   && in || when suggested by gcc
10169               
10170         * src/mh.c
10171         * src/folder.c
10172                 replaced direct calls to folder->scan_tree
10173                 with folder_scan_tree and restore folder
10174                 prefs in this function. The folder should
10175                 not have to deal with them.
10176                 ( Should now work for all folder types )
10177
10178 2002-07-02 [paul]       0.7.8claws42
10179
10180         * sync with 0.7.8cvs13
10181                 see ChangeLog 2002-07-01 and 2002-07-02
10182
10183 2002-07-01 [christoph]  0.7.8claws41
10184
10185         * src/summaryview.c
10186                 fix "goto next/prev unread message" with
10187                 ignored threads
10188
10189 2002-07-01 [paul]       0.7.8claws40
10190
10191         * po/es.po
10192                 updated by Ricardo Mones Lastra
10193
10194 2002-06-30 [match]      0.7.8claws39
10195
10196         * src/jpilot.c
10197                 applied variation of leonerd's patch (566661) to
10198                 allow multiple email addresses per JPilot entry.
10199                 addresses may be separated by space, comma, pipe,
10200                 semi-colon, new-line.
10201
10202 2002-06-30 [alfons]     0.7.8claws38
10203
10204         * src/procmsg.c
10205                 simple fix for putting older nodes before
10206                 newer nodes when threading by subject
10207
10208 2002-06-30 [christoph]  0.7.8claws37
10209
10210         * src/folder.c
10211         * src/folderview.c
10212         * src/mh.c
10213         * src/news.c
10214         * src/procmsg.c
10215                 fix broken folder tree rescaning
10216                 and don't use procmsg_get_mark_sum
10217                 anymore
10218
10219 2002-06-30 [christoph]  0.7.8claws36
10220
10221         * merge new cache branch
10222         * src/imap.c
10223                 fix new cache imap copy bug
10224         * src/folder.c
10225                 improved folder_item_scan
10226                 it should now always set the correct
10227                 new, unread and total message counts
10228
10229 2002-06-29 [paul]       0.7.8claws35
10230
10231         * configure.in
10232                 correct syntax error
10233
10234 2002-06-29 [paul]       0.7.8claws34
10235
10236         * configure.in
10237           Makefile.am
10238           man/Makefile.am       ** NEW FILE **
10239           man/sylpheed.1.gz     ** NEW FILE **
10240                 add Sylpheed man page
10241
10242 2002-06-29 [paul]       0.7.8claws33
10243
10244         * po/pt_BR.po
10245                 updated by Fabio Junior Beneditto
10246
10247 2002-06-28 [jens]       0.7.8claws32
10248
10249         * po/de.po
10250                 translation updated
10251
10252         * src/selective_download.c
10253                 removed gettext for space " "
10254
10255         * src/imap.c
10256                 removed wrong space
10257
10258 2002-06-28 [paul]       0.7.8claws31
10259
10260         * sync with 0.7.8cvs11
10261                 see ChangeLog 2002-06-28
10262
10263 2002-06-28 [paul]       0.7.8claws30
10264
10265         * sync with 0.7.8cvs10
10266                 see ChangeLog 2002-06-27 and 2002-06-28
10267
10268 2002-06-26 [paul]       0.7.8claws29
10269
10270         * src/addrgather.c
10271           src/selective_download.c
10272                 don't gettextise empty strings.
10273                 reserved by gettext. gettext("") returns 
10274                 the header entry with meta information, 
10275                 not the empty string
10276
10277         * po/en_GB.po
10278                 updated
10279
10280 2002-06-26 [paul]       0.7.8claws28
10281
10282         * sync with 0.7.8cvs7
10283                 see ChangeLog 2002-06-25
10284
10285         * src/prefs_common.c
10286                 ...and in the process, tweak the gui a little
10287
10288 2002-06-25 [alfons]     0.7.8claws27
10289         
10290         * configure.in
10291         * src/Makefile.am
10292                 fine tune ldap library detection
10293
10294 2002-06-25 [alfons]     0.7.8claws26
10295
10296         * src/compose.c
10297                 don't allow return receipts when composing a news article
10298
10299 2002-06-25 [paul]       0.7.8claws25
10300
10301         * Makefile.am
10302                 add '$(AMTAR)' to 'release' section to allow for
10303                 new and older autotools
10304
10305 2002-06-25 [paul]       0.7.8claws24
10306
10307         * src/summaryview.c
10308                 fix "No more unread messages" persistant pop-up
10309                 window bug
10310
10311 2002-06-25 [paul]       0.7.8claws23
10312
10313         * po/it.po
10314                 updated by Alessandro Maestri
10315
10316 2002-06-25 [paul]       0.7.8claws22
10317
10318         * sync with 0.7.8cvs6
10319                 see ChangeLog 2002-06-25
10320
10321 2002-06-24 [paul]       0.7.8claws21
10322
10323         * tools/update-po
10324                 add GPL copyright information
10325
10326 2002-06-24 [paul]       0.7.8claws20
10327
10328         * tools/Makefile.am
10329           tools/README
10330           tools/update-po       ** NEW FILE **
10331                 add script that eases the creation of *.po files
10332                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10333
10334 2002-06-23 [alfons]     0.7.8claws19
10335
10336         * src/messageview.c
10337                 make notification_convert_header obey const correctness
10338                 (next step will be fixing the broken return receipt)
10339
10340 2002-06-23 [paul]       0.7.8claws18
10341
10342         * src/messageview.c
10343                 fix bug introduced in last commit:
10344                 removed too much code in last commit - put back what's
10345                 needed
10346
10347 2002-06-23 [paul]       0.7.8claws17
10348
10349         * src/messageview.[ch]
10350                 remove code committed in error from locally patched
10351                 source
10352
10353 2002-06-23 [colin]      0.7.8claws16
10354
10355         * src/compose.[ch]
10356                 add compose_entry_select(), used to select the default_to
10357                 email address - hopefully avoiding people sending mails to
10358                 wrong recipients.
10359
10360 2002-06-22 [alfons]     0.7.8claws15
10361
10362         * AUTHORS
10363                 add Bram Metsch & Stanislav Karchebny
10364         * src/smtp.[ch]
10365         * src/prefs_account.[ch]
10366         * src/send.c
10367                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10368                   options.  (see <http://sourceforge.net/tracker/index.php
10369                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10370
10371                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10372                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10373
10374 2002-06-22 [paul]       0.7.8claws14
10375
10376         * sync with 0.7.8cvs5
10377                 see ChangeLog 2002-06-19 and 2002-06-20
10378
10379 2002-06-22 [alfons]     0.7.8claws13
10380
10381         * src/selective_download.c
10382                 fix a stupid mistake I made
10383
10384 2002-06-22 [alfons]     0.7.8claws12
10385
10386         * src/selective_download.[ch]
10387                 fix another unnoticed leak; cleanup code
10388
10389 2002-06-21 [alfons]
10390
10391         * tools/Makefile.am
10392                 gpg-sign <-- gpg-sign-syl
10393
10394 2002-06-21 [alfons]     0.7.8claws11
10395
10396         * src/selective_download.c
10397         * src/selective_download.h
10398                 fix assorted mix of allocation errors (should solve
10399                 problem reported by Philippe Gramoullé, see:
10400                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10401
10402 2002-06-20 [melvin]     0.7.8claws10
10403
10404         * tools/gpg-sign *REMOVED*
10405           tools/gpg-sign-syl *ADDED*
10406                 Replaced the gpg clearsigning script with the version using
10407                 xterm instead of ssh-askpass and changed its name.
10408
10409         * README.claws
10410                 Updated actions example to reflect the renaming of the
10411                 gpg clearsigning script.
10412
10413 2002-06-19 [paul]       0.7.8claws9
10414
10415         * sync with 0.7.8claws9
10416                 see ChangeLog 2002-06-18 and 2002-06-19
10417
10418 2002-06-19 [paul]       0.7.8claws8
10419
10420         * sync with 0.7.8cvs1
10421                 see ChangeLog 2002-06-18
10422
10423 2002-06-18 [alfons]     0.7.8claws7
10424
10425         * src/mainwindow.h
10426                 add omitted prototype
10427
10428 2002-06-17 [paul]       0.7.8claws6
10429
10430         * src/mainwindow.c
10431                 fix hiding of exec_btn
10432
10433 2002-06-17 [paul]       0.7.8claws5
10434
10435         * src/pop.c
10436                 remove unneeded code: should_delete() 
10437                 and Pop3State::uidl_todelete_list
10438
10439 2002-06-17 [paul]       0.7.8claws4
10440
10441         * sync with 0.7.8
10442                 see ChangeLog 2002-06-11 and 2002-06-13
10443
10444 2002-06-16 [alfons]     0.7.8claws3
10445         
10446         * src/folder.c
10447                 make sure lock sort mode (claws specific) is
10448                 also persists after a tree rescan
10449
10450 2002-06-16 [alfons]     0.7.8claws2
10451
10452         * src/prefs_folder_item.c
10453         * src/folder.[ch]
10454                 fix persistence of folder sort mode (broken
10455                 by adapting Hiro's new folder persistence code)
10456
10457 2002-06-16 [alfons]     0.7.8claws1
10458
10459         * AUTHORS
10460         * src/logwindow.c
10461         * src/prefscommon.[ch]
10462                 control size of log text in log window; 
10463                 closes patch #569155 submitted by Mitko Haralanov.
10464
10465 2002-06-15 [paul]       0.7.8claws
10466
10467         * release of 0.7.8claws
10468
10469 2002-06-15 [paul]       0.7.7claws
10470
10471         * po/pt_BR.po
10472                 updated by Fabio Junior Beneditto
10473
10474 2002-06-14 [paul]       0.7.6claws49
10475
10476         * po/es.po
10477                 updated by Ricardo Mones Lastra
10478
10479 2002-06-14 [paul]       0.7.6claws48
10480
10481         * po/nl.po
10482                 updated translation by Wilbert Berendsen
10483
10484 2002-06-14 [melvin]     0.7.6claws47
10485
10486         * po/fr.po
10487                 Updated French translation
10488
10489 2002-06-13 [paul]       0.7.6claws46
10490
10491         * src/filesel.c
10492                 allow filename to be typed in, rather than just
10493                 selected by the mouse. Patch by Gustavo Noronha Silva.
10494
10495 2002-06-13 [alfons]     0.7.6claws45
10496
10497         * src/mainwindow.[ch]
10498                 more cleanups (removing unnecessary menu items Expand 
10499                 summary / message view)
10500
10501 2002-06-13 [melvin]     0.7.6claws44
10502
10503         * po/POTFILES.in
10504                 Added src/string_match.c
10505         * src/string_match.c
10506                 Fixed possible buffer overflow.
10507                 Corrected typo.
10508                 Added missing config.h header.
10509         * src/prefs_common.c
10510           src/prefs_matcher.c
10511           src/prefs_scoring.c
10512                 Made some strings translatable (missing _(..)).
10513
10514 2002-06-13 [melvin]     0.7.6claws43
10515
10516         * README.claws
10517                 Corrected action example (verifying clearsigned mail).
10518         * src/prefs_account.c
10519                 Corrected typo.
10520         * src/prefs_common.c
10521                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10522
10523 2002-06-12 [alfons]     0.7.6claws42
10524
10525         * src/summaryview.c
10526                 add init of score column lost in 0.7.6claws42
10527
10528 2002-06-12 [paul]       0.7.6claws41
10529
10530         * src/prefs_account.c
10531                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10532                 behavior of the radio buttons, (from 0.7.7cvs2)
10533
10534 2002-06-11 [alfons]     0.7.6claws40
10535
10536         * src/messageview.[ch]
10537         * src/summaryview.[ch]
10538         * src/summary_search.c
10539         * src/mainwindow.c
10540                 perform a sync to bring in Hiro's separate view implementation 
10541
10542                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10543
10544 2002-06-11 [paul]       0.7.6claws39
10545         
10546         * src/prefs_account.c
10547                 correct a typo on the Receive tab
10548
10549 2002-06-10 [match]      0.7.6claws38
10550
10551         * src/addressbook.c
10552                 Included address completion patch from Gustavo Noronha.
10553
10554 2002-06-10 [paul]       0.7.6claws37
10555
10556         * src/inc.[ch]
10557           src/pop.c
10558           src/prefs_account.[ch]
10559           src/selective_download.[ch]
10560                 apply PATCH #561712
10561                  NEW:
10562                 - check if POP Account
10563                 - Receive Button renamed to Preview
10564                 - Preview Button Popup: preview new/all messages
10565                 - Download Button
10566                 - Account Preferences-->Receive tab checkbutton if you
10567                   want to remove Mail after Download
10568                 -: default YES
10569                 - Account Preferences-->Receive tab checkbutton use
10570                   filtering rules on preview
10571                   (think of delete_on_server)
10572                 -: default YES
10573                 - Account selectable from SD dialog
10574                 - checkbutton to show already downloaded messages if
10575                   all messages are previewed
10576                 - new clist column showing Date
10577                 - ESC KEY close
10578                 FIXES:
10579                 - play ball with UIDL
10580                 - fault tolerant (?) 
10581                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10582
10583 2002-06-10 [melvin]     0.7.6claws36
10584
10585         * README.claws
10586                 Added a hint to ac/README in cvs instructions.
10587
10588         * src/prefs_actions.c
10589                 Made it possible to use a more elaborate command line
10590                 for asynchronous actions, too.
10591
10592 2002-06-10 [melvin]     0.7.6claws35
10593         
10594         * src/prefs_actions.c
10595                 Make it possible to use a more elaborate command line
10596                 (e.g. |foo|bar|cat>there;echo Done|)
10597                 Corrected error message when calling %f, %F and %p commands
10598                 from the compose window.
10599
10600 2002-06-09 [colin]      0.7.6claws34
10601
10602         * src/summaryview.c
10603                 Automatically find unread messages in current folder
10604                 before annoying the user.
10605
10606 2002-06-08 [alfons]     0.7.6claws33
10607
10608         * po/it.po
10609                 remove bad formatting string in it.po translation
10610                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10611
10612 2002-06-08 [paul]       0.7.6claws32
10613
10614         * sync with 0.7.6cvs25
10615                 see ChangeLog 2002-06-07
10616
10617 2002-06-05 [paul]       0.7.6claws31
10618
10619         * src/mainwindow.c
10620                 add 'Sort by locked' and 'Sort by score'
10621
10622 2002-06-05 [paul]       0.7.6claws30
10623
10624         * sync with 0.7.6cvs24
10625                 see ChangeLog 2002-06-04
10626
10627 2002-06-04 [paul]       0.7.6claws29
10628
10629         * po/pt_BR.po
10630                 updated by Fabio Junior Beneditto
10631
10632 2002-06-03 [thorsten]   0.7.6claws28
10633
10634         * src/matcher.c
10635                 fclose() matcherrc after reading
10636
10637 2002-06-03 [paul]       0.7.6claws27
10638
10639         * sync with 0.7.6cvs21
10640                 see ChangeLog 2002-05-31
10641
10642 2002-05-31 [paul]       0.7.6claws26
10643
10644         * sync with 0.7.6cvs20
10645                 see ChangeLog 2002-05-29 and 2002-05-30
10646
10647 2002-05-31 [paul]       0.7.6claws25
10648
10649         * src/imap.c
10650                 hopefully fix last buggy sync
10651
10652         * README.claws
10653                 correct typo in 'Actions' examples
10654
10655 2002-05-29 [paul]       0.7.6claws24
10656
10657         * sync with 0.7.6cvs18
10658                 see ChangeLog 2002-05-28 and 2002-05-29
10659
10660         * src/news.c
10661           src/nntp.[ch]
10662                 sync with above 
10663
10664 2002-05-28 [paul]       0.7.6claws23
10665
10666         * sync with 0.7.6cvs16
10667                 see ChangeLog 2002-05-28
10668
10669 2002-05-27 [thorsten]   0.7.6claws22 
10670
10671         * faq/it/sylpheed-faq-1.html
10672           faq/it/sylpheed-faq-2.html
10673           faq/it/sylpheed-faq-3.html
10674           faq/it/sylpheed-faq.html
10675                 corrected DOS lineendings
10676         * faq/de/sylpheed-faq-1.html
10677           faq/de/sylpheed-faq-2.html
10678           faq/en/sylpheed-faq-1.html
10679           faq/en/sylpheed-faq-2.html
10680           faq/en/sylpheed-faq-3.html
10681           faq/es/sylpheed-faq-1.html
10682           faq/es/sylpheed-faq-2.html
10683           faq/es/sylpheed-faq-3.html
10684           faq/fr/sylpheed-faq-1.html
10685           faq/it/sylpheed-faq-1.html
10686           faq/it/sylpheed-faq-2.html
10687           faq/it/sylpheed-faq-3.html
10688           faq/it/sylpheed-faq.html
10689                 changed ">" to &quot;
10690
10691 2002-05-27 [paul]       0.7.6claws21
10692         
10693         * sync with 0.7.6cvs15
10694                 see ChangeLog 2002-05-27
10695
10696 2002-05-27 [paul]       0.7.6claws20
10697
10698         * src/prefs_account.c
10699                 correct a typo
10700
10701 2002-05-26 [paul]       0.7.6claws19
10702
10703         * tools/README
10704                 correct a typo
10705
10706 2002-05-25 [paul]       0.7.6claws18
10707
10708         * tools/README
10709                 add description of kmail2sylpheed.pl
10710
10711 2002-05-25 [paul]       0.7.6claws17
10712
10713         * tools/kmail2sylpheed.pl       ** NEW FILE **
10714                 perl script that converts an exported Kmail address
10715                 book, converts it to sylpheed addressbook file,
10716                 writes the file to .sylpheed, and updates
10717                 addrbook--index.xml 
10718
10719 2002-05-25 [paul]       0.7.6claws16
10720
10721         * sync with 0.7.6cvs14
10722                 see ChangeLog 2002-05-23
10723
10724 2002-05-24 [paul]       0.7.6claws15
10725
10726         * README.claws
10727                 make a correction and add some more info
10728
10729 2002-05-24 [paul]       0.7.6claws14
10730
10731         * src/compose.c
10732                 fix memory leak in 
10733                 compose_redirect_write_headers_from_headerlist()
10734                 add Subject and Resent-Message-ID to
10735                 compose_redirect_write_headers()
10736                 Received, Subject, and X-UIDL are filtered out in 
10737                 compose_redirect_write_to_file()
10738
10739 2002-05-23 [paul]       0.7.6claws13
10740
10741         * src/compose.[ch]
10742           src/filtering.c
10743           src/mainwindow.c
10744           src/matcher.[ch]
10745           src/matcher_parser_lex.l
10746           src/matcher_parser_parse.y
10747           src/prefs_common.[ch]
10748           src/prefs_filtering.c
10749           src/summaryview.c
10750                 rename 'Bounce' to 'Redirect'
10751
10752 2002-05-23 [paul]       0.7.6claws12
10753
10754         * more sync with 0.7.6cvs13
10755           src/compose.c
10756                 see ChangeLog 2002-05-22
10757
10758 2002-05-22 [paul]       0.7.6claws11
10759
10760         * sync with 0.7.6cvs13
10761           src/codeconv.c
10762                 see ChangeLog 2002-05-20
10763           src/prefs_common.c
10764                 see ChangeLog 2002-05-22
10765
10766 2002-05-21 [melvin]     0.7.6claws10
10767
10768         * src/folderview.c
10769                 Added missing filtering and scoring headers
10770                 Fixed bad function call that showed garbage 
10771                 in Folder->Processing
10772
10773 2002-05-21 [paul]       0.7.6claws9
10774
10775         * tools/Makefile.am
10776                 make all tools executable, (patch by Alfons).
10777
10778 2002-05-20 [alfons]     0.7.6claws8
10779
10780         * src/procheader.c
10781                 don't forget to call mktime() so we have a valid week 
10782                 and year day
10783                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10784
10785 2002-05-20 [paul]       0.7.6claws7
10786
10787         * src/html.c
10788                 fix broken parsing of urls
10789         * src/textview.c
10790                 fix displaying of urls
10791
10792                 both fixes from the patch [547855] by Eugene 
10793                 Brevdo (zonem)
10794
10795 2002-05-19 [alfons]     0.7.6claws6
10796
10797         * configure.in
10798                 make sylpheed configure correctly with the latest
10799                 and greatest of automake / autoconf / gettext
10800
10801 2002-05-19 [alfons]     0.7.6claws5
10802
10803         * src/procheader.c
10804         * src/procheader.h
10805                 add function for returning ime zone offset
10806         * src/quote_fmt.c
10807         * src/quote_fmt_parse.y
10808                 better quotation formatting - does not convert
10809                 to local time, but uses the original date string.
10810                 
10811                 Note: %z inserts the timezone offset (should 
10812                 work also on platforms where strftime does not
10813                 support %z).
10814
10815 2002-05-18 [christoph]  0.7.6claws4
10816
10817         * src/summaryview.c
10818                 fix indentation of some code
10819         * tools/Makefile.am
10820                 fix spaces after \
10821         * src/Makefile.am
10822                 add missing \
10823                 correct path for ignorethread.xpm
10824                 incorrect filename for sylpheed_logo.xpm
10825                 add missing include matcher_parser_parse.h
10826
10827 2002-05-18 [paul]       0.7.6claws3
10828
10829         * sync with 0.7.6cvs8
10830                 see ChangeLog 2002-05-16 and 2002-05-17
10831
10832 2002-05-18 [melvin]     0.7.6claws2
10833
10834         * README.claws
10835                 Corrected an action's definition and fixed some misspellings.
10836
10837 2002-05-18 [paul]       0.7.6claws1
10838
10839         * tools/Makefile.am
10840           tools/gpg-sign        ** new file **
10841           tools/uudec           ** new file **
10842                 add Melvin's Actions scripts
10843
10844         * README.claws
10845                 add Melvin's descriptions for Actions
10846
10847 2002-05-18 [paul]       0.7.6claws
10848
10849         * Version 0.7.6claws released
10850
10851 2002-05-17 [paul]       0.7.5claws32
10852
10853         * po/es.po
10854                 updated by Ricardo Mones Lastra
10855
10856 2002-05-17 [paul]       0.7.5claws31
10857
10858         * src/compose.c
10859                 fix Account prefs default folder for sent/draft/deleted
10860                 messages bug
10861
10862         * po/it.po
10863           po/nl.po
10864                 updated translation by Alessandro Maestri and
10865                 Wilbert Berendsen
10866
10867 2002-05-17 [melvin]     0.7.5claws30
10868
10869         * src/prefs_actions.c
10870                 Fixed bug where using %F not at the end of the command 
10871                 resulted in an additional empty argument being created.
10872                 Thanks to Darko Koruga for reporting the bug.
10873
10874 2002-05-17 [melvin]     0.7.5claws29
10875
10876         * po/fr.po
10877                 Updated French translations.
10878
10879 2002-05-15 [paul]       0.7.5claws28
10880         
10881         * po/es.po
10882                 updated by Ricardo Mones Lastra
10883
10884 2002-05-15 [paul]       0.7.5claws27
10885
10886         * sync with 0.7.6cvs4
10887                 see ChangeLog 2002-05-14 and 2002-05-15
10888
10889 2002-05-14 [paul]       0.7.5claws26
10890
10891         * sync with 0.7.6cvs1
10892                 see ChangeLog 2002-05-13
10893
10894 2002-05-13 [thorsten]   0.7.5claws25
10895
10896         * src/messageview.c
10897                 fix select_all and copy in multipart messages
10898         * src/mainwindow.c
10899                 fix select_all and copy in multipart messages
10900
10901 2002-05-12 [paul]       0.7.5claws24
10902
10903         * src/summaryview.c
10904                 reverse last commit, bug already fixed in 0.7.5claws3
10905
10906 2002-05-12 [netztorte]  0.7.5claws23
10907
10908         * src/summaryview.c
10909                 dont parse empty addressbook (checked in before claws20)
10910
10911 2002-05-12 [melvin]     0.7.5claws22
10912
10913         * src/procmsg.[ch]
10914                 Removed unneeded priority code introduced by the previous 
10915                 commit.
10916
10917 2002-05-12 [melvin]     0.7.5claws21
10918
10919         * src/compose.[ch]
10920                 Added possibility to set message's priority.
10921         * src/procmsg.[ch]
10922                 Added possibility to set message's priority.
10923                 Added missing headers
10924
10925 2002-05-12 [melvin]     0.7.5claws20
10926
10927         * src/prefs_actions.c
10928                 Removed implicitely added quotes around the name
10929                 of the temporary files of mime parts.
10930
10931 2002-05-12 [paul]       0.7.5claws19
10932
10933         * sync with 0.7.5cvs20
10934                 see ChangeLog 2002-05-11
10935
10936 2002-05-12 [alfons]     0.7.5claws18
10937
10938         * src/quote_fmt_lex.l
10939         * src/quote_fmt_parse.y
10940                 allow quote / reply date & time format to be set using
10941                 %D{format}. format is a format string you'd pass to
10942                 strftime() (see man strftime, or the Display tab |
10943                 Date format setting).
10944
10945                 Currently %D converts the date to local time. 
10946
10947 2002-05-11 [paul]       0.7.5claws17
10948
10949         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10950                 see ChangeLog 2002-05-10 and 2002-05-11
10951
10952 2002-05-10 [paul]       0.7.5claws16
10953
10954         * sync with 0.7.5cvs16
10955                 see ChangeLog entries 2002-05-09 and 
10956                 2002-05-10
10957
10958 2002-05-10 [colin]      0.7.5claws15
10959
10960         * src/textview.c
10961                 Corrected a bug that prevented sylpheed to open
10962                 double-clicked URIs.
10963
10964 2002-05-09 [paul]       0.7.5claws14
10965
10966         * sync with 0.7.5cvs14
10967                 see ChangeLog 2002-05-08 and 2002-05-09
10968
10969 2002-05-08 [paul]       0.7.5claws13
10970
10971         * sync with 0.7.5cvs11
10972                 see ChangeLog entry 2002-05-08
10973
10974 2002-05-08 [paul]       0.7.5claws12
10975
10976         * src/mainwindow.c
10977           src/textview.[ch]
10978                 fix segfault on View->Open in new window
10979                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10980
10981 2002-05-07 [paul]       0.7.5claws11
10982
10983         * sync with 0.7.5cvs9
10984                 see ChangeLog entry 2002-05-07
10985
10986 2002-05-06 [paul]       0.7.5claws10
10987
10988         * src/messageview.c
10989           src/textview.c
10990                 display url in statusbar on single-click
10991                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10992
10993 2002-05-06 [match]      0.7.5claws9
10994
10995         * src/addritem.[ch]
10996                 new functions.
10997         * src/addrcache.c
10998                 tidy up.
10999         * src/xmlprops.[ch]
11000                 XML implementation of properties file.
11001         * src/exporthtml.[ch]
11002         * src/expthtmldlg.[ch]
11003         * src/addressbook.c
11004                 export to HTML.
11005
11006 2002-05-02 [sergey]     0.7.5claws8
11007
11008         * src/mainwindow.c (mainwin_entries),
11009           src/prefs_common.c (prefs_send_create()),
11010           src/codeconv.c (locale_table):
11011                 use charset name "Windows-1251" instead of "CP1251".
11012
11013 2002-05-02 [colin]      0.7.5claws7
11014         
11015         * src/compose.c
11016           src/prefs_common.c
11017           src/prefs_folder_item.c
11018                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11019
11020 2002-05-02 [hiro]       0.7.5claws6
11021
11022         * src/imap.c
11023                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11024
11025 2002-05-02 [paul]       0.7.5claws5
11026
11027         * src/compose.c
11028                 more sync with 0.7.5cvs7, see ChangeLog entry
11029                 2002-05-02
11030
11031 2002-05-02 [hiro]       0.7.5claws4
11032
11033         * src/compose.c
11034                 compose_queue_sub():
11035                 check if queue folder exists (closes #550397).
11036                 removed directory creation since it should be handled
11037                 transparently.
11038         * src/imap.c
11039                 imap_add_msg(): return UID for appended message
11040                 (closes #548842).
11041
11042 2002-04-30 [paul]       0.7.5claws3
11043
11044         * src/summaryview.c
11045                 fix account_find_from_address() bug
11046
11047 2002-04-28 [colin]      0.7.5claws2
11048
11049         * src/compose.c
11050           src/textview.c
11051           src/prefs_common.[ch]
11052           src/utils.[ch]
11053                 Added user-definable quotation characters recognition.
11054
11055 2002-04-28 [paul]       0.7.5claws1
11056
11057         * sync with 0.7.5cvs4
11058                 see ChangeLog entry  2002-04-25
11059
11060 2002-04-28 [paul]       0.7.5claws
11061
11062         * po/es.po
11063           po/nl.po
11064           po/pt_BR.po
11065                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11066                 Fabio Junior Beneditto
11067
11068 2002-04-27 [jens]       0.7.4claws103
11069
11070         * po/de.po
11071                 updated German translation.
11072
11073 2002-04-27 [hiro]       0.7.4claws102
11074
11075         * src/summaryview.c
11076                 summary_write_cache(): fixed the mark loss of hidden messages.
11077
11078 2002-04-26 [melvin]     0.7.4claws101
11079
11080         * src/procmsg.c
11081                 fixed a second typo (same one)
11082         * po/fr.po
11083           po/it.po
11084           po/pt_BR.po
11085                 fixed the type again...
11086
11087 2002-04-26 [melvin]     0.7.4claws100
11088
11089         * src/procmsg.c
11090                 fixed a typo in an alert message ("temorary").
11091         * po/it.po
11092         * po/pt_BR.po
11093                 corrected the typo  described above.
11094         * po/fr.po
11095                 updated French translation.
11096
11097 2002-04-26 [darko]      0.7.4claws99
11098
11099         * src/summaryview.c
11100                 fix target folder colorization
11101
11102 2002-04-25 [paul]       0.7.4claws98
11103
11104         * po/it.po
11105                 updated by Alessandro Maestri
11106
11107 2002-04-24 [colin]      0.7.4claws97
11108         
11109         * src/compose.c
11110                 Fixed double "subject is empty" question.
11111
11112 2002-04-23 [colin]      0.7.4claws96
11113         
11114         * src/mimeview.c
11115                 Corrected issue when "automatically display images" was
11116                 not set : first image remained after selecting second.
11117
11118 2002-04-23 [melvin]     0.7.4claws95
11119
11120         * src/prefs_actions.c
11121                 Don't display in/out dialog if there is nothing to show.
11122
11123 2002-04-23 [paul]       0.7.4claws94
11124
11125         * sync with 0.7.5cvs3
11126                 bug fixes: see ChangeLog entry 2002-04-23
11127
11128 2002-04-22 [darko]      0.7.4claws93
11129
11130         * src/compose.c
11131                 fix previous check-in which changed code after
11132                 merge from main
11133
11134 2002-04-22 [paul]       0.7.4claws92
11135
11136         * faq/de/*
11137                 add German FAQ
11138         * faq/en/*
11139           faq/es/*
11140           faq/fr/*
11141                 update English, Spanish and French FAQs
11142         * manual/de/*
11143           manual/es/*
11144                 add German and Spanish manuals
11145         * manual/en/*
11146           manual/fr/*
11147                 update English and French manuals
11148
11149         * src/Makefile.am
11150                 add to and re-arrange the pixmap entries
11151
11152 2002-04-22 [darko]      0.7.4claws91
11153
11154         * src/compose.c
11155                 fix sender initials recognition to only allow
11156                 '>' after the initials
11157
11158 2002-04-21 [paul]       0.7.4claws90
11159
11160         * sync with 0.7.5 release
11161                 see ChangeLog entry 2002-04-21
11162
11163 2002-04-21 [alfons]
11164
11165         * src/Makefile.am
11166                 add colin's new pixmaps to EXTRA_DIST
11167
11168 2002-04-21 [colin]      0.7.4claws89
11169         * src/compose.c
11170         * src/inc.c
11171         * src/mainwindow.[ch]
11172         * src/prefs_common.[ch]
11173         * src/stock_pixmap.[ch]
11174                 Added "Work offline" ability.
11175
11176 2002-04-21 [colin]      0.7.4claws88
11177         
11178         * src/mimeview.c
11179         * src/prefs_common.c
11180         * src/prefs_common.h
11181         * src/textview.c : Added an option to common preferences -> display
11182           to allow user not to automatically display images.
11183
11184 2002-04-21 [paul]       0.7.4claws87
11185
11186         * sync with 0.7.4cvs52
11187                 see ChangeLog entry 2002-04-21 (src/imap.c)
11188
11189 2002-04-21 [paul]       0.7.4claws86
11190
11191         * sync with 0.7.4cvs51
11192                 see ChangeLog entry 2002-04-21
11193
11194 2002-04-21 [paul]       0.7.4claws85
11195
11196         * sync with 0.7.4cvs49
11197                 see ChangeLog entries 2002-04-20 and 2002-04-21
11198
11199         * src/Makefile.am
11200                 clean up: remove old 'stock_' element from xpm 
11201                 filenames.
11202
11203 2002-04-21 [alfons]     0.7.4claws84
11204
11205         apply sync patch from Paul
11206
11207         * src/folderview.c
11208                 use old claws prefs_folder_item_create() for now
11209
11210 2002-04-19 [match]      0.7.4claws83
11211
11212         * src/addressbook.[ch]
11213         * src/addrharvest.[ch]
11214         * src/addrgather.[ch]
11215                 recurse folders.
11216         * src/mainwindow.c
11217         * src/summaryview.[ch]
11218                 change menu option.
11219
11220 2002-04-19 [paul]       0.7.4claws82
11221
11222         * po/pt_BR.po
11223                 updated by Fabio Junior Beneditto
11224
11225 2002-04-14 [alfons]     0.7.4claws81
11226
11227         * src/passphrase.c
11228                 add #include <sys/types.h> for mode_t and off_t 
11229
11230 2002-04-13 [paul]       0.7.4claws80
11231         
11232         * src/main.c
11233           src/passphrase.[ch]
11234           src/pgptext.c
11235           src/prefs_common.[ch]
11236           src/rfc2015.c
11237                 enable storing of GnuPG passphrase for the whole 
11238                 session or a user-defined number of minutes. patch 
11239                 submitted by Ravemax <ravemax@dextrose.com>
11240
11241 2002-04-13 [alfons]     0.7.4claws79
11242
11243         * src/textview.c
11244                 make email parser also stop scanning when encountering separators
11245                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11246
11247 2002-04-13 [paul]       0.7.4claws78
11248
11249         * sync with 0.7.4cvs39
11250                 see ChangeLog entry 2002-04-12
11251
11252 2002-04-11 [paul]       0.7.4claws77
11253
11254         * sync with 0.7.4cvs37
11255                 see ChangeLog entry 2002-04-11
11256
11257 2002-04-11 [paul]       0.7.4claws76
11258
11259         * COPYING 
11260                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11261                 the clause for OpenSSL). sync with sylpheed main
11262
11263 2002-04-09 [melvin]     0.7.4claws75
11264
11265         * src/compose.c
11266                 Made 'Ctrl-Enter' on send ignore some modifiers 
11267                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11268                 to bind other *-Enter (but not Alt-Enter).
11269
11270 2002-04-09 [paul]       0.7.4claws74
11271
11272         * sync with 0.7.4cvs35
11273                 see ChangeLog entries 2002-04-09
11274
11275 2002-04-08 [paul]       0.7.4claws73
11276
11277         * sync with 0.7.4cvs33
11278                 see ChangeLog entry 200-04-08
11279
11280 2002-04-07 [match]      0.7.4claws72
11281
11282         * src/addrharvest.[ch]
11283                 fixed to read all addresses in header, regardless
11284                 of header size. improved name parsing. accommodate
11285                 harvest from folders and selected message.
11286         * src/addritem.[ch]
11287                 included new address parsing function.
11288         * src/addrgather.[ch]
11289         * src/addressbook.[ch]
11290         * src/summaryview.[ch]
11291         * src/mainwindow.c
11292                 allow address harvest of folder as well as selected
11293                 messages.
11294
11295 2002-04-07 [paul]       0.7.4claws71
11296
11297         * src/esmtp.[ch]
11298           src/smtp.c
11299                 don't try to authenticate with CRAM-MD5 in SMTP when 
11300                 SMTP-AUTH enabled if MTA doesn't issue this 
11301                 auth-method in it's ehlo-response. bug item #531364,
11302                 patch item #938910. patch submitted by Colin Leroy 
11303                 <colin@colino.net>
11304
11305 2002-04-07 [paul]       0.7.4claws70
11306
11307         * src/nntp.c
11308                 fix missing MODE_READER bug. patch submitted by
11309                 Colin Leroy <colin@colino.net>
11310
11311 2002-04-07 [alfons]     0.7.4claws69
11312
11313         * src/matcher.[ch]
11314         * src/prefs_filtering.c
11315         * src/summaryview.c
11316                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11317                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11318
11319 2002-04-07 [paul]       0.7.4claws68
11320
11321         * sync with 0.7.4cvs32
11322                 see ChangeLog entry 2002-04-06
11323
11324         * tools/filter_conv.pl
11325                 more bug fixes
11326
11327 2002-04-06 [paul]       0.7.4claws67
11328
11329         * tools/filter_conv.pl
11330                 modify to be able to find the name of the first
11331                 mailbox and use that. main's filter does not
11332                 record the full path to the mailbox and therefore
11333                 can only filter to the first mailbox.
11334
11335 2002-04-05 [paul]       0.7.4claws66
11336
11337         * tools/filter_conv.pl
11338                 attempt to make the script all-encompassing and
11339                 be able to convert any main 'filter' rule thrown
11340                 at it
11341
11342 2002-04-05 [paul]       0.7.4claws65
11343
11344         * tools/filter_conv.pl
11345                 allow for collapsed folder trees
11346
11347 2002-04-05 [paul]       0.7.4claws64
11348
11349         * sync with 0.7.4cvs31
11350                 see ChangeLog entries 2002-04-05
11351
11352 2002-04-03 [paul]       0.7.4claws63
11353
11354         * sync with 0.7.4cvs29
11355                 see ChangeLog entries 2002-04-02 and 2002-04-03
11356
11357 2002-04-02 [paul]       0.7.4claws62
11358
11359         * sync with 0.7.4cvs26
11360                 see ChangeLog entry 2002-04-01
11361
11362 2002-04-02 [match]      0.7.4claws61
11363
11364         * src/pine.[ch]
11365         * src/importpine.[ch]
11366         * src/addressbook.c
11367                 import Pine address book.
11368
11369 2002-04-02 [match]      0.7.4claws60
11370
11371         * src/addrharvest.[ch]
11372                 improve address parsing of funky addresses.
11373
11374 2002-04-02 [darko]      0.7.4claws59
11375
11376         * src/compose.c
11377                 wrap on send improvements, it now recognizes quoted
11378                 initials as part of the quotation string, and it
11379                 does not join lines separated by CR
11380
11381 2002-04-01 [match]      0.7.4claws58
11382
11383         * src/mgutils.[ch]
11384                 added new functions.
11385         * src/mutt.[ch]
11386                 remove excessive duplicate address generation
11387                 on import.
11388
11389 2002-04-01 [alfons]     0.7.4claws57
11390         
11391         * src/summaryview.c
11392                 put back g_free() 
11393
11394 2002-04-01 [paul]       0.7.4claws56
11395
11396         * sync with 0.7.4cvs25
11397                 see ChangeLog entry 2002-04-01
11398
11399 2002-04-01 [alfons]     0.7.4aprilfool55
11400
11401         * src/summaryview.c
11402                 honour feature request item #537427 to allow for
11403                 displaying names from address book for sent mail also
11404
11405 2002-03-29 [paul]       0.7.4claws54
11406
11407         * src/mainwindow.c
11408           src/prefs_filtering.[ch]
11409           src/prefs_matcher.c
11410           src/summaryview.c
11411                 add 'fast filter' for claws' filtering,
11412                 /Tools/Create filter rule/... patch submitted
11413                 by Neill Miller <neillm@thecodefactory.org>
11414
11415 2002-03-29 [paul]       0.7.4claws53
11416
11417         * sync with 0.7.4cvs24
11418                 see ChangeLog entry 2002-03-29
11419
11420 2002-03-28 [paul]       0.7.4claws52
11421
11422         * sync with 0.7.4cvs23
11423                 see ChangeLog entry 2002-03-28
11424
11425 2002-03-27 [melvin]     0.7.4claws51
11426
11427         * src/prefs_actions.c
11428                 Added support to pass only one message part (as a
11429                 file) to the command using '%p'. No quotes are needed
11430                 because doubles quotes are automatically added.
11431                 Fixed bug where Sylpheed could block when waiting for
11432                 a child process to finish.
11433                 Changed the help menu to remove quotes around symbols to 
11434                 avoid misinterpretation (they must not be used).
11435
11436 2002-03-27 [melvin]     0.7.4claws50
11437
11438         * src/inc.c
11439                 Made the new mail notification command always 
11440                 execute asynchronously.
11441
11442 2002-03-27 [paul]       0.7.4claws49
11443
11444         * src/compose.c
11445                 fix bug introduced in last commit
11446
11447 2002-03-27 [paul]       0.7.4claws48
11448
11449         * sync with 0.7.4cvs21
11450                 see ChangeLog 2002-03-26 and 2002-03-27
11451
11452 2002-03-26 [hoa]        0.7.4claws47
11453
11454         * src/prefs_folder_item.c
11455                 really fixed the bug #516442 with folder rescan.
11456
11457 2002-03-26 [paul]       0.7.4claws46
11458
11459         * sync with 0.7.4cvs19
11460                 see ChangeLog entries 2002-03-25 and 2002-03-26
11461
11462 2002-03-25 [hoa]        0.7.4claws45
11463
11464         * src/matcher.c
11465         * src/mh.c
11466                 fix the bug #516442 with folder rescan.
11467
11468         * src/prefs_common.[ch]
11469         * src/compose.c
11470                 added an option to enable two different behaviours
11471                 for bounce.
11472
11473
11474 2002-03-25 [paul]       0.7.4claws44
11475
11476         * src/mainwindow.c
11477           src/selective_download.c
11478                 correct a few menuitem labels
11479
11480 2002-03-25 [christoph]  0.7.4claws43
11481
11482         * src/procmsg.c
11483                 fix non deleted tmp message in
11484                 procmsg_save_to_outbox
11485                 fix problems caused by sync with
11486                 main branch's procmsg_send_queue
11487
11488 2002-03-25 [paul]       0.7.4claws42
11489
11490         * src/quote_fmt.c
11491           src/quote_fmt_lex.l
11492           src/quote_fmt_parse.y
11493                 add Last name (%L) placeholder for quoting. 
11494                 patch submitted by Thorsten Thielen 
11495                 <thth@users.sourceforge.net>
11496
11497 2002-03-25 [paul]       0.7.4claws41
11498
11499         * src/utils.c
11500                 get full hostname. patch submitted by
11501                 Bob Woodside <rwoodside1@comcast.net>
11502
11503 2002-03-25 [paul]       0.7.4claws40
11504
11505         * src/account.c
11506           src/news.c
11507           src/nntp.[ch]
11508           src/prefs_account.[ch]
11509                 enable NNTP over SSL. patch submitted by
11510                 Pascal Jermini <pascal@infinity.hn.org>
11511
11512 2002-03-24 [paul]       0.7.4claws39
11513
11514         * src/prefs_common.c
11515                 make the arrangement of the Compose tab more
11516                 coherent
11517
11518         * src/mainwindow.c
11519                 fix some irregularities of style
11520
11521         * po/de.po
11522                 updated by Kilian Krause
11523
11524 2002-03-23 [paul]       0.7.4claws38
11525
11526         * po/pt_BR.po
11527                 updated by Fabio Junior Beneditto
11528
11529 2002-03-23 [paul]       0.7.4claws37
11530
11531         * src/mainwindow.c
11532                 move 'Gather addresses' to 'Tools' menu
11533                 make 'Selective download' sensitive
11534
11535 2002-03-23 [paul]       0.7.4claws36
11536
11537         * sync with 0.7.4cvs16
11538                 see ChangeLog entries 2002-03-23
11539
11540 2002-03-22 [christoph]  0.7.4claws35
11541
11542         * src/quote_fmt_parse.y
11543                 fix include program output
11544
11545 2002-03-22 [alfons]     0.7.4claws34
11546
11547         * src/pop.c
11548                 initialize GDate stack variable correctly (sorry!)
11549
11550 2002-03-22 [paul]       0.7.4claws33
11551
11552         * src/compose.c
11553           src/mainwindow.c
11554           src/prefs_actions.c
11555           src/prefs_common.c
11556                 rename 'Tool' to 'Tools'
11557
11558         * src/mainwindow.c
11559                 move 'Delete duplicated messages' from
11560                 'Message/' to 'Tools/'
11561                 re-arrange the order of 'Tools/' items
11562
11563 2002-03-22 [paul]       0.7.4claws32
11564
11565         * src/addr_compl.c
11566           src/addressbook.[ch]
11567                 auto-address completion now also matches on
11568                 Nickname. patch submitted by Bob Forsman 
11569                 <hammor@users.sourceforge.net>
11570
11571         * src/editaddress.c
11572                 correct a spelling mistake
11573
11574 2002-03-22 [alfons]     0.7.4claws31
11575
11576         * src/pop.c
11577                 fix getting uidl from incorrect string 
11578                 (spotted by Colin)
11579
11580 2002-03-21 [alfons]     0.7.4claws30
11581
11582         * src/pop.c
11583                 more code refactoring
11584                 plug mem leak introduced by delete on server
11585
11586 2002-03-21 [paul]       0.7.4claws29
11587
11588         * sync with 0.7.4cvs11
11589                 see ChangeLog entries 2002-03-20
11590
11591 2002-03-20 [alfons]     0.7.4claws28
11592
11593         * src/inc.c
11594                 apply Colin's patch and refactor
11595
11596 2002-03-20 [paul]       0.7.4claws27
11597
11598         * sync with sylpheed 0.7.4cvs9
11599                 see ChangeLog entry 2002-03-20
11600
11601 2002-03-19 [christoph]  0.7.4claws26
11602
11603         * src/mh.c
11604         * src/procmsg.[ch]
11605         * src/summaryview.c
11606                 revert changes for flag updates
11607                 (does not work correctly and no time to debug)
11608
11609 2002-03-20 [alfons]     0.7.4claws25
11610
11611         * src/pop.c
11612                 refactor should_delete() a little bit 
11613
11614 2002-03-19 [paul]       0.7.4claws24
11615
11616         * src/inc.[ch]
11617           src/pop.c
11618           src/prefs_account.[ch]
11619                 allow the user to leave downloaded mail on the 
11620                 server for n days. Patch submitted by Colin Leroy 
11621                 <colin@colino.net>
11622
11623 2002-02-19 [paul]       0.7.4claws23
11624
11625         * sync with sylpheed 0.7.4cvs8
11626                 see ChangeLog entries 2002-03-19
11627
11628 2002-03-18 [paul]       0.7.4claws22
11629
11630         * sync with sylpheed 0.7.4cvs6
11631                 see ChangeLog entry 2002-03-18
11632
11633 2002-03-18 [paul]       0.7.4claws21
11634
11635         * po/en_GB.po
11636                 add en_GB message catalogue
11637
11638         * src/mbox_folder.c
11639           src/prefs_account.c
11640           src/prefs_actions.c
11641                 correct a few spelling mistakes
11642
11643 2002-03-17 [alfons]     0.7.4claws20
11644
11645         * src/matcher.c
11646                 more stringent checks for NULL params when writing
11647                 filtering actions to a file
11648                 
11649 2002-03-17 [hoa]        0.7.3claws20
11650
11651         * src/news.c
11652                 fixed the count of new messages
11653
11654         * src/compose.c
11655                 fixed the "attachment properties" window
11656
11657 2002-03-17 [paul]       0.7.4claws19
11658
11659         * src/defs.h
11660           src/folder.h
11661           src/news.c
11662           src/prefs_account.[ch]
11663           src/procmsg.[ch]
11664           src/summaryview.c
11665                 automatically mark cross-posted messages as read 
11666                 and (optionally) give them a colour label
11667                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11668                 
11669
11670 2002-03-17 [paul]       0.7.4claws18
11671
11672         * sync with sylpheed 0.7.4cvs5
11673                 see ChangeLog entry 2002-03-17
11674
11675 2002-03-17 [melvin]     0.7.4claws17
11676         
11677         * src/textview.c
11678                 Worked around a gtktext 'bug': when searching for 
11679                 a text in a long message it was scrolling slowly
11680                 line by line until it hit the searched text.
11681         * po/fr.po
11682                 Updated French translation
11683
11684 2002-03-17 [melvin]     0.7.4claws16
11685
11686         * src/mainwindow.c
11687         * src/compose.c
11688         * src/prefs_actions.c
11689                 Moved "Edit/Actions" to "Tool/Actions"
11690                 Made mainwindow/compose window sensitive as soon as
11691                 no child process is running anymore even if the io dialog
11692                 is open.
11693                 Fixed a struct being initialized with a non constant char*
11694
11695 2002-03-16 [christoph]  0.7.4claws15
11696
11697         * configure.in
11698                 add --with-compiler-flags option
11699                 (only for developer hacking)
11700         * src/mh.c
11701         * src/procmsg.[ch]
11702         * src/summaryview.c
11703                 try to make folder-stats and flag handling more
11704                 independent from the summaryview. msgcounts
11705                 are only set when the folder is opened and
11706                 procmsg_msginfo_(un)set_flags will handle it
11707                 later and summaryview will get the values
11708                 from the folder.
11709
11710 2002-03-16 [paul]       0.7.4claws14
11711
11712         * src/messageview.c
11713                 fix Return-receipt. Patch submitted by Bob
11714                 Woodside <rwoodside1@comcast.net>
11715
11716 2002-03-16 [paul]       0.7.4claws13
11717
11718         * src/compose.c
11719                 fix 'dynamic' signatures, make it work again
11720                 broken during sync on 2002-03-14 (0.7.4claws2)
11721
11722 2002-03-15 [match]      0.7.4claws12
11723
11724         * src/addrharvest.[ch]
11725         * src/addrgather.[ch]
11726         * src/addressbook.[ch]
11727         * src/mainwindow.c
11728                 included address harvester feature. still some
11729                 issues with address parsing that I will fix.
11730
11731 2002-03-15 [match]      0.7.4claws11
11732
11733         * src/addrbook.[ch]
11734         * src/addrcache.[ch]
11735         * src/addressbook.[ch]
11736         * src/addrindex.c
11737         * src/editbook.c
11738         * src/importldif.c
11739         * src/importmutt.c
11740         * src/jpilot.[ch]
11741         * src/main.c
11742         * src/syldap.[ch]
11743         * src/vcard.[ch]
11744                 tidy up. fix memory leaks. moved attribs and methods
11745                 from individual interfaces to addrcache object. prep
11746                 for new stuff to come in.
11747
11748 2002-03-15 [alfons]     0.7.4claws10
11749
11750         * src/matcher.[ch]
11751         * src/matcher_parser_parse.y
11752         * src/matcher_parser_lex.l
11753         * src/prefs_matcher.c
11754                 add filtering conditions message greater than, smaller 
11755                 than, and exactly matching a size in bytes
11756                 (does not work with delete from POP3 server yet)
11757
11758                 this should also give others an idea what you should
11759                 do to add new criterions to claws filtering system
11760                 
11761
11762 2002-03-15 [paul]       0.7.4claws9
11763
11764         * tools/filter_conv.pl
11765                 exit if there are no filter rules to convert
11766                 rename filterrc to filterrc.old after completion
11767
11768 2002-03-15 [paul]       0.7.4claws8
11769
11770         * sync with sylpheed 0.7.4cvs3
11771                 see ChangeLog entry 2002-03-14
11772
11773 2002-03-14 [paul]       0.7.4claws7
11774
11775         * src/compose.c
11776                 clean up the last commit (ahem)
11777
11778 2002-03-14 [paul]       0.7.4claws6
11779
11780         * src/compose.c
11781                 fix bug #515655. honour account preferences
11782                 regarding gpg default signing/encryption when 
11783                 changing account from the compose window.
11784
11785 2002-03-14 [paul]       0.7.4claws5
11786
11787         * src/folderview.c
11788                 remove unnecessary curly brackets
11789
11790 2002-03-14 [paul]       0.7.4claws4
11791
11792         * src/folderview.c
11793           src/prefs_filtering.[ch]
11794                 add filter rename on folder rename and filter
11795                 delete on folder delete. Patch submitted by
11796                 Neill Miller <neillm@thecodefactory.org> 
11797
11798 2002-03-14 [christoph]  0.7.4claws3
11799
11800         * src/procmsg.c
11801         * src/send.c
11802                 fix local delivery
11803                 (patch submitted by "Simon 'corecode' Schubert")
11804         * src/prefs_common.c
11805         * src/procmsg.c
11806                 fix gcc 3.0 warning
11807
11808 2002-03-14 [paul]       0.7.4claws2
11809
11810         * sync with sylpheed 0.7.4cvs2
11811                 see ChangeLog entry 2002-03-13
11812
11813 2002-03-12 [darko]      0.7.4claws1
11814
11815         * src/mainwindow.c
11816                 fix what seems to be a copy and paste error
11817                 when setting color for important messages
11818                 (reported by wwp)
11819
11820 2002-03-11 [paul]       version 0.7.4claws released
11821
11822 2002-03-11 [paul]       0.7.4claws
11823
11824         * po/es.po
11825           po/it.po
11826           po/nl.po
11827           po/pt_BR.po
11828                 update message catalogs. Submitted by Ricardo Mones 
11829                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11830                 Fabio Junior Beneditto
11831
11832         * configure.in
11833           faq/Makefile.am
11834           faq/it/Makefile
11835           faq/it/sylpheed-faq*
11836           src/mainwindow.c
11837           src/manual.[ch]
11838                 add FAQ in Italian
11839         
11840
11841 2002-03-11 [jens]       0.7.3claws7
11842
11843         * po/de.po
11844                 updated German translation
11845
11846 2002-03-11 [melvin]     0.7.3claws6
11847
11848         * po/fr.po
11849                 updated and corrected French translation
11850
11851 2002-03-10 [hoa]        0.7.3claws5
11852
11853         * src/account.c
11854         * src/inc.c
11855         * src/prefs_account.c
11856         * src/procmsg.c
11857         * src/send.[ch]
11858                 fixed the local account.
11859                 you have to change the default "/usr/sbin/sendmail"
11860                 to "/usr/sbin/sendmail -t" in the preferences of
11861                 the local account.
11862
11863         * src/procmime.c
11864                 removed some debug display for renderer
11865
11866 2002-03-10 [paul]       0.7.3claws4
11867
11868         * faq/en/sylpheed-faq-1.html
11869           faq/en/sylpheed-faq-2.html
11870                 update
11871
11872 2002-03-09 [paul]       0.7.3claws3
11873
11874         * sync with sylpheed 0.7.4
11875                 see ChangeLog entry 2002-03-09
11876
11877 2002-03-08 [paul]       0.7.3claws2
11878
11879         * faq/en/sylpheed-faq*
11880           faq/es/sylpheed-faq*
11881           faq/fr/sylpheed-faq*
11882                 update the FAQs
11883
11884         * manual/fr/.cvsignore
11885           manual/fr/Makefilea.am
11886           manual/fr/sylpheed*
11887           src/mainwindow.c
11888           src/manual.[ch]
11889                 add the French manual
11890
11891 2002-03-07 [paul]       0.7.3claws1
11892
11893         * sync with sylpheed 0.7.3cvs4
11894                 see ChangeLog entries  2002-03-06 and 2002-03-07
11895         
11896         * po/nl.po
11897                 updated by Wilbert Berendsen
11898
11899 2002-03-07 [melvin]     0.7.2claws34
11900
11901         * src/selective_download.c
11902                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11903
11904 2002-03-06 [paul]       0.7.2claws33
11905
11906         * sync with sylpheed 0.7.3cvs1
11907                 bug fix, see ChangeLog entry 2002-03-05
11908
11909 2002-03-05 [paul]       0.7.2claws32
11910
11911         * src/mimeview.c
11912           src/pgptext.[ch]
11913           src/procmsg.c
11914                 reverse the pgp ascii-armored code implemented in 
11915                 0.7.2claws16. removal of this code until it matures.
11916                 this means that verifying ascii-armored pgp sigs and
11917                 automatic decryption of ascii-armored encrypted
11918                 messages no longer works.
11919
11920 2002-03-05 [paul]       0.7.2claws31
11921
11922         * configure.in
11923           Makefile.am
11924         * faq/Makefile.am
11925         * faq/en/Makefile.am
11926           faq/en/sylpheed-faq.html
11927           faq/en/sylpheed-faq-1.html
11928           faq/en/sylpheed-faq-2.html
11929           faq/en/sylpheed-faq-3.html
11930         * faq/es/Makefile.am
11931           faq/es/sylpheed-faq.html
11932           faq/es/sylpheed-faq-1.html
11933           faq/es/sylpheed-faq-2.html
11934           faq/es/sylpheed-faq-3.html
11935           faq/es/sylpheed-faq-4.html
11936         * faq/fr/Makefile.am
11937           faq/fr/sylpheed-faq.html
11938           faq/fr/sylpheed-faq-1.html
11939           faq/fr/sylpheed-faq-2.html
11940           faq/fr/sylpheed-faq-3.html
11941         * src/Makefile.am
11942           src/defs.h
11943           src/mainwindow.c
11944           src/manual.[ch]
11945                 add FAQs in English, Spanish and French
11946
11947
11948 2002-03-05 [paul]       0.7.2claws30
11949
11950         * manual/en/sylpheed.html
11951           manual/en/sylpheed-XX.html
11952                 updated the English manual
11953
11954 2002-03-05 [hoa]        
11955
11956         * src/summaryview.c
11957                 dialog box pops up if the article can't be deleted.
11958
11959 2002-03-04 [paul]       
11960         
11961         * po/pt_BR.po
11962                 updated by Fabio Junior Benedito
11963
11964 2002-03-04 [hoa]
11965
11966         * removed ac/gpgme.m4
11967                 to avoid autogen common problem
11968                 developers have to install gpgme development package now
11969
11970         * src/compose.c
11971                 encoding to 7bit or 8bit is enabled.
11972
11973 2002-03-03 [alfons]     0.7.2claws29
11974
11975         * src/pop.c
11976                 merge fix by Oliver Haertel for selective
11977                 download buglet
11978
11979 2002-03-03 [paul]       0.7.2claws28
11980         
11981         * sync with sylpheed 0.7.3
11982
11983 2002-03-03 [paul]       0.7.2claws27
11984
11985         * sync with sylpheed 0.7.2cvs24
11986                 see ChangeLog entries 2002-03-02 and 2002-03-03
11987
11988 2002-03-02 [melvin]     0.7.2claws26
11989
11990         * src/inc.[ch]
11991         * src/main.c
11992         * src/mainwindow.c
11993         * src/prefs_common.[ch]
11994                 Added user definable notification on new mail arrival.
11995                 Removed unused variables in spell checker prefs code.
11996
11997 2002-03-02 [melvin]     0.7.2claws25
11998
11999         * src/quote_fmt.c
12000                 Removed unnecessary escape sequences.
12001                 Changed 'Initial...' to 'Initials of Sender'
12002
12003 2002-03-02 [paul]       0.7.2claws24
12004
12005         * sync with sylpheed 0.7.2cvs22
12006                 see ChangeLog entry 2002-03-01
12007
12008 2002-03-01 [hoa]        0.7.2claws23
12009
12010         * src/mainwindow.c
12011                 Set sensitivity of delete actions to active
12012                 even if the folder is a newsgroup.
12013
12014         * src/summaryview.c
12015                 - Set sensitivity of delete actions
12016                 - Added function check_permission() that will check if the
12017                   user is authorized to delete a message. For news, it
12018                   will check if the author is the same.
12019                 - Enabled deletion when there is no trash folder.
12020
12021         * src/news.[ch]
12022                 - Added news_cancel_article() to cancel articles
12023                 - Implemented news_remove_message() (public function)
12024
12025 2002-03-01 [paul]       0.7.2claws22
12026
12027         * src/gtkutils.c
12028           src/textview.c
12029                 recognise urls that that don't include 'http://' and
12030                 simply begin 'www.' 
12031
12032         * AUTHORS
12033                 remove duplicated name
12034
12035 2002-02-28 [paul]       0.7.2claws21
12036
12037         * src/mainwindow.c
12038           src/summaryview.[ch]
12039                 add ability to 'Select thread'
12040                 combines Melvin's "Select thread's head" patch (#510907)
12041                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12042                 patch (#518514) 
12043
12044 2002-02-28 [paul]       0.7.2claws20
12045
12046         * src/mimeview.c
12047                 hopefully fix segfault on right-clicking a mime part
12048                 that some people have experienced.      
12049                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12050
12051 2002-02-28 [paul]       0.7.2claws19
12052
12053         * sync with sylpheed 0.7.2cvs21
12054                 see ChangeLog entries 2002-02-27 and 2002-02-28
12055
12056 2002-02-27 [paul]       0.7.2claws18
12057
12058         * sync with sylpheed 0.7.2cvs18
12059                 see ChangeLog entries 2002-02-26 and 2002-02-27
12060
12061 2002-02-26 [alfons]     0.7.2claws17
12062
12063         * src/procheader.c
12064                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12065                 (spotted by Chris Hessman <idatech@gmx.net>)
12066
12067 2002-02-26 [paul]       0.7.2claws16
12068
12069         * src/mimeview.c
12070           src/pgptext.[ch]
12071           src/procmsg.c
12072                 make decryption of ascii-armored pgp encrypted messages
12073                 and verification of ascii-armored signatures work again.
12074                 slightly altered from the patch by Jens Jahnke 
12075                 <jan0sch@gmx.net>
12076
12077                 ##FIX ME##
12078                 * the checking of plaintext signatures always comes up in 
12079                   a popup box
12080                 * it doesn't work for multipart messages 
12081                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12082                   including the msg headers and these 2 line themselves, are 
12083                   not displayed
12084
12085         * src/mainwindow.c
12086                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12087                 "View/Message View" becomes "View/Separate Message View"
12088                 because its less ambiguous.
12089
12090         * po/es.po
12091                 updated by Ricardo Mones Lastra
12092
12093 2002-02-26 [paul]       0.7.2claws15
12094
12095         * sync with sylpheed 0.7.2cvs17
12096                 see ChangeLog entries 2002-02-25 and 2002-02-26
12097
12098 2002-02-25 [christoph]  0.7.2claws14
12099
12100         * src/filtering.[ch]
12101         * src/inc.c
12102                 do filtering stuff after all messages have been received
12103                   1. drop all messages to .processing
12104                   2. scan processing folder for messages
12105                   3. filter messages or move to inbox
12106                 this will also find old messages left in processing after
12107                 a crash or something like that and we get a real msginfo
12108                 from folder->get_msg_list and do not have to create our
12109                 own in filter_message
12110         * src/matcher_parser_parse.y
12111                 remove MIX/MAX warning (reordered includes)
12112
12113 2002-02-25 [paul]       0.7.2claws13
12114
12115         * sync with sylpheed 0.7.2cvs15
12116                 see ChangeLog entry 2002-02-24
12117
12118 2002-02-24 [alfons]     0.7.2claws12
12119
12120         * src/filtering.c
12121                 clear old color flags first when applying a new color to
12122                 a message info. 
12123                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12124
12125 2002-02-24 [alfons]     0.7.2.claws11
12126         
12127         * AUTHORS
12128         * src/prefs_common.c
12129                 add presets for Opera and Konqueror, closes patch #517261,
12130                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12131
12132 2002-02-24 [alfons]     0.7.2.claws10
12133
12134         * AUTHORS
12135         * src/summaryview.c
12136                 fix threading for null message ids, closes patch #521601,
12137                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12138
12139 2002-02-24 [alfons]     0.7.2claws9
12140
12141         * src/summaryview.c
12142         * src/filtering.c
12143                 make Tool | Filter Message work with filtering system so
12144                 setting flags also works
12145
12146                 TODO:
12147
12148                 - Processing uses the same function as Tool | Filter
12149                   Message, but doesn't use the same update proc yet
12150
12151 2002-02-23 [paul]       0.7.2claws8
12152
12153         * sync with sylpheed 0.7.2cvs14
12154                 see ChangeLog entries 2002-02-22 and 2002-02-23
12155
12156 2002-02-22 [christoph]  0.7.2claws7
12157
12158         * src/quote_fmt.c
12159                 Add column space to table
12160         * src/quote_fmt_parse.y
12161                 Close files
12162
12163 2002-02-22 [paul]       0.7.2claws6
12164
12165         * src/Makefile.am
12166           src/defs.h
12167           src/filtering.c
12168           src/inc.[ch]
12169           src/mainwindow.c
12170           src/matcher.[ch]
12171           src/matcher_parser_lex.l
12172           src/matcher_parser_parse.y
12173           src/pop.[ch]
12174           src/prefs_account.h
12175           src/prefs_filtering.c
12176           src/selective_download.[ch]   *** NEW FILES ***
12177           src/utils.[ch]
12178           po/POTFILES.in
12179                 Selective Download added to 'Tool' menu. 
12180                 Retrieves email headers of the currently selected pop3 
12181                 account and allows the user to mark emails for deletion 
12182                 right on the pop3 server. Patch submitted by Oliver Haertel 
12183                 <oha@users.sourceforge.net>.
12184         
12185         * po/POTFILES.in
12186                 add 'src/quote_fmt.c'           
12187
12188 2002-02-22 [christoph]  0.7.2claws5
12189
12190         * src/Makefile.am
12191                 added quote_fmt.c
12192         * src/prefs_common.[ch]
12193         * src/prefs_template.c
12194         * src/quote_fmt.c               *** NEW FILE ***
12195         * src/quote_fmt.h
12196                 move quote format symbol description code
12197                 to it's own file because it is used from
12198                 differnent code parts
12199                 Rewrote symbol description GUI
12200                   + use table
12201                   + add separators
12202                   + get data from array (no more long constant strings)
12203         * src/quote_fmt_lex.l
12204         * src/quote_fmt_parse.y
12205                 Symbol for Literal % changed to \% instead of %%
12206                 (More logical as \ is used for quoting for other symbols)
12207                 Add |f and |p to include files and program output
12208                 Examples:
12209                     |f{/home/.../.signature}
12210                     |p{date}
12211         * po/de.po
12212                 Correct wrong spelling for "Referenzen"
12213
12214 2002-02-21 [paul]       0.7.2claws4
12215
12216         * src/procmsg.c
12217                 forgotten during sync
12218
12219 2002-02-21 [paul]       0.7.2claws3
12220
12221         * sync with sylpheed 0.7.2cvs11
12222                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12223                 2002-02-20 and 2002-02-21
12224
12225 2002-02-20 [melvin]     0.7.2claws2
12226
12227         * src/prefs_actions.c
12228                 Added error report when child cannot fork or when execvp 
12229                 returns with an error.
12230
12231 2002-02-19 [christoph]  0.7.2claws1
12232
12233         * src/codeconv.c
12234                 return unconverted text if conde conversion is not possible
12235                 when libjconv is used.
12236                 (patch submitted by "Simon 'corecode' Schubert")
12237
12238 2002-02-19 [paul]       
12239
12240         * version 0.7.2claws release
12241
12242 2002-02-19 [paul]       0.7.2claws
12243
12244         * po/nl.po
12245                 updated by Wilbert Berendsen
12246
12247
12248 2002-02-18 [alfons]     0.7.1claws13
12249
12250         * src/syldap.c
12251         * src/jpilot.c
12252                 remove references to dlfcn and explicitly loading functions
12253                 from dynalink libs, because libs linked anyway, and functions
12254                 are loaded explicitly
12255
12256 2002-02-17 [melvin]     0.7.1claws12
12257
12258         * src/prefs_actions.c
12259                 Replaced children wait loop with double fork technique.
12260                 Now, input/output window updated at each new output.
12261                 free_children(): Fixed a memory leak.
12262                 Made input/output window non closable if running children
12263                 still exist.
12264                 Added missing <unistd.h> include.
12265                 Added some --debug outputs.
12266
12267 2002-02-17 [melvin]     0.7.1claws11
12268
12269         * src/summaryview.c
12270                 Fixed bug where descending sort order did not select top
12271                 message.
12272
12273 2002-02-17 [melvin]     0.7.1claws10
12274
12275         * acconfig.h
12276                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12277         * src/prefs_common.c
12278                 Pspell data package directory no more hard coded but
12279                 set during configuration (PSPELL_PATH). (Thanks to 
12280                                 Gustavo Noronha Silva.)
12281
12282 2002-02-17 [melvin]     0.7.1claws9
12283
12284         * configure.in
12285                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12286         * src/gtkspell.c
12287                 Fixed compile-time warnings.
12288
12289 2002-02-16 [alfons]     0.7.1claws8
12290
12291         * src/filesel.c
12292                 fix inadvertent free of NULL pointer which caused
12293                 sylpheed to crash when closing the save-as dialog
12294                 using the window close button
12295
12296 2002-02-16 [carsten]    0.7.1claws7
12297         * src/mainwindow.[ch]
12298           src/summaryview.c
12299           src/prefs_common.c
12300                 fixes for pixmap theming code:
12301                         - recently changed mail attributes shouldn't get
12302                           lost any longer
12303                         - theme is only reloaded iff another theme was
12304                           selected
12305
12306 2002-02-16 [paul]       0.7.1claws6
12307
12308         * sync with sylpheed 0.7.2 release
12309                 see ChangeLog entry 2002-02-15 and 2002-02-16
12310
12311 2002-02-15 [paul]       0.7.1claws5
12312
12313         * sync with sylpheed 0.7.1cvs9
12314                 see ChangeLog entry 2002-02-15
12315
12316         * po/POTFILES.in
12317                 remove unneeded headerwindow.c entry
12318
12319 2002-02-14 [carsten]    0.7.1claws4
12320         * src/summaryview.c
12321                 fixed a bug for "Go to next unread message": there was
12322                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12323                 in the prefs, because of doing "Search again" instead
12324                 "No"
12325
12326 2002-02-14 [carsten]    0.7.1claws3
12327         * src/stock_pixmap.c
12328                 removed 2 more mem leaks; following memprof,
12329                 this code is "leak free" now :)
12330
12331 2002-02-14 [carsten]    0.7.1claws2
12332         * src/stock_pixmap.c
12333                 used opendir/readdir/closedir instead of scandir
12334                 -> code should work now on Solaris
12335
12336 2002-02-14 [paul]       0.7.1claws1
12337
12338         * sync with sylpheed 0.7.1cvs8
12339                 see ChangeLog entries 2002-02-13 and 2002-02-14
12340
12341         * README.claws
12342                 add some description of Actions and Pixmap Themes
12343
12344 2002-02-13 [paul]       
12345
12346         * version 0.7.1claws release
12347
12348 2002-02-13 [paul]       0.7.1claws
12349
12350         * po/es.po
12351           po/it.po
12352           po/pt_BR.po
12353                 updated translations, submitted by Ricardo Mones Lastra,
12354                 Alessandro Maestri and Fabio Junior Beneditto
12355
12356 2002-02-13 [melvin]     0.7.0claws75
12357
12358         * src/prefs_actions.c
12359                 Added missing "signal.h" include
12360
12361 2002-02-13 [melvin]     0.7.0claws74
12362
12363         * src/prefs_folder_item.c
12364                 Added missing "config.h" include
12365         * po/fr.po
12366                 Updated French translation for folder propriety.
12367
12368 2002-02-13 [jens]       0.7.0claws73
12369
12370         * po/POTFILES.in
12371                 Added missing src/prefs_folder_item.c [log added by melvin]
12372         * po/de.po
12373                 Updated German translation.
12374
12375 2002-02-13 [melvin]     0.7.0claws72
12376
12377         * po/fr.po
12378                 Updated French translation.
12379
12380 2002-02-13 [melvin]     0.7.0claws71
12381
12382         * src/gtkutils.c
12383                 Made gtkut_editable_get_selection return NULL if selection
12384                 is of length zero.
12385                 This fixes a bug where selecting part of message A then
12386                 switching to message B and replying to it will not
12387                 quote the message's body.
12388
12389 2002-02-12 [paul]       0.7.0claws70
12390
12391         * src/mainwindow.c
12392                 cosmetic, relating to pixmap themes: on toolbar make 
12393                 updating of 'Exec' and 'Compose news/Compose email'
12394                 icons faster.
12395
12396 2002-02-12 [carsten]    0.7.0claws69
12397         * src/folderview.c
12398           src/mainwindow.[ch]
12399           src/stock_pixmap.c
12400           src/summaryview.c
12401           src/prefs_common.c
12402                 - refreshing after changing pixmap theme better
12403                   now (thanks Paul)
12404                 - wanted to remove some mem leaks, but alfons was
12405                   faster (and had the better solution ;)
12406
12407 2002-02-12 [alfons]     0.7.0claws68
12408
12409         * src/prefs_common.c
12410         * src/stock_pixmap.[ch]
12411                 plug mem leaks, refactor code a little bit
12412
12413
12414 2002-02-12 [sergey]     0.7.0claws67
12415
12416         * src/imap.c
12417                 Fixed problem with copying messages to IMAP folders when the
12418                 server uses something other than '/' as a namespace separator
12419                 (cyrus-imapd uses '.').
12420
12421 2002-02-12 [jens]       0.7.0claws66
12422
12423         * po/de.po
12424                 Updated German Translation
12425
12426 2002-02-12 [paul]       0.7.0claws65
12427
12428         * sync with sylpheed 0.7.1cvs1
12429                 see ChangeLog entry 2002-02-12
12430
12431 2002-02-12 [melvin]     0.7.0claws64
12432
12433         * src/prefs_actions.c
12434                 Fixed "feature" where children's output was duplicated 
12435                 instead of refreshed while monitoring.
12436                 Removed some debug code.
12437
12438 2002-02-12 [christoph]  0.7.0claws63
12439
12440         * src/compose.c
12441                 always delete message from queue after sending/send error
12442                 (closes bug #509601)
12443
12444 2002-02-12 [melvin]     0.7.0claws62
12445
12446         * src/prefs_actions.c
12447                 Children wait loop is now triggered with a timeout of 1s
12448                 Added %F which is replaced with the list of filenames 
12449                 of all selected messages (as suggested by Ricardo Mones Lestra)
12450                 Pipe syntax changed. Prefix with | to send selection, postfix
12451                 with | to retrieve output. Prefix with > or * to send
12452                 user definable input to the command (*: input is hidden)
12453                 Old pipe action should now be postfixed with |, too.
12454
12455 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12456         * src/stock_pixmap.c
12457                 fixed a bug: if there's no theme directory don't
12458                 throw an error, just do "nothing" (thanks Alfons)
12459
12460 2002-02-12 [carsten]    0.7.0claws60
12461         * src/folderview.c
12462           src/summaryview.c
12463                 had to write the cache twice (nasty!); some marks would 
12464                 get lost if not
12465
12466 2002-02-11 [carsten]    0.7.0claws59
12467         * acconfig.h
12468           configure.in
12469           doc-src/maintainer_guide.txt
12470           src/compose.[ch]
12471           src/defs.h
12472           src/folderview.[ch]
12473           src/gtkutils.[ch]
12474           src/mainwindow.[ch]
12475           src/prefs_common.[ch]
12476           src/stock_pixmap.[ch]
12477           src/summaryview.[ch]
12478                 pixmap theming and related work on pixmap
12479                 handling on some other places
12480                 (e.g. hrm features for all folder)
12481           src/pixmap/stock_*.xpm -> the stock_ was removed
12482         
12483 2002-02-11 [paul]       0.7.0claws58
12484
12485         * sync with sylpheed 0.7.1 release
12486                 see ChangeLog entries 2002-02-11
12487
12488 2002-02-08 [paul]       0.7.0claws57
12489
12490         * sync with sylpheed 0.7.0cvs39
12491                 see ChangeLog entry 2002-02-07 (last entry) 
12492
12493         * src/prefs_actions.c
12494           src/prefs_filtering.c
12495           src/prefs_matcher.c
12496           src/prefs_scoring.c
12497                 sync: made it compile with C compilers other than gcc
12498
12499 2002-02-07 [paul]       0.7.0claws56
12500
12501         * sync with sylpheed 0.7.0cvs38
12502                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12503                 2002-02-07
12504
12505 2002-02-07 [darko]      0.7.0claws55
12506
12507         * src/gtkutils.[ch]
12508         * src/summaryview.c
12509                 Fix const gchar */gchar * issue (thanks Hiro)
12510
12511 2002-02-07 [darko]      0.7.0claws54
12512
12513         * src/compose.[ch]
12514         * src/filtering.c
12515         * src/gtkutils.[ch]
12516         * src/prefs_template.c
12517         * src/quote_fmt.h
12518         * src/quote_fmt_parse.y
12519         * src/summaryview.c
12520         * src/utils.[ch]
12521                 When replying or forwarding an email don't quote the entire
12522                 mail body but use the part of the message text that is selected
12523
12524 2002-02-06 [melvin]     0.7.0claws53
12525
12526         * src/prefs_common.[ch]
12527         * src/gtkspell.[ch]
12528         * src/compose.c
12529                 Made possible to switch quickly to last used dictionary
12530                 which makes checking bilingual documents easier.
12531
12532 2002-02-06 [melvin]     0.7.0claws52
12533         
12534         * po/POTFILES.in
12535                 Added forgotten new file src/prefs_actions.c
12536
12537 2002-02-06 [melvin]     0.7.0claws51
12538
12539         * src/prefs_actions.c   ** NEW FILE **
12540         * src/prefs_actions.h   ** NEW FILE **
12541                 Added actions to execute on message text view, or on the
12542                         message's file.
12543         * src/Makefile.am
12544                 Added src/prefs_actions.[ch]
12545         * src/compose.c
12546                 Added new menu "Edit/Actions"
12547         * src/defs.h
12548                 Added new actionsrc file.
12549         * src/main.c
12550                 Added actionsrc reading.
12551         * src/mainwindow.c
12552                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12553         * src/prefs_common.h
12554                 Added new element actionslst element to prefs_common.
12555
12556 2002-02-06 [paul]       0.7.0claws50
12557
12558         * sync with sylpheed 0.7.0cvs36
12559                 see ChangeLog entry 2002-02-06
12560
12561 2002-02-05 [paul]
12562
12563         * po/es.po
12564                 updated by Ricardo Mones Lastra
12565
12566 2002-02-05 [paul]       0.7.0claws49
12567
12568         * sync with sylpheed 0.7.0cvs33
12569                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12570
12571 2002-02-05 [paul]       0.7.0claws48
12572
12573         * src/compose.c
12574                 re-add 'Edit/Advanced/Delete entire line', previously named
12575                 'Delete Line+'
12576
12577 2002-02-04 [paul]       0.7.0claws47
12578
12579         * src/compose.c
12580           src/summaryview.c
12581                 fix bug #494993 (Reply All not taking Reply-To into consi)
12582                 eliminate differences in behaviour of right-click 'Reply to all' 
12583                 in summary view and 'Reply to all' on the toolbar. 
12584                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12585                 view and From gets ignored by 'Reply to all' on toolbar.
12586                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12587                 From when no Reply-To header is present.
12588
12589 2002-02-04 [paul]       0.7.0claws46
12590
12591         * sync with sylpheed 0.7.0cvs30
12592                 see ChangeLog entries 2002-02-03 and 2002-02-04
12593
12594 2002-02-03 [melvin]     0.7.0claws45
12595
12596         * src/gtkspell.[ch]
12597                 Readded function to highlight all misspelled words.
12598                 Fixed bug where user-provided-words did not replace
12599                         correctly the misspelled word when using the mouse.
12600                 Fixed bug where checking a region selected from right to left did
12601                         not check the region at all.
12602                 Fixed bug where 'Check backwards' may not check at all. 
12603                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12604                 Fixed possible buffer overflow when checking for long strings (>1k).
12605                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12606                 Accelerators code uses now gtk_widget_add_accel.
12607                 Removed and disabled obsolete and unfinished code.
12608                 Cleaning up.
12609
12610         * src/compose.c
12611                 Added menu item to Highlight all misspelled words.
12612
12613 2002-02-01 [paul]       0.7.0claws44
12614
12615         * src/mainwindow.c
12616                 fix '/View/Hide read messages' sensitivity when all
12617                 messages in a folder are hidden
12618
12619 2002-02-01 [paul]       0.7.0claws43
12620
12621         * src/main.c
12622                 add --send option to command line interface, sends all
12623                 queued mail. Patch submitted by Ricardo Mones Lastra.
12624
12625 2002-01-31 [paul]       0.7.0claws42
12626
12627         * src/mainwindow.c
12628                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12629
12630 2002-01-31 [paul]       0.7.0claws41
12631
12632         * sync with sylpheed 0.7.0cvs27
12633                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12634                 and 2002-01-31
12635
12636         * src/textview.c
12637                 comment out elements of textview_show_part() as temporary
12638                 workaround for attachment 'Display as text' bug 
12639
12640         * po/pt_BR.po
12641                 updated by Fabio Junior Beneditto
12642
12643 2002-01-30 [paul]       0.7.0claws40
12644
12645         * sync with sylpheed 0.7.0cvs24
12646                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12647                 and 2002-01-30
12648
12649         * src/compose.c
12650                 add {N_("/_Spelling"), ... "<Branch>"} to 
12651                 GtkItemFactoryEntry compose_entries[]
12652
12653         * src/prefs_common.c
12654                 add claws menu items to prefs_keybind_apply_clicked()
12655                 and remove non-claws menu items
12656
12657 2002-01-29 [paul]       0.7.0claws39
12658
12659         * sync with sylpheed 0.7.0cvs22
12660                 see ChangeLog entries 2002-01-28 and 2002-01-29
12661
12662 2002-01-28 [melvin]     0.7.0claws38
12663
12664         * src/compose.c
12665                 Added the declartion of compose_send_control_enter.
12666
12667         * src/compose.c
12668         * src/gtkspell.[ch]
12669                 Added in a 'Spelling' menu which includes the configuration menu. 
12670                 Added a real 'Check all' and got rid from the old one which only
12671                 highlited misspelled word.
12672                 Made 'Check while typing' a disableable option.
12673                 Added a dialog when there are no more misspelled word.
12674                 Added a dialog if error occurs when switching to a dictionary.
12675         
12676         * src/prefs_common.[ch]
12677                 Added option for the default 'Check while typing' option.
12678
12679
12680 2002-01-28 [alfons]     0.7.0claws37
12681
12682         * src/compose.c
12683                 fix buglet and make code comply with sylpheed code style
12684
12685 2002-01-28 [paul]       0.7.0claws36
12686
12687         * sync with sylpheed 0.7.0cvs19
12688                 see ChangeLog entries for 2002-01-28
12689
12690 2002-01-28 [hoa]        0.7.0claws35
12691
12692         * src/defs.h
12693                 added rendererrc
12694
12695         * src/main.c
12696                 read the renderer config
12697
12698         * src/procmime.[ch]
12699                 use the renderer config to convert mime attachments
12700
12701         * src/textview.c
12702                 don't use textview_show_html/ertf,
12703                 use get_text_content instead
12704
12705 2002-01-27 [alfons]     0.7.0claws34
12706         
12707         * src/news.c
12708                 make sylpheed believe it can delete a news message...
12709                 (messages are NOT deleted, maybe we should remove
12710                 processing from the folder properties after all.)
12711
12712 2002-01-27 [alfons]     0.7.0claws33
12713
12714         * src/folder.c
12715                 add extra checks
12716         * src/news.c
12717                 implement remove_msg() 
12718
12719 2002-01-27 [alfons]     0.7.0claws32
12720
12721         * src/procmsg.h
12722         * src/procheader.c
12723         * src/messageview.c
12724                 fix return receipt / disposition notification again. this
12725                 stuff seems to break on _every_ major summary UI change, so
12726                 it's now implemented using a flag which is saved in the
12727                 marks cache
12728                 
12729 2002-01-26 [alfons]     0.7.0claws31
12730
12731         * src/import.c
12732                 let import dialog show the destination folder identifier
12733
12734 2002-01-26 [melvin]     0.7.0claws30
12735
12736         * src/folderview.c
12737         * src/summaryview.c
12738                 Readded 'Mark all read' into summary view popup menu
12739                 Added 'Mark all read' in folder view popup menu for IMAP
12740                 and NNTP.
12741                 Made it insensitive if the selected folder is not the shown
12742                 one to avoid 'Mark all read' on the wrong folder.
12743                 
12744 2002-01-26 [paul]       0.7.0claws29
12745
12746         * src/folderview.c
12747           src/summaryview.c
12748                 move 'Mark all read' from summary view to folder view
12749                 menu. (adapted from) patch submitted by Jeremy Andrews,
12750                 <lists@kerneltrap.com>
12751
12752 2002-01-25 [alfons]     0.7.0claws28
12753
12754         * src/gtkstext.c
12755                 put the gtk class name back so GtkSText adapts the 
12756                 settings of GtkText
12757
12758 2002-01-25 [alfons]     0.7.0claws27
12759
12760         * src/folderview.c 
12761                 assimilate Ricardo's patch that shows pixmaps instead of
12762                 plain "new" and "unread" texts in the folder view column
12763                 headers 
12764
12765 2002-01-25 [paul]       0.7.0claws26
12766
12767         * src/Makefile.am
12768                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12769                 be found in non-standard locations. 
12770                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12771
12772 2002-01-25 [paul]       0.7.0claws25
12773
12774         * sync with sylpheed 0.7.0cvs16
12775                 see ChangeLog entry 2002-01-25
12776
12777 2002-01-24 [paul]       0.7.0claws24
12778
12779         * more sync with sylpheed 0.7.0cvs15
12780                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12781
12782 2002-01-23 [sergey]     0.7.0claws23
12783
12784         * src/importldif.c
12785                 Fixed segfault when closing LDIF import wizard with
12786                 the window manager.
12787         * src/imageview.c
12788         * src/imageview.h
12789         * src/messageview.c
12790         * src/mimeview.c
12791                 Fixed wrong scrolling position after switching between
12792                 text and image parts.
12793
12794 2002-01-23 [paul]       0.7.0claws22
12795
12796         * sync with sylpheed 0.7.0cvs15
12797                 see ChangeLog entries 2002-01-22 and 2002-01-23
12798
12799 2002-01-21 [melvin]     0.7.0claws21
12800
12801         * src/prefs_scoring.c
12802         * src/prefs_filtering.c
12803                 Fixed bug where scoring and filtering windows stopped
12804                 autochecking.
12805
12806 2002-01-21 [paul]       0.7.0claws20
12807
12808         * sync with sylpheed 0.7.0cvs12
12809                 see ChangeLog entries 2002-01-20 and 2002-01-21
12810
12811 2002-01-21 [carsten]    0.7.0claws19
12812         * src/mainwindow.c
12813         * src/menu.[ch]
12814         * src/messageview.[ch]
12815         * src/summaryview.[ch]
12816                 changes to shortcuts handling again:
12817                         + "Q" now controled by mainwin
12818                         + v/V are now customizable and have slightly
12819                           different meanings
12820                 the "button" to minimize the messageview (and maximize
12821                 the summary view) is a real button now
12822         * src/compose.c
12823                 "Delete Line+" added to Edit/Advanced (this will also
12824                 delete the '\n')
12825
12826 2002-01-20 [melvin] 0.7.0claws18
12827
12828         * src/addressbook.c
12829                 Made "Bcc" sensitive when addressbook is called from
12830                 compose window (it was a Claws only bug).
12831
12832 2002-01-19 [alfons] 0.7.0claws17
12833
12834         * src/inc.c
12835                 prevent unnecessary updates when currently selected folder has
12836                 no new messages 
12837
12838 2002-01-19 [alfons] 0.7.0claws16
12839         
12840         * src/summaryview.c
12841                 prevent writing the cache based on current message list in summary 
12842                 view when filtering also put messages in currently selected folder
12843
12844 2002-01-19 [paul]
12845
12846         * po/it.po
12847                 Italian translation submitted by Alessandro Maestri
12848                 <a.maestri@cs.tin.it>
12849
12850 2002-01-18 [melvin]     0.7.0claws15
12851
12852         * src/prefs_filters.c
12853                 fixed bug where 'cancel' from 'filters' window stops autochecking
12854                 if the timer timed out  when the window was open.
12855
12856 2002-01-18 [match]      0.7.0claws14
12857
12858         * src/addrclip.[ch]     ** NEW FILE **
12859         * src/addrselect.[ch]   ** NEW FILE **
12860         * src/adbookbase.h      ** NEW FILE **
12861                 addressbook cut, copy and paste
12862         * src/addrbook.[ch]
12863         * src/addrcache.[ch]
12864         * src/addressitem.h
12865         * src/addrindex.[ch]
12866         * src/addritem.[ch]
12867         * src/importldif.c
12868         * src/importmutt.c
12869         * src/jpilot.[ch]
12870         * src/syldap.[ch]
12871         * src/vcard.[ch]
12872         * src/jpilot.[ch]
12873         * src/editbook.c
12874         * src/editjpilot.c
12875         * src/editldap.c
12876         * src/editvcard.c
12877                 support for copy/paste
12878         * src/addressbook.c
12879                 support for copy/paste
12880                 tidy up menu option processing
12881                 correct address list function arguments
12882         * src/editaddress.c
12883                 sort user attributes
12884         * src/ldif.h
12885         * src/mutt.h
12886                 tidy up
12887
12888         * src/addrbook.[ch]
12889         * src/addrbook.[ch]
12890         * src/addrbook.[ch]
12891                 
12892
12893 2002-01-18 [paul]       0.7.0claws13
12894
12895         * sync with sylpheed 0.7.0cvs8
12896                 configure.in: support Mac OS X (Darwin)
12897
12898 2002-01-18 [carsten]    0.7.0claws12
12899         * src/html.c
12900                 small hack to fix a segfault with an empty href
12901                 (reported by Alexandra Walford <deeni@altern.org>)
12902         * src/mainwindow.c
12903         * src/summaryview.c
12904                 the shortcuts for Mark und Mark as unread are hardcoded
12905                 again
12906         * src/compose.c
12907         * src/gtkstext.[ch]
12908                 readded the shortcuts in gtkstext but made them
12909                 customizeable (simply by adding a menu plus a wrapper
12910                 to compose.c)
12911
12912 2002-01-17 [melvin]     0.7.0claws11
12913
12914         * src/gtkspell.c
12915                 fix default dictionary not being saved.
12916
12917 2002-01-16 [darko]      0.7.0claws10
12918
12919         * src/compose.c
12920                 fix wrapping crash with URL longer than wrapping margin
12921
12922 2002-12-08 [hoa]        0.7.0claws10
12923
12924         * src/matcher_parser_parse.y
12925                 fixed some bugs
12926
12927         * src/prefs_filtering.c
12928                 now, we can use bounce action in the dialog box.
12929
12930 2002-01-16 [carsten]    0.7.0claws9
12931         * src/gtkstext.c
12932                 removed the <control> and <alt> shortcuts because they're
12933                 not needed and interefered with the "normal" shortcuts
12934         * src/mainwindow.c
12935         * src/summaryview.c
12936                 removed most of the hardcoded shortcuts and assigned
12937                 them to menu entries making them easy customizable by
12938                 that
12939
12940 2002-01-16 |melvin]     0.7.0claws8
12941
12942         * src/gtkspell.c
12943                 fixed bug where using the mouse and when the compose
12944                 window is not on top may result in a crash.
12945
12946 2002-01-16 [melvin]     0.7.0claws7
12947
12948         * src/compose.c
12949                 fixed a long standingspell checker bug which could 
12950                 cause a crash after sending a message.
12951
12952 2002-01-16 [paul]       0.7.0claws6
12953
12954         * sync with sylpheed 0.7.0cvs7
12955                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12956                 2002-01-15, and 2002-01-16
12957
12958 2002-01-16 [melvin]     0.7.0claws5
12959
12960         * README.claws
12961         * src/compose.c
12962         * src/gtkspell.[ch]
12963         * src/main.c
12964                 Heavily modified spell checker code to work around
12965                 ispell bug, to add keyboard shortcuts and for future
12966                 enhancements. See README.claws for usage information.
12967
12968 2002-01-15 [alfons]     0.7.0claws4
12969         
12970         * src/summaryview.c
12971                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12972                 so sorting within threads reflects sort mode
12973
12974 2002-01-15 [christoph]  0.7.0claws3
12975
12976         * src/procmsg.c
12977                 added alertpanel if mail sending failed
12978
12979 2002-01-15 [alfons]     0.7.0claws2
12980         
12981         * src/prefs_filtering.c
12982                 don't stop timer when prefs filtering dialog is opened
12983
12984 2002-01-14 [alfons]     0.7.0claws1
12985
12986         * src/addr_compl.c
12987         * src/prefs.c
12988                 remove debug_print()s for privacy reasons
12989
12990 2002-01-14 [darko]      0.7.0claws
12991
12992         * README.claws
12993                 quotation wrapping is now also in the main branch
12994
12995 2002-01-14 [paul]
12996
12997         * tools/filter_conv.pl
12998                 allow for Boolean Op and case-sensitivity
12999                 this file is included in the release and tagged
13000                 'rel_0_7_0'
13001
13002 2002-01-13 [paul]       0.7.0claws
13003
13004         * release 0.7.0, with cvs tag 'rel_0_7_0'
13005
13006 2002-01-13 [paul]
13007
13008         * tools/filter_conv.pl
13009         * tools/README
13010                 rewritten to output to matcherrc instead of filteringrc
13011
13012         * po/es.po
13013                 updated Spanish translation by Ricardo Mones Lastra
13014
13015 2002-01-13 [alfons]
13016
13017         * po/nl.po
13018                 update dutch translation
13019
13020 2002-01-13 [paul]
13021
13022         * po/pt_BR.po
13023                 Updated by Fabio Junior Beneditto 
13024
13025 2002-01-13 [melvin]     0.6.6claws53
13026
13027         * po/fr.po
13028                 Updated french translation
13029
13030 2002-01-12 [alfons]     0.6.6claws52
13031
13032         * src/filtering.c
13033                 plug mem leak that has been sitting there for ages              
13034
13035 2002-01-12 [alfons]     0.6.6claws51
13036
13037         * src/summaryview.c
13038                 undo melvin's changes from 0.6.6claws48 because summary
13039                 view now refuses to select first unread message when
13040                 selecting a folder 
13041
13042 2002-01-11 [alfons]     0.6.6claws50
13043
13044         * src/import.c
13045                 use claws' semantics for getting folder item when
13046                 importing an mbox file into a folder 
13047                 (submitted by Dale P. Smith)
13048
13049 2002-01-11 [christoph]  0.6.6claws49
13050
13051         * src/prefs.h
13052                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13053                 toggle widget, because non static prefs can not use
13054                 prefs_set_* functions
13055         * src/prefs_account.c
13056                 toggle smtp auth password field sensitivity if
13057                 user id is empty and add descrition of usage for
13058                 these fields
13059         * src/prefs_folder_item.c
13060                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13061                 callbacks
13062
13063 2002-01-11 [melvin]     0.6.6claws48
13064
13065         * src/compose.c
13066                 fix the 'Ctrl-Enter' feature for sending and test really
13067                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13068                 editables which was not documented in Gtk)
13069
13070         * src/summaryview.c
13071                 Made summaryview refresh after sorting and not before.
13072
13073 2002-01-11 [christoph]  0.6.6claws47
13074
13075         * src/compose.c
13076                 select account from account ids if possible and
13077                 correctly set save folder for copy in reedit
13078
13079 2002-01-10 [paul]       0.6.6claws46
13080
13081         * sync with sylpheed 0.7.0 release
13082                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13083                 2002-01-09
13084
13085 2002-01-09 [alfons]
13086
13087         * src/summaryview.c
13088                 remove more dirt traces...
13089
13090 2002-01-09 [alfons]
13091         
13092         * src/summaryview.c
13093                 clean up some traces of my debugging stuff
13094
13095 2002-01-09 [alfons]     0.6.6claws45
13096
13097         * src/filtering.c
13098                 break up filteringprop_apply() in three separate pieces
13099                 so we can drop messages that failed processing in the
13100                 inbox
13101
13102         * src/summaryview.c
13103                 fix bug #469598 "no refresh of inbox after filter" which 
13104                 was introduced by the new summary view locking, and which 
13105                 prevented the summary view to update after a manual filter 
13106                 message. claw's filter message requires a summary_show().
13107                 (aargh, summary_show() again! :-)
13108                 
13109 2002-01-07 [alfons]     0.6.6claws44
13110
13111         * src/headerwindow.c
13112         * src/logwindow.c
13113         * src/messageview.c
13114         * src/sourcewindow.c
13115                 bring in Hiro's last 0.7.0 wm class fixes
13116
13117         * tools/sylprint.pl
13118                 bring in Ricardo's fix for sylprint script
13119
13120         * AUTHORS       
13121         * src/rfc2015.[ch]
13122         * src/prefs_common.[ch]
13123         * src/prefs_account.[ch]
13124         * src/compose.c
13125                 clean up account preference poison in rfc2015,
13126                 and preparation to fix double sign bug 
13127                 (patch submitted by Simon 'corecode' Schubert)
13128
13129 2002-01-07 [christoph]  0.6.6claws43
13130
13131         * src/mh.c
13132                 search for free message number, do not only rely
13133                 on last_num
13134         * src/send.c
13135                 fix smtp auth and use extra account information
13136                 if available, if not use pop3 data instead
13137                 (closes bug #500341)            
13138         * src/ssl.[ch]
13139                 match coding style
13140
13141 2002-01-06 [alfons]     0.6.6claws42
13142
13143         * src/mainwindow.c
13144                 try making the separate windows work again...
13145
13146 2002-01-06 [alfons]     0.6.6claws41
13147
13148         * src/mainwindow.c
13149                 adapt Hiro's separate window menu (to get rid of the funny
13150                 duplicate menu items), and make it work again
13151
13152 2002-01-06 [alfons]     0.6.6claws40
13153
13154         * tools/Makefile.am
13155         * tools/sylprint.rc
13156         * tools/sylprint.pl
13157         * tools/README.sylprint
13158                 add sylprint script for printing mails from Sylpheed
13159                 (contributed by Ricardo Mones Lastra)
13160
13161         * src/acount.c
13162                 clean up
13163
13164 2002-01-06 [melvin]     0.6.6claws39
13165
13166         * src/mainwindow.c
13167         * src/summaryview.c
13168                 Fixed crash introduced in 0.6.6claws38 by the menu
13169                 reorganisation (Hide read messages)
13170         
13171         * ChangeLog.claws 
13172                 Fixed typo (we are now in 2002, alfons ;) )
13173
13174 2002-01-05 [alfons]     0.6.6claws38
13175
13176         * sync with sylpheed 0.6.6cvs10-17
13177                 (last stuff marked as LAST_STABLE)
13178
13179 2002-01-04 [melvin]     0.6.6claws37
13180
13181         * src/account.c
13182                 Made account selection code use strcasestr again instead of
13183                 g_strcasecmp (fixes bug where reediting queued messages
13184                 did not select proper account reported by T. Link).
13185         
13186         * src/folderview.c
13187                 Fix bug where folder icons are not shown when 'hide read messages'
13188                 is on.
13189         
13190         * src/stock_pixmaps.[ch]
13191                 Added folder icons for 'hide read messages'.
13192         
13193         * src/compose.c
13194                 Fixed bug where 'Enter' in a header entry will send the message 
13195                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13196
13197 2002-01-03 [melvin]     0.6.6claws36
13198         
13199         * src/prefs.[ch]
13200                 Added popup menu for common preferences and
13201                 account preferences (right click on tab displays
13202                                 a menu of all tabs.)
13203
13204 2002-01-02 [melvin]     0.6.6claws35
13205
13206         * src/gtkspell.[ch]
13207                 Made spelling code compatible with undo/redo feature.
13208                 Added creation of suggestion mode menu for the general
13209                         preferences.
13210         
13211         * src/prefs_common.[ch]
13212                 Added option menu for the speller's suggestion mode.
13213                 Added missing spaces in "..." buttons and made a "..."
13214                         button non translatable!
13215         
13216         * src/compose.c
13217                 Made speller use the default suggestion mode.
13218                 Hack to make it possible to choose 'CTRL-Enter' as a
13219                         shortcut for sending (and only for sending).
13220
13221         * src/prefs_folder_item.c
13222                 Changing subject simplification does not update cache 
13223                         anymore (because it is unnecessary).
13224                 Fixed bug where changing subject simplification updated the 
13225                         summaryview even when the viewed folder is not the
13226                         folder which properties are being changed. (E.g. 
13227                                         viewing folder A and changing
13228                                         the subject simplification of 
13229                                         folder B -not being viewed- updated the 
13230                                         summaryview of folder A with data of
13231                                         folder B). (Hope this is clear... )
13232
13233 2001-12-31 [alfons]     0.6.6claws34
13234         
13235         * src/ldif.c
13236         * src/mutt.c
13237                 fgetc() returns a signed integer which doesn't
13238                 fit in a char. so c truncates this to a char
13239                 but we may lose significant bits. i.e. we may
13240                 comparing 0xFF which may not be equal to -1
13241                 unless properly casted to signed char which
13242                 we won't do because fgetc() returns a signed
13243                 integer which doesn't fit in a char. so c 
13244                 truncates this to a char but we may lose 
13245                 significat bits. (you got the idea, thanks
13246                 to Gustavo Noronha Silva <kov@debian.org>
13247                 and the Debian folks!)
13248
13249 2001-12-30 [alfons]     0.6.6claws33
13250
13251         * src/prefs_common.c
13252                 add #ifdef USE_PSPELLs that Melvin forgot               
13253
13254 2001-12-30 [melvin]     0.6.6claws32
13255         
13256         * src/prefs_common.[ch]
13257                 Added configurable color for misspelled words.
13258
13259         * src/gtkspell.[ch]
13260                 Fixed bug of foreground text color (reported by David
13261                                 Mehrmann)
13262                 Added configurable color for misspelled words.
13263
13264 2001-12-30 [alfons]     0.6.6claws31
13265
13266         * src/folder.c
13267                 remove unnecessary things someone put there
13268
13269         * src/mh.c
13270         * src/folder.[ch]
13271                 make folder properties (like threading and sorting) persistent
13272                 (closes bug #497424 "rescan folder tree resets proprieties")
13273                 currently this is only for MH folders. 
13274
13275 2001-12-29 [melvin]     0.6.6claws30
13276
13277         * src/string_match.[ch]
13278                 Optimized a bit: regexp pattern buffer compiled only once, and
13279                   one subroutine call removed. Fixed ^ regexp search: Now, 
13280                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13281         
13282         * src/summaryview.c
13283                 Subject filtering changed to filter summary columns and
13284                   not directly the messages subject cache. The loss in 
13285                   performance is balanced by the improvement of string_match.
13286                 Added an alert panel if there is an error in the regexp.
13287
13288         * src/src/prefs_folder_item.h
13289                 Added a regexp pattern buffer.
13290
13291 2001-12-28 [alfons]     0.6.6claws29
13292
13293         * src/string_match.[ch]
13294                 clean up name space
13295                 allow compilation *BSD
13296
13297 2001-12-27 [alfons]     0.6.6claws28
13298
13299         * src/filter.c
13300                 sync the Hiro's bug fix for BSD
13301
13302 2001-12-27 [melvin]     0.6.6claws27
13303         
13304         * src/compose.c
13305                 Simplify focus to subject entry code.
13306
13307 2001-12-27 [darko]      0.6.6claws26
13308
13309         * src/filtering.c
13310         * src/mbox_folder.c
13311         * src/messageview.c
13312         * src/mh.c
13313         * src/procheader.[ch]
13314         * src/procmsg.h
13315         * src/stock_pixmap.[ch]
13316         * src/summaryview.c
13317                 Show key icon for encrypted mails in summary view
13318
13319         * src/pixmaps/clip.xpm
13320         * src/pixmaps/clipkey.xpm
13321         * src/pixmaps/key.xpm
13322                 New/modified icons for the above
13323
13324 2001-12-27 [melvin]     0.6.6claws25
13325
13326         * src/prefs_common.c
13327                 Put spell checker options in a separate tab to decrease
13328                 the Common Preferences window height.
13329
13330         * README.claws  
13331                 Update spell checker usage instruction about its options
13332                 location.
13333
13334 2001-12-27 [melvin]     0.6.6claws24
13335
13336         * src/compose.c
13337                 Changed subject entry widget position. Initial focus is
13338                 on the To header instead of the subject entry.
13339                 Creating a new header scrolls the header list to make the
13340                 created one visible. Nevertheless, when automatically filling
13341                 headers, the first one is shown.
13342                 A Tab key press in the last empty header entry zips the 
13343                 focus to the subject entry.
13344                 (I did not change the combo boxes, yet)
13345
13346 2001-12-26 [alfons]     0.6.6claws23
13347
13348         * src/prefs_account.c
13349         * src/inc.c
13350                 allow default inbox to reside in another mailbox (only
13351                 works for POP3 accounts)
13352
13353 2001-12-26 [alfons]     0.6.6claws22
13354         
13355         * src/textview.c
13356                 make reply-on-click work with the account of the selected folder
13357         * src/compose.c
13358                 put a fixme here to remind me to fix finding correct default
13359                 account for nested folders
13360
13361 2001-12-25 [alfons]     0.6.6claws21
13362
13363         * src/summaryview.c
13364                 make column headers display locked and mark pixmaps (idea by Melvin) 
13365                 fix bug by adding score and locked column type to sort array
13366
13367 2001-12-25 [alfons]     0.6.6claws20
13368         
13369         * src/summaryview.c
13370                 catch a *potentially* inadvertent write back of  
13371                 the message cache(s) introduced by 0.6.5claws37
13372
13373 2001-12-25 [christoph]  0.6.6claws19
13374
13375         * src/stock_pixmap.[ch]
13376         * src/summaryview.c
13377                 add ignore thread pixmap
13378                 (can someone draw a better icon for this?)
13379
13380 2001-12-24 [alfons]     0.6.6claws18
13381
13382         * src/prefs_folder_item.c
13383                 make address completion actually work for the
13384                 Default To address in the Folder Property dialog.
13385
13386 2001-12-24 [alfons]     0.6.6claws17
13387         
13388         * src/summaryview.c
13389                 use new style regexp for subject stripping 
13390                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13391
13392 2001-12-24 [darko]      0.6.6claws16
13393
13394         * src/pgptext.c
13395         * src/rfc2015.c
13396                 move GPG related informational messages to debug mode
13397
13398 2001-12-23 [alfons]     0.6.6claws15
13399
13400         * src/stock_pixmap.[ch]
13401         * src/summaryview.c
13402                 add the forgotten Claws' locked pixmap
13403
13404 2001-12-23 [alfons]     0.6.6claws14
13405
13406         * src/filesel.c
13407                 accept file name typed in entry in multi file
13408                 selector (patch submitted by Gustavo Noronha Silva 
13409                 <kov@debian.org>)
13410
13411 2001-12-23 [alfons]     0.6.6claws13
13412
13413         * src/prefs_filter.c
13414         * src/prefs_filtering.c
13415         * src/matcher.c
13416         * src/importmutt.c
13417                 clean up a little bit
13418         
13419         * src/string_match.c
13420                 validate input strings a little bit more
13421
13422 2001-12-23 [alfons]     0.6.6claws12
13423
13424         * src/Makefile.am
13425         * src/summaryview.c
13426         * src/string_match.[ch]         ** NEW **
13427         * src/folderview.[ch]
13428         * src/headerview.h
13429         * src/folder.[ch]
13430         * src/prefs_folder_item.[ch]
13431                 add subject simplification to strip out strings from
13432                 a subject line (esp. handy for mailing lists). 
13433                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13434                 but slightly changed things for better integration.)
13435
13436 2001-12-23 [alfons]     0.6.6claws11
13437
13438         * src/mainwindow.c
13439                 fix bug introduced by submission included in 0.6.5claws52.
13440                 ideally this submission should clean the trash if any trash
13441                 folder has a message. however, the hasTrash variable was
13442                 set to false whenever a trash folder was empty (discarding
13443                 a previously found *filled* trash folder.)
13444
13445                 also edited the code a little bit and made it more safe.
13446
13447 2001-12-22 [alfons]     0.6.6claws10
13448
13449         * src/imap.c
13450                 quick fix for Martin Pool's omission of an account
13451                 specific SSL setting
13452
13453 2001-12-22 [alfons]     0.6.6claws9
13454
13455         * src/compose.c
13456         * src/messageview.c
13457         * src/mimeview.c
13458         * src/pgptext.c
13459         * src/procmime.[ch]
13460                 better support for multipart/digest (submitted
13461                 by Fredrik <e98fo@efd.lth.se>)
13462
13463 2001-12-22 [alfons]     0.6.6claws8
13464
13465         * src/addressbook.c
13466                 correct function signature
13467         * src/socket.[ch]
13468         * src/imap.[ch]
13469         * src/prefs_account.[ch]
13470                 allow IMAP over SSH tunnel (patch submitted by 
13471                 Martin Pool <mbp@samba.org>)
13472
13473 2001-12-21 [alfons]     0.6.6claws7
13474
13475         * sync with sylpheed 0.6.6cvs4-9
13476                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13477
13478 2001-12-21 [christoph]  0.6.6claws6
13479
13480         * src/compose.c
13481         * src/prefs_folder_item.[ch]
13482                 implement saving of outgoing messages to current folder.
13483                 fix segfault when no default outbox is available
13484                 (closes bug #495683)
13485
13486 2001-12-21 [carsten]    0.6.6claws5
13487         * src/folderview.c
13488         * src/summaryview.c
13489                 pressing CTRL while DND does now the expected thing and
13490                 copies the mail (moving is still the default, as this
13491                 seam more appropriate for handling mails by DND)
13492
13493 2001-12-18 [paul]       0.6.6claws4
13494
13495         * sync with sylpheed 0.6.6cvs3
13496                 see ChangeLog entries 2001-12-18
13497
13498 2001-12-18 [hiro]       0.6.6claws3
13499
13500         * src/undo.c
13501                 fix for multibyte characters (obtain the number of letters
13502                 instead of bytes).
13503
13504 2001-12-17 [paul]       0.6.6claws2
13505
13506         * sync with sylpheed 0.6.6cvs1
13507                 see ChangeLog entry 2001-12-16
13508
13509 2000-12-17 [alfons]     0.6.6claws1
13510
13511         * src/filtering.c
13512                 clean up
13513
13514 2001-12-16 [paul]       0.6.6claws
13515 2001-12-15
13516
13517         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13518
13519         * src/mimeview.c
13520                 last minute sync with main 0.6.6
13521
13522         * po/es.po
13523                 updated by Ricardo Mones Lastra
13524                 update for last minute sync
13525         * po/fr.po
13526         * po/nl.po
13527                 update for last minute sync
13528         * po/de.po
13529                 updated by Jens Oberender
13530         * po/pt_BR.po
13531                 updated by Fabio Junior Beneditto
13532
13533         * src/prefs_common.[ch]
13534         * src/undo.c
13535                 number of undo levels is user configurable
13536                 (squeeze it into the release in the dying
13537                 moments) Submitted by Jens Oberender    
13538
13539 2001-12-15 [melvin]
13540
13541         * po/fr.po
13542                 updated french translation
13543
13544 2001-12-15 [paul]       0.6.5claws92
13545
13546         * sync with sylpheed 0.6.5cvs28
13547                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13548
13549         * po/nl.po
13550                 update to allow for sync
13551
13552 2001-12-15 [alfons]
13553         
13554         * po/nl.po
13555                 update dutch translation
13556
13557 2001-12-14 [carsten]    0.6.5claws91
13558         * src/summaryview.c
13559                 fixed bug #473785; also after changing the column order
13560                 the same message will be selected and displayed as before
13561                 the reordering
13562
13563 2001-12-14 [carsten]    0.6.5claws90
13564         * src/folderview.c
13565                 probably found the bug reported by wwb opening or closing
13566                 a folder tree just before dnd (found the solution in the
13567                 balsa source -- thanks to them)
13568
13569 2001-12-14 [carsten]    0.6.5claws89
13570         * src/gtkutils.c
13571         * src/account.c
13572                 moved gtk_clist_moveto to the right place, so that
13573                 only the accounts dialog is effected on opening
13574
13575 2001-12-14 [carsten]    0.6.5claws88
13576         * src/gtkutils.c
13577                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13578                 now, so that the focused row will be seen in any case
13579                 (reported by wwp on sf-claws-user)
13580
13581 2001-12-14 [darko]      0.6.5claws87
13582
13583         * src/compose.c
13584                 remove unnecessary line
13585
13586 2001-12-14 [paul]       0.6.5claws86
13587
13588         * sync with sylpheed 0.6.5cvs27
13589                 see ChangeLog entries 2001-12-14
13590
13591 2001-12-14 [carsten]    0.6.5claws85
13592         * src/mainwindow.c
13593                 following a suggestion of Melvin the rcoabm pops up
13594                 right under the button now and the button is reliefed
13595                 while the popup is open
13596
13597 2001-12-14 [darko]      0.6.5claws84
13598
13599         * src/compose.c
13600                 fix crash when wrapping long lines if linewrap quotation
13601                 is disabled and wrapper encounters a word spanning more
13602                 than one line
13603
13604 2001-12-13 [paul]       0.6.5claws83
13605
13606         * src/compose.c
13607                 prefer 'Reply-To' header over mailing list header when
13608                 replying to a message. Finally prevent all those confirmation 
13609                 messages being sent to the list itself.
13610
13611         * src/summaryview.c
13612                 remove unused summary_set_menu_sensitive() entry
13613
13614 2001-12-13 [paul]       0.6.5claws82
13615
13616         * src/folderview.c
13617         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13618         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13619         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13620                 improvements to 'Hide read messages': Inbox, Outbox,
13621                 Trash, Queue, and Draft icons now reveal presence of hidden 
13622                 messages
13623
13624 2001-12-12 [alfons]     0.6.5claws81
13625
13626         0.6.5claws80 was tagged as LAST_STABLE
13627
13628         * src/filtering.[ch]
13629         * src/matcher.[ch]
13630         * src/matcher_parser_lex.c
13631                 fix the filtering; my last attempt to get it right, 
13632                 if it does not work, it's Hoa's turn. ;-)
13633
13634                 for my honourable peers:
13635                 
13636                 the code now makes a clear distinction between
13637                 rules as they are displayed (probably escaped),
13638                 and as they are executed (probably unescaped). the
13639                 parser does *NOT* do any unescaping, this is
13640                 the task of the matcher.c (which breaks up a
13641                 rule into condition) and the filtering.c (which
13642                 breaks up the rule's action). to make this
13643                 run happily we provide an unescaped copy of
13644                 crucial strings to the MatcherProp and 
13645                 FilteringAction structures. note that the only
13646                 exception to this is any REGEXP string. those
13647                 are directly passed to regcomp() and regexp()
13648                 (who have much more powerful unescape functions).
13649                 
13650                 for everyone else:
13651         
13652                 you can escape tab (\t), carriage return (\r),
13653                 linefeed (\n), form feed (\f), quote (\"), 
13654                 single quote (\'), bell (\b) in all the entry
13655                 lines in the scoring & filtering dialogs.
13656                 as an added bonus this should not affect
13657                 existing filtering rules.
13658
13659 2001-12-12 [carsten]    0.6.5claws80
13660
13661         * src/summaryview.c
13662         * po/de.po
13663                 "item(s) selected" is now sensitive to 1 or more
13664                 than one selected (nice for language where simple
13665                 adding of a "s" is not possible as German (Eintrag
13666                 ->Eintr"age)
13667                 
13668                 the "forward as attachment" entry from the right
13669                 click menu removed, "forward" acts following the
13670                 prefs
13671         
13672         * src/textview.c
13673                 reverted my former changes; so compiler warning again
13674                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13675                 nevertheless
13676
13677         * src/messageview.c
13678                 "search in message" does now *not* only work in MVIEW_TEXT
13679                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13680                 message
13681
13682         * src/mainwindow.c
13683                 removed "/File/_Close" as it was the same as "/File/E_xit"
13684                 and we don't need it two times
13685
13686                 the separate folder view and message view now get a distinct
13687                 WMCLASS, just in case someone is using sawfish ;-)
13688
13689                 as the menu entries "/View/Message view" and "/View/Folder tree"
13690                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13691                 make them sensitive accordingly and as these two are "shown"
13692                 after startup anytime check this menuitem at startup
13693
13694 2001-12-12 [paul]       0.6.5claws79
13695
13696         * src/folderview.c
13697                 fix sensitivity of 'Search folder...', broken in
13698                 0.6.5claws75
13699
13700         * src/mainwindow.c
13701                 fix dodgy English
13702
13703 2001-12-11 [carsten]    0.6.5claws78
13704         * src/filtering.c
13705                 fixed two typos returning a wrong FALSE/TRUE
13706         * src/mainwindow.[ch]
13707                 extra menu for email/news button removed
13708
13709 2001-12-11 [alfons]     0.6.5claws77
13710         
13711         * src/matcher.c                 (1.3)
13712         * src/matcher_parser_lex.l      (1.28)
13713                 revert for another attempt
13714                 mark 0.6.5claws77 as LAST_STABLE
13715
13716 2001-12-11 [christoph]  0.6.5claws76
13717
13718         * po/de.po
13719                 fixed wrong translation for prev. unread msg
13720
13721 2001-12-11 [paul]       0.6.5claws75
13722
13723         * src/folder.[ch]
13724         * src/folderview.c
13725         * src/mainwindow.c
13726         * src/summaryview.[ch]
13727         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13728                 enable ability to hide read messages on per folder basis via 
13729                 '/Summary/Hide read messages'; when selected, a folder will 
13730                 have a red open folder icon, instead of a blue icon, if the 
13731                 folder contains hidden messges
13732                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13733
13734         * src/mainwindow.c
13735                 remove '/Message/Forward as attachment' from 
13736                 main_window_set_menu_sensitive() to prevent debug warning
13737
13738         * src/folderview.c
13739         * src/mainwindow.c
13740                 Clean up some of the English
13741
13742         * tools/newscache_clean.pl
13743                 allow for new 'hidereadmsgs' entry in folderlist.xml
13744
13745         * po/es.po
13746                 updated translation, submitted by Ricardo Mones Lastra
13747
13748 2001-12-11 [paul]       0.6.5claws74
13749
13750         * sync with sylpheed 0.6.5cvs25
13751                 see ChangeLog entry 2001-12-11
13752
13753 2001-12-10 [alfons]     0.6.5claws73
13754
13755         * src/matcher.c
13756                 add more control characters
13757         * src/matcher_parser_lex.l
13758                 make escaping / unescaping work again
13759
13760 2001-12-10 [alfons]     0.6.5claws72
13761
13762         * src/imap.c
13763                 clean up warnings "returning value for void function" 
13764         * src/prefs_filtering.c
13765                 make info button for execute action sensitive
13766
13767 2001-12-10 [paul]       0.6.5claws71
13768
13769         * src/compose.c
13770         * src/imap.[ch]
13771         * src/summaryview.c
13772                 fix: imap server now gets informed of MARKED, UNMARKED
13773                 and REPLY events. Now people can use different IMAP-Mail
13774                 clients and have the exact same information about MARKED,
13775                 UNMARKED and REPLY status with all of them. Especially
13776                 useful for imap servers with a web-frontend.
13777                 submitted by Tobias Sandhaas <medlor@web.de>
13778
13779 2001-12-09 [melvin]     0.6.5claws70
13780         
13781         * src/textview.[ch]
13782                 fixed bug #490076 (hunted down by Alfons who implemented
13783                 a workaround in 0.6.5claws65)
13784
13785 2001-12-09 [christoph]  0.6.5claws69
13786
13787         * src/summaryview.c
13788                 set pointer to string in LOCKED column to NULL
13789                 (might fix bug #490800)
13790
13791 2001-12-09 [carsten]    0.6.5claws68
13792
13793         * po/de.po
13794                 resolved some cluttered menu shortcuts 
13795                 ('creating new email' and 'creating news message'
13796                 hade the same)
13797         * src/compose.c
13798                 wmclass now distinc from main window
13799         * src/mainwindow.c
13800           src/mainwindow.h
13801                 email/news and forward button functionality similar
13802                 to the reply buttons; removed the ugly dropdown arrows
13803                 and use instead the right mouse button
13804
13805 2001-12-09 [paul]       0.6.5claws67
13806
13807         * src/imap.c
13808         * src/utils.h
13809                 allow spaces in imap folder names
13810                 submitted by Willem van Engen <wvengen@stack.nl>
13811
13812 2001-12-09 [paul]       0.6.5claws66
13813
13814         * sync with sylpheed 0.6.5cvs24
13815                 see ChangeLog entry 2001-12-09
13816
13817 2001-12-08 [alfons]     0.6.5claws65
13818
13819         * src/textview.c
13820                 prevent secondary selection claim after "add to sender" dialog
13821                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13822                 we trick GTK by simulating a click at (0, 0) in the textview.
13823
13824 2001-12-08 [hoa]        0.6.5claws64
13825
13826         * src/folder.c
13827                 fixed a bug about the .processing folder name while filtering
13828
13829 2001-12-08 [alfons]     0.6.5claws63
13830
13831         * src/folderview.c 
13832                 work around problem of not correctly updating folder stats
13833                 when deleting messages. there's some folder scanning evil
13834                 going so the folderview_update_msg_num() does not work
13835                 correctly. need to investigate this.
13836
13837 2001-12-08 [paul]       0.6.5claws62
13838
13839         * sync with sylpheed 0.6.5cvs23
13840                 see ChangeLog entry 2001-12-08
13841
13842 2001-12-07 [christoph]  0.6.5claws61
13843
13844         * src/compose.c
13845                 fix another header translation problem
13846
13847 2001-12-07 [alfons]     0.6.5claws60
13848
13849         * src/mbox.c
13850                 make filtering also work on local spool mbox
13851
13852 2001-12-07 [carsten]    0.6.5claws59
13853         * src/addressbook.c
13854                 addressbook window gets a wmclass distinct from the main
13855                 sylpheed window
13856         * src/compose.h
13857         * src/mainwindow.[ch]
13858                   forward menu item will use mode selected in prefs, forward 
13859                 as attatchment in menu removed (will be substituted in the
13860                 toolbar similar to reply buttons)
13861                   create news message menu entry and news button is now 
13862                 sensitive to the existance of a news account
13863         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13864         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13865         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13866                 these are removed because the toolbar buttons don't show
13867                 the quoting modus any longer
13868
13869 2001-12-07 [paul]
13870
13871         * tools/newscache_clean.pl      ** NEW FILE **
13872                 perl script to do some tidying up in the newscache directory 
13873                 
13874         * tools/sylpheed-switcher       ** NEW FILE **
13875                 perl script to enable easy switching between main and claws
13876                 
13877         * tools/README
13878                 added descriptions of the two new perl scripts          
13879
13880
13881 2001-12-07 [melvin]     0.6.5claws58
13882
13883         * src/messageview.c
13884                 fixed a warning during compilation introduced in 0.6.5claws56
13885
13886 2001-12-07 [paul]       0.6.5claws57
13887
13888         * src/mainwindow.[ch]
13889         * src/menu.[ch]
13890                 further usability enhancements to replying with or without 
13891                 quoting via the toolbar, use of Ctrl key is replaced by 
13892                 drop down menu 
13893                 Submitted by Carsten Schurig            
13894
13895 2001-12-07 [melvin]     0.6.5claws56
13896
13897         * src/messageview.c
13898                 hack to fix bug that prevented to make/paste selections
13899                 after switching between MVIEW_TEXT and MVIEW_MIME views
13900                 without deselecting the selection first.
13901
13902 2001-12-06 [alfons]     0.6.5claws55
13903
13904         * src/filtering.[ch]
13905         * src/inc.c
13906                 revise filtering a little bit more, and make sure
13907                 messages are delivered to the appropriate inbox
13908                 (perhaps set per account)
13909
13910 2001-12-06 [paul]       0.6.5claws54
13911
13912         * sync with sylpheed 0.6.5cvs22
13913                 see ChangeLog entry 2001-12-06
13914
13915 2001-12-05 [alfons]     0.6.5claws53
13916
13917         * src/inc.c
13918         * src/folder.[ch]
13919         * src/procmsg.c
13920         * src/filtering.c
13921                 more revisions of filtering system
13922                 (last stable version is marked as LAST_STABLE)
13923                 
13924                 | NOTE 1): the filtering system now uses a local folder called
13925                 | .processing. if filtering fails, check this directory
13926                 | for missing messages.
13927                 |
13928                 | NOTE 2): help us find the filtering actions still missing
13929
13930 2001-12-05 [paul]       0.6.5claws52
13931
13932         * src/mainwindow.c
13933                 fix bug where 'Empty Trash?' pop-up window appears even
13934                 when Trash is empty, submitted by Jesse Skinner         
13935
13936 2001-12-05 [melvin]     0.6.5claws51
13937
13938         * src/compose.c
13939                 fixed bug #486106 to select correct account when reediting 
13940                 a queued message
13941         
13942 2001-12-04 [alfons]     0.6.5claws50
13943
13944         * src/mh.c
13945                 declare markfile in appropriate functions when
13946                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13947                 for spotting this)
13948
13949 2001-12-04 [paul]       0.6.5claws49
13950
13951         * sync with sylpheed 0.6.5cvs21
13952                 see ChangeLog entry 2001-12-04
13953
13954 2001-12-03 [christoph]  0.6.5claws48
13955
13956         * po/de.po
13957                 changed translation of undo
13958         * src/account.c
13959         * src/folder.c
13960                 don't reinvent the wheel to traverse a GNode
13961         * src/compose.[ch]
13962                 seperate code to create the compose gui into functions
13963                 add "Others" page with folder selection for saving copy
13964                 of the message.
13965                 the folder identifier is saved to queue header
13966         * src/procmsg.c
13967                 save message to folder in queue header
13968
13969 2001-12-03 [paul]       0.6.5claws47
13970
13971         * sync with sylpheed 0.6.5cvs20
13972                 see ChangeLog entry 2001-12-03
13973
13974 2001-12-01 [paul]
13975
13976         * more sync with sylpheed 0.6.5cvs19
13977                 see ChangeLog entry 2001-11-29
13978
13979 2001-11-30 [paul]       0.6.5claws46
13980         
13981         * src/compose.c
13982                 remove conflicts introduced by Hoa's last commit
13983          
13984         * src/mainwindow.c
13985                 make 'Message/Bounce' sensitive
13986
13987 2001-11-30 [hoa]        0.6.5claws45
13988
13989         * src/compose.c
13990                 slightly change bounce function to add
13991                 information about the user that bounced the mail
13992                 in the From header line.
13993
13994         * src/folderview.c
13995                 permit the use of processing in outbox folder.
13996
13997 2001-11-29 [paul]       0.6.5claws44
13998
13999         * src/mainwindow.[ch]
14000         * src/prefs_common.c
14001         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14002         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14003         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14004                 usability enhancements to the quoting, implements
14005                 use of Ctrl key to toggle quoting settings
14006                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14007
14008 2001-11-29 [paul]       0.6.5claws43
14009         
14010         * sync with sylpheed 0.6.5cvs19
14011                 see ChangeLog entry 2001-11-28
14012
14013 2001-11-29 [melvin]     0.6.5claws42
14014         * src/Makefile.am
14015                 added enriched.[ch] to the list of files
14016
14017         * src/textview.c
14018         * src/mimeview.c
14019         * src/procmime.[ch]
14020         * src/enriched.[ch]
14021                 added support to view text/enriched
14022                 added support to show headers in message view for text/enriched and text/html
14023                         in non multipart messages
14024
14025 2001-11-28 [paul]       0.6.5claws41
14026
14027         * more sync with sylpheed 0.6.5cvs18
14028                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14029
14030 2001-11-27 [paul]       0.6.5claws40
14031         
14032         * po/pt_BR.po
14033                 updated translation, submitted by Fabio Junior Beneditto
14034                 
14035         * sync with sylpheed 0.6.5cvs18
14036                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14037                 2001-11-27
14038
14039
14040 2001-11-26 [paul]
14041
14042         * po/es.po
14043                 updated translation, submitted by Ricardo Mones Lastra
14044
14045 2001-11-26 [alfons]
14046
14047         * src/matcher.c
14048                 add more translatable strings
14049
14050 2001-11-26 [christoph]  0.6.5claws39
14051
14052         * po/de.po      
14053                 fixed one more umlaut
14054         * src/compose.c
14055                 fix translated header when it should not be translated
14056
14057 2001-11-26 [paul]       0.6.5claws38
14058
14059         * src/mainwindow.c
14060                 remove '/Message/Add Sender to address book' from 
14061                 main_window_set_menu_sensitive(), prevent debug warning
14062                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14063
14064 2001-11-26 [paul]       0.6.5claws37
14065
14066         * src/summaryview.c
14067                 fix 'recurring unread state' bug 
14068
14069         * tools/README 
14070         * tools/filter_conv.pl
14071                 read name of top level mailbox from folderlist.xml
14072                 and presume nothing about its name              
14073
14074 2001-11-26 [darko]      0.6.5claws36
14075
14076         * src/gtkstext.[ch]
14077                 removed functions that are now in gtkutils.c
14078                 use gtkut_text_is_uri_string() from gtkutils.c
14079         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14080
14081 2001-11-26 [paul]       0.6.5claws35
14082
14083         * sync with sylpheed 0.6.5cvs16
14084                 see ChangeLog entries 2001-11-25 and 2001-11-26
14085
14086 2001-11-25 [alfons]     0.6.5claws34
14087
14088         EXPERIMENTAL!!! Please checkout the last stable version using: 
14089           
14090         % cvs update -r LAST_STABLE -dRAP
14091
14092         (Or help us testing this stuff.)
14093
14094         * src/filtering.c               (1.14)
14095         * src/filtering.h               (1.6)
14096         * src/inc.c                     (1.28)
14097         * src/matcher.c                 (1.20)
14098         * src/mbox.c                    (1.9)
14099         * src/procmsg.h                 (1.14)
14100         * src/summaryview.c             (1.59)
14101         * src/summaryview.h             (dunno)
14102                 revert/merge/sync to as it was before commit 
14103                 on Thu, 19 Jul 2001 10:15:51 -0700.
14104
14105 2001-11-25 [hoa]        0.6.5claws33
14106
14107         * src/main.c
14108                 processing mails at startup
14109
14110         * src/folderview.c
14111         * src/summaryview.[ch]
14112                 processing mails when entering folder
14113
14114         * src/prefs_filtering.c
14115                 fixed some UI bugs
14116
14117 2001-11-24 [alfons]     0.6.5claws32
14118
14119         * src/summaryview.[ch]
14120                 make summary sort headers work, and also make
14121                 sure the sort type is stored
14122
14123 2001-11-23 [alfons]     0.6.5claws31
14124
14125         * src/summaryview.[ch]
14126                 make lock work like mark
14127                 disallow deleting messages marked as locked
14128
14129 2001-11-23 [alfons]     0.6.5claws30
14130
14131         * src/gtkstext.c
14132         * src/compose.[ch]
14133         * src/Makefile.am
14134         * src/undo.[ch]
14135                 merge undo patch submitted by Jens
14136
14137 2001-11-23 [christoph]  0.6.5claws29
14138
14139         * src/.cvsignore
14140                 added ylwrap
14141         * src/compose.c
14142                 fixed gpg signing and encoding
14143         * src/folder.[ch]
14144         * src/main.c
14145                 added --status option to get new, unread and total
14146                 message count from a running sylpheed
14147         * src/prefs_common.c
14148                 temporary fix for reply_with_quote problem
14149                 (don't call functions for non existing widget)
14150         * src/procmsg.c
14151                 one more check for ignored threads but still not
14152                 always working correctly. probably a recursive
14153                 check for all parents is needed
14154
14155 2001-11-23 [darko]      0.6.5claws28
14156
14157         * src/compose.c
14158                 wrapping on send improvements
14159         * src/gtkutils.[ch]
14160                 fix for GtkSText after last sync with main branch
14161                 GTK_TEXT -> GTK_STEXT
14162
14163 2001-11-23 [paul]       0.6.5claws27
14164
14165         * sync with sylpheed 0.6.5cvs14
14166                 see ChangeLog entries 2001-11-22 and 2001-11-23
14167                 
14168         * po/de.po
14169                 fixed the scrambled umlauts 
14170                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14171
14172 2001-11-21 [paul]       0.6.5claws26
14173
14174         * sync with sylpheed 0.6.5cvs12
14175                 see 2nd ChangeLog entry dated 2001-11-20
14176
14177 2001-11-20 [paul]       0.6.5claws25
14178
14179         * sync with sylpheed 0.6.5cvs11
14180                 see ChangeLog entry 2001-11-19 (src/utils.c)
14181
14182 2001-11-20 [hiro]
14183
14184         * src/compose.c
14185                 GTK_TEXT -> GTK_STEXT
14186                 fix for wrong comment
14187
14188 2001-11-20 [hiro]       0.6.5claws24
14189
14190         * src/compose.[ch]
14191                 more merges from main branch
14192                 removed fatal warnings (uninitialized variables etc.)
14193                 some coding style fix
14194         * src/gtkutils.h
14195                 fixed typo.
14196         * src/addressbook.c
14197           src/addrindex.c
14198                 V-Card -> vCard
14199
14200 2001-11-19 [hoa]        0.6.5claws23
14201
14202         * src/filtering.c
14203         * src/prefs_scoring.c
14204         * src/matcher.[ch]
14205         * src/scoring.c
14206                 cleaning code
14207
14208         * src/matcher_parser_parse.y
14209         * src/prefs_filtering.c
14210                 bouncing
14211
14212 2001-11-19 [alfons]     0.6.5claws22
14213
14214         more of my old things into claws
14215
14216         * src/Makefile.am
14217         * src/prefs_common.c
14218         * src/procmsg.h
14219         * src/summaryview.[ch]
14220         * src/prefs_summary_column.c
14221         * src/pixmaps/locked.xpm
14222                 add indicators for locking of message in summary view
14223                 (does not work yet, only visual indicator)
14224
14225 2001-11-19 [paul]       0.6.5claws21
14226
14227         * sync with sylpheed 0.6.5cvs10
14228                 see ChangeLog entry 2001-11-19
14229
14230 2001-11-18 [alfons]     0.6.5claws20
14231         
14232         * src/filtering.c
14233                 remove an inadvertent free I forgot in previous clean up 
14234
14235 2001-11-18 [alfons]     0.6.5claws19
14236
14237         * src/filtering.[ch]
14238                 clean up & plug leaks
14239
14240 2001-11-18 [paul]       0.6.5claws18
14241
14242         * sync with sylpheed 0.6.5cvs9
14243                 see ChangeLog entries 2001-11-17 and 2001-11-18
14244
14245 2001-11-16 [paul]       0.6.5claws17
14246
14247         * sync with sylpheed 0.6.5cvs8
14248                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14249
14250 2001-11-16 [paul]       0.6.5claws16
14251
14252         * sync with sylpheed 0.6.5cvs7
14253                 see ChangeLog entries 2001-11-15 and 2001-11-16
14254
14255 2001-11-15 [hoa]        0.6.5claws15
14256
14257         * src/compose.c
14258                 fix bounce, mails we received couln't be bounced to ourself.
14259
14260         * src/defs.h
14261         * src/filtering.[ch]
14262         * src/matcher.[ch]
14263         * src/matcher_parser.h
14264         * src/matcher_parser_lex.l
14265         * src/matcher_parser_parse.y
14266         * src/inc.c
14267         * src/main.c
14268         * src/mbox.c
14269         * src/prefs_filtering.[ch]
14270         * src/mainwindow.c
14271         * src/prefs_matcher.c
14272         * src/prefs_scoring.c
14273         * src/scoring.[ch]
14274         * src/summaryview.c
14275                 new matcher/filter/score configuration file parser
14276                 one unique configuration file => ~/.sylpheed/matcherrc
14277                 import in currently automatic, then save are made
14278                 in this new file.
14279                 one filter per folder and one global filter
14280                 (filter of a folder will be used as folder processing)
14281
14282         * src/folder.c
14283                 fix a bug in folder_item_get_identifier
14284                 
14285         * src/messageview.c
14286                 receive receipt return are fixed.
14287
14288 2001-11-14 [alfons]     0.6.5claws14
14289
14290         * src/session.h
14291                 add things from main branch to make claws compile
14292
14293 2001-11-14 [paul]       0.6.5claws13
14294
14295         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14296                 see ChangeLog entries 2001-11-08 to 2001-11-14
14297
14298 2001-11-14 [hoa] 0.6.5claws12
14299
14300         * src/compose.[ch]
14301         * src/mainwindow.c
14302         * src/summaryview.c
14303                 add "bounce mail" option
14304
14305 2001-11-13 [christoph]  0.6.5claws11
14306
14307         * src/compose.c
14308                 Cleanup a mess i add before commiting
14309
14310 2001-11-13 [hoa]        0.6.5claws10
14311
14312         * src/compose.c
14313                 some fixes when mail are sent or
14314                 for crossposts
14315
14316 2001-11-13 [christoph]  0.6.5claws9
14317
14318         * po/de.po
14319                 Changed two string with the same translation
14320         * src/compose.c
14321         * src/procmsg.[ch]
14322         * src/send.[ch]
14323                 New mailsending process:
14324                   - Always queue message before sending
14325                     (message will be saved if sylpheed crashed or
14326                      freezes while sending)
14327                   - Allow queuing of newspostings
14328                   - No copy in outbox before sending
14329                     (closes bug #469501)
14330                   - No more redundant code for send and send_later
14331         * src/summaryview.c
14332                 Applied wwp <subscript@free.fr>'s patch that fixes
14333                 marks for multiple forwarded messages (+compose.c)
14334
14335 2001-11-12 [alfons]
14336
14337         * README.claws
14338                 remove things that are now in main branch
14339         
14340         * po/nl.po
14341                 update Dutch translation
14342
14343 2001-11-12 [mhadasht]   0.6.5.claws8
14344
14345         * src/prefs_common.c
14346                 re-enabled account autoselection feature for forward
14347                 and reedit lost during the branch point for SYNC-B4-REL
14348         * src/gtkspell.c
14349                 gtkpspell_get_dict(): more readable code (even if function is
14350                 not used yet)
14351         * ChangeLog.claws
14352                 added version number info to 2001-11-12 [hiro] comment.
14353
14354 2001-11-12 [hiro]       0.6.5.claws7
14355
14356         * src/compose.c
14357                 compose_forward(): fixed a bug that forward quote mark
14358                 wasn't used.
14359                 removed unnecessary code.
14360         * src/template_select.[ch]: removed.
14361
14362 2001-11-11 [alfons]
14363
14364         * src/compose.c
14365                 :%s/GTK_TEXT/GTK_STEXT/g
14366         
14367         * src/compose.[ch]
14368         * src/undo.[ch]
14369         * src/Makefile.am
14370                 revert the undo stuff (this is 0.6.6claws stuff)
14371
14372 2001-11-11 [hoa]        0.6.5.claws6
14373
14374         * src/compose.[ch]
14375                 Insert signature at the end of the text.
14376                 Added undo patch but currently disabled
14377
14378         * src/procmsg.c
14379                 Threading by subject improved.
14380
14381         * added src/undo.[ch]
14382                 Undo module for compose dialog box.
14383
14384 2001-11-11 [alfons]     0.6.5.claws5
14385
14386         * src/procmsg.c
14387                 prevent threading by subject on nodes that have already been
14388                 threaded by in-reply-to (as in "circular references in a tree
14389                 result in a dead branch")
14390
14391 2001-11-09 [hoa]        0.6.5.claws4
14392         
14393         * src/folderview.c
14394                 allows creation of mbox folder item from any files.
14395
14396 2001-11-09 [alfons]     0.6.5.claws3
14397         
14398         * src/utils.c
14399         * src/procmsg.c
14400                 do what I mean and correct threading by subject so it really
14401                 ignores attracting lines without "Re: "
14402
14403 2001-11-07 [alfons]     0.6.5.claws2
14404
14405         * src/procmsg.c
14406         * src/utils.[ch]
14407                 only attract by subject if a subject line starts with a "Re: "
14408         * src/syldap.c
14409                 remove warning
14410
14411 2001-11-07 [paul]       0.6.5claws1
14412
14413         * sync with sylpheed 0.6.5. release
14414                 see ChangeLog entry 2001-11-07
14415
14416 2001-11-07 [paul]       0.6.4claws31
14417
14418         * sync with sylpheed 0.6.4cvs18
14419                 see ChangeLog entries 2001-10-30 to 2001-11-07
14420                 prefs_templates.[ch] renamed prefs_template.[ch]
14421
14422 2001-11-06 [alfons]
14423         
14424         * src/utils.h
14425                 add semicolon Hoa forgot ;-)
14426                 
14427
14428 2001-11-06 [hoa]        0.6.4claws30
14429         
14430         * src/procmsg.c
14431         * src/summaryview.c
14432         * src/utils.c
14433         * src/utils.h
14434                 threading by subject - empty subject are ignored
14435
14436 2001-11-06 [christoph]  0.6.4claws29
14437
14438         * src/socket.c
14439                 use SSL_peek for sock_gets
14440         * src/utils.c
14441                 removed unneeded pointer in extracting quoted
14442                 names implementation
14443
14444 2001-11-06 [melvin]     0.6.4claws28
14445
14446         * src/gtkspell.c
14447                 fixed bug #476792 Selection overtyping with spell checker
14448                 fixed bug which could cause a buffer overflow
14449                 fixed a memory leak
14450
14451 2001-11-06 [hoa]        0.6.4claws27
14452         
14453         * src/procmsg.c
14454         * src/summaryview.c
14455                 threading by subject
14456
14457 2001-11-05 [alfons]     0.6.4claws26
14458         
14459         * README.claws
14460                 Claws -> Sylpheed (vice versa)
14461
14462         * src/compose.c
14463                 :%s/gtk_text/gtk_stext/g
14464                 :%s/GTK_TEXT/GTK_STEXT/g
14465                 (thanks to Jonathan Ware for spotting this)
14466
14467 2001-11-04 [christoph]  0.6.4claws25
14468
14469         * src/summaryview.c
14470                 replace Xalloca + strdup with Xstrdup_a
14471         * src/utils.c
14472                 better implementation of extracting quoted names
14473                 from addresses (remove backlashes and ignore
14474                 quotes after them)
14475
14476 2001-11-04 [alfons]     0.6.4claws24
14477
14478         * src/utils.[ch]
14479                 edit to comply more with coding style
14480
14481         * src/textview.c
14482                 fix bug reported by Kim Schulz. introduced by the patch integrated
14483                 in 0.6.4claws15. the code did not check the return value of
14484                 the html parser.
14485
14486         * AUTHORS
14487                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14488
14489 2001-11-04 [christoph]  0.6.4claws23
14490
14491         * src/main.c
14492         * src/prefs_common.[ch]
14493                 init some pointers that possibly caused a segfault
14494                 reported in the claws-users ML
14495
14496 2001-11-04 [hoa]        0.6.4claws22
14497
14498         * src/grouplistdialog.c
14499                 change the names of the nodes in the tree
14500
14501         * src/compose.c
14502                 enhanced mailto syntax as described in
14503                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14504                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14505
14506         * src/utils.c
14507                 encode and decode URI (useful when opening URL into
14508                 netscape).
14509
14510 2001-11-03 [hoa]        0.6.4claws21
14511
14512         * src/grouplistdialog.c
14513                 a new newsgroups list selection dialog box
14514                 with a CTree instead of a CList
14515
14516 2001-11-03 [hoa]        0.6.4claws20
14517
14518         * src/folderview.c
14519                 enable property and scoring options when right
14520                 click on "inbox"
14521
14522         * src/summaryview.c
14523                 fixed bug when nickname were displayed using
14524                 the address book.
14525
14526 2001-11-02 [darko]      0.6.4claws19
14527
14528         * src/compose.c
14529                 new wrap quotation and URL/long words wrapping implementation
14530         * src/compose.c src/gtkstext.[ch]
14531                 move gtkstext_strncmp() to gtkstext.c
14532
14533 2001-11-01 [christoph]  0.6.4claws18
14534
14535         * src/prefs_account.c
14536                 fixed mess in account settings dialog
14537         * src/prefs_folder_item.c
14538                 added label with folder path to dialog
14539
14540 2001-10-31 [match]      0.6.4claws17
14541
14542         * src/vcard.c
14543                 fix memory leak.
14544         * src/addrbook.c
14545                 fix generation of spurious address book file names.
14546                 remove redundant functions.
14547         * po/POTFILES.in
14548                 added missing file names.
14549
14550 2001-10-30 [paul]       0.6.4claws16
14551
14552         * sync with sylpheed 0.6.4cvs6
14553                 see ChangeLog entries 2001-10-26 to 2001-10-30
14554
14555         * tools/filter_conv.pl
14556                 read folderlist.xml to discover whether the top-level
14557                 folder is called 'Mailbox' or 'Mail' 
14558
14559 2001-10-29 [paul]       0.6.4claws15
14560
14561         * src/html.c, src/textview.c
14562                 activate links in html mail and fix clickable parts
14563                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14564
14565 2001-10-29 [paul]
14566
14567         * po/de.po, po/es.po, po/pt_BR/po
14568                 updated translations, submitted by Jens Oberender,
14569                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14570
14571 2001-10-29 [darko]      0.6.4claws14
14572
14573         * src/compose.c
14574                 fix wrapping for good
14575
14576 2001-10-29 [darko]
14577
14578         * src/compose.c
14579                 undo previous change as it broke the smart wrapping
14580
14581 2001-10-29 [darko]      0.6.4claws13
14582
14583         * src/compose.c
14584                 fix infinite loop when long URL is quoted
14585                 (closes bug #475122.
14586
14587 2001-10-28 [match]
14588
14589         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14590                 import Mutt address book
14591         * src/ldif.[ch] src/importldif.h
14592                 modified import LDIF handle user attributes
14593
14594 2001-10-28 [christoph]  0.6.4claws12
14595
14596         * src/summaryview.c
14597                 fixed that filtering did not work if there
14598                 were no filter rules
14599                 (closes bug #472003 and better implementation
14600                  of patch #474644)
14601
14602 2001-10-27 [christoph]  0.6.4claws11
14603
14604         * src/compose.c
14605                 make the folder's default account to be used when
14606                 replying. (patch by wwp <subscript@free.fr>)
14607         * src/compose.c
14608                 code cleanup, nearly killed all of wwp's patch
14609                 for folder's default account in compose
14610         * src/folderview.c
14611                 error panel when a folder could not be created
14612                 (closes bug #471080 new folder name & already
14613                  existing file)
14614
14615 2001-10-26 [alfons]
14616
14617         * src/utils.h
14618                 change prototype of strstr2() that Christoph forgot about
14619
14620 2001-10-26 [christoph]  0.6.4claws10
14621
14622         * src/account.c
14623                 made search for accounts by email address not case
14624                 sensitive
14625         * src/folder.c
14626                 fixed memory leak in folder_item_get_identifier
14627         * src/gtkspell.c
14628         * src/utils.c
14629                 fixed wrong strstr2 (should work like strstr)
14630
14631 2001-10-26 [darko]      0.6.4claws9
14632
14633         * src/compose.c src/gtkstext.[ch]
14634         * src/gtkstext.c
14635                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14636
14637 2001-10-26 [paul]       0.6.4claws8
14638
14639         * src/html.c
14640                 ignore css and javascript tags in html mail
14641                 case-insensitive, with or without double-quoted
14642                 strings
14643
14644 2001-10-26 [paul]       0.6.4claws7
14645
14646         * sync with sylpheed 0.6.4cvs1
14647                 see ChangeLog entry 2001-10-26
14648
14649         * src/prefs_account.c, src/prefs_common.c,
14650           src/prefs_summary_column.c
14651                 minor improvements to the English
14652
14653 2001-10-25 [alfons]     0.6.4claws6
14654
14655         * src/gtkstext.c
14656         
14657                 make GtkSText follow style of GtkText (closes bug 
14658                 #469211 "text selection while writing message")
14659                 
14660                 do sync with GTK 1.2.10
14661
14662 2001-10-25 [paul]       0.6.4claws5
14663
14664         * src/html.c
14665                 ignore css tags in html mail
14666
14667 2001-10-25 [darko]      0.6.4claws4
14668
14669         * src/compose.c
14670                 don't declare is_url_string as static function since
14671                 we need it in gtkstext.c
14672         * src/gtkstext.c
14673                 remove unused variable
14674                 don't wrap long URLs while composing a message
14675
14676 2001-10-24 [christoph]  0.6.4claws3
14677
14678         * src/socket.c
14679                 fix ssl deadlock, when peer closes connection
14680
14681 2001-10-24 [paul]       0.6.4claws2
14682
14683         * src/prefs_common.c
14684                 gettextize the gpg ascii-armored warning message
14685
14686         * src/compose.c
14687                 insert a DOS/MAC file into the composed message
14688                 (improvements)
14689
14690         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14691
14692 2001-10-22 [paul]       0.6.4claws1
14693
14694         * sync with sylpheed 0.6.4 release
14695                 see ChangeLog entries 2001-10-21
14696
14697         * po/fr.po, po/pt_BR.po
14698                 updated by Melvin Hadasht and Fabio Junior Beneditto
14699
14700 2001-10-21 [paul]       0.6.3claws30
14701
14702         * src/compose.c
14703                 insert a DOS text file from the compose window
14704                 into the composed message text (removes CRs characters)
14705                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14706
14707         * tools/filter_conv.pl, tools/README
14708                 automatically use ~/.sylpheed as working directory
14709                 print out confirmation message on completion
14710
14711         * correct Hoa's last ChangeLog.claws entry
14712
14713 2001-10-20 [hoa]        0.6.3claws29
14714
14715         * src/grouplistdialog.c
14716                 bugfix (another ?) to give the right
14717                 newsgroups list for each news server.
14718
14719         * src/news.c
14720         * src/news.h
14721                 improve the newsgroups list cache
14722
14723 2001-10-20 [paul]       0.6.3claws28
14724
14725         * sync with sylpheed 0.6.3cvs9
14726                 see ChangeLog entry 2001-10-19
14727
14728         * correct Alfons' last ChangeLog.claws entry
14729
14730 2001-10-19 [alfons]
14731
14732         * src/pgptext.[ch]
14733                 fix compilation problems (part of bug #472895)
14734
14735 2001-10-18 [hoa]        0.6.3claws27
14736
14737         * src/grouplistdialog.c
14738                 bugfix when we refresh was clicked (bug 472701)
14739
14740 2001-10-19 [christoph]  0.6.3claws26
14741
14742         * src/compose.c
14743                 last header entry should default to "To:" or
14744                 "Newsgroups:" and not copy the last entry line
14745                 in a new compose window
14746                 (closes bug #472686, #470792)
14747
14748 2001-10-19 [paul]       0.6.3claws25
14749
14750         * sync with Sylpheed 0.6.3cvs8
14751                 see ChangeLog entries 2001-10-18 and 2001-10-19
14752
14753 2001-10-18 [christoph]  0.6.3claws24
14754
14755         * src/procmsg.c
14756                 reimplement ignore thread
14757         
14758 2001-10-18 [hoa]        0.6.3claws23
14759
14760         * src/folderview.c
14761         * src/grouplistdialog.[ch]
14762                 enhanced news subscription interface (feature 469113)
14763
14764         * src/news.c
14765         * src/news.h
14766                 enchanced newsgroup listing,
14767                 now, we can get groups informations
14768                 (NNTPGroupInfo)
14769
14770 2001-10-18 [paul]       0.6.3claws22
14771
14772         * src/summaryview.c
14773                 remove comment (sync with main branch)
14774         * src/mainwindow.c
14775                 fix 'Re-edit' bug in 'Message' menu
14776
14777 2001-10-17 [christoph]  0.6.3claws21
14778
14779         * src/compose.c
14780                 ignore empty or whitespace only header lines
14781
14782 2001-10-17 [paul]       0.6.3claws20
14783
14784         * sync with sylpheed 0.6.3cvs7
14785                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14786                 2001-10-17
14787
14788 2001-10-17 [darko]
14789
14790         * src/compose.c
14791                 wrap long lines without spaces
14792                 don't wrap URLs
14793
14794 2001-10-16 [paul]
14795
14796         * po/es.po, po/nl.po, po/pt_BR.po
14797                 updated by Ricardo Mones Lastra, Alfons,
14798                 and Fabio Junior Beneditto
14799
14800         * sylpheed-0.6.3claws released
14801
14802 2001-10-15 [melvin] 0.6.3claws18
14803
14804         * README.claws
14805                 added summary and detailed installation instructions
14806                 for spell checker
14807         * po/fr.po
14808                 Updated, corrected and completed french translation
14809
14810 2001-10-15 [hoa] 0.6.3claws17
14811         * src/grouplistdialog.c
14812                 we can choose the newsgroups to display with wildcards
14813
14814 2001-10-15 [christoph]  0.6.3claws16
14815
14816         * src/account.c
14817         * src/compose.c
14818         * src/prefs_folder_item.[ch]
14819                 applied wwp <subscript@free.fr>'s folder
14820                 default account patch
14821         * po/de.po
14822                 Fixed wrong translation
14823
14824 2001-10-13 [alfons, christoph, melvin]  
14825                         0.6.3claws15
14826
14827         solution #2 to solve MT-safety problems defers all GUI related calls
14828         to the main thread using a gtk_idle_add() callback. discussed on
14829         ircnet #sylpheed, with christoph spotting some issues with the
14830         original code, and melvin allowing us to lobotomize his sylpheed.
14831
14832         * src/syldap.[ch], src/main.c
14833                 fix race problem in ldap search thread by deferring GUI 
14834                 stuff to main thread using gtk_idle_add()
14835
14836 2001-10-13 [paul]       0.6.3claws14
14837
14838         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14839                 add Sergey's smtpcred.patch
14840                 adds separate username/password setting for SMTP Auth
14841                 needed by some servers
14842                 (closes feature request #471659)
14843
14844 2001-10-13 [paul]       0.6.3claws13
14845
14846         * src/pgptext.[ch] **NEW FILES**
14847         * src/Makefile.am, src/messageview.c, src/mimeview.c
14848                 decrypt ascii-armored gpg text embedded in
14849                 the message body.
14850                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14851
14852 2001-10-13 [christoph]  0.6.3claws12
14853
14854         * README.claws
14855                 some more details on default to and
14856                 feature requests
14857         * src/main.c
14858                 init glib threading when ldap is used
14859         * src/syldap.c
14860                 threading fixes
14861         * po/de.po
14862                 fixed a typo
14863
14864 2001-10-12 [paul]       0.6.3claws11
14865
14866         * src/prefs_common.[ch], src/rfc2015.c
14867                 enable ascii-armored gpg text to be embedded in the
14868                 message body, selectable through the 'Privacy'
14869                 preferences. Supports encrypting only.
14870                 Submitted by Ravemax <ravemax@dextrose.com>
14871
14872 2001-10-12 [paul]       0.6.3claws10
14873
14874         * sync with sylpheed 0.6.3cvs6
14875                 see ChangeLog entries 2001-10-11 and 2001-11-12
14876
14877         * src/folderview.c
14878                 incorporated mbox folders, scoring, and folder
14879                 properties into the sync
14880
14881 2001-10-12 [darko]      0.6.3claws9
14882
14883         * README.claws
14884                 describe quotation wrapping
14885         * src/compose.c
14886                 don't treat tab as space to calculate line length properly
14887
14888 2001-10-11 [alfons]
14889
14890         * README.claws
14891                 correct description of how to make new filtering system work,
14892                 add some other things
14893                 
14894         * src/syldap.c
14895                 remove sched_yield() (not necessary / unportable)
14896
14897 2001-10-11 [paul]       0.6.3claws8
14898
14899         * sync with sylpheed 0.6.3cvs3
14900                 see ChangeLog entry 2001-10-10
14901
14902 2001-10-10 [christoph]  0.6.3claws7
14903
14904         * .cvsignore
14905                 ignore 2 files created by newer autotools
14906         * src/prefs_folder_item.c
14907                 using table for widget alignment
14908                 fixed memory leak and broken octal display
14909         * src/filesel.c
14910                 fixed segfault caused by lost filename
14911                 workaround (closes bug #469551)
14912
14913 2001-10-10 [paul]       0.6.3claws6
14914
14915         * sync with sylpheed 0.6.3cvs2
14916                 see ChangeLog entries 2001-10-09 and 2001-10-10
14917
14918 2001-10-10 [darko]      0.6.3.claws5
14919
14920         * src/gtkstext.c
14921                 proper calculation of right margin if smart wrapping is enabled
14922         * src/compose.c
14923                 automatically wrap long lines if wrap quotation is enabled
14924
14925 2001-10-09 [alfons]     0.6.3.claws4
14926
14927         * src/summaryview.c
14928                 select correct row when deleting last row in the summary view (and
14929                 close bug "[ #469104 ] select second last in list when deleting")
14930
14931 2001-10-09 [paul]       0.6.3claws3
14932
14933         * sync with sylpheed 0.6.3cvs1
14934                 updated some autotool scripts
14935
14936 2001-10-09 [darko]      0.6.3claws2
14937
14938         * src/gtkstext.[ch]
14939                 new name and mark with Sylpheed comment
14940         * src/compose.c
14941                 smart quotation wrapping a-la VIM
14942
14943 2001-10-08 [paul]       0.6.3claws1
14944
14945         * sync with sylpheed 0.6.3 release
14946                 see ChangeLog entry 2001-10-08
14947
14948 2001-10-08 [paul]       0.6.2claws24
14949
14950         * src/summaryview.c
14951                 more sync with sylpheed 0.6.2cvs12
14952                 Fixed the bug that didn't select the last row correctly
14953
14954
14955 2001-10-07 [paul]       0.6.2claws23
14956
14957         * sync with sylpheed 0.6.2cvs12
14958                 see ChangeLog entry 2001-10-07
14959
14960 2001-10-06 [match]
14961         * src/jpilot.[ch]
14962                 enable jpilot to read unsynch'ed addresses.
14963
14964         * src/editldap_basedn.c
14965                 fix segfault when opening dialog.
14966
14967 2001-10-06 [alfons]     0.6.2.claws22
14968
14969         * src/summaryview.c
14970                 fix bug with summary view selecting last *inserted*
14971                 node instead of last *visible* node. remember we
14972                 work with a tree
14973
14974 2001-10-06 [paul]       0.6.2claws21
14975
14976         * po/pt_BR.po
14977                 updated translation, contains some fixes and new
14978                 translations, submitted by Gustavo Noronha Silva
14979                 <kov@debian.org>
14980
14981         * src/prefs_common.c
14982                 change 'each' to 'every' - fix dubious English
14983
14984         * sync with sylpheed 0.6.2cvs11
14985
14986 2001-10-05 [alfons]     0.6.2claws20
14987
14988         * src/mainwindow.[ch], src/folderview.c
14989                 make composite tool button switch between "Compose News"
14990                 and "Compose Mail" depending on selected folder
14991                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14992
14993 2001-10-05 [paul]       0.6.2claws19
14994
14995         * src/mainwindow.c, src/summaryview.c
14996                 fix 'Message/Reply to all', broken in last commit
14997
14998         * src/compose.c
14999                 fix X_BEENTHERE seg fault, thanks to Alfons
15000
15001 2001-10-04 [paul]       0.6.2claws18
15002
15003         * src/compose.[ch], src/mainwindow.c
15004                 make "Message/Reply" reply to mailing lists; matches
15005                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15006                 based on portions of the patch submitted by
15007                 Junichi Uekawa <dancer@netfort.gr.jp>
15008
15009 2001-10-04 [darko]      0.6.2claws17
15010
15011         * src/compose.c
15012                 better smart wrapping
15013         * src/gtkstext.[hc]
15014                 a function to make text buffer contiguous
15015
15016 2001-10-03 [paul]       0.6.2claws16
15017
15018         * sync with sylpheed 0.6.2cvs10
15019
15020 2001-10-02 [alfons]
15021
15022         * configure.in
15023         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15024                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15025                 references to chinese translations (hope someone picks up
15026                 this)
15027
15028 2001-10-02 [christoph]  0.6.2claws15
15029
15030         * src/compose.c
15031                 fixed non translated header bug
15032         * ChangeLog.claws
15033                 fixed wrong date in alfons last entry ;)
15034
15035 2001-10-02 [alfons]     0.6.2claws14
15036
15037         * src/compose.c, src/prefs_common.[ch]
15038                 add block cursor option
15039
15040 2001-10-02 [paul]       0.6.2claws13
15041
15042         * sync with sylpheed 0.6.2cvs9
15043
15044 2001-09-30 [paul]       0.6.2claws12
15045
15046         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15047                 updated translations
15048
15049         * po/POTFILES.in
15050                 add 'src/importldif.c'
15051
15052         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15053                 added eudora-to-vCard conversion tool
15054                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15055
15056         * sync with sylpheed 0.6.2cvs8
15057
15058 2001-09-30 [paul]
15059
15060         * sylpheed-0.6.2claws released
15061
15062 2001-09-27 [melvin]     0.6.2claws11
15063
15064         * src/gtkspell.c
15065                 fixed crash when using default path (introduced 
15066                 in 0.6.2claws10)
15067                 fixed tiny bug for initial suggestion mode
15068
15069 2001-09-27 [melvin]     0.6.2claws10
15070         
15071         * src/gtkspell.c
15072                 fixed bug where gtkpspell didn't set the path correctly
15073
15074         * README.claws
15075                 added a paragraph about spell checking
15076                 
15077
15078
15079 2001-09-27 [paul]       0.6.2claws9
15080
15081         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15082                 replace '// comments' with '/* comments */' to prevent
15083                 some compiler warnings 
15084
15085         * sync with sylpheed 0.6.2cvs6
15086
15087 2001-09-26 [alfons]     0.6.2claws8
15088
15089         * src/messageview.c
15090                 introduce return receipt request notification again,
15091                 which was lost because of other semantics in 
15092                 procheader_parse() (???)
15093
15094 2001-09-26 [christoph]  0.6.2claws7
15095
15096         * src/compose.c
15097                 replace comments for old code with #if 0
15098                 readded auto cc, bcc and reply-to
15099         * src/prefs_matcher.c
15100         * src/prefs_scoring.c
15101                 removed some definition (was moved to
15102                 prefs.h)
15103
15104 2001-09-26 [paul]       0.6.2claws6
15105
15106         * src/mainwindow.c
15107                 make 'Follow-up and reply to' sensitive
15108
15109         * more sync with sylpheed 0.6.2cvs5
15110
15111 2001-09-25 [melvin]
15112
15113         * 0.6.2claws5
15114
15115         * src/gtkspell.c
15116                 fixed bug for "US-ASCII" introduced by the encoding code
15117
15118 2001-09-25 [paul]
15119
15120         * 0.6.2claws4
15121
15122         * src/prefs_common.[ch], src/summaryview.c
15123                 'next unread msg' 'go to next folder?' dialog can be
15124                 given default behaviour, either always show dialog,
15125                 or assume 'yes', or assume 'no'
15126                 Submitted by wwp <subscript@free.fr>
15127
15128 2001-09-25 [melvin]
15129                 
15130         * src/compose.c src/gtkspell.[ch]
15131                 added support for different encodings
15132
15133 2001-09-25 [paul]
15134
15135         * more sync with sylpheed 0.6.2cvs5
15136
15137 2001-09-24 [alfons]
15138         
15139         * src/prefs_folder_item.c
15140                 add check for item->prefs->default_to string is NULL and
15141                 add another check when freeing this string
15142
15143 2001-09-24 [paul]
15144
15145         * configure.in
15146                 change to version 0.6.2claws3
15147
15148         * sync with sylpheed 0.6.2cvs5 
15149
15150 2001-09-24 [match]
15151         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15152                 import LDIF files.
15153         * src/addrcache.[ch], addrindex.[ch]
15154                 small update for future
15155         * src/addrbook.c
15156                 fix test XML file.
15157
15158 2001-09-24 [melvin]
15159         * src/gtkspell.[ch]
15160                 added 'Learn from mistakes' option
15161                 better handling of quotes in checked words
15162                 sorted dict list
15163         * po/fr.po
15164                 small update for spell checking stuff
15165
15166 2001-09-23 [alfons]
15167         
15168         * src/gtkspell.c
15169                 edit a little bit so it complies more with main coding style
15170
15171 2001-09-23 [alfons]
15172
15173         * src/folder.[ch], prefs_folder_item.c, compose.c
15174                 migrate "request return receipt" folder property
15175                 to folderlist.xml
15176
15177 2001-09-22 [alfons]
15178
15179         * README.claws **NEW**
15180                 (add things of interest for users of main branch 
15181                 and claws here)
15182
15183         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15184                 re-implement threading per folder option, but store 
15185                 the setting in folderlist.xml (where it belongs)
15186
15187 2001-09-21 [melvin]
15188
15189         * src/gtkspell.[ch]
15190                 fixed bug when compose window is under another window
15191         * src/prefs_common.[ch] src/compose.c
15192                 changed 'dictionary_path' to 'dictionary' to be consistent
15193                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15194         * ac/pspell.m4 src/Makefile.am 
15195                 dropped PSPELL_PATH macro
15196         * po/fr.po
15197                 updated translations
15198
15199 2001-09-21 [christoph]
15200
15201         * src/compose.c
15202                 added border around header fields
15203                 keep header type when new field is added
15204
15205 2001-09-20 [christoph]
15206
15207         * src/utils.[ch]
15208                 more portable debug_print with source filename
15209                 and linenumber
15210         * src/procmsg.c
15211                 more newlines after debug messages
15212
15213 2001-09-20 [paul]
15214
15215         * configure.in
15216                 change to version 0.6.2claws2
15217
15218         * sync with sylpheed 0.6.2cvs3
15219
15220 2001-09-19 [melvin]
15221
15222         * src/gtkspell.c
15223                 fixed the post-right-click focus pb
15224                 fixed crash when 'Spell check all' after dict change 
15225                         and when cursor is at the end of the text
15226                 shift-right-click pops up config menu even on misspelled words.
15227         * po/POTFILES.in
15228                 added gtkspell.c
15229
15230 2001-09-19 [melvin]
15231
15232         * src/about.c
15233                 added pspell to compiled-in features list
15234
15235 2001-09-18 [melvin]
15236
15237         * switched to pspell and dropped ispell
15238         * ac/pspell.m4
15239                 new file. autoconf macro for pspell
15240         * ac/Makefile.am 
15241         * configure.in acconfig.h
15242                 added pspell support
15243         * src/Makefile.am
15244         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15245         * src/prefs_common.[ch] 
15246                 added pspell support
15247
15248 2001-09-18 [christoph]
15249
15250         * src/addr_compl.c
15251         * src/template.[ch]
15252                 replace LOG_MESSAGE with debug_print
15253         * src/compose.[ch]
15254                 gui improvements
15255         * src/menu.c
15256                 added newline after debug message
15257         * src/utils.h
15258                 using __VA_ARGS__ for debug_print macro
15259         * tools/.cvsignore
15260                 ignore Makefile and Makefile.in
15261
15262 2001-09-18 [paul]
15263
15264         * configure.in
15265                 change to version 0.6.2claws1
15266         * sync with sylpheed 0.6.2cvs1
15267
15268         * src/matcher.c 
15269         * src/prefs_matcher.c
15270                 add 'score equal to' option, submitted by
15271                 Paul Evans <nerd@freeuk.com>
15272
15273 2001-09-15 [christoph]
15274
15275         * src/mainwindow.c
15276                 comment out menu entry not existing in claws
15277         * src/menu.c
15278                 add debug output for non existing menu entries
15279         * src/summaryview.c
15280                 fix next/prev unread message for ignored threads
15281         * src/utils.[ch]
15282                 add sourcefile and line number to debug output
15283                 otherwise it is sometimes hard to find the
15284                 source code part if debug messages are translated
15285
15286 2001-09-14 [darko]
15287         
15288         * src/folderview.c
15289                 refresh target folder style after colour is changed
15290
15291 2001-09-13 [paul]
15292
15293         * configure.in
15294                 change to version 0.6.1claws3
15295
15296         * sync with sylpheed 0.6.1cvs6
15297
15298 2001-09-13 [darko]
15299         
15300         * src/folderview.c
15301                 fix target folder colourization to use user selected colour
15302
15303 2001-09-12 [darko]
15304         
15305         * src/summaryview.c
15306                 fix crash when message that is marked for copy/move is unmarked
15307
15308 2001-09-09 [paul]
15309
15310         * configure.in
15311                 change to version 0.6.1claws2
15312
15313         * sync with sylpheed 0.6.1cvs3
15314
15315 2001-09-09 [alfons]
15316         
15317         * src/folderview.c
15318                 fix bug with default font used for trash folder text
15319
15320 2001-09-06 [paul]
15321
15322         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15323                 updated translations
15324
15325         * configure.in
15326                 change to version 0.6.1claws1
15327
15328         * sync with sylpheed 0.6.1cvs2
15329
15330 2001-09-03 [paul]
15331
15332         * po/POTFILES.in
15333                 add Match's new addressbook
15334
15335         * po/de.po
15336                 updated translation submitted by Jens Oberender
15337
15338 2001-09-02 [paul]
15339
15340         * configure.in
15341                 change to 0.6.1claws
15342         * sync with sylpheed 0.6.1 release
15343
15344 2001-09-02 [paul]
15345
15346         * configure.in
15347                 change to 0.6.0claws2
15348
15349         * sync with sylpheed 0.6.0cvs4
15350
15351         * po/pt_BR.po
15352                 updated translation submitted by Fabio Junior Beneditto
15353
15354 2001-09-01 [match]
15355         * pixmaps/
15356                 interface.xpm
15357                 book.xpm
15358                 address.xpm
15359         * src/
15360                 Makefile.am
15361                 a ton of new files
15362
15363 2001-08-31 [paul]
15364
15365         * configure.in
15366                 change to version 0.6.0claws1
15367
15368         * sync with sylpheed 0.6.0cvs1
15369
15370         * po/es.po
15371                 updated translation submitted by Ricardo Mones Lastra
15372
15373         * po/POTFILES.in
15374                 add 'src/prefs_templates.c'
15375
15376         * src/compose.c, src/summaryview.c
15377                 fix segfault on 'Re_edit'               
15378
15379 2001-08-30 [alfons]
15380
15381         * configure.in, Makefile.am
15382         * tools/Makefile.am
15383                 add tools directory to source distribution
15384
15385 2001-08-30 [paul]
15386
15387         * configure.in
15388                 change to version 0.6.0claws
15389
15390         * sync with sylpheed 0.6.0 release
15391
15392 2001-08-30 [christoph]
15393
15394         * configure.in
15395                 removed autoconf version check
15396
15397 2001-08-30 [paul]
15398
15399         * src/account.c, src/compose.c, src/prefs_common.[ch]
15400         * src/procheader.[ch] src/utils.[ch]
15401                 Enhanced automatic account selection on replies
15402                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15403
15404         * configure.in
15405                 add LDAP and JPilot to the configuration results output.
15406
15407 2001-08-29 [christoph]
15408
15409         * src/summeryview.c
15410                 no bold font for ignored threads
15411
15412 2001-08-29 [paul]
15413
15414         * configure.in
15415                 change to version 0.5.3claws6
15416
15417         * sync with sylpheed 0.5.3cvs10
15418                 src/stringtable.[ch]: New Files
15419
15420         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15421         * src/pixmaps/sylpheed.xpm
15422                 add mini-icons to windows (by Alfons)
15423
15424 2001-08-27 [paul]
15425
15426         * src/mainwindow.c
15427                 new functions: next_labeled_cb(), prev_labeled_cb()
15428
15429         * src/summaryview.c
15430                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15431                 summary_select_next_labeled(), summary_select_prev_labeled()
15432
15433         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15434                 give claws blue folders and a blue trash can
15435
15436 2001-08-27 [paul]
15437
15438         * configure.in
15439                 change to version 0.5.3claws5
15440
15441         * sync with sylpheed 0.5.3cvs9
15442                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15443
15444 2001-08-24 [christoph]
15445
15446         * src/filesel.c
15447                 keep filename when browsing directories
15448                 (not working for user entered filename, but
15449                  for default name and selected filename from
15450                  file list)
15451         * src/mainwindow.c
15452                 fixed wrong spelling "Folllow-up"
15453         * src/mbox_folder.c
15454         * src/procmsg.c
15455         * src/summaryview.c
15456                 fixed new/unread message count with ignored
15457                 threads (2 commits, first didn't notice no
15458                 longer needed decreasing)
15459         * src/inc.c
15460                 readded scrolling of progress dialog
15461                 (lost in sync)
15462
15463 2001-08-24 [paul]
15464
15465         * configure.in
15466                 change to 0.5.3claws4
15467
15468         * sync with sylpheed 0.5.3cvs7
15469
15470 2001-08-24 [christoph]
15471
15472         * src/compose.c
15473                 set request return receipt when replying
15474                 if it is set is the folder prefs of the
15475                 message
15476         * src/inc.c
15477                 disable final error popup if popups are
15478                 disabled in config (again)
15479
15480 2001-08-23 [paul]
15481
15482         * configure.in
15483                 Change version number to 0.5.3claws3
15484
15485         * sync with sylpheed 0.5.3cvs5
15486
15487         * src/mimeview.c
15488                 double quote '%s' in 'gedit %s' to fix bug when
15489                 opening attachment with spaces in the name
15490
15491 2001-08-22 [alte]
15492         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15493           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15494                 initial message templates support
15495
15496
15497 2001-08-22 [paul]
15498
15499         * configure.in
15500                 change version number to 0.5.3claws2
15501
15502         * sync with sylpheed 0.5.3cvs4
15503
15504         * src/procmsg.h src/summaryview.c
15505                 re-implement (un)ignore thread
15506
15507 2001-08-21 [paul]
15508
15509         * src/summaryview.c
15510                 remove unnecessary code
15511         * src/compose.c
15512                 enable 'dynamic' signatures (submitted by
15513                 Eric Limpens <eric@hscg-internet.nl>)
15514
15515 2001-08-21 [paul]
15516
15517         clean up after sync with sylpheed 0.5.3 release
15518
15519         * src/folderview.c
15520                 fix re-introduced font mess, see Christoph's
15521                 entry 2001-06-24
15522
15523         * src/summaryview.c
15524                 remove prev_msgnum
15525                 use sylpheed's small font instead of
15526                 gtk default font for summary view
15527
15528
15529 2001-08-17 [paul]
15530
15531         * configure.in
15532                 add pl to ALL_LINGUAS - sync with main branch
15533
15534         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15535                 Updated. Translations by Jens Oberender, Ricardo Mones
15536                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15537
15538         * po/pl.po  ** NEW FILE **
15539                 sync with the main branch
15540
15541         * src/folderview.c
15542                 fix target folder colorizing and refresh problem
15543
15544
15545 2001-08-17 [christoph]
15546
15547         * src/mainwindow.c
15548                 claws uses 4 colors for target folder coloring.
15549                 arrays were not long enough and destroyed the
15550                 stack causing a segfault.
15551                 target folder colorizing does not work anymore
15552                 for me
15553
15554 2001-08-16 [paul]
15555
15556         * configure.in
15557                 change to version 0.5.3claws1
15558
15559         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15560           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15561           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15562
15563                 sync with sylpheed 0.5.3 release, but keep claws method of
15564                 configuring/saving fonts
15565
15566         * src/addressbook.[ch]
15567                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15568                 in line with a similar change in Hiroyuki's branch
15569
15570         * src/mainwindow.[ch]
15571                 disable main_window_set_thread_option()
15572         * src/prefs_folder_item.c
15573                 comment out &tmps_prefs.enable_thread,
15574         * src/mbox_folder.c, src/procmsg.[ch]
15575                 comment out MSG_IS_IGNORE_THREAD
15576         * src/summaryview.c
15577                 comment out summary_ignore_thread() and summary_unignore_thread()
15578                 comment out MSG_IS_IGNORE_THREAD
15579
15580                 use Hiroyuki's threading instead.
15581
15582
15583
15584 2001-08-15 [paul]
15585
15586         * src/account.c
15587                 use Hiroyuki's 0.5.3 column scheme but also
15588                 include the enable/disable button.
15589         * src/pixmaps/mark.xpm
15590                 add Hiroyuki's amended pixmap
15591
15592 2001-08-13 [christoph]
15593
15594         * src/account.c
15595                 receive at get all column showed wrong state for APOP
15596                 button should only work for POP3 and APOP accounts
15597         * src/prefs_account.c
15598                 added missing preprocessor statement for SSL
15599
15600 2001-08-12 [paul]
15601
15602         * src/account.[ch]
15603                 add 'receive at get all' column and enable/disable
15604                 button.
15605
15606 2001-08-06 [christoph]
15607
15608         * src/account.c
15609                 show usage of SSL in protocol column
15610
15611         * src/imap.c
15612         * src/inc.c
15613                 renamed ssl options
15614
15615         * src/prefs_account.[ch]
15616                 moved ssl options to a new page
15617
15618         * src/send.c
15619         * src/smtp.c
15620         * src/ssl.[ch]
15621                 renamed ssl options
15622                 added support for SMTP STARTTLS command
15623
15624 2001-08-05 [christoph]
15625
15626         * configure.in
15627                 debian autoconf needs version check to find
15628                 correct autoconf version. if the file is
15629                 named configure.in 2.13 is used, which does
15630                 not work with this configure.in script.
15631                 other solution would be to rename the script
15632                 to configure.ac as suggested in the autoconf
15633                 manual.
15634
15635         * src/inc.c
15636                 disable final error popup if popups are
15637                 diabled in config
15638
15639         * src/socket.c
15640                 bugfix in ssl_gets
15641                 fixes IMAP over SSL problem
15642
15643 2001-08-03 [paul]
15644
15645         * configure.in
15646                 change to 0.5.2claws1
15647
15648         * sync with sylpheed 0.5.2cvs1
15649
15650 2001-08-02 [alfons]
15651
15652         * configure.in
15653                 quick fix for ispell detection...
15654
15655 2001-08-01 [paul]
15656
15657         * configure.in
15658                 change to 0.5.1claws4
15659
15660         * sync with sylpheed 0.5.1cvs7
15661
15662 2001-07-31 [alfons]
15663
15664         * src/prefs_common.c, src/prefs_common.h, 
15665           src/gtkspell.c, src/gtkspell.h
15666                 add global spelling checker settings (compose tab) +
15667                 selection of dictionary 
15668           
15669         * configure.in  
15670                 guess valid ispell location
15671
15672 2001-07-31 [paul]
15673
15674         * po/POTFILES.in
15675                 removal of 'src/quote_fmt_parse.c'
15676         * po/de.po
15677                 Updated de.po
15678                 (submitted by Jens Oberender <didge@suse.de>)
15679
15680 2001-07-31 [darko]
15681
15682         * src/folder.[ch]
15683         * src/folderview.[ch]
15684         * src/mainwindow.c
15685         * src/mh.c
15686         * src/prefs_common.[ch]
15687         * src/summaryview.c
15688                 target folder colourization
15689
15690 2001-07-30 [paul]
15691
15692         more sync with Sylpheed 0.5.1cvs6 
15693
15694 2001-07-30 [darko]
15695
15696         * src/mh.c
15697         * src/prefs_folder_item.[hc]
15698         * src/summaryview.c
15699                 shared folders support with a GUI
15700
15701 2001-07-29 [paul]
15702
15703         0.5.1claws3
15704
15705         * sync with Sylpheed 0.5.1cvs6
15706
15707 2001-07-29 [paul]
15708
15709         * po/pt_BR.po
15710                 updated
15711                 (submitted by Fabio Junior Beneditto)
15712
15713 2001-07-28 [paul]
15714
15715         * src/procmime.c
15716         * AUTHORS
15717                 patch to correct bad image mime headers
15718                 (submitted by Don Quijote <dq@searchlores.org>)
15719
15720 2001-07-28 [paul]
15721
15722         * tools/gif2xface.pl   **NEW FILE**
15723         * tools/README
15724                 script to convert file.gif to file.xface for
15725                 use in a custom header.
15726                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15727
15728 2001-07-27 [alfons]
15729         
15730         * configure.in
15731                 change macros for detecting JPilot and LDAP
15732
15733 2001-07-27 [christoph]
15734
15735         * src/filtering.c
15736                 code cleanup (MIN / MAX warning, needed casting)
15737
15738 2001-07-27 [alfons]
15739
15740         * procheader.c
15741                 disallow setting flags when detecting certain headers
15742                 (X-Status, Status, Seen, X-Seen). 
15743         
15744         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15745
15746 2001-07-27 [christoph]
15747
15748         * src/prefs_filter.c
15749         * src/prefs_filtering.c
15750         * src/prefs_matcher.c
15751         * src/prefs_scoring.c
15752                 scroll list when moving rows up or down
15753
15754         * src/imap.c
15755         * src/imap.h
15756         * src/prefs_account.c
15757         * src/prefs_account.h
15758         * src/send.c
15759                 SMTP over SSL (untested, feedback requested)
15760                 IMAP over SSL
15761
15762         * src/ssl.c
15763                 code cleanup
15764
15765 2001-07-26 [alfons]
15766         
15767         * configure.in, acconfig.h
15768                 define CLAWS (need this for main / claws detection)
15769
15770 2001-07-25 [alfons]
15771
15772         * configure.in
15773                 Sylpheed 0.5.1claws2
15774                 
15775         * sync with Sylpheed 0.5.1cvs4
15776
15777 2001-07-25 [christoph]
15778
15779         * src/scoring.c
15780                 fixed segfault
15781                 item->prefs == NULL (don't know why)
15782
15783 2001-07-25 [alfons]
15784
15785         * configure.in
15786                 Sylpheed 0.5.1claws1
15787
15788         * sync with Sylpheed 0.5.1cvs1-3
15789
15790 2001-07-24 [christoph]
15791
15792         * src/folderview.c
15793         * src/prefs_folder_item.[ch]
15794                 added folderitem preferences dialog with
15795                 default To: and auto request return receipt
15796
15797         * src/compose.[ch]
15798         * src/menu.[ch]
15799                 changes to handle new folderitem preferences
15800
15801         * src/mainwindow.c
15802         * src/summaryview.c
15803                 call compose new mail with current folderitem
15804
15805 2001-07-24 [alfons]
15806
15807         Release Sylpheed 0.5.1claws
15808
15809         * configure.in
15810                 change to release version 0.5.1claws
15811
15812 2001-07-24 [christoph]
15813
15814         * src/summaryview.c
15815                 fixed segfault that happend when the selected
15816                 message was removed while retrieving new messages.
15817
15818         * po/es.po
15819                 updated translation
15820                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15821
15822 2001-07-22 [alfons]
15823
15824         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15825         this is a work in progress, for more information: http://nlpagan.net/sylman 
15826         
15827         * configure.in, src/mainwindow.c, manual/Makefile.am
15828                 add support for English manual
15829
15830         * AUTHORS
15831                 add authors of user manuals
15832
15833         * manual/en/sylpheed*.html
15834                 add English documentation
15835
15836 2001-07-22 [christoph]
15837
15838         * po/POTFILES.in
15839                 added src/ssl.c
15840         * src/ssl.c
15841                 changed a wrong debug message
15842
15843 2001-07-22 [alfons]
15844
15845         * po/nl.po
15846                 update Dutch translation
15847
15848         * src/prefs_filtering.c, 
15849           src/prefs_matcher.c
15850                 add more translatable strings           
15851
15852 2001-07-21 [alfons]
15853
15854         0.5.0claws7
15855
15856         * configure.in
15857                 change version
15858
15859         * src/inc.c, src/summaryview.[ch]
15860                 prevent update of mark file when filtering has done, by
15861                 using a variable; this affects two functions:
15862                         inc.c::inc_finished()
15863                         summaryview.c::summary_show()
15864
15865 2001-07-20 [alfons]
15866
15867         * src/filtering.[ch], src/prefs_filtering.c, 
15868           src/matcher.[ch]
15869                 add filtering action for label coloring 
15870
15871         * po/POTFILES.in
15872                 add labelcolors.c
15873
15874         * added src/labelcolors.c
15875         * added src/labelcolors.h
15876         * src/Makefile.am, src/summaryview.c
15877                 rearrange label coloring code
15878
15879         * src/procmsg.h
15880                 add more parentheses so label colouring works correctly
15881
15882         * src/filtering.c
15883                 don't really delete message, but move it to Trash
15884
15885         * src/prefs_matcher.c
15886                 add quote options to info dialog
15887
15888 2001-07-20 [christoph]
15889
15890         * src/Makefile.am
15891         * src/inc.c
15892         * src/main.[ch]
15893         * src/socket.h
15894         * src/ssl.[ch] (new)
15895                 moved ssl stuff to a seperate file
15896
15897 2001-07-20 [darko]
15898
15899         * src/summaryview.c
15900                 fix show sender using address book with no e-mail
15901                 address in From: field
15902
15903 2001-07-19 [alfons]
15904
15905         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15906                 fix messy handling of escaping... now at least the
15907                 execute command is useful. escape char is '\', we
15908                 accept \n and \r too. 
15909
15910                 Real life example:
15911                 
15912                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15913                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15914
15915 2001-07-18 [alfons]
15916
15917         0.5.0claws6
15918
15919         * src/summaryview.c
15920                 clean up
15921
15922         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15923           src/procmsg.[ch]
15924                 revise filtering; currently move, copy, marking have
15925                 been tested. if you like bleeding edge stuff, you
15926                 should definitely go for this version :)
15927
15928         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15929
15930 2001-07-17 [christoph]
15931
15932         * src/utils.c
15933                 timestamp log
15934
15935 2001-07-17 [alfons]
15936
15937         0.5.0claws5
15938
15939         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15940           bits in the mark file, without affecting either branch. Lots of
15941           files changed, also in claws branch.
15942
15943           UNTESTED: use of mbox folders
15944
15945         * src/summaryview.c
15946                 added mark all read; however this was a quick hack used for
15947                 cleaning up mess after initial merge with Hiroyuki
15948
15949         * configure.in
15950                 change claws version number back to 0.5.0claws5 to clear up 
15951                 confusion & pretension (recent release was technically 
15952                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15953
15954 2001-07-16 [alfons]
15955
15956         sync with Hiroyuki's 0.5.0cvs4
15957
15958 2001-07-16 [alfons]
15959
15960         0.5.1claws3
15961
15962         * src/filtering.[ch]
15963                 remove invalid updating of mark files for 
15964                 filter actions MATCHING_ACTION_MOVE and 
15965                 MATCHING_ACTION_DELETE; this should fix the
15966                 folder update bug
15967                 
15968         * src/procmsg.c
15969                 revert Christoph's stab at fixing the folder 
15970                 update bug
15971
15972         * po/POTFILES.in
15973                 add missing files with translatable strings
15974
15975         * src/summaryview.c
15976                 remove debug print
15977
15978 2001-07-15 [alfons]
15979
15980         * src/addr_compl.[ch], src/prefs_filtering.c
15981                 make "filtering pref dialog's destination entry" an
15982                 "address completable entry", if filter destination is 
15983                 an email address
15984
15985         0.5.1claws2
15986         
15987         sync with Hiroyuki's 0.5.0cvs2-3
15988
15989 2001-07-15 [christoph]
15990
15991         * src/procmsg.c
15992                 fixed folder stats update after incorporation
15993
15994 2001-07-15 [alfons]
15995
15996         * src/summaryview.c
15997                 * finish label colouring stuff (for now)
15998                 * fix incorrect colour bug (off by one) 
15999
16000 2001-07-14 [alfons]
16001
16002         * src/mainwindow.c
16003                 change text labels for news and mail message so there's
16004                 plenty of toolbar estate left
16005
16006         * configure.in
16007                 0.5.1claws1
16008
16009         * src/folderview.c
16010           src/folder.[ch]
16011                 sync with Hiroyuki's 0.5.0cvs1
16012
16013         * src/summaryview.c
16014                 more rewrite label colouring
16015
16016 2001-07-14 [alfons]
16017
16018         * src/summaryview.[ch]
16019                 * start rewrite label colouring 
16020                 * fix proper location "Add Sender To Addressbook" menu item
16021
16022 2001-07-13
16023
16024         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16025         (actually this is 0.5.0claws4)
16026
16027 2001-07-13 [alfons]
16028
16029         * po/pt_BR.po
16030                 * fix duplicate message
16031                 * add updated Portugese / Brazilian translation
16032                   submitted by Fabio Junior Beneditto
16033
16034 2001-07-12 [alfons]
16035
16036         * AUTHORS
16037                 add Jens
16038
16039         * po/nl.po
16040                 add updated Dutch translation
16041
16042         * po/de.po
16043                 add updated German translation submitted by Jens
16044
16045 2001-07-11 [alfons]
16046
16047         Prerelease before 0.5.0claws. Please test.
16048         This version is temporarily tagged as VERSION_0_5_0_TEST
16049
16050         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16051           src/prefs_scoring.c, src/prefs_matcher.c, 
16052           src/prefs_filtering.c, src/mbox.c, 
16053           src/main.c, src/inc.c, src/filtering.[ch]
16054                 revert new Hoa's new matcher (does not work yet)
16055
16056         * src/Makefile.am
16057                 clean up
16058
16059 2001-07-10
16060
16061         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16062
16063
16064 2001-07-10 [alfons]
16065
16066         * Makefile.am
16067                 add ChangeLog.claws to EXTRA_DIST
16068         * src/Makefile.am
16069                 add matcher_parser_parse.h to EXTRA_DIST
16070
16071 2001-07-10 [christoph]
16072
16073         * src/inc.c
16074                 add destination folder to table of
16075                 folders that need to be updated after
16076                 incorporation
16077
16078 2001-07-10 [alfons]
16079
16080         * folder.[ch]
16081           folderview.c
16082                 make collapse state of folders and folder items persistent, i.e.
16083                 if you collapse a folder tree, the next time sylpheed-claws starts 
16084                 up the folder tree remains collapsed.  
16085                 
16086 2001-07-10 [christoph]
16087
16088         * acconfig.h
16089         * configure.in
16090                 added --enable-ssl
16091         * src/md5.[ch]
16092                 renamed MD5_CTX to MD5_CTX_syl
16093                 conflicts with a struct in openssl
16094         * src/inc.c
16095         * src/main.[ch]
16096         * src/prefs_account.[ch]
16097         * src/socket.[ch]
16098                 SSL support for POP
16099         * src/mainwindow.c
16100                 fixed compose with current account
16101                 broken by new compose button stuff
16102
16103 2001-07-09 [hoa]
16104
16105         * AUTHORS
16106                 changed my email address
16107
16108         * src/matcher_parser_parse.y
16109                 clean the parser to remove conflicts
16110
16111 2001-07-09 [alfons]
16112
16113         * AUTHORS
16114                 add Match Grun
16115
16116         * configure.in
16117                 fix incorrect description of --enable-ldap parameter
16118
16119         * src/prefs_common.[ch]
16120           src/compose.c
16121                 add experimental option "smart wrapping" which makes the
16122                 compose editor auto wrap.
16123                 
16124                 | TODO: the problem with the buggy cursor handling is caused |
16125                 | by the GtkText. when deleting / backspacing text its       |
16126                 | wrapping algorithm does not take in account the previous   |
16127                 | line. should find a way to hack this in.                   |
16128                 | or should perhaps combine this with the word wrapping      |
16129                 | patch i wrote in january.                                  |
16130
16131         * src/about.c
16132                 show build parameters for LDAP and JPilot
16133
16134         * src/summaryview.c
16135                 revert Christoph's bugfix for selecting next unread message, 
16136                 because folder stats aren't updated correctly
16137
16138 2001-07-08 [hoa]
16139
16140         * src/filtering.c
16141         * src/mainwindow.c
16142         * src/matcher.c
16143         * src/matcher_parser_lex.l
16144         * src/matcher_parser_parse.y
16145         * src/prefs_filtering.c
16146         * src/prefs_scoring.c
16147         * src/scoring.c
16148                 bugfix of the config file parser
16149
16150 2001-07-08 [alfons]
16151
16152         * src/Makefile.am
16153                 added generated matcher sources to BUILT_SOURCES
16154
16155 2001-07-08 [hoa]
16156
16157         * src/Makefile.am
16158         * src/.cvsignore
16159                 added new config file parser
16160
16161         * src/scoring.[ch]
16162         * src/filtering.[ch]
16163         * src/matcher.[ch]
16164         * src/prefs_filtering.c
16165         * src/prefs_matcher.c
16166         * src/prefs_scoring.c
16167         * added src/matcher_parser.h
16168         * added src/matcher_parser_lex.h
16169         * added src/matcher_parser_lex.l
16170         * added src/matcher_parser_parse.y
16171                 lex & yacc config file parser
16172
16173         * src/mbox.c
16174         * src/inc.c
16175         * src/main.c
16176                 changes prefs_filtering into global_filtering           
16177
16178         * src/summaryview.c
16179                 build threads with subjects only if "Re: " is at the
16180                 beginning of the subject
16181
16182 2001-07-07 [paul]
16183
16184         0.5.0claws
16185
16186         sync with sylpheed 0.5.0
16187                 change of version number only
16188
16189 2001-07-06 [paul]
16190
16191         0.5.0claws5
16192
16193         sync with sylpheed 0.5.0pre5
16194
16195 2001-07-05 [paul]
16196
16197         sync with sylpheed 0.5.0pre4 release
16198                 /po and /manual/ja not sync'ed
16199
16200 2001-07-04 [paul]
16201
16202         more sync with sylpheed 0.5.0pre4
16203
16204 2001-07-03 [christoph]
16205
16206         * src/addressbook.c
16207                 fixed address book broken by address book
16208                 for VCard, JPilot, LDAP
16209
16210 2001-07-03 [alfons]
16211
16212         * src/matcher.c
16213         * src/textview.c
16214                 stopped memory leaks
16215
16216 2001-07-03 [paul]
16217
16218         more sync with sylpheed 0.5.0pre4
16219
16220 2001-07-02 [match]
16221
16222         * included address book patch for VCard, JPilot, LDAP
16223         * pref_common.c - fixed Font options on Display tab (cosmetic)
16224         * alertpanel.c - fixed truncated message
16225
16226 2001-07-02 [christoph]
16227
16228         * src/mbox_folder.c
16229         * src/procmsg.[ch]
16230         * src/summaryview.c
16231                 mark threads for ignoring
16232
16233 2001-07-02 [paul]
16234
16235         0.5.0claws4
16236
16237         * sync with sylpheed 0.5.0pre4
16238                 updated gettext to 0.10.38.
16239
16240 2001-07-01 [paul]
16241
16242         * src/ mainwindow.c
16243         * src/procmsg.h
16244         * src/summaryview.[ch]
16245                 new right-click option: Label.
16246                 substitute for 'Mark-->Mark/Unmark', colours the line.
16247                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16248
16249 2001-07-01 [christoph]
16250
16251         * src/folderview.c
16252                 fixed font for trash
16253         * src/summaryview.c
16254                 move ctree to unread message
16255
16256 2001-07-01 [paul]
16257
16258         * sync with sylpheed 0.5.0pre3 release
16259
16260 2001-06-30 [alfons]
16261
16262         * src/filesel.[ch]
16263         * src/compose.c
16264                 allow inserting / attaching multiple files in
16265                 the composer window
16266
16267 2001-06-30 [paul]
16268
16269         * src/codeconv.c
16270                 small change to Alfons' previous stuff so that it
16271                 actually makes
16272
16273 2001-06-30 [alfons]
16274
16275         * lots of files changed; first attempt to merge the changes
16276           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16277
16278 2001-06-30 [paul]
16279
16280         * po/pt_BR.po
16281                 updated and completed, translations by Fabio
16282                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16283
16284 2001-06-29 [alfons]
16285
16286         * src/compose.c
16287         * src/mimeproc.[ch]
16288                 allow selecting an attached files' mime type from a 
16289                 list of types.
16290
16291 2001-06-29 [paul]
16292
16293         * more sync with sylpheed 0.5.0pre3
16294
16295 2001-06-29 [paul]
16296
16297         * po/pt_BR.po
16298                 merge with sylpheed.pot and pt_BR.po provided by
16299                 Fabio Junior Beneditto.
16300
16301 2001-06-29 [darko]
16302
16303         * src/procmime.c
16304                 make MIME types case insensitive
16305
16306 2001-06-28 [alfons]
16307
16308         * po/nl.po
16309                 merge with sylpheed.pot and old nl.po; translations added.
16310
16311 2001-06-28 [paul]
16312
16313         * more sync with sylpheed 0.5.0pre3
16314
16315 2001-06-27 [alfons]
16316
16317         * src/summaryview.c
16318                 don't crash when removing parent node of messages
16319                 attracted by subject. this was caused by not deleting
16320                 the parent node from the subject line hash table.
16321
16322 2001-06-27 [alfons]
16323
16324         * src/summaryview.c
16325         * src/compose.[ch]
16326         * src/mainwindow.c
16327                 if there are multiple messages selected, allow forwarding
16328                 them as attachments.
16329
16330 2001-06-27 [paul]
16331
16332         * more sync with sylpheed 0.5.0pre3
16333
16334 2001-06-26 [paul]
16335
16336         0.5.0claws3
16337
16338         * sync with sylpheed 0.5.0pre3
16339
16340 2001-06-25 [paul]
16341
16342         * src/mainwindow.c
16343                 fixed 'compose news article' bug
16344                 from icon-and-text toolbar
16345
16346 2001-06-25 [paul]
16347
16348         * sync with sylpheed 0.5.0pre2 release
16349
16350 2001-06-24 [christoph]
16351
16352         * src/prefs_common.c
16353                 bug fix in font selection
16354         * src/folderview.c
16355                 use sylpheed's normal font instead of
16356                 gtk default font for folders without
16357                 new messages
16358
16359 2001-06-24 [alfons]
16360
16361         * src/mainwindow.[ch]
16362                 added composite compose mail / news button (an idea by Leandro
16363                 Pereira <leandro@linuxmag.com.br>)
16364
16365 2001-06-24 [paul]
16366
16367         Added instructions for ldif-to-xml.py
16368
16369         * tools/README
16370
16371 2001-06-23 [alfons]
16372
16373         Some minor things.
16374
16375         * src/pixmaps/stock_news_compose.xpm
16376                 added pixmap by Leandro
16377         * src/prefs_common.c
16378                 tested built-in spelling checker of GCC 3.0 :)
16379         * po/nl.po
16380                 merged dutch translation of sylpheed-main with
16381                 sylpheed.pot
16382
16383 2001-06-23 [paul]
16384
16385         Added tools directory and files.
16386
16387         * tools/filter_conv.pl
16388                 converts old filter system to new filtering system
16389         * tools/ldif-to-xml.py
16390                 converts netscape addressbook to sylpheed addressbook
16391         * tools/README
16392                 descriptions/instructions for above two files
16393
16394 2001-06-23 [christoph]
16395
16396         * src/inc.c
16397         * src/manage_window.[ch]
16398         * src/prefs_common.[ch]
16399                 mail retrieval dialog can be enabled, disabled
16400                 or hidden if non of sylpheed's windows is active
16401
16402 2001-06-22 [paul]
16403
16404         0.5.0claws2
16405
16406         * sync with sylpheed 0.5.0pre2
16407
16408 2001-06-21 [christoph]
16409
16410         * src/summaryview.c
16411                 show recipient on 'from' for all accounts
16412                 
16413         * src/inc.c
16414         * src/prefs_common.[ch]
16415                 disable error popup on mail receive errors
16416
16417 2001-06-21 [alfons]
16418
16419         * src/compose.c
16420                 made the ruler correctly appear and disappear.
16421
16422         * src/Makefile.am
16423                 removed Hoa's work-in-progress-stuff (interesting!) so 
16424                 claws compiles ok.
16425
16426 2001-06-20 [christoph]
16427
16428         * src/inc.c
16429         * src/progressdialog.c
16430                 added scrolled window for list in progressdialog
16431
16432 2001-06-20 [paul]
16433
16434         sync with sylpheed 0.5.0pre1 release
16435
16436 2001-06-20 [christoph]
16437
16438         * src/summeryview.c
16439                 make building threads by subject work when
16440                 thread view is enabled
16441                 
16442         * src/compose.c
16443         * src/prefs_common.[ch]
16444                 automatically select account for mail replys
16445
16446 2001-06-19 [sergey]
16447
16448         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16449         they are filled in from the account settings.
16450
16451 2001-06-19 [paul]
16452
16453         * more sync with sylpheed 0.5.0pre1
16454
16455 2001-06-18 [alfons]
16456
16457         * src/Makefile.am,
16458           src/procmime.c
16459                 added --sysconfdir to CPPFLAGS for pointing to the correct
16460                 location of mime.types. 
16461
16462                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16463                 or ./configure!
16464
16465 2001-06-18 [hoa]
16466
16467         * src/summaryview.c
16468                 fixed some bug when building threads
16469
16470 2001-06-18 [pau]l
16471
16472         * src/prefs_account.c
16473                 UI stuff: More changes to the English
16474
16475 2001-06-18 [paul]
16476
16477         * src/pixmaps/stock_news_compose.xpm: new file
16478         * src/Makefile.am
16479         * src/mainwindow.c
16480         * src/summaryview.c
16481                 Added new icon for Hoa's 'compose a news
16482                 message', plus minor improvements to the
16483                 English
16484
16485         * po/ja.po
16486         * ChangeLog
16487         * ChangeLog.jp
16488                 more sync with sylpheed 0.5.0pre1
16489
16490 2001-06-18 [hoa]
16491
16492         * src/compose.[ch]
16493         * src/mainwindow.c
16494                 Follow-up and reply to
16495
16496         * src/summaryview.[ch]
16497                 Build threads also with subjects
16498
16499 2001-06-17 [hoa]
16500
16501         * src/compose.c
16502                 forwarding use the current account.
16503
16504         * src/mainwindow.c
16505                 the "compose message" button has been replaced with
16506                 "new mail" and "new news" buttons
16507
16508         * src/prefs_common.[ch]
16509                 added a configuration option to use the forward button
16510                 as "forward as attachment"
16511                 changed reply and forward format description
16512
16513         * src/quote_fmt_lex.l
16514         * src/quote_fmt_parse.y
16515                 added message with no signature in format for reply
16516                 and forward.
16517
16518 2001-06-17 [paul]
16519
16520         Minor UI stuff
16521
16522         * src/mainwindow.c
16523         * src/summaryview.c
16524                 Improvements to the English
16525
16526         * src/prefs_common.c
16527                 Improvements to the English and some
16528                 clarity/continuity improvements in the
16529                 description of Quote symbols.
16530
16531 2001-06-17 [paul]
16532
16533         0.5.0claws1
16534
16535         * sync with sylpheed 0.5.0pre1
16536
16537 2001-06-17 [hoa]
16538
16539         * src/compose.c
16540                 Better interface for compose, displayed fields
16541                 are updated whenever we change account.
16542                 Newsgroups field is automatically filled.
16543
16544         * src/mainwindow.c
16545                 Newsgroups field is automatically filled.
16546
16547         * src/prefs_account.c
16548                 Some interface stuff when fields appear and
16549                 disappear.
16550
16551 2001-06-16 [paul]
16552
16553         0.4.99claws
16554
16555         * sync with sylpheed 0.4.99
16556
16557 2001-06-16 [sergey]
16558
16559         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16560         base64_decoder_free, base64_decoder_decode): new object and
16561         functions for decoding base64 streams.
16562         * src/procmime.c (procmime_decode_content): modified to use the
16563         new base64 decoder.
16564
16565 2001-06-15 [paul]
16566
16567         0.4.99claws10
16568
16569         * sync with sylpheed 0.4.99cvs11
16570
16571 2001-06-13 [paul]
16572
16573         0.4.99claws9
16574
16575         * sync with sylpheed 0.4.99cvs9
16576
16577 2001-06-13 [hoa]
16578
16579         * src/compose.c
16580         * src/prefs_account.c
16581
16582                 SMTP server can be defined in the news account
16583                 mime type of attachment are kept.
16584
16585         * src/summaryview.c
16586
16587                 now choose the highest important score between default
16588                 and important score of folder.
16589
16590 2001-06-09 [alfons]
16591         
16592         * src/prefs_common.c: 
16593
16594                 (prefs_quote_description_create): corrected description of 
16595                 quote format characters
16596
16597 2001-06-09 [paul]
16598
16599         0.4.99claws8
16600
16601         * sync with sylpheed 0.4.99cvs8
16602
16603 2001-06-08 [sergey]
16604
16605         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16606         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16607
16608 2001-06-08 [paul]
16609
16610         0.4.99claws7
16611
16612         * sync with sylpheed 0.4.99cvs7
16613
16614 2001-06-06 [sergey]
16615
16616         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16617         clashes with autogenerated header).
16618         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16619         * src/Makefile.am: added quote_fmt.h.
16620         * src/.cvsignore: added lex/yacc autogenerated files
16621         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16622
16623 2001-06-06 [paul]
16624
16625         0.4.99claws6
16626
16627         * sync with sylpheed 0.4.99cvs6
16628
16629 2001-06-06 [hoa]
16630
16631         * added src/quote_fmt_parse.h
16632         * src/compose.c
16633                 removed warnings
16634
16635         * src/prefs.[ch]
16636                 don't modify readonly configuration files
16637
16638         * src/prefs_account.c
16639         * src/prefs_common.c
16640         * src/prefs_customheader.c
16641         * src/prefs_display_header.c
16642         * src/prefs_filter.c
16643         * src/prefs_filtering.c
16644         * src/prefs_scoring.c
16645                 don't open dialog box when configuration files
16646                 are readonly
16647
16648 2001-06-05 [sergey]
16649
16650         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16651
16652         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16653         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16654         BUILT_SOURCES to make all files rebuild properly.
16655
16656         * src/compose.c: removed #include "quote_fmt.tab.h".
16657
16658         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16659         CHARACTER value in yylval.
16660
16661         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16662         receive CHARACTER value by documented means (yylval).
16663
16664         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16665
16666 2001-06-05 [hoa]
16667
16668         * src/Makefile.am
16669                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16670
16671         * src/filtering.c
16672         * src/matcher.c
16673         * src/matcher.h
16674         * src/prefs_filtering.c
16675                 now keep the configuration for execute action
16676
16677         * src/mbox_folder.c
16678                 fixed a warning
16679
16680 2001-06-05 [paul]
16681
16682         * sync with sylpheed 0.4.99cvs5
16683
16684 2001-06-05 [hoa]
16685
16686         * src/Makefile.am
16687                 added quote_fmt.[ch]
16688
16689         * added src/quote_fmt.y
16690         * added src/quote_fmt.l
16691         * added src/quote_fmt.tab.h
16692         * added src/quote_fmt.tab.c
16693         * added src/lex.quote_fmt.c
16694                 parsing configuration for replying
16695                 and forwarding
16696
16697         * src/prefs_common.[ch]
16698                 added configuration UI for replying
16699                 and forwarding
16700
16701         * src/compose.c
16702                 using configuration for replying
16703                 and forwarding
16704
16705 2001-06-04 [hoa]
16706
16707         * src/filtering.c
16708         * src/matcher.c
16709         * src/matcher.h
16710         * src/prefs_filtering.c
16711         * src/prefs_matcher.c
16712         * src/prefs_matcher.h
16713                 action "run a command" for filtering
16714                 and matching with a command.
16715                 fixed the "whole message" matching
16716
16717         * src/mbox_folder.c
16718                 changed temporary filename for security
16719
16720         * src/messageview.c
16721                 queue the notification if it fails to send.
16722
16723         * src/prefs_common.c
16724         * src/prefs_folder_item.c
16725                 changed the default important score             
16726
16727         * src/prefs_scoring.c
16728         * src/scoring.c
16729                 hide kill score input when the folder is not
16730                 a newsgroup
16731
16732 2001-06-03 [alfons]
16733
16734         * src/prefs_common.c:
16735
16736                 (prefs_font_select): pass font name in font entry box to font
16737                 selection dialog.
16738
16739 2001-06-03 [sergey]
16740
16741         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16742
16743 2001-06-03 [paul]
16744
16745         * sync with sylpheed 0.4.99cvs4
16746
16747 2001-06-03 [alfons]
16748
16749         * src/headerwindow.c:
16750
16751                 (headerwindow_show_cb): use the selected summary view item, not
16752                 the displayed item.
16753
16754 2001-06-02 [alfons]
16755
16756         * src/headerwindow.c:
16757
16758                 (headerwindow_show_cb): always try to show msginfo
16759
16760 2001-06-02 [hoa]
16761
16762         * src/compose.c
16763                 keep attached parts when reediting or forwarding.
16764
16765 2001-06-01 [hoa]
16766
16767         * src/folderview.c
16768         * src/prefs_folder_item.[ch]
16769         * src/prefs_scoring.[ch]
16770         * src/scoring.[ch]
16771         * src/summaryview.[ch]
16772         * src/main.c
16773         * src/mainwindow.c
16774         * src/prefs_common.[ch]
16775                 support for folder scoring
16776                 kill score and important score for messages
16777         
16778         * src/prefs_account.c
16779                 some display bug fixed for local account
16780                 preferences
16781
16782 2001-05-31 [alfons]
16783
16784         * src/summaryview.c:
16785
16786                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16787                 sender to address book menu item is disabled.
16788
16789 2001-05-30 [hoa]
16790
16791         * src/filtering.[ch]
16792         * src/summaryview.c
16793                 handling summary menu / filter messages
16794
16795         * src/folder.[ch]
16796                 add some stuff
16797
16798         * src/foldersel.c
16799                 imap folders now appears in list
16800
16801         * src/mbox_folder.c
16802                 doesn't crash if destination mail is not writeable
16803
16804 2001-05-29 [hoa]
16805
16806         * src/compose.c
16807                 removed some warnings
16808
16809         * src/filtering.c
16810         * src/folder.[ch]
16811         * src/prefs_filtering.c
16812                 global string to identify any folders           
16813                 removed some debug info
16814                 filtering to mbox folders is now possible
16815
16816         * src/mainwindow.c
16817                 removed some warnings
16818
16819         * src/mbox_folder.c
16820                 permission on files are changed to read/write for user only,
16821                 nothing for other.
16822                 creation of subfolder is handled better.
16823
16824 2001-05-28 [alfons]
16825
16826         Verified the sync for src/prefs_common.[ch] and
16827         src/prefs_account.[ch]. I believe there were some
16828         minor indentation differences.
16829
16830 2001-05-28 [paul]
16831
16832         0.4.99claws3
16833
16834         * sync with 0.4.99cvs3
16835
16836 2001-05-28 [hoa]
16837
16838         * src/compose.c
16839                 handling flags for mbox format
16840
16841         * src/filtering.c
16842                 use of mark file only for MH format
16843                 handling flags for mbox format
16844                 filtering cannot yet move or copy mails to mbox folders.
16845
16846         * src/folder.[ch]
16847                 changed move_msg, copy_msg,
16848                 move_msgs_with_dest, copy_msgs_with_dest functions
16849                 uses only folder->copy_msg() function
16850                 uses folder->finished_copy() to handle the destination
16851                 folder at the end of the copy or move operation.
16852
16853         * src/foldersel.c
16854                 included mbox directories.
16855
16856         * src/folderview.[ch]
16857         * src/mainwindow.c
16858                 handle folders operation for mbox format
16859
16860         * src/mbox.c
16861                 disable conversion of "From " header
16862
16863         * src/mbox_folder.[ch]
16864                 completion of mbox format handling
16865
16866         * src/mh.c
16867                 changed mh_copy_msg() function and
16868                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16869                 mh_copy_msgs_with_dest()
16870
16871         * src/prefs_filtering.c
16872                 removed some warnings
16873
16874         * src/prefs_matcher.c
16875                 default boolean operation is AND
16876
16877         * src/procheader.c
16878                 handling flags for mbox format
16879                 handling of "From " header
16880
16881         * src/procmsg.[ch]
16882                 removed data field
16883                 added MSG_REALLY_DELETED flags to handle deletion of
16884                 messages in mbox format.
16885
16886         * src/summaryview.c
16887                 handling flags for mbox format
16888                 disable the MSG_DELETED flags when messages
16889                 are deleted in mbox format
16890
16891         * src/textview.c
16892                 "From " headers display fixed.
16893
16894 2001-05-27 [alfons]
16895
16896         * src/textview.c:
16897                 
16898                 (get_email_part): skip quoted email addresses, like in e.g.
16899                 "'alfons@proteus.demon.nl'".
16900
16901 2001-05-26 [alfons]
16902
16903         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16904         and fixing the persistence troubles when using separate windows.
16905
16906         * src/mainwindow.c:
16907         
16908             Added #define SEPARATE_ACTION used in the gtk item factory for 
16909             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16910                 use gtk_item_factory_get_widget_by_action() to get the items.
16911                 
16912             Removed separate_widget_cb from the gtk item factory data   
16913           
16914             (mainwindow_create): connect separate_widget_cb() to check
16915             menu item "toggled" signal. also passing a MainWindow pointer
16916                 as object data for both check menu items.
16917                 
16918             (separate_widget_cb): definition of separate_widget_cb() to match
16919             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16920                 window using gtk_object_get_data(). The type of window separation 
16921                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16922         
16923         * src/prefs_filtering.c,
16924           src/prefs_matcher.c: added horizontal scrollbars
16925
16926 2001-05-25 [darko]
16927
16928         * src/headerview.c
16929                 fix segfault with invalid bold font
16930         * src/summaryview.c
16931                 correctly display summary stats after row is marked
16932
16933 2001-05-23 [sergey]
16934
16935         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16936         encodings with libjconv.
16937
16938 2001-05-23 [hoa]
16939
16940         * src/Makefile.am
16941                 added mbox_folder.[ch]
16942         * src/defs.h
16943                 mbox temporary folder
16944         * src/folder.[ch]
16945         * added src/mbox_folder.[ch]
16946         * src/folderview.c
16947         * src/procheader.[ch]
16948                 added mbox support
16949         * src/mbox.c
16950                 bugfix for file incorporation filtering
16951         * src/imap.c
16952                 enable creation of MBOX
16953         * src/prefs_display_header.c
16954                 enable use of headers like "From "
16955                 something that should be fixed :
16956                         displaying of such headers add an extra space
16957         * src/prefs_folder_item.c
16958                 don't create folders because it is not necessary
16959         * src/procmsg.h
16960                 added data field to MsgInfo for mbox internal use
16961         * src/summaryview.c
16962                 added some support for mbox
16963         * src/utils.[ch]
16964                 added get_mbox_cache_dir() function
16965
16966 2001-05-23 [hiroyuki]
16967
16968         * src/headerwindow.c
16969           src/inc.c
16970           src/main.c
16971           src/mh.c
16972           src/nntp.c
16973           src/procmsg.h
16974           src/session.h
16975           src/socket.[ch]
16976           src/summaryview.c
16977           src/textview.c
16978           src/automaton.c
16979           src/folderview.c: more sync with 0.4.99cvs2.
16980
16981         * src/headerwindow.c: reverted.
16982
16983 2001-05-22 [paul]
16984
16985         0.4.99claws2
16986
16987         * sync with sylpheed 0.4.99cvs2
16988                 * src/news.[ch]
16989                 * src/nntp.[ch]
16990                 * INSTALL
16991                 * INSTALL.jp
16992
16993 2001-05-22 [alfons]
16994
16995         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16996
16997 2001-05-21 [alfons]
16998
16999         Minor things:
17000
17001         * configure.in: if gnome-config not found, "no" is displayed
17002         
17003         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17004
17005         * src/textview.c: now also possible to add mail addresses by right
17006           clicking in the text view
17007
17008         * src/codeconv.c: merged patch which fixes endless loop when encountering
17009           invalid wide characters; from Alte <010@imis.ru>  
17010
17011 2001-05-20 [alfons]
17012
17013         Added installation of gnome specific things:
17014
17015         * Makefile.am: gnome conditional
17016
17017         * configure.in: check for installed gnome
17018
17019         * added sylpheed.png, sylpheed.desktop
17020
17021 2001-05-20 [sergey]
17022
17023         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17024
17025         * src/mainwindow.h (main_window_toolbar_create): created a button
17026         for "Reply to all".
17027         (main_window_set_toolbar_sensitive): enable/disable the new button
17028         appropriately.
17029         (toolbar_reply_to_author_cb): handle the new button.
17030
17031         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17032         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17033         failure).
17034
17035 2001-05-19 [sergey]
17036
17037         * src/compose.h (ComposeReplyMode): new modes
17038         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17039         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17040
17041         * src/compose.c
17042         (compose_send): move some code into a new function:
17043         (compose_current_mail_account): new function.
17044         (compose_reply): new argument to_author, all callers changed; if
17045         to_author==TRUE and account->protocol==A_NNTP, find and use an
17046         appropriate mail account for replying.
17047         (compose_reply_set_entry): new argument to_author; ignore
17048         compose->replyto if to_author==TRUE.
17049
17050         * src/mainwindow.c: new command "Message/Reply to author".
17051         (main_window_set_menu_sensitive): enable/disable it.
17052         (reply_cb): handle it.
17053
17054         * src/summaryview.c: new command "Reply to author".
17055         (summary_set_menu_sensitive): enable/disable it.
17056         (summary_reply_cb): handle it.
17057
17058         * src/account.c (account_find_mail_from_address): new function.
17059
17060 2001-05-18 [paul]
17061
17062         0.4.99claws1
17063
17064         * sync with sylpheed 0.4.99cvs1
17065
17066 2001-05-18 [hoa]
17067
17068         * src/compose.[ch]
17069         * src/filtering.c
17070         * src/summaryview.c
17071                 new filtering action : forward and forward as attachment
17072
17073         * src/main.c
17074                 no need for $DISPLAY when we run sylpheed --help
17075                 call to parse_cmd_opt() is moved
17076
17077         * src/mainwindow.[ch]
17078                 execute button is hidden when immediate execute
17079                 is chosen
17080
17081         * src/mh.c
17082         * src/news.c
17083         * src/prefs_folder_item.c
17084         * src/procmsg.c
17085                 better handling of missing directories
17086
17087         * src/summaryview.c
17088                 reedit is enabled in outbox
17089                 reedit is enabled in queue
17090
17091 2001-05-17 [hoa]
17092
17093         * src/filtering.c
17094         * src/matcher.[ch]
17095         * src/prefs_filtering.c
17096                 changed attachement into attachment
17097
17098 2001-05-17 [alfons]
17099
17100         0.4.67claws4    
17101
17102         * sync with sylpheed 0.4.67cvs9
17103         * sync with sylpheed 0.4.67cvs7-8
17104
17105 2001-05-17 [hoa]
17106
17107         * src/Makefile.am
17108                 added prefs_filtering.c
17109
17110         * src/filtering.[ch]
17111         * src/matcher.[ch]
17112                 removed action : forward_news and forward_news_as_attachement
17113                 (forward and forward_as_attachement can be used instead)
17114
17115         * src/mainwindow.c
17116                 added menu option to access filtering configuration
17117
17118         * src/prefs_account.c
17119                 changed mail_command default to /usr/sbin/sendmail
17120
17121         * added src/prefs_filtering.[ch]
17122                 dialog box for filtering configuration
17123
17124         * src/prefs_matcher.c
17125                 added function prefs_matcher_get_criteria_from_matching()
17126
17127         * src/prefs_scoring.c
17128                 reset the dialog when register or substitute is clicked
17129
17130 2001-05-15 [hoa]
17131
17132         * src/Makefile.am
17133                 added filtering.[ch]
17134         * src/inc.c
17135                 using filering.[ch] instead of filter.[ch]
17136         * src/main.c
17137                 reading new filtering configuration
17138         * src/matcher.[ch]
17139                 added some filtering actions
17140                 and fixed a bug for headers and mail body matching
17141         * src/mbox.c
17142                 using filering.[ch] instead of filter.[ch]
17143         * src/mh.c
17144                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17145         * src/summaryview.c
17146                 some fixes for filtering
17147
17148 2001-05-14 [hiroyuki]
17149
17150         * src/send.c: fixed some weird indentations.
17151           send_message_with_command(): call pclose() only if p != NULL.
17152         * src/textview.c: get_email_part(): modified the code for readability.
17153
17154 2001-05-14 [hiroyuki]
17155
17156         * src/md5global.h
17157           src/md5ify.c
17158           src/md5ify.h: removed from the cvs.
17159
17160 2001-05-13 [sergey]
17161
17162         * src/main.c: include rfc2015.h to avoid compiler warnings.
17163         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17164         the panel is already on screen.
17165         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17166         closing the alert window by ESC as "No".
17167         * src/prefs_common.c (prefs_interface_create): moved return
17168         receipt check button to the correct place.
17169
17170 2001-03-13 [alfons]
17171
17172         * src/prefs_common.c: 
17173                 moved return receipt check button to the Send tab. (prefs_send_create)
17174                 removed the date format ui related globals. (prefs_display_create)
17175
17176         0.4.67claws3
17177         
17178         * sync with sylpheed 0.4.67cvs5-6
17179
17180 2001-05-13 [paul]
17181
17182         * added Alfons' font selection patch
17183
17184         * src/defs.h
17185         * src/headerwindow.c
17186         * src/prefs_common.c
17187         * src/prefs_common.h
17188
17189 2001-05-13 [hoa]
17190         * src/defs.h
17191                 changed version of cache
17192         * src/matcher.[ch]
17193         * src/prefs_matcher.c
17194                 added additionnal matching criteria
17195         * src/procheader.c
17196         * src/procmsg.[ch]
17197         * src/news.c
17198                 added references in MsgInfo
17199
17200 2001-05-12 [hoa]
17201
17202         * src/defs.h
17203                 prepared some things for new filtering
17204         * src/matcher.[ch]
17205                 added some matching properties
17206                 inreplyto need to be enhanced
17207                 prepared some things for new filtering
17208         * src/messageview.c
17209                 added Return-Receipt-To handling
17210         * src/prefs_folder_item.c
17211                 changed default value to TRUE
17212         * src/prefs_matcher.c
17213                 added some matching properties
17214         * src/prefs_scoring.[ch]
17215                 the scoring dialog is finished
17216         * src/procheader.c
17217                 added Return-Receipt-To handling
17218                 Reference need to be added
17219         * src/procmsg.[ch]
17220                 added Return-Receipt-To handling
17221                 added threadscore to get a better score sorting when
17222                 threads are enabled
17223         * src/summaryview.c
17224                 suppressed a bug when we sort the list
17225                 when no folder is opened.
17226                 better score sorting when threads are enabled
17227
17228 2001-05-12 [alfons]
17229
17230         * reverted previous patch because of potential errors 
17231
17232         0.4.67claws2
17233         
17234         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17235                 applied "toggle mail-retrieval dialog window" patch submitted 
17236                 by Eric Limpens <eric@qnt.net>
17237
17238         * sync with sylpheed 0.4.67cvs4
17239
17240 2001-05-12 [sergey]
17241
17242         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17243         some picky compilers.
17244         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17245         * src/grouplist_dialog.c: include alertpanel.h.
17246         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17247         fix compile warning.
17248         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17249         #include "defs.h" before others to prevent the warning of `MIN'
17250         and `MAX' redefinition.
17251
17252 2001-05-11 [hoa]
17253
17254         * src/main.c
17255         * src/messageview.c
17256         * src/prefs_account.c
17257         * src/prefs_display_header.c
17258                 removed warning
17259         * src/Makefile.am
17260                 added prefs_scoring.[ch]
17261         * src/grouplist_dialog.c
17262                 display an error dialog box if the group list
17263                 cannot be fetched.
17264         * src/mainwindow.[ch]
17265                 added main_window_set_thread_option() function
17266                 scoring dialog box enabled
17267         * src/matcher.[ch]
17268                 added flags matching unread /new / marked
17269                 / deleted / replied / forwarded
17270         * src/news.c
17271                 newsgroups are now finally in newscache
17272         * src/prefs_matcher.[ch]
17273                 finished preferences for matching dialog
17274         * added src/prefs_scoring.[ch]
17275                 scoring dialog box completed
17276         * src/scoring.[ch]
17277                 conversion to string : added scoringprop_to_string()
17278                 write config for preferences :
17279                 added prefs_scoring_write_config()
17280         * src/summaryview.c
17281                 threads can be enabled/disabled independently
17282                 for each folder
17283
17284 2001-05-10 [alfons]
17285
17286         0.4.67claws1
17287         
17288         * AUTHORS: 
17289                 thought it would be nice to have a list of all
17290                 contributors (used Changelog as a reference)
17291         
17292         * configure.in: 
17293                 messed up version numbering...
17294
17295         0.4.66claws1
17296
17297         * sync with sylpheed 0.4.67cvs1-3
17298
17299 2001-05-10 [darko]
17300
17301         * src/prefs_common.c:
17302                 better UI for strftime format, double clicking
17303                 on format now inserts the format in text entry
17304                 replaced close button with standard OK/Cancel
17305                 moved date format button to the right of the
17306                 text entry field
17307
17308 2001-05-09 [alfons]
17309
17310         * src/gtkstext.c:
17311                 Ctrl-Home / Ctrl-End have proper cursor navigation
17312
17313 2001-05-09 [hoa]
17314
17315         * src/prefs_matcher.c
17316                 finished UI to define matching properties
17317                 added ok and cancel button
17318         * src/prefs_filter.c
17319                 added ok and cancel button
17320         * src/news.c
17321                 fixed some bug in xhdr parsing
17322
17323 2001-05-08 [alfons]
17324
17325         * src/textview.c: 
17326                 fixed a bug in textview_show_header(), which displayed two colons (':');
17327                 cleaned up some warnings
17328
17329 2001-05-08 [hoa]
17330
17331         * src/Makefile.am
17332                 added prefs_matcher.[ch]
17333                 compilation with -W -Wall
17334         * src/alertpanel.c
17335                 ungrab the mouse events if grabbed - does it
17336                 fix the bug for disposition notification ?
17337         * src/mainwindow.c
17338                 added a menu option to open the matching dialog.
17339         * src/matcher.[ch]
17340                 added matcherprop_to_string() and matcherlist_to_string()
17341                 fixed some bugs, changed the name of some options
17342                 age_sup and age_inf becomes age_greater and age_lower,
17343                 body and messageheaders becomes body_part and headers_part,
17344                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17345         * src/prefs_display_header.c
17346         * src/prefs_headers.c
17347                 fixed a bug that accidentally destroyed dialogs
17348                 when closed them with delete_event
17349                 Added *_deleted() which handle delete_event signal correctly.
17350         * src/prefs_folder_item.[ch]
17351                 added "enable_thread" field for future customization
17352         * added src/prefs_matcher.[ch]
17353                 sample of the UI to define matching properties
17354         * src/procheader.c
17355                 using procheader_headername_equal instead of str*cmp functions
17356                 using procheader_parse_header() function
17357         * src/scoring.c
17358                 using MATCHING_XXX instead of SCORING_XXX
17359         * src/summaryview.c
17360                 display the sender of the news even if this is ourself
17361                 when this is a news message.
17362         * src/textview.c
17363                 using headername_equal() instead of str*cmp functions
17364
17365 2001-05-08 [alfons]
17366
17367         0.4.66claws
17368
17369         * sync with sylpheed 0.4.66
17370         * src/gtkstext.c: trace logs added 
17371
17372 2001-05-08 [sergey]
17373
17374         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17375         signature check popup.
17376         * src/rfc2015.c (check_signature): show signature check popup only
17377         if it is enabled in preferences.
17378
17379 2001-05-07 [alfons]
17380
17381         0.4.66claws4
17382         
17383         * sync with sylpheed 0.4.66cvs6
17384
17385 2001-05-07 [darko]
17386
17387         * src/prefs_common.[ch]: added option to enable/disable
17388           looking up sender name in address book for summary pane
17389         * src/summaryview.c: look up sender in the address book
17390           by using Alfons' address completion code
17391
17392 2001-05-07 [hiroyuki]
17393
17394         * src/inc.h
17395           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17396           member of Pop3State.
17397         * src/news.c: brought #include "defs.h" before #include <glib.h>
17398           to prevent the warning of `MIN' and `MAX' redefinition.
17399
17400 2001-05-06 [hoa]
17401
17402         * removed src/headers_display.[ch]
17403         * removed src/prefs_display_headers.[ch]
17404         * src/inc.c
17405                 use a temporary file in the user directory for mbox import
17406         * src/news.c
17407                 added XHDR support to get "To" and "Cc" headers
17408                 (in order to match news with to or cc field for
17409                 scoring)
17410                 added function news_parse_xhdr() to get XHDR response
17411         * src/nntp.[ch]
17412                 added function nntp_xhdr()
17413         * src/matcher.c
17414                 fetch the message if necessary
17415
17416 2001-05-06 [alfons]
17417
17418         0.4.66claws3
17419
17420         * sync with sylpheed 0.4.66cvs3-5
17421
17422 2001-05-06 [hoa]
17423
17424         * src/utils.[ch]
17425                 added function itos_buf() to enable use of several buffers
17426         * src/summaryview.c
17427                 use of itos_buf() instead of itos() in summary list
17428                 to fix the broken display of message number.
17429
17430 2001-05-06 [alfons]
17431
17432         * src/gtkstext.c: bug in cursor up navigation fixed,
17433                 fixed another unsigned / signed comparison (we're getting there :-)
17434
17435 2001-05-06 [hoa]
17436
17437         * src/Makefile.am
17438                 added scoring.c scoring.h
17439                 prefs_folder_item.c prefs_folder_item.h
17440                 matcher.c matcher.h
17441         * src/defs.h
17442                 added FOLDERITEM_RC SCORING_RC
17443         * src/folder.[ch]
17444                 added prefs field in FolderItem :
17445                 properties for each folder (PrefsFolderItem),
17446                 sorting type and mode were added as the first properties.
17447         * src/main.c
17448                 read config for scoring
17449         * added src/matcher.[ch]
17450                 gives functions to parse configuration file to do
17451                 matching on mails with a list of conditions.
17452         * src/mainwindow.c
17453                 add option to sort by score
17454         * src/prefs_common.[ch]
17455                 added preference option to show score and for
17456                 the score column size
17457         * added src/prefs_folder_item.[ch]
17458                 properties for each folder (PrefsFolderItem),
17459                 sorting type and mode were added as the first properties.
17460         * src/procheader.[ch]
17461                 added procheader_parse_header()
17462                 added procheader_header_free()
17463                 added procheader_headername_equal()
17464                 and made modification to use them.
17465         * src/procmsg.[ch]
17466                 added score field to MsgInfo structure
17467         * added src/scoring.[ch]
17468                 gives functions to parse configuration file to do
17469                 scoring on mails with a list of conditions.
17470         * src/summaryview.[ch]
17471                 save the sorting type and mode for the folder
17472                 added column to display the score of the mail
17473                 added function summary_score_clicked()
17474                 sorting type and mode are restored to the folder
17475                 when it is reopen
17476         * src/textview.c
17477                 use procheader_parse_header(), procheader_headername_equal()
17478                 removed memory leak in text_scan_header when freeing headers
17479         * src/filter.c
17480                 changed the function to match names of headers
17481                 using procheader_headername_equal()
17482
17483         Scoring functions are implemented, an interface is needed
17484         to configure that.
17485
17486 2001-05-04 [alfons]
17487
17488         * src/gtkstext.c: 
17489                 hopefully fixed the row up navigation bug,
17490                 removed adding back / forward lines to cache
17491
17492 2001-05-04 [sergey]
17493
17494         * src/prefs_display_headers.c: user interface changes:
17495         (prefs_display_headers_create): remove unused "Show" check button;
17496         allow reordering of headers by dragging.
17497         (prefs_display_headers_write_config): remove unused variables.
17498         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17499         of lists (not needed with the new UI).
17500         (prefs_display_headers_set_list): scan lists starting from row 0,
17501         not 1 (do not skip "(New)").
17502         (prefs_display_headers_find_header): new function.
17503         (prefs_display_headers_clist_set_row): do not allow duplicates.
17504         (prefs_display_headers_delete_cb): do not skip row 0; treat
17505         closing the alert window by ESC as "No".
17506         (prefs_display_headers_up): do not protect row 0.
17507         (prefs_display_headers_down): do not protect row 0.
17508
17509 2001-05-04 [sergey]
17510
17511         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17512         functions.
17513
17514         * src/summaryview.c
17515         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17516         summary_select_next_marked, summary_select_prev_marked): new
17517         functions.
17518
17519 2001-05-03 [sergey]
17520
17521         * src/news.c: fixed a bug when no article can be fetched after
17522         server timeout if the connection was restored by news_post():
17523         (news_select_group): new function.
17524         (news_fetch_msg): call news_select_group() before fetching
17525         article.
17526         (news_get_uncached_articles): set session->group after successful
17527         GROUP command.
17528
17529 2001-05-03 [hoa]
17530
17531         * src/defs.h
17532         * src/procmsg.[ch]
17533         * src/procheader.c
17534                  changed version of cache, added cc field
17535
17536         * src/prefs_display_headers.c
17537                 the interface was changed
17538
17539         * src/prefs_headers.c
17540                 added cancel button
17541
17542 2001-05-03 [alfons]
17543
17544         * completed sync of sylpheed cvs2
17545         * src/gtkstext.c: updated row up / down cursor navigation
17546         * src/textview.c: re-edited, prepared for fixing the email address
17547                 scanner.
17548
17549 2001-05-03 [darko]
17550
17551         * src/prefs_common.c: use alfons' strftime ui code
17552         entry_datefmt and datefmt_sample widgets have to be
17553         global in this module because of this change
17554
17555 2001-05-03 [hoa]
17556
17557         * src/messageview.c
17558         * src/prefs_common.[ch] added option to activate the return receipt
17559                 feature.
17560
17561 2001-05-02 [alfons]
17562
17563         * src/gtkstext.c: fix for row up/down cursor navigation. 
17564
17565         0.4.66claws2
17566         
17567         * sync with 0.4.66cvs2
17568
17569 2001-05-02 [paul]
17570
17571         added add-sender-to-addressbook patch
17572
17573         * src/addressbook.c
17574         * src/addressbook.h
17575         * src/summaryview.c
17576
17577 2001-05-02 [sergey]
17578
17579         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17580         G_ALERTDISABLE.
17581
17582         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17583         all existing callers changed to pass FALSE; create a check button
17584         to disable the message.
17585         (alertpanel_message_with_disable): new function.
17586         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17587         (alertpanel_button_toggled): new function.
17588         (alertpanel_button_clicked, alertpanel_close): set value using
17589         G_ALERT_VALUE_MASK.
17590
17591         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17592
17593         * src/prefs_common.c (prefs_privacy_create): new check button
17594         checkbtn_gpgme_warning.
17595
17596         * src/main.c (main): moved preferences reading before gpgme
17597         initialization; check prefs_common.gpgme_warning before giving the
17598         GnuPG warning and set it to FALSE if the user wants to disable the
17599         warning.
17600
17601 2001-05-02 [hiroyuki]
17602
17603         * src/prefs_display_headers.c: modified the layout and some labels.
17604
17605 2001-05-02 [sergey]
17606
17607         * src/prefs_account.c (prefs_account_fix_size): new function.
17608         (prefs_account_create): call prefs_account_fix_size(); use
17609         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17610         size when the window is shown for the first time).
17611         (prefs_account_basic_create): changed layout of serv_table; moved
17612         localmbox_entry above smtpserv_entry (logically it replaces
17613         POP3/IMAP server).
17614         (prefs_account_protocol_activated): set sensitivity of
17615         nntpauth_chkbtn according to the protocol (in addition to
17616         hide/show); commented out gtk_table_set_row_spacing() calls.
17617         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17618         not sensitive (fixes a bug with disabled username/password boxes
17619         when editing POP3 account after NNTP with authentication).
17620
17621 2001-05-02 [hoa]
17622
17623         * src/account.c
17624         * src/inc.c
17625         * src/prefs_account.[ch]
17626         * src/send.c
17627                 removed local account without SMTP server
17628                 added option to use mail command instead of a connexion
17629                 to SMTP server when a local account is used
17630         * src/prefs_headers.c
17631                 fixed a bug
17632         * src/news.c
17633                 fixed a bug when connexion immediately closed
17634
17635 2001-05-01 [alfons]
17636
17637         0.4.66claws1
17638         
17639         * sync with 0.4.65
17640
17641 2001-05-01 [sergey]
17642
17643         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17644         widget nntpauth_chkbtn.
17645         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17646         visibility.
17647         (prefs_account_nntpauth_toggled): new function.
17648
17649         * src/news.c (news_session_new_for_folder): use NNTP
17650         authentication only if ac->use_nntp_auth is set.
17651
17652 2001-05-01 [hoa]
17653
17654         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17655         * src/prefs_display_headers.c changed the UI
17656         * src/prefs_headers.c changed account_name to account_id
17657         * src/compose.c using customheader.h
17658
17659 2001-05-01 [hiroyuki]
17660
17661         * src/esmtp.c
17662           src/news.c
17663           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17664           unsynched.
17665
17666 2001-05-01 [hoa]
17667
17668         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17669         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17670                 for displaying of headers
17671         * src/grouplist_dialog.[ch] minor changes to remove warnings
17672         * src/prefs_display_headers.[ch] dialog to choose the
17673         headers to display in the mail viewer.
17674         * src/headers.h correction of #define
17675         * src/headers_display.[ch] configuration for displaying of headers.
17676         * src/main.c read config of displaying of headers
17677         * src/prefs_common.c add a button to access the config dialog
17678                 for displaying of headers
17679         * src/prefs_display_headers.[ch] dialog for configuration for
17680                 displaying of the headers.
17681         * src/prefs_headers.c cleaning of code
17682         * src/procheader.c comments added to code
17683         * src/textview.c changes to reorder the headers depending
17684                 on the config for displaying of headers
17685
17686 2001-04-30 [alfons]
17687
17688         0.4.65claws7
17689
17690         * sync with 0.4.65cvs12
17691
17692         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17693
17694 2001-04-30 [sergey]
17695
17696         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17697
17698         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17699         is set to force reconnection after authentication failure.
17700         (nntp_gen_command): set sock->auth_failed on authentication
17701         failure, or if sock->userid and sock->passwd are not set.
17702
17703         * src/news.c (news_session_new_for_folder): set userid=NULL if
17704         password dialog is cancelled.
17705
17706 2001-04-30 [sergey]
17707
17708         * src/nntp.h (NNTPSockInfo): new type.
17709
17710         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17711         SockInfo.
17712         (nntp_open_auth, nntp_close): new functions.
17713         (nntp_gen_command): new function to handle authentication; all
17714         NNTP command functions updated to use it.
17715         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17716         (nntp_list): removed old useless code.
17717
17718         * src/news.h (NNTPSession): new field nntp_sock.
17719
17720         * src/news.c: all functions updated to use NNTPSockInfo instead of
17721         SockInfo.
17722         (news_session_new): new arguments (userid, passwd); made static;
17723         use nntp_open_auth() if needed.
17724         (news_session_destroy): use nntp_close() instead of sock_close().
17725         (news_query_password): changed arguments.
17726         (news_session_new_for_folder): new function.
17727         (news_session_get): use news_session_new_for_folder().
17728         (news_authenticate): deleted.
17729         (news_get_uncached_articles): removed old authentication code.
17730
17731 2001-04-30 [sergey]
17732
17733         * src/news.c: reverted my previous changes (need to do NNTP
17734         authentication in a cleaner way).
17735         
17736 2001-04-29 [sergey]
17737
17738         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17739         news_nntp_post, news_nntp_mode): new functions (wrappers with
17740         authentication support).
17741         (news_get_article_cmd, news_get_article, news_get_header): new
17742         argument "folder"; all callers changed.
17743         (news_get_article_cmd): added authentication support.
17744         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17745         (news_post): use news_nntp_post() instead of nntp_post().
17746         (news_get_uncached_articles): use news_nntp_group() instead of
17747         nntp_group() and news_nntp_xover() instead of nntp_xover();
17748         removed old authentication code.
17749         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17750
17751         * src/nntp.c (nntp_list): return real error code instead of
17752         hardcoded NN_ERROR.
17753
17754 2001-04-29 [sergey]
17755
17756         * configure.in: fixed wint_t typedef detection again
17757
17758 2001-04-28 [hoa]
17759
17760         * src/prefs_account.[ch], added A_LOCAL_CMD
17761                 (send mail with mail command)
17762         * src/send.c added function send_message_with_command()
17763         * src/inc.c made a more secure get_spool() function with
17764                 mktemp() but maybe mkstemp() or something more
17765                 secure can be used.
17766
17767 2001-04-28 [alfons]
17768
17769         * src/textview.c, colorization of email addresses in headers
17770
17771         0.4.65claws6
17772
17773         * bug sync with sylpheed
17774         * prefs_common.c: created date format ui for darko
17775         * sync with 0.4.65cvs11
17776         * configure.in: corrected to have the new gpg checks
17777
17778 2001-04-27 [alfons]
17779
17780         * completed sync with 0.4.65cvs10
17781         * minor debug things added to gtkstext.c
17782
17783 2001-04-27 [darko]
17784
17785         * configure.in: remove check for availability of
17786           strftime() as advised by Hiroyuki
17787         * src/prefs_common.[ch], src/procheader.c:
17788           synch strftime() code with Hiroyki's main branch
17789
17790 2001-04-26 [sergey]
17791
17792         * src/news.c: news_query_password(), news_authenticate(): new
17793           functions.
17794           news_get_uncached_articles(): added NNTP authentication
17795           handling.
17796         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17797           new functions.
17798         * src/prefs_account.c: prefs_account_protocol_activated():
17799           enable userid and password fields for NNTP.
17800
17801 2001-04-26
17802
17803         * configure.in: check for availability of strftime()
17804           [darko]
17805         * src/prefs_common.[ch], src/procheader.c: use
17806           strftime() for displaying date in summary pane if it
17807           is available
17808
17809 2001-04-25
17810
17811         * more .cvsignore cleanups [alfons]
17812
17813 2001-04-25
17814
17815         * ac/sv-check-type.m4: new autoconf macro.
17816         * configure.in: fixed wint_t typedef detection (did not work
17817           with gcc-2.96).
17818
17819 2001-04-25
17820
17821         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17822           [hiroyuki]
17823
17824 2001-04-24
17825         * modified gtkstext.c : buggy cursor navigation fixed, 
17826           and font descent also taken in account when drawing
17827           cursor. [alfons]
17828
17829 2001-04-24 [hoa]
17830         * added comments in src/news.c src/nntp.c
17831         * added src/prefs_headers.[ch]
17832         * added src/headers.[ch]
17833         * modified compose.c to activate custom headers
17834                 added function is_in_custom_headers
17835         * modified prefs_account.[ch]
17836                 added function prefs_account_customhdr_edit
17837         * modified src/defs.h :
17838                 added HEADERS_RC : name of the config file
17839                 for the custom headers
17840
17841 2001-04-24
17842
17843     0.4.65claws5
17844
17845         * configure.in
17846           src/gtkstext.[ch]
17847           src/compose.c
17848           src/Makefile.am
17849           
17850           added gtkstext with configure.in patch by Hiroyuki which
17851           should fix the XIM detection [alfons]
17852
17853         * more clean up of cvs [alfons]
17854
17855                  * removed all Makefile.in files to attic.
17856
17857                  * updated all .cvsignores to really ignore things that could
17858                    be unintentionally committed by a recursive commit.
17859
17860 2001-04-23 [hoa]
17861         * added src/grouplist_dialog.[ch]
17862         * changed src/folderview.c to call grouplist_dialog instead
17863                 of inputdialog
17864         * src/news.c :
17865                 added functions news_reset_group_list
17866                 and news_get_group_list
17867         * src/nntp.c :
17868                 added function nntp_list
17869         * src/defs.h :
17870                 added GROUPLIST_FILE : name of the newsgroup list cache file
17871
17872 2001-04-21
17873
17874         * added option to warn about queued messages on exit [sergey]:
17875
17876           * src/compose.c: compose_queue(): call folder_item_scan()
17877             and folderview_update_item() after queueing.
17878           * src/folderview.c: folderview_update_node(): draw the queue
17879             folder in bold font if there are queued messages.
17880           * src/mainwindow.c: queued_messages(): new function.
17881             app_exit_cb(): display warning if there are queued messages
17882             if warn_queued_on_exit is set.
17883           * prefs_common.[ch]: add warn_queued_on_exit option.
17884
17885         * enhanced GnuPG key selection support [sergey]:
17886
17887           * src/select-keys.c: updated to newer version from Win32
17888             branch with support for selecting arbitrary keys.
17889           * src/prefs_account.c: added the Privacy tab to the account
17890             options window.
17891             prefs_account_privacy_create(),
17892             prefs_account_sign_key_set_data_from_radiobtn(),
17893             prefs_account_sign_key_set_radiobtn(): new functions.
17894           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17895           * src/rfc2015.c: set_signers(): new function.
17896             pgp_sign(): add the account parameter, call set_signers().
17897             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17898           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17899           * src/compose.c: pass the current account to rfc2015_sign().
17900
17901         * tag name claws added to prevent confusion with main branch [alfons]
17902
17903         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17904
17905         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17906
17907         * sync with recent sylpheed cvs. Untested though. [alfons]
17908